diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 3afc7eff..6b4ca864 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -37,6 +37,14 @@ jobs: - uses: jdx/mise-action@v4 + - name: Cache npm packages + uses: actions/cache@v4 + with: + path: ~/.npm + key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json', 'test/test.ts') }} + restore-keys: | + ${{ runner.os }}-npm- + - name: Install dependencies run: npm install @@ -76,7 +84,32 @@ jobs: - uses: jdx/mise-action@v4 + - name: Cache npm packages + uses: actions/cache@v4 + with: + path: ~/.npm + key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json', 'test/test.ts') }} + restore-keys: | + ${{ runner.os }}-npm- + + - name: Cache CocoaPods + uses: actions/cache@v4 + with: + path: | + ~/.cocoapods + ~/Library/Caches/CocoaPods + key: ${{ runner.os }}-cocoapods-${{ hashFiles('test/test.ts') }} + restore-keys: | + ${{ runner.os }}-cocoapods- + - name: Run iOS Tests run: | npm install npm run ${{ matrix.test-command }} + + - name: Debug CocoaPods cache size after test run + if: always() + run: | + du -sh ~/.cocoapods 2>&1 || true + du -sh ~/Library/Caches/CocoaPods 2>&1 || true + find ~/Library/Caches/CocoaPods -type f 2>/dev/null | xargs du -sh 2>/dev/null | sort -rh | head -100 || true diff --git a/ci-android-timing-30922689340.txt b/ci-android-timing-30922689340.txt new file mode 100644 index 00000000..8e86f3fb --- /dev/null +++ b/ci-android-timing-30922689340.txt @@ -0,0 +1,6203 @@ +2026-08-04T15:11:27.7882402Z Current runner version: '2.336.0' +2026-08-04T15:11:27.7890436Z Runner name: 'bitrise-react-native-code-push-linux-runner-1000202002' +2026-08-04T15:11:27.7891796Z Runner group name: 'react-native-code-push' +2026-08-04T15:11:27.7910695Z ##[group]Runner Image Provisioner +2026-08-04T15:11:27.7911848Z Hosted Compute Agent +2026-08-04T15:11:27.7912516Z Version: 20260616.556 +2026-08-04T15:11:27.7913204Z Commit: 05ea73cc53e342fdbf317d04a1569da09bda004e +2026-08-04T15:11:27.7913910Z Build Date: 2026-06-16T16:57:21Z +2026-08-04T15:11:27.7914579Z ##[endgroup] +2026-08-04T15:11:27.7916094Z ##[group]Operating System +2026-08-04T15:11:27.7916716Z Ubuntu +2026-08-04T15:11:27.7917371Z 24.04.4 +2026-08-04T15:11:27.7917868Z LTS +2026-08-04T15:11:27.7918391Z ##[endgroup] +2026-08-04T15:11:27.7918929Z ##[group]Runner Image +2026-08-04T15:11:27.7919500Z Image: ubuntu-24.04 +2026-08-04T15:11:27.7920086Z Version: 20260720.247.2 +2026-08-04T15:11:27.7921567Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260720.247/images/ubuntu/Ubuntu2404-Readme.md +2026-08-04T15:11:27.7923131Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260720.247 +2026-08-04T15:11:27.7924100Z ##[endgroup] +2026-08-04T15:11:27.7927204Z ##[group]GITHUB_TOKEN Permissions +2026-08-04T15:11:27.7929296Z Actions: write +2026-08-04T15:11:27.7929995Z ArtifactMetadata: write +2026-08-04T15:11:27.7930749Z Attestations: write +2026-08-04T15:11:27.7931558Z Checks: write +2026-08-04T15:11:27.7932219Z CodeQuality: write +2026-08-04T15:11:27.7932773Z Contents: write +2026-08-04T15:11:27.7933357Z CopilotRequests: write +2026-08-04T15:11:27.7933951Z Deployments: write +2026-08-04T15:11:27.7934496Z Discussions: write +2026-08-04T15:11:27.7935106Z Drives: write +2026-08-04T15:11:27.7935627Z Issues: write +2026-08-04T15:11:27.7936148Z Metadata: read +2026-08-04T15:11:27.7936823Z Models: read +2026-08-04T15:11:27.7937347Z Packages: write +2026-08-04T15:11:27.7937944Z Pages: write +2026-08-04T15:11:27.7938557Z PullRequests: write +2026-08-04T15:11:27.7939122Z RepositoryProjects: write +2026-08-04T15:11:27.7939764Z SecurityEvents: write +2026-08-04T15:11:27.7940318Z Statuses: write +2026-08-04T15:11:27.7940844Z VulnerabilityAlerts: read +2026-08-04T15:11:27.7941763Z ##[endgroup] +2026-08-04T15:11:27.7944052Z Secret source: Actions +2026-08-04T15:11:27.7945192Z Prepare workflow directory +2026-08-04T15:11:27.8288030Z Prepare all required actions +2026-08-04T15:11:27.8336064Z Getting action download info +2026-08-04T15:11:28.1823612Z Download action repository 'actions/checkout@v7' (SHA:3d3c42e5aac5ba805825da76410c181273ba90b1) +2026-08-04T15:11:29.2389089Z Download action repository 'jdx/mise-action@v4' (SHA:7e36c90d9ab29c415a2384db3006f3ec8a8cc654) +2026-08-04T15:11:30.2309328Z Download action repository 'reactivecircus/android-emulator-runner@v2' (SHA:a421e43855164a8197daf9d8d40fe71c6996bb0d) +2026-08-04T15:11:30.8510900Z Complete job name: android-test (bare) +2026-08-04T15:11:30.9314413Z ##[group]Run actions/checkout@v7 +2026-08-04T15:11:30.9314996Z with: +2026-08-04T15:11:30.9315273Z repository: bitrise-io/react-native-code-push +2026-08-04T15:11:30.9318125Z token: *** +2026-08-04T15:11:30.9318328Z ssh-strict: true +2026-08-04T15:11:30.9318537Z ssh-user: git +2026-08-04T15:11:30.9318744Z persist-credentials: true +2026-08-04T15:11:30.9318972Z clean: true +2026-08-04T15:11:30.9319176Z sparse-checkout-cone-mode: true +2026-08-04T15:11:30.9319424Z fetch-depth: 1 +2026-08-04T15:11:30.9319623Z fetch-tags: false +2026-08-04T15:11:30.9319826Z show-progress: true +2026-08-04T15:11:30.9320034Z lfs: false +2026-08-04T15:11:30.9320213Z submodules: false +2026-08-04T15:11:30.9320411Z set-safe-directory: true +2026-08-04T15:11:30.9320645Z allow-unsafe-pr-checkout: false +2026-08-04T15:11:30.9321324Z ##[endgroup] +2026-08-04T15:11:31.0274088Z Syncing repository: bitrise-io/react-native-code-push +2026-08-04T15:11:31.0275443Z ##[group]Getting Git version info +2026-08-04T15:11:31.0275999Z Working directory is '/home/runner/work/react-native-code-push/react-native-code-push' +2026-08-04T15:11:31.0277049Z [command]/usr/bin/git version +2026-08-04T15:11:31.1071454Z git version 2.54.0 +2026-08-04T15:11:31.1094479Z ##[endgroup] +2026-08-04T15:11:31.1107923Z Temporarily overriding HOME='/home/runner/work/_temp/44053c36-13d1-4e6f-ad58-81d283a66f57' before making global git config changes +2026-08-04T15:11:31.1109352Z Adding repository directory to the temporary git global config as a safe directory +2026-08-04T15:11:31.1115126Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:11:31.1273831Z Deleting the contents of '/home/runner/work/react-native-code-push/react-native-code-push' +2026-08-04T15:11:31.1277780Z ##[group]Determining repository object format +2026-08-04T15:11:31.1279253Z ##[endgroup] +2026-08-04T15:11:31.1280006Z ##[group]Initializing the repository +2026-08-04T15:11:31.1285438Z [command]/usr/bin/git init /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:11:31.1594750Z hint: Using 'master' as the name for the initial branch. This default branch name +2026-08-04T15:11:31.1595447Z hint: will change to "main" in Git 3.0. To configure the initial branch name +2026-08-04T15:11:31.1595997Z hint: to use in all of your new repositories, which will suppress this warning, +2026-08-04T15:11:31.1596455Z hint: call: +2026-08-04T15:11:31.1596685Z hint: +2026-08-04T15:11:31.1596993Z hint: git config --global init.defaultBranch +2026-08-04T15:11:31.1677078Z hint: +2026-08-04T15:11:31.1677569Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2026-08-04T15:11:31.1678117Z hint: 'development'. The just-created branch can be renamed via this command: +2026-08-04T15:11:31.1678506Z hint: +2026-08-04T15:11:31.1678727Z hint: git branch -m +2026-08-04T15:11:31.1678999Z hint: +2026-08-04T15:11:31.1679343Z hint: Disable this message with "git config set advice.defaultBranchName false" +2026-08-04T15:11:31.1680035Z Initialized empty Git repository in /home/runner/work/react-native-code-push/react-native-code-push/.git/ +2026-08-04T15:11:31.1681531Z [command]/usr/bin/git remote add origin https://github.com/bitrise-io/react-native-code-push +2026-08-04T15:11:31.1766445Z ##[endgroup] +2026-08-04T15:11:31.1767211Z ##[group]Disabling automatic garbage collection +2026-08-04T15:11:31.1771430Z [command]/usr/bin/git config --local gc.auto 0 +2026-08-04T15:11:31.1802617Z ##[endgroup] +2026-08-04T15:11:31.1803301Z ##[group]Setting up auth +2026-08-04T15:11:31.1803805Z Removing SSH command configuration +2026-08-04T15:11:31.1809150Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-08-04T15:11:31.1843136Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-08-04T15:11:31.3152651Z Removing HTTP extra header +2026-08-04T15:11:31.3158031Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-08-04T15:11:31.3187393Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-08-04T15:11:31.3401940Z Removing includeIf entries pointing to credentials config files +2026-08-04T15:11:31.3406694Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-08-04T15:11:31.3442414Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-08-04T15:11:31.3662866Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config http.https://github.com/.extraheader AUTHORIZATION: basic *** +2026-08-04T15:11:31.3697903Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path /home/runner/work/_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:11:31.3727921Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:11:31.3788565Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:11:31.3818702Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:11:31.3845420Z ##[endgroup] +2026-08-04T15:11:31.3846098Z ##[group]Fetching the repository +2026-08-04T15:11:31.3853059Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b7ed05f09b7548cccacecfe568ac46d533ec7829:refs/remotes/pull/17/merge +2026-08-04T15:11:32.6094276Z From https://github.com/bitrise-io/react-native-code-push +2026-08-04T15:11:32.6095167Z * [new ref] b7ed05f09b7548cccacecfe568ac46d533ec7829 -> pull/17/merge +2026-08-04T15:11:32.6209318Z ##[endgroup] +2026-08-04T15:11:32.6209822Z ##[group]Determining the checkout info +2026-08-04T15:11:32.6210552Z ##[endgroup] +2026-08-04T15:11:32.6215864Z [command]/usr/bin/git sparse-checkout disable +2026-08-04T15:11:32.6288896Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig +2026-08-04T15:11:32.6321458Z ##[group]Checking out the ref +2026-08-04T15:11:32.6321916Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/17/merge +2026-08-04T15:11:32.6748690Z Note: switching to 'refs/remotes/pull/17/merge'. +2026-08-04T15:11:32.6749688Z +2026-08-04T15:11:32.6749973Z You are in 'detached HEAD' state. You can look around, make experimental +2026-08-04T15:11:32.6750612Z changes and commit them, and you can discard any commits you make in this +2026-08-04T15:11:32.6751502Z state without impacting any branches by switching back to a branch. +2026-08-04T15:11:32.6751928Z +2026-08-04T15:11:32.6752191Z If you want to create a new branch to retain commits you create, you may +2026-08-04T15:11:32.6752770Z do so (now or later) by using -c with the switch command. Example: +2026-08-04T15:11:32.6753112Z +2026-08-04T15:11:32.6753255Z git switch -c +2026-08-04T15:11:32.6753480Z +2026-08-04T15:11:32.6753631Z Or undo this operation with: +2026-08-04T15:11:32.6753882Z +2026-08-04T15:11:32.6754000Z git switch - +2026-08-04T15:11:32.6754188Z +2026-08-04T15:11:32.6754475Z Turn off this advice by setting config variable advice.detachedHead to false +2026-08-04T15:11:32.6754886Z +2026-08-04T15:11:32.6755357Z HEAD is now at b7ed05f Merge b1320fc771c7235561e2558545750d2f6bdaa66f into 02d4abdb379d874494404ca0c7498f07572b0f2a +2026-08-04T15:11:32.6756921Z ##[endgroup] +2026-08-04T15:11:32.6801767Z [command]/usr/bin/git log -1 --format=%H +2026-08-04T15:11:32.6828122Z b7ed05f09b7548cccacecfe568ac46d533ec7829 +2026-08-04T15:11:32.7096143Z ##[group]Run jdx/mise-action@v4 +2026-08-04T15:11:32.7096433Z with: +2026-08-04T15:11:32.7096623Z install: true +2026-08-04T15:11:32.7096834Z bootstrap: false +2026-08-04T15:11:32.7097034Z cache: true +2026-08-04T15:11:32.7097217Z cache_save: true +2026-08-04T15:11:32.7097416Z cache_key_prefix: mise-v1 +2026-08-04T15:11:32.7097674Z experimental: false +2026-08-04T15:11:32.7097884Z log_level: info +2026-08-04T15:11:32.7098083Z reshim: false +2026-08-04T15:11:32.7098283Z add_shims_to_path: true +2026-08-04T15:11:32.7101316Z github_token: *** +2026-08-04T15:11:32.7101548Z fetch_from_github: true +2026-08-04T15:11:32.7101770Z env: true +2026-08-04T15:11:32.7101957Z export_path: true +2026-08-04T15:11:32.7102161Z wings_enabled: false +2026-08-04T15:11:32.7102372Z ##[endgroup] +2026-08-04T15:11:32.8372084Z ##[group]Restoring mise cache +2026-08-04T15:11:32.8408359Z [command]/usr/bin/ldd --version +2026-08-04T15:11:32.8454388Z ldd (Ubuntu GLIBC 2.39-0ubuntu8.7) 2.39 +2026-08-04T15:11:32.8455806Z Copyright (C) 2024 Free Software Foundation, Inc. +2026-08-04T15:11:32.8456354Z This is free software; see the source for copying conditions. There is NO +2026-08-04T15:11:32.8457010Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +2026-08-04T15:11:32.8457540Z Written by Roland McGrath and Ulrich Drepper. +2026-08-04T15:11:33.1804523Z Cache hit for: mise-v1-linux-x64-ubuntu24-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +2026-08-04T15:11:34.4045548Z Received 33554432 of 350041287 (9.6%), 32.0 MBs/sec +2026-08-04T15:11:35.4055121Z Received 159383552 of 350041287 (45.5%), 75.9 MBs/sec +2026-08-04T15:11:36.4058434Z Received 310378496 of 350041287 (88.7%), 98.6 MBs/sec +2026-08-04T15:11:36.7230550Z Received 350041287 of 350041287 (100.0%), 100.6 MBs/sec +2026-08-04T15:11:36.7231278Z Cache Size: ~334 MB (350041287 B) +2026-08-04T15:11:36.7275190Z [command]/usr/bin/tar -xf /home/runner/work/_temp/4d57a477-7772-4362-b6e2-1acd8e3bf009/cache.tzst -P -C /home/runner/work/react-native-code-push/react-native-code-push --use-compress-program unzstd +2026-08-04T15:11:38.5264302Z Cache restored successfully +2026-08-04T15:11:38.5420869Z mise cache restored from key: mise-v1-linux-x64-ubuntu24-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +2026-08-04T15:11:38.5428496Z ##[group]Setting env vars +2026-08-04T15:11:38.5428763Z Setting MISE_LOG_LEVEL=info +2026-08-04T15:11:38.5432874Z Setting MISE_GITHUB_TOKEN=*** +2026-08-04T15:11:38.5433387Z Setting MISE_TRUSTED_CONFIG_PATHS=/home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:11:38.5433878Z Setting MISE_YES=1 +2026-08-04T15:11:38.5434145Z Adding /home/runner/.local/share/mise/shims to PATH +2026-08-04T15:11:38.5434653Z ##[group]Running mise --version +2026-08-04T15:11:38.5451041Z [command]/home/runner/.local/share/mise/bin/mise --version +2026-08-04T15:11:38.5538664Z 2026.8.1 linux-x64 (2026-08-03) +2026-08-04T15:11:38.5566340Z ##[endgroup] +2026-08-04T15:11:38.5705774Z ##[group]Running mise install +2026-08-04T15:11:38.5718921Z [command]/home/runner/.local/share/mise/bin/mise install +2026-08-04T15:11:38.5871682Z mise all tools are installed +2026-08-04T15:11:38.5906205Z ##[endgroup] +2026-08-04T15:11:38.5906570Z ##[group]Running mise ls +2026-08-04T15:11:38.5919825Z [command]/home/runner/.local/share/mise/bin/mise ls +2026-08-04T15:11:38.6065027Z java 17.0.2 ~/work/react-native-code-push/react-native-code-push/mise.toml 17 +2026-08-04T15:11:38.6065664Z node 24.19.0 ~/work/react-native-code-push/react-native-code-push/mise.toml 24 +2026-08-04T15:11:38.6066270Z ruby 4.0.6 ~/work/react-native-code-push/react-native-code-push/mise.toml 4.0 +2026-08-04T15:11:38.6071295Z ##[endgroup] +2026-08-04T15:11:38.6073406Z ##[group]Exporting mise environment variables +2026-08-04T15:11:38.6262070Z [command]/home/runner/.local/share/mise/bin/mise env --json +2026-08-04T15:11:38.6418160Z { +2026-08-04T15:11:38.6418730Z "JAVA_HOME": "/home/runner/.local/share/mise/installs/java/17.0.2", +2026-08-04T15:11:38.6421607Z "PATH": "/home/runner/.local/share/mise/installs/node/24/bin:/home/runner/.local/share/mise/installs/java/17/bin:/home/runner/.local/share/mise/installs/ruby/4.0/bin:/home/runner/.local/share/mise/shims:/home/runner/.local/share/mise/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" +2026-08-04T15:11:38.6423459Z } +2026-08-04T15:11:38.6428725Z Adding /home/runner/.local/share/mise/installs/ruby/4.0/bin to PATH +2026-08-04T15:11:38.6429582Z Adding /home/runner/.local/share/mise/installs/java/17/bin to PATH +2026-08-04T15:11:38.6430203Z Adding /home/runner/.local/share/mise/installs/node/24/bin to PATH +2026-08-04T15:11:38.6430882Z ##[endgroup] +2026-08-04T15:11:38.6647330Z ##[group]Run npm install +2026-08-04T15:11:38.6647655Z npm install +2026-08-04T15:11:38.6698602Z shell: /usr/bin/bash -e {0} +2026-08-04T15:11:38.6699058Z env: +2026-08-04T15:11:38.6699249Z MISE_LOG_LEVEL: info +2026-08-04T15:11:38.6702463Z MISE_GITHUB_TOKEN: *** +2026-08-04T15:11:38.6702908Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:11:38.6703363Z MISE_YES: 1 +2026-08-04T15:11:38.6703642Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T15:11:38.6703972Z ##[endgroup] +2026-08-04T15:11:40.3953568Z npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported +2026-08-04T15:11:40.5075459Z npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. +2026-08-04T15:11:40.5077304Z npm warn deprecated +2026-08-04T15:11:40.5077846Z npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) +2026-08-04T15:11:40.5716448Z npm warn deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. +2026-08-04T15:11:40.7210225Z npm warn deprecated superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +2026-08-04T15:11:40.8676398Z npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. +2026-08-04T15:11:40.9527034Z npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported +2026-08-04T15:11:41.0677900Z npm warn deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau +2026-08-04T15:11:41.9504474Z npm warn deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported +2026-08-04T15:11:42.4093332Z npm warn deprecated superagent@6.1.0: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +2026-08-04T15:11:43.4931512Z npm warn deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. +2026-08-04T15:11:46.3801485Z +2026-08-04T15:11:46.3801977Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T15:11:46.3802330Z > npm run build:ts +2026-08-04T15:11:46.3802505Z +2026-08-04T15:11:46.4978440Z +2026-08-04T15:11:46.4978852Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T15:11:46.4979251Z > tsc -p tsconfig.build.json +2026-08-04T15:11:46.4979447Z +2026-08-04T15:11:47.5374510Z +2026-08-04T15:11:47.5375182Z added 617 packages, and audited 619 packages in 9s +2026-08-04T15:11:47.5375711Z +2026-08-04T15:11:47.5376084Z 85 packages are looking for funding +2026-08-04T15:11:47.5376692Z run `npm fund` for details +2026-08-04T15:11:47.5757972Z +2026-08-04T15:11:47.5758743Z 38 vulnerabilities (12 low, 5 moderate, 18 high, 3 critical) +2026-08-04T15:11:47.5759330Z +2026-08-04T15:11:47.5759613Z To address issues that do not require attention, run: +2026-08-04T15:11:47.5760101Z npm audit fix +2026-08-04T15:11:47.5760262Z +2026-08-04T15:11:47.5761257Z To address all issues (including breaking changes), run: +2026-08-04T15:11:47.5761746Z npm audit fix --force +2026-08-04T15:11:47.5761950Z +2026-08-04T15:11:47.5762074Z Run `npm audit` for details. +2026-08-04T15:11:47.6536048Z ##[group]Run echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules +2026-08-04T15:11:47.6536955Z echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules +2026-08-04T15:11:47.6537545Z sudo udevadm control --reload-rules +2026-08-04T15:11:47.6537874Z sudo udevadm trigger --name-match=kvm +2026-08-04T15:11:47.6584141Z shell: /usr/bin/bash -e {0} +2026-08-04T15:11:47.6584385Z env: +2026-08-04T15:11:47.6584575Z MISE_LOG_LEVEL: info +2026-08-04T15:11:47.6587403Z MISE_GITHUB_TOKEN: *** +2026-08-04T15:11:47.6587833Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:11:47.6588287Z MISE_YES: 1 +2026-08-04T15:11:47.6588565Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T15:11:47.6588895Z ##[endgroup] +2026-08-04T15:11:47.6720070Z KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm" +2026-08-04T15:11:47.7044986Z ##[group]Run echo "/usr/local/lib/android/sdk/emulator" >> $GITHUB_PATH +2026-08-04T15:11:47.7045503Z echo "/usr/local/lib/android/sdk/emulator" >> $GITHUB_PATH +2026-08-04T15:11:47.7045965Z echo "/usr/local/lib/android/sdk/platform-tools" >> $GITHUB_PATH +2026-08-04T15:11:47.7089988Z shell: /usr/bin/bash -e {0} +2026-08-04T15:11:47.7090233Z env: +2026-08-04T15:11:47.7090417Z MISE_LOG_LEVEL: info +2026-08-04T15:11:47.7093401Z MISE_GITHUB_TOKEN: *** +2026-08-04T15:11:47.7093829Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:11:47.7094271Z MISE_YES: 1 +2026-08-04T15:11:47.7094540Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T15:11:47.7094873Z ##[endgroup] +2026-08-04T15:11:47.7291860Z ##[group]Run reactivecircus/android-emulator-runner@v2 +2026-08-04T15:11:47.7292220Z with: +2026-08-04T15:11:47.7292412Z api-level: 27 +2026-08-04T15:11:47.7292630Z target: google_apis +2026-08-04T15:11:47.7292844Z arch: x86 +2026-08-04T15:11:47.7293046Z disable-animations: true +2026-08-04T15:11:47.7293283Z script: npm run test:android +2026-08-04T15:11:47.7293511Z cores: 2 +2026-08-04T15:11:47.7293692Z avd-name: test +2026-08-04T15:11:47.7293897Z force-avd-creation: true +2026-08-04T15:11:47.7294137Z emulator-boot-timeout: 600 +2026-08-04T15:11:47.7294375Z emulator-port: 5554 +2026-08-04T15:11:47.7294811Z emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim +2026-08-04T15:11:47.7295284Z disable-spellchecker: false +2026-08-04T15:11:47.7295538Z disable-linux-hw-accel: auto +2026-08-04T15:11:47.7295782Z enable-hw-keyboard: false +2026-08-04T15:11:47.7296007Z channel: stable +2026-08-04T15:11:47.7296199Z env: +2026-08-04T15:11:47.7296409Z MISE_LOG_LEVEL: info +2026-08-04T15:11:47.7299181Z MISE_GITHUB_TOKEN: *** +2026-08-04T15:11:47.7299605Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:11:47.7300064Z MISE_YES: 1 +2026-08-04T15:11:47.7300331Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T15:11:47.7300661Z ##[endgroup] +2026-08-04T15:11:47.7829286Z ##[group]Configure emulator +2026-08-04T15:11:47.7831853Z API level: 27 +2026-08-04T15:11:47.7832133Z System image API level: 27 +2026-08-04T15:11:47.7832772Z target: google_apis +2026-08-04T15:11:47.7833345Z CPU architecture: x86 +2026-08-04T15:11:47.7833812Z Hardware profile: +2026-08-04T15:11:47.7834210Z Cores: 2 +2026-08-04T15:11:47.7834479Z RAM size: +2026-08-04T15:11:47.7834844Z Heap size: +2026-08-04T15:11:47.7835089Z SD card path or size: +2026-08-04T15:11:47.7835883Z Disk size: +2026-08-04T15:11:47.7836162Z AVD name: test +2026-08-04T15:11:47.7836568Z force avd creation: true +2026-08-04T15:11:47.7836906Z Emulator boot timeout: 600 +2026-08-04T15:11:47.7837352Z emulator port: 5554 +2026-08-04T15:11:47.7838218Z emulator options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim +2026-08-04T15:11:47.7839281Z disable animations: true +2026-08-04T15:11:47.7839597Z disable spellchecker: false +2026-08-04T15:11:47.7839952Z disable Linux hardware acceleration: false +2026-08-04T15:11:47.7840536Z enable hardware keyboard: false +2026-08-04T15:11:47.7840884Z Channel: 0 (stable) +2026-08-04T15:11:47.7841339Z Script: +2026-08-04T15:11:47.7841551Z npm run test:android +2026-08-04T15:11:47.7841810Z Pre emulator launch script: +2026-08-04T15:11:47.7842289Z ##[endgroup] +2026-08-04T15:11:47.7843154Z ##[group]Install Android SDK +2026-08-04T15:11:47.8043446Z [command]/usr/bin/sh -c \yes | sdkmanager --licenses > /dev/null +2026-08-04T15:11:51.3757457Z Installing latest build tools, platform tools, and platform. +2026-08-04T15:11:51.3774176Z [command]/usr/bin/sh -c \sdkmanager --install 'build-tools;37.0.0' platform-tools 'platforms;android-27'> /dev/null +2026-08-04T15:11:55.9212430Z Installing latest emulator. +2026-08-04T15:11:55.9228934Z [command]/usr/bin/sh -c \sdkmanager --install emulator --channel=0 > /dev/null +2026-08-04T15:12:02.6621607Z Installing system images. +2026-08-04T15:12:02.6639459Z [command]/usr/bin/sh -c \sdkmanager --install 'system-images;android-27;google_apis;x86' --channel=0 > /dev/null +2026-08-04T15:12:19.4406994Z ##[endgroup] +2026-08-04T15:12:19.4408044Z ##[group]Create AVD +2026-08-04T15:12:19.4408699Z Creating AVD. +2026-08-04T15:12:19.4432804Z [command]/usr/bin/sh -c \echo no | avdmanager create avd --force -n test --package 'system-images;android-27;google_apis;x86' +2026-08-04T15:12:20.0400498Z Loading local repository... +2026-08-04T15:12:20.0402539Z [========= ] 25% Loading local repository... +2026-08-04T15:12:20.0403278Z [========= ] 25% Fetch remote repository... +2026-08-04T15:12:20.0404254Z [=======================================] 100% Fetch remote repository... +2026-08-04T15:12:20.1859173Z Auto-selecting single ABI x86 +2026-08-04T15:12:20.4065316Z Do you wish to create a custom hardware profile? [no] [command]/usr/bin/sh -c \printf 'hw.cpu.ncore=2\n' >> /home/runner/.android/avd/test.avd/config.ini +2026-08-04T15:12:20.4086187Z ##[endgroup] +2026-08-04T15:12:20.4087653Z ##[group]Launch Emulator +2026-08-04T15:12:20.4088042Z Starting emulator. +2026-08-04T15:12:20.4103502Z [command]/usr/bin/sh -c \/usr/local/lib/android/sdk/emulator/emulator -port 5554 -avd test -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim & +2026-08-04T15:12:20.4212529Z INFO | Android emulator version 37.1.11.0 (build_id 15917651) (CL:N/A) +2026-08-04T15:12:20.4213373Z INFO | Graphics backend: gfxstream +2026-08-04T15:12:20.4214353Z INFO | Found systemPath /usr/local/lib/android/sdk/system-images/android-27/google_apis/x86/ +2026-08-04T15:12:20.4215354Z INFO | Found systemPath /usr/local/lib/android/sdk/system-images/android-27/google_apis/x86/ +2026-08-04T15:12:20.6625885Z INFO | Saving last run QEMU version for the AVD to 2 +2026-08-04T15:12:20.6626593Z INFO | Increasing RAM size to 1536MB +2026-08-04T15:12:20.6627048Z ############################################################################## +2026-08-04T15:12:20.6627727Z ## WARNING - ACTION REQUIRED ## +2026-08-04T15:12:20.6628409Z ## Consider using the '-metrics-collection' flag to help improve the ## +2026-08-04T15:12:20.6629362Z ## emulator by sending anonymized usage data. Or use the '-no-metrics' ## +2026-08-04T15:12:20.6630002Z ## flag to bypass this warning and turn off the metrics collection. ## +2026-08-04T15:12:20.6630599Z ## In a future release this warning will turn into a one-time blocking ## +2026-08-04T15:12:20.6631601Z ## prompt to ask for explicit user input regarding metrics collection. ## +2026-08-04T15:12:20.6632099Z ## ## +2026-08-04T15:12:20.6632602Z ## Please see '-help-metrics-collection' for more details. You can use ## +2026-08-04T15:12:20.6633456Z ## '-metrics-to-file' or '-metrics-to-console' flags to see what type of ## +2026-08-04T15:12:20.6634072Z ## data is being collected by emulator as part of usage statistics. ## +2026-08-04T15:12:20.6634593Z ############################################################################## +2026-08-04T15:12:20.6635005Z INFO | Guest GLES Driver: Auto (ext controls) +2026-08-04T15:12:20.6635580Z INFO | emuglConfig_init: vulkan_mode_selected:swiftshader gles_mode_selected:swiftshader +2026-08-04T15:12:20.6636158Z INFO | Checking system compatibility: +2026-08-04T15:12:20.6636540Z INFO | Checking: hasSufficientDiskSpace +2026-08-04T15:12:20.6637011Z INFO | Ok: Disk space requirements to run avd: `test` are met +2026-08-04T15:12:20.6637456Z INFO | Checking: hasSufficientHwGpu +2026-08-04T15:12:20.6637881Z INFO | Ok: Hardware GPU compatibility checks are not required +2026-08-04T15:12:20.6638329Z INFO | Checking: hasSufficientSystem +2026-08-04T15:12:20.6638740Z INFO | Ok: System requirements to run avd: `test` are met +2026-08-04T15:12:20.6639761Z WARNING | Feature QuickbootFileBacked is disabled due to stability issues, if you really want that, the environment variable ANDROID_EMU_FORCE_QUICKBOOT_FILE_BACKED need to set to 1 +2026-08-04T15:12:20.6640602Z WARNING | FeatureControl is requesting a non existing feature. +2026-08-04T15:12:20.6641270Z ERROR | Unable to connect to adb daemon on port: 5037 +2026-08-04T15:12:20.6641851Z INFO | Storing crashdata in: /tmp/android-runner/emu-crash-37.1.11.db, detection is enabled for process: 3286 +2026-08-04T15:12:20.6642382Z INFO | Initializing gfxstream backend +2026-08-04T15:12:20.6642922Z INFO | startOpenglesRendererImpl: gpu info +2026-08-04T15:12:20.6643217Z INFO | +2026-08-04T15:12:20.6646507Z INFO | SharedLibrary::open for [libX11] +2026-08-04T15:12:20.6646895Z WARNING | Could not open libX11.so, try libX11.so.6 +2026-08-04T15:12:20.6647254Z INFO | SharedLibrary::open for [libX11.so.6] +2026-08-04T15:12:20.6647580Z INFO | SharedLibrary::open for [libX11-xcb] +2026-08-04T15:12:20.6647942Z WARNING | Could not open libX11-xcb.so, try libX11-xcb.so.1 +2026-08-04T15:12:20.6648326Z INFO | SharedLibrary::open for [libX11-xcb.so.1] +2026-08-04T15:12:20.6648683Z INFO | Graphics Adapter Vendor Google (Google Inc.) +2026-08-04T15:12:20.6649153Z INFO | Graphics Adapter Android Emulator OpenGL ES Translator (Google SwiftShader) +2026-08-04T15:12:20.6649706Z INFO | Graphics API Version OpenGL ES 3.0 (OpenGL ES 3.0 SwiftShader 4.0.0.1) +2026-08-04T15:12:20.6652440Z INFO | Graphics API Extensions GL_OES_EGL_sync GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_standard_derivatives GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_texture_format_BGRA8888 GL_APPLE_texture_format_BGRA8888 +2026-08-04T15:12:20.6654564Z INFO | Graphics Device Extensions N/A +2026-08-04T15:12:20.6654882Z INFO | Verified boot params were not found. +2026-08-04T15:12:20.6655207Z INFO | Userspace boot properties: +2026-08-04T15:12:20.6655491Z INFO | android.bootanim=0 +2026-08-04T15:12:20.6655766Z INFO | android.qemud=1 +2026-08-04T15:12:20.6656205Z INFO | androidboot.android_dt_dir=/sys/bus/platform/devices/ANDR0001:00/properties/android/ +2026-08-04T15:12:20.6656684Z INFO | androidboot.hardware=ranchu +2026-08-04T15:12:20.6657010Z INFO | androidboot.serialno=EMULATOR37X1X11X0 +2026-08-04T15:12:20.6657304Z INFO | qemu=1 +2026-08-04T15:12:20.6657705Z INFO | qemu.avd_name=test +2026-08-04T15:12:20.6657979Z INFO | qemu.camera_hq_edge_processing=0 +2026-08-04T15:12:20.6658287Z INFO | qemu.dalvik.vm.heapsize=384m +2026-08-04T15:12:20.6658568Z INFO | qemu.encrypt=1 +2026-08-04T15:12:20.6658803Z INFO | qemu.gles=1 +2026-08-04T15:12:20.6659042Z INFO | qemu.gltransport=pipe +2026-08-04T15:12:20.6659341Z INFO | qemu.gltransport.drawFlushInterval=800 +2026-08-04T15:12:20.6659669Z INFO | qemu.opengles.version=196608 +2026-08-04T15:12:20.6786447Z WARNING: cannnot unmap ptr 0x7f08c2201000 as it is in the protected range from 0x7f0862200000 to 0x7f08c2400000 +2026-08-04T15:12:20.6851310Z INFO | qemu.settings.system.screen_off_timeout=2147483647 +2026-08-04T15:12:20.6853441Z INFO | qemu.skin=320x640 +2026-08-04T15:12:20.6853914Z INFO | qemu.uirenderer=skiagl +2026-08-04T15:12:20.6854377Z INFO | qemu.vsync=60 +2026-08-04T15:12:20.6854679Z INFO | qemu.wifi=1 +2026-08-04T15:12:20.6854980Z INFO | Monitoring duration of emulator setup. +2026-08-04T15:12:20.6924060Z INFO | Setting display: 0 configuration to: 320x640, dpi: 160x160 +2026-08-04T15:12:20.6924819Z INFO | setDisplayActiveConfig: id:0, 320x640 +2026-08-04T15:12:20.6925561Z INFO | emulatorSetupEnvironment: Environment scene is not required +2026-08-04T15:12:20.6966409Z USER_INFO | Emulator is performing a full startup. This may take upto two minutes, or more. +2026-08-04T15:12:20.6967328Z WARNING | Failed to process .ini file /home/runner/.android/emu-update-last-check.ini for reading. +2026-08-04T15:12:20.9048009Z WARNING | Failed to process .ini file /home/runner/.android/emu-update-last-check.ini for reading. +2026-08-04T15:12:30.4203115Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:30.4230031Z * daemon not running; starting now at tcp:5037 +2026-08-04T15:12:30.4254991Z * daemon started successfully +2026-08-04T15:12:30.4257458Z adb: device offline +2026-08-04T15:12:30.4263952Z The process '/usr/local/lib/android/sdk/platform-tools/adb' failed with exit code 1 +2026-08-04T15:12:32.4319061Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:32.4416647Z +2026-08-04T15:12:34.4478166Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:34.4576626Z +2026-08-04T15:12:36.4615197Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:36.4711209Z +2026-08-04T15:12:38.4772155Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:38.4873858Z +2026-08-04T15:12:40.4931815Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:40.5041857Z +2026-08-04T15:12:42.5082419Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:42.5377353Z +2026-08-04T15:12:44.5418974Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:44.5514123Z +2026-08-04T15:12:46.5564258Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:46.5662657Z +2026-08-04T15:12:48.5722007Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:48.5823015Z +2026-08-04T15:12:50.5877504Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:50.5980201Z +2026-08-04T15:12:52.6033454Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:52.6148129Z +2026-08-04T15:12:54.6204929Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:54.6821109Z +2026-08-04T15:12:56.6870376Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T15:12:56.7594767Z 1 +2026-08-04T15:12:56.7853443Z Emulator booted. +2026-08-04T15:12:56.7877331Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell input keyevent 82 +2026-08-04T15:12:58.1118332Z Disabling animations. +2026-08-04T15:12:58.1135867Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell settings put global window_animation_scale 0.0 +2026-08-04T15:12:58.1996690Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell settings put global transition_animation_scale 0.0 +2026-08-04T15:12:58.2316094Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell settings put global animator_duration_scale 0.0 +2026-08-04T15:12:58.3162344Z ##[endgroup] +2026-08-04T15:12:58.3191077Z [command]/usr/bin/sh -c npm run test:android +2026-08-04T15:12:58.4217657Z +2026-08-04T15:12:58.4218206Z > @bitrise/code-push-sdk@0.0.0 test:android +2026-08-04T15:12:58.4219016Z > npm run build:tests && npm run test:setup:android && npm run test:fast:android +2026-08-04T15:12:58.4219402Z +2026-08-04T15:12:58.5253043Z +2026-08-04T15:12:58.5253627Z > @bitrise/code-push-sdk@0.0.0 prebuild:tests +2026-08-04T15:12:58.5254051Z > npm run clean && npm run tslint +2026-08-04T15:12:58.5254271Z +2026-08-04T15:12:58.6276766Z +2026-08-04T15:12:58.6277570Z > @bitrise/code-push-sdk@0.0.0 clean +2026-08-04T15:12:58.6278152Z > shx rm -rf bin lib +2026-08-04T15:12:58.6278400Z +2026-08-04T15:12:58.7866524Z INFO | Boot completed in 38340 ms +2026-08-04T15:12:58.7867401Z INFO | Increasing screen off timeout, logcat buffer size to 2M. +2026-08-04T15:12:58.7916877Z +2026-08-04T15:12:58.7917138Z > @bitrise/code-push-sdk@0.0.0 tslint +2026-08-04T15:12:58.7917454Z > tslint -c tslint.json test/**/*.ts +2026-08-04T15:12:58.7917669Z +2026-08-04T15:12:59.1844904Z +2026-08-04T15:12:59.1845694Z > @bitrise/code-push-sdk@0.0.0 build:tests +2026-08-04T15:12:59.1846232Z > tsc +2026-08-04T15:12:59.1846414Z +2026-08-04T15:13:00.5262881Z +2026-08-04T15:13:00.5263327Z > @bitrise/code-push-sdk@0.0.0 test:setup:android +2026-08-04T15:13:00.5263831Z > mocha --recursive bin/test --android --setup +2026-08-04T15:13:00.5264125Z +2026-08-04T15:13:00.8172389Z Initializing tests for @bitrise/code-push-sdk +2026-08-04T15:13:00.8173283Z TestCodePush +2026-08-04T15:13:00.8173537Z com.testcodepush +2026-08-04T15:13:00.8173802Z Testing undefined. +2026-08-04T15:13:00.8174296Z On android +2026-08-04T15:13:00.8174707Z test run directory = /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:13:00.8175277Z updates directory = /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:13:00.8175754Z --setting up-- +2026-08-04T15:13:00.8197988Z +2026-08-04T15:13:00.8200827Z +2026-08-04T15:13:00.8206679Z CodePush React-Native Plugin +2026-08-04T15:13:00.8207456Z Setting Up For Tests +2026-08-04T15:13:00.8265295Z Building test project. +2026-08-04T15:13:00.8273340Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +2026-08-04T15:13:00.8371747Z [TIMING] exec "emulator -list-avds" took 15ms +2026-08-04T15:13:00.8372122Z Using Android simulator named test +2026-08-04T15:13:00.8372864Z Setting up Android emulator. +2026-08-04T15:13:00.8373142Z Checking if Android emulator is ready yet... +2026-08-04T15:13:01.2596638Z [TIMING] exec "adb shell pm list packages" took 422ms +2026-08-04T15:13:01.2597527Z Android emulator is ready! +2026-08-04T15:13:01.2598351Z [TIMING] Android bootEmulator took 422ms +2026-08-04T15:13:01.3499280Z npm warn exec The following package was not found and will be installed: @react-native-community/cli@20.2.0 +2026-08-04T15:13:07.5894769Z - Downloading template +2026-08-04T15:13:08.6210451Z ✔ Downloading template +2026-08-04T15:13:08.6211558Z - Copying template +2026-08-04T15:13:08.6415186Z ✔ Copying template +2026-08-04T15:13:08.6415975Z - Processing template +2026-08-04T15:13:08.6753168Z ✔ Processing template +2026-08-04T15:13:08.6753788Z - Installing dependencies +2026-08-04T15:13:28.4609933Z ✔ Installing dependencies +2026-08-04T15:13:28.4657352Z - Initializing Git repository +2026-08-04T15:13:28.5112772Z  +2026-08-04T15:13:28.5113244Z +2026-08-04T15:13:28.5113815Z Run instructions for Android: +2026-08-04T15:13:28.5114914Z • Have an Android emulator running (quickest way to get started), or a device connected. +2026-08-04T15:13:28.5118306Z • cd "/tmp/@bitrise/code-push-sdk/test-run/TestCodePush" && npx react-native run-android +2026-08-04T15:13:28.5119187Z +2026-08-04T15:13:28.5119595Z  +2026-08-04T15:13:28.5489753Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 27721ms +2026-08-04T15:13:28.5491552Z "npx @react-native-community/cli init TestCodePush" success. cwd=/tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:13:28.5695461Z Running command: npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +2026-08-04T15:13:28.8151358Z +2026-08-04T15:13:28.8152052Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T15:13:28.8152399Z > npm run build:ts +2026-08-04T15:13:28.8152534Z +2026-08-04T15:13:28.9186265Z +2026-08-04T15:13:28.9186668Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T15:13:28.9187056Z > tsc -p tsconfig.build.json +2026-08-04T15:13:28.9187239Z +2026-08-04T15:13:30.5035356Z npm notice +2026-08-04T15:13:30.5035946Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +2026-08-04T15:13:30.5036353Z npm notice Tarball Contents +2026-08-04T15:13:30.5083390Z npm notice 388B .config/CredScanSuppressions.json +2026-08-04T15:13:30.5084344Z npm notice 703B AlertAdapter.js +2026-08-04T15:13:30.5085596Z npm notice 26.1kB CodePush.js +2026-08-04T15:13:30.5086204Z npm notice 1.1kB CodePush.podspec +2026-08-04T15:13:30.5086743Z npm notice 4.2kB CONTRIBUTING.md +2026-08-04T15:13:30.5087245Z npm notice 1.1kB LICENSE.md +2026-08-04T15:13:30.5087653Z npm notice 40.5kB README.md +2026-08-04T15:13:30.5088113Z npm notice 2.8kB SECURITY.md +2026-08-04T15:13:30.5088629Z npm notice 1.7kB android/app/build.gradle +2026-08-04T15:13:30.5089287Z npm notice 1.2kB android/app/proguard-rules.pro +2026-08-04T15:13:30.5089998Z npm notice 151B android/app/src/main/AndroidManifest.xml +2026-08-04T15:13:30.5090966Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +2026-08-04T15:13:30.5092437Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +2026-08-04T15:13:30.5093916Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +2026-08-04T15:13:30.5095187Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +2026-08-04T15:13:30.5096568Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +2026-08-04T15:13:30.5098050Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +2026-08-04T15:13:30.5099603Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +2026-08-04T15:13:30.5101257Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +2026-08-04T15:13:30.5102749Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +2026-08-04T15:13:30.5104145Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +2026-08-04T15:13:30.5105433Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +2026-08-04T15:13:30.5106828Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +2026-08-04T15:13:30.5108141Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +2026-08-04T15:13:30.5109678Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +2026-08-04T15:13:30.5110733Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +2026-08-04T15:13:30.5112113Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +2026-08-04T15:13:30.5113199Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +2026-08-04T15:13:30.5114078Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +2026-08-04T15:13:30.5115258Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +2026-08-04T15:13:30.5116499Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +2026-08-04T15:13:30.5117763Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +2026-08-04T15:13:30.5118679Z npm notice 570B android/build.gradle +2026-08-04T15:13:30.5119158Z npm notice 7.5kB android/codepush.gradle +2026-08-04T15:13:30.5119737Z npm notice 856B android/gradle.properties +2026-08-04T15:13:30.5120417Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +2026-08-04T15:13:30.5121402Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +2026-08-04T15:13:30.5122005Z npm notice 5.1kB android/gradlew +2026-08-04T15:13:30.5122408Z npm notice 2.4kB android/gradlew.bat +2026-08-04T15:13:30.5122868Z npm notice 74B android/settings.gradle +2026-08-04T15:13:30.5123369Z npm notice 8.3kB api-compat/compat.ts +2026-08-04T15:13:30.5123877Z npm notice 5.1kB docs/api-android.md +2026-08-04T15:13:30.5124365Z npm notice 3.3kB docs/api-ios.md +2026-08-04T15:13:30.5124828Z npm notice 43.4kB docs/api-js.md +2026-08-04T15:13:30.5125572Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +2026-08-04T15:13:30.5126267Z npm notice 2.6kB docs/multi-deployment-testing-android.md +2026-08-04T15:13:30.5127015Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +2026-08-04T15:13:30.5127579Z npm notice 6.4kB docs/setup-android.md +2026-08-04T15:13:30.5128034Z npm notice 6.6kB docs/setup-ios.md +2026-08-04T15:13:30.5128475Z npm notice 4.8kB docs/setup-windows.md +2026-08-04T15:13:30.5128924Z npm notice 15.8kB expo.js +2026-08-04T15:13:30.5129436Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +2026-08-04T15:13:30.5130407Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +2026-08-04T15:13:30.5131980Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +2026-08-04T15:13:30.5133090Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +2026-08-04T15:13:30.5133913Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +2026-08-04T15:13:30.5134647Z npm notice 1.2kB ios/CodePush/Base64/README.md +2026-08-04T15:13:30.5135145Z npm notice 8.0kB ios/CodePush/CodePush.h +2026-08-04T15:13:30.5135726Z npm notice 42.0kB ios/CodePush/CodePush.m +2026-08-04T15:13:30.5136428Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +2026-08-04T15:13:30.5137056Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +2026-08-04T15:13:30.5137681Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +2026-08-04T15:13:30.5138317Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +2026-08-04T15:13:30.5138966Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +2026-08-04T15:13:30.5139593Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +2026-08-04T15:13:30.5140161Z npm notice 276B ios/CodePush/CodePushUtils.m +2026-08-04T15:13:30.5140880Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +2026-08-04T15:13:30.5142134Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +2026-08-04T15:13:30.5143164Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +2026-08-04T15:13:30.5144143Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +2026-08-04T15:13:30.5145087Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +2026-08-04T15:13:30.5146270Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +2026-08-04T15:13:30.5147122Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +2026-08-04T15:13:30.5148073Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +2026-08-04T15:13:30.5149168Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +2026-08-04T15:13:30.5150308Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +2026-08-04T15:13:30.5151692Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +2026-08-04T15:13:30.5152657Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +2026-08-04T15:13:30.5153649Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +2026-08-04T15:13:30.5154709Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +2026-08-04T15:13:30.5155701Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +2026-08-04T15:13:30.5156633Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +2026-08-04T15:13:30.5157501Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +2026-08-04T15:13:30.5158511Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +2026-08-04T15:13:30.5159705Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +2026-08-04T15:13:30.5161177Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +2026-08-04T15:13:30.5162429Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +2026-08-04T15:13:30.5163880Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +2026-08-04T15:13:30.5164924Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +2026-08-04T15:13:30.5165707Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +2026-08-04T15:13:30.5166431Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +2026-08-04T15:13:30.5167092Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +2026-08-04T15:13:30.5167796Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +2026-08-04T15:13:30.5168575Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +2026-08-04T15:13:30.5169339Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +2026-08-04T15:13:30.5170209Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +2026-08-04T15:13:30.5171218Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +2026-08-04T15:13:30.5171819Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +2026-08-04T15:13:30.5172503Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +2026-08-04T15:13:30.5173244Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +2026-08-04T15:13:30.5173990Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +2026-08-04T15:13:30.5174731Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +2026-08-04T15:13:30.5175468Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +2026-08-04T15:13:30.5176194Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +2026-08-04T15:13:30.5176943Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +2026-08-04T15:13:30.5177707Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +2026-08-04T15:13:30.5178416Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +2026-08-04T15:13:30.5179182Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +2026-08-04T15:13:30.5179950Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +2026-08-04T15:13:30.5180687Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +2026-08-04T15:13:30.5181829Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +2026-08-04T15:13:30.5182495Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +2026-08-04T15:13:30.5183263Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +2026-08-04T15:13:30.5183928Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +2026-08-04T15:13:30.5184423Z npm notice 16.5kB ios/CodePush/JWT/README.md +2026-08-04T15:13:30.5185032Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +2026-08-04T15:13:30.5185741Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +2026-08-04T15:13:30.5186449Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +2026-08-04T15:13:30.5187101Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +2026-08-04T15:13:30.5187734Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +2026-08-04T15:13:30.5188409Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +2026-08-04T15:13:30.5189178Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +2026-08-04T15:13:30.5189872Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +2026-08-04T15:13:30.5190601Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +2026-08-04T15:13:30.5191516Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +2026-08-04T15:13:30.5192213Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +2026-08-04T15:13:30.5193081Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +2026-08-04T15:13:30.5193738Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +2026-08-04T15:13:30.5194420Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +2026-08-04T15:13:30.5195140Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +2026-08-04T15:13:30.5196028Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +2026-08-04T15:13:30.5196919Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +2026-08-04T15:13:30.5197655Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +2026-08-04T15:13:30.5198403Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +2026-08-04T15:13:30.5199131Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +2026-08-04T15:13:30.5199898Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +2026-08-04T15:13:30.5200630Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +2026-08-04T15:13:30.5201606Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +2026-08-04T15:13:30.5202331Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +2026-08-04T15:13:30.5203067Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +2026-08-04T15:13:30.5203752Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +2026-08-04T15:13:30.5204418Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +2026-08-04T15:13:30.5205168Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +2026-08-04T15:13:30.5205821Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +2026-08-04T15:13:30.5206533Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +2026-08-04T15:13:30.5207222Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +2026-08-04T15:13:30.5207889Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +2026-08-04T15:13:30.5208553Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +2026-08-04T15:13:30.5209187Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +2026-08-04T15:13:30.5209757Z npm notice 267B ios/CodePush/SSZipArchive/README.md +2026-08-04T15:13:30.5210349Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +2026-08-04T15:13:30.5211204Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +2026-08-04T15:13:30.5211848Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +2026-08-04T15:13:30.5212597Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +2026-08-04T15:13:30.5213324Z npm notice 844B ios/PrivacyInfo.xcprivacy +2026-08-04T15:13:30.5214075Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +2026-08-04T15:13:30.5214695Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +2026-08-04T15:13:30.5215321Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +2026-08-04T15:13:30.5215968Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +2026-08-04T15:13:30.5216588Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +2026-08-04T15:13:30.5217221Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +2026-08-04T15:13:30.5217811Z npm notice 921B lib/acquisition-sdk/types.d.ts +2026-08-04T15:13:30.5218327Z npm notice 375B lib/acquisition-sdk/types.js +2026-08-04T15:13:30.5218852Z npm notice 159B lib/acquisition-sdk/types.js.map +2026-08-04T15:13:30.5219312Z npm notice 147B logging.js +2026-08-04T15:13:30.5219840Z npm notice 2.8kB package-mixins.js +2026-08-04T15:13:30.5220423Z npm notice 3.5kB package.json +2026-08-04T15:13:30.5221379Z npm notice 337B react-native.config.js +2026-08-04T15:13:30.5221990Z npm notice 1.2kB request-fetch-adapter.js +2026-08-04T15:13:30.5222776Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +2026-08-04T15:13:30.5223507Z npm notice 646B scripts/getFilesInFolder.js +2026-08-04T15:13:30.5224196Z npm notice 4.5kB scripts/postlink/android/postlink.js +2026-08-04T15:13:30.5225193Z npm notice 5.1kB scripts/postlink/ios/postlink.js +2026-08-04T15:13:30.5240429Z npm notice 241B scripts/postlink/run.js +2026-08-04T15:13:30.5241567Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +2026-08-04T15:13:30.5242226Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +2026-08-04T15:13:30.5242847Z npm notice 249B scripts/postunlink/run.js +2026-08-04T15:13:30.5243536Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +2026-08-04T15:13:30.5244315Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +2026-08-04T15:13:30.5245211Z npm notice 6.1kB scripts/tools/linkToolsIos.js +2026-08-04T15:13:30.5245816Z npm notice 338.0kB test-ios-timing-20260804.txt +2026-08-04T15:13:30.5246473Z npm notice 6.0kB test-ios-timing-analysis-20260804.md +2026-08-04T15:13:30.5247076Z npm notice 784B tslint.json +2026-08-04T15:13:30.5247552Z npm notice 16.9kB typings/react-native-code-push.d.ts +2026-08-04T15:13:30.5248273Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +2026-08-04T15:13:30.5249257Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +2026-08-04T15:13:30.5250379Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +2026-08-04T15:13:30.5251589Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +2026-08-04T15:13:30.5252570Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +2026-08-04T15:13:30.5253471Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +2026-08-04T15:13:30.5254295Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +2026-08-04T15:13:30.5255278Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +2026-08-04T15:13:30.5256352Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +2026-08-04T15:13:30.5257212Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +2026-08-04T15:13:30.5257998Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +2026-08-04T15:13:30.5258774Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +2026-08-04T15:13:30.5259682Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +2026-08-04T15:13:30.5260459Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +2026-08-04T15:13:30.5261461Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +2026-08-04T15:13:30.5262250Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +2026-08-04T15:13:30.5263224Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +2026-08-04T15:13:30.5264135Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +2026-08-04T15:13:30.5265038Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +2026-08-04T15:13:30.5266328Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +2026-08-04T15:13:30.5267160Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +2026-08-04T15:13:30.5267887Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +2026-08-04T15:13:30.5268746Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +2026-08-04T15:13:30.5269654Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +2026-08-04T15:13:30.5270486Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +2026-08-04T15:13:30.5271715Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +2026-08-04T15:13:30.5272435Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +2026-08-04T15:13:30.5273189Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +2026-08-04T15:13:30.5273834Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +2026-08-04T15:13:30.5274577Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +2026-08-04T15:13:30.5275458Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +2026-08-04T15:13:30.5276240Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +2026-08-04T15:13:30.5276959Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +2026-08-04T15:13:30.5277649Z npm notice 139B windows/CodePush/CodePush.def +2026-08-04T15:13:30.5278277Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +2026-08-04T15:13:30.5278977Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +2026-08-04T15:13:30.5279700Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +2026-08-04T15:13:30.5280373Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +2026-08-04T15:13:30.5281359Z npm notice 360B windows/CodePush/CodePushConfig.idl +2026-08-04T15:13:30.5282328Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +2026-08-04T15:13:30.5283116Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +2026-08-04T15:13:30.5283846Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +2026-08-04T15:13:30.5284603Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +2026-08-04T15:13:30.5285334Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +2026-08-04T15:13:30.5285965Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +2026-08-04T15:13:30.5286664Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +2026-08-04T15:13:30.5287404Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +2026-08-04T15:13:30.5288099Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +2026-08-04T15:13:30.5288769Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +2026-08-04T15:13:30.5289435Z npm notice 735B windows/CodePush/CodePushUtils.cpp +2026-08-04T15:13:30.5290023Z npm notice 422B windows/CodePush/CodePushUtils.h +2026-08-04T15:13:30.5290658Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +2026-08-04T15:13:30.5291519Z npm notice 866B windows/CodePush/FileUtils.h +2026-08-04T15:13:30.5292101Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +2026-08-04T15:13:30.5292699Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +2026-08-04T15:13:30.5293243Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +2026-08-04T15:13:30.5293766Z npm notice 4.3kB windows/CodePush/miniz/readme.md +2026-08-04T15:13:30.5294316Z npm notice 159B windows/CodePush/packages.config +2026-08-04T15:13:30.5294895Z npm notice 20B windows/CodePush/pch.cpp +2026-08-04T15:13:30.5295398Z npm notice 124B windows/CodePush/pch.h +2026-08-04T15:13:30.5296003Z npm notice 586B windows/CodePush/PropertySheet.props +2026-08-04T15:13:30.5296757Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +2026-08-04T15:13:30.5297478Z npm notice 699B windows/CodePush/ReactPackageProvider.h +2026-08-04T15:13:30.5298155Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +2026-08-04T15:13:30.5298772Z npm notice Tarball Details +2026-08-04T15:13:30.5299183Z npm notice name: @bitrise/code-push-sdk +2026-08-04T15:13:30.5299637Z npm notice version: 0.0.0 +2026-08-04T15:13:30.5300377Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T15:13:30.5301239Z npm notice package size: 444.0 kB +2026-08-04T15:13:30.5301742Z npm notice unpacked size: 2.3 MB +2026-08-04T15:13:30.5302352Z npm notice shasum: 76981c6ea02a4b30d2fb5a81fb13d0a504afc71d +2026-08-04T15:13:30.5303121Z npm notice integrity: sha512-GpKQetz2wa/lf[...]SGKSLgVMgkZSA== +2026-08-04T15:13:30.5303771Z npm notice total files: 248 +2026-08-04T15:13:30.5304163Z npm notice +2026-08-04T15:13:30.5304511Z bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T15:13:32.3992414Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +2026-08-04T15:13:33.7379301Z +2026-08-04T15:13:33.7379987Z added 27 packages, and audited 894 packages in 3s +2026-08-04T15:13:33.7380538Z +2026-08-04T15:13:33.7380699Z 172 packages are looking for funding +2026-08-04T15:13:33.7381309Z run `npm fund` for details +2026-08-04T15:13:33.7586906Z +2026-08-04T15:13:33.7587371Z 10 moderate severity vulnerabilities +2026-08-04T15:13:33.7587816Z +2026-08-04T15:13:33.7587958Z To address all issues possible, run: +2026-08-04T15:13:33.7588313Z npm audit fix --force +2026-08-04T15:13:33.7588510Z +2026-08-04T15:13:33.7588667Z Some issues need review, and may require choosing +2026-08-04T15:13:33.7589049Z a different dependency. +2026-08-04T15:13:33.7589225Z +2026-08-04T15:13:33.7589335Z Run `npm audit` for details. +2026-08-04T15:13:33.7596869Z npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts: +2026-08-04T15:13:33.7598126Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +2026-08-04T15:13:33.7598756Z npm warn allow-scripts +2026-08-04T15:13:33.7599805Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +2026-08-04T15:13:34.0420476Z +2026-08-04T15:13:34.0421342Z added 1 package, and audited 3 packages in 203ms +2026-08-04T15:13:34.0427930Z +2026-08-04T15:13:34.0428338Z found 0 vulnerabilities +2026-08-04T15:13:34.0507864Z Reshimming mise 24... +2026-08-04T15:13:34.0632887Z [TIMING] exec "npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm ..." took 5493ms +2026-08-04T15:13:34.0634382Z [TIMING] createTestProject(testRunDirectory) took 33237ms +2026-08-04T15:13:34.0634925Z Building update project. +2026-08-04T15:13:34.0636357Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +2026-08-04T15:13:35.5216954Z - Downloading template +2026-08-04T15:13:36.2845116Z ✔ Downloading template +2026-08-04T15:13:36.2845566Z - Copying template +2026-08-04T15:13:36.3023480Z ✔ Copying template +2026-08-04T15:13:36.3023876Z - Processing template +2026-08-04T15:13:36.3299883Z ✔ Processing template +2026-08-04T15:13:36.3300375Z - Installing dependencies +2026-08-04T15:13:47.7921520Z ✔ Installing dependencies +2026-08-04T15:13:47.7967685Z - Initializing Git repository +2026-08-04T15:13:47.8370431Z  +2026-08-04T15:13:47.8370688Z +2026-08-04T15:13:47.8371279Z Run instructions for Android: +2026-08-04T15:13:47.8372075Z • Have an Android emulator running (quickest way to get started), or a device connected. +2026-08-04T15:13:47.8372968Z • cd "/tmp/@bitrise/code-push-sdk/updates/TestCodePush" && npx react-native run-android +2026-08-04T15:13:47.8373518Z +2026-08-04T15:13:47.8373748Z  +2026-08-04T15:13:47.8603222Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 13797ms +2026-08-04T15:13:47.8604166Z "npx @react-native-community/cli init TestCodePush" success. cwd=/tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:13:47.8666782Z Running command: npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +2026-08-04T15:13:48.1029084Z +2026-08-04T15:13:48.1029588Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T15:13:48.1030353Z > npm run build:ts +2026-08-04T15:13:48.1030524Z +2026-08-04T15:13:48.2050201Z +2026-08-04T15:13:48.2050662Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T15:13:48.2051277Z > tsc -p tsconfig.build.json +2026-08-04T15:13:48.2051499Z +2026-08-04T15:13:49.8076300Z npm notice +2026-08-04T15:13:49.8076953Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +2026-08-04T15:13:49.8077492Z npm notice Tarball Contents +2026-08-04T15:13:49.8120101Z npm notice 388B .config/CredScanSuppressions.json +2026-08-04T15:13:49.8120565Z npm notice 703B AlertAdapter.js +2026-08-04T15:13:49.8120899Z npm notice 26.1kB CodePush.js +2026-08-04T15:13:49.8121598Z npm notice 1.1kB CodePush.podspec +2026-08-04T15:13:49.8121965Z npm notice 4.2kB CONTRIBUTING.md +2026-08-04T15:13:49.8122306Z npm notice 1.1kB LICENSE.md +2026-08-04T15:13:49.8122656Z npm notice 40.5kB README.md +2026-08-04T15:13:49.8122957Z npm notice 2.8kB SECURITY.md +2026-08-04T15:13:49.8123291Z npm notice 1.7kB android/app/build.gradle +2026-08-04T15:13:49.8123712Z npm notice 1.2kB android/app/proguard-rules.pro +2026-08-04T15:13:49.8124177Z npm notice 151B android/app/src/main/AndroidManifest.xml +2026-08-04T15:13:49.8124794Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +2026-08-04T15:13:49.8125699Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +2026-08-04T15:13:49.8126471Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +2026-08-04T15:13:49.8127255Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +2026-08-04T15:13:49.8128151Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +2026-08-04T15:13:49.8129371Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +2026-08-04T15:13:49.8130322Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +2026-08-04T15:13:49.8131537Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +2026-08-04T15:13:49.8132428Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +2026-08-04T15:13:49.8133325Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +2026-08-04T15:13:49.8134180Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +2026-08-04T15:13:49.8135019Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +2026-08-04T15:13:49.8135848Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +2026-08-04T15:13:49.8136529Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +2026-08-04T15:13:49.8137147Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +2026-08-04T15:13:49.8137750Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +2026-08-04T15:13:49.8138390Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +2026-08-04T15:13:49.8139003Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +2026-08-04T15:13:49.8139585Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +2026-08-04T15:13:49.8140193Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +2026-08-04T15:13:49.8140790Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +2026-08-04T15:13:49.8141401Z npm notice 570B android/build.gradle +2026-08-04T15:13:49.8141677Z npm notice 7.5kB android/codepush.gradle +2026-08-04T15:13:49.8141960Z npm notice 856B android/gradle.properties +2026-08-04T15:13:49.8142294Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +2026-08-04T15:13:49.8142852Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +2026-08-04T15:13:49.8143206Z npm notice 5.1kB android/gradlew +2026-08-04T15:13:49.8143457Z npm notice 2.4kB android/gradlew.bat +2026-08-04T15:13:49.8143723Z npm notice 74B android/settings.gradle +2026-08-04T15:13:49.8143992Z npm notice 8.3kB api-compat/compat.ts +2026-08-04T15:13:49.8144251Z npm notice 5.1kB docs/api-android.md +2026-08-04T15:13:49.8144504Z npm notice 3.3kB docs/api-ios.md +2026-08-04T15:13:49.8144747Z npm notice 43.4kB docs/api-js.md +2026-08-04T15:13:49.8145026Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +2026-08-04T15:13:49.8145385Z npm notice 2.6kB docs/multi-deployment-testing-android.md +2026-08-04T15:13:49.8145758Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +2026-08-04T15:13:49.8146077Z npm notice 6.4kB docs/setup-android.md +2026-08-04T15:13:49.8146341Z npm notice 6.6kB docs/setup-ios.md +2026-08-04T15:13:49.8146593Z npm notice 4.8kB docs/setup-windows.md +2026-08-04T15:13:49.8146855Z npm notice 15.8kB expo.js +2026-08-04T15:13:49.8147132Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +2026-08-04T15:13:49.8147597Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +2026-08-04T15:13:49.8148217Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +2026-08-04T15:13:49.8148762Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +2026-08-04T15:13:49.8149162Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +2026-08-04T15:13:49.8149522Z npm notice 1.2kB ios/CodePush/Base64/README.md +2026-08-04T15:13:49.8149822Z npm notice 8.0kB ios/CodePush/CodePush.h +2026-08-04T15:13:49.8150103Z npm notice 42.0kB ios/CodePush/CodePush.m +2026-08-04T15:13:49.8150399Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +2026-08-04T15:13:49.8151299Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +2026-08-04T15:13:49.8151883Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +2026-08-04T15:13:49.8152254Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +2026-08-04T15:13:49.8152644Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +2026-08-04T15:13:49.8153074Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +2026-08-04T15:13:49.8153417Z npm notice 276B ios/CodePush/CodePushUtils.m +2026-08-04T15:13:49.8153822Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +2026-08-04T15:13:49.8154294Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +2026-08-04T15:13:49.8154784Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +2026-08-04T15:13:49.8155266Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +2026-08-04T15:13:49.8155732Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +2026-08-04T15:13:49.8156220Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +2026-08-04T15:13:49.8156726Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +2026-08-04T15:13:49.8157251Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +2026-08-04T15:13:49.8157790Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +2026-08-04T15:13:49.8158362Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +2026-08-04T15:13:49.8158937Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +2026-08-04T15:13:49.8159473Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +2026-08-04T15:13:49.8159980Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +2026-08-04T15:13:49.8160514Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +2026-08-04T15:13:49.8161308Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +2026-08-04T15:13:49.8161816Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +2026-08-04T15:13:49.8162442Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +2026-08-04T15:13:49.8162950Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +2026-08-04T15:13:49.8163488Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +2026-08-04T15:13:49.8164065Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +2026-08-04T15:13:49.8164632Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +2026-08-04T15:13:49.8165178Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +2026-08-04T15:13:49.8165649Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +2026-08-04T15:13:49.8166012Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +2026-08-04T15:13:49.8166392Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +2026-08-04T15:13:49.8166779Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +2026-08-04T15:13:49.8167211Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +2026-08-04T15:13:49.8167674Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +2026-08-04T15:13:49.8168126Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +2026-08-04T15:13:49.8168573Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +2026-08-04T15:13:49.8168978Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +2026-08-04T15:13:49.8169330Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +2026-08-04T15:13:49.8169722Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +2026-08-04T15:13:49.8170163Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +2026-08-04T15:13:49.8170733Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +2026-08-04T15:13:49.8171439Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +2026-08-04T15:13:49.8171885Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +2026-08-04T15:13:49.8172346Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +2026-08-04T15:13:49.8172788Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +2026-08-04T15:13:49.8173220Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +2026-08-04T15:13:49.8173642Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +2026-08-04T15:13:49.8174071Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +2026-08-04T15:13:49.8174528Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +2026-08-04T15:13:49.8174944Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +2026-08-04T15:13:49.8175359Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +2026-08-04T15:13:49.8175795Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +2026-08-04T15:13:49.8176243Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +2026-08-04T15:13:49.8176618Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +2026-08-04T15:13:49.8176904Z npm notice 16.5kB ios/CodePush/JWT/README.md +2026-08-04T15:13:49.8177255Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +2026-08-04T15:13:49.8177661Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +2026-08-04T15:13:49.8178067Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +2026-08-04T15:13:49.8178437Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +2026-08-04T15:13:49.8178791Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +2026-08-04T15:13:49.8179177Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +2026-08-04T15:13:49.8179578Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +2026-08-04T15:13:49.8179988Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +2026-08-04T15:13:49.8180404Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +2026-08-04T15:13:49.8180785Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +2026-08-04T15:13:49.8181580Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +2026-08-04T15:13:49.8181971Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +2026-08-04T15:13:49.8182337Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +2026-08-04T15:13:49.8182721Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +2026-08-04T15:13:49.8183126Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +2026-08-04T15:13:49.8183520Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +2026-08-04T15:13:49.8183912Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +2026-08-04T15:13:49.8184324Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +2026-08-04T15:13:49.8184744Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +2026-08-04T15:13:49.8185153Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +2026-08-04T15:13:49.8185579Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +2026-08-04T15:13:49.8186010Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +2026-08-04T15:13:49.8186457Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +2026-08-04T15:13:49.8186868Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +2026-08-04T15:13:49.8187273Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +2026-08-04T15:13:49.8187706Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +2026-08-04T15:13:49.8188115Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +2026-08-04T15:13:49.8188514Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +2026-08-04T15:13:49.8188901Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +2026-08-04T15:13:49.8189416Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +2026-08-04T15:13:49.8189812Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +2026-08-04T15:13:49.8190200Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +2026-08-04T15:13:49.8190578Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +2026-08-04T15:13:49.8191140Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +2026-08-04T15:13:49.8191497Z npm notice 267B ios/CodePush/SSZipArchive/README.md +2026-08-04T15:13:49.8191848Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +2026-08-04T15:13:49.8192214Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +2026-08-04T15:13:49.8192578Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +2026-08-04T15:13:49.8193058Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +2026-08-04T15:13:49.8193497Z npm notice 844B ios/PrivacyInfo.xcprivacy +2026-08-04T15:13:49.8193830Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +2026-08-04T15:13:49.8194199Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +2026-08-04T15:13:49.8194566Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +2026-08-04T15:13:49.8194946Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +2026-08-04T15:13:49.8195307Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +2026-08-04T15:13:49.8195669Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +2026-08-04T15:13:49.8196016Z npm notice 921B lib/acquisition-sdk/types.d.ts +2026-08-04T15:13:49.8196322Z npm notice 375B lib/acquisition-sdk/types.js +2026-08-04T15:13:49.8196626Z npm notice 159B lib/acquisition-sdk/types.js.map +2026-08-04T15:13:49.8196913Z npm notice 147B logging.js +2026-08-04T15:13:49.8197154Z npm notice 2.8kB package-mixins.js +2026-08-04T15:13:49.8197409Z npm notice 3.5kB package.json +2026-08-04T15:13:49.8197654Z npm notice 337B react-native.config.js +2026-08-04T15:13:49.8197934Z npm notice 1.2kB request-fetch-adapter.js +2026-08-04T15:13:49.8198271Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +2026-08-04T15:13:49.8198606Z npm notice 646B scripts/getFilesInFolder.js +2026-08-04T15:13:49.8198925Z npm notice 4.5kB scripts/postlink/android/postlink.js +2026-08-04T15:13:49.8199396Z npm notice 5.1kB scripts/postlink/ios/postlink.js +2026-08-04T15:13:49.8199707Z npm notice 241B scripts/postlink/run.js +2026-08-04T15:13:49.8200027Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +2026-08-04T15:13:49.8200381Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +2026-08-04T15:13:49.8200695Z npm notice 249B scripts/postunlink/run.js +2026-08-04T15:13:49.8201274Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +2026-08-04T15:13:49.8201647Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +2026-08-04T15:13:49.8201982Z npm notice 6.1kB scripts/tools/linkToolsIos.js +2026-08-04T15:13:49.8202294Z npm notice 338.0kB test-ios-timing-20260804.txt +2026-08-04T15:13:49.8202627Z npm notice 6.0kB test-ios-timing-analysis-20260804.md +2026-08-04T15:13:49.8202933Z npm notice 784B tslint.json +2026-08-04T15:13:49.8203203Z npm notice 16.9kB typings/react-native-code-push.d.ts +2026-08-04T15:13:49.8203571Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +2026-08-04T15:13:49.8204068Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +2026-08-04T15:13:49.8204619Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +2026-08-04T15:13:49.8205096Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +2026-08-04T15:13:49.8205565Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +2026-08-04T15:13:49.8206065Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +2026-08-04T15:13:49.8206551Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +2026-08-04T15:13:49.8207100Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +2026-08-04T15:13:49.8207753Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +2026-08-04T15:13:49.8208183Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +2026-08-04T15:13:49.8208579Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +2026-08-04T15:13:49.8208966Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +2026-08-04T15:13:49.8209392Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +2026-08-04T15:13:49.8209843Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +2026-08-04T15:13:49.8210242Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +2026-08-04T15:13:49.8210672Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +2026-08-04T15:13:49.8211397Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +2026-08-04T15:13:49.8211848Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +2026-08-04T15:13:49.8212300Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +2026-08-04T15:13:49.8212776Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +2026-08-04T15:13:49.8213211Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +2026-08-04T15:13:49.8213616Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +2026-08-04T15:13:49.8214057Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +2026-08-04T15:13:49.8214550Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +2026-08-04T15:13:49.8214991Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +2026-08-04T15:13:49.8215416Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +2026-08-04T15:13:49.8215797Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +2026-08-04T15:13:49.8216163Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +2026-08-04T15:13:49.8216519Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +2026-08-04T15:13:49.8216902Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +2026-08-04T15:13:49.8217334Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +2026-08-04T15:13:49.8217743Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +2026-08-04T15:13:49.8218242Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +2026-08-04T15:13:49.8218573Z npm notice 139B windows/CodePush/CodePush.def +2026-08-04T15:13:49.8218893Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +2026-08-04T15:13:49.8219249Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +2026-08-04T15:13:49.8219607Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +2026-08-04T15:13:49.8219940Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +2026-08-04T15:13:49.8220275Z npm notice 360B windows/CodePush/CodePushConfig.idl +2026-08-04T15:13:49.8220640Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +2026-08-04T15:13:49.8221279Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +2026-08-04T15:13:49.8221665Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +2026-08-04T15:13:49.8222043Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +2026-08-04T15:13:49.8222402Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +2026-08-04T15:13:49.8222753Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +2026-08-04T15:13:49.8223122Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +2026-08-04T15:13:49.8223525Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +2026-08-04T15:13:49.8223908Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +2026-08-04T15:13:49.8224270Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +2026-08-04T15:13:49.8224609Z npm notice 735B windows/CodePush/CodePushUtils.cpp +2026-08-04T15:13:49.8224930Z npm notice 422B windows/CodePush/CodePushUtils.h +2026-08-04T15:13:49.8225254Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +2026-08-04T15:13:49.8225563Z npm notice 866B windows/CodePush/FileUtils.h +2026-08-04T15:13:49.8225862Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +2026-08-04T15:13:49.8226288Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +2026-08-04T15:13:49.8226605Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +2026-08-04T15:13:49.8226915Z npm notice 4.3kB windows/CodePush/miniz/readme.md +2026-08-04T15:13:49.8227235Z npm notice 159B windows/CodePush/packages.config +2026-08-04T15:13:49.8227534Z npm notice 20B windows/CodePush/pch.cpp +2026-08-04T15:13:49.8227811Z npm notice 124B windows/CodePush/pch.h +2026-08-04T15:13:49.8228112Z npm notice 586B windows/CodePush/PropertySheet.props +2026-08-04T15:13:49.8228468Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +2026-08-04T15:13:49.8228834Z npm notice 699B windows/CodePush/ReactPackageProvider.h +2026-08-04T15:13:49.8229193Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +2026-08-04T15:13:49.8229516Z npm notice Tarball Details +2026-08-04T15:13:49.8229757Z npm notice name: @bitrise/code-push-sdk +2026-08-04T15:13:49.8230022Z npm notice version: 0.0.0 +2026-08-04T15:13:49.8230298Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T15:13:49.8230617Z npm notice package size: 444.0 kB +2026-08-04T15:13:49.8230870Z npm notice unpacked size: 2.3 MB +2026-08-04T15:13:49.8231465Z npm notice shasum: 76981c6ea02a4b30d2fb5a81fb13d0a504afc71d +2026-08-04T15:13:49.8231873Z npm notice integrity: sha512-GpKQetz2wa/lf[...]SGKSLgVMgkZSA== +2026-08-04T15:13:49.8232207Z npm notice total files: 248 +2026-08-04T15:13:49.8232422Z npm notice +2026-08-04T15:13:49.8232631Z bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T15:13:51.2393060Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +2026-08-04T15:13:52.6199135Z +2026-08-04T15:13:52.6199665Z added 27 packages, and audited 894 packages in 3s +2026-08-04T15:13:52.6200037Z +2026-08-04T15:13:52.6200190Z 172 packages are looking for funding +2026-08-04T15:13:52.6200714Z run `npm fund` for details +2026-08-04T15:13:52.6401250Z +2026-08-04T15:13:52.6401674Z 10 moderate severity vulnerabilities +2026-08-04T15:13:52.6402172Z +2026-08-04T15:13:52.6402310Z To address all issues possible, run: +2026-08-04T15:13:52.6402693Z npm audit fix --force +2026-08-04T15:13:52.6403429Z +2026-08-04T15:13:52.6403598Z Some issues need review, and may require choosing +2026-08-04T15:13:52.6404001Z a different dependency. +2026-08-04T15:13:52.6404189Z +2026-08-04T15:13:52.6404304Z Run `npm audit` for details. +2026-08-04T15:13:52.6410999Z npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts: +2026-08-04T15:13:52.6411992Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +2026-08-04T15:13:52.6412602Z npm warn allow-scripts +2026-08-04T15:13:52.6413361Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +2026-08-04T15:13:53.1868349Z +2026-08-04T15:13:53.1868817Z changed 1 package, and audited 3 packages in 468ms +2026-08-04T15:13:53.1876966Z +2026-08-04T15:13:53.1877202Z found 0 vulnerabilities +2026-08-04T15:13:53.1990058Z Reshimming mise 24... +2026-08-04T15:13:53.2112291Z [TIMING] exec "npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm ..." took 5344ms +2026-08-04T15:13:53.2113326Z [TIMING] createTestProject(updatesDirectory) took 19148ms +2026-08-04T15:13:53.2114002Z [TIMING] setupTests total took 52390ms +2026-08-04T15:13:53.2118165Z ✔ sets up tests correctly (52390ms) +2026-08-04T15:13:53.2123260Z +2026-08-04T15:13:53.2125292Z +2026-08-04T15:13:53.2126525Z 1 passing (52s) +2026-08-04T15:13:53.2126713Z +2026-08-04T15:13:53.3221952Z +2026-08-04T15:13:53.3222398Z > @bitrise/code-push-sdk@0.0.0 test:fast:android +2026-08-04T15:13:53.3222981Z > mocha --recursive bin/test --android +2026-08-04T15:13:53.3223291Z +2026-08-04T15:13:53.5931152Z Initializing tests for @bitrise/code-push-sdk +2026-08-04T15:13:53.5933762Z TestCodePush +2026-08-04T15:13:53.5934123Z com.testcodepush +2026-08-04T15:13:53.5934501Z Testing undefined. +2026-08-04T15:13:53.5935319Z On android +2026-08-04T15:13:53.5935845Z test run directory = /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:13:53.5936472Z updates directory = /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:13:53.5983959Z +2026-08-04T15:13:53.5987540Z +2026-08-04T15:13:53.5992590Z CodePush React-Native Plugin +2026-08-04T15:13:53.5994833Z Tests undefined on android +2026-08-04T15:13:53.5997517Z CodePush +2026-08-04T15:13:53.6001794Z Setting up server at http://10.0.2.2:3001 +2026-08-04T15:13:53.7763969Z [TIMING] exec "adb shell pm list packages" took 173ms +2026-08-04T15:13:53.7767299Z Command "adb uninstall" is skipped because the application has not yet been installed +2026-08-04T15:13:53.7777471Z replacing "apply plugin: "com.facebook.react"" with "apply plugin: "com.facebook.react" +2026-08-04T15:13:53.7778967Z apply from: "/tmp/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk/android/codepush.gradle"" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build.gradle +2026-08-04T15:13:53.7800499Z replacing "versionName "1.0"" with "versionName "1.0.0"" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build.gradle +2026-08-04T15:13:53.7810530Z replacing "android:versionName="1.0"" with "android:versionName="1.0.0"" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T15:13:53.7814676Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T15:13:53.7819171Z replacing "CODE_PUSH_ANDROID_DEPLOYMENT_KEY" with "mock-android-deployment-key" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T15:13:53.7823508Z replacing "\${usesCleartextTraffic}" with "true" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T15:13:53.7830344Z replacing "apply plugin: "com.facebook.react"" with "apply plugin: "com.facebook.react" +2026-08-04T15:13:53.7832064Z apply from: "/tmp/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk/android/codepush.gradle"" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/build.gradle +2026-08-04T15:13:53.7836692Z replacing "versionName "1.0"" with "versionName "1.0.0"" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/build.gradle +2026-08-04T15:13:53.7840678Z replacing "android:versionName="1.0"" with "android:versionName="1.0.0"" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T15:13:53.7844399Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T15:13:53.7847908Z replacing "CODE_PUSH_ANDROID_DEPLOYMENT_KEY" with "mock-android-deployment-key" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T15:13:53.7852629Z replacing "\${usesCleartextTraffic}" with "true" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T15:13:53.7856351Z [TIMING] android suite before() (uninstall + preparePlatform x2) took 186ms +2026-08-04T15:13:53.7859289Z #window.codePush.checkForUpdate +2026-08-04T15:13:53.7862092Z Setting up scenario scenarioCheckForUpdate.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:13:53.7884694Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:13:53.7887593Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:13:53.7891134Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdate.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:13:53.7894609Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:13:53.7896996Z [TIMING] setupScenario(scenarioCheckForUpdate.js) for "#window.codePush.checkForUpdate" took 4ms +2026-08-04T15:13:53.7900219Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:13:53.8078910Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 18ms +2026-08-04T15:13:53.8079750Z [TIMING] android endRunningApplication: force-stop took 18ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:14:03.8098175Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:14:03.9725134Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:14:03.9725813Z Command "adb shell pm clear" is skipped because the application has not yet been installed +2026-08-04T15:14:03.9726458Z [TIMING] android prepareEmulatorForTest total took 10183ms +2026-08-04T15:14:03.9732316Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:14:03.9733241Z Running command: ./gradlew assembleRelease +2026-08-04T15:16:38.5952613Z Note: Some input files use or override a deprecated API. +2026-08-04T15:16:38.5955838Z Note: Recompile with -Xlint:deprecation for details. +2026-08-04T15:17:19.4020303Z [TIMING] exec "./gradlew assembleRelease" took 195428ms +2026-08-04T15:17:19.4022444Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 195428ms +2026-08-04T15:17:19.5625666Z [TIMING] exec "adb shell pm list packages" took 160ms +2026-08-04T15:17:19.5626190Z Command "adb uninstall" is skipped because the application has not yet been installed +2026-08-04T15:17:19.5626674Z [TIMING] android uninstallApplication took 160ms +2026-08-04T15:17:19.5627844Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:17:25.6162122Z Performing Streamed Install +2026-08-04T15:17:25.6162512Z Success +2026-08-04T15:17:25.6167974Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6054ms +2026-08-04T15:17:25.6169669Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:17:25.6655704Z bash arg: -p +2026-08-04T15:17:25.6656307Z bash arg: com.testcodepush +2026-08-04T15:17:25.6656637Z bash arg: -c +2026-08-04T15:17:25.6656943Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:17:25.6657315Z bash arg: 1 +2026-08-04T15:17:25.9344245Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:17:25.9349455Z arg: "-p" +2026-08-04T15:17:25.9349667Z arg: "com.testcodepush" +2026-08-04T15:17:25.9355038Z arg: "-c" +2026-08-04T15:17:25.9392529Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:17:25.9395317Z arg: "1" +2026-08-04T15:17:25.9398769Z data="com.testcodepush" +2026-08-04T15:17:25.9399111Z data="android.intent.category.LAUNCHER" +2026-08-04T15:17:25.9736795Z Events injected: 1 +2026-08-04T15:17:26.0171785Z ## Network stats: elapsed time=21ms (0ms mobile, 0ms wifi, 21ms not connected) +2026-08-04T15:17:26.0346529Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 418ms +2026-08-04T15:17:26.0347164Z [TIMING] android installApp+launch took 6472ms +2026-08-04T15:17:26.0347988Z [TIMING] android runApplication total (built=true) took 202061ms +2026-08-04T15:17:26.5323859Z Update check called from the app. +2026-08-04T15:17:26.5324836Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f171fbaa-943f-46e1-a0ed-65d0d15b71ec"} +2026-08-04T15:17:26.5326842Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:17:26.5555264Z Application reported a test message. +2026-08-04T15:17:26.5555749Z Body: {"message":"CHECK_UP_TO_DATE"} +2026-08-04T15:17:26.5556181Z Sending OK +2026-08-04T15:17:26.5560820Z [TIMING] test "window.codePush.checkForUpdate.noUpdate" took 202583ms +2026-08-04T15:17:26.5564574Z ✔ window.codePush.checkForUpdate.noUpdate (202583ms) +2026-08-04T15:17:26.5566743Z Cleaning up! +2026-08-04T15:17:26.5569902Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:17:26.5907083Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T15:17:26.5908224Z [TIMING] android endRunningApplication: force-stop took 34ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:17:36.5957682Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:17:36.7600042Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:17:36.7600590Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:17:36.9336718Z Success +2026-08-04T15:17:36.9395064Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:17:36.9395906Z [TIMING] android prepareEmulatorForTest total took 10383ms +2026-08-04T15:17:36.9398543Z android does not send a binary hash! +2026-08-04T15:17:36.9399339Z [TIMING] test "window.codePush.checkForUpdate.sendsBinaryHash" took 0ms +2026-08-04T15:17:36.9400498Z ✔ window.codePush.checkForUpdate.sendsBinaryHash +2026-08-04T15:17:36.9401648Z Cleaning up! +2026-08-04T15:17:36.9402326Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:17:36.9620257Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 21ms +2026-08-04T15:17:36.9621191Z [TIMING] android endRunningApplication: force-stop took 21ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:17:46.9726029Z [TIMING] android endRunningApplication: fixed cooldown took 10011ms +2026-08-04T15:17:47.1336947Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:17:47.1337443Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:17:47.3224564Z Success +2026-08-04T15:17:47.3263789Z [TIMING] exec "adb shell pm clear com.testcodepush" took 193ms +2026-08-04T15:17:47.3264303Z [TIMING] android prepareEmulatorForTest total took 10386ms +2026-08-04T15:17:47.3267326Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:17:47.5029055Z [TIMING] exec "adb shell pm list packages" took 176ms +2026-08-04T15:17:47.5029804Z Running command: adb uninstall com.testcodepush +2026-08-04T15:17:47.5926530Z Success +2026-08-04T15:17:47.5942095Z [TIMING] exec "adb uninstall com.testcodepush" took 91ms +2026-08-04T15:17:47.5942641Z [TIMING] android uninstallApplication took 268ms +2026-08-04T15:17:47.5943855Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:17:52.1396203Z Performing Streamed Install +2026-08-04T15:17:52.1396601Z Success +2026-08-04T15:17:52.1402187Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4546ms +2026-08-04T15:17:52.1403244Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:17:52.1896301Z bash arg: -p +2026-08-04T15:17:52.1896850Z bash arg: com.testcodepush +2026-08-04T15:17:52.1897280Z bash arg: -c +2026-08-04T15:17:52.1907205Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:17:52.1907547Z bash arg: 1 +2026-08-04T15:17:52.4751793Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:17:52.4755386Z arg: "-p" +2026-08-04T15:17:52.4755822Z arg: "com.testcodepush" +2026-08-04T15:17:52.4756075Z arg: "-c" +2026-08-04T15:17:52.4759689Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:17:52.4760113Z arg: "1" +2026-08-04T15:17:52.4760501Z data="com.testcodepush" +2026-08-04T15:17:52.4763542Z data="android.intent.category.LAUNCHER" +2026-08-04T15:17:52.5036083Z Events injected: 1 +2026-08-04T15:17:52.5193953Z ## Network stats: elapsed time=17ms (0ms mobile, 0ms wifi, 17ms not connected) +2026-08-04T15:17:52.5284708Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 388ms +2026-08-04T15:17:52.5286070Z [TIMING] android installApp+launch took 4934ms +2026-08-04T15:17:52.5286747Z [TIMING] android runApplication total (built=false) took 5202ms +2026-08-04T15:17:53.0168472Z Update check called from the app. +2026-08-04T15:17:53.0169198Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"80157b1a-2b04-445f-a26d-a44f5e4f4542"} +2026-08-04T15:17:53.0170532Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":true,"is_mandatory":false,"target_binary_range":"2.0.0","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":true}} +2026-08-04T15:17:53.0321252Z Application reported a test message. +2026-08-04T15:17:53.0321879Z Body: {"message":"CHECK_UP_TO_DATE"} +2026-08-04T15:17:53.0322199Z Sending OK +2026-08-04T15:17:53.0325276Z [TIMING] test "window.codePush.checkForUpdate.noUpdate.updateAppVersion" took 5706ms +2026-08-04T15:17:53.0326403Z ✔ window.codePush.checkForUpdate.noUpdate.updateAppVersion (5706ms) +2026-08-04T15:17:53.0327478Z Cleaning up! +2026-08-04T15:17:53.0329340Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:17:53.0738577Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 41ms +2026-08-04T15:17:53.0739364Z [TIMING] android endRunningApplication: force-stop took 41ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:18:03.0777129Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:18:03.2414290Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:18:03.2414835Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:18:03.4260652Z Success +2026-08-04T15:18:03.4284277Z [TIMING] exec "adb shell pm clear com.testcodepush" took 187ms +2026-08-04T15:18:03.4284765Z [TIMING] android prepareEmulatorForTest total took 10396ms +2026-08-04T15:18:03.4289002Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:18:03.6148239Z [TIMING] exec "adb shell pm list packages" took 186ms +2026-08-04T15:18:03.6148702Z Running command: adb uninstall com.testcodepush +2026-08-04T15:18:03.7061932Z Success +2026-08-04T15:18:03.7075068Z [TIMING] exec "adb uninstall com.testcodepush" took 93ms +2026-08-04T15:18:03.7075903Z [TIMING] android uninstallApplication took 279ms +2026-08-04T15:18:03.7076615Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:18:08.3570836Z Performing Streamed Install +2026-08-04T15:18:08.3571690Z Success +2026-08-04T15:18:08.3575921Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4650ms +2026-08-04T15:18:08.3577282Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:18:08.4095883Z bash arg: -p +2026-08-04T15:18:08.4096228Z bash arg: com.testcodepush +2026-08-04T15:18:08.4096556Z bash arg: -c +2026-08-04T15:18:08.4096854Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:18:08.4097253Z bash arg: 1 +2026-08-04T15:18:08.7119653Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:18:08.7201705Z arg: "-p" +2026-08-04T15:18:08.7202087Z arg: "com.testcodepush" +2026-08-04T15:18:08.7206358Z arg: "-c" +2026-08-04T15:18:08.7206601Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:18:08.7206888Z arg: "1" +2026-08-04T15:18:08.7207085Z data="com.testcodepush" +2026-08-04T15:18:08.7207359Z data="android.intent.category.LAUNCHER" +2026-08-04T15:18:08.7390586Z Events injected: 1 +2026-08-04T15:18:08.7588867Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T15:18:08.7830544Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 425ms +2026-08-04T15:18:08.7831379Z [TIMING] android installApp+launch took 5075ms +2026-08-04T15:18:08.7831794Z [TIMING] android runApplication total (built=false) took 5354ms +2026-08-04T15:18:09.1874579Z Update check called from the app. +2026-08-04T15:18:09.1875682Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"1314839c-9cef-433b-8bca-7264b97dd7c1"} +2026-08-04T15:18:09.1877277Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3008","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:18:09.2169026Z Application reported a test message. +2026-08-04T15:18:09.2171801Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3008","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:18:09.2173541Z Sending OK +2026-08-04T15:18:09.2173956Z [TIMING] test "window.codePush.checkForUpdate.update" took 5789ms +2026-08-04T15:18:09.2174823Z ✔ window.codePush.checkForUpdate.update (5789ms) +2026-08-04T15:18:09.2175262Z Cleaning up! +2026-08-04T15:18:09.2176223Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:18:09.2709101Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 53ms +2026-08-04T15:18:09.2710085Z [TIMING] android endRunningApplication: force-stop took 53ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:18:19.2750132Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:18:19.4450575Z [TIMING] exec "adb shell pm list packages" took 170ms +2026-08-04T15:18:19.4451266Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:18:19.6190045Z Success +2026-08-04T15:18:19.6294329Z [TIMING] exec "adb shell pm clear com.testcodepush" took 185ms +2026-08-04T15:18:19.6294828Z [TIMING] android prepareEmulatorForTest total took 10412ms +2026-08-04T15:18:19.6297624Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:18:19.8113532Z [TIMING] exec "adb shell pm list packages" took 182ms +2026-08-04T15:18:19.8113959Z Running command: adb uninstall com.testcodepush +2026-08-04T15:18:19.9132174Z Success +2026-08-04T15:18:19.9146867Z [TIMING] exec "adb uninstall com.testcodepush" took 103ms +2026-08-04T15:18:19.9147633Z [TIMING] android uninstallApplication took 285ms +2026-08-04T15:18:19.9148820Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:18:24.4061944Z Performing Streamed Install +2026-08-04T15:18:24.4062458Z Success +2026-08-04T15:18:24.4066691Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4492ms +2026-08-04T15:18:24.4068166Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:18:24.4697934Z bash arg: -p +2026-08-04T15:18:24.4698349Z bash arg: com.testcodepush +2026-08-04T15:18:24.4698793Z bash arg: -c +2026-08-04T15:18:24.4699199Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:18:24.4699681Z bash arg: 1 +2026-08-04T15:18:24.7869377Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:18:24.7873860Z arg: "-p" +2026-08-04T15:18:24.7874325Z arg: "com.testcodepush" +2026-08-04T15:18:24.7880953Z arg: "-c" +2026-08-04T15:18:24.7882131Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:18:24.7882749Z arg: "1" +2026-08-04T15:18:24.7886989Z data="com.testcodepush" +2026-08-04T15:18:24.7891618Z data="android.intent.category.LAUNCHER" +2026-08-04T15:18:24.8270291Z Events injected: 1 +2026-08-04T15:18:24.8464892Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:18:24.8606258Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 454ms +2026-08-04T15:18:24.8606988Z [TIMING] android installApp+launch took 4946ms +2026-08-04T15:18:24.8607780Z [TIMING] android runApplication total (built=false) took 5231ms +2026-08-04T15:18:25.4119635Z Update check called from the app. +2026-08-04T15:18:25.4120485Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"464964a2-9825-4d33-b880-99e64ace258b"} +2026-08-04T15:18:25.4121552Z Response: "invalid {{ json" +2026-08-04T15:18:25.4296286Z Application reported a test message. +2026-08-04T15:18:25.4296691Z Body: {"message":"CHECK_ERROR"} +2026-08-04T15:18:25.4296993Z Sending OK +2026-08-04T15:18:25.4300818Z [TIMING] test "window.codePush.checkForUpdate.error" took 5800ms +2026-08-04T15:18:25.4301945Z ✔ window.codePush.checkForUpdate.error (5800ms) +2026-08-04T15:18:25.4303292Z Cleaning up! +2026-08-04T15:18:25.4307120Z #window.codePush.checkForUpdate.customKey +2026-08-04T15:18:25.4308077Z Setting up scenario scenarioCheckForUpdateCustomKey.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:18:25.4317713Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:18:25.4328654Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:18:25.4338976Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdateCustomKey.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:18:25.4347672Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:18:25.4351103Z [TIMING] setupScenario(scenarioCheckForUpdateCustomKey.js) for "#window.codePush.checkForUpdate.customKey" took 4ms +2026-08-04T15:18:25.4352667Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:18:25.4834074Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 48ms +2026-08-04T15:18:25.4834799Z [TIMING] android endRunningApplication: force-stop took 48ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:18:35.4873550Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:18:35.6579153Z [TIMING] exec "adb shell pm list packages" took 170ms +2026-08-04T15:18:35.6579993Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:18:35.8291143Z Success +2026-08-04T15:18:35.8428474Z [TIMING] exec "adb shell pm clear com.testcodepush" took 185ms +2026-08-04T15:18:35.8428951Z [TIMING] android prepareEmulatorForTest total took 10407ms +2026-08-04T15:18:35.8431254Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:18:35.8431650Z Running command: ./gradlew assembleRelease +2026-08-04T15:19:06.5000223Z [TIMING] exec "./gradlew assembleRelease" took 30656ms +2026-08-04T15:19:06.5002067Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 30657ms +2026-08-04T15:19:06.6622304Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:19:06.6623069Z Running command: adb uninstall com.testcodepush +2026-08-04T15:19:06.7533892Z Success +2026-08-04T15:19:06.7546329Z [TIMING] exec "adb uninstall com.testcodepush" took 93ms +2026-08-04T15:19:06.7546996Z [TIMING] android uninstallApplication took 255ms +2026-08-04T15:19:06.7547959Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:19:11.2750100Z Performing Streamed Install +2026-08-04T15:19:11.2750494Z Success +2026-08-04T15:19:11.2756944Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4521ms +2026-08-04T15:19:11.2757982Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:19:11.3216576Z bash arg: -p +2026-08-04T15:19:11.3216936Z bash arg: com.testcodepush +2026-08-04T15:19:11.3217282Z bash arg: -c +2026-08-04T15:19:11.3217619Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:19:11.3218041Z bash arg: 1 +2026-08-04T15:19:11.5835230Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:19:11.5842577Z arg: "-p" +2026-08-04T15:19:11.5847766Z arg: "com.testcodepush" +2026-08-04T15:19:11.5848225Z arg: "-c" +2026-08-04T15:19:11.5848619Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:19:11.5849109Z arg: "1" +2026-08-04T15:19:11.5851235Z data="com.testcodepush" +2026-08-04T15:19:11.5851708Z data="android.intent.category.LAUNCHER" +2026-08-04T15:19:11.6121704Z Events injected: 1 +2026-08-04T15:19:11.6244535Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:19:11.6392303Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 363ms +2026-08-04T15:19:11.6393153Z [TIMING] android installApp+launch took 4885ms +2026-08-04T15:19:11.6393614Z [TIMING] android runApplication total (built=true) took 35797ms +2026-08-04T15:19:12.1172835Z [TIMING] test "window.codePush.checkForUpdate.customKey.update" took 36274ms +2026-08-04T15:19:12.1173949Z ✔ window.codePush.checkForUpdate.customKey.update (36274ms) +2026-08-04T15:19:12.1177298Z Update check called from the app. +2026-08-04T15:19:12.1178666Z Request: {"deployment_key":"CUSTOM-DEPLOYMENT-KEY","app_version":"1.0.0","client_unique_id":"84cec660-fa41-4ce4-adb2-90ec93cb906b"} +2026-08-04T15:19:12.1182924Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3623","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:19:12.1184203Z Cleaning up! +2026-08-04T15:19:12.1184418Z #remotePackage.download +2026-08-04T15:19:12.1184851Z Setting up scenario scenarioDownloadUpdate.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:19:12.1188256Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:12.1193097Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:12.1197122Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDownloadUpdate.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:12.1201246Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:12.1209994Z [TIMING] setupScenario(scenarioDownloadUpdate.js) for "#remotePackage.download" took 3ms +2026-08-04T15:19:12.1211498Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:19:12.1657511Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 44ms +2026-08-04T15:19:12.1658683Z [TIMING] android endRunningApplication: force-stop took 44ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:19:22.1702687Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:19:22.3324732Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:19:22.3325279Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:19:22.5122524Z Success +2026-08-04T15:19:22.5265177Z [TIMING] exec "adb shell pm clear com.testcodepush" took 194ms +2026-08-04T15:19:22.5265778Z [TIMING] android prepareEmulatorForTest total took 10405ms +2026-08-04T15:19:22.5270414Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:19:22.5270937Z Running command: ./gradlew assembleRelease +2026-08-04T15:19:34.7872777Z [TIMING] exec "./gradlew assembleRelease" took 12259ms +2026-08-04T15:19:34.7873615Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 12261ms +2026-08-04T15:19:34.9499613Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:19:34.9500048Z Running command: adb uninstall com.testcodepush +2026-08-04T15:19:35.0536040Z Success +2026-08-04T15:19:35.0548576Z [TIMING] exec "adb uninstall com.testcodepush" took 105ms +2026-08-04T15:19:35.0549001Z [TIMING] android uninstallApplication took 267ms +2026-08-04T15:19:35.0550383Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:19:39.3856633Z Performing Streamed Install +2026-08-04T15:19:39.3856965Z Success +2026-08-04T15:19:39.3861344Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4331ms +2026-08-04T15:19:39.3862393Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:19:39.4337088Z bash arg: -p +2026-08-04T15:19:39.4337726Z bash arg: com.testcodepush +2026-08-04T15:19:39.4338165Z bash arg: -c +2026-08-04T15:19:39.4338471Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:19:39.4338847Z bash arg: 1 +2026-08-04T15:19:39.7247518Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:19:39.7248009Z arg: "-p" +2026-08-04T15:19:39.7248207Z arg: "com.testcodepush" +2026-08-04T15:19:39.7252185Z arg: "-c" +2026-08-04T15:19:39.7252437Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:19:39.7252732Z arg: "1" +2026-08-04T15:19:39.7256869Z data="com.testcodepush" +2026-08-04T15:19:39.7257134Z data="android.intent.category.LAUNCHER" +2026-08-04T15:19:39.7706747Z Events injected: 1 +2026-08-04T15:19:39.7859776Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T15:19:39.8274248Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 442ms +2026-08-04T15:19:39.8274830Z [TIMING] android installApp+launch took 4773ms +2026-08-04T15:19:39.8275231Z [TIMING] android runApplication total (built=true) took 17301ms +2026-08-04T15:19:40.2733669Z Update check called from the app. +2026-08-04T15:19:40.2734799Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"43702993-8f54-479d-b56c-afc133c6f1d9"} +2026-08-04T15:19:40.2737757Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6220","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:19:40.3138845Z Application reported a test message. +2026-08-04T15:19:40.3140288Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6220","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:19:40.3141860Z Sending OK +2026-08-04T15:19:40.3142059Z Message index: 0 +2026-08-04T15:19:40.3268112Z Application downloading the package. +2026-08-04T15:19:40.3641982Z Application reported a test message. +2026-08-04T15:19:40.3644685Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856763574","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6220","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:19:40.3647202Z Sending OK +2026-08-04T15:19:40.3647532Z Message index: 1 +2026-08-04T15:19:40.3648015Z [TIMING] test "remotePackage.download.success" took 17838ms +2026-08-04T15:19:40.3648987Z ✔ remotePackage.download.success (17838ms) +2026-08-04T15:19:40.3649524Z Cleaning up! +2026-08-04T15:19:40.3649970Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:19:40.3972782Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 32ms +2026-08-04T15:19:40.3973412Z [TIMING] android endRunningApplication: force-stop took 33ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:19:50.4024997Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:19:50.5759004Z [TIMING] exec "adb shell pm list packages" took 173ms +2026-08-04T15:19:50.5759503Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:19:50.7553542Z Success +2026-08-04T15:19:50.7681632Z [TIMING] exec "adb shell pm clear com.testcodepush" took 192ms +2026-08-04T15:19:50.7682196Z [TIMING] android prepareEmulatorForTest total took 10403ms +2026-08-04T15:19:50.7685087Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:19:50.9416057Z [TIMING] exec "adb shell pm list packages" took 173ms +2026-08-04T15:19:50.9416601Z Running command: adb uninstall com.testcodepush +2026-08-04T15:19:51.0236029Z Success +2026-08-04T15:19:51.0249620Z [TIMING] exec "adb uninstall com.testcodepush" took 83ms +2026-08-04T15:19:51.0250060Z [TIMING] android uninstallApplication took 256ms +2026-08-04T15:19:51.0250794Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:19:56.6160956Z Performing Streamed Install +2026-08-04T15:19:56.6161560Z Success +2026-08-04T15:19:56.6167139Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5592ms +2026-08-04T15:19:56.6167989Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:19:56.6757205Z bash arg: -p +2026-08-04T15:19:56.6757537Z bash arg: com.testcodepush +2026-08-04T15:19:56.6757865Z bash arg: -c +2026-08-04T15:19:56.6758187Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:19:56.6758541Z bash arg: 1 +2026-08-04T15:19:56.9196899Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:19:56.9201893Z arg: "-p" +2026-08-04T15:19:56.9202135Z arg: "com.testcodepush" +2026-08-04T15:19:56.9202378Z arg: "-c" +2026-08-04T15:19:56.9202597Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:19:56.9202874Z arg: "1" +2026-08-04T15:19:56.9203093Z data="com.testcodepush" +2026-08-04T15:19:56.9203353Z data="android.intent.category.LAUNCHER" +2026-08-04T15:19:56.9445410Z Events injected: 1 +2026-08-04T15:19:56.9569852Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T15:19:56.9630464Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 346ms +2026-08-04T15:19:56.9631771Z [TIMING] android installApp+launch took 5938ms +2026-08-04T15:19:56.9632220Z [TIMING] android runApplication total (built=false) took 6194ms +2026-08-04T15:19:57.4283919Z Update check called from the app. +2026-08-04T15:19:57.4284976Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"30e1a8c3-6618-436c-8977-9e155794358b"} +2026-08-04T15:19:57.4287415Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://invalid_url","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3309","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:19:57.4529811Z Application reported a test message. +2026-08-04T15:19:57.4531324Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3309","packageSize":12345,"downloadUrl":"http://invalid_url","isPending":false,"failedInstall":false}]} +2026-08-04T15:19:57.4532484Z Sending OK +2026-08-04T15:19:57.4532670Z Message index: 0 +2026-08-04T15:19:57.4797661Z Application reported a test message. +2026-08-04T15:19:57.4798243Z Body: {"message":"DOWNLOAD_ERROR"} +2026-08-04T15:19:57.4798681Z Sending OK +2026-08-04T15:19:57.4798992Z Message index: 1 +2026-08-04T15:19:57.4800143Z [TIMING] test "remotePackage.download.error" took 6711ms +2026-08-04T15:19:57.4802212Z ✔ remotePackage.download.error (6711ms) +2026-08-04T15:19:57.4802756Z Cleaning up! +2026-08-04T15:19:57.4803807Z #localPackage.install +2026-08-04T15:19:57.4804679Z Setting up scenario scenarioInstall.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:19:57.4811922Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:57.4817328Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:57.4821391Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstall.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:57.4825498Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:19:57.4828836Z [TIMING] setupScenario(scenarioInstall.js) for "#localPackage.install" took 2ms +2026-08-04T15:19:57.4829724Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:19:57.5202876Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 37ms +2026-08-04T15:19:57.5203921Z [TIMING] android endRunningApplication: force-stop took 38ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:20:07.5246741Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:20:07.6866054Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:20:07.6866523Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:20:07.8671428Z Success +2026-08-04T15:20:07.8875818Z [TIMING] exec "adb shell pm clear com.testcodepush" took 201ms +2026-08-04T15:20:07.8876292Z [TIMING] android prepareEmulatorForTest total took 10405ms +2026-08-04T15:20:07.8879945Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:20:07.8888703Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:20:07.8894631Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:20:07.8899493Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:20:07.8904237Z replacing "CODE_PUSH_APP_VERSION" with "Diff Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:20:07.8919658Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:20:08.6096983Z +2026-08-04T15:20:08.6097563Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:20:08.6097923Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:20:08.6098227Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:20:08.6098528Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:20:08.6098829Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:20:08.6099114Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:20:08.6099410Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:20:08.6099728Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:20:08.6100014Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:20:08.6100297Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:20:08.6100596Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:20:08.6100868Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:20:08.6101209Z +2026-08-04T15:20:08.6101213Z +2026-08-04T15:20:08.6104437Z Welcome to Metro v0.84.4 +2026-08-04T15:20:08.6104749Z Fast - Scalable - Integrated +2026-08-04T15:20:08.6104944Z +2026-08-04T15:20:08.6104948Z +2026-08-04T15:20:15.3642878Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:20:15.3719350Z LOG:Done writing bundle output +2026-08-04T15:20:15.4957952Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7604ms +2026-08-04T15:20:15.4979052Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:20:15.5208223Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7630ms +2026-08-04T15:20:15.5208980Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:20:15.5209485Z Running command: ./gradlew assembleRelease +2026-08-04T15:20:26.9086610Z [TIMING] exec "./gradlew assembleRelease" took 11388ms +2026-08-04T15:20:26.9087129Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11388ms +2026-08-04T15:20:27.0719125Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:20:27.0719615Z Running command: adb uninstall com.testcodepush +2026-08-04T15:20:27.1719488Z Success +2026-08-04T15:20:27.1731498Z [TIMING] exec "adb uninstall com.testcodepush" took 101ms +2026-08-04T15:20:27.1732610Z [TIMING] android uninstallApplication took 265ms +2026-08-04T15:20:27.1733814Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:20:33.1977107Z Performing Streamed Install +2026-08-04T15:20:33.1977442Z Success +2026-08-04T15:20:33.1982838Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6025ms +2026-08-04T15:20:33.1983660Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:20:33.2566892Z bash arg: -p +2026-08-04T15:20:33.2567167Z bash arg: com.testcodepush +2026-08-04T15:20:33.2567426Z bash arg: -c +2026-08-04T15:20:33.2567670Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:20:33.2567980Z bash arg: 1 +2026-08-04T15:20:33.5244950Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:20:33.5255518Z arg: "-p" +2026-08-04T15:20:33.5260181Z arg: "com.testcodepush" +2026-08-04T15:20:33.5260455Z arg: "-c" +2026-08-04T15:20:33.5260870Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:20:33.5261633Z arg: "1" +2026-08-04T15:20:33.5261884Z data="com.testcodepush" +2026-08-04T15:20:33.5267852Z data="android.intent.category.LAUNCHER" +2026-08-04T15:20:33.5569738Z Events injected: 1 +2026-08-04T15:20:33.5887859Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:20:33.5969837Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 398ms +2026-08-04T15:20:33.5970442Z [TIMING] android installApp+launch took 6423ms +2026-08-04T15:20:33.5970854Z [TIMING] android runApplication total (built=true) took 18076ms +2026-08-04T15:20:34.0920615Z Update check called from the app. +2026-08-04T15:20:34.0921696Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"83d70023-e3ab-4c8b-b968-8a029df7cbf9"} +2026-08-04T15:20:34.0923733Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2596","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:20:34.1301124Z Application reported a test message. +2026-08-04T15:20:34.1303292Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2596","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:20:34.1305093Z Sending OK +2026-08-04T15:20:34.1305333Z Message index: 0 +2026-08-04T15:20:34.1547183Z Application downloading the package. +2026-08-04T15:20:34.2657429Z Application reported a test message. +2026-08-04T15:20:34.2659772Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856816368","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2596","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:20:34.2661678Z Sending OK +2026-08-04T15:20:34.2661867Z Message index: 1 +2026-08-04T15:20:34.5763051Z Application reported a test message. +2026-08-04T15:20:34.5763522Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:20:34.5763895Z Sending OK +2026-08-04T15:20:34.5764123Z Message index: 2 +2026-08-04T15:20:34.5767647Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:20:34.6207283Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 44ms +2026-08-04T15:20:34.6207937Z [TIMING] android endRunningApplication: force-stop took 44ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:20:44.6256495Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:20:45.6270062Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:20:45.6735327Z bash arg: -p +2026-08-04T15:20:45.6735697Z bash arg: com.testcodepush +2026-08-04T15:20:45.6736044Z bash arg: -c +2026-08-04T15:20:45.6736345Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:20:45.6736715Z bash arg: 1 +2026-08-04T15:20:45.7841301Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:20:45.7849047Z arg: "-p" +2026-08-04T15:20:45.7853396Z arg: "com.testcodepush" +2026-08-04T15:20:45.7853977Z arg: "-c" +2026-08-04T15:20:45.7857190Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:20:45.7861211Z arg: "1" +2026-08-04T15:20:45.7868458Z data="com.testcodepush" +2026-08-04T15:20:45.7871687Z data="android.intent.category.LAUNCHER" +2026-08-04T15:20:45.8097083Z Events injected: 1 +2026-08-04T15:20:45.8229273Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:20:45.8323163Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 206ms +2026-08-04T15:20:45.8323838Z [TIMING] android restartApplication total took 11256ms +2026-08-04T15:20:46.4854327Z Application reported a test message. +2026-08-04T15:20:46.4854783Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:20:46.4855144Z Sending OK +2026-08-04T15:20:46.4855797Z Message index: 0 +2026-08-04T15:20:46.4856612Z [TIMING] test "localPackage.install.handlesDiff.againstBinary" took 38598ms +2026-08-04T15:20:46.4857803Z ✔ localPackage.install.handlesDiff.againstBinary (38598ms) +2026-08-04T15:20:46.4858316Z Cleaning up! +2026-08-04T15:20:46.4860094Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:20:46.5164313Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T15:20:46.5164961Z [TIMING] android endRunningApplication: force-stop took 31ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:20:56.5192949Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:20:56.6951205Z [TIMING] exec "adb shell pm list packages" took 176ms +2026-08-04T15:20:56.6951835Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:20:56.8790607Z Success +2026-08-04T15:20:56.8864444Z [TIMING] exec "adb shell pm clear com.testcodepush" took 192ms +2026-08-04T15:20:56.8865185Z [TIMING] android prepareEmulatorForTest total took 10401ms +2026-08-04T15:20:56.8932853Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:20:57.6154013Z +2026-08-04T15:20:57.6154687Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:20:57.6155051Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:20:57.6155367Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:20:57.6155698Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:20:57.6156001Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:20:57.6156292Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:20:57.6156579Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:20:57.6157301Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:20:57.6157610Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:20:57.6157905Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:20:57.6158204Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:20:57.6158475Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:20:57.6158629Z +2026-08-04T15:20:57.6158639Z +2026-08-04T15:20:57.6160321Z Welcome to Metro v0.84.4 +2026-08-04T15:20:57.6160681Z Fast - Scalable - Integrated +2026-08-04T15:20:57.6160878Z +2026-08-04T15:20:57.6160882Z +2026-08-04T15:21:04.3712336Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:21:04.3745111Z LOG:Done writing bundle output +2026-08-04T15:21:04.5029926Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7609ms +2026-08-04T15:21:04.5031902Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:21:04.5165406Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7630ms +2026-08-04T15:21:04.5165990Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:21:04.6789850Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:21:04.6790309Z Running command: adb uninstall com.testcodepush +2026-08-04T15:21:04.7830739Z Success +2026-08-04T15:21:04.7842233Z [TIMING] exec "adb uninstall com.testcodepush" took 105ms +2026-08-04T15:21:04.7842651Z [TIMING] android uninstallApplication took 268ms +2026-08-04T15:21:04.7844003Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:21:09.4516866Z Performing Streamed Install +2026-08-04T15:21:09.4522011Z Success +2026-08-04T15:21:09.4522550Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4668ms +2026-08-04T15:21:09.4524025Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:21:09.5076213Z bash arg: -p +2026-08-04T15:21:09.5076648Z bash arg: com.testcodepush +2026-08-04T15:21:09.5077517Z bash arg: -c +2026-08-04T15:21:09.5077904Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:21:09.5078389Z bash arg: 1 +2026-08-04T15:21:09.7898635Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:21:09.7900988Z arg: "-p" +2026-08-04T15:21:09.7901379Z arg: "com.testcodepush" +2026-08-04T15:21:09.7904088Z arg: "-c" +2026-08-04T15:21:09.7906323Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:21:09.7906889Z arg: "1" +2026-08-04T15:21:09.7907224Z data="com.testcodepush" +2026-08-04T15:21:09.7917560Z data="android.intent.category.LAUNCHER" +2026-08-04T15:21:09.8204541Z Events injected: 1 +2026-08-04T15:21:09.8389208Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:21:09.8499695Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 397ms +2026-08-04T15:21:09.8500738Z [TIMING] android installApp+launch took 5065ms +2026-08-04T15:21:09.8501799Z [TIMING] android runApplication total (built=false) took 5333ms +2026-08-04T15:21:10.2791355Z Update check called from the app. +2026-08-04T15:21:10.2792166Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"df0175ef-d77c-44fe-9397-87465ce8fd51"} +2026-08-04T15:21:10.2793764Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8310","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:21:10.3262154Z Application reported a test message. +2026-08-04T15:21:10.3264397Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8310","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:21:10.3266018Z Sending OK +2026-08-04T15:21:10.3266259Z Message index: 0 +2026-08-04T15:21:10.3633801Z Application downloading the package. +2026-08-04T15:21:10.4426747Z Application reported a test message. +2026-08-04T15:21:10.4429177Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856816368","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8310","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:21:10.4431282Z Sending OK +2026-08-04T15:21:10.4431519Z Message index: 1 +2026-08-04T15:21:10.7565030Z Application reported a test message. +2026-08-04T15:21:10.7565746Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:21:10.7566301Z Sending OK +2026-08-04T15:21:10.7566556Z Message index: 2 +2026-08-04T15:21:10.7568714Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:21:10.7958244Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T15:21:10.7958893Z [TIMING] android endRunningApplication: force-stop took 39ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:21:20.8009624Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:21:21.8022482Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:21:21.8485608Z bash arg: -p +2026-08-04T15:21:21.8486372Z bash arg: com.testcodepush +2026-08-04T15:21:21.8486912Z bash arg: -c +2026-08-04T15:21:21.8487231Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:21:21.8487613Z bash arg: 1 +2026-08-04T15:21:21.9574838Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:21:21.9575650Z arg: "-p" +2026-08-04T15:21:21.9578132Z arg: "com.testcodepush" +2026-08-04T15:21:21.9581549Z arg: "-c" +2026-08-04T15:21:21.9581869Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:21:21.9584540Z arg: "1" +2026-08-04T15:21:21.9588815Z data="com.testcodepush" +2026-08-04T15:21:21.9591661Z data="android.intent.category.LAUNCHER" +2026-08-04T15:21:21.9827179Z Events injected: 1 +2026-08-04T15:21:21.9948518Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:21:21.9995500Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 198ms +2026-08-04T15:21:21.9996133Z [TIMING] android restartApplication total took 11243ms +2026-08-04T15:21:22.7246115Z Application reported a test message. +2026-08-04T15:21:22.7246573Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:21:22.7246926Z Sending OK +2026-08-04T15:21:22.7247158Z Message index: 0 +2026-08-04T15:21:22.7249101Z [TIMING] test "localPackage.install.immediately" took 25838ms +2026-08-04T15:21:22.7250109Z ✔ localPackage.install.immediately (25838ms) +2026-08-04T15:21:22.7251342Z Cleaning up! +2026-08-04T15:21:22.7252428Z #localPackage.install.revert +2026-08-04T15:21:22.7253501Z Setting up scenario scenarioInstallWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:21:22.7260909Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:21:22.7266038Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:21:22.7270026Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:21:22.7274121Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:21:22.7277349Z [TIMING] setupScenario(scenarioInstallWithRevert.js) for "#localPackage.install.revert" took 2ms +2026-08-04T15:21:22.7278571Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:21:22.7706844Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 43ms +2026-08-04T15:21:22.7707506Z [TIMING] android endRunningApplication: force-stop took 43ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:21:32.7742880Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:21:32.9481239Z [TIMING] exec "adb shell pm list packages" took 174ms +2026-08-04T15:21:32.9481940Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:21:33.1154554Z Success +2026-08-04T15:21:33.1275966Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:21:33.1276434Z [TIMING] android prepareEmulatorForTest total took 10400ms +2026-08-04T15:21:33.1280119Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:21:33.1288197Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:21:33.1294178Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:21:33.1298966Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:21:33.1303565Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:21:33.1332162Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:21:33.8447988Z +2026-08-04T15:21:33.8448685Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:21:33.8449158Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:21:33.8449551Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:21:33.8449946Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:21:33.8450697Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:21:33.8451342Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:21:33.8451704Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:21:33.8452074Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:21:33.8452433Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:21:33.8452797Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:21:33.8453155Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:21:33.8453496Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:21:33.8453687Z +2026-08-04T15:21:33.8453692Z +2026-08-04T15:21:33.8454255Z Welcome to Metro v0.84.4 +2026-08-04T15:21:33.8454615Z Fast - Scalable - Integrated +2026-08-04T15:21:33.8454850Z +2026-08-04T15:21:33.8454854Z +2026-08-04T15:21:35.3685396Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:21:35.3699476Z LOG:Done writing bundle output +2026-08-04T15:21:35.5823216Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2450ms +2026-08-04T15:21:35.5825331Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:21:35.5955387Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2465ms +2026-08-04T15:21:35.5956418Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:21:35.5957169Z Running command: ./gradlew assembleRelease +2026-08-04T15:21:46.8147947Z [TIMING] exec "./gradlew assembleRelease" took 11219ms +2026-08-04T15:21:46.8148462Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11219ms +2026-08-04T15:21:46.9776462Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:21:46.9777010Z Running command: adb uninstall com.testcodepush +2026-08-04T15:21:47.0738641Z Success +2026-08-04T15:21:47.0749299Z [TIMING] exec "adb uninstall com.testcodepush" took 97ms +2026-08-04T15:21:47.0749729Z [TIMING] android uninstallApplication took 260ms +2026-08-04T15:21:47.0750468Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:21:53.1836191Z Performing Streamed Install +2026-08-04T15:21:53.1836545Z Success +2026-08-04T15:21:53.1842911Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6110ms +2026-08-04T15:21:53.1845776Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:21:53.2356028Z bash arg: -p +2026-08-04T15:21:53.2356545Z bash arg: com.testcodepush +2026-08-04T15:21:53.2357049Z bash arg: -c +2026-08-04T15:21:53.2357489Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:21:53.2358129Z bash arg: 1 +2026-08-04T15:21:53.5151604Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:21:53.5203436Z arg: "-p" +2026-08-04T15:21:53.5203923Z arg: "com.testcodepush" +2026-08-04T15:21:53.5205032Z arg: "-c" +2026-08-04T15:21:53.5205466Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:21:53.5205979Z arg: "1" +2026-08-04T15:21:53.5206359Z data="com.testcodepush" +2026-08-04T15:21:53.5206846Z data="android.intent.category.LAUNCHER" +2026-08-04T15:21:53.5400162Z Events injected: 1 +2026-08-04T15:21:53.5589927Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:21:53.5820761Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 397ms +2026-08-04T15:21:53.5822202Z [TIMING] android installApp+launch took 6507ms +2026-08-04T15:21:53.5822908Z [TIMING] android runApplication total (built=true) took 17986ms +2026-08-04T15:21:54.0943509Z Update check called from the app. +2026-08-04T15:21:54.0944356Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e165d444-98ae-4f05-a0f8-53c2045f079f"} +2026-08-04T15:21:54.0946342Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4853","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:21:54.1451632Z Application reported a test message. +2026-08-04T15:21:54.1453362Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4853","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:21:54.1454982Z Sending OK +2026-08-04T15:21:54.1455209Z Message index: 0 +2026-08-04T15:21:54.1758138Z Application downloading the package. +2026-08-04T15:21:54.2479523Z Application reported a test message. +2026-08-04T15:21:54.2481426Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856896433","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4853","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:21:54.2484846Z Sending OK +2026-08-04T15:21:54.2485046Z Message index: 1 +2026-08-04T15:21:54.5596775Z Application reported a test message. +2026-08-04T15:21:54.5597300Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:21:54.5597690Z Sending OK +2026-08-04T15:21:54.5597916Z Message index: 2 +2026-08-04T15:21:54.5600052Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:21:54.6014593Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 42ms +2026-08-04T15:21:54.6015235Z [TIMING] android endRunningApplication: force-stop took 42ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:22:04.6062945Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:22:05.6076719Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:22:05.6545340Z bash arg: -p +2026-08-04T15:22:05.6545670Z bash arg: com.testcodepush +2026-08-04T15:22:05.6545989Z bash arg: -c +2026-08-04T15:22:05.6546295Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:22:05.6546650Z bash arg: 1 +2026-08-04T15:22:05.7640662Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:22:05.7643411Z arg: "-p" +2026-08-04T15:22:05.7648162Z arg: "com.testcodepush" +2026-08-04T15:22:05.7652589Z arg: "-c" +2026-08-04T15:22:05.7653158Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:22:05.7656188Z arg: "1" +2026-08-04T15:22:05.7660023Z data="com.testcodepush" +2026-08-04T15:22:05.7663844Z data="android.intent.category.LAUNCHER" +2026-08-04T15:22:05.7898770Z Events injected: 1 +2026-08-04T15:22:05.8107571Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:22:05.8151963Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 207ms +2026-08-04T15:22:05.8152699Z [TIMING] android restartApplication total took 11256ms +2026-08-04T15:22:06.2688352Z Update check called from the app. +2026-08-04T15:22:06.2689165Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e165d444-98ae-4f05-a0f8-53c2045f079f"} +2026-08-04T15:22:06.2691371Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9120","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:22:06.3022676Z Application reported a test message. +2026-08-04T15:22:06.3024595Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9120","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:22:06.3026359Z Sending OK +2026-08-04T15:22:06.3026604Z Message index: 0 +2026-08-04T15:22:06.3196195Z Application downloading the package. +2026-08-04T15:22:06.4296083Z Application reported a test message. +2026-08-04T15:22:06.4298203Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856896433","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9120","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:22:06.4300036Z Sending OK +2026-08-04T15:22:06.4300231Z Message index: 1 +2026-08-04T15:22:06.7503717Z Application reported a test message. +2026-08-04T15:22:06.7504288Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:22:06.7504664Z Sending OK +2026-08-04T15:22:06.7504891Z Message index: 2 +2026-08-04T15:22:06.7506798Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:22:06.7897373Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T15:22:06.7898206Z [TIMING] android endRunningApplication: force-stop took 39ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:22:16.7942234Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:22:17.7955425Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:22:17.8415632Z bash arg: -p +2026-08-04T15:22:17.8415963Z bash arg: com.testcodepush +2026-08-04T15:22:17.8416391Z bash arg: -c +2026-08-04T15:22:17.8416683Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:22:17.8417039Z bash arg: 1 +2026-08-04T15:22:17.9540213Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:22:17.9541789Z arg: "-p" +2026-08-04T15:22:17.9542045Z arg: "com.testcodepush" +2026-08-04T15:22:17.9542369Z arg: "-c" +2026-08-04T15:22:17.9542638Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:22:17.9542944Z arg: "1" +2026-08-04T15:22:17.9547256Z data="com.testcodepush" +2026-08-04T15:22:17.9547894Z data="android.intent.category.LAUNCHER" +2026-08-04T15:22:17.9788495Z Events injected: 1 +2026-08-04T15:22:17.9923445Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:22:18.0002260Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 204ms +2026-08-04T15:22:18.0003049Z [TIMING] android restartApplication total took 11250ms +2026-08-04T15:22:18.5558239Z Update check called from the app. +2026-08-04T15:22:18.5559074Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e165d444-98ae-4f05-a0f8-53c2045f079f"} +2026-08-04T15:22:18.5561707Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9120","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:22:18.5714048Z Application reported a test message. +2026-08-04T15:22:18.5714500Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T15:22:18.5714847Z Sending OK +2026-08-04T15:22:18.5715080Z Message index: 0 +2026-08-04T15:22:18.5716166Z [TIMING] test "localPackage.install.revert.dorevert" took 45444ms +2026-08-04T15:22:18.5717061Z ✔ localPackage.install.revert.dorevert (45444ms) +2026-08-04T15:22:18.5717691Z Cleaning up! +2026-08-04T15:22:18.5718804Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:22:18.5985878Z Application downloading the package. +2026-08-04T15:22:18.6530325Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 81ms +2026-08-04T15:22:18.6531214Z [TIMING] android endRunningApplication: force-stop took 81ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:22:28.6562568Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:22:28.8223378Z [TIMING] exec "adb shell pm list packages" took 166ms +2026-08-04T15:22:28.8223802Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:22:28.9905850Z Success +2026-08-04T15:22:28.9950330Z [TIMING] exec "adb shell pm clear com.testcodepush" took 172ms +2026-08-04T15:22:28.9950793Z [TIMING] android prepareEmulatorForTest total took 10423ms +2026-08-04T15:22:28.9953507Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:22:28.9961811Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:22:28.9966192Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:22:28.9970372Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:22:28.9974182Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:22:28.9990669Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:22:29.7180766Z +2026-08-04T15:22:29.7181518Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:22:29.7182054Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:22:29.7182388Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:22:29.7182693Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:22:29.7182995Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:22:29.7183297Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:22:29.7183582Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:22:29.7183868Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:22:29.7184171Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:22:29.7184456Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:22:29.7184738Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:22:29.7185006Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:22:29.7185155Z +2026-08-04T15:22:29.7185159Z +2026-08-04T15:22:29.7187837Z Welcome to Metro v0.84.4 +2026-08-04T15:22:29.7188146Z Fast - Scalable - Integrated +2026-08-04T15:22:29.7188341Z +2026-08-04T15:22:29.7188345Z +2026-08-04T15:22:36.3795927Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:22:36.3870762Z LOG:Done writing bundle output +2026-08-04T15:22:36.5103146Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7512ms +2026-08-04T15:22:36.5104655Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:22:36.5238042Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7525ms +2026-08-04T15:22:36.5238651Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:22:36.6857862Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:22:36.6858395Z Running command: adb uninstall com.testcodepush +2026-08-04T15:22:36.7956493Z Success +2026-08-04T15:22:36.7969935Z [TIMING] exec "adb uninstall com.testcodepush" took 111ms +2026-08-04T15:22:36.7970490Z [TIMING] android uninstallApplication took 273ms +2026-08-04T15:22:36.7971550Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:22:42.7652247Z Performing Streamed Install +2026-08-04T15:22:42.7652559Z Success +2026-08-04T15:22:42.7659031Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5969ms +2026-08-04T15:22:42.7659917Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:22:42.8125475Z bash arg: -p +2026-08-04T15:22:42.8125788Z bash arg: com.testcodepush +2026-08-04T15:22:42.8126096Z bash arg: -c +2026-08-04T15:22:42.8126400Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:22:42.8126776Z bash arg: 1 +2026-08-04T15:22:43.1096387Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:22:43.1096942Z arg: "-p" +2026-08-04T15:22:43.1097209Z arg: "com.testcodepush" +2026-08-04T15:22:43.1099905Z arg: "-c" +2026-08-04T15:22:43.1100144Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:22:43.1100429Z arg: "1" +2026-08-04T15:22:43.1104915Z data="com.testcodepush" +2026-08-04T15:22:43.1105307Z data="android.intent.category.LAUNCHER" +2026-08-04T15:22:43.1374925Z Events injected: 1 +2026-08-04T15:22:43.1499118Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T15:22:43.1570302Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 391ms +2026-08-04T15:22:43.1571690Z [TIMING] android installApp+launch took 6360ms +2026-08-04T15:22:43.1572285Z [TIMING] android runApplication total (built=false) took 6633ms +2026-08-04T15:22:43.6392535Z Update check called from the app. +2026-08-04T15:22:43.6393194Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"07df7b5c-0851-4288-b415-50fe5a1e2e51"} +2026-08-04T15:22:43.6394821Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9036","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:22:43.6773228Z Application reported a test message. +2026-08-04T15:22:43.6774754Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9036","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:22:43.6776167Z Sending OK +2026-08-04T15:22:43.6776359Z Message index: 0 +2026-08-04T15:22:43.6989785Z Application downloading the package. +2026-08-04T15:22:43.7961874Z Application reported a test message. +2026-08-04T15:22:43.7965199Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856896433","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9036","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:22:43.7967919Z Sending OK +2026-08-04T15:22:43.7968310Z Message index: 1 +2026-08-04T15:22:44.1095084Z Application reported a test message. +2026-08-04T15:22:44.1095557Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:22:44.1095938Z Sending OK +2026-08-04T15:22:44.1096176Z Message index: 2 +2026-08-04T15:22:44.1097613Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:22:44.1619305Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 52ms +2026-08-04T15:22:44.1620002Z [TIMING] android endRunningApplication: force-stop took 52ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:22:54.1623982Z [TIMING] android endRunningApplication: fixed cooldown took 10001ms +2026-08-04T15:22:55.1637489Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:22:55.2105675Z bash arg: -p +2026-08-04T15:22:55.2106317Z bash arg: com.testcodepush +2026-08-04T15:22:55.2106677Z bash arg: -c +2026-08-04T15:22:55.2107005Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:22:55.2107385Z bash arg: 1 +2026-08-04T15:22:55.3192709Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:22:55.3196322Z arg: "-p" +2026-08-04T15:22:55.3196613Z arg: "com.testcodepush" +2026-08-04T15:22:55.3199813Z arg: "-c" +2026-08-04T15:22:55.3200060Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:22:55.3203306Z arg: "1" +2026-08-04T15:22:55.3207292Z data="com.testcodepush" +2026-08-04T15:22:55.3210021Z data="android.intent.category.LAUNCHER" +2026-08-04T15:22:55.3499343Z Events injected: 1 +2026-08-04T15:22:55.3625118Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T15:22:55.3686220Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 205ms +2026-08-04T15:22:55.3686902Z [TIMING] android restartApplication total took 11259ms +2026-08-04T15:22:56.0492015Z Application reported a test message. +2026-08-04T15:22:56.0492546Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:22:56.0492947Z Sending OK +2026-08-04T15:22:56.0493201Z Message index: 0 +2026-08-04T15:22:56.0494741Z [TIMING] test "localPackage.install.revert.norevert" took 27055ms +2026-08-04T15:22:56.0495486Z ✔ localPackage.install.revert.norevert (27055ms) +2026-08-04T15:22:56.0495892Z Cleaning up! +2026-08-04T15:22:56.0497720Z #localPackage.installOnNextResume +2026-08-04T15:22:56.0498830Z Setting up scenario scenarioInstallOnResumeWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:22:56.0509855Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:22:56.0516177Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:22:56.0521923Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnResumeWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:22:56.0527133Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:22:56.0531657Z [TIMING] setupScenario(scenarioInstallOnResumeWithRevert.js) for "#localPackage.installOnNextResume" took 3ms +2026-08-04T15:22:56.0537450Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:22:56.1033606Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 50ms +2026-08-04T15:22:56.1034289Z [TIMING] android endRunningApplication: force-stop took 50ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:23:06.1086123Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:23:06.2750617Z [TIMING] exec "adb shell pm list packages" took 166ms +2026-08-04T15:23:06.2751623Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:23:06.4449868Z Success +2026-08-04T15:23:06.4518570Z [TIMING] exec "adb shell pm clear com.testcodepush" took 177ms +2026-08-04T15:23:06.4519945Z [TIMING] android prepareEmulatorForTest total took 10398ms +2026-08-04T15:23:06.4523699Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:23:06.4529544Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:06.4536047Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:06.4541208Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:06.4550146Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:06.4563167Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:23:07.1608233Z +2026-08-04T15:23:07.1608759Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:23:07.1609142Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:23:07.1609482Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:23:07.1609819Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:23:07.1610153Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:23:07.1610476Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:23:07.1610798Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:23:07.1611499Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:23:07.1611828Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:23:07.1612147Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:23:07.1612464Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:23:07.1613139Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:23:07.1613315Z +2026-08-04T15:23:07.1613319Z +2026-08-04T15:23:07.1615435Z Welcome to Metro v0.84.4 +2026-08-04T15:23:07.1615782Z Fast - Scalable - Integrated +2026-08-04T15:23:07.1615987Z +2026-08-04T15:23:07.1615991Z +2026-08-04T15:23:08.6797554Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:23:08.6814451Z LOG:Done writing bundle output +2026-08-04T15:23:08.8881918Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2432ms +2026-08-04T15:23:08.8884732Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:23:08.9019786Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2446ms +2026-08-04T15:23:08.9020392Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:23:08.9020812Z Running command: ./gradlew assembleRelease +2026-08-04T15:23:20.0254873Z [TIMING] exec "./gradlew assembleRelease" took 11123ms +2026-08-04T15:23:20.0255406Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11124ms +2026-08-04T15:23:20.1869889Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:23:20.1870301Z Running command: adb uninstall com.testcodepush +2026-08-04T15:23:20.2941267Z Success +2026-08-04T15:23:20.2955676Z [TIMING] exec "adb uninstall com.testcodepush" took 109ms +2026-08-04T15:23:20.2956482Z [TIMING] android uninstallApplication took 270ms +2026-08-04T15:23:20.2957777Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:23:25.3230457Z Performing Streamed Install +2026-08-04T15:23:25.3230830Z Success +2026-08-04T15:23:25.3235472Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5028ms +2026-08-04T15:23:25.3236894Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:23:25.3766003Z bash arg: -p +2026-08-04T15:23:25.3766509Z bash arg: com.testcodepush +2026-08-04T15:23:25.3767158Z bash arg: -c +2026-08-04T15:23:25.3767719Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:23:25.3768288Z bash arg: 1 +2026-08-04T15:23:25.6253218Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:23:25.6254064Z arg: "-p" +2026-08-04T15:23:25.6254431Z arg: "com.testcodepush" +2026-08-04T15:23:25.6258543Z arg: "-c" +2026-08-04T15:23:25.6258978Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:23:25.6259514Z arg: "1" +2026-08-04T15:23:25.6259873Z data="com.testcodepush" +2026-08-04T15:23:25.6262284Z data="android.intent.category.LAUNCHER" +2026-08-04T15:23:25.6806142Z Events injected: 1 +2026-08-04T15:23:25.6948311Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:23:25.7008797Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 377ms +2026-08-04T15:23:25.7010058Z [TIMING] android installApp+launch took 5405ms +2026-08-04T15:23:25.7010852Z [TIMING] android runApplication total (built=true) took 16799ms +2026-08-04T15:23:26.1902468Z Update check called from the app. +2026-08-04T15:23:26.1903825Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9de0ea6c-bea3-474f-888e-f55de8eaf737"} +2026-08-04T15:23:26.1906953Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2824","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:23:26.2110611Z Application reported a test message. +2026-08-04T15:23:26.2113390Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2824","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:23:26.2115898Z Sending OK +2026-08-04T15:23:26.2116298Z Message index: 0 +2026-08-04T15:23:26.2267957Z Application downloading the package. +2026-08-04T15:23:26.3119615Z Application reported a test message. +2026-08-04T15:23:26.3121884Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856989705","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2824","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:23:26.3123747Z Sending OK +2026-08-04T15:23:26.3123982Z Message index: 1 +2026-08-04T15:23:26.3285017Z Application reported a test message. +2026-08-04T15:23:26.3285458Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:23:26.3285790Z Sending OK +2026-08-04T15:23:26.3286124Z Message index: 2 +2026-08-04T15:23:26.3288596Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:23:26.3815867Z bash arg: -p +2026-08-04T15:23:26.3816147Z bash arg: com.android.settings +2026-08-04T15:23:26.3816409Z bash arg: -c +2026-08-04T15:23:26.3816639Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:23:26.3816924Z bash arg: 1 +2026-08-04T15:23:26.4988232Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:23:26.4991673Z arg: "-p" +2026-08-04T15:23:26.4991903Z arg: "com.android.settings" +2026-08-04T15:23:26.4992177Z arg: "-c" +2026-08-04T15:23:26.4997230Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:23:26.4997554Z arg: "1" +2026-08-04T15:23:26.5002348Z data="com.android.settings" +2026-08-04T15:23:26.5002888Z data="android.intent.category.LAUNCHER" +2026-08-04T15:23:26.5323140Z Events injected: 1 +2026-08-04T15:23:26.5420320Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T15:23:26.5475948Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 219ms +2026-08-04T15:23:26.5476894Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:23:27.5483436Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:23:27.5945450Z bash arg: -p +2026-08-04T15:23:27.5945945Z bash arg: com.testcodepush +2026-08-04T15:23:27.5946466Z bash arg: -c +2026-08-04T15:23:27.5946780Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:23:27.5947137Z bash arg: 1 +2026-08-04T15:23:27.7024746Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:23:27.7027032Z arg: "-p" +2026-08-04T15:23:27.7029669Z arg: "com.testcodepush" +2026-08-04T15:23:27.7030154Z arg: "-c" +2026-08-04T15:23:27.7035083Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:23:27.7037017Z arg: "1" +2026-08-04T15:23:27.7042890Z data="com.testcodepush" +2026-08-04T15:23:27.7045568Z data="android.intent.category.LAUNCHER" +2026-08-04T15:23:27.7240963Z Events injected: 1 +2026-08-04T15:23:27.7594355Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:23:27.7856176Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 237ms +2026-08-04T15:23:28.1056479Z Application reported a test message. +2026-08-04T15:23:28.1057270Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:23:28.1057668Z Sending OK +2026-08-04T15:23:28.1057895Z Message index: 0 +2026-08-04T15:23:28.1058985Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:23:28.1320531Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 26ms +2026-08-04T15:23:28.1321987Z [TIMING] android endRunningApplication: force-stop took 26ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:23:38.1382759Z [TIMING] android endRunningApplication: fixed cooldown took 10006ms +2026-08-04T15:23:39.1395707Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:23:39.1855200Z bash arg: -p +2026-08-04T15:23:39.1855696Z bash arg: com.testcodepush +2026-08-04T15:23:39.1856225Z bash arg: -c +2026-08-04T15:23:39.1856668Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:23:39.1857078Z bash arg: 1 +2026-08-04T15:23:39.3033873Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:23:39.3034718Z arg: "-p" +2026-08-04T15:23:39.3041352Z arg: "com.testcodepush" +2026-08-04T15:23:39.3042118Z arg: "-c" +2026-08-04T15:23:39.3042496Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:23:39.3043603Z arg: "1" +2026-08-04T15:23:39.3047819Z data="com.testcodepush" +2026-08-04T15:23:39.3050895Z data="android.intent.category.LAUNCHER" +2026-08-04T15:23:39.3270729Z Events injected: 1 +2026-08-04T15:23:39.3515985Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:23:39.3668728Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 227ms +2026-08-04T15:23:39.3669971Z [TIMING] android restartApplication total took 11261ms +2026-08-04T15:23:39.7798861Z Update check called from the app. +2026-08-04T15:23:39.7799720Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9de0ea6c-bea3-474f-888e-f55de8eaf737"} +2026-08-04T15:23:39.7801931Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2824","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:23:39.7973778Z Application reported a test message. +2026-08-04T15:23:39.7974144Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T15:23:39.7974713Z Sending OK +2026-08-04T15:23:39.7975100Z Message index: 0 +2026-08-04T15:23:39.7976275Z [TIMING] test "localPackage.installOnNextResume.dorevert" took 33346ms +2026-08-04T15:23:39.7977703Z ✔ localPackage.installOnNextResume.dorevert (33346ms) +2026-08-04T15:23:39.7978441Z Cleaning up! +2026-08-04T15:23:39.7979181Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:23:39.8082839Z Application downloading the package. +2026-08-04T15:23:39.8521702Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 54ms +2026-08-04T15:23:39.8522971Z [TIMING] android endRunningApplication: force-stop took 54ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:23:49.8561424Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:23:50.0176865Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:23:50.0177336Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:23:50.1905441Z Success +2026-08-04T15:23:50.1961961Z [TIMING] exec "adb shell pm clear com.testcodepush" took 178ms +2026-08-04T15:23:50.1962496Z [TIMING] android prepareEmulatorForTest total took 10398ms +2026-08-04T15:23:50.1963567Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:23:50.1969528Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:50.1974201Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:50.1981327Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:50.1985304Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:23:50.1999766Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:23:50.9058301Z +2026-08-04T15:23:50.9059059Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:23:50.9059527Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:23:50.9059911Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:23:50.9060282Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:23:50.9060656Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:23:50.9061229Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:23:50.9061594Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:23:50.9061925Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:23:50.9062220Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:23:50.9062513Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:23:50.9062795Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:23:50.9063067Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:23:50.9063258Z +2026-08-04T15:23:50.9063263Z +2026-08-04T15:23:50.9065571Z Welcome to Metro v0.84.4 +2026-08-04T15:23:50.9065879Z Fast - Scalable - Integrated +2026-08-04T15:23:50.9066401Z +2026-08-04T15:23:50.9066405Z +2026-08-04T15:23:57.6447413Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:23:57.6527674Z LOG:Done writing bundle output +2026-08-04T15:23:57.7788744Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7579ms +2026-08-04T15:23:57.7789725Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:23:57.7906592Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7592ms +2026-08-04T15:23:57.7907198Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:23:57.9544617Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:23:57.9545083Z Running command: adb uninstall com.testcodepush +2026-08-04T15:23:58.0349997Z Success +2026-08-04T15:23:58.0362549Z [TIMING] exec "adb uninstall com.testcodepush" took 81ms +2026-08-04T15:23:58.0363353Z [TIMING] android uninstallApplication took 246ms +2026-08-04T15:23:58.0364632Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:24:02.6036785Z Performing Streamed Install +2026-08-04T15:24:02.6037303Z Success +2026-08-04T15:24:02.6042852Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4568ms +2026-08-04T15:24:02.6044405Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:02.6556063Z bash arg: -p +2026-08-04T15:24:02.6556573Z bash arg: com.testcodepush +2026-08-04T15:24:02.6557191Z bash arg: -c +2026-08-04T15:24:02.6557814Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:02.6558763Z bash arg: 1 +2026-08-04T15:24:02.9807167Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:02.9808103Z arg: "-p" +2026-08-04T15:24:02.9808548Z arg: "com.testcodepush" +2026-08-04T15:24:02.9809020Z arg: "-c" +2026-08-04T15:24:02.9814617Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:02.9815285Z arg: "1" +2026-08-04T15:24:02.9815800Z data="com.testcodepush" +2026-08-04T15:24:02.9816300Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:03.0052223Z Events injected: 1 +2026-08-04T15:24:03.0337866Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T15:24:03.0413834Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 437ms +2026-08-04T15:24:03.0415013Z [TIMING] android installApp+launch took 5005ms +2026-08-04T15:24:03.0415789Z [TIMING] android runApplication total (built=false) took 5251ms +2026-08-04T15:24:03.4581244Z Update check called from the app. +2026-08-04T15:24:03.4582280Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c7cad387-69b6-4eab-b911-f6cc46839741"} +2026-08-04T15:24:03.4584055Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1415","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:24:03.4895922Z Application reported a test message. +2026-08-04T15:24:03.4897663Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1415","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:24:03.4899305Z Sending OK +2026-08-04T15:24:03.4899532Z Message index: 0 +2026-08-04T15:24:03.4980892Z Application downloading the package. +2026-08-04T15:24:03.5921946Z Application reported a test message. +2026-08-04T15:24:03.5924964Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785856989705","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1415","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:24:03.5927321Z Sending OK +2026-08-04T15:24:03.5927558Z Message index: 1 +2026-08-04T15:24:03.6040822Z Application reported a test message. +2026-08-04T15:24:03.6041718Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:24:03.6042252Z Sending OK +2026-08-04T15:24:03.6042625Z Message index: 2 +2026-08-04T15:24:03.6043949Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:03.6505095Z bash arg: -p +2026-08-04T15:24:03.6505581Z bash arg: com.android.settings +2026-08-04T15:24:03.6506024Z bash arg: -c +2026-08-04T15:24:03.6506455Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:03.6506837Z bash arg: 1 +2026-08-04T15:24:03.7681535Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:03.7683015Z arg: "-p" +2026-08-04T15:24:03.7683441Z arg: "com.android.settings" +2026-08-04T15:24:03.7683922Z arg: "-c" +2026-08-04T15:24:03.7684358Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:03.7684721Z arg: "1" +2026-08-04T15:24:03.7687036Z data="com.android.settings" +2026-08-04T15:24:03.7687507Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:03.7940187Z Events injected: 1 +2026-08-04T15:24:03.8131302Z ## Network stats: elapsed time=24ms (0ms mobile, 0ms wifi, 24ms not connected) +2026-08-04T15:24:03.8287820Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 224ms +2026-08-04T15:24:03.8288947Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:24:04.8302802Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:04.8765745Z bash arg: -p +2026-08-04T15:24:04.8766063Z bash arg: com.testcodepush +2026-08-04T15:24:04.8766380Z bash arg: -c +2026-08-04T15:24:04.8766672Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:04.8767051Z bash arg: 1 +2026-08-04T15:24:04.9857638Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:04.9858076Z arg: "-p" +2026-08-04T15:24:04.9861342Z arg: "com.testcodepush" +2026-08-04T15:24:04.9861662Z arg: "-c" +2026-08-04T15:24:04.9864991Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:04.9865346Z arg: "1" +2026-08-04T15:24:04.9868459Z data="com.testcodepush" +2026-08-04T15:24:04.9871500Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:05.0098685Z Events injected: 1 +2026-08-04T15:24:05.0380984Z ## Network stats: elapsed time=34ms (0ms mobile, 0ms wifi, 34ms not connected) +2026-08-04T15:24:05.0552477Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 225ms +2026-08-04T15:24:05.3712350Z Application reported a test message. +2026-08-04T15:24:05.3713133Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:24:05.3713787Z Sending OK +2026-08-04T15:24:05.3714156Z Message index: 0 +2026-08-04T15:24:05.3715900Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:24:05.4075032Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T15:24:05.4076042Z [TIMING] android endRunningApplication: force-stop took 36ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:24:15.4136995Z [TIMING] android endRunningApplication: fixed cooldown took 10006ms +2026-08-04T15:24:16.4148880Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:16.4614946Z bash arg: -p +2026-08-04T15:24:16.4615291Z bash arg: com.testcodepush +2026-08-04T15:24:16.4615646Z bash arg: -c +2026-08-04T15:24:16.4615952Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:16.4616338Z bash arg: 1 +2026-08-04T15:24:16.5702056Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:16.5704248Z arg: "-p" +2026-08-04T15:24:16.5704520Z arg: "com.testcodepush" +2026-08-04T15:24:16.5708877Z arg: "-c" +2026-08-04T15:24:16.5711351Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:16.5711651Z arg: "1" +2026-08-04T15:24:16.5715628Z data="com.testcodepush" +2026-08-04T15:24:16.5718447Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:16.5942681Z Events injected: 1 +2026-08-04T15:24:16.6118272Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T15:24:16.6243630Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 210ms +2026-08-04T15:24:16.6255381Z [TIMING] android restartApplication total took 11253ms +2026-08-04T15:24:17.2498300Z Application reported a test message. +2026-08-04T15:24:17.2498913Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:24:17.2499371Z Sending OK +2026-08-04T15:24:17.2499703Z Message index: 0 +2026-08-04T15:24:17.2502411Z [TIMING] test "localPackage.installOnNextResume.norevert" took 27054ms +2026-08-04T15:24:17.2503618Z ✔ localPackage.installOnNextResume.norevert (27054ms) +2026-08-04T15:24:17.2504214Z Cleaning up! +2026-08-04T15:24:17.2505180Z #localPackage.installOnNextSuspend +2026-08-04T15:24:17.2506266Z Setting up scenario scenarioInstallOnSuspendWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:24:17.2514131Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:24:17.2520015Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:24:17.2530441Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnSuspendWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:24:17.2535437Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:24:17.2539887Z [TIMING] setupScenario(scenarioInstallOnSuspendWithRevert.js) for "#localPackage.installOnNextSuspend" took 3ms +2026-08-04T15:24:17.2541301Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:24:17.2800655Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 26ms +2026-08-04T15:24:17.2801649Z [TIMING] android endRunningApplication: force-stop took 26ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:24:27.2826880Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:24:27.4469947Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:24:27.4470370Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:24:27.6262324Z Success +2026-08-04T15:24:27.6339460Z [TIMING] exec "adb shell pm clear com.testcodepush" took 187ms +2026-08-04T15:24:27.6339931Z [TIMING] android prepareEmulatorForTest total took 10380ms +2026-08-04T15:24:27.6343175Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:24:27.6349306Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:27.6354736Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:27.6359134Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:27.6363451Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:27.6376010Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:24:28.3398328Z +2026-08-04T15:24:28.3399571Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:24:28.3400088Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:24:28.3400397Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:24:28.3400706Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:24:28.3401248Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:24:28.3401545Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:24:28.3401830Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:24:28.3402119Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:24:28.3402415Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:24:28.3402701Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:24:28.3402982Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:24:28.3403255Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:24:28.3403411Z +2026-08-04T15:24:28.3403416Z +2026-08-04T15:24:28.3406632Z Welcome to Metro v0.84.4 +2026-08-04T15:24:28.3407148Z Fast - Scalable - Integrated +2026-08-04T15:24:28.3407450Z +2026-08-04T15:24:28.3407473Z +2026-08-04T15:24:29.8900524Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:24:29.8915885Z LOG:Done writing bundle output +2026-08-04T15:24:30.0980506Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2460ms +2026-08-04T15:24:30.0982331Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:24:30.1109269Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2474ms +2026-08-04T15:24:30.1109891Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:24:30.1110324Z Running command: ./gradlew assembleRelease +2026-08-04T15:24:41.2137455Z [TIMING] exec "./gradlew assembleRelease" took 11103ms +2026-08-04T15:24:41.2138130Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11103ms +2026-08-04T15:24:41.3841161Z [TIMING] exec "adb shell pm list packages" took 170ms +2026-08-04T15:24:41.3841839Z Running command: adb uninstall com.testcodepush +2026-08-04T15:24:41.4764727Z Success +2026-08-04T15:24:41.4777911Z [TIMING] exec "adb uninstall com.testcodepush" took 94ms +2026-08-04T15:24:41.4778322Z [TIMING] android uninstallApplication took 264ms +2026-08-04T15:24:41.4779008Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:24:45.9612195Z Performing Streamed Install +2026-08-04T15:24:45.9612696Z Success +2026-08-04T15:24:45.9618346Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4484ms +2026-08-04T15:24:45.9619690Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:46.0166638Z bash arg: -p +2026-08-04T15:24:46.0166999Z bash arg: com.testcodepush +2026-08-04T15:24:46.0167315Z bash arg: -c +2026-08-04T15:24:46.0167611Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:46.0168320Z bash arg: 1 +2026-08-04T15:24:46.3357048Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:46.3361660Z arg: "-p" +2026-08-04T15:24:46.3361890Z arg: "com.testcodepush" +2026-08-04T15:24:46.3366091Z arg: "-c" +2026-08-04T15:24:46.3370320Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:46.3374402Z arg: "1" +2026-08-04T15:24:46.3378331Z data="com.testcodepush" +2026-08-04T15:24:46.3382353Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:46.3692508Z Events injected: 1 +2026-08-04T15:24:46.3843081Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:24:46.3916817Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 430ms +2026-08-04T15:24:46.3917561Z [TIMING] android installApp+launch took 4914ms +2026-08-04T15:24:46.3918039Z [TIMING] android runApplication total (built=true) took 16281ms +2026-08-04T15:24:46.8618736Z Update check called from the app. +2026-08-04T15:24:46.8619969Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f397d00b-5503-42bf-ae3c-52483bf669ec"} +2026-08-04T15:24:46.8623134Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9311","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:24:46.8881131Z Application reported a test message. +2026-08-04T15:24:46.8884175Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9311","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:24:46.8886471Z Sending OK +2026-08-04T15:24:46.8886799Z Message index: 0 +2026-08-04T15:24:46.9004713Z Application downloading the package. +2026-08-04T15:24:46.9961692Z Application reported a test message. +2026-08-04T15:24:46.9963675Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857070916","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9311","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:24:46.9965342Z Sending OK +2026-08-04T15:24:46.9965534Z Message index: 1 +2026-08-04T15:24:47.0081053Z Application reported a test message. +2026-08-04T15:24:47.0081460Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:24:47.0081976Z Sending OK +2026-08-04T15:24:47.0082908Z Message index: 2 +2026-08-04T15:24:47.0085160Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:47.0575095Z bash arg: -p +2026-08-04T15:24:47.0575426Z bash arg: com.android.settings +2026-08-04T15:24:47.0575770Z bash arg: -c +2026-08-04T15:24:47.0576072Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:47.0576454Z bash arg: 1 +2026-08-04T15:24:47.1735932Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:47.1738570Z arg: "-p" +2026-08-04T15:24:47.1743919Z arg: "com.android.settings" +2026-08-04T15:24:47.1744329Z arg: "-c" +2026-08-04T15:24:47.1747996Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:47.1752320Z arg: "1" +2026-08-04T15:24:47.1752608Z data="com.android.settings" +2026-08-04T15:24:47.1756416Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:47.2012074Z Events injected: 1 +2026-08-04T15:24:47.2833832Z ## Network stats: elapsed time=81ms (0ms mobile, 0ms wifi, 81ms not connected) +2026-08-04T15:24:47.3282994Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 320ms +2026-08-04T15:24:47.3283990Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:24:47.5987778Z Application reported a test message. +2026-08-04T15:24:47.5988238Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:24:47.5988613Z Sending OK +2026-08-04T15:24:47.5989021Z Message index: 0 +2026-08-04T15:24:47.5991096Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:24:47.6212631Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 23ms +2026-08-04T15:24:47.6213334Z [TIMING] android endRunningApplication: force-stop took 23ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:24:48.3298078Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:48.3765406Z bash arg: -p +2026-08-04T15:24:48.3765752Z bash arg: com.testcodepush +2026-08-04T15:24:48.3766071Z bash arg: -c +2026-08-04T15:24:48.3766363Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:48.3766731Z bash arg: 1 +2026-08-04T15:24:48.4865747Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:48.4866160Z arg: "-p" +2026-08-04T15:24:48.4872435Z arg: "com.testcodepush" +2026-08-04T15:24:48.4872699Z arg: "-c" +2026-08-04T15:24:48.4872921Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:48.4879525Z arg: "1" +2026-08-04T15:24:48.4880193Z data="com.testcodepush" +2026-08-04T15:24:48.4880490Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:48.5159339Z Events injected: 1 +2026-08-04T15:24:48.5348342Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T15:24:48.5386803Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 209ms +2026-08-04T15:24:48.9962688Z Update check called from the app. +2026-08-04T15:24:48.9963716Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f397d00b-5503-42bf-ae3c-52483bf669ec"} +2026-08-04T15:24:48.9965337Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9311","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:24:49.0202785Z Application reported a test message. +2026-08-04T15:24:49.0203575Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T15:24:49.0204113Z Sending OK +2026-08-04T15:24:49.0204558Z Message index: 0 +2026-08-04T15:24:49.0205328Z [TIMING] test "localPackage.installOnNextSuspend.dorevert" took 21387ms +2026-08-04T15:24:49.0206878Z ✔ localPackage.installOnNextSuspend.dorevert (21387ms) +2026-08-04T15:24:49.0207391Z Cleaning up! +2026-08-04T15:24:49.0207763Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:24:49.0307350Z Application downloading the package. +2026-08-04T15:24:49.0601724Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T15:24:49.0602381Z [TIMING] android endRunningApplication: force-stop took 39ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:24:57.6254773Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:24:58.6266399Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:24:58.6735493Z bash arg: -p +2026-08-04T15:24:58.6736244Z bash arg: com.testcodepush +2026-08-04T15:24:58.6736594Z bash arg: -c +2026-08-04T15:24:58.6736899Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:24:58.6737271Z bash arg: 1 +2026-08-04T15:24:58.7830092Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:24:58.7832539Z arg: "-p" +2026-08-04T15:24:58.7832810Z arg: "com.testcodepush" +2026-08-04T15:24:58.7837894Z arg: "-c" +2026-08-04T15:24:58.7838196Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:24:58.7838493Z arg: "1" +2026-08-04T15:24:58.7841871Z data="com.testcodepush" +2026-08-04T15:24:58.7846267Z data="android.intent.category.LAUNCHER" +2026-08-04T15:24:58.8068423Z Events injected: 1 +2026-08-04T15:24:58.8310496Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:24:58.8367049Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 210ms +2026-08-04T15:24:58.8367676Z [TIMING] android restartApplication total took 11238ms +2026-08-04T15:24:59.0601707Z [TIMING] android endRunningApplication: fixed cooldown took 10000ms +2026-08-04T15:24:59.2988912Z Update check called from the app. +2026-08-04T15:24:59.2989609Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f397d00b-5503-42bf-ae3c-52483bf669ec"} +2026-08-04T15:24:59.2990256Z Response: undefined +2026-08-04T15:24:59.3237642Z [TIMING] exec "adb shell pm list packages" took 264ms +2026-08-04T15:24:59.3238080Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:24:59.3268597Z Application reported a test message. +2026-08-04T15:24:59.3268936Z Body: {"message":"CHECK_ERROR"} +2026-08-04T15:24:59.3269185Z Sending OK +2026-08-04T15:24:59.5766069Z Success +2026-08-04T15:24:59.5834963Z [TIMING] exec "adb shell pm clear com.testcodepush" took 260ms +2026-08-04T15:24:59.5835437Z [TIMING] android prepareEmulatorForTest total took 10563ms +2026-08-04T15:24:59.5837605Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:24:59.5843434Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:59.5847718Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:59.5851830Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:59.5855770Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:24:59.5872418Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:25:00.3059085Z +2026-08-04T15:25:00.3059686Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:25:00.3060078Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:25:00.3060429Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:25:00.3060807Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:25:00.3061444Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:25:00.3061773Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:25:00.3062123Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:25:00.3062485Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:25:00.3062811Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:25:00.3063140Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:25:00.3063470Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:25:00.3063769Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:25:00.3063954Z +2026-08-04T15:25:00.3063958Z +2026-08-04T15:25:00.3066714Z Welcome to Metro v0.84.4 +2026-08-04T15:25:00.3067490Z Fast - Scalable - Integrated +2026-08-04T15:25:00.3067779Z +2026-08-04T15:25:00.3067783Z +2026-08-04T15:25:07.0987354Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:25:07.1020839Z LOG:Done writing bundle output +2026-08-04T15:25:07.2272092Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7640ms +2026-08-04T15:25:07.2273244Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:25:07.2401596Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7655ms +2026-08-04T15:25:07.2402537Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:25:07.4052153Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:25:07.4052873Z Running command: adb uninstall com.testcodepush +2026-08-04T15:25:07.4944589Z Success +2026-08-04T15:25:07.4955716Z [TIMING] exec "adb uninstall com.testcodepush" took 90ms +2026-08-04T15:25:07.4956139Z [TIMING] android uninstallApplication took 255ms +2026-08-04T15:25:07.4956825Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:25:12.5355030Z Performing Streamed Install +2026-08-04T15:25:12.5355396Z Success +2026-08-04T15:25:12.5363241Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5041ms +2026-08-04T15:25:12.5364570Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:25:12.5856357Z bash arg: -p +2026-08-04T15:25:12.5856720Z bash arg: com.testcodepush +2026-08-04T15:25:12.5857048Z bash arg: -c +2026-08-04T15:25:12.5857356Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:25:12.5857757Z bash arg: 1 +2026-08-04T15:25:12.8793651Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:25:12.8803285Z arg: "-p" +2026-08-04T15:25:12.8817625Z arg: "com.testcodepush" +2026-08-04T15:25:12.8864592Z arg: "-c" +2026-08-04T15:25:12.8864879Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:25:12.8865490Z arg: "1" +2026-08-04T15:25:12.8865967Z data="com.testcodepush" +2026-08-04T15:25:12.8866329Z data="android.intent.category.LAUNCHER" +2026-08-04T15:25:12.9166152Z Events injected: 1 +2026-08-04T15:25:12.9333408Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:25:12.9547698Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 418ms +2026-08-04T15:25:12.9548326Z [TIMING] android installApp+launch took 5459ms +2026-08-04T15:25:12.9548905Z [TIMING] android runApplication total (built=false) took 5714ms +2026-08-04T15:25:13.5108752Z Update check called from the app. +2026-08-04T15:25:13.5109568Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"486454bd-a356-4189-b40f-be73b6372c02"} +2026-08-04T15:25:13.5111771Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2645","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:25:13.5476121Z Application reported a test message. +2026-08-04T15:25:13.5478191Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2645","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:25:13.5479839Z Sending OK +2026-08-04T15:25:13.5480067Z Message index: 0 +2026-08-04T15:25:13.5642534Z Application downloading the package. +2026-08-04T15:25:13.6394236Z Application reported a test message. +2026-08-04T15:25:13.6397321Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857070916","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2645","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:25:13.6400305Z Sending OK +2026-08-04T15:25:13.6400672Z Message index: 1 +2026-08-04T15:25:13.6621267Z Application reported a test message. +2026-08-04T15:25:13.6621858Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:25:13.6622143Z Sending OK +2026-08-04T15:25:13.6622610Z Message index: 2 +2026-08-04T15:25:13.6625248Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:25:13.7084847Z bash arg: -p +2026-08-04T15:25:13.7085195Z bash arg: com.android.settings +2026-08-04T15:25:13.7085543Z bash arg: -c +2026-08-04T15:25:13.7085841Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:25:13.7086203Z bash arg: 1 +2026-08-04T15:25:13.8327177Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:25:13.8330966Z arg: "-p" +2026-08-04T15:25:13.8336702Z arg: "com.android.settings" +2026-08-04T15:25:13.8336989Z arg: "-c" +2026-08-04T15:25:13.8339179Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:25:13.8342990Z arg: "1" +2026-08-04T15:25:13.8349625Z data="com.android.settings" +2026-08-04T15:25:13.8353145Z data="android.intent.category.LAUNCHER" +2026-08-04T15:25:13.8607428Z Events injected: 1 +2026-08-04T15:25:13.9302737Z ## Network stats: elapsed time=78ms (0ms mobile, 0ms wifi, 78ms not connected) +2026-08-04T15:25:13.9766147Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 314ms +2026-08-04T15:25:13.9766773Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:25:14.2744740Z Application reported a test message. +2026-08-04T15:25:14.2745144Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:25:14.2745498Z Sending OK +2026-08-04T15:25:14.2746374Z Message index: 0 +2026-08-04T15:25:14.2748895Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:25:14.3103720Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T15:25:14.3104483Z [TIMING] android endRunningApplication: force-stop took 36ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:25:14.9773261Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:25:15.0245326Z bash arg: -p +2026-08-04T15:25:15.0245657Z bash arg: com.testcodepush +2026-08-04T15:25:15.0246004Z bash arg: -c +2026-08-04T15:25:15.0246313Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:25:15.0246690Z bash arg: 1 +2026-08-04T15:25:15.1350630Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:25:15.1353201Z arg: "-p" +2026-08-04T15:25:15.1353500Z arg: "com.testcodepush" +2026-08-04T15:25:15.1356707Z arg: "-c" +2026-08-04T15:25:15.1356942Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:25:15.1358717Z arg: "1" +2026-08-04T15:25:15.1362171Z data="com.testcodepush" +2026-08-04T15:25:15.1365923Z data="android.intent.category.LAUNCHER" +2026-08-04T15:25:15.1570064Z Events injected: 1 +2026-08-04T15:25:15.1808336Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:25:15.2188865Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 241ms +2026-08-04T15:25:15.7650430Z Application reported a test message. +2026-08-04T15:25:15.7651425Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:25:15.7651897Z Sending OK +2026-08-04T15:25:15.7652298Z Message index: 0 +2026-08-04T15:25:15.7653067Z [TIMING] test "localPackage.installOnNextSuspend.norevert" took 16182ms +2026-08-04T15:25:15.7654271Z ✔ localPackage.installOnNextSuspend.norevert (16182ms) +2026-08-04T15:25:15.7654705Z Cleaning up! +2026-08-04T15:25:15.7655776Z localPackage installOnNextRestart +2026-08-04T15:25:15.7656454Z Setting up scenario scenarioInstallOnRestartWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:25:15.7662545Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:25:15.7666823Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:25:15.7669900Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnRestartWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:25:15.7672960Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:25:15.7678998Z [TIMING] setupScenario(scenarioInstallOnRestartWithRevert.js) for "localPackage installOnNextRestart" took 2ms +2026-08-04T15:25:15.7679628Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:25:15.8069553Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T15:25:15.8070173Z [TIMING] android endRunningApplication: force-stop took 39ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:25:24.3110805Z [TIMING] android endRunningApplication: fixed cooldown took 10000ms +2026-08-04T15:25:25.3115177Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:25:25.3575702Z bash arg: -p +2026-08-04T15:25:25.3576201Z bash arg: com.testcodepush +2026-08-04T15:25:25.3576741Z bash arg: -c +2026-08-04T15:25:25.3577116Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:25:25.3577493Z bash arg: 1 +2026-08-04T15:25:25.4671529Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:25:25.4674352Z arg: "-p" +2026-08-04T15:25:25.4674777Z arg: "com.testcodepush" +2026-08-04T15:25:25.4675231Z arg: "-c" +2026-08-04T15:25:25.4675683Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:25:25.4676033Z arg: "1" +2026-08-04T15:25:25.4676272Z data="com.testcodepush" +2026-08-04T15:25:25.4677883Z data="android.intent.category.LAUNCHER" +2026-08-04T15:25:25.4906427Z Events injected: 1 +2026-08-04T15:25:25.5040418Z ## Network stats: elapsed time=6ms (0ms mobile, 0ms wifi, 6ms not connected) +2026-08-04T15:25:25.5152387Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 203ms +2026-08-04T15:25:25.5153544Z [TIMING] android restartApplication total took 11241ms +2026-08-04T15:25:25.8079428Z [TIMING] android endRunningApplication: fixed cooldown took 10001ms +2026-08-04T15:25:26.0230054Z [TIMING] exec "adb shell pm list packages" took 215ms +2026-08-04T15:25:26.0230879Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:25:26.1168789Z Application reported a test message. +2026-08-04T15:25:26.1169537Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:25:26.1169961Z Sending OK +2026-08-04T15:25:26.2662202Z Success +2026-08-04T15:25:26.2707797Z [TIMING] exec "adb shell pm clear com.testcodepush" took 248ms +2026-08-04T15:25:26.2708724Z [TIMING] android prepareEmulatorForTest total took 10503ms +2026-08-04T15:25:26.2710202Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:25:26.2715935Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:25:26.2719781Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:25:26.2723357Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:25:26.2726168Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:25:26.2736475Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:25:26.9802274Z +2026-08-04T15:25:26.9803067Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:25:26.9803503Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:25:26.9803892Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:25:26.9804270Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:25:26.9804646Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:25:26.9805043Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:25:26.9805392Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:25:26.9805740Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:25:26.9806478Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:25:26.9806826Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:25:26.9807170Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:25:26.9807504Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:25:26.9807699Z +2026-08-04T15:25:26.9807705Z +2026-08-04T15:25:26.9809037Z Welcome to Metro v0.84.4 +2026-08-04T15:25:26.9809444Z Fast - Scalable - Integrated +2026-08-04T15:25:26.9809667Z +2026-08-04T15:25:26.9809671Z +2026-08-04T15:25:28.5953133Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:25:28.5967850Z LOG:Done writing bundle output +2026-08-04T15:25:28.8075263Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2534ms +2026-08-04T15:25:28.8076365Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:25:28.8210689Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2548ms +2026-08-04T15:25:28.8211931Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:25:28.8212565Z Running command: ./gradlew assembleRelease +2026-08-04T15:25:39.6557246Z [TIMING] exec "./gradlew assembleRelease" took 10834ms +2026-08-04T15:25:39.6557749Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10834ms +2026-08-04T15:25:39.8176899Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:25:39.8177309Z Running command: adb uninstall com.testcodepush +2026-08-04T15:25:39.9247012Z Success +2026-08-04T15:25:39.9259122Z [TIMING] exec "adb uninstall com.testcodepush" took 108ms +2026-08-04T15:25:39.9259540Z [TIMING] android uninstallApplication took 270ms +2026-08-04T15:25:39.9260522Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:25:44.6251556Z Performing Streamed Install +2026-08-04T15:25:44.6252303Z Success +2026-08-04T15:25:44.6256272Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4700ms +2026-08-04T15:25:44.6257197Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:25:44.6736638Z bash arg: -p +2026-08-04T15:25:44.6736981Z bash arg: com.testcodepush +2026-08-04T15:25:44.6737323Z bash arg: -c +2026-08-04T15:25:44.6737628Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:25:44.6737995Z bash arg: 1 +2026-08-04T15:25:45.0057308Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:25:45.0057826Z arg: "-p" +2026-08-04T15:25:45.0062260Z arg: "com.testcodepush" +2026-08-04T15:25:45.0062512Z arg: "-c" +2026-08-04T15:25:45.0062753Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:25:45.0065353Z arg: "1" +2026-08-04T15:25:45.0065911Z data="com.testcodepush" +2026-08-04T15:25:45.0071275Z data="android.intent.category.LAUNCHER" +2026-08-04T15:25:45.0364654Z Events injected: 1 +2026-08-04T15:25:45.0514070Z ## Network stats: elapsed time=15ms (0ms mobile, 0ms wifi, 15ms not connected) +2026-08-04T15:25:45.0644659Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 439ms +2026-08-04T15:25:45.0645296Z [TIMING] android installApp+launch took 5139ms +2026-08-04T15:25:45.0645730Z [TIMING] android runApplication total (built=true) took 16243ms +2026-08-04T15:25:45.5482161Z Update check called from the app. +2026-08-04T15:25:45.5483418Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9f7af3dc-8c2d-4445-8b66-fc3d98ffdb4d"} +2026-08-04T15:25:45.5486279Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2392","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:25:45.5839130Z Application reported a test message. +2026-08-04T15:25:45.5840503Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2392","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:25:45.5842116Z Sending OK +2026-08-04T15:25:45.5842510Z Message index: 0 +2026-08-04T15:25:45.5972865Z Application downloading the package. +2026-08-04T15:25:45.6890374Z Application reported a test message. +2026-08-04T15:25:45.6893868Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857129580","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2392","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:25:45.6897050Z Sending OK +2026-08-04T15:25:45.6897426Z Message index: 1 +2026-08-04T15:25:45.7105628Z Application reported a test message. +2026-08-04T15:25:45.7106252Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:25:45.7106767Z Sending OK +2026-08-04T15:25:45.7107155Z Message index: 2 +2026-08-04T15:25:45.7108323Z Update hash: randomHash-2392 +2026-08-04T15:25:45.7108837Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:25:45.7382538Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 27ms +2026-08-04T15:25:45.7383728Z [TIMING] android endRunningApplication: force-stop took 27ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:25:55.7405556Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:25:56.7417352Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:25:56.7885601Z bash arg: -p +2026-08-04T15:25:56.7885958Z bash arg: com.testcodepush +2026-08-04T15:25:56.7886325Z bash arg: -c +2026-08-04T15:25:56.7886624Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:25:56.7886992Z bash arg: 1 +2026-08-04T15:25:56.8979414Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:25:56.8982219Z arg: "-p" +2026-08-04T15:25:56.8982480Z arg: "com.testcodepush" +2026-08-04T15:25:56.8986926Z arg: "-c" +2026-08-04T15:25:56.8989158Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:25:56.8989526Z arg: "1" +2026-08-04T15:25:56.8995921Z data="com.testcodepush" +2026-08-04T15:25:56.8998598Z data="android.intent.category.LAUNCHER" +2026-08-04T15:25:56.9294773Z Events injected: 1 +2026-08-04T15:25:56.9809410Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:25:57.0108192Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 269ms +2026-08-04T15:25:57.0108813Z [TIMING] android restartApplication total took 11300ms +2026-08-04T15:25:57.5887194Z Application reported a test message. +2026-08-04T15:25:57.5888145Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:25:57.5888933Z Sending OK +2026-08-04T15:25:57.5889315Z Message index: 0 +2026-08-04T15:25:57.5889826Z Update hash: randomHash-2392 +2026-08-04T15:25:57.5890424Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:25:57.6162481Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 27ms +2026-08-04T15:25:57.6163113Z [TIMING] android endRunningApplication: force-stop took 28ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:26:07.6206151Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:26:08.6217092Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:26:08.6685341Z bash arg: -p +2026-08-04T15:26:08.6685984Z bash arg: com.testcodepush +2026-08-04T15:26:08.6686542Z bash arg: -c +2026-08-04T15:26:08.6687229Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:26:08.6687619Z bash arg: 1 +2026-08-04T15:26:08.7799182Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:26:08.7801937Z arg: "-p" +2026-08-04T15:26:08.7802277Z arg: "com.testcodepush" +2026-08-04T15:26:08.7805691Z arg: "-c" +2026-08-04T15:26:08.7808889Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:26:08.7811927Z arg: "1" +2026-08-04T15:26:08.7819153Z data="com.testcodepush" +2026-08-04T15:26:08.7822320Z data="android.intent.category.LAUNCHER" +2026-08-04T15:26:08.8117425Z Events injected: 1 +2026-08-04T15:26:08.8284766Z ## Network stats: elapsed time=17ms (0ms mobile, 0ms wifi, 17ms not connected) +2026-08-04T15:26:08.8394686Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 218ms +2026-08-04T15:26:08.8395403Z [TIMING] android restartApplication total took 11251ms +2026-08-04T15:26:09.3474223Z Update check called from the app. +2026-08-04T15:26:09.3475082Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9f7af3dc-8c2d-4445-8b66-fc3d98ffdb4d"} +2026-08-04T15:26:09.3476979Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2392","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:26:09.3639404Z Application reported a test message. +2026-08-04T15:26:09.3639883Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T15:26:09.3640267Z Sending OK +2026-08-04T15:26:09.3640803Z Message index: 0 +2026-08-04T15:26:09.3642702Z [TIMING] test "localPackage.installOnNextRestart.dorevert" took 43094ms +2026-08-04T15:26:09.3644069Z ✔ localPackage.installOnNextRestart.dorevert (43094ms) +2026-08-04T15:26:09.3644806Z Cleaning up! +2026-08-04T15:26:09.3647215Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:26:09.3857975Z Application downloading the package. +2026-08-04T15:26:09.4126719Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 48ms +2026-08-04T15:26:09.4127346Z [TIMING] android endRunningApplication: force-stop took 48ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:26:19.4165724Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:26:19.5776676Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:26:19.5777220Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:26:19.7566160Z Success +2026-08-04T15:26:19.7663406Z [TIMING] exec "adb shell pm clear com.testcodepush" took 189ms +2026-08-04T15:26:19.7663995Z [TIMING] android prepareEmulatorForTest total took 10402ms +2026-08-04T15:26:19.7667670Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:26:19.7675366Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:26:19.7681322Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:26:19.7685313Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:26:19.7689458Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:26:19.7707552Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:26:20.4734180Z +2026-08-04T15:26:20.4734793Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:26:20.4735162Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:26:20.4735479Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:26:20.4736126Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:26:20.4736440Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:26:20.4736742Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:26:20.4737042Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:26:20.4737352Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:26:20.4737662Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:26:20.4737960Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:26:20.4738252Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:26:20.4738533Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:26:20.4738695Z +2026-08-04T15:26:20.4738699Z +2026-08-04T15:26:20.4741230Z Welcome to Metro v0.84.4 +2026-08-04T15:26:20.4741541Z Fast - Scalable - Integrated +2026-08-04T15:26:20.4741944Z +2026-08-04T15:26:20.4741949Z +2026-08-04T15:26:27.1342488Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:26:27.1376711Z LOG:Done writing bundle output +2026-08-04T15:26:27.2661422Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7495ms +2026-08-04T15:26:27.2663562Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:26:27.2805483Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7511ms +2026-08-04T15:26:27.2806417Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:26:27.4418167Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:26:27.4418589Z Running command: adb uninstall com.testcodepush +2026-08-04T15:26:27.5431853Z Success +2026-08-04T15:26:27.5445591Z [TIMING] exec "adb uninstall com.testcodepush" took 103ms +2026-08-04T15:26:27.5446442Z [TIMING] android uninstallApplication took 264ms +2026-08-04T15:26:27.5447755Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:26:33.2558251Z Performing Streamed Install +2026-08-04T15:26:33.2558616Z Success +2026-08-04T15:26:33.2563857Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5712ms +2026-08-04T15:26:33.2564608Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:26:33.3066115Z bash arg: -p +2026-08-04T15:26:33.3066544Z bash arg: com.testcodepush +2026-08-04T15:26:33.3067117Z bash arg: -c +2026-08-04T15:26:33.3067426Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:26:33.3067791Z bash arg: 1 +2026-08-04T15:26:33.5549453Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:26:33.5549874Z arg: "-p" +2026-08-04T15:26:33.5550071Z arg: "com.testcodepush" +2026-08-04T15:26:33.5552902Z arg: "-c" +2026-08-04T15:26:33.5553124Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:26:33.5553418Z arg: "1" +2026-08-04T15:26:33.5557368Z data="com.testcodepush" +2026-08-04T15:26:33.5557664Z data="android.intent.category.LAUNCHER" +2026-08-04T15:26:33.5949129Z Events injected: 1 +2026-08-04T15:26:33.6102267Z ## Network stats: elapsed time=16ms (0ms mobile, 0ms wifi, 16ms not connected) +2026-08-04T15:26:33.6247162Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 368ms +2026-08-04T15:26:33.6247811Z [TIMING] android installApp+launch took 6080ms +2026-08-04T15:26:33.6248248Z [TIMING] android runApplication total (built=false) took 6344ms +2026-08-04T15:26:34.1042110Z Update check called from the app. +2026-08-04T15:26:34.1042814Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"6056b8f8-c67e-402a-8cff-dc63c8192c16"} +2026-08-04T15:26:34.1044596Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8605","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:26:34.1261846Z Application reported a test message. +2026-08-04T15:26:34.1263930Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8605","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:26:34.1265690Z Sending OK +2026-08-04T15:26:34.1265937Z Message index: 0 +2026-08-04T15:26:34.1331197Z Application downloading the package. +2026-08-04T15:26:34.2135869Z Application reported a test message. +2026-08-04T15:26:34.2137964Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857129580","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8605","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:26:34.2139647Z Sending OK +2026-08-04T15:26:34.2139895Z Message index: 1 +2026-08-04T15:26:34.2275918Z Application reported a test message. +2026-08-04T15:26:34.2276337Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:26:34.2287022Z Sending OK +2026-08-04T15:26:34.2287602Z Message index: 2 +2026-08-04T15:26:34.2287936Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:26:34.2677405Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 40ms +2026-08-04T15:26:34.2678053Z [TIMING] android endRunningApplication: force-stop took 40ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:26:44.2716309Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:26:45.2727701Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:26:45.3195475Z bash arg: -p +2026-08-04T15:26:45.3195864Z bash arg: com.testcodepush +2026-08-04T15:26:45.3196266Z bash arg: -c +2026-08-04T15:26:45.3196652Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:26:45.3197126Z bash arg: 1 +2026-08-04T15:26:45.4275011Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:26:45.4276941Z arg: "-p" +2026-08-04T15:26:45.4277413Z arg: "com.testcodepush" +2026-08-04T15:26:45.4277745Z arg: "-c" +2026-08-04T15:26:45.4278049Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:26:45.4278397Z arg: "1" +2026-08-04T15:26:45.4278639Z data="com.testcodepush" +2026-08-04T15:26:45.4278958Z data="android.intent.category.LAUNCHER" +2026-08-04T15:26:45.4560596Z Events injected: 1 +2026-08-04T15:26:45.4946296Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T15:26:45.5154489Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 243ms +2026-08-04T15:26:45.5155457Z [TIMING] android restartApplication total took 11288ms +2026-08-04T15:26:46.1613415Z Application reported a test message. +2026-08-04T15:26:46.1615851Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:26:46.1616333Z Sending OK +2026-08-04T15:26:46.1617287Z Message index: 0 +2026-08-04T15:26:46.1622307Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:26:46.2031489Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 41ms +2026-08-04T15:26:46.2032145Z [TIMING] android endRunningApplication: force-stop took 41ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:26:56.2056071Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:26:57.2067981Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:26:57.2525555Z bash arg: -p +2026-08-04T15:26:57.2525818Z bash arg: com.testcodepush +2026-08-04T15:26:57.2526075Z bash arg: -c +2026-08-04T15:26:57.2526322Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:26:57.2526624Z bash arg: 1 +2026-08-04T15:26:57.3641712Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:26:57.3644144Z arg: "-p" +2026-08-04T15:26:57.3644401Z arg: "com.testcodepush" +2026-08-04T15:26:57.3646797Z arg: "-c" +2026-08-04T15:26:57.3651132Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:26:57.3653741Z arg: "1" +2026-08-04T15:26:57.3657082Z data="com.testcodepush" +2026-08-04T15:26:57.3659482Z data="android.intent.category.LAUNCHER" +2026-08-04T15:26:57.3861537Z Events injected: 1 +2026-08-04T15:26:57.4098622Z ## Network stats: elapsed time=6ms (0ms mobile, 0ms wifi, 6ms not connected) +2026-08-04T15:26:57.4195836Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 213ms +2026-08-04T15:26:57.4196962Z [TIMING] android restartApplication total took 11258ms +2026-08-04T15:26:58.0244844Z Application reported a test message. +2026-08-04T15:26:58.0245465Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:26:58.0245807Z Sending OK +2026-08-04T15:26:58.0246030Z Message index: 0 +2026-08-04T15:26:58.0249112Z [TIMING] test "localPackage.installOnNextRestart.norevert" took 38258ms +2026-08-04T15:26:58.0250203Z ✔ localPackage.installOnNextRestart.norevert (38258ms) +2026-08-04T15:26:58.0250592Z Cleaning up! +2026-08-04T15:26:58.0250881Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:26:58.0577634Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 33ms +2026-08-04T15:26:58.0578288Z [TIMING] android endRunningApplication: force-stop took 33ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:27:08.0615465Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:27:08.2246068Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:27:08.2246616Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:27:08.4027135Z Success +2026-08-04T15:27:08.4099056Z [TIMING] exec "adb shell pm clear com.testcodepush" took 185ms +2026-08-04T15:27:08.4099571Z [TIMING] android prepareEmulatorForTest total took 10385ms +2026-08-04T15:27:08.4101939Z Setting up scenario updateNARConditional.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:27:08.4106999Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:08.4110884Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:08.4114543Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNARConditional.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:08.4117471Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:08.4134111Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:27:09.1207690Z +2026-08-04T15:27:09.1208405Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:27:09.1208784Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:27:09.1209094Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:27:09.1209396Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:27:09.1209690Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:27:09.1209980Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:27:09.1210263Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:27:09.1210547Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:27:09.1210837Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:27:09.1211305Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:27:09.1211621Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:27:09.1211894Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:27:09.1212075Z +2026-08-04T15:27:09.1212080Z +2026-08-04T15:27:09.1215754Z Welcome to Metro v0.84.4 +2026-08-04T15:27:09.1216063Z Fast - Scalable - Integrated +2026-08-04T15:27:09.1216262Z +2026-08-04T15:27:09.1216267Z +2026-08-04T15:27:10.6449848Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:27:10.6464030Z LOG:Done writing bundle output +2026-08-04T15:27:10.8524565Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2439ms +2026-08-04T15:27:10.8525508Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:27:10.8647922Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2453ms +2026-08-04T15:27:10.8648536Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:27:11.0258624Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:27:11.0259079Z Running command: adb uninstall com.testcodepush +2026-08-04T15:27:11.1234354Z Success +2026-08-04T15:27:11.1248560Z [TIMING] exec "adb uninstall com.testcodepush" took 99ms +2026-08-04T15:27:11.1248965Z [TIMING] android uninstallApplication took 260ms +2026-08-04T15:27:11.1249660Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:27:17.1467965Z Performing Streamed Install +2026-08-04T15:27:17.1468271Z Success +2026-08-04T15:27:17.1473778Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6023ms +2026-08-04T15:27:17.1474556Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:27:17.2036316Z bash arg: -p +2026-08-04T15:27:17.2036648Z bash arg: com.testcodepush +2026-08-04T15:27:17.2036982Z bash arg: -c +2026-08-04T15:27:17.2037295Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:27:17.2037654Z bash arg: 1 +2026-08-04T15:27:17.5083956Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:27:17.5084525Z arg: "-p" +2026-08-04T15:27:17.5084773Z arg: "com.testcodepush" +2026-08-04T15:27:17.5085050Z arg: "-c" +2026-08-04T15:27:17.5085311Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:27:17.5085654Z arg: "1" +2026-08-04T15:27:17.5085886Z data="com.testcodepush" +2026-08-04T15:27:17.5086190Z data="android.intent.category.LAUNCHER" +2026-08-04T15:27:17.5319569Z Events injected: 1 +2026-08-04T15:27:17.5440862Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:27:17.5545078Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 407ms +2026-08-04T15:27:17.5545684Z [TIMING] android installApp+launch took 6430ms +2026-08-04T15:27:17.5546122Z [TIMING] android runApplication total (built=false) took 6690ms +2026-08-04T15:27:18.0369500Z Update check called from the app. +2026-08-04T15:27:18.0370335Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"849becd9-160e-4885-b7c1-233826e42848"} +2026-08-04T15:27:18.0372973Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2913","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:27:18.0722859Z Application reported a test message. +2026-08-04T15:27:18.0724714Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2913","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:27:18.0726454Z Sending OK +2026-08-04T15:27:18.0726692Z Message index: 0 +2026-08-04T15:27:18.0799213Z Application downloading the package. +2026-08-04T15:27:18.1775283Z Application reported a test message. +2026-08-04T15:27:18.1777195Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857129580","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2913","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:27:18.1778808Z Sending OK +2026-08-04T15:27:18.1778992Z Message index: 1 +2026-08-04T15:27:18.1950346Z Application reported a test message. +2026-08-04T15:27:18.1950844Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:27:18.1951767Z Sending OK +2026-08-04T15:27:18.1952018Z Message index: 2 +2026-08-04T15:27:18.1954820Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:27:18.1959305Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:18.1966389Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:18.1968655Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:18.1977498Z replacing "CODE_PUSH_APP_VERSION" with "Update 2 (bad update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:27:18.1986435Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:27:18.9127418Z +2026-08-04T15:27:18.9128200Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:27:18.9128571Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:27:18.9130138Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:27:18.9130773Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:27:18.9131447Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:27:18.9131838Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:27:18.9132194Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:27:18.9132546Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:27:18.9132907Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:27:18.9133260Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:27:18.9133603Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:27:18.9133940Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:27:18.9134125Z +2026-08-04T15:27:18.9134130Z +2026-08-04T15:27:18.9134576Z Welcome to Metro v0.84.4 +2026-08-04T15:27:18.9134924Z Fast - Scalable - Integrated +2026-08-04T15:27:18.9135156Z +2026-08-04T15:27:18.9135187Z +2026-08-04T15:27:20.4665137Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:27:20.4679589Z LOG:Done writing bundle output +2026-08-04T15:27:20.6759167Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2477ms +2026-08-04T15:27:20.6759947Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:27:20.6869899Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2489ms +2026-08-04T15:27:20.6870478Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:27:20.7145097Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 28ms +2026-08-04T15:27:20.7145882Z [TIMING] android endRunningApplication: force-stop took 28ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:27:30.7216613Z [TIMING] android endRunningApplication: fixed cooldown took 10007ms +2026-08-04T15:27:31.7229340Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:27:31.7695546Z bash arg: -p +2026-08-04T15:27:31.7695871Z bash arg: com.testcodepush +2026-08-04T15:27:31.7696214Z bash arg: -c +2026-08-04T15:27:31.7696543Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:27:31.7696969Z bash arg: 1 +2026-08-04T15:27:31.8801204Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:27:31.8805096Z arg: "-p" +2026-08-04T15:27:31.8805733Z arg: "com.testcodepush" +2026-08-04T15:27:31.8809459Z arg: "-c" +2026-08-04T15:27:31.8812782Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:27:31.8813400Z arg: "1" +2026-08-04T15:27:31.8815294Z data="com.testcodepush" +2026-08-04T15:27:31.8822748Z data="android.intent.category.LAUNCHER" +2026-08-04T15:27:31.9121263Z Events injected: 1 +2026-08-04T15:27:31.9234352Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T15:27:31.9372234Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 214ms +2026-08-04T15:27:31.9373004Z [TIMING] android restartApplication total took 11250ms +2026-08-04T15:27:32.5816725Z Application reported a test message. +2026-08-04T15:27:32.5817199Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:27:32.5817569Z Sending OK +2026-08-04T15:27:32.5817792Z Message index: 0 +2026-08-04T15:27:32.6175195Z Update check called from the app. +2026-08-04T15:27:32.6176142Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2913","label":"mock-update","client_unique_id":"849becd9-160e-4885-b7c1-233826e42848"} +2026-08-04T15:27:32.6178460Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9337","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:27:32.6625494Z Application reported a test message. +2026-08-04T15:27:32.6627371Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9337","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:27:32.6629571Z Sending OK +2026-08-04T15:27:32.6629829Z Message index: 1 +2026-08-04T15:27:32.6956278Z Application downloading the package. +2026-08-04T15:27:32.7712930Z Application reported a test message. +2026-08-04T15:27:32.7715254Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857129580","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9337","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:27:32.7717451Z Sending OK +2026-08-04T15:27:32.7717705Z Message index: 2 +2026-08-04T15:27:32.8014614Z Application reported a test message. +2026-08-04T15:27:32.8015049Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:27:32.8015384Z Sending OK +2026-08-04T15:27:32.8015659Z Message index: 3 +2026-08-04T15:27:32.8017556Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:27:32.8402460Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T15:27:32.8403124Z [TIMING] android endRunningApplication: force-stop took 39ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:27:42.8450227Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:27:43.8462848Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:27:43.8924839Z bash arg: -p +2026-08-04T15:27:43.8925150Z bash arg: com.testcodepush +2026-08-04T15:27:43.8925804Z bash arg: -c +2026-08-04T15:27:43.8926110Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:27:43.8926471Z bash arg: 1 +2026-08-04T15:27:44.0040370Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:27:44.0042468Z arg: "-p" +2026-08-04T15:27:44.0042690Z arg: "com.testcodepush" +2026-08-04T15:27:44.0042930Z arg: "-c" +2026-08-04T15:27:44.0043183Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:27:44.0047566Z arg: "1" +2026-08-04T15:27:44.0048134Z data="com.testcodepush" +2026-08-04T15:27:44.0051063Z data="android.intent.category.LAUNCHER" +2026-08-04T15:27:44.0342371Z Events injected: 1 +2026-08-04T15:27:44.0474133Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T15:27:44.0830022Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 236ms +2026-08-04T15:27:44.0831495Z [TIMING] android restartApplication total took 11281ms +2026-08-04T15:27:44.6372963Z Application reported a test message. +2026-08-04T15:27:44.6373692Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:27:44.6374297Z Sending OK +2026-08-04T15:27:44.6374627Z Message index: 0 +2026-08-04T15:27:44.6376217Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:27:44.6658096Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 28ms +2026-08-04T15:27:44.6658788Z [TIMING] android endRunningApplication: force-stop took 28ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:27:54.6667465Z [TIMING] android endRunningApplication: fixed cooldown took 10001ms +2026-08-04T15:27:55.6679114Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:27:55.7135752Z bash arg: -p +2026-08-04T15:27:55.7136072Z bash arg: com.testcodepush +2026-08-04T15:27:55.7136389Z bash arg: -c +2026-08-04T15:27:55.7136681Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:27:55.7137058Z bash arg: 1 +2026-08-04T15:27:55.8247449Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:27:55.8251399Z arg: "-p" +2026-08-04T15:27:55.8251710Z arg: "com.testcodepush" +2026-08-04T15:27:55.8252593Z arg: "-c" +2026-08-04T15:27:55.8252834Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:27:55.8253114Z arg: "1" +2026-08-04T15:27:55.8253302Z data="com.testcodepush" +2026-08-04T15:27:55.8254915Z data="android.intent.category.LAUNCHER" +2026-08-04T15:27:55.8543360Z Events injected: 1 +2026-08-04T15:27:55.8690791Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T15:27:55.8812574Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 213ms +2026-08-04T15:27:55.8813185Z [TIMING] android restartApplication total took 11244ms +2026-08-04T15:27:56.4589516Z Application reported a test message. +2026-08-04T15:27:56.4589902Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:27:56.4590231Z Sending body: SKIP_NOTIFY_APPLICATION_READY +2026-08-04T15:27:56.4591908Z Message index: 0 +2026-08-04T15:27:56.4707535Z Application reported a test message. +2026-08-04T15:27:56.4708014Z Body: {"message":"SKIPPED_NOTIFY_APPLICATION_READY"} +2026-08-04T15:27:56.4708477Z Sending body: SKIP_NOTIFY_APPLICATION_READY +2026-08-04T15:27:56.4708858Z Message index: 1 +2026-08-04T15:27:56.4709949Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:27:56.5154840Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 45ms +2026-08-04T15:27:56.5155465Z [TIMING] android endRunningApplication: force-stop took 45ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:28:06.5214032Z [TIMING] android endRunningApplication: fixed cooldown took 10006ms +2026-08-04T15:28:07.5226152Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:28:07.5685573Z bash arg: -p +2026-08-04T15:28:07.5686226Z bash arg: com.testcodepush +2026-08-04T15:28:07.5686613Z bash arg: -c +2026-08-04T15:28:07.5687289Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:28:07.5687805Z bash arg: 1 +2026-08-04T15:28:07.6800769Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:28:07.6803790Z arg: "-p" +2026-08-04T15:28:07.6804232Z arg: "com.testcodepush" +2026-08-04T15:28:07.6804573Z arg: "-c" +2026-08-04T15:28:07.6804862Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:28:07.6805230Z arg: "1" +2026-08-04T15:28:07.6805472Z data="com.testcodepush" +2026-08-04T15:28:07.6805789Z data="android.intent.category.LAUNCHER" +2026-08-04T15:28:07.7017918Z Events injected: 1 +2026-08-04T15:28:07.7178175Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T15:28:07.7236711Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 201ms +2026-08-04T15:28:07.7237434Z [TIMING] android restartApplication total took 11253ms +2026-08-04T15:28:08.3213211Z Application reported a test message. +2026-08-04T15:28:08.3213967Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:28:08.3214664Z Sending OK +2026-08-04T15:28:08.3215037Z Message index: 0 +2026-08-04T15:28:08.3483901Z Update check called from the app. +2026-08-04T15:28:08.3485450Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2913","label":"mock-update","client_unique_id":"849becd9-160e-4885-b7c1-233826e42848"} +2026-08-04T15:28:08.3488759Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9337","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:28:08.3811303Z Application reported a test message. +2026-08-04T15:28:08.3812224Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T15:28:08.3812815Z Sending OK +2026-08-04T15:28:08.3813198Z Message index: 1 +2026-08-04T15:28:08.3814094Z [TIMING] test "localPackage.installOnNextRestart.revertToPrevious" took 59972ms +2026-08-04T15:28:08.3815648Z ✔ localPackage.installOnNextRestart.revertToPrevious (59972ms) +2026-08-04T15:28:08.3816456Z Cleaning up! +2026-08-04T15:28:08.3817056Z #codePush.restartApplication +2026-08-04T15:28:08.3818755Z Setting up scenario scenarioRestart.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:28:08.3824995Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:28:08.3829101Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:28:08.3833012Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:28:08.3836194Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:28:08.3838659Z [TIMING] setupScenario(scenarioRestart.js) for "#codePush.restartApplication" took 2ms +2026-08-04T15:28:08.3839489Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:28:08.4298786Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 46ms +2026-08-04T15:28:08.4299601Z [TIMING] android endRunningApplication: force-stop took 46ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:28:18.4339401Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:28:18.5962654Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:28:18.5963222Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:28:18.7783923Z Success +2026-08-04T15:28:18.7825937Z [TIMING] exec "adb shell pm clear com.testcodepush" took 186ms +2026-08-04T15:28:18.7826503Z [TIMING] android prepareEmulatorForTest total took 10399ms +2026-08-04T15:28:18.7828729Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:28:18.7834753Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:28:18.7839021Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:28:18.7842394Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:28:18.7846109Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:28:18.7859277Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:28:19.4962810Z +2026-08-04T15:28:19.4963379Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:28:19.4963761Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:28:19.4964113Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:28:19.4964459Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:28:19.4964776Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:28:19.4965095Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:28:19.4965396Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:28:19.4965694Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:28:19.4965998Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:28:19.4966295Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:28:19.4966587Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:28:19.4966867Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:28:19.4967031Z +2026-08-04T15:28:19.4967034Z +2026-08-04T15:28:19.4970853Z Welcome to Metro v0.84.4 +2026-08-04T15:28:19.4971296Z Fast - Scalable - Integrated +2026-08-04T15:28:19.4971510Z +2026-08-04T15:28:19.4971514Z +2026-08-04T15:28:20.4692672Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:28:20.4707959Z LOG:Done writing bundle output +2026-08-04T15:28:20.6870664Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 1901ms +2026-08-04T15:28:20.6872074Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:28:20.6992214Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 1915ms +2026-08-04T15:28:20.6992836Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:28:20.6993500Z Running command: ./gradlew assembleRelease +2026-08-04T15:28:31.5935184Z [TIMING] exec "./gradlew assembleRelease" took 10894ms +2026-08-04T15:28:31.5935685Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10894ms +2026-08-04T15:28:31.7566885Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:28:31.7567307Z Running command: adb uninstall com.testcodepush +2026-08-04T15:28:31.8535391Z Success +2026-08-04T15:28:31.8548542Z [TIMING] exec "adb uninstall com.testcodepush" took 98ms +2026-08-04T15:28:31.8548976Z [TIMING] android uninstallApplication took 261ms +2026-08-04T15:28:31.8549708Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:28:37.7588621Z Performing Streamed Install +2026-08-04T15:28:37.7588931Z Success +2026-08-04T15:28:37.7593858Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5905ms +2026-08-04T15:28:37.7594909Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:28:37.8075789Z bash arg: -p +2026-08-04T15:28:37.8076050Z bash arg: com.testcodepush +2026-08-04T15:28:37.8076308Z bash arg: -c +2026-08-04T15:28:37.8076545Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:28:37.8076844Z bash arg: 1 +2026-08-04T15:28:38.1095980Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:28:38.1100500Z arg: "-p" +2026-08-04T15:28:38.1100751Z arg: "com.testcodepush" +2026-08-04T15:28:38.1100998Z arg: "-c" +2026-08-04T15:28:38.1102999Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:28:38.1103290Z arg: "1" +2026-08-04T15:28:38.1103479Z data="com.testcodepush" +2026-08-04T15:28:38.1105255Z data="android.intent.category.LAUNCHER" +2026-08-04T15:28:38.1366577Z Events injected: 1 +2026-08-04T15:28:38.1546068Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:28:38.1941700Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 434ms +2026-08-04T15:28:38.1942871Z [TIMING] android installApp+launch took 6339ms +2026-08-04T15:28:38.1943555Z [TIMING] android runApplication total (built=true) took 17494ms +2026-08-04T15:28:38.6229752Z Application reported a test message. +2026-08-04T15:28:38.6230375Z Body: {"message":"PENDING_PACKAGE","args":[null]} +2026-08-04T15:28:38.6230786Z Sending OK +2026-08-04T15:28:38.6231226Z Message index: 0 +2026-08-04T15:28:38.6305995Z Application reported a test message. +2026-08-04T15:28:38.6306517Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +2026-08-04T15:28:38.6306844Z Sending OK +2026-08-04T15:28:38.6307040Z Message index: 1 +2026-08-04T15:28:38.6377496Z Update check called from the app. +2026-08-04T15:28:38.6378150Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"1ef9654e-06cc-4474-8e30-7676a9f46439"} +2026-08-04T15:28:38.6379894Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:28:38.6767325Z Update check called from the app. +2026-08-04T15:28:38.6768162Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"1ef9654e-06cc-4474-8e30-7676a9f46439"} +2026-08-04T15:28:38.6770221Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:28:38.7101046Z Application downloading the package. +2026-08-04T15:28:38.7833003Z Application reported a test message. +2026-08-04T15:28:38.7833439Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:28:38.7833781Z Sending OK +2026-08-04T15:28:38.7834032Z Message index: 2 +2026-08-04T15:28:38.7993771Z Application reported a test message. +2026-08-04T15:28:38.7994265Z Body: {"message":"PENDING_PACKAGE","args":["randomHash-813"]} +2026-08-04T15:28:38.7994704Z Sending OK +2026-08-04T15:28:38.7994928Z Message index: 3 +2026-08-04T15:28:38.8058026Z Application reported a test message. +2026-08-04T15:28:38.8058722Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +2026-08-04T15:28:38.8059117Z Sending OK +2026-08-04T15:28:38.8059369Z Message index: 4 +2026-08-04T15:28:39.1537173Z Application reported a test message. +2026-08-04T15:28:39.1537643Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:28:39.1538011Z Sending OK +2026-08-04T15:28:39.1538257Z Message index: 5 +2026-08-04T15:28:39.1539718Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:28:39.2033577Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 50ms +2026-08-04T15:28:39.2034209Z [TIMING] android endRunningApplication: force-stop took 50ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:28:49.2084122Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:28:50.2096282Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:28:50.2565445Z bash arg: -p +2026-08-04T15:28:50.2566141Z bash arg: com.testcodepush +2026-08-04T15:28:50.2566492Z bash arg: -c +2026-08-04T15:28:50.2566818Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:28:50.2567228Z bash arg: 1 +2026-08-04T15:28:50.3657183Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:28:50.3660005Z arg: "-p" +2026-08-04T15:28:50.3660301Z arg: "com.testcodepush" +2026-08-04T15:28:50.3660539Z arg: "-c" +2026-08-04T15:28:50.3660756Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:28:50.3661232Z arg: "1" +2026-08-04T15:28:50.3664722Z data="com.testcodepush" +2026-08-04T15:28:50.3665014Z data="android.intent.category.LAUNCHER" +2026-08-04T15:28:50.3902359Z Events injected: 1 +2026-08-04T15:28:50.4024190Z ## Network stats: elapsed time=6ms (0ms mobile, 0ms wifi, 6ms not connected) +2026-08-04T15:28:50.4122002Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 202ms +2026-08-04T15:28:50.4122679Z [TIMING] android restartApplication total took 11259ms +2026-08-04T15:28:51.0172176Z Application reported a test message. +2026-08-04T15:28:51.0172824Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:28:51.0173387Z Sending OK +2026-08-04T15:28:51.0173679Z Message index: 0 +2026-08-04T15:28:51.0174704Z [TIMING] test "codePush.restartApplication.checkPackages" took 32235ms +2026-08-04T15:28:51.0175834Z ✔ codePush.restartApplication.checkPackages (32235ms) +2026-08-04T15:28:51.0176435Z Cleaning up! +2026-08-04T15:28:51.0176800Z #codePush.restartApplication.2x +2026-08-04T15:28:51.0177797Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:28:51.0476723Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T15:28:51.0477384Z [TIMING] android endRunningApplication: force-stop took 30ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:29:01.0486045Z [TIMING] android endRunningApplication: fixed cooldown took 10001ms +2026-08-04T15:29:01.2116741Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:29:01.2117269Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:29:01.3854649Z Success +2026-08-04T15:29:01.3886915Z [TIMING] exec "adb shell pm clear com.testcodepush" took 177ms +2026-08-04T15:29:01.3887789Z [TIMING] android prepareEmulatorForTest total took 10371ms +2026-08-04T15:29:01.3890128Z Setting up scenario scenarioInstallRestart2x.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:29:01.3895737Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:01.3899732Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:01.3903192Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallRestart2x.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:01.3910582Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:01.3913347Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:29:01.3917062Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:29:01.3920241Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:29:01.3923611Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:29:01.3926515Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:29:01.3935409Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:29:02.1028636Z +2026-08-04T15:29:02.1029239Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:29:02.1029598Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:29:02.1029929Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:29:02.1030233Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:29:02.1030555Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:29:02.1030869Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:29:02.1031378Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:29:02.1031677Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:29:02.1031979Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:29:02.1032276Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:29:02.1032567Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:29:02.1032861Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:29:02.1033024Z +2026-08-04T15:29:02.1033028Z +2026-08-04T15:29:02.1035787Z Welcome to Metro v0.84.4 +2026-08-04T15:29:02.1036117Z Fast - Scalable - Integrated +2026-08-04T15:29:02.1036350Z +2026-08-04T15:29:02.1036354Z +2026-08-04T15:29:08.8580178Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:29:08.8613607Z LOG:Done writing bundle output +2026-08-04T15:29:08.9903227Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7596ms +2026-08-04T15:29:08.9904509Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:29:09.0023907Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7610ms +2026-08-04T15:29:09.0024920Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:29:09.0025625Z Running command: ./gradlew assembleRelease +2026-08-04T15:29:19.8433974Z [TIMING] exec "./gradlew assembleRelease" took 10841ms +2026-08-04T15:29:19.8434504Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10841ms +2026-08-04T15:29:20.0061839Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:29:20.0062390Z Running command: adb uninstall com.testcodepush +2026-08-04T15:29:20.0917315Z Success +2026-08-04T15:29:20.0930817Z [TIMING] exec "adb uninstall com.testcodepush" took 87ms +2026-08-04T15:29:20.0931546Z [TIMING] android uninstallApplication took 249ms +2026-08-04T15:29:20.0932250Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:29:25.9804418Z Performing Streamed Install +2026-08-04T15:29:25.9804755Z Success +2026-08-04T15:29:25.9811711Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5887ms +2026-08-04T15:29:25.9812847Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:29:26.0296182Z bash arg: -p +2026-08-04T15:29:26.0296702Z bash arg: com.testcodepush +2026-08-04T15:29:26.0297017Z bash arg: -c +2026-08-04T15:29:26.0297414Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:29:26.0297793Z bash arg: 1 +2026-08-04T15:29:26.2948878Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:29:26.2951347Z arg: "-p" +2026-08-04T15:29:26.2951941Z arg: "com.testcodepush" +2026-08-04T15:29:26.2956705Z arg: "-c" +2026-08-04T15:29:26.2957235Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:29:26.2961458Z arg: "1" +2026-08-04T15:29:26.2961928Z data="com.testcodepush" +2026-08-04T15:29:26.2965949Z data="android.intent.category.LAUNCHER" +2026-08-04T15:29:26.3194045Z Events injected: 1 +2026-08-04T15:29:26.3304586Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:29:26.3447158Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 363ms +2026-08-04T15:29:26.3448293Z [TIMING] android installApp+launch took 6252ms +2026-08-04T15:29:26.3449024Z [TIMING] android runApplication total (built=true) took 17342ms +2026-08-04T15:29:26.8296008Z Update check called from the app. +2026-08-04T15:29:26.8297188Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"d4cace04-4483-4c92-9f8d-fd5a1c6d3f34"} +2026-08-04T15:29:26.8298863Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1624","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:29:26.8648191Z Application reported a test message. +2026-08-04T15:29:26.8650613Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1624","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:29:26.8653420Z Sending OK +2026-08-04T15:29:26.8653631Z Message index: 0 +2026-08-04T15:29:26.8757596Z Application downloading the package. +2026-08-04T15:29:26.9491645Z Application reported a test message. +2026-08-04T15:29:26.9495517Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857349769","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1624","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:29:26.9498460Z Sending OK +2026-08-04T15:29:26.9498791Z Message index: 1 +2026-08-04T15:29:26.9764549Z Application reported a test message. +2026-08-04T15:29:26.9765211Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:29:26.9765751Z Sending OK +2026-08-04T15:29:26.9766109Z Message index: 2 +2026-08-04T15:29:27.3077232Z Application reported a test message. +2026-08-04T15:29:27.3077720Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:29:27.3078098Z Sending OK +2026-08-04T15:29:27.3078326Z Message index: 3 +2026-08-04T15:29:27.3079269Z [TIMING] test "blocks when a restart is in progress and doesn't crash if there is a pending package" took 25919ms +2026-08-04T15:29:27.3080514Z ✔ blocks when a restart is in progress and doesn't crash if there is a pending package (25919ms) +2026-08-04T15:29:27.3081825Z Cleaning up! +2026-08-04T15:29:27.3083318Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:29:27.3398950Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T15:29:37.3446729Z [TIMING] android endRunningApplication: force-stop took 31ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:29:37.3447613Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:29:37.5116585Z [TIMING] exec "adb shell pm list packages" took 167ms +2026-08-04T15:29:37.5117404Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:29:37.7017358Z Success +2026-08-04T15:29:37.7084322Z [TIMING] exec "adb shell pm clear com.testcodepush" took 197ms +2026-08-04T15:29:37.7085331Z [TIMING] android prepareEmulatorForTest total took 10400ms +2026-08-04T15:29:37.7086882Z Setting up scenario scenarioRestart2x.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:29:37.7093760Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:37.7098429Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:37.7102526Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart2x.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:37.7109784Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:29:37.7119622Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:29:38.4242897Z +2026-08-04T15:29:38.4243747Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:29:38.4244209Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:29:38.4244612Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:29:38.4245008Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:29:38.4245397Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:29:38.4245789Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:29:38.4246164Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:29:38.4246536Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:29:38.4246912Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:29:38.4247284Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:29:38.4247647Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:29:38.4248029Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:29:38.4248196Z +2026-08-04T15:29:38.4248201Z +2026-08-04T15:29:38.4250509Z Welcome to Metro v0.84.4 +2026-08-04T15:29:38.4251360Z Fast - Scalable - Integrated +2026-08-04T15:29:38.4251576Z +2026-08-04T15:29:38.4251580Z +2026-08-04T15:29:45.1513372Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:29:45.1547063Z LOG:Done writing bundle output +2026-08-04T15:29:45.2745243Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7563ms +2026-08-04T15:29:45.2746037Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:29:45.2865233Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7575ms +2026-08-04T15:29:45.2865838Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:29:45.2866260Z Running command: ./gradlew assembleRelease +2026-08-04T15:29:56.0652200Z [TIMING] exec "./gradlew assembleRelease" took 10778ms +2026-08-04T15:29:56.0652744Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10779ms +2026-08-04T15:29:56.2286165Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:29:56.2286629Z Running command: adb uninstall com.testcodepush +2026-08-04T15:29:56.3223597Z Success +2026-08-04T15:29:56.3234806Z [TIMING] exec "adb uninstall com.testcodepush" took 95ms +2026-08-04T15:29:56.3235271Z [TIMING] android uninstallApplication took 258ms +2026-08-04T15:29:56.3236022Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:30:00.7429602Z Performing Streamed Install +2026-08-04T15:30:00.7429980Z Success +2026-08-04T15:30:00.7436001Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4420ms +2026-08-04T15:30:00.7437324Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:30:00.8056245Z bash arg: -p +2026-08-04T15:30:00.8056589Z bash arg: com.testcodepush +2026-08-04T15:30:00.8056971Z bash arg: -c +2026-08-04T15:30:00.8057266Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:30:00.8057617Z bash arg: 1 +2026-08-04T15:30:01.1260288Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:30:01.1263129Z arg: "-p" +2026-08-04T15:30:01.1263395Z arg: "com.testcodepush" +2026-08-04T15:30:01.1263689Z arg: "-c" +2026-08-04T15:30:01.1264014Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:30:01.1264383Z arg: "1" +2026-08-04T15:30:01.1264649Z data="com.testcodepush" +2026-08-04T15:30:01.1269263Z data="android.intent.category.LAUNCHER" +2026-08-04T15:30:01.1521812Z Events injected: 1 +2026-08-04T15:30:01.1703687Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:30:01.1844086Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 441ms +2026-08-04T15:30:01.1844676Z [TIMING] android installApp+launch took 4861ms +2026-08-04T15:30:01.1845063Z [TIMING] android runApplication total (built=true) took 15898ms +2026-08-04T15:30:01.6501757Z Update check called from the app. +2026-08-04T15:30:01.6502673Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a93b1c6f-6a37-4978-a484-2eb844a1d2f3"} +2026-08-04T15:30:01.6504810Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7046","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:30:01.6714594Z Application reported a test message. +2026-08-04T15:30:01.6716372Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7046","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:30:01.6718360Z Sending OK +2026-08-04T15:30:01.6718550Z Message index: 0 +2026-08-04T15:30:01.6826396Z Application downloading the package. +2026-08-04T15:30:01.7663444Z Application reported a test message. +2026-08-04T15:30:01.7665429Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785857386039","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7046","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:30:01.7667299Z Sending OK +2026-08-04T15:30:01.7667534Z Message index: 1 +2026-08-04T15:30:01.7824680Z Application reported a test message. +2026-08-04T15:30:01.7825126Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:30:01.7825448Z Sending OK +2026-08-04T15:30:01.7825685Z Message index: 2 +2026-08-04T15:30:02.1140369Z Application reported a test message. +2026-08-04T15:30:02.1140846Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:30:02.1143372Z Sending OK +2026-08-04T15:30:02.1143615Z Message index: 3 +2026-08-04T15:30:02.1144014Z [TIMING] test "doesn't block when the restart is ignored" took 24406ms +2026-08-04T15:30:02.1144854Z ✔ doesn't block when the restart is ignored (24406ms) +2026-08-04T15:30:02.1145278Z Cleaning up! +2026-08-04T15:30:02.1145847Z #window.codePush.sync +2026-08-04T15:30:02.1146178Z #window.codePush.sync 1x +2026-08-04T15:30:02.1147259Z Setting up scenario scenarioSync.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:30:02.1153265Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:30:02.1158272Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:30:02.1160775Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:30:02.1164333Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:30:02.1166729Z [TIMING] setupScenario(scenarioSync.js) for "#window.codePush.sync 1x" took 2ms +2026-08-04T15:30:02.1170151Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:30:02.1762903Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 60ms +2026-08-04T15:30:02.1763559Z [TIMING] android endRunningApplication: force-stop took 60ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:30:12.1815897Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:30:12.3444660Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:30:12.3445150Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:30:12.5316601Z Success +2026-08-04T15:30:12.5426728Z [TIMING] exec "adb shell pm clear com.testcodepush" took 198ms +2026-08-04T15:30:12.5427229Z [TIMING] android prepareEmulatorForTest total took 10426ms +2026-08-04T15:30:12.5427701Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:30:12.5742188Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T15:30:12.5742876Z [TIMING] android endRunningApplication: force-stop took 32ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:30:22.5836837Z [TIMING] android endRunningApplication: fixed cooldown took 10009ms +2026-08-04T15:30:22.7452177Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:30:22.7452744Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:30:22.9241098Z Success +2026-08-04T15:30:22.9486305Z [TIMING] exec "adb shell pm clear com.testcodepush" took 204ms +2026-08-04T15:30:22.9486799Z [TIMING] android prepareEmulatorForTest total took 10406ms +2026-08-04T15:30:22.9491335Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:30:22.9492028Z Running command: ./gradlew assembleRelease +2026-08-04T15:30:33.7477663Z [TIMING] exec "./gradlew assembleRelease" took 10798ms +2026-08-04T15:30:33.7478176Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10799ms +2026-08-04T15:30:33.9087390Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:30:33.9087866Z Running command: adb uninstall com.testcodepush +2026-08-04T15:30:34.0305228Z Success +2026-08-04T15:30:34.0319517Z [TIMING] exec "adb uninstall com.testcodepush" took 123ms +2026-08-04T15:30:34.0320220Z [TIMING] android uninstallApplication took 284ms +2026-08-04T15:30:34.0321523Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:30:38.6156364Z Performing Streamed Install +2026-08-04T15:30:38.6156751Z Success +2026-08-04T15:30:38.6160566Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4584ms +2026-08-04T15:30:38.6161702Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:30:38.6686079Z bash arg: -p +2026-08-04T15:30:38.6686626Z bash arg: com.testcodepush +2026-08-04T15:30:38.6687063Z bash arg: -c +2026-08-04T15:30:38.6687376Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:30:38.6687970Z bash arg: 1 +2026-08-04T15:30:38.9739485Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:30:38.9740360Z arg: "-p" +2026-08-04T15:30:38.9740702Z arg: "com.testcodepush" +2026-08-04T15:30:38.9741358Z arg: "-c" +2026-08-04T15:30:38.9741797Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:30:38.9742334Z arg: "1" +2026-08-04T15:30:38.9742714Z data="com.testcodepush" +2026-08-04T15:30:38.9743220Z data="android.intent.category.LAUNCHER" +2026-08-04T15:30:38.9984350Z Events injected: 1 +2026-08-04T15:30:39.0219564Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:30:39.0314658Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 416ms +2026-08-04T15:30:39.0315288Z [TIMING] android installApp+launch took 5000ms +2026-08-04T15:30:39.0315686Z [TIMING] android runApplication total (built=true) took 16083ms +2026-08-04T15:30:39.4936569Z Update check called from the app. +2026-08-04T15:30:39.4937385Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e66d3767-ea83-4f02-8ce4-0b4e5eed7f95"} +2026-08-04T15:30:39.4938980Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:30:39.5196942Z Update check called from the app. +2026-08-04T15:30:39.5197669Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e66d3767-ea83-4f02-8ce4-0b4e5eed7f95"} +2026-08-04T15:30:39.5198975Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:30:39.5478051Z Application reported a test message. +2026-08-04T15:30:39.5478420Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:30:39.5478714Z Sending OK +2026-08-04T15:30:39.5478910Z Message index: 0 +2026-08-04T15:30:39.5480558Z [TIMING] test "window.codePush.sync.noupdate" took 16599ms +2026-08-04T15:30:39.5481381Z ✔ window.codePush.sync.noupdate (16599ms) +2026-08-04T15:30:39.5482084Z Cleaning up! +2026-08-04T15:30:39.5482683Z Cleaning up! +2026-08-04T15:30:39.5484073Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:30:39.5842743Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 35ms +2026-08-04T15:30:39.5843381Z [TIMING] android endRunningApplication: force-stop took 36ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:30:49.5871423Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:30:49.7486902Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:30:49.7487432Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:30:49.9290824Z Success +2026-08-04T15:30:49.9358507Z [TIMING] exec "adb shell pm clear com.testcodepush" took 187ms +2026-08-04T15:30:49.9359078Z [TIMING] android prepareEmulatorForTest total took 10387ms +2026-08-04T15:30:49.9359735Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:30:49.9813658Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 46ms +2026-08-04T15:30:49.9814283Z [TIMING] android endRunningApplication: force-stop took 46ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:30:59.9877811Z [TIMING] android endRunningApplication: fixed cooldown took 10006ms +2026-08-04T15:31:00.1486707Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:31:00.1487212Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:31:00.3212660Z Success +2026-08-04T15:31:00.3273507Z [TIMING] exec "adb shell pm clear com.testcodepush" took 179ms +2026-08-04T15:31:00.3273990Z [TIMING] android prepareEmulatorForTest total took 10392ms +2026-08-04T15:31:00.3276925Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:31:00.5037594Z [TIMING] exec "adb shell pm list packages" took 176ms +2026-08-04T15:31:00.5038010Z Running command: adb uninstall com.testcodepush +2026-08-04T15:31:00.5834148Z Success +2026-08-04T15:31:00.5850093Z [TIMING] exec "adb uninstall com.testcodepush" took 81ms +2026-08-04T15:31:00.5850521Z [TIMING] android uninstallApplication took 257ms +2026-08-04T15:31:00.5851902Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:31:05.1038809Z Performing Streamed Install +2026-08-04T15:31:05.1039142Z Success +2026-08-04T15:31:05.1044701Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4520ms +2026-08-04T15:31:05.1045466Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:31:05.1525401Z bash arg: -p +2026-08-04T15:31:05.1525736Z bash arg: com.testcodepush +2026-08-04T15:31:05.1526044Z bash arg: -c +2026-08-04T15:31:05.1526342Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:31:05.1526711Z bash arg: 1 +2026-08-04T15:31:05.4621629Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:31:05.4626270Z arg: "-p" +2026-08-04T15:31:05.4626516Z arg: "com.testcodepush" +2026-08-04T15:31:05.4626761Z arg: "-c" +2026-08-04T15:31:05.4629386Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:31:05.4629696Z arg: "1" +2026-08-04T15:31:05.4634844Z data="com.testcodepush" +2026-08-04T15:31:05.4637251Z data="android.intent.category.LAUNCHER" +2026-08-04T15:31:05.4866815Z Events injected: 1 +2026-08-04T15:31:05.4898345Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:31:05.4987718Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 394ms +2026-08-04T15:31:05.4988347Z [TIMING] android installApp+launch took 4914ms +2026-08-04T15:31:05.4988766Z [TIMING] android runApplication total (built=false) took 5171ms +2026-08-04T15:31:05.9816535Z Update check called from the app. +2026-08-04T15:31:05.9817263Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"16f234f1-8232-4dd5-9cb3-5ea65c9afe54"} +2026-08-04T15:31:05.9817892Z Response: "invalid {{ json" +2026-08-04T15:31:06.0076458Z Update check called from the app. +2026-08-04T15:31:06.0077172Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"16f234f1-8232-4dd5-9cb3-5ea65c9afe54"} +2026-08-04T15:31:06.0077869Z Response: "invalid {{ json" +2026-08-04T15:31:06.0334623Z Application reported a test message. +2026-08-04T15:31:06.0335419Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T15:31:06.0335713Z Sending OK +2026-08-04T15:31:06.0335913Z Message index: 0 +2026-08-04T15:31:06.0336788Z [TIMING] test "window.codePush.sync.checkerror" took 5706ms +2026-08-04T15:31:06.0337788Z ✔ window.codePush.sync.checkerror (5706ms) +2026-08-04T15:31:06.0338158Z Cleaning up! +2026-08-04T15:31:06.0338601Z Cleaning up! +2026-08-04T15:31:06.0339866Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:31:06.0851346Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 51ms +2026-08-04T15:31:06.0852150Z [TIMING] android endRunningApplication: force-stop took 51ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:31:16.0895022Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:31:16.2509769Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:31:16.2510254Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:31:16.4329860Z Success +2026-08-04T15:31:16.4381435Z [TIMING] exec "adb shell pm clear com.testcodepush" took 187ms +2026-08-04T15:31:16.4381918Z [TIMING] android prepareEmulatorForTest total took 10405ms +2026-08-04T15:31:16.4383326Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:31:16.4716740Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 33ms +2026-08-04T15:31:16.4717607Z [TIMING] android endRunningApplication: force-stop took 33ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:31:26.4727271Z [TIMING] android endRunningApplication: fixed cooldown took 10001ms +2026-08-04T15:31:26.6334756Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:31:26.6335439Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:31:26.8055681Z Success +2026-08-04T15:31:26.8157832Z [TIMING] exec "adb shell pm clear com.testcodepush" took 182ms +2026-08-04T15:31:26.8158520Z [TIMING] android prepareEmulatorForTest total took 10377ms +2026-08-04T15:31:26.8163466Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:31:26.9985283Z [TIMING] exec "adb shell pm list packages" took 182ms +2026-08-04T15:31:26.9985692Z Running command: adb uninstall com.testcodepush +2026-08-04T15:31:27.0955952Z Success +2026-08-04T15:31:27.0969825Z [TIMING] exec "adb uninstall com.testcodepush" took 98ms +2026-08-04T15:31:27.0970428Z [TIMING] android uninstallApplication took 280ms +2026-08-04T15:31:27.0971459Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:31:32.6814865Z Performing Streamed Install +2026-08-04T15:31:32.6815179Z Success +2026-08-04T15:31:32.6820953Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5585ms +2026-08-04T15:31:32.6821929Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:31:32.7306453Z bash arg: -p +2026-08-04T15:31:32.7307070Z bash arg: com.testcodepush +2026-08-04T15:31:32.7307420Z bash arg: -c +2026-08-04T15:31:32.7307719Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:31:32.7308080Z bash arg: 1 +2026-08-04T15:31:33.0253670Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:31:33.0258240Z arg: "-p" +2026-08-04T15:31:33.0258605Z arg: "com.testcodepush" +2026-08-04T15:31:33.0262204Z arg: "-c" +2026-08-04T15:31:33.0262631Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:31:33.0266127Z arg: "1" +2026-08-04T15:31:33.0268996Z data="com.testcodepush" +2026-08-04T15:31:33.0269332Z data="android.intent.category.LAUNCHER" +2026-08-04T15:31:33.0636155Z Events injected: 1 +2026-08-04T15:31:33.0746461Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:31:33.0807567Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 399ms +2026-08-04T15:31:33.0808284Z [TIMING] android installApp+launch took 5984ms +2026-08-04T15:31:33.0809074Z [TIMING] android runApplication total (built=false) took 6264ms +2026-08-04T15:31:33.5690100Z Update check called from the app. +2026-08-04T15:31:33.5690770Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"16d31a04-30de-4e8b-adbf-a7b755a978f8"} +2026-08-04T15:31:33.5692848Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1318","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:31:33.6016129Z Update check called from the app. +2026-08-04T15:31:33.6016960Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"16d31a04-30de-4e8b-adbf-a7b755a978f8"} +2026-08-04T15:31:33.6019123Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1318","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:31:33.6518228Z Application reported a test message. +2026-08-04T15:31:33.6518672Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T15:31:33.6519007Z Sending OK +2026-08-04T15:31:33.6519230Z Message index: 0 +2026-08-04T15:31:33.6521036Z [TIMING] test "window.codePush.sync.downloaderror" took 6836ms +2026-08-04T15:31:33.6522377Z ✔ window.codePush.sync.downloaderror (6837ms) +2026-08-04T15:31:33.6523097Z Cleaning up! +2026-08-04T15:31:33.6524076Z Cleaning up! +2026-08-04T15:31:33.6527768Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:31:33.6906010Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 38ms +2026-08-04T15:31:33.6906668Z [TIMING] android endRunningApplication: force-stop took 38ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:31:43.6938069Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:31:43.8545772Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:31:43.8546253Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:31:44.0522068Z Success +2026-08-04T15:31:44.0697664Z [TIMING] exec "adb shell pm clear com.testcodepush" took 215ms +2026-08-04T15:31:44.0698306Z [TIMING] android prepareEmulatorForTest total took 10417ms +2026-08-04T15:31:44.0698881Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:31:44.0919889Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 22ms +2026-08-04T15:31:44.0920666Z [TIMING] android endRunningApplication: force-stop took 22ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:31:54.0915319Z [TIMING] android endRunningApplication: fixed cooldown took 10000ms +2026-08-04T15:31:54.2527535Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:31:54.2528113Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:31:54.4281271Z Success +2026-08-04T15:31:54.4329171Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:31:54.4329629Z [TIMING] android prepareEmulatorForTest total took 10363ms +2026-08-04T15:31:54.4344246Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:31:55.1450768Z +2026-08-04T15:31:55.1451573Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:31:55.1451948Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:31:55.1452304Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:31:55.1452624Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:31:55.1452937Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:31:55.1453580Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:31:55.1453879Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:31:55.1454177Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:31:55.1454476Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:31:55.1454774Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:31:55.1455067Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:31:55.1455356Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:31:55.1455513Z +2026-08-04T15:31:55.1455517Z +2026-08-04T15:31:55.1458461Z Welcome to Metro v0.84.4 +2026-08-04T15:31:55.1458787Z Fast - Scalable - Integrated +2026-08-04T15:31:55.1458996Z +2026-08-04T15:31:55.1459000Z +2026-08-04T15:32:01.9475589Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:32:01.9552367Z LOG:Done writing bundle output +2026-08-04T15:32:02.0869943Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7652ms +2026-08-04T15:32:02.0870785Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:32:02.0993207Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7666ms +2026-08-04T15:32:02.0993814Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:32:02.2615923Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:32:02.2616537Z Running command: adb uninstall com.testcodepush +2026-08-04T15:32:02.3645315Z Success +2026-08-04T15:32:02.3656435Z [TIMING] exec "adb uninstall com.testcodepush" took 104ms +2026-08-04T15:32:02.3657020Z [TIMING] android uninstallApplication took 266ms +2026-08-04T15:32:02.3658287Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:32:07.6259670Z Performing Streamed Install +2026-08-04T15:32:07.6260235Z Success +2026-08-04T15:32:07.6267893Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5261ms +2026-08-04T15:32:07.6268726Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:32:07.7056464Z bash arg: -p +2026-08-04T15:32:07.7056799Z bash arg: com.testcodepush +2026-08-04T15:32:07.7057126Z bash arg: -c +2026-08-04T15:32:07.7057441Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:32:07.7057829Z bash arg: 1 +2026-08-04T15:32:08.0002783Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:32:08.0005348Z arg: "-p" +2026-08-04T15:32:08.0005611Z arg: "com.testcodepush" +2026-08-04T15:32:08.0005898Z arg: "-c" +2026-08-04T15:32:08.0006162Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:32:08.0006501Z arg: "1" +2026-08-04T15:32:08.0010883Z data="com.testcodepush" +2026-08-04T15:32:08.0011181Z data="android.intent.category.LAUNCHER" +2026-08-04T15:32:08.0253283Z Events injected: 1 +2026-08-04T15:32:08.0317558Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T15:32:08.0421087Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 415ms +2026-08-04T15:32:08.0421927Z [TIMING] android installApp+launch took 5676ms +2026-08-04T15:32:08.0422324Z [TIMING] android runApplication total (built=false) took 5942ms +2026-08-04T15:32:08.5087732Z Update check called from the app. +2026-08-04T15:32:08.5088761Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"40cc320f-fb27-4d7b-ac87-73aa562c35fa"} +2026-08-04T15:32:08.5090536Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5428","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:08.5393936Z Update check called from the app. +2026-08-04T15:32:08.5395681Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"40cc320f-fb27-4d7b-ac87-73aa562c35fa"} +2026-08-04T15:32:08.5398822Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5428","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:08.5745219Z Application downloading the package. +2026-08-04T15:32:08.9508478Z Application reported a test message. +2026-08-04T15:32:08.9509203Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:32:08.9509795Z Sending OK +2026-08-04T15:32:08.9510298Z Message index: 0 +2026-08-04T15:32:08.9511965Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:32:08.9948117Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 43ms +2026-08-04T15:32:08.9948765Z [TIMING] android endRunningApplication: force-stop took 43ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:32:18.9988929Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:32:20.0000558Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:32:20.0465469Z bash arg: -p +2026-08-04T15:32:20.0465847Z bash arg: com.testcodepush +2026-08-04T15:32:20.0466190Z bash arg: -c +2026-08-04T15:32:20.0466530Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:32:20.0466938Z bash arg: 1 +2026-08-04T15:32:20.1564972Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:32:20.1567852Z arg: "-p" +2026-08-04T15:32:20.1571819Z arg: "com.testcodepush" +2026-08-04T15:32:20.1577210Z arg: "-c" +2026-08-04T15:32:20.1579760Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:32:20.1582688Z arg: "1" +2026-08-04T15:32:20.1585809Z data="com.testcodepush" +2026-08-04T15:32:20.1588941Z data="android.intent.category.LAUNCHER" +2026-08-04T15:32:20.1861484Z Events injected: 1 +2026-08-04T15:32:20.2026919Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:32:20.2178921Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 218ms +2026-08-04T15:32:20.2179808Z [TIMING] android restartApplication total took 11266ms +2026-08-04T15:32:20.6619061Z Update check called from the app. +2026-08-04T15:32:20.6620047Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"40cc320f-fb27-4d7b-ac87-73aa562c35fa"} +2026-08-04T15:32:20.6622025Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5428","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:20.7021618Z Update check called from the app. +2026-08-04T15:32:20.7022724Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"40cc320f-fb27-4d7b-ac87-73aa562c35fa"} +2026-08-04T15:32:20.7024964Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5428","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:20.7352860Z Application reported a test message. +2026-08-04T15:32:20.7353508Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:32:20.7353948Z Sending OK +2026-08-04T15:32:20.7356585Z Message index: 0 +2026-08-04T15:32:20.7357155Z [TIMING] test "window.codePush.sync.dorevert" took 26303ms +2026-08-04T15:32:20.7358173Z ✔ window.codePush.sync.dorevert (26303ms) +2026-08-04T15:32:20.7358657Z Cleaning up! +2026-08-04T15:32:20.7359306Z Cleaning up! +2026-08-04T15:32:20.7365446Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:32:20.7936318Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 57ms +2026-08-04T15:32:20.7937166Z [TIMING] android endRunningApplication: force-stop took 57ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:32:30.7942619Z [TIMING] android endRunningApplication: fixed cooldown took 10000ms +2026-08-04T15:32:30.9566371Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:32:30.9567089Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:32:31.1431284Z Success +2026-08-04T15:32:31.1519121Z [TIMING] exec "adb shell pm clear com.testcodepush" took 195ms +2026-08-04T15:32:31.1519929Z [TIMING] android prepareEmulatorForTest total took 10415ms +2026-08-04T15:32:31.1520759Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:32:31.1867502Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 35ms +2026-08-04T15:32:31.1868623Z [TIMING] android endRunningApplication: force-stop took 35ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:32:41.1970509Z [TIMING] android endRunningApplication: fixed cooldown took 10010ms +2026-08-04T15:32:41.3582607Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:32:41.3583045Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:32:41.5274867Z Success +2026-08-04T15:32:41.5349209Z [TIMING] exec "adb shell pm clear com.testcodepush" took 176ms +2026-08-04T15:32:41.5349678Z [TIMING] android prepareEmulatorForTest total took 10383ms +2026-08-04T15:32:41.5351441Z Setting up scenario updateSync.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:32:41.5357650Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:32:41.5362296Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:32:41.5365217Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:32:41.5368048Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:32:41.5377631Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:32:42.2513138Z +2026-08-04T15:32:42.2513794Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:32:42.2514163Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:32:42.2514499Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:32:42.2514849Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:32:42.2515165Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:32:42.2515466Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:32:42.2516135Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:32:42.2516443Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:32:42.2516742Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:32:42.2517061Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:32:42.2517353Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:32:42.2517632Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:32:42.2517795Z +2026-08-04T15:32:42.2517800Z +2026-08-04T15:32:42.2520400Z Welcome to Metro v0.84.4 +2026-08-04T15:32:42.2520715Z Fast - Scalable - Integrated +2026-08-04T15:32:42.2521157Z +2026-08-04T15:32:42.2521161Z +2026-08-04T15:32:43.8100080Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:32:43.8115216Z LOG:Done writing bundle output +2026-08-04T15:32:44.0135324Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2476ms +2026-08-04T15:32:44.0136168Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:32:44.0259995Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2489ms +2026-08-04T15:32:44.0260615Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:32:44.1882942Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:32:44.1883753Z Running command: adb uninstall com.testcodepush +2026-08-04T15:32:44.2920786Z Success +2026-08-04T15:32:44.2931770Z [TIMING] exec "adb uninstall com.testcodepush" took 104ms +2026-08-04T15:32:44.2932207Z [TIMING] android uninstallApplication took 268ms +2026-08-04T15:32:44.2932922Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:32:50.1153093Z Performing Streamed Install +2026-08-04T15:32:50.1153524Z Success +2026-08-04T15:32:50.1158014Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5822ms +2026-08-04T15:32:50.1158990Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:32:50.1746314Z bash arg: -p +2026-08-04T15:32:50.1746692Z bash arg: com.testcodepush +2026-08-04T15:32:50.1747062Z bash arg: -c +2026-08-04T15:32:50.1747410Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:32:50.1747836Z bash arg: 1 +2026-08-04T15:32:50.4829025Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:32:50.4829901Z arg: "-p" +2026-08-04T15:32:50.4830300Z arg: "com.testcodepush" +2026-08-04T15:32:50.4834296Z arg: "-c" +2026-08-04T15:32:50.4834834Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:32:50.4835388Z arg: "1" +2026-08-04T15:32:50.4835717Z data="com.testcodepush" +2026-08-04T15:32:50.4839976Z data="android.intent.category.LAUNCHER" +2026-08-04T15:32:50.5162412Z Events injected: 1 +2026-08-04T15:32:50.5274115Z ## Network stats: elapsed time=18ms (0ms mobile, 0ms wifi, 18ms not connected) +2026-08-04T15:32:50.5409912Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 425ms +2026-08-04T15:32:50.5411300Z [TIMING] android installApp+launch took 6247ms +2026-08-04T15:32:50.5412088Z [TIMING] android runApplication total (built=false) took 6515ms +2026-08-04T15:32:51.0918010Z Update check called from the app. +2026-08-04T15:32:51.0918706Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e855535c-23f1-4d09-bf81-73a95cfb3584"} +2026-08-04T15:32:51.0920388Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6044","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:51.1217258Z Update check called from the app. +2026-08-04T15:32:51.1218023Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e855535c-23f1-4d09-bf81-73a95cfb3584"} +2026-08-04T15:32:51.1220362Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6044","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:51.1539520Z Application downloading the package. +2026-08-04T15:32:51.5332113Z Application reported a test message. +2026-08-04T15:32:51.5332561Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:32:51.5332981Z Sending OK +2026-08-04T15:32:51.5333508Z Message index: 0 +2026-08-04T15:32:51.5417394Z Update check called from the app. +2026-08-04T15:32:51.5418546Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-6044","label":"mock-update","client_unique_id":"e855535c-23f1-4d09-bf81-73a95cfb3584"} +2026-08-04T15:32:51.5420960Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6044","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:51.5865516Z Update check called from the app. +2026-08-04T15:32:51.5866561Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-6044","label":"mock-update","client_unique_id":"e855535c-23f1-4d09-bf81-73a95cfb3584"} +2026-08-04T15:32:51.5869046Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6044","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:32:51.6105769Z Application reported a test message. +2026-08-04T15:32:51.6106166Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:32:51.6106517Z Sending OK +2026-08-04T15:32:51.6107093Z Message index: 1 +2026-08-04T15:32:51.6110097Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:32:51.6493879Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T15:32:51.6494671Z [TIMING] android endRunningApplication: force-stop took 39ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:33:01.6543909Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:33:02.6556051Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:33:02.7015441Z bash arg: -p +2026-08-04T15:33:02.7016198Z bash arg: com.testcodepush +2026-08-04T15:33:02.7016682Z bash arg: -c +2026-08-04T15:33:02.7017048Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:33:02.7017553Z bash arg: 1 +2026-08-04T15:33:02.8134684Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:33:02.8137493Z arg: "-p" +2026-08-04T15:33:02.8146713Z arg: "com.testcodepush" +2026-08-04T15:33:02.8147048Z arg: "-c" +2026-08-04T15:33:02.8147334Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:33:02.8147693Z arg: "1" +2026-08-04T15:33:02.8147952Z data="com.testcodepush" +2026-08-04T15:33:02.8148283Z data="android.intent.category.LAUNCHER" +2026-08-04T15:33:02.8453131Z Events injected: 1 +2026-08-04T15:33:02.8609313Z ## Network stats: elapsed time=18ms (0ms mobile, 0ms wifi, 18ms not connected) +2026-08-04T15:33:02.8709526Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 215ms +2026-08-04T15:33:02.8710285Z [TIMING] android restartApplication total took 11260ms +2026-08-04T15:33:03.5053103Z Update check called from the app. +2026-08-04T15:33:03.5054183Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-6044","label":"mock-update","client_unique_id":"e855535c-23f1-4d09-bf81-73a95cfb3584"} +2026-08-04T15:33:03.5056611Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:33:03.5080150Z Application reported a test message. +2026-08-04T15:33:03.5081141Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:33:03.5081862Z Sending OK +2026-08-04T15:33:03.5082103Z Message index: 0 +2026-08-04T15:33:03.5428493Z Update check called from the app. +2026-08-04T15:33:03.5429628Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-6044","label":"mock-update","client_unique_id":"e855535c-23f1-4d09-bf81-73a95cfb3584"} +2026-08-04T15:33:03.5431749Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:33:03.5707046Z Application reported a test message. +2026-08-04T15:33:03.5707410Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:33:03.5707732Z Sending OK +2026-08-04T15:33:03.5708076Z Message index: 1 +2026-08-04T15:33:03.5710015Z [TIMING] test "window.codePush.sync.update" took 22036ms +2026-08-04T15:33:03.5711425Z ✔ window.codePush.sync.update (22036ms) +2026-08-04T15:33:03.5712037Z Cleaning up! +2026-08-04T15:33:03.5712333Z Cleaning up! +2026-08-04T15:33:03.5713138Z #window.codePush.sync 2x +2026-08-04T15:33:03.5713840Z Setting up scenario scenarioSync2x.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:33:03.5719245Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:33:03.5723138Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:33:03.5726184Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync2x.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:33:03.5729277Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:33:03.5731594Z [TIMING] setupScenario(scenarioSync2x.js) for "#window.codePush.sync 2x" took 2ms +2026-08-04T15:33:03.5732676Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:33:03.6239587Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 50ms +2026-08-04T15:33:03.6240336Z [TIMING] android endRunningApplication: force-stop took 50ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:33:13.6281458Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:33:13.7913962Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:33:13.7925157Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:33:13.9694689Z Success +2026-08-04T15:33:13.9776900Z [TIMING] exec "adb shell pm clear com.testcodepush" took 186ms +2026-08-04T15:33:13.9777783Z [TIMING] android prepareEmulatorForTest total took 10404ms +2026-08-04T15:33:13.9778594Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:33:14.0218850Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 44ms +2026-08-04T15:33:14.0219805Z [TIMING] android endRunningApplication: force-stop took 44ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:33:24.0225223Z [TIMING] android endRunningApplication: fixed cooldown took 10001ms +2026-08-04T15:33:24.1848477Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:33:24.1848909Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:33:24.3606010Z Success +2026-08-04T15:33:24.3742081Z [TIMING] exec "adb shell pm clear com.testcodepush" took 189ms +2026-08-04T15:33:24.3743080Z [TIMING] android prepareEmulatorForTest total took 10397ms +2026-08-04T15:33:24.3744483Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:33:24.3745280Z Running command: ./gradlew assembleRelease +2026-08-04T15:33:35.1207749Z [TIMING] exec "./gradlew assembleRelease" took 10746ms +2026-08-04T15:33:35.1208799Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10746ms +2026-08-04T15:33:35.2876575Z [TIMING] exec "adb shell pm list packages" took 167ms +2026-08-04T15:33:35.2877758Z Running command: adb uninstall com.testcodepush +2026-08-04T15:33:35.3652036Z Success +2026-08-04T15:33:35.3665885Z [TIMING] exec "adb uninstall com.testcodepush" took 79ms +2026-08-04T15:33:35.3666577Z [TIMING] android uninstallApplication took 246ms +2026-08-04T15:33:35.3668001Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:33:39.8943544Z Performing Streamed Install +2026-08-04T15:33:39.8944075Z Success +2026-08-04T15:33:39.8951352Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4528ms +2026-08-04T15:33:39.8952581Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:33:39.9525864Z bash arg: -p +2026-08-04T15:33:39.9526390Z bash arg: com.testcodepush +2026-08-04T15:33:39.9526881Z bash arg: -c +2026-08-04T15:33:39.9527404Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:33:39.9527999Z bash arg: 1 +2026-08-04T15:33:40.2470505Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:33:40.2472103Z arg: "-p" +2026-08-04T15:33:40.2472674Z arg: "com.testcodepush" +2026-08-04T15:33:40.2473245Z arg: "-c" +2026-08-04T15:33:40.2473919Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:33:40.2475074Z arg: "1" +2026-08-04T15:33:40.2475470Z data="com.testcodepush" +2026-08-04T15:33:40.2477503Z data="android.intent.category.LAUNCHER" +2026-08-04T15:33:40.2801864Z Events injected: 1 +2026-08-04T15:33:40.3035952Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:33:40.3335738Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 439ms +2026-08-04T15:33:40.3336785Z [TIMING] android installApp+launch took 4967ms +2026-08-04T15:33:40.3337486Z [TIMING] android runApplication total (built=true) took 15959ms +2026-08-04T15:33:40.7952829Z Update check called from the app. +2026-08-04T15:33:40.7954206Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"3f3df232-fe39-43c2-b9f8-3695b056c1fc"} +2026-08-04T15:33:40.7956732Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:33:40.7964716Z Update check called from the app. +2026-08-04T15:33:40.7965551Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"3f3df232-fe39-43c2-b9f8-3695b056c1fc"} +2026-08-04T15:33:40.7968000Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:33:40.8279987Z Application reported a test message. +2026-08-04T15:33:40.8280465Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:33:40.8280862Z Sending OK +2026-08-04T15:33:40.8281741Z Message index: 0 +2026-08-04T15:33:40.8287152Z Update check called from the app. +2026-08-04T15:33:40.8287968Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"3f3df232-fe39-43c2-b9f8-3695b056c1fc"} +2026-08-04T15:33:40.8289701Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:33:40.8662201Z Application reported a test message. +2026-08-04T15:33:40.8662666Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:33:40.8663058Z Sending OK +2026-08-04T15:33:40.8663911Z Message index: 1 +2026-08-04T15:33:40.8666017Z [TIMING] test "window.codePush.sync.2x.noupdate" took 16492ms +2026-08-04T15:33:40.8667007Z ✔ window.codePush.sync.2x.noupdate (16492ms) +2026-08-04T15:33:40.8667875Z Cleaning up! +2026-08-04T15:33:40.8668982Z Cleaning up! +2026-08-04T15:33:40.8669891Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:33:40.9012356Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T15:33:40.9013255Z [TIMING] android endRunningApplication: force-stop took 35ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:33:50.9044989Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:33:51.0651779Z [TIMING] exec "adb shell pm list packages" took 160ms +2026-08-04T15:33:51.0652557Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:33:51.2317809Z Success +2026-08-04T15:33:51.2447986Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:33:51.2448720Z [TIMING] android prepareEmulatorForTest total took 10378ms +2026-08-04T15:33:51.2449374Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:33:51.2733601Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 29ms +2026-08-04T15:33:51.2734429Z [TIMING] android endRunningApplication: force-stop took 29ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:34:01.2772932Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:34:01.4418656Z [TIMING] exec "adb shell pm list packages" took 165ms +2026-08-04T15:34:01.4419210Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:34:01.6091633Z Success +2026-08-04T15:34:01.6207009Z [TIMING] exec "adb shell pm clear com.testcodepush" took 179ms +2026-08-04T15:34:01.6207635Z [TIMING] android prepareEmulatorForTest total took 10376ms +2026-08-04T15:34:01.6208377Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:34:01.8017679Z [TIMING] exec "adb shell pm list packages" took 181ms +2026-08-04T15:34:01.8018194Z Running command: adb uninstall com.testcodepush +2026-08-04T15:34:01.8953985Z Success +2026-08-04T15:34:01.8967108Z [TIMING] exec "adb uninstall com.testcodepush" took 95ms +2026-08-04T15:34:01.8967600Z [TIMING] android uninstallApplication took 276ms +2026-08-04T15:34:01.8968411Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:34:06.4256628Z Performing Streamed Install +2026-08-04T15:34:06.4257045Z Success +2026-08-04T15:34:06.4263462Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4530ms +2026-08-04T15:34:06.4264293Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:34:06.4996666Z bash arg: -p +2026-08-04T15:34:06.4996987Z bash arg: com.testcodepush +2026-08-04T15:34:06.4997306Z bash arg: -c +2026-08-04T15:34:06.4997606Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:34:06.4997963Z bash arg: 1 +2026-08-04T15:34:06.7715796Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:34:06.7737997Z arg: "-p" +2026-08-04T15:34:06.7738242Z arg: "com.testcodepush" +2026-08-04T15:34:06.7743696Z arg: "-c" +2026-08-04T15:34:06.7743991Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:34:06.7744340Z arg: "1" +2026-08-04T15:34:06.7744559Z data="com.testcodepush" +2026-08-04T15:34:06.7744863Z data="android.intent.category.LAUNCHER" +2026-08-04T15:34:06.8015523Z Events injected: 1 +2026-08-04T15:34:06.8404553Z ## Network stats: elapsed time=17ms (0ms mobile, 0ms wifi, 17ms not connected) +2026-08-04T15:34:06.8786586Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 452ms +2026-08-04T15:34:06.8787276Z [TIMING] android installApp+launch took 4982ms +2026-08-04T15:34:06.8787739Z [TIMING] android runApplication total (built=false) took 5258ms +2026-08-04T15:34:07.2636155Z Update check called from the app. +2026-08-04T15:34:07.2637029Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"cce2aa62-d610-4764-9f3c-061ffdcd2770"} +2026-08-04T15:34:07.2637857Z Response: "invalid {{ json" +2026-08-04T15:34:07.2703491Z Update check called from the app. +2026-08-04T15:34:07.2704323Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"cce2aa62-d610-4764-9f3c-061ffdcd2770"} +2026-08-04T15:34:07.2705153Z Response: "invalid {{ json" +2026-08-04T15:34:07.2956085Z Application reported a test message. +2026-08-04T15:34:07.2956524Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:34:07.2956890Z Sending OK +2026-08-04T15:34:07.2957119Z Message index: 0 +2026-08-04T15:34:07.3083658Z Update check called from the app. +2026-08-04T15:34:07.3084536Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"cce2aa62-d610-4764-9f3c-061ffdcd2770"} +2026-08-04T15:34:07.3085347Z Response: "invalid {{ json" +2026-08-04T15:34:07.3309985Z Application reported a test message. +2026-08-04T15:34:07.3310359Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T15:34:07.3310653Z Sending OK +2026-08-04T15:34:07.3310845Z Message index: 1 +2026-08-04T15:34:07.3312737Z [TIMING] test "window.codePush.sync.2x.checkerror" took 5711ms +2026-08-04T15:34:07.3313575Z ✔ window.codePush.sync.2x.checkerror (5711ms) +2026-08-04T15:34:07.3314272Z Cleaning up! +2026-08-04T15:34:07.3315166Z Cleaning up! +2026-08-04T15:34:07.3316889Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:34:07.3609874Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 29ms +2026-08-04T15:34:07.3610557Z [TIMING] android endRunningApplication: force-stop took 29ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:34:17.3646560Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:34:17.5274231Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:34:17.5274652Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:34:17.7146438Z Success +2026-08-04T15:34:17.7286230Z [TIMING] exec "adb shell pm clear com.testcodepush" took 201ms +2026-08-04T15:34:17.7286781Z [TIMING] android prepareEmulatorForTest total took 10397ms +2026-08-04T15:34:17.7287286Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:34:17.7589276Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T15:34:17.7589931Z [TIMING] android endRunningApplication: force-stop took 30ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:34:27.7634846Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:34:27.9235457Z [TIMING] exec "adb shell pm list packages" took 160ms +2026-08-04T15:34:27.9235963Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:34:28.0948304Z Success +2026-08-04T15:34:28.1090334Z [TIMING] exec "adb shell pm clear com.testcodepush" took 185ms +2026-08-04T15:34:28.1090833Z [TIMING] android prepareEmulatorForTest total took 10380ms +2026-08-04T15:34:28.1094264Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:34:28.2808080Z [TIMING] exec "adb shell pm list packages" took 171ms +2026-08-04T15:34:28.2808597Z Running command: adb uninstall com.testcodepush +2026-08-04T15:34:28.3659488Z Success +2026-08-04T15:34:28.3670456Z [TIMING] exec "adb uninstall com.testcodepush" took 86ms +2026-08-04T15:34:28.3670866Z [TIMING] android uninstallApplication took 257ms +2026-08-04T15:34:28.3671917Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:34:33.7551351Z Performing Streamed Install +2026-08-04T15:34:33.7551894Z Success +2026-08-04T15:34:33.7557385Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5389ms +2026-08-04T15:34:33.7558844Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:34:33.8057285Z bash arg: -p +2026-08-04T15:34:33.8057759Z bash arg: com.testcodepush +2026-08-04T15:34:33.8058225Z bash arg: -c +2026-08-04T15:34:33.8058658Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:34:33.8059246Z bash arg: 1 +2026-08-04T15:34:34.0752291Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:34:34.0757132Z arg: "-p" +2026-08-04T15:34:34.0761949Z arg: "com.testcodepush" +2026-08-04T15:34:34.0762339Z arg: "-c" +2026-08-04T15:34:34.0767124Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:34:34.0767627Z arg: "1" +2026-08-04T15:34:34.0771129Z data="com.testcodepush" +2026-08-04T15:34:34.0775585Z data="android.intent.category.LAUNCHER" +2026-08-04T15:34:34.1075372Z Events injected: 1 +2026-08-04T15:34:34.1502359Z ## Network stats: elapsed time=16ms (0ms mobile, 0ms wifi, 16ms not connected) +2026-08-04T15:34:34.1794888Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 424ms +2026-08-04T15:34:34.1795521Z [TIMING] android installApp+launch took 5813ms +2026-08-04T15:34:34.1795943Z [TIMING] android runApplication total (built=false) took 6070ms +2026-08-04T15:34:34.5690753Z Update check called from the app. +2026-08-04T15:34:34.5691650Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"30a17cbe-9f87-43e8-ae39-52fe515503a8"} +2026-08-04T15:34:34.5693890Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6868","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:34:34.5746407Z Update check called from the app. +2026-08-04T15:34:34.5747198Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"30a17cbe-9f87-43e8-ae39-52fe515503a8"} +2026-08-04T15:34:34.5749371Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6868","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:34:34.5908875Z Update check called from the app. +2026-08-04T15:34:34.5909729Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"30a17cbe-9f87-43e8-ae39-52fe515503a8"} +2026-08-04T15:34:34.5912325Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6868","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:34:34.6050229Z Application reported a test message. +2026-08-04T15:34:34.6051013Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:34:34.6051735Z Sending OK +2026-08-04T15:34:34.6052085Z Message index: 0 +2026-08-04T15:34:34.6456727Z Application reported a test message. +2026-08-04T15:34:34.6457183Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T15:34:34.6457541Z Sending OK +2026-08-04T15:34:34.6457781Z Message index: 1 +2026-08-04T15:34:34.6458823Z [TIMING] test "window.codePush.sync.2x.downloaderror" took 6536ms +2026-08-04T15:34:34.6459879Z ✔ window.codePush.sync.2x.downloaderror (6537ms) +2026-08-04T15:34:34.6460691Z Cleaning up! +2026-08-04T15:34:34.6461957Z Cleaning up! +2026-08-04T15:34:34.6464054Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:34:34.6721919Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 25ms +2026-08-04T15:34:34.6722562Z [TIMING] android endRunningApplication: force-stop took 26ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:34:44.6751823Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:34:44.8377922Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:34:44.8378388Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:34:45.0146181Z Success +2026-08-04T15:34:45.0208405Z [TIMING] exec "adb shell pm clear com.testcodepush" took 183ms +2026-08-04T15:34:45.0208882Z [TIMING] android prepareEmulatorForTest total took 10374ms +2026-08-04T15:34:45.0209675Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:34:45.0509592Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T15:34:45.0510289Z [TIMING] android endRunningApplication: force-stop took 30ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:34:55.0524124Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:34:55.2126605Z [TIMING] exec "adb shell pm list packages" took 160ms +2026-08-04T15:34:55.2127030Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:34:55.3841596Z Success +2026-08-04T15:34:55.3925934Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:34:55.3926405Z [TIMING] android prepareEmulatorForTest total took 10372ms +2026-08-04T15:34:55.3928290Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:34:55.3935133Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:34:55.3939543Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:34:55.3943040Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:34:55.3950084Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:34:55.3960713Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:34:56.1015596Z +2026-08-04T15:34:56.1016173Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:34:56.1016536Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:34:56.1016849Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:34:56.1017194Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:34:56.1017505Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:34:56.1017795Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:34:56.1018100Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:34:56.1018394Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:34:56.1018677Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:34:56.1018975Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:34:56.1019256Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:34:56.1019527Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:34:56.1019676Z +2026-08-04T15:34:56.1019680Z +2026-08-04T15:34:56.1023217Z Welcome to Metro v0.84.4 +2026-08-04T15:34:56.1023514Z Fast - Scalable - Integrated +2026-08-04T15:34:56.1023709Z +2026-08-04T15:34:56.1023713Z +2026-08-04T15:35:02.7827710Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:35:02.7861823Z LOG:Done writing bundle output +2026-08-04T15:35:02.9120136Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7516ms +2026-08-04T15:35:02.9120899Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:35:02.9244820Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7529ms +2026-08-04T15:35:02.9245422Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:35:03.0855191Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:35:03.0855604Z Running command: adb uninstall com.testcodepush +2026-08-04T15:35:03.2128276Z Success +2026-08-04T15:35:03.2143971Z [TIMING] exec "adb uninstall com.testcodepush" took 129ms +2026-08-04T15:35:03.2144442Z [TIMING] android uninstallApplication took 290ms +2026-08-04T15:35:03.2145163Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:35:08.0599131Z Performing Streamed Install +2026-08-04T15:35:08.0599490Z Success +2026-08-04T15:35:08.0605611Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4846ms +2026-08-04T15:35:08.0607102Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:35:08.1096033Z bash arg: -p +2026-08-04T15:35:08.1096460Z bash arg: com.testcodepush +2026-08-04T15:35:08.1096892Z bash arg: -c +2026-08-04T15:35:08.1097366Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:35:08.1097860Z bash arg: 1 +2026-08-04T15:35:08.4186644Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:35:08.4273761Z arg: "-p" +2026-08-04T15:35:08.4274249Z arg: "com.testcodepush" +2026-08-04T15:35:08.4280020Z arg: "-c" +2026-08-04T15:35:08.4280552Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:35:08.4281372Z arg: "1" +2026-08-04T15:35:08.4281941Z data="com.testcodepush" +2026-08-04T15:35:08.4283008Z data="android.intent.category.LAUNCHER" +2026-08-04T15:35:08.4547402Z Events injected: 1 +2026-08-04T15:35:08.4689128Z ## Network stats: elapsed time=18ms (0ms mobile, 0ms wifi, 18ms not connected) +2026-08-04T15:35:08.4887683Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 428ms +2026-08-04T15:35:08.4888266Z [TIMING] android installApp+launch took 5274ms +2026-08-04T15:35:08.4888657Z [TIMING] android runApplication total (built=false) took 5564ms +2026-08-04T15:35:08.9412240Z Update check called from the app. +2026-08-04T15:35:08.9413442Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7ac171b2-3ea4-433f-bd4f-cd521ea48687"} +2026-08-04T15:35:08.9416566Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5600","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:08.9419047Z Update check called from the app. +2026-08-04T15:35:08.9420118Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7ac171b2-3ea4-433f-bd4f-cd521ea48687"} +2026-08-04T15:35:08.9423438Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5600","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:08.9711083Z Update check called from the app. +2026-08-04T15:35:08.9712251Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7ac171b2-3ea4-433f-bd4f-cd521ea48687"} +2026-08-04T15:35:08.9714640Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5600","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:09.0007472Z Application reported a test message. +2026-08-04T15:35:09.0008143Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:35:09.0008679Z Sending OK +2026-08-04T15:35:09.0009038Z Message index: 0 +2026-08-04T15:35:09.0270510Z Application downloading the package. +2026-08-04T15:35:09.4119104Z Application reported a test message. +2026-08-04T15:35:09.4119516Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:35:09.4119823Z Sending OK +2026-08-04T15:35:09.4120021Z Message index: 1 +2026-08-04T15:35:09.4122369Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:35:09.4415891Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 29ms +2026-08-04T15:35:09.4416561Z [TIMING] android endRunningApplication: force-stop took 29ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:35:19.4467656Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:35:20.4480317Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:35:20.4945831Z bash arg: -p +2026-08-04T15:35:20.4946342Z bash arg: com.testcodepush +2026-08-04T15:35:20.4946848Z bash arg: -c +2026-08-04T15:35:20.4947153Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:35:20.4947508Z bash arg: 1 +2026-08-04T15:35:20.6037166Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:35:20.6037591Z arg: "-p" +2026-08-04T15:35:20.6040563Z arg: "com.testcodepush" +2026-08-04T15:35:20.6040918Z arg: "-c" +2026-08-04T15:35:20.6045217Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:35:20.6045568Z arg: "1" +2026-08-04T15:35:20.6045903Z data="com.testcodepush" +2026-08-04T15:35:20.6049254Z data="android.intent.category.LAUNCHER" +2026-08-04T15:35:20.6273597Z Events injected: 1 +2026-08-04T15:35:20.6405540Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:35:20.6483500Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 201ms +2026-08-04T15:35:20.6484258Z [TIMING] android restartApplication total took 11236ms +2026-08-04T15:35:21.1018308Z Update check called from the app. +2026-08-04T15:35:21.1019131Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7ac171b2-3ea4-433f-bd4f-cd521ea48687"} +2026-08-04T15:35:21.1020738Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5600","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:21.1022279Z Update check called from the app. +2026-08-04T15:35:21.1022880Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7ac171b2-3ea4-433f-bd4f-cd521ea48687"} +2026-08-04T15:35:21.1024420Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5600","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:21.1314694Z Application reported a test message. +2026-08-04T15:35:21.1315046Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:35:21.1315397Z Sending OK +2026-08-04T15:35:21.1315660Z Message index: 0 +2026-08-04T15:35:21.1506691Z Update check called from the app. +2026-08-04T15:35:21.1507507Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7ac171b2-3ea4-433f-bd4f-cd521ea48687"} +2026-08-04T15:35:21.1509521Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5600","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:21.1722014Z Application reported a test message. +2026-08-04T15:35:21.1722434Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:35:21.1722773Z Sending OK +2026-08-04T15:35:21.1723434Z Message index: 1 +2026-08-04T15:35:21.1725425Z [TIMING] test "window.codePush.sync.2x.dorevert" took 25780ms +2026-08-04T15:35:21.1726279Z ✔ window.codePush.sync.2x.dorevert (25780ms) +2026-08-04T15:35:21.1726983Z Cleaning up! +2026-08-04T15:35:21.1728093Z Cleaning up! +2026-08-04T15:35:21.1729574Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:35:21.2064708Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T15:35:21.2065443Z [TIMING] android endRunningApplication: force-stop took 34ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:35:31.2106678Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:35:31.3738682Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:35:31.3739209Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:35:31.5646741Z Success +2026-08-04T15:35:31.5698856Z [TIMING] exec "adb shell pm clear com.testcodepush" took 196ms +2026-08-04T15:35:31.5699320Z [TIMING] android prepareEmulatorForTest total took 10397ms +2026-08-04T15:35:31.5700449Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:35:31.5967464Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 27ms +2026-08-04T15:35:31.5968299Z [TIMING] android endRunningApplication: force-stop took 27ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:35:41.6072477Z [TIMING] android endRunningApplication: fixed cooldown took 10010ms +2026-08-04T15:35:41.7709197Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:35:41.7709640Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:35:41.9371602Z Success +2026-08-04T15:35:41.9509865Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:35:41.9510370Z [TIMING] android prepareEmulatorForTest total took 10381ms +2026-08-04T15:35:41.9513928Z Setting up scenario updateSync2x.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:35:41.9520054Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:35:41.9524350Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:35:41.9527435Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync2x.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:35:41.9532520Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:35:41.9550525Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:35:42.6627395Z +2026-08-04T15:35:42.6628026Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:35:42.6628482Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:35:42.6628864Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:35:42.6629241Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:35:42.6629605Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:35:42.6629960Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:35:42.6630325Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:35:42.6630682Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:35:42.6631327Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:35:42.6631698Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:35:42.6632093Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:35:42.6632436Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:35:42.6632633Z +2026-08-04T15:35:42.6632638Z +2026-08-04T15:35:42.6634960Z Welcome to Metro v0.84.4 +2026-08-04T15:35:42.6635265Z Fast - Scalable - Integrated +2026-08-04T15:35:42.6635462Z +2026-08-04T15:35:42.6635466Z +2026-08-04T15:35:44.2132383Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:35:44.2146568Z LOG:Done writing bundle output +2026-08-04T15:35:44.4268711Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2472ms +2026-08-04T15:35:44.4269579Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:35:44.4378171Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2483ms +2026-08-04T15:35:44.4379111Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:35:44.6005392Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:35:44.6005918Z Running command: adb uninstall com.testcodepush +2026-08-04T15:35:44.6950662Z Success +2026-08-04T15:35:44.6962047Z [TIMING] exec "adb uninstall com.testcodepush" took 95ms +2026-08-04T15:35:44.6962506Z [TIMING] android uninstallApplication took 258ms +2026-08-04T15:35:44.6963270Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:35:50.2550237Z Performing Streamed Install +2026-08-04T15:35:50.2550614Z Success +2026-08-04T15:35:50.2556086Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5559ms +2026-08-04T15:35:50.2556886Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:35:50.3026004Z bash arg: -p +2026-08-04T15:35:50.3026361Z bash arg: com.testcodepush +2026-08-04T15:35:50.3026739Z bash arg: -c +2026-08-04T15:35:50.3027057Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:35:50.3027454Z bash arg: 1 +2026-08-04T15:35:50.6036771Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:35:50.6045941Z arg: "-p" +2026-08-04T15:35:50.6052940Z arg: "com.testcodepush" +2026-08-04T15:35:50.6053457Z arg: "-c" +2026-08-04T15:35:50.6053717Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:35:50.6057754Z arg: "1" +2026-08-04T15:35:50.6066709Z data="com.testcodepush" +2026-08-04T15:35:50.6071704Z data="android.intent.category.LAUNCHER" +2026-08-04T15:35:50.6363633Z Events injected: 1 +2026-08-04T15:35:50.6747009Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:35:50.6796327Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 424ms +2026-08-04T15:35:50.6796888Z [TIMING] android installApp+launch took 5984ms +2026-08-04T15:35:50.6797305Z [TIMING] android runApplication total (built=false) took 6242ms +2026-08-04T15:35:51.1660294Z Update check called from the app. +2026-08-04T15:35:51.1661562Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:35:51.1664531Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1495","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:51.1689032Z Update check called from the app. +2026-08-04T15:35:51.1689900Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:35:51.1692420Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1495","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:51.2130822Z Update check called from the app. +2026-08-04T15:35:51.2132013Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:35:51.2134662Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1495","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:51.2136736Z Application reported a test message. +2026-08-04T15:35:51.2137186Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:35:51.2137613Z Sending OK +2026-08-04T15:35:51.2137907Z Message index: 0 +2026-08-04T15:35:51.2803104Z Application downloading the package. +2026-08-04T15:35:51.6643602Z Application reported a test message. +2026-08-04T15:35:51.6644137Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:35:51.6644605Z Sending OK +2026-08-04T15:35:51.6644874Z Message index: 1 +2026-08-04T15:35:51.6859633Z Update check called from the app. +2026-08-04T15:35:51.6860734Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1495","label":"mock-update","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:35:51.6863541Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1495","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:51.6879729Z Update check called from the app. +2026-08-04T15:35:51.6880734Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1495","label":"mock-update","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:35:51.6883123Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1495","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:51.7206207Z Application reported a test message. +2026-08-04T15:35:51.7206605Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:35:51.7207119Z Sending OK +2026-08-04T15:35:51.7207947Z Message index: 2 +2026-08-04T15:35:51.7411950Z Update check called from the app. +2026-08-04T15:35:51.7413131Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1495","label":"mock-update","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:35:51.7415828Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1495","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:35:51.7725838Z Application reported a test message. +2026-08-04T15:35:51.7726268Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:35:51.7726605Z Sending OK +2026-08-04T15:35:51.7727115Z Message index: 3 +2026-08-04T15:35:51.7729247Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:35:51.8229152Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 50ms +2026-08-04T15:35:51.8230268Z [TIMING] android endRunningApplication: force-stop took 50ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:36:01.8272297Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:36:02.8282408Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:36:02.8745203Z bash arg: -p +2026-08-04T15:36:02.8745538Z bash arg: com.testcodepush +2026-08-04T15:36:02.8745883Z bash arg: -c +2026-08-04T15:36:02.8746210Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:36:02.8746640Z bash arg: 1 +2026-08-04T15:36:02.9863886Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:36:02.9866118Z arg: "-p" +2026-08-04T15:36:02.9866409Z arg: "com.testcodepush" +2026-08-04T15:36:02.9866728Z arg: "-c" +2026-08-04T15:36:02.9867026Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:36:02.9867436Z arg: "1" +2026-08-04T15:36:02.9870895Z data="com.testcodepush" +2026-08-04T15:36:02.9871360Z data="android.intent.category.LAUNCHER" +2026-08-04T15:36:03.0103770Z Events injected: 1 +2026-08-04T15:36:03.0289301Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T15:36:03.0360042Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 208ms +2026-08-04T15:36:03.0361376Z [TIMING] android restartApplication total took 11263ms +2026-08-04T15:36:03.7071670Z Update check called from the app. +2026-08-04T15:36:03.7073006Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1495","label":"mock-update","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:36:03.7075473Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:36:03.7077094Z Update check called from the app. +2026-08-04T15:36:03.7078370Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1495","label":"mock-update","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:36:03.7080765Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:36:03.7138236Z Application reported a test message. +2026-08-04T15:36:03.7138667Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:36:03.7139063Z Sending OK +2026-08-04T15:36:03.7139873Z Message index: 0 +2026-08-04T15:36:03.7478834Z Application reported a test message. +2026-08-04T15:36:03.7479327Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T15:36:03.7479755Z Sending OK +2026-08-04T15:36:03.7480048Z Message index: 1 +2026-08-04T15:36:03.7758287Z Update check called from the app. +2026-08-04T15:36:03.7759572Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1495","label":"mock-update","client_unique_id":"0a78eb50-0477-4cce-be76-99bcfd11fcf5"} +2026-08-04T15:36:03.7762334Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:36:03.8379711Z Application reported a test message. +2026-08-04T15:36:03.8380617Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:36:03.8381592Z Sending OK +2026-08-04T15:36:03.8382571Z Message index: 2 +2026-08-04T15:36:03.8383474Z [TIMING] test "window.codePush.sync.2x.update" took 21888ms +2026-08-04T15:36:03.8385391Z ✔ window.codePush.sync.2x.update (21888ms) +2026-08-04T15:36:03.8386061Z Cleaning up! +2026-08-04T15:36:03.8386451Z Cleaning up! +2026-08-04T15:36:03.8387271Z #window.codePush.sync minimum background duration tests +2026-08-04T15:36:03.8388456Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:36:03.8687868Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T15:36:03.8688689Z [TIMING] android endRunningApplication: force-stop took 30ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:36:13.8726114Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:36:14.0309138Z [TIMING] exec "adb shell pm list packages" took 158ms +2026-08-04T15:36:14.0309691Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:36:14.2034246Z Success +2026-08-04T15:36:14.2104869Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:36:14.2105548Z [TIMING] android prepareEmulatorForTest total took 10372ms +2026-08-04T15:36:14.2107724Z Setting up scenario scenarioSyncResume.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:36:14.2113111Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:14.2117256Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:14.2119709Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResume.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:14.2123063Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:14.2125370Z Setting up scenario updateSync.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:36:14.2131939Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:36:14.2135301Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:36:14.2138390Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:36:14.2141406Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:36:14.2149597Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:36:14.9159094Z +2026-08-04T15:36:14.9159735Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:36:14.9160130Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:36:14.9160473Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:36:14.9160808Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:36:14.9161517Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:36:14.9161842Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:36:14.9162176Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:36:14.9162502Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:36:14.9162835Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:36:14.9163188Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:36:14.9163500Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:36:14.9163802Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:36:14.9164296Z +2026-08-04T15:36:14.9164299Z +2026-08-04T15:36:14.9166807Z Welcome to Metro v0.84.4 +2026-08-04T15:36:14.9167149Z Fast - Scalable - Integrated +2026-08-04T15:36:14.9167357Z +2026-08-04T15:36:14.9167361Z +2026-08-04T15:36:16.4725718Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:36:16.4740904Z LOG:Done writing bundle output +2026-08-04T15:36:16.6977791Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2483ms +2026-08-04T15:36:16.6979149Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:36:16.7105190Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2496ms +2026-08-04T15:36:16.7105948Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:36:16.7106435Z Running command: ./gradlew assembleRelease +2026-08-04T15:36:27.4799784Z [TIMING] exec "./gradlew assembleRelease" took 10769ms +2026-08-04T15:36:27.4800319Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10769ms +2026-08-04T15:36:27.6435662Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:36:27.6436263Z Running command: adb uninstall com.testcodepush +2026-08-04T15:36:27.7316611Z Success +2026-08-04T15:36:27.7332622Z [TIMING] exec "adb uninstall com.testcodepush" took 89ms +2026-08-04T15:36:27.7333395Z [TIMING] android uninstallApplication took 253ms +2026-08-04T15:36:27.7334667Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:36:32.3049036Z Performing Streamed Install +2026-08-04T15:36:32.3049434Z Success +2026-08-04T15:36:32.3055087Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4573ms +2026-08-04T15:36:32.3056335Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:36:32.3555594Z bash arg: -p +2026-08-04T15:36:32.3555972Z bash arg: com.testcodepush +2026-08-04T15:36:32.3556398Z bash arg: -c +2026-08-04T15:36:32.3556787Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:36:32.3557247Z bash arg: 1 +2026-08-04T15:36:32.6393948Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:36:32.6404570Z arg: "-p" +2026-08-04T15:36:32.6409405Z arg: "com.testcodepush" +2026-08-04T15:36:32.6413427Z arg: "-c" +2026-08-04T15:36:32.6413713Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:36:32.6415828Z arg: "1" +2026-08-04T15:36:32.6418939Z data="com.testcodepush" +2026-08-04T15:36:32.6421459Z data="android.intent.category.LAUNCHER" +2026-08-04T15:36:32.6632459Z Events injected: 1 +2026-08-04T15:36:32.6775185Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:36:32.7212296Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 415ms +2026-08-04T15:36:32.7213068Z [TIMING] android installApp+launch took 4989ms +2026-08-04T15:36:32.7213603Z [TIMING] android runApplication total (built=true) took 16011ms +2026-08-04T15:36:33.1247768Z Update check called from the app. +2026-08-04T15:36:33.1248957Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"532a6767-214f-4483-892c-09cc97740be3"} +2026-08-04T15:36:33.1252259Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-171","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:36:33.1632969Z Update check called from the app. +2026-08-04T15:36:33.1634228Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"532a6767-214f-4483-892c-09cc97740be3"} +2026-08-04T15:36:33.1637855Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-171","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:36:33.1850584Z Application downloading the package. +2026-08-04T15:36:33.2534693Z Application reported a test message. +2026-08-04T15:36:33.2535472Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:36:33.2536009Z Sending OK +2026-08-04T15:36:33.2536326Z Message index: 0 +2026-08-04T15:36:33.2539645Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:36:33.3005963Z bash arg: -p +2026-08-04T15:36:33.3006484Z bash arg: com.android.settings +2026-08-04T15:36:33.3006991Z bash arg: -c +2026-08-04T15:36:33.3007454Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:36:33.3008017Z bash arg: 1 +2026-08-04T15:36:33.4220359Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:36:33.4222290Z arg: "-p" +2026-08-04T15:36:33.4222850Z arg: "com.android.settings" +2026-08-04T15:36:33.4223312Z arg: "-c" +2026-08-04T15:36:33.4223801Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:36:33.4224378Z arg: "1" +2026-08-04T15:36:33.4227747Z data="com.android.settings" +2026-08-04T15:36:33.4228314Z data="android.intent.category.LAUNCHER" +2026-08-04T15:36:33.4446043Z Events injected: 1 +2026-08-04T15:36:33.4737242Z ## Network stats: elapsed time=32ms (0ms mobile, 0ms wifi, 32ms not connected) +2026-08-04T15:36:33.4929162Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 239ms +2026-08-04T15:36:33.4930356Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:36:34.4934959Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:36:34.5405817Z bash arg: -p +2026-08-04T15:36:34.5406367Z bash arg: com.testcodepush +2026-08-04T15:36:34.5406877Z bash arg: -c +2026-08-04T15:36:34.5407226Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:36:34.5407663Z bash arg: 1 +2026-08-04T15:36:34.6505658Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:36:34.6509682Z arg: "-p" +2026-08-04T15:36:34.6510056Z arg: "com.testcodepush" +2026-08-04T15:36:34.6513748Z arg: "-c" +2026-08-04T15:36:34.6518936Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:36:34.6522813Z arg: "1" +2026-08-04T15:36:34.6523263Z data="com.testcodepush" +2026-08-04T15:36:34.6530185Z data="android.intent.category.LAUNCHER" +2026-08-04T15:36:34.6732090Z Events injected: 1 +2026-08-04T15:36:34.7166954Z ## Network stats: elapsed time=44ms (0ms mobile, 0ms wifi, 44ms not connected) +2026-08-04T15:36:34.7298088Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 236ms +2026-08-04T15:36:35.0568626Z Application reported a test message. +2026-08-04T15:36:35.0569304Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:36:35.0569917Z Sending OK +2026-08-04T15:36:35.0570249Z Message index: 0 +2026-08-04T15:36:35.0740388Z Update check called from the app. +2026-08-04T15:36:35.0742328Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-171","label":"mock-update","client_unique_id":"532a6767-214f-4483-892c-09cc97740be3"} +2026-08-04T15:36:35.0745213Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:36:35.1170820Z Update check called from the app. +2026-08-04T15:36:35.1174503Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-171","label":"mock-update","client_unique_id":"532a6767-214f-4483-892c-09cc97740be3"} +2026-08-04T15:36:35.1177753Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:36:35.1376387Z Application reported a test message. +2026-08-04T15:36:35.1377053Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:36:35.1377610Z Sending OK +2026-08-04T15:36:35.1378029Z Message index: 1 +2026-08-04T15:36:35.1378624Z [TIMING] test "defaults to no minimum for Resume mode" took 20927ms +2026-08-04T15:36:35.1379830Z ✔ defaults to no minimum for Resume mode (20927ms) +2026-08-04T15:36:35.1380476Z Cleaning up! +2026-08-04T15:36:35.1381254Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:36:35.1792636Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 41ms +2026-08-04T15:36:35.1793904Z [TIMING] android endRunningApplication: force-stop took 42ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:36:45.1848325Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:36:45.3476113Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:36:45.3476643Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:36:45.5242636Z Success +2026-08-04T15:36:45.5277665Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:36:45.5278206Z [TIMING] android prepareEmulatorForTest total took 10390ms +2026-08-04T15:36:45.5280653Z Setting up scenario scenarioSyncResumeDelay.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:36:45.5286867Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:45.5290853Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:45.5296129Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResumeDelay.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:45.5301598Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:36:45.5315137Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:36:46.2386004Z +2026-08-04T15:36:46.2386653Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:36:46.2387170Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:36:46.2387655Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:36:46.2388143Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:36:46.2388651Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:36:46.2389121Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:36:46.2389581Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:36:46.2390056Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:36:46.2390518Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:36:46.2391298Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:36:46.2391758Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:36:46.2392188Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:36:46.2392433Z +2026-08-04T15:36:46.2392438Z +2026-08-04T15:36:46.2392602Z Welcome to Metro v0.84.4 +2026-08-04T15:36:46.2393067Z Fast - Scalable - Integrated +2026-08-04T15:36:46.2393367Z +2026-08-04T15:36:46.2393372Z +2026-08-04T15:36:53.0302317Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:36:53.0388485Z LOG:Done writing bundle output +2026-08-04T15:36:53.1650903Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7633ms +2026-08-04T15:36:53.1652391Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:36:53.1782010Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7648ms +2026-08-04T15:36:53.1782769Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:36:53.1783276Z Running command: ./gradlew assembleRelease +2026-08-04T15:37:04.0763398Z [TIMING] exec "./gradlew assembleRelease" took 10898ms +2026-08-04T15:37:04.0764041Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10898ms +2026-08-04T15:37:04.2400212Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:37:04.2400750Z Running command: adb uninstall com.testcodepush +2026-08-04T15:37:04.3349226Z Success +2026-08-04T15:37:04.3361707Z [TIMING] exec "adb uninstall com.testcodepush" took 96ms +2026-08-04T15:37:04.3362435Z [TIMING] android uninstallApplication took 259ms +2026-08-04T15:37:04.3363341Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:37:09.9463424Z Performing Streamed Install +2026-08-04T15:37:09.9463906Z Success +2026-08-04T15:37:09.9471615Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5610ms +2026-08-04T15:37:09.9472897Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:09.9995652Z bash arg: -p +2026-08-04T15:37:09.9996154Z bash arg: com.testcodepush +2026-08-04T15:37:09.9996497Z bash arg: -c +2026-08-04T15:37:09.9996799Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:09.9997175Z bash arg: 1 +2026-08-04T15:37:10.2932127Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:10.2942143Z arg: "-p" +2026-08-04T15:37:10.2942388Z arg: "com.testcodepush" +2026-08-04T15:37:10.2942680Z arg: "-c" +2026-08-04T15:37:10.2946952Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:10.2947304Z arg: "1" +2026-08-04T15:37:10.2950596Z data="com.testcodepush" +2026-08-04T15:37:10.2954824Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:10.3182155Z Events injected: 1 +2026-08-04T15:37:10.3366846Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:37:10.3499100Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 402ms +2026-08-04T15:37:10.3499694Z [TIMING] android installApp+launch took 6013ms +2026-08-04T15:37:10.3500081Z [TIMING] android runApplication total (built=true) took 17171ms +2026-08-04T15:37:10.7969399Z Update check called from the app. +2026-08-04T15:37:10.7970497Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f634734b-5a27-40e1-996d-d12340fdcab9"} +2026-08-04T15:37:10.7973564Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7875","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:10.8291992Z Update check called from the app. +2026-08-04T15:37:10.8293259Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f634734b-5a27-40e1-996d-d12340fdcab9"} +2026-08-04T15:37:10.8296218Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7875","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:10.8657551Z Application downloading the package. +2026-08-04T15:37:10.9421318Z Application reported a test message. +2026-08-04T15:37:10.9421813Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:37:10.9422153Z Sending OK +2026-08-04T15:37:10.9422378Z Message index: 0 +2026-08-04T15:37:10.9423210Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:10.9916467Z bash arg: -p +2026-08-04T15:37:10.9916844Z bash arg: com.android.settings +2026-08-04T15:37:10.9917229Z bash arg: -c +2026-08-04T15:37:10.9917573Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:10.9917999Z bash arg: 1 +2026-08-04T15:37:11.1126057Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:11.1133789Z arg: "-p" +2026-08-04T15:37:11.1140780Z arg: "com.android.settings" +2026-08-04T15:37:11.1144885Z arg: "-c" +2026-08-04T15:37:11.1153516Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:11.1158519Z arg: "1" +2026-08-04T15:37:11.1161185Z data="com.android.settings" +2026-08-04T15:37:11.1166465Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:11.1438703Z Events injected: 1 +2026-08-04T15:37:11.1815039Z ## Network stats: elapsed time=45ms (0ms mobile, 0ms wifi, 45ms not connected) +2026-08-04T15:37:11.1996311Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 257ms +2026-08-04T15:37:11.1997302Z Waiting for 3000ms before resuming the test application. +2026-08-04T15:37:14.2031553Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:14.2495696Z bash arg: -p +2026-08-04T15:37:14.2496267Z bash arg: com.testcodepush +2026-08-04T15:37:14.2496606Z bash arg: -c +2026-08-04T15:37:14.2496919Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:14.2497269Z bash arg: 1 +2026-08-04T15:37:14.3623079Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:14.3626152Z arg: "-p" +2026-08-04T15:37:14.3629652Z arg: "com.testcodepush" +2026-08-04T15:37:14.3636442Z arg: "-c" +2026-08-04T15:37:14.3639558Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:14.3640393Z arg: "1" +2026-08-04T15:37:14.3645920Z data="com.testcodepush" +2026-08-04T15:37:14.3649008Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:14.3881680Z Events injected: 1 +2026-08-04T15:37:14.4406637Z ## Network stats: elapsed time=47ms (0ms mobile, 0ms wifi, 47ms not connected) +2026-08-04T15:37:14.4606693Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 258ms +2026-08-04T15:37:14.4607646Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:14.5085435Z bash arg: -p +2026-08-04T15:37:14.5085805Z bash arg: com.android.settings +2026-08-04T15:37:14.5086187Z bash arg: -c +2026-08-04T15:37:14.5086535Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:14.5086972Z bash arg: 1 +2026-08-04T15:37:14.6296461Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:14.6303775Z arg: "-p" +2026-08-04T15:37:14.6306889Z arg: "com.android.settings" +2026-08-04T15:37:14.6307437Z arg: "-c" +2026-08-04T15:37:14.6314019Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:14.6321628Z arg: "1" +2026-08-04T15:37:14.6326781Z data="com.android.settings" +2026-08-04T15:37:14.6336222Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:14.6624740Z Events injected: 1 +2026-08-04T15:37:14.6811860Z ## Network stats: elapsed time=30ms (0ms mobile, 0ms wifi, 30ms not connected) +2026-08-04T15:37:14.7025907Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 242ms +2026-08-04T15:37:14.7026842Z Waiting for 6000ms before resuming the test application. +2026-08-04T15:37:20.7030709Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:20.7495331Z bash arg: -p +2026-08-04T15:37:20.7495696Z bash arg: com.testcodepush +2026-08-04T15:37:20.7496073Z bash arg: -c +2026-08-04T15:37:20.7496419Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:20.7496870Z bash arg: 1 +2026-08-04T15:37:20.8600298Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:20.8603906Z arg: "-p" +2026-08-04T15:37:20.8604652Z arg: "com.testcodepush" +2026-08-04T15:37:20.8606843Z arg: "-c" +2026-08-04T15:37:20.8612574Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:20.8612894Z arg: "1" +2026-08-04T15:37:20.8619121Z data="com.testcodepush" +2026-08-04T15:37:20.8624347Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:20.8840855Z Events injected: 1 +2026-08-04T15:37:20.9505667Z ## Network stats: elapsed time=70ms (0ms mobile, 0ms wifi, 70ms not connected) +2026-08-04T15:37:20.9569768Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 254ms +2026-08-04T15:37:21.2898526Z Application reported a test message. +2026-08-04T15:37:21.2899031Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:37:21.2899425Z Sending OK +2026-08-04T15:37:21.2899675Z Message index: 0 +2026-08-04T15:37:21.2957827Z Update check called from the app. +2026-08-04T15:37:21.2958867Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7875","label":"mock-update","client_unique_id":"f634734b-5a27-40e1-996d-d12340fdcab9"} +2026-08-04T15:37:21.2960721Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:21.3367916Z Update check called from the app. +2026-08-04T15:37:21.3368996Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7875","label":"mock-update","client_unique_id":"f634734b-5a27-40e1-996d-d12340fdcab9"} +2026-08-04T15:37:21.3371531Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:21.3623298Z Application reported a test message. +2026-08-04T15:37:21.3623755Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:37:21.3624097Z Sending OK +2026-08-04T15:37:21.3624383Z Message index: 1 +2026-08-04T15:37:21.3625278Z [TIMING] test "min background duration 5s for Resume mode" took 35835ms +2026-08-04T15:37:21.3626361Z ✔ min background duration 5s for Resume mode (35835ms) +2026-08-04T15:37:21.3626815Z Cleaning up! +2026-08-04T15:37:21.3627516Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:37:21.3970100Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T15:37:21.3970906Z [TIMING] android endRunningApplication: force-stop took 34ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:37:31.4010647Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:37:31.5622836Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:37:31.5623460Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:37:31.7346420Z Success +2026-08-04T15:37:31.7429943Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T15:37:31.7431216Z [TIMING] android prepareEmulatorForTest total took 10380ms +2026-08-04T15:37:31.7433455Z Setting up scenario scenarioSyncSuspend.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:37:31.7439963Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:37:31.7444314Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:37:31.7447931Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspend.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:37:31.7454711Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:37:31.7464434Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:37:32.4494606Z +2026-08-04T15:37:32.4495318Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:37:32.4495836Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:37:32.4496196Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:37:32.4496549Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:37:32.4496908Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:37:32.4497264Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:37:32.4497607Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:37:32.4497951Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:37:32.4498295Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:37:32.4498983Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:37:32.4499331Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:37:32.4499655Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:37:32.4499864Z +2026-08-04T15:37:32.4499867Z +2026-08-04T15:37:32.4501786Z Welcome to Metro v0.84.4 +2026-08-04T15:37:32.4502285Z Fast - Scalable - Integrated +2026-08-04T15:37:32.4502609Z +2026-08-04T15:37:32.4502615Z +2026-08-04T15:37:39.1250264Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:37:39.1284542Z LOG:Done writing bundle output +2026-08-04T15:37:39.2583352Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7512ms +2026-08-04T15:37:39.2584124Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:37:39.2704310Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7525ms +2026-08-04T15:37:39.2704973Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:37:39.2705391Z Running command: ./gradlew assembleRelease +2026-08-04T15:37:49.9684653Z [TIMING] exec "./gradlew assembleRelease" took 10698ms +2026-08-04T15:37:49.9685443Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10698ms +2026-08-04T15:37:50.1312215Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:37:50.1312896Z Running command: adb uninstall com.testcodepush +2026-08-04T15:37:50.2250914Z Success +2026-08-04T15:37:50.2260379Z [TIMING] exec "adb uninstall com.testcodepush" took 95ms +2026-08-04T15:37:50.2261460Z [TIMING] android uninstallApplication took 257ms +2026-08-04T15:37:50.2262484Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:37:55.9063046Z Performing Streamed Install +2026-08-04T15:37:55.9063495Z Success +2026-08-04T15:37:55.9068669Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5681ms +2026-08-04T15:37:55.9069889Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:55.9535579Z bash arg: -p +2026-08-04T15:37:55.9536011Z bash arg: com.testcodepush +2026-08-04T15:37:55.9536462Z bash arg: -c +2026-08-04T15:37:55.9536894Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:55.9537405Z bash arg: 1 +2026-08-04T15:37:56.1799679Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:56.1801380Z arg: "-p" +2026-08-04T15:37:56.1801695Z arg: "com.testcodepush" +2026-08-04T15:37:56.1802053Z arg: "-c" +2026-08-04T15:37:56.1802393Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:56.1802831Z arg: "1" +2026-08-04T15:37:56.1803137Z data="com.testcodepush" +2026-08-04T15:37:56.1805242Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:56.2197808Z Events injected: 1 +2026-08-04T15:37:56.2338391Z ## Network stats: elapsed time=20ms (0ms mobile, 0ms wifi, 20ms not connected) +2026-08-04T15:37:56.2858959Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 379ms +2026-08-04T15:37:56.2859820Z [TIMING] android installApp+launch took 6060ms +2026-08-04T15:37:56.2860392Z [TIMING] android runApplication total (built=true) took 17015ms +2026-08-04T15:37:56.6805599Z Update check called from the app. +2026-08-04T15:37:56.6806566Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9a7765c2-3b54-47a3-9637-1f6fe1add750"} +2026-08-04T15:37:56.6809031Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2701","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:56.7107503Z Update check called from the app. +2026-08-04T15:37:56.7109043Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9a7765c2-3b54-47a3-9637-1f6fe1add750"} +2026-08-04T15:37:56.7111339Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2701","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:56.7411668Z Application downloading the package. +2026-08-04T15:37:56.8120324Z Application reported a test message. +2026-08-04T15:37:56.8120774Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:37:56.8121382Z Sending OK +2026-08-04T15:37:56.8121630Z Message index: 0 +2026-08-04T15:37:56.8123890Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:56.8586179Z bash arg: -p +2026-08-04T15:37:56.8586561Z bash arg: com.android.settings +2026-08-04T15:37:56.8586973Z bash arg: -c +2026-08-04T15:37:56.8587328Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:56.8587757Z bash arg: 1 +2026-08-04T15:37:56.9852343Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:56.9853897Z arg: "-p" +2026-08-04T15:37:56.9858173Z arg: "com.android.settings" +2026-08-04T15:37:56.9861707Z arg: "-c" +2026-08-04T15:37:56.9865276Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:56.9868516Z arg: "1" +2026-08-04T15:37:56.9872143Z data="com.android.settings" +2026-08-04T15:37:56.9875368Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:57.0104037Z Events injected: 1 +2026-08-04T15:37:57.0692223Z ## Network stats: elapsed time=64ms (0ms mobile, 0ms wifi, 64ms not connected) +2026-08-04T15:37:57.0745498Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 262ms +2026-08-04T15:37:57.0746283Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:37:57.4193970Z Application reported a test message. +2026-08-04T15:37:57.4194526Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:37:57.4194985Z Sending OK +2026-08-04T15:37:57.4195764Z Message index: 0 +2026-08-04T15:37:57.4354764Z Update check called from the app. +2026-08-04T15:37:57.4356096Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2701","label":"mock-update","client_unique_id":"9a7765c2-3b54-47a3-9637-1f6fe1add750"} +2026-08-04T15:37:57.4358585Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:57.4796464Z Update check called from the app. +2026-08-04T15:37:57.4797608Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2701","label":"mock-update","client_unique_id":"9a7765c2-3b54-47a3-9637-1f6fe1add750"} +2026-08-04T15:37:57.4799653Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:37:57.5064650Z Application reported a test message. +2026-08-04T15:37:57.5065152Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:37:57.5065566Z Sending OK +2026-08-04T15:37:57.5065835Z Message index: 1 +2026-08-04T15:37:57.5066976Z [TIMING] test "defaults to no minimum for Suspend mode" took 25764ms +2026-08-04T15:37:57.5067913Z ✔ defaults to no minimum for Suspend mode (25764ms) +2026-08-04T15:37:57.5068397Z Cleaning up! +2026-08-04T15:37:57.5069652Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:37:57.5396131Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 33ms +2026-08-04T15:37:57.5397200Z [TIMING] android endRunningApplication: force-stop took 33ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:37:58.0752611Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:37:58.1215612Z bash arg: -p +2026-08-04T15:37:58.1216025Z bash arg: com.testcodepush +2026-08-04T15:37:58.1216498Z bash arg: -c +2026-08-04T15:37:58.1216958Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:37:58.1217547Z bash arg: 1 +2026-08-04T15:37:58.2315188Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:37:58.2318062Z arg: "-p" +2026-08-04T15:37:58.2321091Z arg: "com.testcodepush" +2026-08-04T15:37:58.2325203Z arg: "-c" +2026-08-04T15:37:58.2328308Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:37:58.2331301Z arg: "1" +2026-08-04T15:37:58.2336187Z data="com.testcodepush" +2026-08-04T15:37:58.2342210Z data="android.intent.category.LAUNCHER" +2026-08-04T15:37:58.2563716Z Events injected: 1 +2026-08-04T15:37:58.2826080Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T15:37:58.3037653Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 229ms +2026-08-04T15:37:58.9328546Z Update check called from the app. +2026-08-04T15:37:58.9330201Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2701","label":"mock-update","client_unique_id":"9a7765c2-3b54-47a3-9637-1f6fe1add750"} +2026-08-04T15:37:58.9332027Z Response: undefined +2026-08-04T15:37:58.9344787Z Application reported a test message. +2026-08-04T15:37:58.9345319Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:37:58.9345773Z Sending OK +2026-08-04T15:37:58.9836102Z Update check called from the app. +2026-08-04T15:37:58.9837595Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2701","label":"mock-update","client_unique_id":"9a7765c2-3b54-47a3-9637-1f6fe1add750"} +2026-08-04T15:37:58.9839087Z Response: undefined +2026-08-04T15:37:59.0173318Z Application reported a test message. +2026-08-04T15:37:59.0173833Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T15:37:59.0174512Z Sending OK +2026-08-04T15:38:07.5414487Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:38:07.7046063Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:38:07.7046631Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:38:07.9049364Z Success +2026-08-04T15:38:07.9159659Z [TIMING] exec "adb shell pm clear com.testcodepush" took 211ms +2026-08-04T15:38:07.9160251Z [TIMING] android prepareEmulatorForTest total took 10409ms +2026-08-04T15:38:07.9161787Z Setting up scenario scenarioSyncSuspendDelay.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:38:07.9166903Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:07.9171419Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:07.9180120Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspendDelay.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:07.9184539Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:07.9194618Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:38:08.6486397Z +2026-08-04T15:38:08.6487003Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:38:08.6487363Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:38:08.6487679Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:38:08.6487982Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:38:08.6488637Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:38:08.6488950Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:38:08.6489236Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:38:08.6489539Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:38:08.6489825Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:38:08.6490112Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:38:08.6490396Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:38:08.6490670Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:38:08.6490827Z +2026-08-04T15:38:08.6490831Z +2026-08-04T15:38:08.6493649Z Welcome to Metro v0.84.4 +2026-08-04T15:38:08.6493953Z Fast - Scalable - Integrated +2026-08-04T15:38:08.6494148Z +2026-08-04T15:38:08.6494152Z +2026-08-04T15:38:15.4576583Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:38:15.4649077Z LOG:Done writing bundle output +2026-08-04T15:38:15.5883379Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7669ms +2026-08-04T15:38:15.5884284Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:38:15.6011677Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7682ms +2026-08-04T15:38:15.6012438Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:38:15.6012942Z Running command: ./gradlew assembleRelease +2026-08-04T15:38:26.4687397Z [TIMING] exec "./gradlew assembleRelease" took 10867ms +2026-08-04T15:38:26.4688024Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10867ms +2026-08-04T15:38:26.6315716Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:38:26.6316261Z Running command: adb uninstall com.testcodepush +2026-08-04T15:38:26.7455762Z Success +2026-08-04T15:38:26.7467144Z [TIMING] exec "adb uninstall com.testcodepush" took 115ms +2026-08-04T15:38:26.7467662Z [TIMING] android uninstallApplication took 278ms +2026-08-04T15:38:26.7468569Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:38:32.7551652Z Performing Streamed Install +2026-08-04T15:38:32.7552072Z Success +2026-08-04T15:38:32.7556177Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6009ms +2026-08-04T15:38:32.7557091Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:38:32.8085496Z bash arg: -p +2026-08-04T15:38:32.8085779Z bash arg: com.testcodepush +2026-08-04T15:38:32.8086061Z bash arg: -c +2026-08-04T15:38:32.8086327Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:38:32.8086666Z bash arg: 1 +2026-08-04T15:38:33.1099546Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:38:33.1102198Z arg: "-p" +2026-08-04T15:38:33.1102593Z arg: "com.testcodepush" +2026-08-04T15:38:33.1102871Z arg: "-c" +2026-08-04T15:38:33.1103209Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:38:33.1103561Z arg: "1" +2026-08-04T15:38:33.1103829Z data="com.testcodepush" +2026-08-04T15:38:33.1104157Z data="android.intent.category.LAUNCHER" +2026-08-04T15:38:33.1361671Z Events injected: 1 +2026-08-04T15:38:33.1558027Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:38:33.1924894Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 437ms +2026-08-04T15:38:33.1925549Z [TIMING] android installApp+launch took 6446ms +2026-08-04T15:38:33.1925983Z [TIMING] android runApplication total (built=true) took 17591ms +2026-08-04T15:38:33.6531675Z Update check called from the app. +2026-08-04T15:38:33.6532464Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b5f86ef6-a149-445b-8a4d-94478a6203d0"} +2026-08-04T15:38:33.6534629Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7987","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:38:33.6806182Z Update check called from the app. +2026-08-04T15:38:33.6806959Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b5f86ef6-a149-445b-8a4d-94478a6203d0"} +2026-08-04T15:38:33.6808936Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7987","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:38:33.7100215Z Application downloading the package. +2026-08-04T15:38:33.7934427Z Application reported a test message. +2026-08-04T15:38:33.7935075Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:38:33.7935644Z Sending OK +2026-08-04T15:38:33.7935882Z Message index: 0 +2026-08-04T15:38:33.7938576Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:38:33.8405542Z bash arg: -p +2026-08-04T15:38:33.8405934Z bash arg: com.android.settings +2026-08-04T15:38:33.8406462Z bash arg: -c +2026-08-04T15:38:33.8406917Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:38:33.8407401Z bash arg: 1 +2026-08-04T15:38:33.9794846Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:38:33.9795496Z arg: "-p" +2026-08-04T15:38:33.9800432Z arg: "com.android.settings" +2026-08-04T15:38:33.9801052Z arg: "-c" +2026-08-04T15:38:33.9804428Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:38:33.9808662Z arg: "1" +2026-08-04T15:38:33.9815836Z data="com.android.settings" +2026-08-04T15:38:33.9820182Z data="android.intent.category.LAUNCHER" +2026-08-04T15:38:34.0092515Z Events injected: 1 +2026-08-04T15:38:34.0587086Z ## Network stats: elapsed time=55ms (0ms mobile, 0ms wifi, 55ms not connected) +2026-08-04T15:38:34.0678181Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 274ms +2026-08-04T15:38:34.0679286Z Waiting for 3000ms before resuming the test application. +2026-08-04T15:38:37.0713118Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:38:37.1185232Z bash arg: -p +2026-08-04T15:38:37.1185526Z bash arg: com.testcodepush +2026-08-04T15:38:37.1185807Z bash arg: -c +2026-08-04T15:38:37.1186072Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:38:37.1186394Z bash arg: 1 +2026-08-04T15:38:37.2267764Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:38:37.2272390Z arg: "-p" +2026-08-04T15:38:37.2272941Z arg: "com.testcodepush" +2026-08-04T15:38:37.2277458Z arg: "-c" +2026-08-04T15:38:37.2277725Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:38:37.2281207Z arg: "1" +2026-08-04T15:38:37.2288976Z data="com.testcodepush" +2026-08-04T15:38:37.2292653Z data="android.intent.category.LAUNCHER" +2026-08-04T15:38:37.2518976Z Events injected: 1 +2026-08-04T15:38:37.2861107Z ## Network stats: elapsed time=40ms (0ms mobile, 0ms wifi, 40ms not connected) +2026-08-04T15:38:37.3151427Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 244ms +2026-08-04T15:38:37.3152330Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:38:37.3645153Z bash arg: -p +2026-08-04T15:38:37.3645521Z bash arg: com.android.settings +2026-08-04T15:38:37.3645884Z bash arg: -c +2026-08-04T15:38:37.3646205Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:38:37.3646608Z bash arg: 1 +2026-08-04T15:38:37.4891410Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:38:37.4893828Z arg: "-p" +2026-08-04T15:38:37.4894070Z arg: "com.android.settings" +2026-08-04T15:38:37.4894692Z arg: "-c" +2026-08-04T15:38:37.4897790Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:38:37.4903065Z arg: "1" +2026-08-04T15:38:37.4906877Z data="com.android.settings" +2026-08-04T15:38:37.4910442Z data="android.intent.category.LAUNCHER" +2026-08-04T15:38:37.5191734Z Events injected: 1 +2026-08-04T15:38:37.5398971Z ## Network stats: elapsed time=26ms (0ms mobile, 0ms wifi, 26ms not connected) +2026-08-04T15:38:37.5472279Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 232ms +2026-08-04T15:38:37.5472954Z Waiting for 6000ms before resuming the test application. +2026-08-04T15:38:42.8080858Z Application reported a test message. +2026-08-04T15:38:42.8081655Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:38:42.8082050Z Sending OK +2026-08-04T15:38:42.8082622Z Message index: 0 +2026-08-04T15:38:42.8199009Z Update check called from the app. +2026-08-04T15:38:42.8200181Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7987","label":"mock-update","client_unique_id":"b5f86ef6-a149-445b-8a4d-94478a6203d0"} +2026-08-04T15:38:42.8202576Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:38:42.8640327Z Update check called from the app. +2026-08-04T15:38:42.8641592Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7987","label":"mock-update","client_unique_id":"b5f86ef6-a149-445b-8a4d-94478a6203d0"} +2026-08-04T15:38:42.8643542Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:38:42.8896488Z Application reported a test message. +2026-08-04T15:38:42.8897138Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:38:42.8897671Z Sending OK +2026-08-04T15:38:42.8898218Z Message index: 1 +2026-08-04T15:38:42.8900241Z [TIMING] test "min background duration 5s for Suspend mode" took 34974ms +2026-08-04T15:38:42.8901437Z ✔ min background duration 5s for Suspend mode (34974ms) +2026-08-04T15:38:42.8901904Z Cleaning up! +2026-08-04T15:38:42.8904483Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:38:42.9200524Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 29ms +2026-08-04T15:38:42.9201564Z [TIMING] android endRunningApplication: force-stop took 29ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:38:43.5487856Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:38:43.5945222Z bash arg: -p +2026-08-04T15:38:43.5945582Z bash arg: com.testcodepush +2026-08-04T15:38:43.5945947Z bash arg: -c +2026-08-04T15:38:43.5946371Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:38:43.5946801Z bash arg: 1 +2026-08-04T15:38:43.7039646Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:38:43.7041417Z arg: "-p" +2026-08-04T15:38:43.7041717Z arg: "com.testcodepush" +2026-08-04T15:38:43.7049405Z arg: "-c" +2026-08-04T15:38:43.7049730Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:38:43.7051329Z arg: "1" +2026-08-04T15:38:43.7055051Z data="com.testcodepush" +2026-08-04T15:38:43.7060154Z data="android.intent.category.LAUNCHER" +2026-08-04T15:38:43.7304833Z Events injected: 1 +2026-08-04T15:38:43.7423637Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:38:43.7731371Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 224ms +2026-08-04T15:38:44.3925947Z Update check called from the app. +2026-08-04T15:38:44.3927656Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7987","label":"mock-update","client_unique_id":"b5f86ef6-a149-445b-8a4d-94478a6203d0"} +2026-08-04T15:38:44.3928854Z Response: undefined +2026-08-04T15:38:44.3944843Z Application reported a test message. +2026-08-04T15:38:44.3945395Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:38:44.3945880Z Sending OK +2026-08-04T15:38:44.4363452Z Update check called from the app. +2026-08-04T15:38:44.4364775Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7987","label":"mock-update","client_unique_id":"b5f86ef6-a149-445b-8a4d-94478a6203d0"} +2026-08-04T15:38:44.4365754Z Response: undefined +2026-08-04T15:38:44.4524119Z Application reported a test message. +2026-08-04T15:38:44.4524764Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T15:38:44.4525308Z Sending OK +2026-08-04T15:38:52.9228758Z [TIMING] android endRunningApplication: fixed cooldown took 10003ms +2026-08-04T15:38:53.0886641Z [TIMING] exec "adb shell pm list packages" took 166ms +2026-08-04T15:38:53.0887580Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:38:53.3040491Z Success +2026-08-04T15:38:53.3185933Z [TIMING] exec "adb shell pm clear com.testcodepush" took 230ms +2026-08-04T15:38:53.3186480Z [TIMING] android prepareEmulatorForTest total took 10428ms +2026-08-04T15:38:53.3188082Z Setting up scenario scenarioSyncRestartDelay.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:38:53.3192830Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:53.3196635Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:53.3199856Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncRestartDelay.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:53.3203066Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:38:53.3212590Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:38:54.0396471Z +2026-08-04T15:38:54.0397070Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:38:54.0397567Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:38:54.0397992Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:38:54.0398419Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:38:54.0398851Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:38:54.0399271Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:38:54.0399680Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:38:54.0400089Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:38:54.0400498Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:38:54.0401563Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:38:54.0402029Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:38:54.0402425Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:38:54.0402646Z +2026-08-04T15:38:54.0402671Z +2026-08-04T15:38:54.0404176Z Welcome to Metro v0.84.4 +2026-08-04T15:38:54.0404594Z Fast - Scalable - Integrated +2026-08-04T15:38:54.0404875Z +2026-08-04T15:38:54.0404879Z +2026-08-04T15:39:00.9616657Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:39:00.9695308Z LOG:Done writing bundle output +2026-08-04T15:39:01.1000519Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7778ms +2026-08-04T15:39:01.1001997Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:39:01.1151356Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7794ms +2026-08-04T15:39:01.1152308Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:39:01.1152936Z Running command: ./gradlew assembleRelease +2026-08-04T15:39:11.7939049Z [TIMING] exec "./gradlew assembleRelease" took 10678ms +2026-08-04T15:39:11.7939783Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10678ms +2026-08-04T15:39:11.9559444Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:39:11.9560185Z Running command: adb uninstall com.testcodepush +2026-08-04T15:39:12.0358755Z Success +2026-08-04T15:39:12.0384289Z [TIMING] exec "adb uninstall com.testcodepush" took 83ms +2026-08-04T15:39:12.0384972Z [TIMING] android uninstallApplication took 245ms +2026-08-04T15:39:12.0386346Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:39:17.0151807Z Performing Streamed Install +2026-08-04T15:39:17.0152417Z Success +2026-08-04T15:39:17.0159535Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4977ms +2026-08-04T15:39:17.0160561Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:39:17.0708607Z bash arg: -p +2026-08-04T15:39:17.0708959Z bash arg: com.testcodepush +2026-08-04T15:39:17.0709302Z bash arg: -c +2026-08-04T15:39:17.0709645Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:39:17.0710044Z bash arg: 1 +2026-08-04T15:39:17.3836469Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:39:17.3837140Z arg: "-p" +2026-08-04T15:39:17.3839747Z arg: "com.testcodepush" +2026-08-04T15:39:17.3840114Z arg: "-c" +2026-08-04T15:39:17.3845322Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:39:17.3845831Z arg: "1" +2026-08-04T15:39:17.3846147Z data="com.testcodepush" +2026-08-04T15:39:17.3849657Z data="android.intent.category.LAUNCHER" +2026-08-04T15:39:17.4099382Z Events injected: 1 +2026-08-04T15:39:17.4238570Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:39:17.4499485Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 434ms +2026-08-04T15:39:17.4500642Z [TIMING] android installApp+launch took 5411ms +2026-08-04T15:39:17.4501669Z [TIMING] android runApplication total (built=true) took 16334ms +2026-08-04T15:39:17.9547347Z Update check called from the app. +2026-08-04T15:39:17.9548191Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a882584c-69e4-4852-8435-a332c1e7d14c"} +2026-08-04T15:39:17.9550048Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8815","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:39:17.9863659Z Update check called from the app. +2026-08-04T15:39:17.9864919Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a882584c-69e4-4852-8435-a332c1e7d14c"} +2026-08-04T15:39:17.9866967Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8815","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:39:18.0138727Z Application downloading the package. +2026-08-04T15:39:18.0913879Z Application reported a test message. +2026-08-04T15:39:18.0914575Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:39:18.0915013Z Sending OK +2026-08-04T15:39:18.0915284Z Message index: 0 +2026-08-04T15:39:18.0916582Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:39:18.1339648Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 42ms +2026-08-04T15:39:18.1340841Z [TIMING] android endRunningApplication: force-stop took 42ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:39:28.1382710Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:39:29.1394524Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:39:29.1865244Z bash arg: -p +2026-08-04T15:39:29.1865657Z bash arg: com.testcodepush +2026-08-04T15:39:29.1866101Z bash arg: -c +2026-08-04T15:39:29.1866530Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:39:29.1867057Z bash arg: 1 +2026-08-04T15:39:29.2966376Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:39:29.2970468Z arg: "-p" +2026-08-04T15:39:29.2970743Z arg: "com.testcodepush" +2026-08-04T15:39:29.2971043Z arg: "-c" +2026-08-04T15:39:29.2975119Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:39:29.2975546Z arg: "1" +2026-08-04T15:39:29.2979037Z data="com.testcodepush" +2026-08-04T15:39:29.2979427Z data="android.intent.category.LAUNCHER" +2026-08-04T15:39:29.3213704Z Events injected: 1 +2026-08-04T15:39:29.3416565Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T15:39:29.3613620Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 222ms +2026-08-04T15:39:29.3614382Z [TIMING] android restartApplication total took 11270ms +2026-08-04T15:39:30.0004988Z Update check called from the app. +2026-08-04T15:39:30.0006702Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8815","label":"mock-update","client_unique_id":"a882584c-69e4-4852-8435-a332c1e7d14c"} +2026-08-04T15:39:30.0009074Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:39:30.0027541Z Application reported a test message. +2026-08-04T15:39:30.0027992Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:39:30.0028368Z Sending OK +2026-08-04T15:39:30.0028898Z Message index: 0 +2026-08-04T15:39:30.0408157Z Update check called from the app. +2026-08-04T15:39:30.0409752Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8815","label":"mock-update","client_unique_id":"a882584c-69e4-4852-8435-a332c1e7d14c"} +2026-08-04T15:39:30.0412835Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:39:30.0602726Z Application reported a test message. +2026-08-04T15:39:30.0603087Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T15:39:30.0603376Z Sending OK +2026-08-04T15:39:30.0605683Z Message index: 1 +2026-08-04T15:39:30.0607056Z [TIMING] test "has no effect on restart" took 36742ms +2026-08-04T15:39:30.0608341Z ✔ has no effect on restart (36742ms) +2026-08-04T15:39:30.0608745Z Cleaning up! +2026-08-04T15:39:30.0610663Z #window.codePush.sync mandatory install mode tests +2026-08-04T15:39:30.0611654Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:39:30.1093201Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 48ms +2026-08-04T15:39:40.1137743Z [TIMING] android endRunningApplication: force-stop took 48ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:39:40.1138774Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:39:40.2765951Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:39:40.2766403Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:39:40.4600411Z Success +2026-08-04T15:39:40.4637757Z [TIMING] exec "adb shell pm clear com.testcodepush" took 187ms +2026-08-04T15:39:40.4638720Z [TIMING] android prepareEmulatorForTest total took 10402ms +2026-08-04T15:39:40.4640494Z Setting up scenario scenarioSyncMandatoryDefault.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:39:40.4646667Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:39:40.4650549Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:39:40.4654521Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryDefault.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:39:40.4657109Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:39:40.4659736Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:39:40.4663951Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:39:40.4667213Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:39:40.4670686Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:39:40.4677454Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:39:40.4686636Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:39:41.1863363Z +2026-08-04T15:39:41.1864081Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:39:41.1864466Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:39:41.1864806Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:39:41.1865135Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:39:41.1865500Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:39:41.1865837Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:39:41.1866173Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:39:41.1866513Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:39:41.1866839Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:39:41.1867157Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:39:41.1867495Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:39:41.1867795Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:39:41.1867970Z +2026-08-04T15:39:41.1867975Z +2026-08-04T15:39:41.1870661Z Welcome to Metro v0.84.4 +2026-08-04T15:39:41.1871006Z Fast - Scalable - Integrated +2026-08-04T15:39:41.1871579Z +2026-08-04T15:39:41.1871583Z +2026-08-04T15:39:47.9783562Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:39:47.9859806Z LOG:Done writing bundle output +2026-08-04T15:39:48.1169965Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7648ms +2026-08-04T15:39:48.1171568Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:39:48.1303008Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7663ms +2026-08-04T15:39:48.1304146Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:39:48.1304653Z Running command: ./gradlew assembleRelease +2026-08-04T15:39:58.8646393Z [TIMING] exec "./gradlew assembleRelease" took 10734ms +2026-08-04T15:39:58.8647025Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10734ms +2026-08-04T15:39:59.0255936Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:39:59.0256423Z Running command: adb uninstall com.testcodepush +2026-08-04T15:39:59.1126919Z Success +2026-08-04T15:39:59.1136997Z [TIMING] exec "adb uninstall com.testcodepush" took 88ms +2026-08-04T15:39:59.1137557Z [TIMING] android uninstallApplication took 249ms +2026-08-04T15:39:59.1138392Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:40:04.7450024Z Performing Streamed Install +2026-08-04T15:40:04.7450507Z Success +2026-08-04T15:40:04.7457169Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5632ms +2026-08-04T15:40:04.7458565Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:40:04.7916180Z bash arg: -p +2026-08-04T15:40:04.7916495Z bash arg: com.testcodepush +2026-08-04T15:40:04.7916815Z bash arg: -c +2026-08-04T15:40:04.7917133Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:40:04.7917506Z bash arg: 1 +2026-08-04T15:40:05.0938749Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:40:05.0939432Z arg: "-p" +2026-08-04T15:40:05.0939743Z arg: "com.testcodepush" +2026-08-04T15:40:05.0940168Z arg: "-c" +2026-08-04T15:40:05.0940502Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:40:05.0941446Z arg: "1" +2026-08-04T15:40:05.0941927Z data="com.testcodepush" +2026-08-04T15:40:05.0942852Z data="android.intent.category.LAUNCHER" +2026-08-04T15:40:05.1176210Z Events injected: 1 +2026-08-04T15:40:05.1400199Z ## Network stats: elapsed time=19ms (0ms mobile, 0ms wifi, 19ms not connected) +2026-08-04T15:40:05.1479712Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 402ms +2026-08-04T15:40:05.1480615Z [TIMING] android installApp+launch took 6034ms +2026-08-04T15:40:05.1481680Z [TIMING] android runApplication total (built=true) took 17017ms +2026-08-04T15:40:05.6427291Z Update check called from the app. +2026-08-04T15:40:05.6428221Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a982f5da-b9b3-40d4-b755-c4ac2e312bf6"} +2026-08-04T15:40:05.6430620Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-6286","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:40:05.6822169Z Update check called from the app. +2026-08-04T15:40:05.6823093Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a982f5da-b9b3-40d4-b755-c4ac2e312bf6"} +2026-08-04T15:40:05.6825451Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-6286","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:40:05.7180797Z Application downloading the package. +2026-08-04T15:40:06.0868225Z Application reported a test message. +2026-08-04T15:40:06.0872209Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:40:06.0872788Z Sending OK +2026-08-04T15:40:06.0873124Z Message index: 0 +2026-08-04T15:40:06.0873556Z [TIMING] test "defaults to IMMEDIATE" took 25623ms +2026-08-04T15:40:06.0874443Z ✔ defaults to IMMEDIATE (25623ms) +2026-08-04T15:40:06.0874938Z Cleaning up! +2026-08-04T15:40:06.0875406Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:40:06.1247890Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 37ms +2026-08-04T15:40:06.1248763Z [TIMING] android endRunningApplication: force-stop took 37ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:40:16.1295697Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:40:16.2920618Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:40:16.2921457Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:40:16.4761441Z Success +2026-08-04T15:40:16.4878337Z [TIMING] exec "adb shell pm clear com.testcodepush" took 196ms +2026-08-04T15:40:16.4878855Z [TIMING] android prepareEmulatorForTest total took 10400ms +2026-08-04T15:40:16.4880814Z Setting up scenario scenarioSyncMandatoryResume.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:40:16.4888284Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:16.4893358Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:16.4897289Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryResume.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:16.4900634Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:16.4913530Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:40:17.1945556Z +2026-08-04T15:40:17.1946331Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:40:17.1947211Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:40:17.1947655Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:40:17.1948106Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:40:17.1948541Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:40:17.1948967Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:40:17.1949365Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:40:17.1949705Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:40:17.1950047Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:40:17.1950387Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:40:17.1950729Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:40:17.1952046Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:40:17.1952240Z +2026-08-04T15:40:17.1952252Z +2026-08-04T15:40:17.1953937Z Welcome to Metro v0.84.4 +2026-08-04T15:40:17.1954406Z Fast - Scalable - Integrated +2026-08-04T15:40:17.1954687Z +2026-08-04T15:40:17.1955150Z +2026-08-04T15:40:23.9575767Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:40:23.9662997Z LOG:Done writing bundle output +2026-08-04T15:40:24.1014646Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7610ms +2026-08-04T15:40:24.1016452Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:40:24.1170517Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7626ms +2026-08-04T15:40:24.1171736Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:40:24.1172365Z Running command: ./gradlew assembleRelease +2026-08-04T15:40:34.9047477Z [TIMING] exec "./gradlew assembleRelease" took 10787ms +2026-08-04T15:40:34.9048139Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10787ms +2026-08-04T15:40:35.0682434Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:40:35.0683045Z Running command: adb uninstall com.testcodepush +2026-08-04T15:40:35.1565709Z Success +2026-08-04T15:40:35.1577098Z [TIMING] exec "adb uninstall com.testcodepush" took 89ms +2026-08-04T15:40:35.1577607Z [TIMING] android uninstallApplication took 253ms +2026-08-04T15:40:35.1578490Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:40:39.7852211Z Performing Streamed Install +2026-08-04T15:40:39.7852554Z Success +2026-08-04T15:40:39.7856638Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4628ms +2026-08-04T15:40:39.7857523Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:40:39.8335116Z bash arg: -p +2026-08-04T15:40:39.8335511Z bash arg: com.testcodepush +2026-08-04T15:40:39.8335880Z bash arg: -c +2026-08-04T15:40:39.8336228Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:40:39.8336981Z bash arg: 1 +2026-08-04T15:40:40.1197558Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:40:40.1198564Z arg: "-p" +2026-08-04T15:40:40.1199053Z arg: "com.testcodepush" +2026-08-04T15:40:40.1199539Z arg: "-c" +2026-08-04T15:40:40.1200439Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:40:40.1201198Z arg: "1" +2026-08-04T15:40:40.1201480Z data="com.testcodepush" +2026-08-04T15:40:40.1201848Z data="android.intent.category.LAUNCHER" +2026-08-04T15:40:40.1562154Z Events injected: 1 +2026-08-04T15:40:40.1742376Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T15:40:40.1924806Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 407ms +2026-08-04T15:40:40.1925452Z [TIMING] android installApp+launch took 5035ms +2026-08-04T15:40:40.1925907Z [TIMING] android runApplication total (built=true) took 16076ms +2026-08-04T15:40:40.6003965Z Update check called from the app. +2026-08-04T15:40:40.6004844Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f3d6197f-0892-4942-a7d5-ea925f50e982"} +2026-08-04T15:40:40.6006899Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-3739","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:40:40.6339465Z Update check called from the app. +2026-08-04T15:40:40.6340321Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"f3d6197f-0892-4942-a7d5-ea925f50e982"} +2026-08-04T15:40:40.6342994Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-3739","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:40:40.6817649Z Application downloading the package. +2026-08-04T15:40:40.7529573Z Application reported a test message. +2026-08-04T15:40:40.7530062Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:40:40.7530469Z Sending OK +2026-08-04T15:40:40.7530738Z Message index: 0 +2026-08-04T15:40:40.7533385Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:40:40.8006099Z bash arg: -p +2026-08-04T15:40:40.8006465Z bash arg: com.android.settings +2026-08-04T15:40:40.8006822Z bash arg: -c +2026-08-04T15:40:40.8007170Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:40:40.8007564Z bash arg: 1 +2026-08-04T15:40:40.9235650Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:40:40.9237924Z arg: "-p" +2026-08-04T15:40:40.9244696Z arg: "com.android.settings" +2026-08-04T15:40:40.9245010Z arg: "-c" +2026-08-04T15:40:40.9251692Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:40:40.9255420Z arg: "1" +2026-08-04T15:40:40.9258456Z data="com.android.settings" +2026-08-04T15:40:40.9258797Z data="android.intent.category.LAUNCHER" +2026-08-04T15:40:40.9473601Z Events injected: 1 +2026-08-04T15:40:41.0274438Z ## Network stats: elapsed time=30ms (0ms mobile, 0ms wifi, 30ms not connected) +2026-08-04T15:40:41.0667923Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 313ms +2026-08-04T15:40:41.0668583Z Waiting for 5000ms before resuming the test application. +2026-08-04T15:40:46.0716571Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:40:46.1175754Z bash arg: -p +2026-08-04T15:40:46.1176182Z bash arg: com.testcodepush +2026-08-04T15:40:46.1176676Z bash arg: -c +2026-08-04T15:40:46.1177086Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:40:46.1177590Z bash arg: 1 +2026-08-04T15:40:46.2275025Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:40:46.2277857Z arg: "-p" +2026-08-04T15:40:46.2281383Z arg: "com.testcodepush" +2026-08-04T15:40:46.2284355Z arg: "-c" +2026-08-04T15:40:46.2287991Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:40:46.2290841Z arg: "1" +2026-08-04T15:40:46.2294597Z data="com.testcodepush" +2026-08-04T15:40:46.2297148Z data="android.intent.category.LAUNCHER" +2026-08-04T15:40:46.2528450Z Events injected: 1 +2026-08-04T15:40:46.3081870Z ## Network stats: elapsed time=59ms (0ms mobile, 0ms wifi, 59ms not connected) +2026-08-04T15:40:46.3258558Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 254ms +2026-08-04T15:40:46.6302849Z Application reported a test message. +2026-08-04T15:40:46.6303454Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:40:46.6304027Z Sending OK +2026-08-04T15:40:46.6304349Z Message index: 0 +2026-08-04T15:40:46.6306800Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Resume" took 30143ms +2026-08-04T15:40:46.6308197Z ✔ works correctly when update is mandatory and mandatory install mode is Resume (30143ms) +2026-08-04T15:40:46.6308866Z Cleaning up! +2026-08-04T15:40:46.6309293Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:40:46.6694076Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T15:40:46.6694700Z [TIMING] android endRunningApplication: force-stop took 39ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:40:56.6719343Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:40:56.8329793Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T15:40:56.8330361Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:40:57.0287313Z Success +2026-08-04T15:40:57.0462745Z [TIMING] exec "adb shell pm clear com.testcodepush" took 213ms +2026-08-04T15:40:57.0463361Z [TIMING] android prepareEmulatorForTest total took 10416ms +2026-08-04T15:40:57.0464626Z Setting up scenario scenarioSyncMandatorySuspend.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:40:57.0476303Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:57.0481224Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:57.0484707Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatorySuspend.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:57.0488569Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:40:57.0498487Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:40:57.7625424Z +2026-08-04T15:40:57.7625992Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:40:57.7626356Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:40:57.7626676Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:40:57.7627001Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:40:57.7627323Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:40:57.7627635Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:40:57.7627939Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:40:57.7628239Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:40:57.7628539Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:40:57.7628841Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:40:57.7629136Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:40:57.7629420Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:40:57.7629622Z +2026-08-04T15:40:57.7629628Z +2026-08-04T15:40:57.7632828Z Welcome to Metro v0.84.4 +2026-08-04T15:40:57.7633146Z Fast - Scalable - Integrated +2026-08-04T15:40:57.7633675Z +2026-08-04T15:40:57.7633678Z +2026-08-04T15:41:04.5690725Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:41:04.5761454Z LOG:Done writing bundle output +2026-08-04T15:41:04.7044763Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7655ms +2026-08-04T15:41:04.7045553Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:41:04.7168699Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7667ms +2026-08-04T15:41:04.7169313Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:41:04.7169727Z Running command: ./gradlew assembleRelease +2026-08-04T15:41:15.3648409Z [TIMING] exec "./gradlew assembleRelease" took 10648ms +2026-08-04T15:41:15.3648905Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10648ms +2026-08-04T15:41:15.5270694Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:41:15.5271475Z Running command: adb uninstall com.testcodepush +2026-08-04T15:41:15.6345873Z Success +2026-08-04T15:41:15.6359259Z [TIMING] exec "adb uninstall com.testcodepush" took 109ms +2026-08-04T15:41:15.6359672Z [TIMING] android uninstallApplication took 271ms +2026-08-04T15:41:15.6360346Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:41:21.2452363Z Performing Streamed Install +2026-08-04T15:41:21.2452805Z Success +2026-08-04T15:41:21.2457691Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5610ms +2026-08-04T15:41:21.2458839Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:41:21.3005554Z bash arg: -p +2026-08-04T15:41:21.3005879Z bash arg: com.testcodepush +2026-08-04T15:41:21.3006201Z bash arg: -c +2026-08-04T15:41:21.3006537Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:41:21.3006912Z bash arg: 1 +2026-08-04T15:41:21.5857701Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:41:21.5858257Z arg: "-p" +2026-08-04T15:41:21.5860558Z arg: "com.testcodepush" +2026-08-04T15:41:21.5860830Z arg: "-c" +2026-08-04T15:41:21.5861079Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:41:21.5864448Z arg: "1" +2026-08-04T15:41:21.5868687Z data="com.testcodepush" +2026-08-04T15:41:21.5869002Z data="android.intent.category.LAUNCHER" +2026-08-04T15:41:21.6141353Z Events injected: 1 +2026-08-04T15:41:21.6310416Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T15:41:21.6383902Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 393ms +2026-08-04T15:41:21.6384639Z [TIMING] android installApp+launch took 6003ms +2026-08-04T15:41:21.6385106Z [TIMING] android runApplication total (built=true) took 16922ms +2026-08-04T15:41:22.0906696Z Update check called from the app. +2026-08-04T15:41:22.0907437Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"eb5b6d8e-7759-433f-8e35-5c811e900d8e"} +2026-08-04T15:41:22.0909298Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-7356","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:41:22.1369511Z Update check called from the app. +2026-08-04T15:41:22.1370217Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"eb5b6d8e-7759-433f-8e35-5c811e900d8e"} +2026-08-04T15:41:22.1372338Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-7356","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:41:22.1594063Z Application downloading the package. +2026-08-04T15:41:22.2454265Z Application reported a test message. +2026-08-04T15:41:22.2454702Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T15:41:22.2455046Z Sending OK +2026-08-04T15:41:22.2455271Z Message index: 0 +2026-08-04T15:41:22.2457387Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:41:22.2975535Z bash arg: -p +2026-08-04T15:41:22.2975891Z bash arg: com.android.settings +2026-08-04T15:41:22.2976203Z bash arg: -c +2026-08-04T15:41:22.2976492Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:41:22.2976837Z bash arg: 1 +2026-08-04T15:41:22.4147053Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:41:22.4148726Z arg: "-p" +2026-08-04T15:41:22.4151406Z arg: "com.android.settings" +2026-08-04T15:41:22.4157816Z arg: "-c" +2026-08-04T15:41:22.4160467Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:41:22.4163878Z arg: "1" +2026-08-04T15:41:22.4166870Z data="com.android.settings" +2026-08-04T15:41:22.4169453Z data="android.intent.category.LAUNCHER" +2026-08-04T15:41:22.4417499Z Events injected: 1 +2026-08-04T15:41:22.5101649Z ## Network stats: elapsed time=76ms (0ms mobile, 0ms wifi, 76ms not connected) +2026-08-04T15:41:22.5284905Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 283ms +2026-08-04T15:41:22.5285673Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:41:22.8474661Z Application reported a test message. +2026-08-04T15:41:22.8475302Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:41:22.8475871Z Sending OK +2026-08-04T15:41:22.8476810Z Message index: 0 +2026-08-04T15:41:22.8478035Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Suspend" took 25801ms +2026-08-04T15:41:22.8479644Z ✔ works correctly when update is mandatory and mandatory install mode is Suspend (25801ms) +2026-08-04T15:41:22.8480474Z Cleaning up! +2026-08-04T15:41:22.8481429Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:41:22.8749343Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 27ms +2026-08-04T15:41:22.8750505Z [TIMING] android endRunningApplication: force-stop took 27ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:41:23.5300246Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:41:23.5765435Z bash arg: -p +2026-08-04T15:41:23.5765842Z bash arg: com.testcodepush +2026-08-04T15:41:23.5766252Z bash arg: -c +2026-08-04T15:41:23.5766643Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:41:23.5767155Z bash arg: 1 +2026-08-04T15:41:23.6855345Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:41:23.6861404Z arg: "-p" +2026-08-04T15:41:23.6861737Z arg: "com.testcodepush" +2026-08-04T15:41:23.6865459Z arg: "-c" +2026-08-04T15:41:23.6865762Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:41:23.6868372Z arg: "1" +2026-08-04T15:41:23.6871801Z data="com.testcodepush" +2026-08-04T15:41:23.6874599Z data="android.intent.category.LAUNCHER" +2026-08-04T15:41:23.7147082Z Events injected: 1 +2026-08-04T15:41:23.7328221Z ## Network stats: elapsed time=17ms (0ms mobile, 0ms wifi, 17ms not connected) +2026-08-04T15:41:23.7376576Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 208ms +2026-08-04T15:41:24.2472706Z Update check called from the app. +2026-08-04T15:41:24.2473488Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"eb5b6d8e-7759-433f-8e35-5c811e900d8e"} +2026-08-04T15:41:24.2474223Z Response: undefined +2026-08-04T15:41:24.2811951Z Update check called from the app. +2026-08-04T15:41:24.2812914Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"eb5b6d8e-7759-433f-8e35-5c811e900d8e"} +2026-08-04T15:41:24.2814083Z Response: undefined +2026-08-04T15:41:24.3054808Z Application reported a test message. +2026-08-04T15:41:24.3055333Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T15:41:24.3055637Z Sending OK +2026-08-04T15:41:32.8772585Z [TIMING] android endRunningApplication: fixed cooldown took 10002ms +2026-08-04T15:41:33.0408626Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:41:33.0409176Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:41:33.2372123Z Success +2026-08-04T15:41:33.2489629Z [TIMING] exec "adb shell pm clear com.testcodepush" took 208ms +2026-08-04T15:41:33.2490140Z [TIMING] android prepareEmulatorForTest total took 10401ms +2026-08-04T15:41:33.2493524Z Setting up scenario scenarioSyncMandatoryRestart.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:41:33.2499681Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:41:33.2506663Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:41:33.2512151Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryRestart.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:41:33.2517516Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:41:33.2530824Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:41:33.9719540Z +2026-08-04T15:41:33.9720617Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:41:33.9721247Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:41:33.9721639Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:41:33.9722051Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:41:33.9722432Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:41:33.9722810Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:41:33.9723196Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:41:33.9723570Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:41:33.9723947Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:41:33.9724319Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:41:33.9724683Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:41:33.9725034Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:41:33.9725236Z +2026-08-04T15:41:33.9725241Z +2026-08-04T15:41:33.9727429Z Welcome to Metro v0.84.4 +2026-08-04T15:41:33.9727814Z Fast - Scalable - Integrated +2026-08-04T15:41:33.9728069Z +2026-08-04T15:41:33.9728093Z +2026-08-04T15:41:40.6541435Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:41:40.6620697Z LOG:Done writing bundle output +2026-08-04T15:41:40.7852904Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7533ms +2026-08-04T15:41:40.7853780Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:41:40.7976982Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7545ms +2026-08-04T15:41:40.7977638Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:41:40.7978067Z Running command: ./gradlew assembleRelease +2026-08-04T15:41:51.3468051Z [TIMING] exec "./gradlew assembleRelease" took 10549ms +2026-08-04T15:41:51.3468602Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10549ms +2026-08-04T15:41:51.5095144Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:41:51.5095604Z Running command: adb uninstall com.testcodepush +2026-08-04T15:41:51.6054109Z Success +2026-08-04T15:41:51.6064377Z [TIMING] exec "adb uninstall com.testcodepush" took 97ms +2026-08-04T15:41:51.6065184Z [TIMING] android uninstallApplication took 260ms +2026-08-04T15:41:51.6065987Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:41:57.4912559Z Performing Streamed Install +2026-08-04T15:41:57.4912890Z Success +2026-08-04T15:41:57.4921166Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5885ms +2026-08-04T15:41:57.4922378Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:41:57.5395034Z bash arg: -p +2026-08-04T15:41:57.5395404Z bash arg: com.testcodepush +2026-08-04T15:41:57.5395683Z bash arg: -c +2026-08-04T15:41:57.5396001Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:41:57.5396315Z bash arg: 1 +2026-08-04T15:41:57.8107130Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:41:57.8116988Z arg: "-p" +2026-08-04T15:41:57.8117520Z arg: "com.testcodepush" +2026-08-04T15:41:57.8117949Z arg: "-c" +2026-08-04T15:41:57.8118346Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:41:57.8118833Z arg: "1" +2026-08-04T15:41:57.8123054Z data="com.testcodepush" +2026-08-04T15:41:57.8127442Z data="android.intent.category.LAUNCHER" +2026-08-04T15:41:57.8425833Z Events injected: 1 +2026-08-04T15:41:57.8591398Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:41:57.8675456Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 375ms +2026-08-04T15:41:57.8676095Z [TIMING] android installApp+launch took 6261ms +2026-08-04T15:41:57.8676537Z [TIMING] android runApplication total (built=true) took 17070ms +2026-08-04T15:41:58.3082613Z Update check called from the app. +2026-08-04T15:41:58.3094252Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"2dda1692-1f64-45bc-b815-1a2766e24672"} +2026-08-04T15:41:58.3096072Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6072","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:41:58.3413566Z Update check called from the app. +2026-08-04T15:41:58.3414407Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"2dda1692-1f64-45bc-b815-1a2766e24672"} +2026-08-04T15:41:58.3416419Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6072","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:41:58.3673170Z Application downloading the package. +2026-08-04T15:41:58.7688322Z Application reported a test message. +2026-08-04T15:41:58.7688813Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:41:58.7689216Z Sending OK +2026-08-04T15:41:58.7689501Z Message index: 0 +2026-08-04T15:41:58.7692081Z [TIMING] test "has no effect on updates that are not mandatory" took 25521ms +2026-08-04T15:41:58.7693092Z ✔ has no effect on updates that are not mandatory (25521ms) +2026-08-04T15:41:58.7693898Z Cleaning up! +2026-08-04T15:41:58.7700128Z #codePush.disallowRestart +2026-08-04T15:41:58.7700884Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:41:58.8369847Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 66ms +2026-08-04T15:41:58.8371333Z [TIMING] android endRunningApplication: force-stop took 67ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:42:08.8405921Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:42:09.0038994Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:42:09.0039874Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:42:09.1838588Z Success +2026-08-04T15:42:09.1939075Z [TIMING] exec "adb shell pm clear com.testcodepush" took 190ms +2026-08-04T15:42:09.1939579Z [TIMING] android prepareEmulatorForTest total took 10424ms +2026-08-04T15:42:09.1943682Z Setting up scenario scenarioDisallowRestartImmediate.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:42:09.1948682Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:09.1952345Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:09.1955314Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartImmediate.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:09.1957874Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:09.1964749Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:42:09.1967764Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:09.1970544Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:09.1973891Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:09.1976640Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:09.1985137Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:42:09.8989678Z +2026-08-04T15:42:09.8990386Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:42:09.8990776Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:42:09.8991283Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:42:09.8991669Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:42:09.8992057Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:42:09.8992437Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:42:09.8992791Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:42:09.8993164Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:42:09.8993519Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:42:09.8993875Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:42:09.8994222Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:42:09.8994596Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:42:09.8994790Z +2026-08-04T15:42:09.8994796Z +2026-08-04T15:42:09.8996846Z Welcome to Metro v0.84.4 +2026-08-04T15:42:09.8997599Z Fast - Scalable - Integrated +2026-08-04T15:42:09.8997843Z +2026-08-04T15:42:09.8997849Z +2026-08-04T15:42:16.5855016Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:42:16.5938917Z LOG:Done writing bundle output +2026-08-04T15:42:16.7214949Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7523ms +2026-08-04T15:42:16.7216034Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:42:16.7334455Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7536ms +2026-08-04T15:42:16.7335406Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:42:16.7335876Z Running command: ./gradlew assembleRelease +2026-08-04T15:42:27.5271854Z [TIMING] exec "./gradlew assembleRelease" took 10793ms +2026-08-04T15:42:27.5272700Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10793ms +2026-08-04T15:42:27.6895293Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T15:42:27.6896113Z Running command: adb uninstall com.testcodepush +2026-08-04T15:42:27.7756394Z Success +2026-08-04T15:42:27.7769529Z [TIMING] exec "adb uninstall com.testcodepush" took 87ms +2026-08-04T15:42:27.7770224Z [TIMING] android uninstallApplication took 250ms +2026-08-04T15:42:27.7771695Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:42:32.2555825Z Performing Streamed Install +2026-08-04T15:42:32.2556211Z Success +2026-08-04T15:42:32.2559671Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4479ms +2026-08-04T15:42:32.2560713Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:42:32.3145934Z bash arg: -p +2026-08-04T15:42:32.3146259Z bash arg: com.testcodepush +2026-08-04T15:42:32.3146605Z bash arg: -c +2026-08-04T15:42:32.3146904Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:42:32.3147269Z bash arg: 1 +2026-08-04T15:42:32.5759821Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:42:32.5760403Z arg: "-p" +2026-08-04T15:42:32.5760681Z arg: "com.testcodepush" +2026-08-04T15:42:32.5761372Z arg: "-c" +2026-08-04T15:42:32.5761872Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:42:32.5763371Z arg: "1" +2026-08-04T15:42:32.5763656Z data="com.testcodepush" +2026-08-04T15:42:32.5763943Z data="android.intent.category.LAUNCHER" +2026-08-04T15:42:32.6138840Z Events injected: 1 +2026-08-04T15:42:32.6272581Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:42:32.6380948Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 382ms +2026-08-04T15:42:32.6382029Z [TIMING] android installApp+launch took 4861ms +2026-08-04T15:42:32.6382608Z [TIMING] android runApplication total (built=true) took 15904ms +2026-08-04T15:42:33.1110011Z Update check called from the app. +2026-08-04T15:42:33.1110693Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"69a19210-9f6f-4d36-8088-54c38b95bf5c"} +2026-08-04T15:42:33.1112567Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3201","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:42:33.1454806Z Application reported a test message. +2026-08-04T15:42:33.1457222Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3201","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:42:33.1459450Z Sending OK +2026-08-04T15:42:33.1459710Z Message index: 0 +2026-08-04T15:42:33.1633309Z Application downloading the package. +2026-08-04T15:42:33.2500034Z Application reported a test message. +2026-08-04T15:42:33.2502525Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785858137473","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3201","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:42:33.2504359Z Sending OK +2026-08-04T15:42:33.2504554Z Message index: 1 +2026-08-04T15:42:33.2741032Z Application reported a test message. +2026-08-04T15:42:33.2741960Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:42:33.2742442Z Sending OK +2026-08-04T15:42:33.2742678Z Message index: 2 +2026-08-04T15:42:33.5860458Z Application reported a test message. +2026-08-04T15:42:33.5860933Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:42:33.5861620Z Sending OK +2026-08-04T15:42:33.5861863Z Message index: 3 +2026-08-04T15:42:33.5862520Z [TIMING] test "disallowRestart with IMMEDIATE install mode" took 24393ms +2026-08-04T15:42:33.5863411Z ✔ disallowRestart with IMMEDIATE install mode (24393ms) +2026-08-04T15:42:33.5863877Z Cleaning up! +2026-08-04T15:42:33.5864907Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:42:33.6448680Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 58ms +2026-08-04T15:42:33.6449580Z [TIMING] android endRunningApplication: force-stop took 58ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:42:43.6498698Z [TIMING] android endRunningApplication: fixed cooldown took 10005ms +2026-08-04T15:42:43.8137969Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T15:42:43.8138448Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:42:43.9961573Z Success +2026-08-04T15:42:44.0030081Z [TIMING] exec "adb shell pm clear com.testcodepush" took 189ms +2026-08-04T15:42:44.0030578Z [TIMING] android prepareEmulatorForTest total took 10416ms +2026-08-04T15:42:44.0033175Z Setting up scenario scenarioDisallowRestartOnResume.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:42:44.0038374Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:44.0042517Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:44.0046074Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnResume.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:44.0048677Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:42:44.0050321Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T15:42:44.0057327Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:44.0060145Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:44.0063357Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:44.0065864Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T15:42:44.0074291Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:42:44.7138615Z +2026-08-04T15:42:44.7139452Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:42:44.7140388Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:42:44.7140711Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:42:44.7141232Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:42:44.7141540Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:42:44.7141828Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:42:44.7142117Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:42:44.7142402Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:42:44.7142686Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:42:44.7142968Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:42:44.7143248Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:42:44.7143525Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:42:44.7143677Z +2026-08-04T15:42:44.7143681Z +2026-08-04T15:42:44.7145906Z Welcome to Metro v0.84.4 +2026-08-04T15:42:44.7146287Z Fast - Scalable - Integrated +2026-08-04T15:42:44.7146489Z +2026-08-04T15:42:44.7146493Z +2026-08-04T15:42:51.4227543Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:42:51.4309258Z LOG:Done writing bundle output +2026-08-04T15:42:51.5594358Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7552ms +2026-08-04T15:42:51.5595169Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:42:51.5718972Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7565ms +2026-08-04T15:42:51.5719588Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:42:51.5719984Z Running command: ./gradlew assembleRelease +2026-08-04T15:43:02.2519959Z [TIMING] exec "./gradlew assembleRelease" took 10680ms +2026-08-04T15:43:02.2521426Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10680ms +2026-08-04T15:43:02.4175528Z [TIMING] exec "adb shell pm list packages" took 166ms +2026-08-04T15:43:02.4176216Z Running command: adb uninstall com.testcodepush +2026-08-04T15:43:02.5253397Z Success +2026-08-04T15:43:02.5264420Z [TIMING] exec "adb uninstall com.testcodepush" took 109ms +2026-08-04T15:43:02.5265194Z [TIMING] android uninstallApplication took 275ms +2026-08-04T15:43:02.5266535Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:43:07.6551774Z Performing Streamed Install +2026-08-04T15:43:07.6552281Z Success +2026-08-04T15:43:07.6557535Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5129ms +2026-08-04T15:43:07.6558837Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:43:07.7076119Z bash arg: -p +2026-08-04T15:43:07.7076483Z bash arg: com.testcodepush +2026-08-04T15:43:07.7076828Z bash arg: -c +2026-08-04T15:43:07.7077140Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:43:07.7077496Z bash arg: 1 +2026-08-04T15:43:07.9822166Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:43:07.9824354Z arg: "-p" +2026-08-04T15:43:07.9824636Z arg: "com.testcodepush" +2026-08-04T15:43:07.9827750Z arg: "-c" +2026-08-04T15:43:07.9830879Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:43:07.9831285Z arg: "1" +2026-08-04T15:43:07.9836419Z data="com.testcodepush" +2026-08-04T15:43:07.9839843Z data="android.intent.category.LAUNCHER" +2026-08-04T15:43:08.0104101Z Events injected: 1 +2026-08-04T15:43:08.0263859Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T15:43:08.0452110Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 389ms +2026-08-04T15:43:08.0452746Z [TIMING] android installApp+launch took 5519ms +2026-08-04T15:43:08.0453657Z [TIMING] android runApplication total (built=true) took 16474ms +2026-08-04T15:43:08.4918508Z Update check called from the app. +2026-08-04T15:43:08.4919349Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"dad38dd6-0e76-4630-9b6a-43b782394442"} +2026-08-04T15:43:08.4921970Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-485","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:43:08.5172210Z Application reported a test message. +2026-08-04T15:43:08.5174147Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-485","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:43:08.5175971Z Sending OK +2026-08-04T15:43:08.5176225Z Message index: 0 +2026-08-04T15:43:08.5375924Z Application downloading the package. +2026-08-04T15:43:08.6216573Z Application reported a test message. +2026-08-04T15:43:08.6218600Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785858172291","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-485","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:43:08.6220546Z Sending OK +2026-08-04T15:43:08.6220783Z Message index: 1 +2026-08-04T15:43:08.6371747Z Application reported a test message. +2026-08-04T15:43:08.6372157Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:43:08.6372497Z Sending OK +2026-08-04T15:43:08.6372933Z Message index: 2 +2026-08-04T15:43:08.6375421Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:43:08.6834718Z bash arg: -p +2026-08-04T15:43:08.6835075Z bash arg: com.android.settings +2026-08-04T15:43:08.6835406Z bash arg: -c +2026-08-04T15:43:08.6835695Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:43:08.6836059Z bash arg: 1 +2026-08-04T15:43:08.8058365Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:43:08.8058818Z arg: "-p" +2026-08-04T15:43:08.8064485Z arg: "com.android.settings" +2026-08-04T15:43:08.8064763Z arg: "-c" +2026-08-04T15:43:08.8064982Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:43:08.8069859Z arg: "1" +2026-08-04T15:43:08.8070098Z data="com.android.settings" +2026-08-04T15:43:08.8076212Z data="android.intent.category.LAUNCHER" +2026-08-04T15:43:08.8317053Z Events injected: 1 +2026-08-04T15:43:08.8840021Z ## Network stats: elapsed time=57ms (0ms mobile, 0ms wifi, 57ms not connected) +2026-08-04T15:43:08.8923226Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 255ms +2026-08-04T15:43:08.8923888Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:43:09.8943056Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:43:09.9405336Z bash arg: -p +2026-08-04T15:43:09.9405666Z bash arg: com.testcodepush +2026-08-04T15:43:09.9405995Z bash arg: -c +2026-08-04T15:43:09.9406300Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:43:09.9406681Z bash arg: 1 +2026-08-04T15:43:10.0530045Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:43:10.0530506Z arg: "-p" +2026-08-04T15:43:10.0530869Z arg: "com.testcodepush" +2026-08-04T15:43:10.0532804Z arg: "-c" +2026-08-04T15:43:10.0533445Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:43:10.0534156Z arg: "1" +2026-08-04T15:43:10.0534531Z data="com.testcodepush" +2026-08-04T15:43:10.0535062Z data="android.intent.category.LAUNCHER" +2026-08-04T15:43:10.0801363Z Events injected: 1 +2026-08-04T15:43:10.1058525Z ## Network stats: elapsed time=36ms (0ms mobile, 0ms wifi, 36ms not connected) +2026-08-04T15:43:10.1124196Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 218ms +2026-08-04T15:43:10.1125325Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:43:10.1907920Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 78ms +2026-08-04T15:43:10.1909125Z [TIMING] android endRunningApplication: force-stop took 78ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:43:20.1973373Z [TIMING] android endRunningApplication: fixed cooldown took 10006ms +2026-08-04T15:43:21.1984435Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:43:21.2455441Z bash arg: -p +2026-08-04T15:43:21.2455954Z bash arg: com.testcodepush +2026-08-04T15:43:21.2456362Z bash arg: -c +2026-08-04T15:43:21.2456710Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:43:21.2457423Z bash arg: 1 +2026-08-04T15:43:21.3554349Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:43:21.3558983Z arg: "-p" +2026-08-04T15:43:21.3559255Z arg: "com.testcodepush" +2026-08-04T15:43:21.3565192Z arg: "-c" +2026-08-04T15:43:21.3565447Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:43:21.3569730Z arg: "1" +2026-08-04T15:43:21.3569938Z data="com.testcodepush" +2026-08-04T15:43:21.3574684Z data="android.intent.category.LAUNCHER" +2026-08-04T15:43:21.3819299Z Events injected: 1 +2026-08-04T15:43:21.3989515Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T15:43:21.4144653Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 216ms +2026-08-04T15:43:21.4145263Z [TIMING] android restartApplication total took 11302ms +2026-08-04T15:43:22.0197600Z Application reported a test message. +2026-08-04T15:43:22.0198496Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:43:22.0198884Z Sending OK +2026-08-04T15:43:22.0199137Z Message index: 0 +2026-08-04T15:43:22.0199880Z [TIMING] test "disallowRestart with ON_NEXT_RESUME install mode" took 38017ms +2026-08-04T15:43:22.0200836Z ✔ disallowRestart with ON_NEXT_RESUME install mode (38017ms) +2026-08-04T15:43:22.0201620Z Cleaning up! +2026-08-04T15:43:22.0203849Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:43:22.0474410Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 27ms +2026-08-04T15:43:22.0475057Z [TIMING] android endRunningApplication: force-stop took 27ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:43:32.0523763Z [TIMING] android endRunningApplication: fixed cooldown took 10004ms +2026-08-04T15:43:32.2147644Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:43:32.2148090Z Running command: adb shell pm clear com.testcodepush +2026-08-04T15:43:32.3921514Z Success +2026-08-04T15:43:32.3968746Z [TIMING] exec "adb shell pm clear com.testcodepush" took 182ms +2026-08-04T15:43:32.3969256Z [TIMING] android prepareEmulatorForTest total took 10376ms +2026-08-04T15:43:32.3972009Z Setting up scenario scenarioDisallowRestartOnSuspend.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T15:43:32.3976962Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:43:32.3980856Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:43:32.3984268Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnSuspend.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:43:32.3987078Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T15:43:32.3996888Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T15:43:33.1052730Z +2026-08-04T15:43:33.1053330Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:43:33.1053718Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T15:43:33.1054086Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T15:43:33.1054425Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T15:43:33.1054753Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T15:43:33.1055073Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T15:43:33.1055390Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T15:43:33.1055711Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T15:43:33.1056028Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T15:43:33.1056349Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T15:43:33.1056668Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T15:43:33.1056967Z ▒▒▓▓▓▓▒▒ +2026-08-04T15:43:33.1057537Z +2026-08-04T15:43:33.1057542Z +2026-08-04T15:43:33.1060684Z Welcome to Metro v0.84.4 +2026-08-04T15:43:33.1061013Z Fast - Scalable - Integrated +2026-08-04T15:43:33.1061325Z +2026-08-04T15:43:33.1061329Z +2026-08-04T15:43:39.7822211Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T15:43:39.7855381Z LOG:Done writing bundle output +2026-08-04T15:43:39.9130086Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7513ms +2026-08-04T15:43:39.9130869Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T15:43:39.9251406Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7526ms +2026-08-04T15:43:39.9252129Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T15:43:39.9252524Z Running command: ./gradlew assembleRelease +2026-08-04T15:43:50.4358319Z [TIMING] exec "./gradlew assembleRelease" took 10510ms +2026-08-04T15:43:50.4358821Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10510ms +2026-08-04T15:43:50.5975256Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T15:43:50.5975850Z Running command: adb uninstall com.testcodepush +2026-08-04T15:43:50.6926143Z Success +2026-08-04T15:43:50.6939669Z [TIMING] exec "adb uninstall com.testcodepush" took 96ms +2026-08-04T15:43:50.6940148Z [TIMING] android uninstallApplication took 258ms +2026-08-04T15:43:50.6940864Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T15:43:56.3751475Z Performing Streamed Install +2026-08-04T15:43:56.3751990Z Success +2026-08-04T15:43:56.3757557Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5682ms +2026-08-04T15:43:56.3758446Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:43:56.4295851Z bash arg: -p +2026-08-04T15:43:56.4296198Z bash arg: com.testcodepush +2026-08-04T15:43:56.4296547Z bash arg: -c +2026-08-04T15:43:56.4297176Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:43:56.4297604Z bash arg: 1 +2026-08-04T15:43:56.7620746Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:43:56.7621593Z arg: "-p" +2026-08-04T15:43:56.7622597Z arg: "com.testcodepush" +2026-08-04T15:43:56.7622882Z arg: "-c" +2026-08-04T15:43:56.7627260Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:43:56.7627654Z arg: "1" +2026-08-04T15:43:56.7627897Z data="com.testcodepush" +2026-08-04T15:43:56.7629739Z data="android.intent.category.LAUNCHER" +2026-08-04T15:43:56.7932145Z Events injected: 1 +2026-08-04T15:43:56.8105510Z ## Network stats: elapsed time=17ms (0ms mobile, 0ms wifi, 17ms not connected) +2026-08-04T15:43:56.8172246Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 441ms +2026-08-04T15:43:56.8173054Z [TIMING] android installApp+launch took 6124ms +2026-08-04T15:43:56.8173562Z [TIMING] android runApplication total (built=true) took 16892ms +2026-08-04T15:43:57.2703406Z Update check called from the app. +2026-08-04T15:43:57.2704461Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b753d2f3-c7c2-4c1d-99f3-af4c9f4b5d53"} +2026-08-04T15:43:57.2706513Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6476","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T15:43:57.3041165Z Application reported a test message. +2026-08-04T15:43:57.3044557Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6476","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T15:43:57.3047007Z Sending OK +2026-08-04T15:43:57.3047335Z Message index: 0 +2026-08-04T15:43:57.3233490Z Application downloading the package. +2026-08-04T15:43:57.4144143Z Application reported a test message. +2026-08-04T15:43:57.4147161Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785858220629","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6476","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T15:43:57.4150085Z Sending OK +2026-08-04T15:43:57.4150454Z Message index: 1 +2026-08-04T15:43:57.4298244Z Application reported a test message. +2026-08-04T15:43:57.4298804Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T15:43:57.4299244Z Sending OK +2026-08-04T15:43:57.4299924Z Message index: 2 +2026-08-04T15:43:57.4302452Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T15:43:57.4775679Z bash arg: -p +2026-08-04T15:43:57.4776202Z bash arg: com.android.settings +2026-08-04T15:43:57.4776670Z bash arg: -c +2026-08-04T15:43:57.4777077Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:43:57.4777648Z bash arg: 1 +2026-08-04T15:43:57.5966144Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:43:57.5976156Z arg: "-p" +2026-08-04T15:43:57.5979496Z arg: "com.android.settings" +2026-08-04T15:43:57.5983050Z arg: "-c" +2026-08-04T15:43:57.5992313Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:43:57.5996378Z arg: "1" +2026-08-04T15:43:57.5999470Z data="com.android.settings" +2026-08-04T15:43:57.6007065Z data="android.intent.category.LAUNCHER" +2026-08-04T15:43:57.6246065Z Events injected: 1 +2026-08-04T15:43:57.6811802Z ## Network stats: elapsed time=60ms (0ms mobile, 0ms wifi, 60ms not connected) +2026-08-04T15:43:57.6867494Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 256ms +2026-08-04T15:43:57.6868507Z Waiting for 1000ms before resuming the test application. +2026-08-04T15:43:58.6873088Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:43:58.7335514Z bash arg: -p +2026-08-04T15:43:58.7335842Z bash arg: com.testcodepush +2026-08-04T15:43:58.7336176Z bash arg: -c +2026-08-04T15:43:58.7336475Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:43:58.7336846Z bash arg: 1 +2026-08-04T15:43:58.8452373Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:43:58.8456640Z arg: "-p" +2026-08-04T15:43:58.8457014Z arg: "com.testcodepush" +2026-08-04T15:43:58.8457492Z arg: "-c" +2026-08-04T15:43:58.8457924Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:43:58.8459282Z arg: "1" +2026-08-04T15:43:58.8463154Z data="com.testcodepush" +2026-08-04T15:43:58.8463488Z data="android.intent.category.LAUNCHER" +2026-08-04T15:43:58.8715984Z Events injected: 1 +2026-08-04T15:43:58.9073479Z ## Network stats: elapsed time=37ms (0ms mobile, 0ms wifi, 37ms not connected) +2026-08-04T15:43:58.9346867Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 247ms +2026-08-04T15:43:58.9347653Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T15:43:58.9705983Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T15:43:58.9706642Z [TIMING] android endRunningApplication: force-stop took 36ms, now waiting a fixed 10000ms cooldown +2026-08-04T15:44:08.9765938Z [TIMING] android endRunningApplication: fixed cooldown took 10006ms +2026-08-04T15:44:09.9777262Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T15:44:10.0235570Z bash arg: -p +2026-08-04T15:44:10.0236232Z bash arg: com.testcodepush +2026-08-04T15:44:10.0236570Z bash arg: -c +2026-08-04T15:44:10.0236861Z bash arg: android.intent.category.LAUNCHER +2026-08-04T15:44:10.0237247Z bash arg: 1 +2026-08-04T15:44:10.1358013Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T15:44:10.1362206Z arg: "-p" +2026-08-04T15:44:10.1362547Z arg: "com.testcodepush" +2026-08-04T15:44:10.1362852Z arg: "-c" +2026-08-04T15:44:10.1363125Z arg: "android.intent.category.LAUNCHER" +2026-08-04T15:44:10.1363481Z arg: "1" +2026-08-04T15:44:10.1367623Z data="com.testcodepush" +2026-08-04T15:44:10.1367923Z data="android.intent.category.LAUNCHER" +2026-08-04T15:44:10.1647363Z Events injected: 1 +2026-08-04T15:44:10.1792560Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T15:44:10.1899932Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 212ms +2026-08-04T15:44:10.1900706Z [TIMING] android restartApplication total took 11255ms +2026-08-04T15:44:10.7788966Z Application reported a test message. +2026-08-04T15:44:10.7789427Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T15:44:10.7789840Z Sending OK +2026-08-04T15:44:10.7790067Z Message index: 0 +2026-08-04T15:44:10.7791305Z [TIMING] test "disallowRestart with ON_NEXT_SUSPEND install mode" took 38382ms +2026-08-04T15:44:10.7792219Z ✔ disallowRestart with ON_NEXT_SUSPEND install mode (38383ms) +2026-08-04T15:44:10.7792709Z Cleaning up! +2026-08-04T15:44:10.7798967Z +2026-08-04T15:44:10.7800105Z +2026-08-04T15:44:10.7801266Z 44 passing (30m) +2026-08-04T15:44:10.7801439Z +2026-08-04T15:44:10.8030488Z ##[group]Terminate Emulator +2026-08-04T15:44:10.8047468Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 emu kill +2026-08-04T15:44:10.8082271Z OK: killing emulator, bye bye +2026-08-04T15:44:10.8082568Z OK +2026-08-04T15:44:10.8084838Z INFO | Wait for emulator (pid 3286) 20 seconds to shutdown gracefully before kill;you can set environment variable ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL(in seconds) to change the default value (20 seconds) +2026-08-04T15:44:10.8085631Z +2026-08-04T15:44:10.8085932Z ##[endgroup] +2026-08-04T15:44:10.8147154Z USER_INFO | Snapshots have been disabled by the user, save request is ignored. +2026-08-04T15:44:10.8147849Z INFO | Saving snapshot 'default_boot' using 0 ms +2026-08-04T15:44:11.0019209Z ERROR | stop: Not implemented +2026-08-04T15:44:11.0019977Z WARNING | Emulator client has not yet been configured.. Call configure me first! +2026-08-04T15:44:11.0111347Z INFO | removeAll +2026-08-04T15:44:12.0314494Z Post job cleanup. +2026-08-04T15:44:12.1127576Z [command]/usr/bin/git version +2026-08-04T15:44:12.1166905Z git version 2.54.0 +2026-08-04T15:44:12.1199916Z Temporarily overriding HOME='/home/runner/work/_temp/a0f82d56-a7be-4157-bef1-3f9bf02d06e3' before making global git config changes +2026-08-04T15:44:12.1200855Z Adding repository directory to the temporary git global config as a safe directory +2026-08-04T15:44:12.1204706Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T15:44:12.1231193Z Removing SSH command configuration +2026-08-04T15:44:12.1236988Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-08-04T15:44:12.1267446Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-08-04T15:44:12.1543231Z Removing HTTP extra header +2026-08-04T15:44:12.1544190Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-08-04T15:44:12.1545891Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-08-04T15:44:12.1742540Z Removing includeIf entries pointing to credentials config files +2026-08-04T15:44:12.1748687Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-08-04T15:44:12.1774136Z includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path +2026-08-04T15:44:12.1775494Z includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +2026-08-04T15:44:12.1776506Z includeif.gitdir:/github/workspace/.git.path +2026-08-04T15:44:12.1777187Z includeif.gitdir:/github/workspace/.git/worktrees/*.path +2026-08-04T15:44:12.1783368Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path +2026-08-04T15:44:12.1805311Z /home/runner/work/_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:44:12.1815804Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path \/home\/runner\/work\/_temp\/git\-credentials\-c2132e19\-2b36\-4d2e\-a116\-f6d604b5c0b2\.config +2026-08-04T15:44:12.1848091Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +2026-08-04T15:44:12.1868596Z /home/runner/work/_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:44:12.1878645Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path \/home\/runner\/work\/_temp\/git\-credentials\-c2132e19\-2b36\-4d2e\-a116\-f6d604b5c0b2\.config +2026-08-04T15:44:12.1914197Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path +2026-08-04T15:44:12.1934790Z /github/runner_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:44:12.1943182Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path \/github\/runner_temp\/git\-credentials\-c2132e19\-2b36\-4d2e\-a116\-f6d604b5c0b2\.config +2026-08-04T15:44:12.1973116Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path +2026-08-04T15:44:12.1993169Z /github/runner_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config +2026-08-04T15:44:12.2001789Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path \/github\/runner_temp\/git\-credentials\-c2132e19\-2b36\-4d2e\-a116\-f6d604b5c0b2\.config +2026-08-04T15:44:12.2032697Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-08-04T15:44:12.2244176Z Removing credentials config '/home/runner/work/_temp/git-credentials-c2132e19-2b36-4d2e-a116-f6d604b5c0b2.config' +2026-08-04T15:44:12.2384111Z Cleaning up orphan processes +2026-08-04T15:44:12.2889485Z Terminate orphan process: pid (3402) (adb) +2026-08-04T15:44:12.3116302Z Terminate orphan process: pid (6854) (java) +2026-08-04T15:44:12.3267355Z Terminate orphan process: pid (27239) (emulator) diff --git a/ci-android-timing-30938777821.txt b/ci-android-timing-30938777821.txt new file mode 100644 index 00000000..61b12d14 --- /dev/null +++ b/ci-android-timing-30938777821.txt @@ -0,0 +1,6196 @@ +2026-08-04T18:29:12.3328951Z Current runner version: '2.336.0' +2026-08-04T18:29:12.3336980Z Runner name: 'bitrise-react-native-code-push-linux-runner-1000202055' +2026-08-04T18:29:12.3338065Z Runner group name: 'react-native-code-push' +2026-08-04T18:29:12.3355217Z ##[group]Runner Image Provisioner +2026-08-04T18:29:12.3355974Z Hosted Compute Agent +2026-08-04T18:29:12.3356576Z Version: 20260616.556 +2026-08-04T18:29:12.3357345Z Commit: 05ea73cc53e342fdbf317d04a1569da09bda004e +2026-08-04T18:29:12.3358069Z Build Date: 2026-06-16T16:57:21Z +2026-08-04T18:29:12.3358716Z ##[endgroup] +2026-08-04T18:29:12.3360089Z ##[group]Operating System +2026-08-04T18:29:12.3360721Z Ubuntu +2026-08-04T18:29:12.3361343Z 24.04.4 +2026-08-04T18:29:12.3362141Z LTS +2026-08-04T18:29:12.3362636Z ##[endgroup] +2026-08-04T18:29:12.3363322Z ##[group]Runner Image +2026-08-04T18:29:12.3363931Z Image: ubuntu-24.04 +2026-08-04T18:29:12.3364517Z Version: 20260720.247.2 +2026-08-04T18:29:12.3365784Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260720.247/images/ubuntu/Ubuntu2404-Readme.md +2026-08-04T18:29:12.3367321Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260720.247 +2026-08-04T18:29:12.3368300Z ##[endgroup] +2026-08-04T18:29:12.3371366Z ##[group]GITHUB_TOKEN Permissions +2026-08-04T18:29:12.3373751Z Actions: write +2026-08-04T18:29:12.3374456Z ArtifactMetadata: write +2026-08-04T18:29:12.3375066Z Attestations: write +2026-08-04T18:29:12.3375624Z Checks: write +2026-08-04T18:29:12.3376251Z CodeQuality: write +2026-08-04T18:29:12.3376792Z Contents: write +2026-08-04T18:29:12.3377338Z CopilotRequests: write +2026-08-04T18:29:12.3377995Z Deployments: write +2026-08-04T18:29:12.3378585Z Discussions: write +2026-08-04T18:29:12.3379213Z Drives: write +2026-08-04T18:29:12.3379768Z Issues: write +2026-08-04T18:29:12.3380290Z Metadata: read +2026-08-04T18:29:12.3380943Z Models: read +2026-08-04T18:29:12.3381464Z Packages: write +2026-08-04T18:29:12.3382251Z Pages: write +2026-08-04T18:29:12.3382886Z PullRequests: write +2026-08-04T18:29:12.3383493Z RepositoryProjects: write +2026-08-04T18:29:12.3384147Z SecurityEvents: write +2026-08-04T18:29:12.3384725Z Statuses: write +2026-08-04T18:29:12.3385308Z VulnerabilityAlerts: read +2026-08-04T18:29:12.3385941Z ##[endgroup] +2026-08-04T18:29:12.3388020Z Secret source: Actions +2026-08-04T18:29:12.3389128Z Prepare workflow directory +2026-08-04T18:29:12.3719367Z Prepare all required actions +2026-08-04T18:29:12.3766245Z Getting action download info +2026-08-04T18:29:12.7460256Z Download action repository 'actions/checkout@v7' (SHA:3d3c42e5aac5ba805825da76410c181273ba90b1) +2026-08-04T18:29:13.4499185Z Download action repository 'jdx/mise-action@v4' (SHA:7e36c90d9ab29c415a2384db3006f3ec8a8cc654) +2026-08-04T18:29:14.3220667Z Download action repository 'reactivecircus/android-emulator-runner@v2' (SHA:a421e43855164a8197daf9d8d40fe71c6996bb0d) +2026-08-04T18:29:14.9756419Z Complete job name: android-test (bare) +2026-08-04T18:29:15.0556642Z ##[group]Run actions/checkout@v7 +2026-08-04T18:29:15.0557227Z with: +2026-08-04T18:29:15.0557512Z repository: bitrise-io/react-native-code-push +2026-08-04T18:29:15.0560177Z token: *** +2026-08-04T18:29:15.0560393Z ssh-strict: true +2026-08-04T18:29:15.0560612Z ssh-user: git +2026-08-04T18:29:15.0560834Z persist-credentials: true +2026-08-04T18:29:15.0561072Z clean: true +2026-08-04T18:29:15.0561294Z sparse-checkout-cone-mode: true +2026-08-04T18:29:15.0561811Z fetch-depth: 1 +2026-08-04T18:29:15.0562044Z fetch-tags: false +2026-08-04T18:29:15.0562262Z show-progress: true +2026-08-04T18:29:15.0562489Z lfs: false +2026-08-04T18:29:15.0562690Z submodules: false +2026-08-04T18:29:15.0562907Z set-safe-directory: true +2026-08-04T18:29:15.0563166Z allow-unsafe-pr-checkout: false +2026-08-04T18:29:15.0563814Z ##[endgroup] +2026-08-04T18:29:15.1502817Z Syncing repository: bitrise-io/react-native-code-push +2026-08-04T18:29:15.1504201Z ##[group]Getting Git version info +2026-08-04T18:29:15.1504788Z Working directory is '/home/runner/work/react-native-code-push/react-native-code-push' +2026-08-04T18:29:15.1505831Z [command]/usr/bin/git version +2026-08-04T18:29:15.1559154Z git version 2.54.0 +2026-08-04T18:29:15.1579673Z ##[endgroup] +2026-08-04T18:29:15.1591323Z Temporarily overriding HOME='/home/runner/work/_temp/c1ae2952-cab5-4286-8c4c-95f295acb9c9' before making global git config changes +2026-08-04T18:29:15.1593081Z Adding repository directory to the temporary git global config as a safe directory +2026-08-04T18:29:15.1597338Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:29:15.1638812Z Deleting the contents of '/home/runner/work/react-native-code-push/react-native-code-push' +2026-08-04T18:29:15.1642541Z ##[group]Determining repository object format +2026-08-04T18:29:15.1644000Z ##[endgroup] +2026-08-04T18:29:15.1644738Z ##[group]Initializing the repository +2026-08-04T18:29:15.1649346Z [command]/usr/bin/git init /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:29:15.1740761Z hint: Using 'master' as the name for the initial branch. This default branch name +2026-08-04T18:29:15.1741451Z hint: will change to "main" in Git 3.0. To configure the initial branch name +2026-08-04T18:29:15.1742303Z hint: to use in all of your new repositories, which will suppress this warning, +2026-08-04T18:29:15.1742710Z hint: call: +2026-08-04T18:29:15.1742901Z hint: +2026-08-04T18:29:15.1743242Z hint: git config --global init.defaultBranch +2026-08-04T18:29:15.1743869Z hint: +2026-08-04T18:29:15.1744416Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2026-08-04T18:29:15.1826177Z hint: 'development'. The just-created branch can be renamed via this command: +2026-08-04T18:29:15.1827063Z hint: +2026-08-04T18:29:15.1827598Z hint: git branch -m +2026-08-04T18:29:15.1828111Z hint: +2026-08-04T18:29:15.1828782Z hint: Disable this message with "git config set advice.defaultBranchName false" +2026-08-04T18:29:15.1830139Z Initialized empty Git repository in /home/runner/work/react-native-code-push/react-native-code-push/.git/ +2026-08-04T18:29:15.1832601Z [command]/usr/bin/git remote add origin https://github.com/bitrise-io/react-native-code-push +2026-08-04T18:29:15.1834353Z ##[endgroup] +2026-08-04T18:29:15.1835076Z ##[group]Disabling automatic garbage collection +2026-08-04T18:29:15.1835706Z [command]/usr/bin/git config --local gc.auto 0 +2026-08-04T18:29:15.1837052Z ##[endgroup] +2026-08-04T18:29:15.1837811Z ##[group]Setting up auth +2026-08-04T18:29:15.1838414Z Removing SSH command configuration +2026-08-04T18:29:15.1839268Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-08-04T18:29:15.1872462Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-08-04T18:29:15.2193781Z Removing HTTP extra header +2026-08-04T18:29:15.2199363Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-08-04T18:29:15.2227955Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-08-04T18:29:15.2435292Z Removing includeIf entries pointing to credentials config files +2026-08-04T18:29:15.2440774Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-08-04T18:29:15.2469803Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-08-04T18:29:15.2692862Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config http.https://github.com/.extraheader AUTHORIZATION: basic *** +2026-08-04T18:29:15.2726536Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path /home/runner/work/_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:29:15.2755713Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:29:15.2787503Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:29:15.2816501Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:29:15.2842272Z ##[endgroup] +2026-08-04T18:29:15.2843023Z ##[group]Fetching the repository +2026-08-04T18:29:15.2849448Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +31d8615c8c13a1be132eceae8f4d9e9ed8b36810:refs/remotes/pull/17/merge +2026-08-04T18:29:16.7944418Z From https://github.com/bitrise-io/react-native-code-push +2026-08-04T18:29:16.7945242Z * [new ref] 31d8615c8c13a1be132eceae8f4d9e9ed8b36810 -> pull/17/merge +2026-08-04T18:29:16.7976789Z ##[endgroup] +2026-08-04T18:29:16.7977296Z ##[group]Determining the checkout info +2026-08-04T18:29:16.7978119Z ##[endgroup] +2026-08-04T18:29:16.7983622Z [command]/usr/bin/git sparse-checkout disable +2026-08-04T18:29:16.8026080Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig +2026-08-04T18:29:16.8050866Z ##[group]Checking out the ref +2026-08-04T18:29:16.8054688Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/17/merge +2026-08-04T18:29:16.8489986Z Note: switching to 'refs/remotes/pull/17/merge'. +2026-08-04T18:29:16.8490400Z +2026-08-04T18:29:16.8490740Z You are in 'detached HEAD' state. You can look around, make experimental +2026-08-04T18:29:16.8491793Z changes and commit them, and you can discard any commits you make in this +2026-08-04T18:29:16.8492585Z state without impacting any branches by switching back to a branch. +2026-08-04T18:29:16.8493093Z +2026-08-04T18:29:16.8493452Z If you want to create a new branch to retain commits you create, you may +2026-08-04T18:29:16.8494181Z do so (now or later) by using -c with the switch command. Example: +2026-08-04T18:29:16.8494607Z +2026-08-04T18:29:16.8494782Z git switch -c +2026-08-04T18:29:16.8495059Z +2026-08-04T18:29:16.8495229Z Or undo this operation with: +2026-08-04T18:29:16.8495492Z +2026-08-04T18:29:16.8495640Z git switch - +2026-08-04T18:29:16.8495852Z +2026-08-04T18:29:16.8496190Z Turn off this advice by setting config variable advice.detachedHead to false +2026-08-04T18:29:16.8496696Z +2026-08-04T18:29:16.8497262Z HEAD is now at 31d8615 Merge 8f6ce570e2f0717a3bfef036653a56c28ad7eddc into 02d4abdb379d874494404ca0c7498f07572b0f2a +2026-08-04T18:29:16.8499015Z ##[endgroup] +2026-08-04T18:29:16.8538970Z [command]/usr/bin/git log -1 --format=%H +2026-08-04T18:29:16.8561893Z 31d8615c8c13a1be132eceae8f4d9e9ed8b36810 +2026-08-04T18:29:16.8821242Z ##[group]Run jdx/mise-action@v4 +2026-08-04T18:29:16.8821834Z with: +2026-08-04T18:29:16.8822045Z install: true +2026-08-04T18:29:16.8822259Z bootstrap: false +2026-08-04T18:29:16.8822469Z cache: true +2026-08-04T18:29:16.8822660Z cache_save: true +2026-08-04T18:29:16.8822866Z cache_key_prefix: mise-v1 +2026-08-04T18:29:16.8823127Z experimental: false +2026-08-04T18:29:16.8823339Z log_level: info +2026-08-04T18:29:16.8823534Z reshim: false +2026-08-04T18:29:16.8823738Z add_shims_to_path: true +2026-08-04T18:29:16.8826234Z github_token: *** +2026-08-04T18:29:16.8826461Z fetch_from_github: true +2026-08-04T18:29:16.8826683Z env: true +2026-08-04T18:29:16.8826867Z export_path: true +2026-08-04T18:29:16.8827071Z wings_enabled: false +2026-08-04T18:29:16.8827282Z ##[endgroup] +2026-08-04T18:29:17.0060840Z ##[group]Restoring mise cache +2026-08-04T18:29:17.0100581Z [command]/usr/bin/ldd --version +2026-08-04T18:29:17.0147144Z ldd (Ubuntu GLIBC 2.39-0ubuntu8.7) 2.39 +2026-08-04T18:29:17.0149182Z Copyright (C) 2024 Free Software Foundation, Inc. +2026-08-04T18:29:17.0149816Z This is free software; see the source for copying conditions. There is NO +2026-08-04T18:29:17.0150667Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +2026-08-04T18:29:17.0151240Z Written by Roland McGrath and Ulrich Drepper. +2026-08-04T18:29:17.3440837Z Cache hit for: mise-v1-linux-x64-ubuntu24-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +2026-08-04T18:29:18.5573855Z Received 29360128 of 350041287 (8.4%), 28.0 MBs/sec +2026-08-04T18:29:19.5577825Z Received 192937984 of 350041287 (55.1%), 92.0 MBs/sec +2026-08-04T18:29:20.5587251Z Received 345846983 of 350041287 (98.8%), 109.9 MBs/sec +2026-08-04T18:29:20.6044918Z Received 350041287 of 350041287 (100.0%), 109.5 MBs/sec +2026-08-04T18:29:20.6045781Z Cache Size: ~334 MB (350041287 B) +2026-08-04T18:29:20.6090567Z [command]/usr/bin/tar -xf /home/runner/work/_temp/e099536f-76c3-4433-a55e-882c5629fed1/cache.tzst -P -C /home/runner/work/react-native-code-push/react-native-code-push --use-compress-program unzstd +2026-08-04T18:29:22.3661387Z Cache restored successfully +2026-08-04T18:29:22.3822176Z mise cache restored from key: mise-v1-linux-x64-ubuntu24-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +2026-08-04T18:29:22.3829692Z ##[group]Setting env vars +2026-08-04T18:29:22.3829987Z Setting MISE_LOG_LEVEL=info +2026-08-04T18:29:22.3833374Z Setting MISE_GITHUB_TOKEN=*** +2026-08-04T18:29:22.3833967Z Setting MISE_TRUSTED_CONFIG_PATHS=/home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:29:22.3834550Z Setting MISE_YES=1 +2026-08-04T18:29:22.3834857Z Adding /home/runner/.local/share/mise/shims to PATH +2026-08-04T18:29:22.3835439Z ##[group]Running mise --version +2026-08-04T18:29:22.3853648Z [command]/home/runner/.local/share/mise/bin/mise --version +2026-08-04T18:29:22.3945265Z 2026.8.1 linux-x64 (2026-08-03) +2026-08-04T18:29:22.3974636Z ##[endgroup] +2026-08-04T18:29:22.4113747Z ##[group]Running mise install +2026-08-04T18:29:22.4127011Z [command]/home/runner/.local/share/mise/bin/mise install +2026-08-04T18:29:22.4288194Z mise all tools are installed +2026-08-04T18:29:22.4322851Z ##[endgroup] +2026-08-04T18:29:22.4323369Z ##[group]Running mise ls +2026-08-04T18:29:22.4337041Z [command]/home/runner/.local/share/mise/bin/mise ls +2026-08-04T18:29:22.4486378Z java 17.0.2 ~/work/react-native-code-push/react-native-code-push/mise.toml 17 +2026-08-04T18:29:22.4487111Z node 24.19.0 ~/work/react-native-code-push/react-native-code-push/mise.toml 24 +2026-08-04T18:29:22.4487807Z ruby 4.0.6 ~/work/react-native-code-push/react-native-code-push/mise.toml 4.0 +2026-08-04T18:29:22.4493829Z ##[endgroup] +2026-08-04T18:29:22.4495804Z ##[group]Exporting mise environment variables +2026-08-04T18:29:22.4683707Z [command]/home/runner/.local/share/mise/bin/mise env --json +2026-08-04T18:29:22.4840926Z { +2026-08-04T18:29:22.4841436Z "JAVA_HOME": "/home/runner/.local/share/mise/installs/java/17.0.2", +2026-08-04T18:29:22.4845337Z "PATH": "/home/runner/.local/share/mise/installs/node/24/bin:/home/runner/.local/share/mise/installs/java/17/bin:/home/runner/.local/share/mise/installs/ruby/4.0/bin:/home/runner/.local/share/mise/shims:/home/runner/.local/share/mise/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" +2026-08-04T18:29:22.4847930Z } +2026-08-04T18:29:22.4851230Z Adding /home/runner/.local/share/mise/installs/ruby/4.0/bin to PATH +2026-08-04T18:29:22.4852367Z Adding /home/runner/.local/share/mise/installs/java/17/bin to PATH +2026-08-04T18:29:22.4853022Z Adding /home/runner/.local/share/mise/installs/node/24/bin to PATH +2026-08-04T18:29:22.4853863Z ##[endgroup] +2026-08-04T18:29:22.5076459Z ##[group]Run npm install +2026-08-04T18:29:22.5076787Z npm install +2026-08-04T18:29:22.5128684Z shell: /usr/bin/bash -e {0} +2026-08-04T18:29:22.5129170Z env: +2026-08-04T18:29:22.5129383Z MISE_LOG_LEVEL: info +2026-08-04T18:29:22.5132262Z MISE_GITHUB_TOKEN: *** +2026-08-04T18:29:22.5132739Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:29:22.5133218Z MISE_YES: 1 +2026-08-04T18:29:22.5133512Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T18:29:22.5133862Z ##[endgroup] +2026-08-04T18:29:24.2863526Z npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported +2026-08-04T18:29:24.3024731Z npm warn deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. +2026-08-04T18:29:24.3670370Z npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. +2026-08-04T18:29:24.3672846Z npm warn deprecated +2026-08-04T18:29:24.3673381Z npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) +2026-08-04T18:29:24.4871804Z npm warn deprecated superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +2026-08-04T18:29:24.8324161Z npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. +2026-08-04T18:29:24.9385127Z npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported +2026-08-04T18:29:25.0715109Z npm warn deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau +2026-08-04T18:29:25.9753250Z npm warn deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported +2026-08-04T18:29:26.3352546Z npm warn deprecated superagent@6.1.0: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +2026-08-04T18:29:27.3865115Z npm warn deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. +2026-08-04T18:29:31.4235599Z +2026-08-04T18:29:31.4236094Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T18:29:31.4236645Z > npm run build:ts +2026-08-04T18:29:31.4236931Z +2026-08-04T18:29:31.5404395Z +2026-08-04T18:29:31.5404872Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T18:29:31.5405344Z > tsc -p tsconfig.build.json +2026-08-04T18:29:31.5405583Z +2026-08-04T18:29:32.5888475Z +2026-08-04T18:29:32.5890505Z added 617 packages, and audited 619 packages in 10s +2026-08-04T18:29:32.5890890Z +2026-08-04T18:29:32.5891045Z 85 packages are looking for funding +2026-08-04T18:29:32.5891473Z run `npm fund` for details +2026-08-04T18:29:32.6193513Z +2026-08-04T18:29:32.6194086Z 38 vulnerabilities (12 low, 5 moderate, 18 high, 3 critical) +2026-08-04T18:29:32.6194582Z +2026-08-04T18:29:32.6194847Z To address issues that do not require attention, run: +2026-08-04T18:29:32.6195416Z npm audit fix +2026-08-04T18:29:32.6195700Z +2026-08-04T18:29:32.6196485Z To address all issues (including breaking changes), run: +2026-08-04T18:29:32.6197191Z npm audit fix --force +2026-08-04T18:29:32.6197474Z +2026-08-04T18:29:32.6197654Z Run `npm audit` for details. +2026-08-04T18:29:32.6931097Z ##[group]Run echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules +2026-08-04T18:29:32.6932383Z echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules +2026-08-04T18:29:32.6932994Z sudo udevadm control --reload-rules +2026-08-04T18:29:32.6933334Z sudo udevadm trigger --name-match=kvm +2026-08-04T18:29:32.6981000Z shell: /usr/bin/bash -e {0} +2026-08-04T18:29:32.6981275Z env: +2026-08-04T18:29:32.6981490Z MISE_LOG_LEVEL: info +2026-08-04T18:29:32.6984686Z MISE_GITHUB_TOKEN: *** +2026-08-04T18:29:32.6985177Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:29:32.6985705Z MISE_YES: 1 +2026-08-04T18:29:32.6986011Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T18:29:32.6986390Z ##[endgroup] +2026-08-04T18:29:32.7125052Z KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm" +2026-08-04T18:29:32.7452140Z ##[group]Run echo "/usr/local/lib/android/sdk/emulator" >> $GITHUB_PATH +2026-08-04T18:29:32.7452698Z echo "/usr/local/lib/android/sdk/emulator" >> $GITHUB_PATH +2026-08-04T18:29:32.7453188Z echo "/usr/local/lib/android/sdk/platform-tools" >> $GITHUB_PATH +2026-08-04T18:29:32.7498866Z shell: /usr/bin/bash -e {0} +2026-08-04T18:29:32.7499132Z env: +2026-08-04T18:29:32.7499331Z MISE_LOG_LEVEL: info +2026-08-04T18:29:32.7502349Z MISE_GITHUB_TOKEN: *** +2026-08-04T18:29:32.7502808Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:29:32.7503299Z MISE_YES: 1 +2026-08-04T18:29:32.7503586Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T18:29:32.7503950Z ##[endgroup] +2026-08-04T18:29:32.7702675Z ##[group]Run reactivecircus/android-emulator-runner@v2 +2026-08-04T18:29:32.7703032Z with: +2026-08-04T18:29:32.7703227Z api-level: 27 +2026-08-04T18:29:32.7703449Z target: google_apis +2026-08-04T18:29:32.7703661Z arch: x86 +2026-08-04T18:29:32.7703860Z disable-animations: true +2026-08-04T18:29:32.7704104Z script: npm run test:android +2026-08-04T18:29:32.7704342Z cores: 2 +2026-08-04T18:29:32.7704537Z avd-name: test +2026-08-04T18:29:32.7704750Z force-avd-creation: true +2026-08-04T18:29:32.7704993Z emulator-boot-timeout: 600 +2026-08-04T18:29:32.7705236Z emulator-port: 5554 +2026-08-04T18:29:32.7705666Z emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim +2026-08-04T18:29:32.7706137Z disable-spellchecker: false +2026-08-04T18:29:32.7706404Z disable-linux-hw-accel: auto +2026-08-04T18:29:32.7706676Z enable-hw-keyboard: false +2026-08-04T18:29:32.7706909Z channel: stable +2026-08-04T18:29:32.7707105Z env: +2026-08-04T18:29:32.7707324Z MISE_LOG_LEVEL: info +2026-08-04T18:29:32.7709864Z MISE_GITHUB_TOKEN: *** +2026-08-04T18:29:32.7710297Z MISE_TRUSTED_CONFIG_PATHS: /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:29:32.7710761Z MISE_YES: 1 +2026-08-04T18:29:32.7711035Z JAVA_HOME: /home/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T18:29:32.7711371Z ##[endgroup] +2026-08-04T18:29:32.8240375Z ##[group]Configure emulator +2026-08-04T18:29:32.8243112Z API level: 27 +2026-08-04T18:29:32.8243582Z System image API level: 27 +2026-08-04T18:29:32.8243972Z target: google_apis +2026-08-04T18:29:32.8244482Z CPU architecture: x86 +2026-08-04T18:29:32.8244786Z Hardware profile: +2026-08-04T18:29:32.8245052Z Cores: 2 +2026-08-04T18:29:32.8245298Z RAM size: +2026-08-04T18:29:32.8245619Z Heap size: +2026-08-04T18:29:32.8246123Z SD card path or size: +2026-08-04T18:29:32.8247059Z Disk size: +2026-08-04T18:29:32.8247379Z AVD name: test +2026-08-04T18:29:32.8248000Z force avd creation: true +2026-08-04T18:29:32.8248390Z Emulator boot timeout: 600 +2026-08-04T18:29:32.8248766Z emulator port: 5554 +2026-08-04T18:29:32.8249350Z emulator options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim +2026-08-04T18:29:32.8250298Z disable animations: true +2026-08-04T18:29:32.8250678Z disable spellchecker: false +2026-08-04T18:29:32.8251120Z disable Linux hardware acceleration: false +2026-08-04T18:29:32.8251861Z enable hardware keyboard: false +2026-08-04T18:29:32.8252267Z Channel: 0 (stable) +2026-08-04T18:29:32.8252555Z Script: +2026-08-04T18:29:32.8252825Z npm run test:android +2026-08-04T18:29:32.8253146Z Pre emulator launch script: +2026-08-04T18:29:32.8253743Z ##[endgroup] +2026-08-04T18:29:32.8254440Z ##[group]Install Android SDK +2026-08-04T18:29:32.8315768Z [command]/usr/bin/sh -c \yes | sdkmanager --licenses > /dev/null +2026-08-04T18:29:34.6713016Z Installing latest build tools, platform tools, and platform. +2026-08-04T18:29:34.6730456Z [command]/usr/bin/sh -c \sdkmanager --install 'build-tools;37.0.0' platform-tools 'platforms;android-27'> /dev/null +2026-08-04T18:29:39.1294029Z Installing latest emulator. +2026-08-04T18:29:39.1310260Z [command]/usr/bin/sh -c \sdkmanager --install emulator --channel=0 > /dev/null +2026-08-04T18:29:45.9642234Z Installing system images. +2026-08-04T18:29:45.9660372Z [command]/usr/bin/sh -c \sdkmanager --install 'system-images;android-27;google_apis;x86' --channel=0 > /dev/null +2026-08-04T18:30:02.8524734Z ##[endgroup] +2026-08-04T18:30:02.8527326Z ##[group]Create AVD +2026-08-04T18:30:02.8527653Z Creating AVD. +2026-08-04T18:30:02.8550695Z [command]/usr/bin/sh -c \echo no | avdmanager create avd --force -n test --package 'system-images;android-27;google_apis;x86' +2026-08-04T18:30:03.4218008Z Loading local repository... +2026-08-04T18:30:03.4218856Z [========= ] 25% Loading local repository... +2026-08-04T18:30:03.4219464Z [========= ] 25% Fetch remote repository... +2026-08-04T18:30:03.4220760Z [=======================================] 100% Fetch remote repository... +2026-08-04T18:30:03.4580815Z Auto-selecting single ABI x86 +2026-08-04T18:30:03.6999773Z Do you wish to create a custom hardware profile? [no] [command]/usr/bin/sh -c \printf 'hw.cpu.ncore=2\n' >> /home/runner/.android/avd/test.avd/config.ini +2026-08-04T18:30:03.7021025Z ##[endgroup] +2026-08-04T18:30:03.7023003Z ##[group]Launch Emulator +2026-08-04T18:30:03.7023539Z Starting emulator. +2026-08-04T18:30:03.7038965Z [command]/usr/bin/sh -c \/usr/local/lib/android/sdk/emulator/emulator -port 5554 -avd test -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim & +2026-08-04T18:30:03.7148998Z INFO | Android emulator version 37.1.11.0 (build_id 15917651) (CL:N/A) +2026-08-04T18:30:03.7150166Z INFO | Graphics backend: gfxstream +2026-08-04T18:30:03.7151341Z INFO | Found systemPath /usr/local/lib/android/sdk/system-images/android-27/google_apis/x86/ +2026-08-04T18:30:03.7152720Z INFO | Found systemPath /usr/local/lib/android/sdk/system-images/android-27/google_apis/x86/ +2026-08-04T18:30:03.9349158Z INFO | Saving last run QEMU version for the AVD to 2 +2026-08-04T18:30:03.9350037Z INFO | Increasing RAM size to 1536MB +2026-08-04T18:30:03.9350564Z ############################################################################## +2026-08-04T18:30:03.9351116Z ## WARNING - ACTION REQUIRED ## +2026-08-04T18:30:03.9352034Z ## Consider using the '-metrics-collection' flag to help improve the ## +2026-08-04T18:30:03.9352784Z ## emulator by sending anonymized usage data. Or use the '-no-metrics' ## +2026-08-04T18:30:03.9353492Z ## flag to bypass this warning and turn off the metrics collection. ## +2026-08-04T18:30:03.9354192Z ## In a future release this warning will turn into a one-time blocking ## +2026-08-04T18:30:03.9354926Z ## prompt to ask for explicit user input regarding metrics collection. ## +2026-08-04T18:30:03.9355531Z ## ## +2026-08-04T18:30:03.9356147Z ## Please see '-help-metrics-collection' for more details. You can use ## +2026-08-04T18:30:03.9357115Z ## '-metrics-to-file' or '-metrics-to-console' flags to see what type of ## +2026-08-04T18:30:03.9357841Z ## data is being collected by emulator as part of usage statistics. ## +2026-08-04T18:30:03.9358449Z ############################################################################## +2026-08-04T18:30:03.9358979Z INFO | Guest GLES Driver: Auto (ext controls) +2026-08-04T18:30:03.9359659Z INFO | emuglConfig_init: vulkan_mode_selected:swiftshader gles_mode_selected:swiftshader +2026-08-04T18:30:03.9360358Z INFO | Checking system compatibility: +2026-08-04T18:30:03.9360819Z INFO | Checking: hasSufficientDiskSpace +2026-08-04T18:30:03.9361353Z INFO | Ok: Disk space requirements to run avd: `test` are met +2026-08-04T18:30:03.9362043Z INFO | Checking: hasSufficientHwGpu +2026-08-04T18:30:03.9362564Z INFO | Ok: Hardware GPU compatibility checks are not required +2026-08-04T18:30:03.9363102Z INFO | Checking: hasSufficientSystem +2026-08-04T18:30:03.9363603Z INFO | Ok: System requirements to run avd: `test` are met +2026-08-04T18:30:03.9364456Z WARNING | Feature QuickbootFileBacked is disabled due to stability issues, if you really want that, the environment variable ANDROID_EMU_FORCE_QUICKBOOT_FILE_BACKED need to set to 1 +2026-08-04T18:30:03.9365305Z WARNING | FeatureControl is requesting a non existing feature. +2026-08-04T18:30:03.9365727Z ERROR | Unable to connect to adb daemon on port: 5037 +2026-08-04T18:30:03.9366302Z INFO | Storing crashdata in: /tmp/android-runner/emu-crash-37.1.11.db, detection is enabled for process: 3276 +2026-08-04T18:30:03.9366856Z INFO | Initializing gfxstream backend +2026-08-04T18:30:03.9367354Z INFO | startOpenglesRendererImpl: gpu info +2026-08-04T18:30:03.9367663Z INFO | +2026-08-04T18:30:03.9372378Z INFO | SharedLibrary::open for [libX11] +2026-08-04T18:30:03.9372803Z WARNING | Could not open libX11.so, try libX11.so.6 +2026-08-04T18:30:03.9373197Z INFO | SharedLibrary::open for [libX11.so.6] +2026-08-04T18:30:03.9373547Z INFO | SharedLibrary::open for [libX11-xcb] +2026-08-04T18:30:03.9373936Z WARNING | Could not open libX11-xcb.so, try libX11-xcb.so.1 +2026-08-04T18:30:03.9374341Z INFO | SharedLibrary::open for [libX11-xcb.so.1] +2026-08-04T18:30:03.9374710Z INFO | Graphics Adapter Vendor Google (Google Inc.) +2026-08-04T18:30:03.9375194Z INFO | Graphics Adapter Android Emulator OpenGL ES Translator (Google SwiftShader) +2026-08-04T18:30:03.9376238Z INFO | Graphics API Version OpenGL ES 3.0 (OpenGL ES 3.0 SwiftShader 4.0.0.1) +2026-08-04T18:30:03.9378440Z INFO | Graphics API Extensions GL_OES_EGL_sync GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_standard_derivatives GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_texture_format_BGRA8888 GL_APPLE_texture_format_BGRA8888 +2026-08-04T18:30:03.9380538Z INFO | Graphics Device Extensions N/A +2026-08-04T18:30:03.9380881Z INFO | Verified boot params were not found. +2026-08-04T18:30:03.9381218Z INFO | Userspace boot properties: +2026-08-04T18:30:03.9381705Z INFO | android.bootanim=0 +2026-08-04T18:30:03.9381992Z INFO | android.qemud=1 +2026-08-04T18:30:03.9382449Z INFO | androidboot.android_dt_dir=/sys/bus/platform/devices/ANDR0001:00/properties/android/ +2026-08-04T18:30:03.9382971Z INFO | androidboot.hardware=ranchu +2026-08-04T18:30:03.9383320Z INFO | androidboot.serialno=EMULATOR37X1X11X0 +2026-08-04T18:30:03.9383635Z INFO | qemu=1 +2026-08-04T18:30:03.9384048Z INFO | qemu.avd_name=test +2026-08-04T18:30:03.9384352Z INFO | qemu.camera_hq_edge_processing=0 +2026-08-04T18:30:03.9384688Z INFO | qemu.dalvik.vm.heapsize=384m +2026-08-04T18:30:03.9384994Z INFO | qemu.encrypt=1 +2026-08-04T18:30:03.9385249Z INFO | qemu.gles=1 +2026-08-04T18:30:03.9385510Z INFO | qemu.gltransport=pipe +2026-08-04T18:30:03.9385841Z INFO | qemu.gltransport.drawFlushInterval=800 +2026-08-04T18:30:03.9386189Z INFO | qemu.opengles.version=196608 +2026-08-04T18:30:03.9533941Z WARNING: cannnot unmap ptr 0x7f9863401000 as it is in the protected range from 0x7f9803400000 to 0x7f9863600000 +2026-08-04T18:30:03.9597937Z INFO | qemu.settings.system.screen_off_timeout=2147483647 +2026-08-04T18:30:03.9598442Z INFO | qemu.skin=320x640 +2026-08-04T18:30:03.9598792Z INFO | qemu.uirenderer=skiagl +2026-08-04T18:30:03.9599151Z INFO | qemu.vsync=60 +2026-08-04T18:30:03.9599471Z INFO | qemu.wifi=1 +2026-08-04T18:30:03.9599840Z INFO | Monitoring duration of emulator setup. +2026-08-04T18:30:03.9670185Z INFO | Setting display: 0 configuration to: 320x640, dpi: 160x160 +2026-08-04T18:30:03.9670850Z INFO | setDisplayActiveConfig: id:0, 320x640 +2026-08-04T18:30:03.9671759Z INFO | emulatorSetupEnvironment: Environment scene is not required +2026-08-04T18:30:03.9712541Z USER_INFO | Emulator is performing a full startup. This may take upto two minutes, or more. +2026-08-04T18:30:03.9713282Z WARNING | Failed to process .ini file /home/runner/.android/emu-update-last-check.ini for reading. +2026-08-04T18:30:04.1744911Z WARNING | Failed to process .ini file /home/runner/.android/emu-update-last-check.ini for reading. +2026-08-04T18:30:13.7098656Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:13.7127509Z * daemon not running; starting now at tcp:5037 +2026-08-04T18:30:13.7152605Z * daemon started successfully +2026-08-04T18:30:13.7154001Z adb: device offline +2026-08-04T18:30:13.7160969Z The process '/usr/local/lib/android/sdk/platform-tools/adb' failed with exit code 1 +2026-08-04T18:30:15.7218201Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:15.7317991Z +2026-08-04T18:30:17.7381457Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:17.7477658Z +2026-08-04T18:30:19.7528153Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:19.7718744Z +2026-08-04T18:30:21.7760931Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:21.7863105Z +2026-08-04T18:30:23.7919662Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:23.8020491Z +2026-08-04T18:30:25.8105118Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:25.8201378Z +2026-08-04T18:30:27.8261105Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:27.8357116Z +2026-08-04T18:30:29.8400657Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:29.8503256Z +2026-08-04T18:30:31.8550556Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:31.8771620Z +2026-08-04T18:30:33.8827502Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:33.8925295Z +2026-08-04T18:30:35.8974278Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:35.9360811Z +2026-08-04T18:30:37.9396215Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:37.9772659Z +2026-08-04T18:30:39.9827657Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell getprop sys.boot_completed +2026-08-04T18:30:40.0438013Z 1 +2026-08-04T18:30:40.0446239Z Emulator booted. +2026-08-04T18:30:40.0468559Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell input keyevent 82 +2026-08-04T18:30:41.0185432Z Disabling animations. +2026-08-04T18:30:41.0209342Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell settings put global window_animation_scale 0.0 +2026-08-04T18:30:41.1402328Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell settings put global transition_animation_scale 0.0 +2026-08-04T18:30:41.1978678Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 shell settings put global animator_duration_scale 0.0 +2026-08-04T18:30:41.2896601Z ##[endgroup] +2026-08-04T18:30:41.2922882Z [command]/usr/bin/sh -c npm run test:android +2026-08-04T18:30:41.3967481Z +2026-08-04T18:30:41.3967905Z > @bitrise/code-push-sdk@0.0.0 test:android +2026-08-04T18:30:41.3968546Z > npm run build:tests && npm run test:setup:android && npm run test:fast:android +2026-08-04T18:30:41.3968994Z +2026-08-04T18:30:41.5021288Z +2026-08-04T18:30:41.5021733Z > @bitrise/code-push-sdk@0.0.0 prebuild:tests +2026-08-04T18:30:41.5022381Z > npm run clean && npm run tslint +2026-08-04T18:30:41.5022642Z +2026-08-04T18:30:41.6063104Z +2026-08-04T18:30:41.6063538Z > @bitrise/code-push-sdk@0.0.0 clean +2026-08-04T18:30:41.6063988Z > shx rm -rf bin lib +2026-08-04T18:30:41.6064193Z +2026-08-04T18:30:41.7674709Z +2026-08-04T18:30:41.7675123Z > @bitrise/code-push-sdk@0.0.0 tslint +2026-08-04T18:30:41.7675592Z > tslint -c tslint.json test/**/*.ts +2026-08-04T18:30:41.7676256Z +2026-08-04T18:30:41.9955200Z INFO | Boot completed in 38255 ms +2026-08-04T18:30:41.9955884Z INFO | Increasing screen off timeout, logcat buffer size to 2M. +2026-08-04T18:30:42.1575928Z +2026-08-04T18:30:42.1576561Z > @bitrise/code-push-sdk@0.0.0 build:tests +2026-08-04T18:30:42.1577178Z > tsc +2026-08-04T18:30:43.4795867Z +2026-08-04T18:30:43.4795877Z +2026-08-04T18:30:43.4796335Z > @bitrise/code-push-sdk@0.0.0 test:setup:android +2026-08-04T18:30:43.4796825Z > mocha --recursive bin/test --android --setup +2026-08-04T18:30:43.4797112Z +2026-08-04T18:30:43.7597404Z Initializing tests for @bitrise/code-push-sdk +2026-08-04T18:30:43.7598189Z TestCodePush +2026-08-04T18:30:43.7598602Z com.testcodepush +2026-08-04T18:30:43.7599023Z Testing undefined. +2026-08-04T18:30:43.7599412Z On android +2026-08-04T18:30:43.7599899Z test run directory = /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:30:43.7600624Z updates directory = /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:30:43.7601237Z --setting up-- +2026-08-04T18:30:43.7622869Z +2026-08-04T18:30:43.7625500Z +2026-08-04T18:30:43.7630207Z CodePush React-Native Plugin +2026-08-04T18:30:43.7631079Z Setting Up For Tests +2026-08-04T18:30:43.7683792Z Building test project. +2026-08-04T18:30:43.7690794Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +2026-08-04T18:30:43.7793713Z [TIMING] exec "emulator -list-avds" took 15ms +2026-08-04T18:30:43.7794351Z Using Android simulator named test +2026-08-04T18:30:43.7794855Z Setting up Android emulator. +2026-08-04T18:30:43.7795355Z Checking if Android emulator is ready yet... +2026-08-04T18:30:44.0672374Z [TIMING] exec "adb shell pm list packages" took 287ms +2026-08-04T18:30:44.0673121Z Android emulator is ready! +2026-08-04T18:30:44.0673624Z [TIMING] Android bootEmulator took 288ms +2026-08-04T18:30:44.3152156Z npm warn exec The following package was not found and will be installed: @react-native-community/cli@20.2.0 +2026-08-04T18:30:49.7805741Z - Downloading template +2026-08-04T18:30:50.8108027Z ✔ Downloading template +2026-08-04T18:30:50.8108412Z - Copying template +2026-08-04T18:30:50.8281521Z ✔ Copying template +2026-08-04T18:30:50.8285363Z - Processing template +2026-08-04T18:30:50.8565858Z ✔ Processing template +2026-08-04T18:30:50.8566383Z - Installing dependencies +2026-08-04T18:31:11.9584560Z ✔ Installing dependencies +2026-08-04T18:31:11.9633582Z - Initializing Git repository +2026-08-04T18:31:12.0045476Z  +2026-08-04T18:31:12.0046665Z +2026-08-04T18:31:12.0047255Z Run instructions for Android: +2026-08-04T18:31:12.0047884Z • Have an Android emulator running (quickest way to get started), or a device connected. +2026-08-04T18:31:12.0048704Z • cd "/tmp/@bitrise/code-push-sdk/test-run/TestCodePush" && npx react-native run-android +2026-08-04T18:31:12.0049158Z +2026-08-04T18:31:12.0049358Z  +2026-08-04T18:31:12.0409645Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 28272ms +2026-08-04T18:31:12.0410811Z "npx @react-native-community/cli init TestCodePush" success. cwd=/tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:31:12.0517838Z Running command: npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +2026-08-04T18:31:12.2872865Z +2026-08-04T18:31:12.2873373Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T18:31:12.2873792Z > npm run build:ts +2026-08-04T18:31:12.2873959Z +2026-08-04T18:31:12.3917091Z +2026-08-04T18:31:12.3917534Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T18:31:12.3918009Z > tsc -p tsconfig.build.json +2026-08-04T18:31:12.3918257Z +2026-08-04T18:31:14.0177873Z npm notice +2026-08-04T18:31:14.0178505Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +2026-08-04T18:31:14.0178980Z npm notice Tarball Contents +2026-08-04T18:31:14.0224461Z npm notice 388B .config/CredScanSuppressions.json +2026-08-04T18:31:14.0224973Z npm notice 703B AlertAdapter.js +2026-08-04T18:31:14.0225830Z npm notice 26.1kB CodePush.js +2026-08-04T18:31:14.0226236Z npm notice 1.1kB CodePush.podspec +2026-08-04T18:31:14.0226618Z npm notice 4.2kB CONTRIBUTING.md +2026-08-04T18:31:14.0227010Z npm notice 1.1kB LICENSE.md +2026-08-04T18:31:14.0227349Z npm notice 40.5kB README.md +2026-08-04T18:31:14.0227683Z npm notice 2.8kB SECURITY.md +2026-08-04T18:31:14.0228045Z npm notice 1.7kB android/app/build.gradle +2026-08-04T18:31:14.0228462Z npm notice 1.2kB android/app/proguard-rules.pro +2026-08-04T18:31:14.0228934Z npm notice 151B android/app/src/main/AndroidManifest.xml +2026-08-04T18:31:14.0229558Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +2026-08-04T18:31:14.0230373Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +2026-08-04T18:31:14.0231230Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +2026-08-04T18:31:14.0232483Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +2026-08-04T18:31:14.0233443Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +2026-08-04T18:31:14.0234473Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +2026-08-04T18:31:14.0235478Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +2026-08-04T18:31:14.0236417Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +2026-08-04T18:31:14.0237383Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +2026-08-04T18:31:14.0238261Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +2026-08-04T18:31:14.0238979Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +2026-08-04T18:31:14.0239659Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +2026-08-04T18:31:14.0240307Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +2026-08-04T18:31:14.0241119Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +2026-08-04T18:31:14.0241922Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +2026-08-04T18:31:14.0242531Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +2026-08-04T18:31:14.0243175Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +2026-08-04T18:31:14.0243790Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +2026-08-04T18:31:14.0244368Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +2026-08-04T18:31:14.0244983Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +2026-08-04T18:31:14.0245587Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +2026-08-04T18:31:14.0246052Z npm notice 570B android/build.gradle +2026-08-04T18:31:14.0246330Z npm notice 7.5kB android/codepush.gradle +2026-08-04T18:31:14.0246622Z npm notice 856B android/gradle.properties +2026-08-04T18:31:14.0246978Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +2026-08-04T18:31:14.0247415Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +2026-08-04T18:31:14.0247788Z npm notice 5.1kB android/gradlew +2026-08-04T18:31:14.0248058Z npm notice 2.4kB android/gradlew.bat +2026-08-04T18:31:14.0248348Z npm notice 74B android/settings.gradle +2026-08-04T18:31:14.0248639Z npm notice 8.3kB api-compat/compat.ts +2026-08-04T18:31:14.0248967Z npm notice 550.1kB ci-android-timing-30922689340.txt +2026-08-04T18:31:14.0249317Z npm notice 615.6kB ci-ios-timing-30922689340.txt +2026-08-04T18:31:14.0249777Z npm notice 709.9kB ci-ios-timing-30935754826.txt +2026-08-04T18:31:14.0250087Z npm notice 5.1kB docs/api-android.md +2026-08-04T18:31:14.0250366Z npm notice 3.3kB docs/api-ios.md +2026-08-04T18:31:14.0250634Z npm notice 43.4kB docs/api-js.md +2026-08-04T18:31:14.0250928Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +2026-08-04T18:31:14.0251351Z npm notice 2.6kB docs/multi-deployment-testing-android.md +2026-08-04T18:31:14.0251952Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +2026-08-04T18:31:14.0252295Z npm notice 6.4kB docs/setup-android.md +2026-08-04T18:31:14.0252579Z npm notice 6.6kB docs/setup-ios.md +2026-08-04T18:31:14.0252853Z npm notice 4.8kB docs/setup-windows.md +2026-08-04T18:31:14.0253130Z npm notice 15.8kB expo.js +2026-08-04T18:31:14.0253436Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +2026-08-04T18:31:14.0253939Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +2026-08-04T18:31:14.0254594Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +2026-08-04T18:31:14.0255177Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +2026-08-04T18:31:14.0255600Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +2026-08-04T18:31:14.0255983Z npm notice 1.2kB ios/CodePush/Base64/README.md +2026-08-04T18:31:14.0256300Z npm notice 8.0kB ios/CodePush/CodePush.h +2026-08-04T18:31:14.0256633Z npm notice 42.0kB ios/CodePush/CodePush.m +2026-08-04T18:31:14.0256965Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +2026-08-04T18:31:14.0257340Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +2026-08-04T18:31:14.0257806Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +2026-08-04T18:31:14.0258200Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +2026-08-04T18:31:14.0258604Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +2026-08-04T18:31:14.0258980Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +2026-08-04T18:31:14.0259321Z npm notice 276B ios/CodePush/CodePushUtils.m +2026-08-04T18:31:14.0259714Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +2026-08-04T18:31:14.0260207Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +2026-08-04T18:31:14.0260870Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +2026-08-04T18:31:14.0261377Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +2026-08-04T18:31:14.0262087Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +2026-08-04T18:31:14.0262594Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +2026-08-04T18:31:14.0263126Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +2026-08-04T18:31:14.0263666Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +2026-08-04T18:31:14.0264223Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +2026-08-04T18:31:14.0264805Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +2026-08-04T18:31:14.0265401Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +2026-08-04T18:31:14.0265988Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +2026-08-04T18:31:14.0266527Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +2026-08-04T18:31:14.0267048Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +2026-08-04T18:31:14.0267572Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +2026-08-04T18:31:14.0268086Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +2026-08-04T18:31:14.0268606Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +2026-08-04T18:31:14.0269129Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +2026-08-04T18:31:14.0269691Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +2026-08-04T18:31:14.0270422Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +2026-08-04T18:31:14.0271010Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +2026-08-04T18:31:14.0271744Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +2026-08-04T18:31:14.0272231Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +2026-08-04T18:31:14.0272612Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +2026-08-04T18:31:14.0273020Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +2026-08-04T18:31:14.0273698Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +2026-08-04T18:31:14.0274463Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +2026-08-04T18:31:14.0275298Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +2026-08-04T18:31:14.0276117Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +2026-08-04T18:31:14.0276932Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +2026-08-04T18:31:14.0277672Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +2026-08-04T18:31:14.0278317Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +2026-08-04T18:31:14.0279027Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +2026-08-04T18:31:14.0279821Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +2026-08-04T18:31:14.0280601Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +2026-08-04T18:31:14.0281379Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +2026-08-04T18:31:14.0282420Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +2026-08-04T18:31:14.0283265Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +2026-08-04T18:31:14.0284085Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +2026-08-04T18:31:14.0284881Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +2026-08-04T18:31:14.0285659Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +2026-08-04T18:31:14.0286442Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +2026-08-04T18:31:14.0287400Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +2026-08-04T18:31:14.0288117Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +2026-08-04T18:31:14.0288796Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +2026-08-04T18:31:14.0289518Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +2026-08-04T18:31:14.0290274Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +2026-08-04T18:31:14.0290902Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +2026-08-04T18:31:14.0291390Z npm notice 16.5kB ios/CodePush/JWT/README.md +2026-08-04T18:31:14.0292217Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +2026-08-04T18:31:14.0292929Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +2026-08-04T18:31:14.0293641Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +2026-08-04T18:31:14.0294275Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +2026-08-04T18:31:14.0294878Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +2026-08-04T18:31:14.0295526Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +2026-08-04T18:31:14.0296221Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +2026-08-04T18:31:14.0296917Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +2026-08-04T18:31:14.0297786Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +2026-08-04T18:31:14.0298457Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +2026-08-04T18:31:14.0299126Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +2026-08-04T18:31:14.0299802Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +2026-08-04T18:31:14.0300489Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +2026-08-04T18:31:14.0301710Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +2026-08-04T18:31:14.0302469Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +2026-08-04T18:31:14.0303200Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +2026-08-04T18:31:14.0303915Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +2026-08-04T18:31:14.0304670Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +2026-08-04T18:31:14.0305430Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +2026-08-04T18:31:14.0306182Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +2026-08-04T18:31:14.0306960Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +2026-08-04T18:31:14.0307737Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +2026-08-04T18:31:14.0308496Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +2026-08-04T18:31:14.0309253Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +2026-08-04T18:31:14.0309976Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +2026-08-04T18:31:14.0310648Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +2026-08-04T18:31:14.0311360Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +2026-08-04T18:31:14.0312277Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +2026-08-04T18:31:14.0312978Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +2026-08-04T18:31:14.0313686Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +2026-08-04T18:31:14.0314409Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +2026-08-04T18:31:14.0315122Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +2026-08-04T18:31:14.0315779Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +2026-08-04T18:31:14.0316431Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +2026-08-04T18:31:14.0317050Z npm notice 267B ios/CodePush/SSZipArchive/README.md +2026-08-04T18:31:14.0317699Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +2026-08-04T18:31:14.0318361Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +2026-08-04T18:31:14.0319160Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +2026-08-04T18:31:14.0319922Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +2026-08-04T18:31:14.0320872Z npm notice 844B ios/PrivacyInfo.xcprivacy +2026-08-04T18:31:14.0321809Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +2026-08-04T18:31:14.0322652Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +2026-08-04T18:31:14.0323468Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +2026-08-04T18:31:14.0324209Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +2026-08-04T18:31:14.0325068Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +2026-08-04T18:31:14.0325822Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +2026-08-04T18:31:14.0326578Z npm notice 921B lib/acquisition-sdk/types.d.ts +2026-08-04T18:31:14.0327247Z npm notice 375B lib/acquisition-sdk/types.js +2026-08-04T18:31:14.0327914Z npm notice 159B lib/acquisition-sdk/types.js.map +2026-08-04T18:31:14.0328651Z npm notice 147B logging.js +2026-08-04T18:31:14.0329176Z npm notice 2.8kB package-mixins.js +2026-08-04T18:31:14.0329770Z npm notice 3.5kB package.json +2026-08-04T18:31:14.0330338Z npm notice 337B react-native.config.js +2026-08-04T18:31:14.0344809Z npm notice 1.2kB request-fetch-adapter.js +2026-08-04T18:31:14.0345452Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +2026-08-04T18:31:14.0346123Z npm notice 646B scripts/getFilesInFolder.js +2026-08-04T18:31:14.0346714Z npm notice 4.5kB scripts/postlink/android/postlink.js +2026-08-04T18:31:14.0347330Z npm notice 5.1kB scripts/postlink/ios/postlink.js +2026-08-04T18:31:14.0347876Z npm notice 241B scripts/postlink/run.js +2026-08-04T18:31:14.0348427Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +2026-08-04T18:31:14.0349049Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +2026-08-04T18:31:14.0349804Z npm notice 249B scripts/postunlink/run.js +2026-08-04T18:31:14.0350418Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +2026-08-04T18:31:14.0351085Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +2026-08-04T18:31:14.0351946Z npm notice 6.1kB scripts/tools/linkToolsIos.js +2026-08-04T18:31:14.0352501Z npm notice 338.0kB test-ios-timing-20260804.txt +2026-08-04T18:31:14.0353101Z npm notice 9.3kB test-ios-timing-analysis-20260804.md +2026-08-04T18:31:14.0353644Z npm notice 784B tslint.json +2026-08-04T18:31:14.0354114Z npm notice 16.9kB typings/react-native-code-push.d.ts +2026-08-04T18:31:14.0354763Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +2026-08-04T18:31:14.0355599Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +2026-08-04T18:31:14.0356567Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +2026-08-04T18:31:14.0357424Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +2026-08-04T18:31:14.0358266Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +2026-08-04T18:31:14.0359151Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +2026-08-04T18:31:14.0359982Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +2026-08-04T18:31:14.0360947Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +2026-08-04T18:31:14.0362053Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +2026-08-04T18:31:14.0362796Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +2026-08-04T18:31:14.0363481Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +2026-08-04T18:31:14.0364175Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +2026-08-04T18:31:14.0364948Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +2026-08-04T18:31:14.0365729Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +2026-08-04T18:31:14.0366437Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +2026-08-04T18:31:14.0367262Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +2026-08-04T18:31:14.0368320Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +2026-08-04T18:31:14.0369129Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +2026-08-04T18:31:14.0369933Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +2026-08-04T18:31:14.0370751Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +2026-08-04T18:31:14.0371769Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +2026-08-04T18:31:14.0372505Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +2026-08-04T18:31:14.0373345Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +2026-08-04T18:31:14.0374136Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +2026-08-04T18:31:14.0374877Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +2026-08-04T18:31:14.0375563Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +2026-08-04T18:31:14.0376198Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +2026-08-04T18:31:14.0376875Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +2026-08-04T18:31:14.0377525Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +2026-08-04T18:31:14.0378205Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +2026-08-04T18:31:14.0378956Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +2026-08-04T18:31:14.0379645Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +2026-08-04T18:31:14.0380266Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +2026-08-04T18:31:14.0380639Z npm notice 139B windows/CodePush/CodePush.def +2026-08-04T18:31:14.0380975Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +2026-08-04T18:31:14.0381342Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +2026-08-04T18:31:14.0382276Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +2026-08-04T18:31:14.0382632Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +2026-08-04T18:31:14.0382971Z npm notice 360B windows/CodePush/CodePushConfig.idl +2026-08-04T18:31:14.0383361Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +2026-08-04T18:31:14.0383777Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +2026-08-04T18:31:14.0384174Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +2026-08-04T18:31:14.0384569Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +2026-08-04T18:31:14.0384937Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +2026-08-04T18:31:14.0385284Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +2026-08-04T18:31:14.0385670Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +2026-08-04T18:31:14.0386086Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +2026-08-04T18:31:14.0386476Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +2026-08-04T18:31:14.0386856Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +2026-08-04T18:31:14.0387208Z npm notice 735B windows/CodePush/CodePushUtils.cpp +2026-08-04T18:31:14.0387540Z npm notice 422B windows/CodePush/CodePushUtils.h +2026-08-04T18:31:14.0387867Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +2026-08-04T18:31:14.0388183Z npm notice 866B windows/CodePush/FileUtils.h +2026-08-04T18:31:14.0388490Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +2026-08-04T18:31:14.0388808Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +2026-08-04T18:31:14.0389133Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +2026-08-04T18:31:14.0389451Z npm notice 4.3kB windows/CodePush/miniz/readme.md +2026-08-04T18:31:14.0389772Z npm notice 159B windows/CodePush/packages.config +2026-08-04T18:31:14.0390086Z npm notice 20B windows/CodePush/pch.cpp +2026-08-04T18:31:14.0390391Z npm notice 124B windows/CodePush/pch.h +2026-08-04T18:31:14.0390719Z npm notice 586B windows/CodePush/PropertySheet.props +2026-08-04T18:31:14.0391102Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +2026-08-04T18:31:14.0391486Z npm notice 699B windows/CodePush/ReactPackageProvider.h +2026-08-04T18:31:14.0392217Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +2026-08-04T18:31:14.0392684Z npm notice Tarball Details +2026-08-04T18:31:14.0392934Z npm notice name: @bitrise/code-push-sdk +2026-08-04T18:31:14.0393207Z npm notice version: 0.0.0 +2026-08-04T18:31:14.0393489Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T18:31:14.0393813Z npm notice package size: 641.6 kB +2026-08-04T18:31:14.0394078Z npm notice unpacked size: 4.2 MB +2026-08-04T18:31:14.0394389Z npm notice shasum: 4edec9be0e215de8b9972e3285f68e221c4eec52 +2026-08-04T18:31:14.0394797Z npm notice integrity: sha512-xXGIJSRdqqRof[...]hpV+6vcYx3JpA== +2026-08-04T18:31:14.0395140Z npm notice total files: 251 +2026-08-04T18:31:14.0395366Z npm notice +2026-08-04T18:31:14.0395595Z bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T18:31:15.9793718Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +2026-08-04T18:31:17.3977288Z +2026-08-04T18:31:17.3978063Z added 27 packages, and audited 894 packages in 3s +2026-08-04T18:31:17.3978524Z +2026-08-04T18:31:17.3978712Z 172 packages are looking for funding +2026-08-04T18:31:17.3979211Z run `npm fund` for details +2026-08-04T18:31:17.4173247Z +2026-08-04T18:31:17.4173857Z 10 moderate severity vulnerabilities +2026-08-04T18:31:17.4174190Z +2026-08-04T18:31:17.4174340Z To address all issues possible, run: +2026-08-04T18:31:17.4174752Z npm audit fix --force +2026-08-04T18:31:17.4174956Z +2026-08-04T18:31:17.4175137Z Some issues need review, and may require choosing +2026-08-04T18:31:17.4175585Z a different dependency. +2026-08-04T18:31:17.4175794Z +2026-08-04T18:31:17.4175924Z Run `npm audit` for details. +2026-08-04T18:31:17.4182892Z npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts: +2026-08-04T18:31:17.4183772Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +2026-08-04T18:31:17.4184368Z npm warn allow-scripts +2026-08-04T18:31:17.4185186Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +2026-08-04T18:31:17.6970417Z +2026-08-04T18:31:17.6977870Z added 1 package, and audited 3 packages in 204ms +2026-08-04T18:31:17.6978241Z +2026-08-04T18:31:17.6978374Z found 0 vulnerabilities +2026-08-04T18:31:17.7055085Z Reshimming mise 24... +2026-08-04T18:31:17.7180826Z [TIMING] exec "npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm ..." took 5666ms +2026-08-04T18:31:17.7182381Z [TIMING] createTestProject(testRunDirectory) took 33950ms +2026-08-04T18:31:17.7183032Z Building update project. +2026-08-04T18:31:17.7186720Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +2026-08-04T18:31:19.1533751Z - Downloading template +2026-08-04T18:31:19.8878941Z ✔ Downloading template +2026-08-04T18:31:19.8879300Z - Copying template +2026-08-04T18:31:19.9082356Z ✔ Copying template +2026-08-04T18:31:19.9082800Z - Processing template +2026-08-04T18:31:19.9397013Z ✔ Processing template +2026-08-04T18:31:19.9397565Z - Installing dependencies +2026-08-04T18:31:31.5871427Z ✔ Installing dependencies +2026-08-04T18:31:31.5916761Z - Initializing Git repository +2026-08-04T18:31:31.6327229Z  +2026-08-04T18:31:31.6327524Z +2026-08-04T18:31:31.6327943Z Run instructions for Android: +2026-08-04T18:31:31.6328746Z • Have an Android emulator running (quickest way to get started), or a device connected. +2026-08-04T18:31:31.6329757Z • cd "/tmp/@bitrise/code-push-sdk/updates/TestCodePush" && npx react-native run-android +2026-08-04T18:31:31.6330413Z +2026-08-04T18:31:31.6330710Z  +2026-08-04T18:31:31.6548755Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 13936ms +2026-08-04T18:31:31.6616425Z "npx @react-native-community/cli init TestCodePush" success. cwd=/tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:31:31.6617896Z Running command: npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +2026-08-04T18:31:31.8983119Z +2026-08-04T18:31:31.8983753Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T18:31:31.8984377Z > npm run build:ts +2026-08-04T18:31:31.8984589Z +2026-08-04T18:31:31.9985303Z +2026-08-04T18:31:31.9985679Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T18:31:31.9986471Z > tsc -p tsconfig.build.json +2026-08-04T18:31:31.9986812Z +2026-08-04T18:31:33.6119824Z npm notice +2026-08-04T18:31:33.6120493Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +2026-08-04T18:31:33.6121013Z npm notice Tarball Contents +2026-08-04T18:31:33.6165008Z npm notice 388B .config/CredScanSuppressions.json +2026-08-04T18:31:33.6165555Z npm notice 703B AlertAdapter.js +2026-08-04T18:31:33.6165969Z npm notice 26.1kB CodePush.js +2026-08-04T18:31:33.6166333Z npm notice 1.1kB CodePush.podspec +2026-08-04T18:31:33.6166711Z npm notice 4.2kB CONTRIBUTING.md +2026-08-04T18:31:33.6167095Z npm notice 1.1kB LICENSE.md +2026-08-04T18:31:33.6167428Z npm notice 40.5kB README.md +2026-08-04T18:31:33.6167767Z npm notice 2.8kB SECURITY.md +2026-08-04T18:31:33.6168152Z npm notice 1.7kB android/app/build.gradle +2026-08-04T18:31:33.6168616Z npm notice 1.2kB android/app/proguard-rules.pro +2026-08-04T18:31:33.6169126Z npm notice 151B android/app/src/main/AndroidManifest.xml +2026-08-04T18:31:33.6169812Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +2026-08-04T18:31:33.6170707Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +2026-08-04T18:31:33.6171919Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +2026-08-04T18:31:33.6173190Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +2026-08-04T18:31:33.6174270Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +2026-08-04T18:31:33.6175343Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +2026-08-04T18:31:33.6176261Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +2026-08-04T18:31:33.6177126Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +2026-08-04T18:31:33.6178005Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +2026-08-04T18:31:33.6178903Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +2026-08-04T18:31:33.6179759Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +2026-08-04T18:31:33.6180619Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +2026-08-04T18:31:33.6181438Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +2026-08-04T18:31:33.6182434Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +2026-08-04T18:31:33.6183209Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +2026-08-04T18:31:33.6183958Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +2026-08-04T18:31:33.6184773Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +2026-08-04T18:31:33.6185424Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +2026-08-04T18:31:33.6186018Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +2026-08-04T18:31:33.6186633Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +2026-08-04T18:31:33.6187247Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +2026-08-04T18:31:33.6187701Z npm notice 570B android/build.gradle +2026-08-04T18:31:33.6188138Z npm notice 7.5kB android/codepush.gradle +2026-08-04T18:31:33.6188426Z npm notice 856B android/gradle.properties +2026-08-04T18:31:33.6188771Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +2026-08-04T18:31:33.6189185Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +2026-08-04T18:31:33.6189546Z npm notice 5.1kB android/gradlew +2026-08-04T18:31:33.6189799Z npm notice 2.4kB android/gradlew.bat +2026-08-04T18:31:33.6190078Z npm notice 74B android/settings.gradle +2026-08-04T18:31:33.6190375Z npm notice 8.3kB api-compat/compat.ts +2026-08-04T18:31:33.6190698Z npm notice 550.1kB ci-android-timing-30922689340.txt +2026-08-04T18:31:33.6191049Z npm notice 615.6kB ci-ios-timing-30922689340.txt +2026-08-04T18:31:33.6191383Z npm notice 709.9kB ci-ios-timing-30935754826.txt +2026-08-04T18:31:33.6191850Z npm notice 5.1kB docs/api-android.md +2026-08-04T18:31:33.6192145Z npm notice 3.3kB docs/api-ios.md +2026-08-04T18:31:33.6192407Z npm notice 43.4kB docs/api-js.md +2026-08-04T18:31:33.6192705Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +2026-08-04T18:31:33.6193086Z npm notice 2.6kB docs/multi-deployment-testing-android.md +2026-08-04T18:31:33.6193490Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +2026-08-04T18:31:33.6193830Z npm notice 6.4kB docs/setup-android.md +2026-08-04T18:31:33.6194122Z npm notice 6.6kB docs/setup-ios.md +2026-08-04T18:31:33.6194410Z npm notice 4.8kB docs/setup-windows.md +2026-08-04T18:31:33.6194684Z npm notice 15.8kB expo.js +2026-08-04T18:31:33.6194982Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +2026-08-04T18:31:33.6195568Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +2026-08-04T18:31:33.6196241Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +2026-08-04T18:31:33.6197056Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +2026-08-04T18:31:33.6197503Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +2026-08-04T18:31:33.6197882Z npm notice 1.2kB ios/CodePush/Base64/README.md +2026-08-04T18:31:33.6198206Z npm notice 8.0kB ios/CodePush/CodePush.h +2026-08-04T18:31:33.6198505Z npm notice 42.0kB ios/CodePush/CodePush.m +2026-08-04T18:31:33.6198816Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +2026-08-04T18:31:33.6199174Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +2026-08-04T18:31:33.6199581Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +2026-08-04T18:31:33.6199924Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +2026-08-04T18:31:33.6200288Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +2026-08-04T18:31:33.6200666Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +2026-08-04T18:31:33.6201008Z npm notice 276B ios/CodePush/CodePushUtils.m +2026-08-04T18:31:33.6201401Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +2026-08-04T18:31:33.6202155Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +2026-08-04T18:31:33.6202672Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +2026-08-04T18:31:33.6203177Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +2026-08-04T18:31:33.6203664Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +2026-08-04T18:31:33.6204172Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +2026-08-04T18:31:33.6204723Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +2026-08-04T18:31:33.6205273Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +2026-08-04T18:31:33.6205828Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +2026-08-04T18:31:33.6206410Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +2026-08-04T18:31:33.6207009Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +2026-08-04T18:31:33.6207573Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +2026-08-04T18:31:33.6208238Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +2026-08-04T18:31:33.6208765Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +2026-08-04T18:31:33.6209308Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +2026-08-04T18:31:33.6209832Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +2026-08-04T18:31:33.6210357Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +2026-08-04T18:31:33.6210883Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +2026-08-04T18:31:33.6211451Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +2026-08-04T18:31:33.6212209Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +2026-08-04T18:31:33.6212792Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +2026-08-04T18:31:33.6213366Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +2026-08-04T18:31:33.6213851Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +2026-08-04T18:31:33.6214266Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +2026-08-04T18:31:33.6214668Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +2026-08-04T18:31:33.6215074Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +2026-08-04T18:31:33.6215514Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +2026-08-04T18:31:33.6216003Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +2026-08-04T18:31:33.6216480Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +2026-08-04T18:31:33.6217060Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +2026-08-04T18:31:33.6217492Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +2026-08-04T18:31:33.6217866Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +2026-08-04T18:31:33.6218283Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +2026-08-04T18:31:33.6218747Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +2026-08-04T18:31:33.6219197Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +2026-08-04T18:31:33.6219642Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +2026-08-04T18:31:33.6220128Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +2026-08-04T18:31:33.6220593Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +2026-08-04T18:31:33.6221049Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +2026-08-04T18:31:33.6221624Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +2026-08-04T18:31:33.6222071Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +2026-08-04T18:31:33.6222523Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +2026-08-04T18:31:33.6222984Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +2026-08-04T18:31:33.6223448Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +2026-08-04T18:31:33.6223896Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +2026-08-04T18:31:33.6224356Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +2026-08-04T18:31:33.6224829Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +2026-08-04T18:31:33.6225227Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +2026-08-04T18:31:33.6225537Z npm notice 16.5kB ios/CodePush/JWT/README.md +2026-08-04T18:31:33.6225912Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +2026-08-04T18:31:33.6226335Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +2026-08-04T18:31:33.6226767Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +2026-08-04T18:31:33.6227160Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +2026-08-04T18:31:33.6227650Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +2026-08-04T18:31:33.6228054Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +2026-08-04T18:31:33.6228474Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +2026-08-04T18:31:33.6228906Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +2026-08-04T18:31:33.6229336Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +2026-08-04T18:31:33.6229747Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +2026-08-04T18:31:33.6230163Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +2026-08-04T18:31:33.6230575Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +2026-08-04T18:31:33.6230969Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +2026-08-04T18:31:33.6231379Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +2026-08-04T18:31:33.6231973Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +2026-08-04T18:31:33.6232394Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +2026-08-04T18:31:33.6232816Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +2026-08-04T18:31:33.6233252Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +2026-08-04T18:31:33.6233689Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +2026-08-04T18:31:33.6234146Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +2026-08-04T18:31:33.6234592Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +2026-08-04T18:31:33.6235041Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +2026-08-04T18:31:33.6235478Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +2026-08-04T18:31:33.6235913Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +2026-08-04T18:31:33.6236502Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +2026-08-04T18:31:33.6236933Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +2026-08-04T18:31:33.6237363Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +2026-08-04T18:31:33.6237796Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +2026-08-04T18:31:33.6238207Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +2026-08-04T18:31:33.6238616Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +2026-08-04T18:31:33.6239027Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +2026-08-04T18:31:33.6239435Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +2026-08-04T18:31:33.6239836Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +2026-08-04T18:31:33.6240221Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +2026-08-04T18:31:33.6240585Z npm notice 267B ios/CodePush/SSZipArchive/README.md +2026-08-04T18:31:33.6240963Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +2026-08-04T18:31:33.6241356Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +2026-08-04T18:31:33.6241892Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +2026-08-04T18:31:33.6242358Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +2026-08-04T18:31:33.6242807Z npm notice 844B ios/PrivacyInfo.xcprivacy +2026-08-04T18:31:33.6243166Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +2026-08-04T18:31:33.6243551Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +2026-08-04T18:31:33.6243942Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +2026-08-04T18:31:33.6244339Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +2026-08-04T18:31:33.6244721Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +2026-08-04T18:31:33.6245104Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +2026-08-04T18:31:33.6245473Z npm notice 921B lib/acquisition-sdk/types.d.ts +2026-08-04T18:31:33.6245814Z npm notice 375B lib/acquisition-sdk/types.js +2026-08-04T18:31:33.6246140Z npm notice 159B lib/acquisition-sdk/types.js.map +2026-08-04T18:31:33.6246452Z npm notice 147B logging.js +2026-08-04T18:31:33.6246827Z npm notice 2.8kB package-mixins.js +2026-08-04T18:31:33.6247102Z npm notice 3.5kB package.json +2026-08-04T18:31:33.6247368Z npm notice 337B react-native.config.js +2026-08-04T18:31:33.6247669Z npm notice 1.2kB request-fetch-adapter.js +2026-08-04T18:31:33.6248023Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +2026-08-04T18:31:33.6248380Z npm notice 646B scripts/getFilesInFolder.js +2026-08-04T18:31:33.6248720Z npm notice 4.5kB scripts/postlink/android/postlink.js +2026-08-04T18:31:33.6249072Z npm notice 5.1kB scripts/postlink/ios/postlink.js +2026-08-04T18:31:33.6249396Z npm notice 241B scripts/postlink/run.js +2026-08-04T18:31:33.6249731Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +2026-08-04T18:31:33.6250113Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +2026-08-04T18:31:33.6250450Z npm notice 249B scripts/postunlink/run.js +2026-08-04T18:31:33.6250810Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +2026-08-04T18:31:33.6251194Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +2026-08-04T18:31:33.6251694Z npm notice 6.1kB scripts/tools/linkToolsIos.js +2026-08-04T18:31:33.6252031Z npm notice 338.0kB test-ios-timing-20260804.txt +2026-08-04T18:31:33.6252388Z npm notice 9.3kB test-ios-timing-analysis-20260804.md +2026-08-04T18:31:33.6252721Z npm notice 784B tslint.json +2026-08-04T18:31:33.6253010Z npm notice 16.9kB typings/react-native-code-push.d.ts +2026-08-04T18:31:33.6253402Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +2026-08-04T18:31:33.6253908Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +2026-08-04T18:31:33.6254477Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +2026-08-04T18:31:33.6254972Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +2026-08-04T18:31:33.6255579Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +2026-08-04T18:31:33.6256100Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +2026-08-04T18:31:33.6256617Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +2026-08-04T18:31:33.6257182Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +2026-08-04T18:31:33.6257732Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +2026-08-04T18:31:33.6258181Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +2026-08-04T18:31:33.6258601Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +2026-08-04T18:31:33.6259005Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +2026-08-04T18:31:33.6259452Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +2026-08-04T18:31:33.6259950Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +2026-08-04T18:31:33.6260379Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +2026-08-04T18:31:33.6260827Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +2026-08-04T18:31:33.6261325Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +2026-08-04T18:31:33.6261920Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +2026-08-04T18:31:33.6262391Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +2026-08-04T18:31:33.6262877Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +2026-08-04T18:31:33.6263338Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +2026-08-04T18:31:33.6263760Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +2026-08-04T18:31:33.6264226Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +2026-08-04T18:31:33.6264711Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +2026-08-04T18:31:33.6265164Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +2026-08-04T18:31:33.6265596Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +2026-08-04T18:31:33.6265996Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +2026-08-04T18:31:33.6266499Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +2026-08-04T18:31:33.6266879Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +2026-08-04T18:31:33.6267280Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +2026-08-04T18:31:33.6267720Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +2026-08-04T18:31:33.6268139Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +2026-08-04T18:31:33.6268527Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +2026-08-04T18:31:33.6268876Z npm notice 139B windows/CodePush/CodePush.def +2026-08-04T18:31:33.6269215Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +2026-08-04T18:31:33.6269602Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +2026-08-04T18:31:33.6269985Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +2026-08-04T18:31:33.6270340Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +2026-08-04T18:31:33.6270691Z npm notice 360B windows/CodePush/CodePushConfig.idl +2026-08-04T18:31:33.6271089Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +2026-08-04T18:31:33.6271614Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +2026-08-04T18:31:33.6272022Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +2026-08-04T18:31:33.6272417Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +2026-08-04T18:31:33.6272797Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +2026-08-04T18:31:33.6273155Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +2026-08-04T18:31:33.6273550Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +2026-08-04T18:31:33.6273975Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +2026-08-04T18:31:33.6274380Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +2026-08-04T18:31:33.6274884Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +2026-08-04T18:31:33.6275250Z npm notice 735B windows/CodePush/CodePushUtils.cpp +2026-08-04T18:31:33.6275596Z npm notice 422B windows/CodePush/CodePushUtils.h +2026-08-04T18:31:33.6275939Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +2026-08-04T18:31:33.6276261Z npm notice 866B windows/CodePush/FileUtils.h +2026-08-04T18:31:33.6276583Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +2026-08-04T18:31:33.6276917Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +2026-08-04T18:31:33.6277247Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +2026-08-04T18:31:33.6277579Z npm notice 4.3kB windows/CodePush/miniz/readme.md +2026-08-04T18:31:33.6277914Z npm notice 159B windows/CodePush/packages.config +2026-08-04T18:31:33.6278234Z npm notice 20B windows/CodePush/pch.cpp +2026-08-04T18:31:33.6278527Z npm notice 124B windows/CodePush/pch.h +2026-08-04T18:31:33.6278851Z npm notice 586B windows/CodePush/PropertySheet.props +2026-08-04T18:31:33.6279241Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +2026-08-04T18:31:33.6279625Z npm notice 699B windows/CodePush/ReactPackageProvider.h +2026-08-04T18:31:33.6280005Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +2026-08-04T18:31:33.6280350Z npm notice Tarball Details +2026-08-04T18:31:33.6280609Z npm notice name: @bitrise/code-push-sdk +2026-08-04T18:31:33.6280925Z npm notice version: 0.0.0 +2026-08-04T18:31:33.6281278Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T18:31:33.6281732Z npm notice package size: 641.6 kB +2026-08-04T18:31:33.6282013Z npm notice unpacked size: 4.2 MB +2026-08-04T18:31:33.6282331Z npm notice shasum: 4edec9be0e215de8b9972e3285f68e221c4eec52 +2026-08-04T18:31:33.6282743Z npm notice integrity: sha512-xXGIJSRdqqRof[...]hpV+6vcYx3JpA== +2026-08-04T18:31:33.6283097Z npm notice total files: 251 +2026-08-04T18:31:33.6283332Z npm notice +2026-08-04T18:31:33.6283560Z bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T18:31:35.0820471Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +2026-08-04T18:31:36.4346543Z +2026-08-04T18:31:36.4347284Z added 27 packages, and audited 894 packages in 3s +2026-08-04T18:31:36.4347688Z +2026-08-04T18:31:36.4347855Z 172 packages are looking for funding +2026-08-04T18:31:36.4348296Z run `npm fund` for details +2026-08-04T18:31:36.4545230Z +2026-08-04T18:31:36.4545670Z 10 moderate severity vulnerabilities +2026-08-04T18:31:36.4546040Z +2026-08-04T18:31:36.4546259Z To address all issues possible, run: +2026-08-04T18:31:36.4546702Z npm audit fix --force +2026-08-04T18:31:36.4546935Z +2026-08-04T18:31:36.4547144Z Some issues need review, and may require choosing +2026-08-04T18:31:36.4547704Z a different dependency. +2026-08-04T18:31:36.4547906Z +2026-08-04T18:31:36.4548042Z Run `npm audit` for details. +2026-08-04T18:31:36.4554661Z npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts: +2026-08-04T18:31:36.4555539Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +2026-08-04T18:31:36.4556143Z npm warn allow-scripts +2026-08-04T18:31:36.4556937Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +2026-08-04T18:31:36.9896249Z +2026-08-04T18:31:36.9896993Z changed 1 package, and audited 3 packages in 461ms +2026-08-04T18:31:36.9903512Z +2026-08-04T18:31:36.9903938Z found 0 vulnerabilities +2026-08-04T18:31:37.0013100Z Reshimming mise 24... +2026-08-04T18:31:37.0133600Z [TIMING] exec "npm pack /home/runner/work/react-native-code-push/react-native-code-push && npm ..." took 5352ms +2026-08-04T18:31:37.0134513Z [TIMING] createTestProject(updatesDirectory) took 19295ms +2026-08-04T18:31:37.0135545Z [TIMING] setupTests total took 53250ms +2026-08-04T18:31:37.0140116Z ✔ sets up tests correctly (53250ms) +2026-08-04T18:31:37.0144989Z +2026-08-04T18:31:37.0147925Z +2026-08-04T18:31:37.0149046Z 1 passing (53s) +2026-08-04T18:31:37.0149686Z +2026-08-04T18:31:37.1236038Z +2026-08-04T18:31:37.1236588Z > @bitrise/code-push-sdk@0.0.0 test:fast:android +2026-08-04T18:31:37.1237128Z > mocha --recursive bin/test --android +2026-08-04T18:31:37.1237433Z +2026-08-04T18:31:37.3893788Z Initializing tests for @bitrise/code-push-sdk +2026-08-04T18:31:37.3894529Z TestCodePush +2026-08-04T18:31:37.3894992Z com.testcodepush +2026-08-04T18:31:37.3895570Z Testing undefined. +2026-08-04T18:31:37.3896160Z On android +2026-08-04T18:31:37.3896801Z test run directory = /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:31:37.3897456Z updates directory = /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:31:37.3942096Z +2026-08-04T18:31:37.3945850Z +2026-08-04T18:31:37.3950845Z CodePush React-Native Plugin +2026-08-04T18:31:37.3953720Z Tests undefined on android +2026-08-04T18:31:37.3956183Z CodePush +2026-08-04T18:31:37.3960413Z Setting up server at http://10.0.2.2:3001 +2026-08-04T18:31:37.5677860Z [TIMING] exec "adb shell pm list packages" took 168ms +2026-08-04T18:31:37.5680912Z Command "adb uninstall" is skipped because the application has not yet been installed +2026-08-04T18:31:37.5691213Z replacing "apply plugin: "com.facebook.react"" with "apply plugin: "com.facebook.react" +2026-08-04T18:31:37.5692926Z apply from: "/tmp/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk/android/codepush.gradle"" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build.gradle +2026-08-04T18:31:37.5716064Z replacing "versionName "1.0"" with "versionName "1.0.0"" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build.gradle +2026-08-04T18:31:37.5726740Z replacing "android:versionName="1.0"" with "android:versionName="1.0.0"" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T18:31:37.5732382Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T18:31:37.5736392Z replacing "CODE_PUSH_ANDROID_DEPLOYMENT_KEY" with "mock-android-deployment-key" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T18:31:37.5739915Z replacing "\${usesCleartextTraffic}" with "true" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T18:31:37.5748001Z replacing "apply plugin: "com.facebook.react"" with "apply plugin: "com.facebook.react" +2026-08-04T18:31:37.5749246Z apply from: "/tmp/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk/android/codepush.gradle"" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/build.gradle +2026-08-04T18:31:37.5752350Z replacing "versionName "1.0"" with "versionName "1.0.0"" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/build.gradle +2026-08-04T18:31:37.5756844Z replacing "android:versionName="1.0"" with "android:versionName="1.0.0"" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T18:31:37.5760121Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T18:31:37.5764098Z replacing "CODE_PUSH_ANDROID_DEPLOYMENT_KEY" with "mock-android-deployment-key" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/res/values/strings.xml +2026-08-04T18:31:37.5768438Z replacing "\${usesCleartextTraffic}" with "true" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/android/app/src/main/AndroidManifest.xml +2026-08-04T18:31:37.5772243Z [TIMING] android suite before() (uninstall + preparePlatform x2) took 182ms +2026-08-04T18:31:37.5775997Z #window.codePush.checkForUpdate +2026-08-04T18:31:37.5778662Z Setting up scenario scenarioCheckForUpdate.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:31:37.5801824Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:31:37.5804682Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:31:37.5809219Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdate.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:31:37.5811998Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:31:37.5814918Z [TIMING] setupScenario(scenarioCheckForUpdate.js) for "#window.codePush.checkForUpdate" took 4ms +2026-08-04T18:31:37.5818194Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:31:37.6002643Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 19ms +2026-08-04T18:31:37.6125161Z [TIMING] exec "adb shell pidof com.testcodepush" took 12ms +2026-08-04T18:31:37.6133185Z [TIMING] android endRunningApplication: force-stop took 32ms, teardown wait took 13ms +2026-08-04T18:31:37.7751544Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:31:37.7752433Z Command "adb shell pm clear" is skipped because the application has not yet been installed +2026-08-04T18:31:37.7753179Z [TIMING] android prepareEmulatorForTest total took 194ms +2026-08-04T18:31:37.7758408Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:31:37.7759217Z Running command: ./gradlew assembleRelease +2026-08-04T18:34:08.6308743Z Note: Some input files use or override a deprecated API. +2026-08-04T18:34:08.6309773Z Note: Recompile with -Xlint:deprecation for details. +2026-08-04T18:34:50.8929506Z [TIMING] exec "./gradlew assembleRelease" took 193117ms +2026-08-04T18:34:50.8930028Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 193117ms +2026-08-04T18:34:51.0539221Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:34:51.0539803Z Command "adb uninstall" is skipped because the application has not yet been installed +2026-08-04T18:34:51.0540564Z [TIMING] android uninstallApplication took 161ms +2026-08-04T18:34:51.0541855Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:34:57.0353996Z Performing Streamed Install +2026-08-04T18:34:57.0354391Z Success +2026-08-04T18:34:57.0360406Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5981ms +2026-08-04T18:34:57.0361931Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:34:57.0836868Z bash arg: -p +2026-08-04T18:34:57.0837221Z bash arg: com.testcodepush +2026-08-04T18:34:57.0837606Z bash arg: -c +2026-08-04T18:34:57.0837941Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:34:57.0838355Z bash arg: 1 +2026-08-04T18:34:57.3014701Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:34:57.3015401Z arg: "-p" +2026-08-04T18:34:57.3015725Z arg: "com.testcodepush" +2026-08-04T18:34:57.3016133Z arg: "-c" +2026-08-04T18:34:57.3016488Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:34:57.3016939Z arg: "1" +2026-08-04T18:34:57.3017260Z data="com.testcodepush" +2026-08-04T18:34:57.3017665Z data="android.intent.category.LAUNCHER" +2026-08-04T18:34:57.3420124Z Events injected: 1 +2026-08-04T18:34:57.3549807Z ## Network stats: elapsed time=19ms (0ms mobile, 0ms wifi, 19ms not connected) +2026-08-04T18:34:57.3625019Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 326ms +2026-08-04T18:34:57.3625954Z [TIMING] android installApp+launch took 6309ms +2026-08-04T18:34:57.3626742Z [TIMING] android runApplication total (built=true) took 199587ms +2026-08-04T18:34:57.9340065Z Update check called from the app. +2026-08-04T18:34:57.9341114Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e3bbd8a4-1e83-4229-9a61-a9d529d55b50"} +2026-08-04T18:34:57.9343847Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:34:57.9687116Z Application reported a test message. +2026-08-04T18:34:57.9687531Z Body: {"message":"CHECK_UP_TO_DATE"} +2026-08-04T18:34:57.9687868Z Sending OK +2026-08-04T18:34:57.9691463Z [TIMING] test "window.codePush.checkForUpdate.noUpdate" took 200194ms +2026-08-04T18:34:57.9694517Z ✔ window.codePush.checkForUpdate.noUpdate (200194ms) +2026-08-04T18:34:57.9697496Z Cleaning up! +2026-08-04T18:34:57.9700041Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:34:58.0091943Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T18:34:58.0564096Z [TIMING] exec "adb shell pidof com.testcodepush" took 48ms +2026-08-04T18:34:58.0564890Z [TIMING] android endRunningApplication: force-stop took 87ms, teardown wait took 48ms +2026-08-04T18:34:58.2738076Z [TIMING] exec "adb shell pm list packages" took 217ms +2026-08-04T18:34:58.2738661Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:34:58.4413192Z Success +2026-08-04T18:34:58.4517171Z [TIMING] exec "adb shell pm clear com.testcodepush" took 178ms +2026-08-04T18:34:58.4517833Z [TIMING] android prepareEmulatorForTest total took 482ms +2026-08-04T18:34:58.4520498Z android does not send a binary hash! +2026-08-04T18:34:58.4521072Z [TIMING] test "window.codePush.checkForUpdate.sendsBinaryHash" took 0ms +2026-08-04T18:34:58.4522271Z ✔ window.codePush.checkForUpdate.sendsBinaryHash +2026-08-04T18:34:58.4522783Z Cleaning up! +2026-08-04T18:34:58.4524371Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:34:58.4823286Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T18:34:58.4980330Z [TIMING] exec "adb shell pidof com.testcodepush" took 15ms +2026-08-04T18:34:58.4981293Z [TIMING] android endRunningApplication: force-stop took 45ms, teardown wait took 15ms +2026-08-04T18:34:58.7767104Z [TIMING] exec "adb shell pm list packages" took 278ms +2026-08-04T18:34:58.7767694Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:34:58.9833155Z Success +2026-08-04T18:34:58.9977202Z [TIMING] exec "adb shell pm clear com.testcodepush" took 221ms +2026-08-04T18:34:58.9980025Z [TIMING] android prepareEmulatorForTest total took 545ms +2026-08-04T18:34:58.9980979Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:34:59.2034139Z [TIMING] exec "adb shell pm list packages" took 206ms +2026-08-04T18:34:59.2035113Z Running command: adb uninstall com.testcodepush +2026-08-04T18:34:59.2853597Z Success +2026-08-04T18:34:59.2868352Z [TIMING] exec "adb uninstall com.testcodepush" took 83ms +2026-08-04T18:34:59.2868965Z [TIMING] android uninstallApplication took 289ms +2026-08-04T18:34:59.2870457Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:35:10.4187827Z Performing Streamed Install +2026-08-04T18:35:10.4188231Z Success +2026-08-04T18:35:10.4196639Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 11133ms +2026-08-04T18:35:10.4197964Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:35:10.4716586Z bash arg: -p +2026-08-04T18:35:10.4717128Z bash arg: com.testcodepush +2026-08-04T18:35:10.4717768Z bash arg: -c +2026-08-04T18:35:10.4718313Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:35:10.4718865Z bash arg: 1 +2026-08-04T18:35:10.8638240Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:35:10.8639148Z arg: "-p" +2026-08-04T18:35:10.8639445Z arg: "com.testcodepush" +2026-08-04T18:35:10.8639782Z arg: "-c" +2026-08-04T18:35:10.8640115Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:35:10.8640511Z arg: "1" +2026-08-04T18:35:10.8640793Z data="com.testcodepush" +2026-08-04T18:35:10.8641438Z data="android.intent.category.LAUNCHER" +2026-08-04T18:35:10.8965769Z Events injected: 1 +2026-08-04T18:35:10.9340640Z ## Network stats: elapsed time=23ms (0ms mobile, 0ms wifi, 23ms not connected) +2026-08-04T18:35:11.0105269Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 591ms +2026-08-04T18:35:11.0106562Z [TIMING] android installApp+launch took 11724ms +2026-08-04T18:35:11.0107666Z [TIMING] android runApplication total (built=false) took 12013ms +2026-08-04T18:35:11.5324732Z Update check called from the app. +2026-08-04T18:35:11.5325597Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"bb433f9d-cf58-4d47-b23a-6cc51dec1f1b"} +2026-08-04T18:35:11.5327363Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":true,"is_mandatory":false,"target_binary_range":"2.0.0","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":true}} +2026-08-04T18:35:11.5575191Z Application reported a test message. +2026-08-04T18:35:11.5575731Z Body: {"message":"CHECK_UP_TO_DATE"} +2026-08-04T18:35:11.5576177Z Sending OK +2026-08-04T18:35:11.5578981Z [TIMING] test "window.codePush.checkForUpdate.noUpdate.updateAppVersion" took 12560ms +2026-08-04T18:35:11.5580331Z ✔ window.codePush.checkForUpdate.noUpdate.updateAppVersion (12560ms) +2026-08-04T18:35:11.5581212Z Cleaning up! +2026-08-04T18:35:11.5582167Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:35:11.5917101Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 33ms +2026-08-04T18:35:11.6511009Z [TIMING] exec "adb shell pidof com.testcodepush" took 59ms +2026-08-04T18:35:11.6512690Z [TIMING] android endRunningApplication: force-stop took 93ms, teardown wait took 60ms +2026-08-04T18:35:11.8918091Z [TIMING] exec "adb shell pm list packages" took 240ms +2026-08-04T18:35:11.8918739Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:35:12.1540741Z Success +2026-08-04T18:35:12.1785218Z [TIMING] exec "adb shell pm clear com.testcodepush" took 287ms +2026-08-04T18:35:12.1785944Z [TIMING] android prepareEmulatorForTest total took 620ms +2026-08-04T18:35:12.1792624Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:35:12.3572977Z [TIMING] exec "adb shell pm list packages" took 177ms +2026-08-04T18:35:12.3573532Z Running command: adb uninstall com.testcodepush +2026-08-04T18:35:12.4562526Z Success +2026-08-04T18:35:12.4575950Z [TIMING] exec "adb uninstall com.testcodepush" took 100ms +2026-08-04T18:35:12.4576482Z [TIMING] android uninstallApplication took 278ms +2026-08-04T18:35:12.4577364Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:35:18.5717787Z Performing Streamed Install +2026-08-04T18:35:18.5718235Z Success +2026-08-04T18:35:18.5725683Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6115ms +2026-08-04T18:35:18.5726898Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:35:18.6226950Z bash arg: -p +2026-08-04T18:35:18.6227304Z bash arg: com.testcodepush +2026-08-04T18:35:18.6227659Z bash arg: -c +2026-08-04T18:35:18.6228002Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:35:18.6228440Z bash arg: 1 +2026-08-04T18:35:18.9082962Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:35:18.9083824Z arg: "-p" +2026-08-04T18:35:18.9084118Z arg: "com.testcodepush" +2026-08-04T18:35:18.9084452Z arg: "-c" +2026-08-04T18:35:18.9084998Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:35:18.9085607Z arg: "1" +2026-08-04T18:35:18.9085887Z data="com.testcodepush" +2026-08-04T18:35:18.9086242Z data="android.intent.category.LAUNCHER" +2026-08-04T18:35:18.9306424Z Events injected: 1 +2026-08-04T18:35:18.9605914Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:35:18.9723965Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 400ms +2026-08-04T18:35:18.9724807Z [TIMING] android installApp+launch took 6515ms +2026-08-04T18:35:18.9725377Z [TIMING] android runApplication total (built=false) took 6793ms +2026-08-04T18:35:19.4992263Z Update check called from the app. +2026-08-04T18:35:19.4993366Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"5625b886-0d16-43d3-9a7b-781034199b9f"} +2026-08-04T18:35:19.4995645Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7363","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:35:19.5318805Z Application reported a test message. +2026-08-04T18:35:19.5320986Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7363","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:35:19.5323006Z Sending OK +2026-08-04T18:35:19.5323393Z [TIMING] test "window.codePush.checkForUpdate.update" took 7354ms +2026-08-04T18:35:19.5324282Z ✔ window.codePush.checkForUpdate.update (7354ms) +2026-08-04T18:35:19.5325095Z Cleaning up! +2026-08-04T18:35:19.5325760Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:35:19.5760614Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 43ms +2026-08-04T18:35:19.6463881Z [TIMING] exec "adb shell pidof com.testcodepush" took 71ms +2026-08-04T18:35:19.6464911Z [TIMING] android endRunningApplication: force-stop took 114ms, teardown wait took 71ms +2026-08-04T18:35:19.8184012Z [TIMING] exec "adb shell pm list packages" took 171ms +2026-08-04T18:35:19.8184544Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:35:19.9961740Z Success +2026-08-04T18:35:20.0000661Z [TIMING] exec "adb shell pm clear com.testcodepush" took 181ms +2026-08-04T18:35:20.0002573Z [TIMING] android prepareEmulatorForTest total took 467ms +2026-08-04T18:35:20.0003707Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:35:20.1891361Z [TIMING] exec "adb shell pm list packages" took 188ms +2026-08-04T18:35:20.1892330Z Running command: adb uninstall com.testcodepush +2026-08-04T18:35:20.2769996Z Success +2026-08-04T18:35:20.2782964Z [TIMING] exec "adb uninstall com.testcodepush" took 90ms +2026-08-04T18:35:20.2783524Z [TIMING] android uninstallApplication took 278ms +2026-08-04T18:35:20.2784406Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:35:26.0714511Z Performing Streamed Install +2026-08-04T18:35:26.0714910Z Success +2026-08-04T18:35:26.0720842Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5793ms +2026-08-04T18:35:26.0722576Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:35:26.1186975Z bash arg: -p +2026-08-04T18:35:26.1187432Z bash arg: com.testcodepush +2026-08-04T18:35:26.1187885Z bash arg: -c +2026-08-04T18:35:26.1188319Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:35:26.1188838Z bash arg: 1 +2026-08-04T18:35:26.3869824Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:35:26.3870505Z arg: "-p" +2026-08-04T18:35:26.3870789Z arg: "com.testcodepush" +2026-08-04T18:35:26.3871098Z arg: "-c" +2026-08-04T18:35:26.3875045Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:35:26.3875443Z arg: "1" +2026-08-04T18:35:26.3875746Z data="com.testcodepush" +2026-08-04T18:35:26.3876083Z data="android.intent.category.LAUNCHER" +2026-08-04T18:35:26.4158834Z Events injected: 1 +2026-08-04T18:35:26.4293961Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T18:35:26.4390979Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 367ms +2026-08-04T18:35:26.4392140Z [TIMING] android installApp+launch took 6160ms +2026-08-04T18:35:26.4392699Z [TIMING] android runApplication total (built=false) took 6439ms +2026-08-04T18:35:26.9716366Z Update check called from the app. +2026-08-04T18:35:26.9717417Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"dd906837-fcce-45f6-bf1e-26df9aaf3015"} +2026-08-04T18:35:26.9718432Z Response: "invalid {{ json" +2026-08-04T18:35:26.9918577Z Application reported a test message. +2026-08-04T18:35:26.9919134Z Body: {"message":"CHECK_ERROR"} +2026-08-04T18:35:26.9919529Z Sending OK +2026-08-04T18:35:26.9921905Z [TIMING] test "window.codePush.checkForUpdate.error" took 6991ms +2026-08-04T18:35:26.9923220Z ✔ window.codePush.checkForUpdate.error (6993ms) +2026-08-04T18:35:26.9925219Z Cleaning up! +2026-08-04T18:35:26.9930877Z #window.codePush.checkForUpdate.customKey +2026-08-04T18:35:26.9932657Z Setting up scenario scenarioCheckForUpdateCustomKey.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:35:26.9945686Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:35:26.9967523Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:35:26.9986593Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdateCustomKey.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:35:26.9993697Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:35:27.0000093Z [TIMING] setupScenario(scenarioCheckForUpdateCustomKey.js) for "#window.codePush.checkForUpdate.customKey" took 6ms +2026-08-04T18:35:27.0001739Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:35:27.0506234Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 50ms +2026-08-04T18:35:27.1139476Z [TIMING] exec "adb shell pidof com.testcodepush" took 63ms +2026-08-04T18:35:27.1140236Z [TIMING] android endRunningApplication: force-stop took 113ms, teardown wait took 63ms +2026-08-04T18:35:27.3692797Z [TIMING] exec "adb shell pm list packages" took 255ms +2026-08-04T18:35:27.3693509Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:35:27.5991945Z Success +2026-08-04T18:35:27.6093000Z [TIMING] exec "adb shell pm clear com.testcodepush" took 240ms +2026-08-04T18:35:27.6093617Z [TIMING] android prepareEmulatorForTest total took 609ms +2026-08-04T18:35:27.6095578Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:35:27.6096199Z Running command: ./gradlew assembleRelease +2026-08-04T18:35:58.1741184Z [TIMING] exec "./gradlew assembleRelease" took 30564ms +2026-08-04T18:35:58.1742202Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 30564ms +2026-08-04T18:35:58.3392053Z [TIMING] exec "adb shell pm list packages" took 165ms +2026-08-04T18:35:58.3392868Z Running command: adb uninstall com.testcodepush +2026-08-04T18:35:58.4441723Z Success +2026-08-04T18:35:58.4458110Z [TIMING] exec "adb uninstall com.testcodepush" took 107ms +2026-08-04T18:35:58.4458681Z [TIMING] android uninstallApplication took 272ms +2026-08-04T18:35:58.4459688Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:36:02.8759425Z Performing Streamed Install +2026-08-04T18:36:02.8759816Z Success +2026-08-04T18:36:02.8764525Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4431ms +2026-08-04T18:36:02.8765570Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:36:02.9276850Z bash arg: -p +2026-08-04T18:36:02.9277207Z bash arg: com.testcodepush +2026-08-04T18:36:02.9277590Z bash arg: -c +2026-08-04T18:36:02.9277936Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:36:02.9278374Z bash arg: 1 +2026-08-04T18:36:03.1823882Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:36:03.1831925Z arg: "-p" +2026-08-04T18:36:03.1832459Z arg: "com.testcodepush" +2026-08-04T18:36:03.1832804Z arg: "-c" +2026-08-04T18:36:03.1833091Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:36:03.1834941Z arg: "1" +2026-08-04T18:36:03.1835205Z data="com.testcodepush" +2026-08-04T18:36:03.1837490Z data="android.intent.category.LAUNCHER" +2026-08-04T18:36:03.2167867Z Events injected: 1 +2026-08-04T18:36:03.2254179Z ## Network stats: elapsed time=16ms (0ms mobile, 0ms wifi, 16ms not connected) +2026-08-04T18:36:03.2345948Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 358ms +2026-08-04T18:36:03.2346976Z [TIMING] android installApp+launch took 4789ms +2026-08-04T18:36:03.2347688Z [TIMING] android runApplication total (built=true) took 35625ms +2026-08-04T18:36:03.6657931Z [TIMING] test "window.codePush.checkForUpdate.customKey.update" took 36056ms +2026-08-04T18:36:03.6659159Z ✔ window.codePush.checkForUpdate.customKey.update (36056ms) +2026-08-04T18:36:03.6662612Z Update check called from the app. +2026-08-04T18:36:03.6663483Z Request: {"deployment_key":"CUSTOM-DEPLOYMENT-KEY","app_version":"1.0.0","client_unique_id":"07591141-a540-46ca-a936-c994ce3a7359"} +2026-08-04T18:36:03.6665723Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8142","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:36:03.6667613Z Cleaning up! +2026-08-04T18:36:03.6667922Z #remotePackage.download +2026-08-04T18:36:03.6668546Z Setting up scenario scenarioDownloadUpdate.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:36:03.6675035Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:03.6682324Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:03.6689105Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDownloadUpdate.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:03.6695420Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:03.6700980Z [TIMING] setupScenario(scenarioDownloadUpdate.js) for "#remotePackage.download" took 3ms +2026-08-04T18:36:03.6702382Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:36:03.7161994Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 45ms +2026-08-04T18:36:03.7475938Z [TIMING] exec "adb shell pidof com.testcodepush" took 32ms +2026-08-04T18:36:03.7476808Z [TIMING] android endRunningApplication: force-stop took 77ms, teardown wait took 32ms +2026-08-04T18:36:04.0823058Z [TIMING] exec "adb shell pm list packages" took 334ms +2026-08-04T18:36:04.0823644Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:36:04.3196324Z Success +2026-08-04T18:36:04.3239507Z [TIMING] exec "adb shell pm clear com.testcodepush" took 241ms +2026-08-04T18:36:04.3240155Z [TIMING] android prepareEmulatorForTest total took 653ms +2026-08-04T18:36:04.3244338Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:36:04.3245800Z Running command: ./gradlew assembleRelease +2026-08-04T18:36:16.7665136Z [TIMING] exec "./gradlew assembleRelease" took 12442ms +2026-08-04T18:36:16.7665799Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 12442ms +2026-08-04T18:36:16.9279264Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:36:16.9280770Z Running command: adb uninstall com.testcodepush +2026-08-04T18:36:17.0145520Z Success +2026-08-04T18:36:17.0161830Z [TIMING] exec "adb uninstall com.testcodepush" took 88ms +2026-08-04T18:36:17.0162921Z [TIMING] android uninstallApplication took 250ms +2026-08-04T18:36:17.0164625Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:36:21.5226934Z Performing Streamed Install +2026-08-04T18:36:21.5227538Z Success +2026-08-04T18:36:21.5234254Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4507ms +2026-08-04T18:36:21.5235337Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:36:21.5718057Z bash arg: -p +2026-08-04T18:36:21.5718451Z bash arg: com.testcodepush +2026-08-04T18:36:21.5718855Z bash arg: -c +2026-08-04T18:36:21.5719254Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:36:21.5719749Z bash arg: 1 +2026-08-04T18:36:21.8596643Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:36:21.8600509Z arg: "-p" +2026-08-04T18:36:21.8600856Z arg: "com.testcodepush" +2026-08-04T18:36:21.8601192Z arg: "-c" +2026-08-04T18:36:21.8604221Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:36:21.8604697Z arg: "1" +2026-08-04T18:36:21.8608545Z data="com.testcodepush" +2026-08-04T18:36:21.8608935Z data="android.intent.category.LAUNCHER" +2026-08-04T18:36:21.8885020Z Events injected: 1 +2026-08-04T18:36:21.9001598Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:36:21.9120263Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 388ms +2026-08-04T18:36:21.9121079Z [TIMING] android installApp+launch took 4895ms +2026-08-04T18:36:21.9121837Z [TIMING] android runApplication total (built=true) took 17587ms +2026-08-04T18:36:22.4128460Z Update check called from the app. +2026-08-04T18:36:22.4129417Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c67e6644-a4d0-4012-8e13-41d129fcba03"} +2026-08-04T18:36:22.4132222Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3598","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:36:22.4523630Z Application reported a test message. +2026-08-04T18:36:22.4525963Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3598","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:36:22.4528007Z Sending OK +2026-08-04T18:36:22.4528315Z Message index: 0 +2026-08-04T18:36:22.4810565Z Application downloading the package. +2026-08-04T18:36:22.5240963Z Application reported a test message. +2026-08-04T18:36:22.5244276Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868565387","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3598","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:36:22.5246984Z Sending OK +2026-08-04T18:36:22.5247271Z Message index: 1 +2026-08-04T18:36:22.5247692Z [TIMING] test "remotePackage.download.success" took 18200ms +2026-08-04T18:36:22.5248515Z ✔ remotePackage.download.success (18200ms) +2026-08-04T18:36:22.5248947Z Cleaning up! +2026-08-04T18:36:22.5249330Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:36:22.5652994Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 40ms +2026-08-04T18:36:22.5884425Z [TIMING] exec "adb shell pidof com.testcodepush" took 23ms +2026-08-04T18:36:22.5885196Z [TIMING] android endRunningApplication: force-stop took 64ms, teardown wait took 23ms +2026-08-04T18:36:22.9129745Z [TIMING] exec "adb shell pm list packages" took 324ms +2026-08-04T18:36:22.9130355Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:36:23.1113413Z Success +2026-08-04T18:36:23.1177116Z [TIMING] exec "adb shell pm clear com.testcodepush" took 205ms +2026-08-04T18:36:23.1177752Z [TIMING] android prepareEmulatorForTest total took 593ms +2026-08-04T18:36:23.1179648Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:36:23.2986643Z [TIMING] exec "adb shell pm list packages" took 181ms +2026-08-04T18:36:23.2987440Z Running command: adb uninstall com.testcodepush +2026-08-04T18:36:23.3970222Z Success +2026-08-04T18:36:23.3981509Z [TIMING] exec "adb uninstall com.testcodepush" took 99ms +2026-08-04T18:36:23.3982393Z [TIMING] android uninstallApplication took 281ms +2026-08-04T18:36:23.3983380Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:36:27.8769293Z Performing Streamed Install +2026-08-04T18:36:27.8769660Z Success +2026-08-04T18:36:27.8774357Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4479ms +2026-08-04T18:36:27.8775388Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:36:27.9287237Z bash arg: -p +2026-08-04T18:36:27.9287676Z bash arg: com.testcodepush +2026-08-04T18:36:27.9288120Z bash arg: -c +2026-08-04T18:36:27.9288543Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:36:27.9289081Z bash arg: 1 +2026-08-04T18:36:28.2286843Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:36:28.2287565Z arg: "-p" +2026-08-04T18:36:28.2287864Z arg: "com.testcodepush" +2026-08-04T18:36:28.2288215Z arg: "-c" +2026-08-04T18:36:28.2288526Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:36:28.2288930Z arg: "1" +2026-08-04T18:36:28.2291763Z data="com.testcodepush" +2026-08-04T18:36:28.2292675Z data="android.intent.category.LAUNCHER" +2026-08-04T18:36:28.2519337Z Events injected: 1 +2026-08-04T18:36:28.2707694Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:36:28.3055853Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 428ms +2026-08-04T18:36:28.3056666Z [TIMING] android installApp+launch took 4907ms +2026-08-04T18:36:28.3057219Z [TIMING] android runApplication total (built=false) took 5188ms +2026-08-04T18:36:28.7150740Z Update check called from the app. +2026-08-04T18:36:28.7151892Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"e8b86015-b3cc-4339-8920-4f82cba75527"} +2026-08-04T18:36:28.7154074Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://invalid_url","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-927","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:36:28.7394753Z Application reported a test message. +2026-08-04T18:36:28.7396337Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-927","packageSize":12345,"downloadUrl":"http://invalid_url","isPending":false,"failedInstall":false}]} +2026-08-04T18:36:28.7397834Z Sending OK +2026-08-04T18:36:28.7398083Z Message index: 0 +2026-08-04T18:36:28.7606063Z Application reported a test message. +2026-08-04T18:36:28.7606503Z Body: {"message":"DOWNLOAD_ERROR"} +2026-08-04T18:36:28.7606867Z Sending OK +2026-08-04T18:36:28.7607795Z Message index: 1 +2026-08-04T18:36:28.7610366Z [TIMING] test "remotePackage.download.error" took 5643ms +2026-08-04T18:36:28.7612295Z ✔ remotePackage.download.error (5643ms) +2026-08-04T18:36:28.7613057Z Cleaning up! +2026-08-04T18:36:28.7613466Z #localPackage.install +2026-08-04T18:36:28.7614588Z Setting up scenario scenarioInstall.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:36:28.7621067Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:28.7626035Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:28.7629938Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstall.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:28.7634237Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:36:28.7637671Z [TIMING] setupScenario(scenarioInstall.js) for "#localPackage.install" took 2ms +2026-08-04T18:36:28.7638757Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:36:28.7949086Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T18:36:28.8376146Z [TIMING] exec "adb shell pidof com.testcodepush" took 43ms +2026-08-04T18:36:28.8376872Z [TIMING] android endRunningApplication: force-stop took 74ms, teardown wait took 43ms +2026-08-04T18:36:29.0338718Z [TIMING] exec "adb shell pm list packages" took 196ms +2026-08-04T18:36:29.0339324Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:36:29.2093405Z Success +2026-08-04T18:36:29.2141170Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T18:36:29.2142425Z [TIMING] android prepareEmulatorForTest total took 450ms +2026-08-04T18:36:29.2148348Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:36:29.2156328Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:36:29.2161862Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:36:29.2166295Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:36:29.2170418Z replacing "CODE_PUSH_APP_VERSION" with "Diff Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:36:29.2185804Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:36:29.9399227Z +2026-08-04T18:36:29.9399870Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:36:29.9400348Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:36:29.9400816Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:36:29.9401254Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:36:29.9401975Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:36:29.9402409Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:36:29.9402832Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:36:29.9403271Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:36:29.9403689Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:36:29.9404115Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:36:29.9404521Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:36:29.9404913Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:36:29.9405135Z +2026-08-04T18:36:29.9405138Z +2026-08-04T18:36:29.9406513Z Welcome to Metro v0.84.4 +2026-08-04T18:36:29.9406931Z Fast - Scalable - Integrated +2026-08-04T18:36:29.9407220Z +2026-08-04T18:36:29.9407224Z +2026-08-04T18:36:36.7096286Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:36:36.7130413Z LOG:Done writing bundle output +2026-08-04T18:36:36.8446940Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7626ms +2026-08-04T18:36:36.8466937Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:36:36.8697781Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7652ms +2026-08-04T18:36:36.8698707Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:36:36.8699262Z Running command: ./gradlew assembleRelease +2026-08-04T18:36:48.5293880Z [TIMING] exec "./gradlew assembleRelease" took 11660ms +2026-08-04T18:36:48.5294423Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11660ms +2026-08-04T18:36:48.6943987Z [TIMING] exec "adb shell pm list packages" took 165ms +2026-08-04T18:36:48.6946730Z Running command: adb uninstall com.testcodepush +2026-08-04T18:36:48.7744696Z Success +2026-08-04T18:36:48.7756677Z [TIMING] exec "adb uninstall com.testcodepush" took 81ms +2026-08-04T18:36:48.7757172Z [TIMING] android uninstallApplication took 246ms +2026-08-04T18:36:48.7757943Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:36:54.8363174Z Performing Streamed Install +2026-08-04T18:36:54.8363949Z Success +2026-08-04T18:36:54.8367280Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6061ms +2026-08-04T18:36:54.8368480Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:36:54.8826816Z bash arg: -p +2026-08-04T18:36:54.8827213Z bash arg: com.testcodepush +2026-08-04T18:36:54.8827616Z bash arg: -c +2026-08-04T18:36:54.8827996Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:36:54.8828483Z bash arg: 1 +2026-08-04T18:36:55.1512155Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:36:55.1512963Z arg: "-p" +2026-08-04T18:36:55.1513320Z arg: "com.testcodepush" +2026-08-04T18:36:55.1513794Z arg: "-c" +2026-08-04T18:36:55.1549617Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:36:55.1550188Z arg: "1" +2026-08-04T18:36:55.1551061Z data="com.testcodepush" +2026-08-04T18:36:55.1551427Z data="android.intent.category.LAUNCHER" +2026-08-04T18:36:55.1837303Z Events injected: 1 +2026-08-04T18:36:55.1952488Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:36:55.2031681Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 366ms +2026-08-04T18:36:55.2032509Z [TIMING] android installApp+launch took 6427ms +2026-08-04T18:36:55.2033083Z [TIMING] android runApplication total (built=true) took 18333ms +2026-08-04T18:36:55.6635704Z Update check called from the app. +2026-08-04T18:36:55.6636819Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"978f3e9e-3498-47c9-afe5-715fc56f1da7"} +2026-08-04T18:36:55.6639693Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8890","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:36:55.6999621Z Application reported a test message. +2026-08-04T18:36:55.7001829Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8890","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:36:55.7003293Z Sending OK +2026-08-04T18:36:55.7003503Z Message index: 0 +2026-08-04T18:36:55.7224305Z Application downloading the package. +2026-08-04T18:36:55.8144800Z Application reported a test message. +2026-08-04T18:36:55.8147480Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868597745","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8890","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:36:55.8149527Z Sending OK +2026-08-04T18:36:55.8149779Z Message index: 1 +2026-08-04T18:36:56.1218732Z Application reported a test message. +2026-08-04T18:36:56.1219296Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:36:56.1219740Z Sending OK +2026-08-04T18:36:56.1220060Z Message index: 2 +2026-08-04T18:36:56.1224592Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:36:56.1789097Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 56ms +2026-08-04T18:36:56.2053635Z [TIMING] exec "adb shell pidof com.testcodepush" took 27ms +2026-08-04T18:36:56.2055631Z [TIMING] android endRunningApplication: force-stop took 83ms, teardown wait took 27ms +2026-08-04T18:36:57.2063519Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:36:57.2526283Z bash arg: -p +2026-08-04T18:36:57.2526956Z bash arg: com.testcodepush +2026-08-04T18:36:57.2527400Z bash arg: -c +2026-08-04T18:36:57.2527837Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:36:57.2528351Z bash arg: 1 +2026-08-04T18:36:57.3646593Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:36:57.3648217Z arg: "-p" +2026-08-04T18:36:57.3648584Z arg: "com.testcodepush" +2026-08-04T18:36:57.3649003Z arg: "-c" +2026-08-04T18:36:57.3654505Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:36:57.3655121Z arg: "1" +2026-08-04T18:36:57.3655474Z data="com.testcodepush" +2026-08-04T18:36:57.3659374Z data="android.intent.category.LAUNCHER" +2026-08-04T18:36:57.3905828Z Events injected: 1 +2026-08-04T18:36:57.4072957Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:36:57.4236615Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 218ms +2026-08-04T18:36:57.4237806Z [TIMING] android restartApplication total took 1301ms +2026-08-04T18:36:58.0466433Z Application reported a test message. +2026-08-04T18:36:58.0467201Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:36:58.0467818Z Sending OK +2026-08-04T18:36:58.0468294Z Message index: 0 +2026-08-04T18:36:58.0470101Z [TIMING] test "localPackage.install.handlesDiff.againstBinary" took 28832ms +2026-08-04T18:36:58.0471983Z ✔ localPackage.install.handlesDiff.againstBinary (28832ms) +2026-08-04T18:36:58.0473077Z Cleaning up! +2026-08-04T18:36:58.0475964Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:36:58.1079186Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 60ms +2026-08-04T18:36:58.1618790Z [TIMING] exec "adb shell pidof com.testcodepush" took 54ms +2026-08-04T18:36:58.1619632Z [TIMING] android endRunningApplication: force-stop took 114ms, teardown wait took 54ms +2026-08-04T18:36:58.3435383Z [TIMING] exec "adb shell pm list packages" took 182ms +2026-08-04T18:36:58.3436110Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:36:58.5143408Z Success +2026-08-04T18:36:58.5204417Z [TIMING] exec "adb shell pm clear com.testcodepush" took 177ms +2026-08-04T18:36:58.5205138Z [TIMING] android prepareEmulatorForTest total took 473ms +2026-08-04T18:36:58.5267178Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:36:59.2440791Z +2026-08-04T18:36:59.2441489Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:36:59.2442263Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:36:59.2442721Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:36:59.2443153Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:36:59.2444036Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:36:59.2444469Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:36:59.2444912Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:36:59.2445329Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:36:59.2445755Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:36:59.2446180Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:36:59.2446900Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:36:59.2447488Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:36:59.2447725Z +2026-08-04T18:36:59.2447730Z +2026-08-04T18:36:59.2448015Z Welcome to Metro v0.84.4 +2026-08-04T18:36:59.2448433Z Fast - Scalable - Integrated +2026-08-04T18:36:59.2448708Z +2026-08-04T18:36:59.2448713Z +2026-08-04T18:37:05.9952607Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:37:05.9986222Z LOG:Done writing bundle output +2026-08-04T18:37:06.1229264Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7596ms +2026-08-04T18:37:06.1230765Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:37:06.1380263Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7617ms +2026-08-04T18:37:06.1381098Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:37:06.3006758Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T18:37:06.3007311Z Running command: adb uninstall com.testcodepush +2026-08-04T18:37:06.3853265Z Success +2026-08-04T18:37:06.3865830Z [TIMING] exec "adb uninstall com.testcodepush" took 86ms +2026-08-04T18:37:06.3866408Z [TIMING] android uninstallApplication took 248ms +2026-08-04T18:37:06.3867382Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:37:12.0335921Z Performing Streamed Install +2026-08-04T18:37:12.0336376Z Success +2026-08-04T18:37:12.0342845Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5647ms +2026-08-04T18:37:12.0344211Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:37:12.0826980Z bash arg: -p +2026-08-04T18:37:12.0827371Z bash arg: com.testcodepush +2026-08-04T18:37:12.0827747Z bash arg: -c +2026-08-04T18:37:12.0828102Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:37:12.0828530Z bash arg: 1 +2026-08-04T18:37:12.3668006Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:37:12.3669407Z arg: "-p" +2026-08-04T18:37:12.3674651Z arg: "com.testcodepush" +2026-08-04T18:37:12.3675133Z arg: "-c" +2026-08-04T18:37:12.3677743Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:37:12.3683047Z arg: "1" +2026-08-04T18:37:12.3683368Z data="com.testcodepush" +2026-08-04T18:37:12.3685931Z data="android.intent.category.LAUNCHER" +2026-08-04T18:37:12.3947955Z Events injected: 1 +2026-08-04T18:37:12.4199884Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:37:12.4350721Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 400ms +2026-08-04T18:37:12.4352157Z [TIMING] android installApp+launch took 6048ms +2026-08-04T18:37:12.4352974Z [TIMING] android runApplication total (built=false) took 6297ms +2026-08-04T18:37:12.9922991Z Update check called from the app. +2026-08-04T18:37:12.9924337Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"561b4718-78f9-45a9-b1c1-fe71486623f3"} +2026-08-04T18:37:12.9927331Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-111","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:37:13.0303543Z Application reported a test message. +2026-08-04T18:37:13.0307058Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-111","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:37:13.0309429Z Sending OK +2026-08-04T18:37:13.0309777Z Message index: 0 +2026-08-04T18:37:13.0474857Z Application downloading the package. +2026-08-04T18:37:13.1375113Z Application reported a test message. +2026-08-04T18:37:13.1378075Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868597745","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-111","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:37:13.1380721Z Sending OK +2026-08-04T18:37:13.1380977Z Message index: 1 +2026-08-04T18:37:13.4695694Z Application reported a test message. +2026-08-04T18:37:13.4696536Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:37:13.4697273Z Sending OK +2026-08-04T18:37:13.4697795Z Message index: 2 +2026-08-04T18:37:13.4698858Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:37:13.5361333Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 66ms +2026-08-04T18:37:13.5930316Z [TIMING] exec "adb shell pidof com.testcodepush" took 57ms +2026-08-04T18:37:13.5931220Z [TIMING] android endRunningApplication: force-stop took 123ms, teardown wait took 57ms +2026-08-04T18:37:14.5936910Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:37:14.6406740Z bash arg: -p +2026-08-04T18:37:14.6407381Z bash arg: com.testcodepush +2026-08-04T18:37:14.6408148Z bash arg: -c +2026-08-04T18:37:14.6408679Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:37:14.6409219Z bash arg: 1 +2026-08-04T18:37:14.7523850Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:37:14.7531909Z arg: "-p" +2026-08-04T18:37:14.7532661Z arg: "com.testcodepush" +2026-08-04T18:37:14.7536637Z arg: "-c" +2026-08-04T18:37:14.7541312Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:37:14.7546730Z arg: "1" +2026-08-04T18:37:14.7547193Z data="com.testcodepush" +2026-08-04T18:37:14.7550140Z data="android.intent.category.LAUNCHER" +2026-08-04T18:37:14.7801594Z Events injected: 1 +2026-08-04T18:37:14.7989544Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:37:14.8041163Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 210ms +2026-08-04T18:37:14.8042723Z [TIMING] android restartApplication total took 1334ms +2026-08-04T18:37:15.3977191Z Application reported a test message. +2026-08-04T18:37:15.3977966Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:37:15.3978644Z Sending OK +2026-08-04T18:37:15.3979086Z Message index: 0 +2026-08-04T18:37:15.3979801Z [TIMING] test "localPackage.install.immediately" took 16877ms +2026-08-04T18:37:15.3981062Z ✔ localPackage.install.immediately (16877ms) +2026-08-04T18:37:15.3982049Z Cleaning up! +2026-08-04T18:37:15.3987960Z #localPackage.install.revert +2026-08-04T18:37:15.3988942Z Setting up scenario scenarioInstallWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:37:15.3995811Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:15.4000736Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:15.4004708Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:15.4008307Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:15.4011321Z [TIMING] setupScenario(scenarioInstallWithRevert.js) for "#localPackage.install.revert" took 2ms +2026-08-04T18:37:15.4012747Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:37:15.4280128Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 26ms +2026-08-04T18:37:15.4432592Z [TIMING] exec "adb shell pidof com.testcodepush" took 15ms +2026-08-04T18:37:15.4433546Z [TIMING] android endRunningApplication: force-stop took 42ms, teardown wait took 16ms +2026-08-04T18:37:15.6483000Z [TIMING] exec "adb shell pm list packages" took 204ms +2026-08-04T18:37:15.6484144Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:37:15.8275821Z Success +2026-08-04T18:37:15.8406534Z [TIMING] exec "adb shell pm clear com.testcodepush" took 192ms +2026-08-04T18:37:15.8407570Z [TIMING] android prepareEmulatorForTest total took 439ms +2026-08-04T18:37:15.8409247Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:37:15.8417084Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:15.8422463Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:15.8425606Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:15.8429101Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:15.8445963Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:37:16.5526852Z +2026-08-04T18:37:16.5527640Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:37:16.5528117Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:37:16.5528926Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:37:16.5529360Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:37:16.5529797Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:37:16.5530225Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:37:16.5530656Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:37:16.5531075Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:37:16.5531815Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:37:16.5532280Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:37:16.5532695Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:37:16.5533108Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:37:16.5533333Z +2026-08-04T18:37:16.5533338Z +2026-08-04T18:37:16.5534009Z Welcome to Metro v0.84.4 +2026-08-04T18:37:16.5534617Z Fast - Scalable - Integrated +2026-08-04T18:37:16.5534919Z +2026-08-04T18:37:16.5534924Z +2026-08-04T18:37:18.0713362Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:37:18.0727637Z LOG:Done writing bundle output +2026-08-04T18:37:18.2827415Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2438ms +2026-08-04T18:37:18.2828923Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:37:18.2952150Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2452ms +2026-08-04T18:37:18.2952928Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:37:18.2953492Z Running command: ./gradlew assembleRelease +2026-08-04T18:37:29.7676202Z [TIMING] exec "./gradlew assembleRelease" took 11472ms +2026-08-04T18:37:29.7676780Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11472ms +2026-08-04T18:37:29.9298336Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:37:29.9299153Z Running command: adb uninstall com.testcodepush +2026-08-04T18:37:30.0276939Z Success +2026-08-04T18:37:30.0291001Z [TIMING] exec "adb uninstall com.testcodepush" took 100ms +2026-08-04T18:37:30.0292165Z [TIMING] android uninstallApplication took 261ms +2026-08-04T18:37:30.0293236Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:37:34.4460175Z Performing Streamed Install +2026-08-04T18:37:34.4460581Z Success +2026-08-04T18:37:34.4465526Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4417ms +2026-08-04T18:37:34.4466575Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:37:34.4926463Z bash arg: -p +2026-08-04T18:37:34.4926812Z bash arg: com.testcodepush +2026-08-04T18:37:34.4927246Z bash arg: -c +2026-08-04T18:37:34.4927593Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:37:34.4928006Z bash arg: 1 +2026-08-04T18:37:34.7557084Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:37:34.7557973Z arg: "-p" +2026-08-04T18:37:34.7560594Z arg: "com.testcodepush" +2026-08-04T18:37:34.7561126Z arg: "-c" +2026-08-04T18:37:34.7561916Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:37:34.7562345Z arg: "1" +2026-08-04T18:37:34.7563875Z data="com.testcodepush" +2026-08-04T18:37:34.7564480Z data="android.intent.category.LAUNCHER" +2026-08-04T18:37:34.7790596Z Events injected: 1 +2026-08-04T18:37:34.7945745Z ## Network stats: elapsed time=5ms (0ms mobile, 0ms wifi, 5ms not connected) +2026-08-04T18:37:34.8090707Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 362ms +2026-08-04T18:37:34.8092061Z [TIMING] android installApp+launch took 4779ms +2026-08-04T18:37:34.8092874Z [TIMING] android runApplication total (built=true) took 16513ms +2026-08-04T18:37:35.2576456Z Update check called from the app. +2026-08-04T18:37:35.2577315Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"01de6ba2-652d-4d40-94e3-5ef2d833d506"} +2026-08-04T18:37:35.2579513Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2706","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:37:35.2880977Z Application reported a test message. +2026-08-04T18:37:35.2883993Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2706","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:37:35.2885902Z Sending OK +2026-08-04T18:37:35.2886177Z Message index: 0 +2026-08-04T18:37:35.3102099Z Application downloading the package. +2026-08-04T18:37:35.3942753Z Application reported a test message. +2026-08-04T18:37:35.3946693Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868639119","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2706","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:37:35.3949425Z Sending OK +2026-08-04T18:37:35.3949708Z Message index: 1 +2026-08-04T18:37:35.7053108Z Application reported a test message. +2026-08-04T18:37:35.7053812Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:37:35.7054359Z Sending OK +2026-08-04T18:37:35.7054738Z Message index: 2 +2026-08-04T18:37:35.7057685Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:37:35.7448614Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T18:37:35.7693029Z [TIMING] exec "adb shell pidof com.testcodepush" took 25ms +2026-08-04T18:37:35.7693804Z [TIMING] android endRunningApplication: force-stop took 64ms, teardown wait took 25ms +2026-08-04T18:37:36.7707379Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:37:36.8176526Z bash arg: -p +2026-08-04T18:37:36.8176927Z bash arg: com.testcodepush +2026-08-04T18:37:36.8177255Z bash arg: -c +2026-08-04T18:37:36.8177568Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:37:36.8177966Z bash arg: 1 +2026-08-04T18:37:36.9293619Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:37:36.9294458Z arg: "-p" +2026-08-04T18:37:36.9296927Z arg: "com.testcodepush" +2026-08-04T18:37:36.9301102Z arg: "-c" +2026-08-04T18:37:36.9301468Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:37:36.9304101Z arg: "1" +2026-08-04T18:37:36.9311221Z data="com.testcodepush" +2026-08-04T18:37:36.9317006Z data="android.intent.category.LAUNCHER" +2026-08-04T18:37:36.9560750Z Events injected: 1 +2026-08-04T18:37:36.9704082Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:37:36.9772830Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 207ms +2026-08-04T18:37:36.9773672Z [TIMING] android restartApplication total took 1272ms +2026-08-04T18:37:37.4839767Z Update check called from the app. +2026-08-04T18:37:37.4840622Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"01de6ba2-652d-4d40-94e3-5ef2d833d506"} +2026-08-04T18:37:37.4842988Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5173","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:37:37.5180048Z Application reported a test message. +2026-08-04T18:37:37.5182378Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5173","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:37:37.5184260Z Sending OK +2026-08-04T18:37:37.5184530Z Message index: 0 +2026-08-04T18:37:37.5259431Z Application downloading the package. +2026-08-04T18:37:37.5991420Z Application reported a test message. +2026-08-04T18:37:37.5994456Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868639119","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5173","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:37:37.5996483Z Sending OK +2026-08-04T18:37:37.5996733Z Message index: 1 +2026-08-04T18:37:37.9248140Z Application reported a test message. +2026-08-04T18:37:37.9248791Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:37:37.9249376Z Sending OK +2026-08-04T18:37:37.9249757Z Message index: 2 +2026-08-04T18:37:37.9251786Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:37:37.9596985Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T18:37:38.0019562Z [TIMING] exec "adb shell pidof com.testcodepush" took 42ms +2026-08-04T18:37:38.0020334Z [TIMING] android endRunningApplication: force-stop took 77ms, teardown wait took 42ms +2026-08-04T18:37:39.0030423Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:37:39.0496701Z bash arg: -p +2026-08-04T18:37:39.0497075Z bash arg: com.testcodepush +2026-08-04T18:37:39.0497457Z bash arg: -c +2026-08-04T18:37:39.0497810Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:37:39.0498282Z bash arg: 1 +2026-08-04T18:37:39.1621871Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:37:39.1622858Z arg: "-p" +2026-08-04T18:37:39.1624987Z arg: "com.testcodepush" +2026-08-04T18:37:39.1629101Z arg: "-c" +2026-08-04T18:37:39.1629481Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:37:39.1632074Z arg: "1" +2026-08-04T18:37:39.1636222Z data="com.testcodepush" +2026-08-04T18:37:39.1638921Z data="android.intent.category.LAUNCHER" +2026-08-04T18:37:39.1872027Z Events injected: 1 +2026-08-04T18:37:39.2092569Z ## Network stats: elapsed time=5ms (0ms mobile, 0ms wifi, 5ms not connected) +2026-08-04T18:37:39.2151584Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 212ms +2026-08-04T18:37:39.2152596Z [TIMING] android restartApplication total took 1290ms +2026-08-04T18:37:39.6985517Z Update check called from the app. +2026-08-04T18:37:39.6986584Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"01de6ba2-652d-4d40-94e3-5ef2d833d506"} +2026-08-04T18:37:39.6989680Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5173","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:37:39.7268039Z Application reported a test message. +2026-08-04T18:37:39.7268885Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T18:37:39.7269550Z Sending OK +2026-08-04T18:37:39.7269895Z Message index: 0 +2026-08-04T18:37:39.7271291Z [TIMING] test "localPackage.install.revert.dorevert" took 23886ms +2026-08-04T18:37:39.7272733Z ✔ localPackage.install.revert.dorevert (23887ms) +2026-08-04T18:37:39.7273400Z Cleaning up! +2026-08-04T18:37:39.7273969Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:37:39.7343292Z Application downloading the package. +2026-08-04T18:37:39.7820562Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 54ms +2026-08-04T18:37:39.8188037Z [TIMING] exec "adb shell pidof com.testcodepush" took 37ms +2026-08-04T18:37:39.8188822Z [TIMING] android endRunningApplication: force-stop took 91ms, teardown wait took 37ms +2026-08-04T18:37:40.0230905Z [TIMING] exec "adb shell pm list packages" took 204ms +2026-08-04T18:37:40.0231834Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:37:40.2046581Z Success +2026-08-04T18:37:40.2085821Z [TIMING] exec "adb shell pm clear com.testcodepush" took 186ms +2026-08-04T18:37:40.2086463Z [TIMING] android prepareEmulatorForTest total took 481ms +2026-08-04T18:37:40.2090179Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:37:40.2096105Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:40.2101567Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:40.2105883Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:40.2109382Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:40.2126817Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:37:40.9152347Z +2026-08-04T18:37:40.9153111Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:37:40.9153620Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:37:40.9154104Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:37:40.9154537Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:37:40.9154986Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:37:40.9155405Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:37:40.9155822Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:37:40.9156246Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:37:40.9156672Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:37:40.9157090Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:37:40.9157497Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:37:40.9157894Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:37:40.9158115Z +2026-08-04T18:37:40.9158128Z +2026-08-04T18:37:40.9158993Z Welcome to Metro v0.84.4 +2026-08-04T18:37:40.9159431Z Fast - Scalable - Integrated +2026-08-04T18:37:40.9159711Z +2026-08-04T18:37:40.9159715Z +2026-08-04T18:37:47.7738389Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:37:47.7816193Z LOG:Done writing bundle output +2026-08-04T18:37:47.9111330Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7698ms +2026-08-04T18:37:47.9113165Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:37:47.9263618Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7715ms +2026-08-04T18:37:47.9264569Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:37:48.0906886Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:37:48.0907432Z Running command: adb uninstall com.testcodepush +2026-08-04T18:37:48.1762415Z Success +2026-08-04T18:37:48.1774849Z [TIMING] exec "adb uninstall com.testcodepush" took 87ms +2026-08-04T18:37:48.1775420Z [TIMING] android uninstallApplication took 251ms +2026-08-04T18:37:48.1776439Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:37:54.1859910Z Performing Streamed Install +2026-08-04T18:37:54.1860386Z Success +2026-08-04T18:37:54.1866740Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6009ms +2026-08-04T18:37:54.1867888Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:37:54.2347063Z bash arg: -p +2026-08-04T18:37:54.2347515Z bash arg: com.testcodepush +2026-08-04T18:37:54.2347952Z bash arg: -c +2026-08-04T18:37:54.2348374Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:37:54.2348909Z bash arg: 1 +2026-08-04T18:37:54.5017782Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:37:54.5021815Z arg: "-p" +2026-08-04T18:37:54.5022151Z arg: "com.testcodepush" +2026-08-04T18:37:54.5022646Z arg: "-c" +2026-08-04T18:37:54.5023493Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:37:54.5023969Z arg: "1" +2026-08-04T18:37:54.5025812Z data="com.testcodepush" +2026-08-04T18:37:54.5026247Z data="android.intent.category.LAUNCHER" +2026-08-04T18:37:54.5235911Z Events injected: 1 +2026-08-04T18:37:54.5368938Z ## Network stats: elapsed time=5ms (0ms mobile, 0ms wifi, 5ms not connected) +2026-08-04T18:37:54.5426191Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 356ms +2026-08-04T18:37:54.5426987Z [TIMING] android installApp+launch took 6365ms +2026-08-04T18:37:54.5427555Z [TIMING] android runApplication total (built=false) took 6616ms +2026-08-04T18:37:55.0175856Z Update check called from the app. +2026-08-04T18:37:55.0177061Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"71763f61-7e59-411f-89c7-3b9e580fe9a8"} +2026-08-04T18:37:55.0179945Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2896","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:37:55.0486523Z Application reported a test message. +2026-08-04T18:37:55.0488861Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2896","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:37:55.0491103Z Sending OK +2026-08-04T18:37:55.0491452Z Message index: 0 +2026-08-04T18:37:55.0702199Z Application downloading the package. +2026-08-04T18:37:55.1760298Z Application reported a test message. +2026-08-04T18:37:55.1763548Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868639119","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2896","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:37:55.1766595Z Sending OK +2026-08-04T18:37:55.1766935Z Message index: 1 +2026-08-04T18:37:55.4908001Z Application reported a test message. +2026-08-04T18:37:55.4908620Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:37:55.4909135Z Sending OK +2026-08-04T18:37:55.4909473Z Message index: 2 +2026-08-04T18:37:55.4910761Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:37:55.5383287Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 47ms +2026-08-04T18:37:55.5774962Z [TIMING] exec "adb shell pidof com.testcodepush" took 39ms +2026-08-04T18:37:55.5775887Z [TIMING] android endRunningApplication: force-stop took 87ms, teardown wait took 39ms +2026-08-04T18:37:56.5784577Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:37:56.6256805Z bash arg: -p +2026-08-04T18:37:56.6257386Z bash arg: com.testcodepush +2026-08-04T18:37:56.6258051Z bash arg: -c +2026-08-04T18:37:56.6258453Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:37:56.6258918Z bash arg: 1 +2026-08-04T18:37:56.7366732Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:37:56.7367686Z arg: "-p" +2026-08-04T18:37:56.7369966Z arg: "com.testcodepush" +2026-08-04T18:37:56.7373891Z arg: "-c" +2026-08-04T18:37:56.7374425Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:37:56.7377461Z arg: "1" +2026-08-04T18:37:56.7380615Z data="com.testcodepush" +2026-08-04T18:37:56.7381176Z data="android.intent.category.LAUNCHER" +2026-08-04T18:37:56.7592211Z Events injected: 1 +2026-08-04T18:37:56.7739199Z ## Network stats: elapsed time=6ms (0ms mobile, 0ms wifi, 6ms not connected) +2026-08-04T18:37:56.7847295Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 206ms +2026-08-04T18:37:56.7848185Z [TIMING] android restartApplication total took 1294ms +2026-08-04T18:37:57.3967547Z Application reported a test message. +2026-08-04T18:37:57.3968298Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:37:57.3968927Z Sending OK +2026-08-04T18:37:57.3969251Z Message index: 0 +2026-08-04T18:37:57.3970114Z [TIMING] test "localPackage.install.revert.norevert" took 17188ms +2026-08-04T18:37:57.3971403Z ✔ localPackage.install.revert.norevert (17188ms) +2026-08-04T18:37:57.3972523Z Cleaning up! +2026-08-04T18:37:57.3973254Z #localPackage.installOnNextResume +2026-08-04T18:37:57.3974490Z Setting up scenario scenarioInstallOnResumeWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:37:57.3981369Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:57.3986280Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:57.3990213Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnResumeWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:57.3993704Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:37:57.4000837Z [TIMING] setupScenario(scenarioInstallOnResumeWithRevert.js) for "#localPackage.installOnNextResume" took 2ms +2026-08-04T18:37:57.4002250Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:37:57.4314795Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T18:37:57.4672725Z [TIMING] exec "adb shell pidof com.testcodepush" took 35ms +2026-08-04T18:37:57.4673812Z [TIMING] android endRunningApplication: force-stop took 67ms, teardown wait took 36ms +2026-08-04T18:37:57.6720375Z [TIMING] exec "adb shell pm list packages" took 204ms +2026-08-04T18:37:57.6721518Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:37:57.8500411Z Success +2026-08-04T18:37:57.8558542Z [TIMING] exec "adb shell pm clear com.testcodepush" took 184ms +2026-08-04T18:37:57.8559845Z [TIMING] android prepareEmulatorForTest total took 455ms +2026-08-04T18:37:57.8561890Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:37:57.8572187Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:57.8577033Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:57.8591372Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:57.8594821Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:37:57.8606441Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:37:58.5698321Z +2026-08-04T18:37:58.5698968Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:37:58.5699444Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:37:58.5699898Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:37:58.5700330Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:37:58.5700759Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:37:58.5701180Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:37:58.5701815Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:37:58.5702239Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:37:58.5702658Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:37:58.5703080Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:37:58.5703860Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:37:58.5704268Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:37:58.5704488Z +2026-08-04T18:37:58.5704498Z +2026-08-04T18:37:58.5704963Z Welcome to Metro v0.84.4 +2026-08-04T18:37:58.5705403Z Fast - Scalable - Integrated +2026-08-04T18:37:58.5705676Z +2026-08-04T18:37:58.5705683Z +2026-08-04T18:38:00.1206123Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:38:00.1219724Z LOG:Done writing bundle output +2026-08-04T18:38:00.3348805Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2474ms +2026-08-04T18:38:00.3351012Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:38:00.3496935Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2490ms +2026-08-04T18:38:00.3497762Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:38:00.3498370Z Running command: ./gradlew assembleRelease +2026-08-04T18:38:11.7905218Z [TIMING] exec "./gradlew assembleRelease" took 11441ms +2026-08-04T18:38:11.7906228Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11441ms +2026-08-04T18:38:11.9519112Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:38:11.9519595Z Running command: adb uninstall com.testcodepush +2026-08-04T18:38:12.0377304Z Success +2026-08-04T18:38:12.0391175Z [TIMING] exec "adb uninstall com.testcodepush" took 87ms +2026-08-04T18:38:12.0392048Z [TIMING] android uninstallApplication took 249ms +2026-08-04T18:38:12.0392951Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:38:18.0179422Z Performing Streamed Install +2026-08-04T18:38:18.0179898Z Success +2026-08-04T18:38:18.0185288Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5979ms +2026-08-04T18:38:18.0186507Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:18.0716803Z bash arg: -p +2026-08-04T18:38:18.0717215Z bash arg: com.testcodepush +2026-08-04T18:38:18.0717592Z bash arg: -c +2026-08-04T18:38:18.0717949Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:18.0718384Z bash arg: 1 +2026-08-04T18:38:18.2931771Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:18.2936780Z arg: "-p" +2026-08-04T18:38:18.2937091Z arg: "com.testcodepush" +2026-08-04T18:38:18.2937439Z arg: "-c" +2026-08-04T18:38:18.2937765Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:18.2945342Z arg: "1" +2026-08-04T18:38:18.2945649Z data="com.testcodepush" +2026-08-04T18:38:18.2946039Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:18.3198223Z Events injected: 1 +2026-08-04T18:38:18.3333398Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:38:18.3565787Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 338ms +2026-08-04T18:38:18.3566608Z [TIMING] android installApp+launch took 6317ms +2026-08-04T18:38:18.3567183Z [TIMING] android runApplication total (built=true) took 18007ms +2026-08-04T18:38:18.7952207Z Update check called from the app. +2026-08-04T18:38:18.7953336Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c3cd482e-4126-40b7-b394-944dcc009cb6"} +2026-08-04T18:38:18.7955726Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4804","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:38:18.8433647Z Application reported a test message. +2026-08-04T18:38:18.8435916Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4804","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:38:18.8438065Z Sending OK +2026-08-04T18:38:18.8438371Z Message index: 0 +2026-08-04T18:38:18.8782904Z Application downloading the package. +2026-08-04T18:38:18.9569556Z Application reported a test message. +2026-08-04T18:38:18.9571278Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868681159","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4804","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:38:18.9573096Z Sending OK +2026-08-04T18:38:18.9573316Z Message index: 1 +2026-08-04T18:38:18.9786070Z Application reported a test message. +2026-08-04T18:38:18.9786493Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:38:18.9786843Z Sending OK +2026-08-04T18:38:18.9787465Z Message index: 2 +2026-08-04T18:38:18.9789426Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:19.0265537Z bash arg: -p +2026-08-04T18:38:19.0265900Z bash arg: com.android.settings +2026-08-04T18:38:19.0266258Z bash arg: -c +2026-08-04T18:38:19.0266587Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:19.0266989Z bash arg: 1 +2026-08-04T18:38:19.1540685Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:19.1542661Z arg: "-p" +2026-08-04T18:38:19.1542964Z arg: "com.android.settings" +2026-08-04T18:38:19.1546607Z arg: "-c" +2026-08-04T18:38:19.1549968Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:19.1552721Z arg: "1" +2026-08-04T18:38:19.1555951Z data="com.android.settings" +2026-08-04T18:38:19.1558920Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:19.1783478Z Events injected: 1 +2026-08-04T18:38:19.2027315Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:38:19.2085882Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 230ms +2026-08-04T18:38:19.2086818Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:38:20.2103176Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:20.2576174Z bash arg: -p +2026-08-04T18:38:20.2576558Z bash arg: com.testcodepush +2026-08-04T18:38:20.2576933Z bash arg: -c +2026-08-04T18:38:20.2577302Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:20.2577736Z bash arg: 1 +2026-08-04T18:38:20.3675336Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:20.3677768Z arg: "-p" +2026-08-04T18:38:20.3682316Z arg: "com.testcodepush" +2026-08-04T18:38:20.3686722Z arg: "-c" +2026-08-04T18:38:20.3689876Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:20.3693241Z arg: "1" +2026-08-04T18:38:20.3700099Z data="com.testcodepush" +2026-08-04T18:38:20.3703487Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:20.3938195Z Events injected: 1 +2026-08-04T18:38:20.4420322Z ## Network stats: elapsed time=54ms (0ms mobile, 0ms wifi, 54ms not connected) +2026-08-04T18:38:20.4759933Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 266ms +2026-08-04T18:38:20.7851070Z Application reported a test message. +2026-08-04T18:38:20.7851943Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:38:20.7852558Z Sending OK +2026-08-04T18:38:20.7852917Z Message index: 0 +2026-08-04T18:38:20.7855056Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:38:20.8168662Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T18:38:20.8306148Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:38:20.8306938Z [TIMING] android endRunningApplication: force-stop took 45ms, teardown wait took 14ms +2026-08-04T18:38:21.8317199Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:21.8776471Z bash arg: -p +2026-08-04T18:38:21.8777094Z bash arg: com.testcodepush +2026-08-04T18:38:21.8777863Z bash arg: -c +2026-08-04T18:38:21.8778348Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:21.8778918Z bash arg: 1 +2026-08-04T18:38:21.9894055Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:21.9894908Z arg: "-p" +2026-08-04T18:38:21.9895242Z arg: "com.testcodepush" +2026-08-04T18:38:21.9895621Z arg: "-c" +2026-08-04T18:38:21.9895978Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:21.9896421Z arg: "1" +2026-08-04T18:38:21.9896726Z data="com.testcodepush" +2026-08-04T18:38:21.9897126Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:22.0135941Z Events injected: 1 +2026-08-04T18:38:22.0265656Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:38:22.0326953Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 201ms +2026-08-04T18:38:22.0328360Z [TIMING] android restartApplication total took 1247ms +2026-08-04T18:38:22.5466658Z Update check called from the app. +2026-08-04T18:38:22.5467762Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c3cd482e-4126-40b7-b394-944dcc009cb6"} +2026-08-04T18:38:22.5470421Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4804","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:38:22.5613184Z Application reported a test message. +2026-08-04T18:38:22.5613749Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T18:38:22.5614169Z Sending OK +2026-08-04T18:38:22.5615929Z Message index: 0 +2026-08-04T18:38:22.5617005Z [TIMING] test "localPackage.installOnNextResume.dorevert" took 24706ms +2026-08-04T18:38:22.5618383Z ✔ localPackage.installOnNextResume.dorevert (24706ms) +2026-08-04T18:38:22.5619436Z Cleaning up! +2026-08-04T18:38:22.5620246Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:38:22.5921772Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T18:38:22.6167229Z [TIMING] exec "adb shell pidof com.testcodepush" took 25ms +2026-08-04T18:38:22.6168002Z [TIMING] android endRunningApplication: force-stop took 55ms, teardown wait took 25ms +2026-08-04T18:38:22.8460733Z [TIMING] exec "adb shell pm list packages" took 229ms +2026-08-04T18:38:22.8461402Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:38:23.0342249Z Success +2026-08-04T18:38:23.0388923Z [TIMING] exec "adb shell pm clear com.testcodepush" took 193ms +2026-08-04T18:38:23.0389937Z [TIMING] android prepareEmulatorForTest total took 477ms +2026-08-04T18:38:23.0392013Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:38:23.0398015Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:23.0403678Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:23.0407751Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:23.0410896Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:23.0426699Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:38:23.7521387Z +2026-08-04T18:38:23.7522249Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:38:23.7522788Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:38:23.7523235Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:38:23.7523670Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:38:23.7524107Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:38:23.7524534Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:38:23.7524953Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:38:23.7525374Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:38:23.7525795Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:38:23.7526219Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:38:23.7526659Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:38:23.7527101Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:38:23.7527352Z +2026-08-04T18:38:23.7527357Z +2026-08-04T18:38:23.7530455Z Welcome to Metro v0.84.4 +2026-08-04T18:38:23.7530955Z Fast - Scalable - Integrated +2026-08-04T18:38:23.7531275Z +2026-08-04T18:38:23.7531915Z +2026-08-04T18:38:30.6490700Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:38:30.6575980Z LOG:Done writing bundle output +2026-08-04T18:38:30.7953326Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7753ms +2026-08-04T18:38:30.7954625Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:38:30.8118245Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7770ms +2026-08-04T18:38:30.8119294Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:38:30.9773356Z [TIMING] exec "adb shell pm list packages" took 165ms +2026-08-04T18:38:30.9774049Z Running command: adb uninstall com.testcodepush +2026-08-04T18:38:31.0786908Z Success +2026-08-04T18:38:31.0797544Z [TIMING] exec "adb uninstall com.testcodepush" took 102ms +2026-08-04T18:38:31.0798185Z [TIMING] android uninstallApplication took 268ms +2026-08-04T18:38:31.0799300Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:38:36.9640568Z Performing Streamed Install +2026-08-04T18:38:36.9641097Z Success +2026-08-04T18:38:36.9647293Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5885ms +2026-08-04T18:38:36.9648736Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:37.0126419Z bash arg: -p +2026-08-04T18:38:37.0126805Z bash arg: com.testcodepush +2026-08-04T18:38:37.0127203Z bash arg: -c +2026-08-04T18:38:37.0127595Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:37.0128060Z bash arg: 1 +2026-08-04T18:38:37.2995467Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:37.2997628Z arg: "-p" +2026-08-04T18:38:37.3001430Z arg: "com.testcodepush" +2026-08-04T18:38:37.3002470Z arg: "-c" +2026-08-04T18:38:37.3003004Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:37.3003522Z arg: "1" +2026-08-04T18:38:37.3004267Z data="com.testcodepush" +2026-08-04T18:38:37.3005083Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:37.3219281Z Events injected: 1 +2026-08-04T18:38:37.3453812Z ## Network stats: elapsed time=6ms (0ms mobile, 0ms wifi, 6ms not connected) +2026-08-04T18:38:37.3514582Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 387ms +2026-08-04T18:38:37.3515501Z [TIMING] android installApp+launch took 6272ms +2026-08-04T18:38:37.3516137Z [TIMING] android runApplication total (built=false) took 6540ms +2026-08-04T18:38:37.8522905Z Update check called from the app. +2026-08-04T18:38:37.8523967Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"3901a683-dbcf-4b0d-9ef7-f82cc2e8f5e1"} +2026-08-04T18:38:37.8526583Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4568","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:38:37.8856260Z Application reported a test message. +2026-08-04T18:38:37.8858432Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4568","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:38:37.8860568Z Sending OK +2026-08-04T18:38:37.8860874Z Message index: 0 +2026-08-04T18:38:37.9012451Z Application downloading the package. +2026-08-04T18:38:37.9933517Z Application reported a test message. +2026-08-04T18:38:37.9936208Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868681159","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4568","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:38:37.9938985Z Sending OK +2026-08-04T18:38:37.9939296Z Message index: 1 +2026-08-04T18:38:38.0122569Z Application reported a test message. +2026-08-04T18:38:38.0123083Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:38:38.0123498Z Sending OK +2026-08-04T18:38:38.0124409Z Message index: 2 +2026-08-04T18:38:38.0126674Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:38.0656100Z bash arg: -p +2026-08-04T18:38:38.0656886Z bash arg: com.android.settings +2026-08-04T18:38:38.0657510Z bash arg: -c +2026-08-04T18:38:38.0657983Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:38.0658566Z bash arg: 1 +2026-08-04T18:38:38.1880074Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:38.1883742Z arg: "-p" +2026-08-04T18:38:38.1886756Z arg: "com.android.settings" +2026-08-04T18:38:38.1887489Z arg: "-c" +2026-08-04T18:38:38.1890483Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:38.1891171Z arg: "1" +2026-08-04T18:38:38.1895854Z data="com.android.settings" +2026-08-04T18:38:38.1898527Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:38.2138664Z Events injected: 1 +2026-08-04T18:38:38.2667331Z ## Network stats: elapsed time=56ms (0ms mobile, 0ms wifi, 56ms not connected) +2026-08-04T18:38:38.2866704Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 274ms +2026-08-04T18:38:38.2867794Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:38:39.2873564Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:39.3346784Z bash arg: -p +2026-08-04T18:38:39.3347547Z bash arg: com.testcodepush +2026-08-04T18:38:39.3348300Z bash arg: -c +2026-08-04T18:38:39.3348788Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:39.3349445Z bash arg: 1 +2026-08-04T18:38:39.4475064Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:39.4476118Z arg: "-p" +2026-08-04T18:38:39.4476524Z arg: "com.testcodepush" +2026-08-04T18:38:39.4476978Z arg: "-c" +2026-08-04T18:38:39.4477798Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:39.4478714Z arg: "1" +2026-08-04T18:38:39.4479297Z data="com.testcodepush" +2026-08-04T18:38:39.4479799Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:39.4691132Z Events injected: 1 +2026-08-04T18:38:39.5121083Z ## Network stats: elapsed time=47ms (0ms mobile, 0ms wifi, 47ms not connected) +2026-08-04T18:38:39.5287051Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 242ms +2026-08-04T18:38:39.8364753Z Application reported a test message. +2026-08-04T18:38:39.8365852Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:38:39.8366478Z Sending OK +2026-08-04T18:38:39.8367361Z Message index: 0 +2026-08-04T18:38:39.8370673Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:38:39.8857231Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 49ms +2026-08-04T18:38:39.9023937Z [TIMING] exec "adb shell pidof com.testcodepush" took 17ms +2026-08-04T18:38:39.9025014Z [TIMING] android endRunningApplication: force-stop took 66ms, teardown wait took 17ms +2026-08-04T18:38:40.9043500Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:38:40.9506244Z bash arg: -p +2026-08-04T18:38:40.9506728Z bash arg: com.testcodepush +2026-08-04T18:38:40.9507230Z bash arg: -c +2026-08-04T18:38:40.9507726Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:38:40.9508322Z bash arg: 1 +2026-08-04T18:38:41.0637754Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:38:41.0639290Z arg: "-p" +2026-08-04T18:38:41.0640371Z arg: "com.testcodepush" +2026-08-04T18:38:41.0640732Z arg: "-c" +2026-08-04T18:38:41.0645338Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:38:41.0645832Z arg: "1" +2026-08-04T18:38:41.0652187Z data="com.testcodepush" +2026-08-04T18:38:41.0652530Z data="android.intent.category.LAUNCHER" +2026-08-04T18:38:41.0881931Z Events injected: 1 +2026-08-04T18:38:41.1158256Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:38:41.1309949Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 227ms +2026-08-04T18:38:41.1310714Z [TIMING] android restartApplication total took 1294ms +2026-08-04T18:38:41.7594295Z Application reported a test message. +2026-08-04T18:38:41.7595140Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:38:41.7595726Z Sending OK +2026-08-04T18:38:41.7596117Z Message index: 0 +2026-08-04T18:38:41.7596816Z [TIMING] test "localPackage.installOnNextResume.norevert" took 18721ms +2026-08-04T18:38:41.7598131Z ✔ localPackage.installOnNextResume.norevert (18721ms) +2026-08-04T18:38:41.7598851Z Cleaning up! +2026-08-04T18:38:41.7599316Z #localPackage.installOnNextSuspend +2026-08-04T18:38:41.7600392Z Setting up scenario scenarioInstallOnSuspendWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:38:41.7606712Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:38:41.7611594Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:38:41.7616408Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnSuspendWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:38:41.7620031Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:38:41.7622565Z [TIMING] setupScenario(scenarioInstallOnSuspendWithRevert.js) for "#localPackage.installOnNextSuspend" took 3ms +2026-08-04T18:38:41.7623303Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:38:41.7988678Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T18:38:41.8165509Z [TIMING] exec "adb shell pidof com.testcodepush" took 18ms +2026-08-04T18:38:41.8166425Z [TIMING] android endRunningApplication: force-stop took 54ms, teardown wait took 18ms +2026-08-04T18:38:42.0828785Z [TIMING] exec "adb shell pm list packages" took 266ms +2026-08-04T18:38:42.0829595Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:38:42.2802446Z Success +2026-08-04T18:38:42.2887983Z [TIMING] exec "adb shell pm clear com.testcodepush" took 206ms +2026-08-04T18:38:42.2888724Z [TIMING] android prepareEmulatorForTest total took 526ms +2026-08-04T18:38:42.2890464Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:38:42.2897759Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:42.2903083Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:42.2907746Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:42.2911693Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:38:42.2927506Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:38:43.0047822Z +2026-08-04T18:38:43.0048490Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:38:43.0049053Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:38:43.0049840Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:38:43.0050353Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:38:43.0050838Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:38:43.0051314Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:38:43.0052081Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:38:43.0052571Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:38:43.0053041Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:38:43.0053512Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:38:43.0053988Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:38:43.0054429Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:38:43.0054675Z +2026-08-04T18:38:43.0054679Z +2026-08-04T18:38:43.0055374Z Welcome to Metro v0.84.4 +2026-08-04T18:38:43.0056027Z Fast - Scalable - Integrated +2026-08-04T18:38:43.0056354Z +2026-08-04T18:38:43.0056358Z +2026-08-04T18:38:44.5649032Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:38:44.5665554Z LOG:Done writing bundle output +2026-08-04T18:38:44.7812555Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2488ms +2026-08-04T18:38:44.7814100Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:38:44.7971900Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2506ms +2026-08-04T18:38:44.7972938Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:38:44.7984857Z Running command: ./gradlew assembleRelease +2026-08-04T18:38:56.2544393Z [TIMING] exec "./gradlew assembleRelease" took 11457ms +2026-08-04T18:38:56.2545123Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11457ms +2026-08-04T18:38:56.4183557Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:38:56.4184104Z Running command: adb uninstall com.testcodepush +2026-08-04T18:38:56.5260955Z Success +2026-08-04T18:38:56.5276712Z [TIMING] exec "adb uninstall com.testcodepush" took 109ms +2026-08-04T18:38:56.5277215Z [TIMING] android uninstallApplication took 273ms +2026-08-04T18:38:56.5278178Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:39:01.2436484Z Performing Streamed Install +2026-08-04T18:39:01.2436917Z Success +2026-08-04T18:39:01.2441941Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4716ms +2026-08-04T18:39:01.2443138Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:01.2976809Z bash arg: -p +2026-08-04T18:39:01.2977294Z bash arg: com.testcodepush +2026-08-04T18:39:01.2977793Z bash arg: -c +2026-08-04T18:39:01.2978290Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:01.2978867Z bash arg: 1 +2026-08-04T18:39:01.6186922Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:01.6188467Z arg: "-p" +2026-08-04T18:39:01.6193461Z arg: "com.testcodepush" +2026-08-04T18:39:01.6197807Z arg: "-c" +2026-08-04T18:39:01.6202629Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:01.6211084Z arg: "1" +2026-08-04T18:39:01.6216531Z data="com.testcodepush" +2026-08-04T18:39:01.6221717Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:01.6485170Z Events injected: 1 +2026-08-04T18:39:01.6676806Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:39:01.6742645Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 429ms +2026-08-04T18:39:01.6743561Z [TIMING] android installApp+launch took 5147ms +2026-08-04T18:39:01.6744218Z [TIMING] android runApplication total (built=true) took 16877ms +2026-08-04T18:39:02.1389937Z Update check called from the app. +2026-08-04T18:39:02.1390992Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b56dd7b3-83ae-47d0-b0b5-d9c86628d6c2"} +2026-08-04T18:39:02.1393965Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9685","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:39:02.1661380Z Application reported a test message. +2026-08-04T18:39:02.1664934Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9685","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:39:02.1667499Z Sending OK +2026-08-04T18:39:02.1667816Z Message index: 0 +2026-08-04T18:39:02.1827118Z Application downloading the package. +2026-08-04T18:39:02.2973994Z Application reported a test message. +2026-08-04T18:39:02.2977123Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868725575","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9685","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:39:02.2979974Z Sending OK +2026-08-04T18:39:02.2980325Z Message index: 1 +2026-08-04T18:39:02.3183950Z Application reported a test message. +2026-08-04T18:39:02.3184526Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:39:02.3185012Z Sending OK +2026-08-04T18:39:02.3185356Z Message index: 2 +2026-08-04T18:39:02.3187062Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:02.3676627Z bash arg: -p +2026-08-04T18:39:02.3677016Z bash arg: com.android.settings +2026-08-04T18:39:02.3677444Z bash arg: -c +2026-08-04T18:39:02.3677805Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:02.3678241Z bash arg: 1 +2026-08-04T18:39:02.4899181Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:02.4903025Z arg: "-p" +2026-08-04T18:39:02.4907458Z arg: "com.android.settings" +2026-08-04T18:39:02.4907885Z arg: "-c" +2026-08-04T18:39:02.4911828Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:02.4914467Z arg: "1" +2026-08-04T18:39:02.4917697Z data="com.android.settings" +2026-08-04T18:39:02.4920903Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:02.5152838Z Events injected: 1 +2026-08-04T18:39:02.5264490Z ## Network stats: elapsed time=16ms (0ms mobile, 0ms wifi, 16ms not connected) +2026-08-04T18:39:02.5335291Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 215ms +2026-08-04T18:39:02.5336185Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:39:02.8978327Z Application reported a test message. +2026-08-04T18:39:02.8978955Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:39:02.8979459Z Sending OK +2026-08-04T18:39:02.8979766Z Message index: 0 +2026-08-04T18:39:02.8980888Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:39:02.9240681Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 26ms +2026-08-04T18:39:02.9380139Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:39:02.9381097Z [TIMING] android endRunningApplication: force-stop took 40ms, teardown wait took 14ms +2026-08-04T18:39:03.5348840Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:03.5816189Z bash arg: -p +2026-08-04T18:39:03.5817062Z bash arg: com.testcodepush +2026-08-04T18:39:03.5817735Z bash arg: -c +2026-08-04T18:39:03.5818217Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:03.5818810Z bash arg: 1 +2026-08-04T18:39:03.6941126Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:03.6943071Z arg: "-p" +2026-08-04T18:39:03.6948567Z arg: "com.testcodepush" +2026-08-04T18:39:03.6955937Z arg: "-c" +2026-08-04T18:39:03.6957458Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:03.6958112Z arg: "1" +2026-08-04T18:39:03.6965308Z data="com.testcodepush" +2026-08-04T18:39:03.6968247Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:03.7197260Z Events injected: 1 +2026-08-04T18:39:03.7346286Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:39:03.7580123Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 223ms +2026-08-04T18:39:03.9385867Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:03.9927865Z bash arg: -p +2026-08-04T18:39:03.9928463Z bash arg: com.testcodepush +2026-08-04T18:39:03.9928922Z bash arg: -c +2026-08-04T18:39:03.9929362Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:03.9929911Z bash arg: 1 +2026-08-04T18:39:04.1525872Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:04.1526598Z arg: "-p" +2026-08-04T18:39:04.1529311Z arg: "com.testcodepush" +2026-08-04T18:39:04.1530003Z arg: "-c" +2026-08-04T18:39:04.1533583Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:04.1537821Z arg: "1" +2026-08-04T18:39:04.1538251Z data="com.testcodepush" +2026-08-04T18:39:04.1541958Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:04.1741995Z Events injected: 1 +2026-08-04T18:39:04.1783521Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:39:04.1875806Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 249ms +2026-08-04T18:39:04.1876759Z [TIMING] android restartApplication total took 1290ms +2026-08-04T18:39:04.2725573Z Update check called from the app. +2026-08-04T18:39:04.2726861Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b56dd7b3-83ae-47d0-b0b5-d9c86628d6c2"} +2026-08-04T18:39:04.2730197Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9685","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:39:04.2917367Z Application reported a test message. +2026-08-04T18:39:04.2917916Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T18:39:04.2918382Z Sending OK +2026-08-04T18:39:04.2918681Z Message index: 0 +2026-08-04T18:39:04.2919515Z [TIMING] test "localPackage.installOnNextSuspend.dorevert" took 22003ms +2026-08-04T18:39:04.2920598Z ✔ localPackage.installOnNextSuspend.dorevert (22003ms) +2026-08-04T18:39:04.2921184Z Cleaning up! +2026-08-04T18:39:04.2921856Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:39:04.2988360Z Application downloading the package. +2026-08-04T18:39:04.3458236Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 53ms +2026-08-04T18:39:04.3618257Z [TIMING] exec "adb shell pidof com.testcodepush" took 16ms +2026-08-04T18:39:04.3619102Z [TIMING] android endRunningApplication: force-stop took 69ms, teardown wait took 16ms +2026-08-04T18:39:04.5750752Z [TIMING] exec "adb shell pm list packages" took 213ms +2026-08-04T18:39:04.5751439Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:39:04.7419653Z Success +2026-08-04T18:39:04.7642961Z [TIMING] exec "adb shell pm clear com.testcodepush" took 190ms +2026-08-04T18:39:04.7643857Z [TIMING] android prepareEmulatorForTest total took 472ms +2026-08-04T18:39:04.7647801Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:39:04.7657495Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:04.7666585Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:04.7673740Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:04.7688608Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:04.7707205Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:39:05.4763132Z +2026-08-04T18:39:05.4763909Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:39:05.4764909Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:39:05.4765401Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:39:05.4765915Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:39:05.4766417Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:39:05.4766903Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:39:05.4767372Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:39:05.4767840Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:39:05.4768310Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:39:05.4768779Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:39:05.4769231Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:39:05.4769678Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:39:05.4769931Z +2026-08-04T18:39:05.4769936Z +2026-08-04T18:39:05.4770506Z Welcome to Metro v0.84.4 +2026-08-04T18:39:05.4770968Z Fast - Scalable - Integrated +2026-08-04T18:39:05.4771280Z +2026-08-04T18:39:05.4771293Z +2026-08-04T18:39:12.3829270Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:39:12.3865615Z LOG:Done writing bundle output +2026-08-04T18:39:12.5223095Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7751ms +2026-08-04T18:39:12.5224307Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:39:12.5380244Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7768ms +2026-08-04T18:39:12.5381170Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:39:12.7098248Z [TIMING] exec "adb shell pm list packages" took 171ms +2026-08-04T18:39:12.7098888Z Running command: adb uninstall com.testcodepush +2026-08-04T18:39:12.8244497Z Success +2026-08-04T18:39:12.8259123Z [TIMING] exec "adb uninstall com.testcodepush" took 116ms +2026-08-04T18:39:12.8259778Z [TIMING] android uninstallApplication took 287ms +2026-08-04T18:39:12.8260956Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:39:17.3579551Z Performing Streamed Install +2026-08-04T18:39:17.3580150Z Success +2026-08-04T18:39:17.3585672Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4533ms +2026-08-04T18:39:17.3587002Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:17.4247303Z bash arg: -p +2026-08-04T18:39:17.4247842Z bash arg: com.testcodepush +2026-08-04T18:39:17.4248280Z bash arg: -c +2026-08-04T18:39:17.4248749Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:17.4249511Z bash arg: 1 +2026-08-04T18:39:17.7565093Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:17.7565750Z arg: "-p" +2026-08-04T18:39:17.7568437Z arg: "com.testcodepush" +2026-08-04T18:39:17.7568979Z arg: "-c" +2026-08-04T18:39:17.7573384Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:17.7574110Z arg: "1" +2026-08-04T18:39:17.7574465Z data="com.testcodepush" +2026-08-04T18:39:17.7577776Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:17.7807838Z Events injected: 1 +2026-08-04T18:39:17.8034096Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:39:17.8097266Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 451ms +2026-08-04T18:39:17.8098689Z [TIMING] android installApp+launch took 4984ms +2026-08-04T18:39:17.8099445Z [TIMING] android runApplication total (built=false) took 5272ms +2026-08-04T18:39:18.2741255Z Update check called from the app. +2026-08-04T18:39:18.2742428Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"2aa3bfdd-a8d8-426b-a580-4bd339caf5dd"} +2026-08-04T18:39:18.2745209Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7617","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:39:18.2970145Z Application reported a test message. +2026-08-04T18:39:18.2973072Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7617","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:39:18.2975708Z Sending OK +2026-08-04T18:39:18.2976088Z Message index: 0 +2026-08-04T18:39:18.3110843Z Application downloading the package. +2026-08-04T18:39:18.3961222Z Application reported a test message. +2026-08-04T18:39:18.3964153Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868725575","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7617","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:39:18.3966656Z Sending OK +2026-08-04T18:39:18.3966960Z Message index: 1 +2026-08-04T18:39:18.4115596Z Application reported a test message. +2026-08-04T18:39:18.4116111Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:39:18.4116539Z Sending OK +2026-08-04T18:39:18.4116872Z Message index: 2 +2026-08-04T18:39:18.4118822Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:18.4575734Z bash arg: -p +2026-08-04T18:39:18.4576155Z bash arg: com.android.settings +2026-08-04T18:39:18.4576580Z bash arg: -c +2026-08-04T18:39:18.4576961Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:18.4577439Z bash arg: 1 +2026-08-04T18:39:18.5865905Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:18.5868667Z arg: "-p" +2026-08-04T18:39:18.5876778Z arg: "com.android.settings" +2026-08-04T18:39:18.5877743Z arg: "-c" +2026-08-04T18:39:18.5878130Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:18.5878578Z arg: "1" +2026-08-04T18:39:18.5882174Z data="com.android.settings" +2026-08-04T18:39:18.5885334Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:18.6123796Z Events injected: 1 +2026-08-04T18:39:18.6796138Z ## Network stats: elapsed time=48ms (0ms mobile, 0ms wifi, 48ms not connected) +2026-08-04T18:39:18.7108633Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 299ms +2026-08-04T18:39:18.7109611Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:39:19.0431298Z Application reported a test message. +2026-08-04T18:39:19.0432069Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:39:19.0432543Z Sending OK +2026-08-04T18:39:19.0432901Z Message index: 0 +2026-08-04T18:39:19.0434768Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:39:19.0782467Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T18:39:19.0912251Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:39:19.0913092Z [TIMING] android endRunningApplication: force-stop took 48ms, teardown wait took 14ms +2026-08-04T18:39:19.7116449Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:19.7586053Z bash arg: -p +2026-08-04T18:39:19.7586610Z bash arg: com.testcodepush +2026-08-04T18:39:19.7587171Z bash arg: -c +2026-08-04T18:39:19.7587714Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:19.7588373Z bash arg: 1 +2026-08-04T18:39:19.8707732Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:19.8716364Z arg: "-p" +2026-08-04T18:39:19.8717047Z arg: "com.testcodepush" +2026-08-04T18:39:19.8720746Z arg: "-c" +2026-08-04T18:39:19.8723925Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:19.8726303Z arg: "1" +2026-08-04T18:39:19.8730505Z data="com.testcodepush" +2026-08-04T18:39:19.8736254Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:19.8967438Z Events injected: 1 +2026-08-04T18:39:19.9312129Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:39:19.9367461Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 225ms +2026-08-04T18:39:20.0925876Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:20.1396353Z bash arg: -p +2026-08-04T18:39:20.1396757Z bash arg: com.testcodepush +2026-08-04T18:39:20.1397183Z bash arg: -c +2026-08-04T18:39:20.1397564Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:20.1398036Z bash arg: 1 +2026-08-04T18:39:20.3390527Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:20.3395844Z arg: "-p" +2026-08-04T18:39:20.3398752Z arg: "com.testcodepush" +2026-08-04T18:39:20.3401468Z arg: "-c" +2026-08-04T18:39:20.3404509Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:20.3407129Z arg: "1" +2026-08-04T18:39:20.3410069Z data="com.testcodepush" +2026-08-04T18:39:20.3412821Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:20.3678661Z Events injected: 1 +2026-08-04T18:39:20.3791720Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T18:39:20.3929185Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 300ms +2026-08-04T18:39:20.3930339Z [TIMING] android restartApplication total took 1349ms +2026-08-04T18:39:20.6212615Z Application reported a test message. +2026-08-04T18:39:20.6213297Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:39:20.6213879Z Sending OK +2026-08-04T18:39:20.6214255Z Message index: 0 +2026-08-04T18:39:20.6214943Z [TIMING] test "localPackage.installOnNextSuspend.norevert" took 15857ms +2026-08-04T18:39:20.6216233Z ✔ localPackage.installOnNextSuspend.norevert (15857ms) +2026-08-04T18:39:20.6216945Z Cleaning up! +2026-08-04T18:39:20.6217747Z localPackage installOnNextRestart +2026-08-04T18:39:20.6218806Z Setting up scenario scenarioInstallOnRestartWithRevert.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:39:20.6224855Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:39:20.6231027Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:39:20.6236610Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnRestartWithRevert.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:39:20.6241238Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:39:20.6244538Z [TIMING] setupScenario(scenarioInstallOnRestartWithRevert.js) for "localPackage installOnNextRestart" took 3ms +2026-08-04T18:39:20.6245559Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:39:20.6526201Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 28ms +2026-08-04T18:39:20.6654469Z [TIMING] exec "adb shell pidof com.testcodepush" took 13ms +2026-08-04T18:39:20.6655307Z [TIMING] android endRunningApplication: force-stop took 41ms, teardown wait took 13ms +2026-08-04T18:39:20.8875792Z [TIMING] exec "adb shell pm list packages" took 222ms +2026-08-04T18:39:20.8876467Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:39:21.0679328Z Success +2026-08-04T18:39:21.0747006Z [TIMING] exec "adb shell pm clear com.testcodepush" took 187ms +2026-08-04T18:39:21.0747737Z [TIMING] android prepareEmulatorForTest total took 450ms +2026-08-04T18:39:21.0751587Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:39:21.0759366Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:21.0766524Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:21.0772064Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:21.0778047Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:21.0801660Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:39:21.7999495Z +2026-08-04T18:39:21.8000374Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:39:21.8000872Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:39:21.8001343Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:39:21.8002002Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:39:21.8002387Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:39:21.8002776Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:39:21.8003145Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:39:21.8003513Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:39:21.8003883Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:39:21.8004243Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:39:21.8004599Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:39:21.8004940Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:39:21.8005132Z +2026-08-04T18:39:21.8005137Z +2026-08-04T18:39:21.8006816Z Welcome to Metro v0.84.4 +2026-08-04T18:39:21.8007399Z Fast - Scalable - Integrated +2026-08-04T18:39:21.8007751Z +2026-08-04T18:39:21.8007755Z +2026-08-04T18:39:23.3592939Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:39:23.3608883Z LOG:Done writing bundle output +2026-08-04T18:39:23.5763599Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2497ms +2026-08-04T18:39:23.5764911Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:39:23.5929948Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2514ms +2026-08-04T18:39:23.5930883Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:39:23.5931820Z Running command: ./gradlew assembleRelease +2026-08-04T18:39:34.8344849Z [TIMING] exec "./gradlew assembleRelease" took 11241ms +2026-08-04T18:39:34.8346028Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11241ms +2026-08-04T18:39:34.9983500Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:39:34.9984113Z Running command: adb uninstall com.testcodepush +2026-08-04T18:39:35.0965738Z Success +2026-08-04T18:39:35.0982622Z [TIMING] exec "adb uninstall com.testcodepush" took 100ms +2026-08-04T18:39:35.0983242Z [TIMING] android uninstallApplication took 264ms +2026-08-04T18:39:35.0984261Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:39:40.3564463Z Performing Streamed Install +2026-08-04T18:39:40.3565018Z Success +2026-08-04T18:39:40.3569426Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5258ms +2026-08-04T18:39:40.3570930Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:40.4076276Z bash arg: -p +2026-08-04T18:39:40.4076844Z bash arg: com.testcodepush +2026-08-04T18:39:40.4077420Z bash arg: -c +2026-08-04T18:39:40.4077958Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:40.4078616Z bash arg: 1 +2026-08-04T18:39:40.7010826Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:40.7048143Z arg: "-p" +2026-08-04T18:39:40.7048614Z arg: "com.testcodepush" +2026-08-04T18:39:40.7053555Z arg: "-c" +2026-08-04T18:39:40.7054090Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:40.7054682Z arg: "1" +2026-08-04T18:39:40.7055163Z data="com.testcodepush" +2026-08-04T18:39:40.7055780Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:40.7271115Z Events injected: 1 +2026-08-04T18:39:40.7512159Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T18:39:40.7603724Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 404ms +2026-08-04T18:39:40.7604418Z [TIMING] android installApp+launch took 5662ms +2026-08-04T18:39:40.7604884Z [TIMING] android runApplication total (built=true) took 17168ms +2026-08-04T18:39:41.2314739Z Update check called from the app. +2026-08-04T18:39:41.2315849Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c59a65c2-e381-47a6-a23f-4a1b0fa39d01"} +2026-08-04T18:39:41.2318800Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9602","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:39:41.2632107Z Application reported a test message. +2026-08-04T18:39:41.2634840Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9602","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:39:41.2637044Z Sending OK +2026-08-04T18:39:41.2637391Z Message index: 0 +2026-08-04T18:39:41.2704882Z Application downloading the package. +2026-08-04T18:39:41.3687563Z Application reported a test message. +2026-08-04T18:39:41.3690189Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868764370","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9602","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:39:41.3693300Z Sending OK +2026-08-04T18:39:41.3693578Z Message index: 1 +2026-08-04T18:39:41.3828550Z Application reported a test message. +2026-08-04T18:39:41.3829046Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:39:41.3829470Z Sending OK +2026-08-04T18:39:41.3829802Z Message index: 2 +2026-08-04T18:39:41.3831993Z Update hash: randomHash-9602 +2026-08-04T18:39:41.3832578Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:39:41.4271102Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 43ms +2026-08-04T18:39:41.4440008Z [TIMING] exec "adb shell pidof com.testcodepush" took 17ms +2026-08-04T18:39:41.4441438Z [TIMING] android endRunningApplication: force-stop took 61ms, teardown wait took 18ms +2026-08-04T18:39:42.4443433Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:42.4906157Z bash arg: -p +2026-08-04T18:39:42.4906628Z bash arg: com.testcodepush +2026-08-04T18:39:42.4907329Z bash arg: -c +2026-08-04T18:39:42.4907826Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:42.4908444Z bash arg: 1 +2026-08-04T18:39:42.6044157Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:42.6048102Z arg: "-p" +2026-08-04T18:39:42.6050918Z arg: "com.testcodepush" +2026-08-04T18:39:42.6055288Z arg: "-c" +2026-08-04T18:39:42.6059670Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:42.6062619Z arg: "1" +2026-08-04T18:39:42.6065896Z data="com.testcodepush" +2026-08-04T18:39:42.6069072Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:42.6273425Z Events injected: 1 +2026-08-04T18:39:42.6398092Z ## Network stats: elapsed time=5ms (0ms mobile, 0ms wifi, 5ms not connected) +2026-08-04T18:39:42.6479289Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 203ms +2026-08-04T18:39:42.6480206Z [TIMING] android restartApplication total took 1264ms +2026-08-04T18:39:43.2904271Z Application reported a test message. +2026-08-04T18:39:43.2904962Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:39:43.2905539Z Sending OK +2026-08-04T18:39:43.2905912Z Message index: 0 +2026-08-04T18:39:43.2907998Z Update hash: randomHash-9602 +2026-08-04T18:39:43.2908656Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:39:43.3202956Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 29ms +2026-08-04T18:39:43.3420323Z [TIMING] exec "adb shell pidof com.testcodepush" took 21ms +2026-08-04T18:39:43.3421204Z [TIMING] android endRunningApplication: force-stop took 51ms, teardown wait took 21ms +2026-08-04T18:39:44.3425423Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:44.3896276Z bash arg: -p +2026-08-04T18:39:44.3896741Z bash arg: com.testcodepush +2026-08-04T18:39:44.3897244Z bash arg: -c +2026-08-04T18:39:44.3897715Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:44.3898322Z bash arg: 1 +2026-08-04T18:39:44.5020167Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:39:44.5024825Z arg: "-p" +2026-08-04T18:39:44.5025258Z arg: "com.testcodepush" +2026-08-04T18:39:44.5025727Z arg: "-c" +2026-08-04T18:39:44.5027855Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:39:44.5032529Z arg: "1" +2026-08-04T18:39:44.5036232Z data="com.testcodepush" +2026-08-04T18:39:44.5040095Z data="android.intent.category.LAUNCHER" +2026-08-04T18:39:44.5270911Z Events injected: 1 +2026-08-04T18:39:44.5447763Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T18:39:44.5516299Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 209ms +2026-08-04T18:39:44.5517772Z [TIMING] android restartApplication total took 1261ms +2026-08-04T18:39:44.9611361Z Update check called from the app. +2026-08-04T18:39:44.9612735Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c59a65c2-e381-47a6-a23f-4a1b0fa39d01"} +2026-08-04T18:39:44.9614895Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9602","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:39:44.9779448Z Application reported a test message. +2026-08-04T18:39:44.9780007Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T18:39:44.9780629Z Sending OK +2026-08-04T18:39:44.9781139Z Message index: 0 +2026-08-04T18:39:44.9782321Z [TIMING] test "localPackage.installOnNextRestart.dorevert" took 23904ms +2026-08-04T18:39:44.9783872Z ✔ localPackage.installOnNextRestart.dorevert (23904ms) +2026-08-04T18:39:44.9784690Z Cleaning up! +2026-08-04T18:39:44.9785422Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:39:45.0019693Z Application downloading the package. +2026-08-04T18:39:45.0171483Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 38ms +2026-08-04T18:39:45.0669633Z [TIMING] exec "adb shell pidof com.testcodepush" took 50ms +2026-08-04T18:39:45.0670582Z [TIMING] android endRunningApplication: force-stop took 88ms, teardown wait took 50ms +2026-08-04T18:39:45.2812050Z [TIMING] exec "adb shell pm list packages" took 214ms +2026-08-04T18:39:45.2812910Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:39:45.4589954Z Success +2026-08-04T18:39:45.4833973Z [TIMING] exec "adb shell pm clear com.testcodepush" took 203ms +2026-08-04T18:39:45.4834977Z [TIMING] android prepareEmulatorForTest total took 505ms +2026-08-04T18:39:45.4837413Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:39:45.4845367Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:45.4850285Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:45.4854298Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:45.4856851Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:39:45.4871115Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:39:46.1905600Z +2026-08-04T18:39:46.1906544Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:39:46.1907127Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:39:46.1907655Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:39:46.1908161Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:39:46.1908651Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:39:46.1909131Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:39:46.1909615Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:39:46.1910091Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:39:46.1910570Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:39:46.1911045Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:39:46.1911763Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:39:46.1912222Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:39:46.1912482Z +2026-08-04T18:39:46.1912488Z +2026-08-04T18:39:46.1912689Z Welcome to Metro v0.84.4 +2026-08-04T18:39:46.1913257Z Fast - Scalable - Integrated +2026-08-04T18:39:46.1913580Z +2026-08-04T18:39:46.1913585Z +2026-08-04T18:39:53.0973706Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:39:53.1060844Z LOG:Done writing bundle output +2026-08-04T18:39:53.2458566Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7759ms +2026-08-04T18:39:53.2460773Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:39:53.2636202Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7778ms +2026-08-04T18:39:53.2637103Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:39:53.4285763Z [TIMING] exec "adb shell pm list packages" took 165ms +2026-08-04T18:39:53.4286523Z Running command: adb uninstall com.testcodepush +2026-08-04T18:39:53.5450358Z Success +2026-08-04T18:39:53.5463436Z [TIMING] exec "adb uninstall com.testcodepush" took 118ms +2026-08-04T18:39:53.5464114Z [TIMING] android uninstallApplication took 283ms +2026-08-04T18:39:53.5465206Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:39:59.7871316Z Performing Streamed Install +2026-08-04T18:39:59.7872121Z Success +2026-08-04T18:39:59.7877461Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6241ms +2026-08-04T18:39:59.7878626Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:39:59.8345974Z bash arg: -p +2026-08-04T18:39:59.8346390Z bash arg: com.testcodepush +2026-08-04T18:39:59.8346802Z bash arg: -c +2026-08-04T18:39:59.8347182Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:39:59.8347701Z bash arg: 1 +2026-08-04T18:40:00.1612581Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:00.1613255Z arg: "-p" +2026-08-04T18:40:00.1613584Z arg: "com.testcodepush" +2026-08-04T18:40:00.1613955Z arg: "-c" +2026-08-04T18:40:00.1614315Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:00.1614789Z arg: "1" +2026-08-04T18:40:00.1615096Z data="com.testcodepush" +2026-08-04T18:40:00.1615496Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:00.1773366Z Events injected: 1 +2026-08-04T18:40:00.1913122Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:40:00.2059781Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 418ms +2026-08-04T18:40:00.2060902Z [TIMING] android installApp+launch took 6659ms +2026-08-04T18:40:00.2062000Z [TIMING] android runApplication total (built=false) took 6942ms +2026-08-04T18:40:00.6828234Z Update check called from the app. +2026-08-04T18:40:00.6829320Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"0735ef31-83d9-4b08-915a-30176b106f88"} +2026-08-04T18:40:00.6832179Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-605","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:40:00.7115832Z Application reported a test message. +2026-08-04T18:40:00.7118132Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-605","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:40:00.7120338Z Sending OK +2026-08-04T18:40:00.7120642Z Message index: 0 +2026-08-04T18:40:00.7195974Z Application downloading the package. +2026-08-04T18:40:00.7936418Z Application reported a test message. +2026-08-04T18:40:00.7940248Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868764370","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-605","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:40:00.7944141Z Sending OK +2026-08-04T18:40:00.7944589Z Message index: 1 +2026-08-04T18:40:00.8126957Z Application reported a test message. +2026-08-04T18:40:00.8127603Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:40:00.8128165Z Sending OK +2026-08-04T18:40:00.8128570Z Message index: 2 +2026-08-04T18:40:00.8129657Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:00.8466566Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T18:40:00.8657375Z [TIMING] exec "adb shell pidof com.testcodepush" took 19ms +2026-08-04T18:40:00.8658449Z [TIMING] android endRunningApplication: force-stop took 53ms, teardown wait took 19ms +2026-08-04T18:40:01.8667940Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:01.9136484Z bash arg: -p +2026-08-04T18:40:01.9136904Z bash arg: com.testcodepush +2026-08-04T18:40:01.9137358Z bash arg: -c +2026-08-04T18:40:01.9137777Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:01.9138292Z bash arg: 1 +2026-08-04T18:40:02.0262898Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:02.0265726Z arg: "-p" +2026-08-04T18:40:02.0266141Z arg: "com.testcodepush" +2026-08-04T18:40:02.0266616Z arg: "-c" +2026-08-04T18:40:02.0270121Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:02.0273319Z arg: "1" +2026-08-04T18:40:02.0275481Z data="com.testcodepush" +2026-08-04T18:40:02.0278095Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:02.0500148Z Events injected: 1 +2026-08-04T18:40:02.0633435Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:40:02.0694275Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 203ms +2026-08-04T18:40:02.0695364Z [TIMING] android restartApplication total took 1257ms +2026-08-04T18:40:02.7469221Z Application reported a test message. +2026-08-04T18:40:02.7469754Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:02.7470201Z Sending OK +2026-08-04T18:40:02.7470705Z Message index: 0 +2026-08-04T18:40:02.7474137Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:02.7818311Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T18:40:02.7950835Z [TIMING] exec "adb shell pidof com.testcodepush" took 13ms +2026-08-04T18:40:02.7951937Z [TIMING] android endRunningApplication: force-stop took 47ms, teardown wait took 13ms +2026-08-04T18:40:03.7960746Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:03.8426337Z bash arg: -p +2026-08-04T18:40:03.8426735Z bash arg: com.testcodepush +2026-08-04T18:40:03.8427517Z bash arg: -c +2026-08-04T18:40:03.8427896Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:03.8428381Z bash arg: 1 +2026-08-04T18:40:03.9548602Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:03.9551363Z arg: "-p" +2026-08-04T18:40:03.9551779Z arg: "com.testcodepush" +2026-08-04T18:40:03.9554816Z arg: "-c" +2026-08-04T18:40:03.9555273Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:03.9558741Z arg: "1" +2026-08-04T18:40:03.9561987Z data="com.testcodepush" +2026-08-04T18:40:03.9565300Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:03.9771850Z Events injected: 1 +2026-08-04T18:40:03.9938936Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:40:04.0004358Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 205ms +2026-08-04T18:40:04.0005408Z [TIMING] android restartApplication total took 1253ms +2026-08-04T18:40:04.6403661Z Application reported a test message. +2026-08-04T18:40:04.6404308Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:04.6404824Z Sending OK +2026-08-04T18:40:04.6405161Z Message index: 0 +2026-08-04T18:40:04.6406411Z [TIMING] test "localPackage.installOnNextRestart.norevert" took 19157ms +2026-08-04T18:40:04.6407598Z ✔ localPackage.installOnNextRestart.norevert (19157ms) +2026-08-04T18:40:04.6408246Z Cleaning up! +2026-08-04T18:40:04.6408852Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:04.6724099Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 32ms +2026-08-04T18:40:04.6907706Z [TIMING] exec "adb shell pidof com.testcodepush" took 18ms +2026-08-04T18:40:04.6908482Z [TIMING] android endRunningApplication: force-stop took 50ms, teardown wait took 18ms +2026-08-04T18:40:04.9255820Z [TIMING] exec "adb shell pm list packages" took 235ms +2026-08-04T18:40:04.9256394Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:40:05.1006730Z Success +2026-08-04T18:40:05.1077168Z [TIMING] exec "adb shell pm clear com.testcodepush" took 182ms +2026-08-04T18:40:05.1078271Z [TIMING] android prepareEmulatorForTest total took 467ms +2026-08-04T18:40:05.1079519Z Setting up scenario updateNARConditional.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:40:05.1087713Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:05.1092186Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:05.1096158Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNARConditional.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:05.1099287Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:05.1116907Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:40:05.8150598Z +2026-08-04T18:40:05.8151342Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:05.8152142Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:40:05.8152638Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:40:05.8153134Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:40:05.8153622Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:40:05.8154100Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:40:05.8165034Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:40:05.8165515Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:40:05.8165959Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:40:05.8166386Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:40:05.8166835Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:40:05.8167238Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:05.8167459Z +2026-08-04T18:40:05.8167787Z +2026-08-04T18:40:05.8167940Z Welcome to Metro v0.84.4 +2026-08-04T18:40:05.8168360Z Fast - Scalable - Integrated +2026-08-04T18:40:05.8168637Z +2026-08-04T18:40:05.8168641Z +2026-08-04T18:40:07.3733269Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:40:07.3748655Z LOG:Done writing bundle output +2026-08-04T18:40:07.5947012Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2483ms +2026-08-04T18:40:07.5948101Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:40:07.6091703Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2499ms +2026-08-04T18:40:07.6092655Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:40:07.7751458Z [TIMING] exec "adb shell pm list packages" took 165ms +2026-08-04T18:40:07.7752383Z Running command: adb uninstall com.testcodepush +2026-08-04T18:40:07.8749773Z Success +2026-08-04T18:40:07.8760133Z [TIMING] exec "adb uninstall com.testcodepush" took 100ms +2026-08-04T18:40:07.8760761Z [TIMING] android uninstallApplication took 266ms +2026-08-04T18:40:07.8762241Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:40:12.3507934Z Performing Streamed Install +2026-08-04T18:40:12.3508529Z Success +2026-08-04T18:40:12.3513746Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4476ms +2026-08-04T18:40:12.3514942Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:12.4046713Z bash arg: -p +2026-08-04T18:40:12.4047128Z bash arg: com.testcodepush +2026-08-04T18:40:12.4047858Z bash arg: -c +2026-08-04T18:40:12.4048268Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:12.4048778Z bash arg: 1 +2026-08-04T18:40:12.7070506Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:12.7071235Z arg: "-p" +2026-08-04T18:40:12.7073243Z arg: "com.testcodepush" +2026-08-04T18:40:12.7073919Z arg: "-c" +2026-08-04T18:40:12.7074304Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:12.7078497Z arg: "1" +2026-08-04T18:40:12.7079151Z data="com.testcodepush" +2026-08-04T18:40:12.7082437Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:12.7332503Z Events injected: 1 +2026-08-04T18:40:12.7807710Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:40:12.7990455Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 447ms +2026-08-04T18:40:12.7991355Z [TIMING] android installApp+launch took 4923ms +2026-08-04T18:40:12.7992389Z [TIMING] android runApplication total (built=false) took 5189ms +2026-08-04T18:40:13.2438695Z Update check called from the app. +2026-08-04T18:40:13.2439781Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"fdd710f7-3df1-4a10-a930-19a7aac36761"} +2026-08-04T18:40:13.2442659Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3011","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:40:13.2726103Z Application reported a test message. +2026-08-04T18:40:13.2728597Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3011","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:40:13.2730981Z Sending OK +2026-08-04T18:40:13.2731358Z Message index: 0 +2026-08-04T18:40:13.2866101Z Application downloading the package. +2026-08-04T18:40:13.3704688Z Application reported a test message. +2026-08-04T18:40:13.3707257Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868764370","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3011","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:40:13.3709486Z Sending OK +2026-08-04T18:40:13.3709760Z Message index: 1 +2026-08-04T18:40:13.3905549Z Application reported a test message. +2026-08-04T18:40:13.3906278Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:40:13.3906971Z Sending OK +2026-08-04T18:40:13.3907356Z Message index: 2 +2026-08-04T18:40:13.3909106Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:40:13.3915587Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:13.3920029Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:13.3929059Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:13.3932059Z replacing "CODE_PUSH_APP_VERSION" with "Update 2 (bad update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:13.3942104Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:40:14.1122131Z +2026-08-04T18:40:14.1122834Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:14.1123357Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:40:14.1123860Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:40:14.1124352Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:40:14.1124839Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:40:14.1125317Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:40:14.1125792Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:40:14.1126260Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:40:14.1126730Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:40:14.1127200Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:40:14.1127655Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:40:14.1128094Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:14.1128349Z +2026-08-04T18:40:14.1128355Z +2026-08-04T18:40:14.1128916Z Welcome to Metro v0.84.4 +2026-08-04T18:40:14.1129388Z Fast - Scalable - Integrated +2026-08-04T18:40:14.1129721Z +2026-08-04T18:40:14.1129726Z +2026-08-04T18:40:15.6669413Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:40:15.6684174Z LOG:Done writing bundle output +2026-08-04T18:40:15.8909869Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2497ms +2026-08-04T18:40:15.8910963Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:40:15.9038631Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2510ms +2026-08-04T18:40:15.9039438Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:15.9342702Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T18:40:15.9506015Z [TIMING] exec "adb shell pidof com.testcodepush" took 16ms +2026-08-04T18:40:15.9506879Z [TIMING] android endRunningApplication: force-stop took 47ms, teardown wait took 16ms +2026-08-04T18:40:16.9526236Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:16.9996486Z bash arg: -p +2026-08-04T18:40:16.9996917Z bash arg: com.testcodepush +2026-08-04T18:40:16.9997325Z bash arg: -c +2026-08-04T18:40:16.9997700Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:16.9998160Z bash arg: 1 +2026-08-04T18:40:17.1118693Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:17.1122797Z arg: "-p" +2026-08-04T18:40:17.1123319Z arg: "com.testcodepush" +2026-08-04T18:40:17.1123758Z arg: "-c" +2026-08-04T18:40:17.1124122Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:17.1129048Z arg: "1" +2026-08-04T18:40:17.1129612Z data="com.testcodepush" +2026-08-04T18:40:17.1130100Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:17.1373436Z Events injected: 1 +2026-08-04T18:40:17.1507518Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:40:17.1619332Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 209ms +2026-08-04T18:40:17.1620507Z [TIMING] android restartApplication total took 1258ms +2026-08-04T18:40:17.7617787Z Application reported a test message. +2026-08-04T18:40:17.7618427Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:17.7618951Z Sending OK +2026-08-04T18:40:17.7619296Z Message index: 0 +2026-08-04T18:40:17.7969740Z Update check called from the app. +2026-08-04T18:40:17.7971440Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3011","label":"mock-update","client_unique_id":"fdd710f7-3df1-4a10-a930-19a7aac36761"} +2026-08-04T18:40:17.7975385Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6915","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:40:17.8439469Z Application reported a test message. +2026-08-04T18:40:17.8441434Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6915","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:40:17.8443478Z Sending OK +2026-08-04T18:40:17.8443743Z Message index: 1 +2026-08-04T18:40:17.8683287Z Application downloading the package. +2026-08-04T18:40:17.9593670Z Application reported a test message. +2026-08-04T18:40:17.9596309Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868764370","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6915","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:40:17.9598809Z Sending OK +2026-08-04T18:40:17.9599495Z Message index: 2 +2026-08-04T18:40:17.9814606Z Application reported a test message. +2026-08-04T18:40:17.9815126Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:40:17.9815549Z Sending OK +2026-08-04T18:40:17.9815862Z Message index: 3 +2026-08-04T18:40:17.9818095Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:18.0170647Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 35ms +2026-08-04T18:40:18.0432222Z [TIMING] exec "adb shell pidof com.testcodepush" took 26ms +2026-08-04T18:40:18.0433241Z [TIMING] android endRunningApplication: force-stop took 62ms, teardown wait took 27ms +2026-08-04T18:40:19.0448071Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:19.0916445Z bash arg: -p +2026-08-04T18:40:19.0916913Z bash arg: com.testcodepush +2026-08-04T18:40:19.0917428Z bash arg: -c +2026-08-04T18:40:19.0917925Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:19.0918541Z bash arg: 1 +2026-08-04T18:40:19.2057295Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:19.2057951Z arg: "-p" +2026-08-04T18:40:19.2059571Z arg: "com.testcodepush" +2026-08-04T18:40:19.2059968Z arg: "-c" +2026-08-04T18:40:19.2063250Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:19.2063743Z arg: "1" +2026-08-04T18:40:19.2065836Z data="com.testcodepush" +2026-08-04T18:40:19.2072835Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:19.2319560Z Events injected: 1 +2026-08-04T18:40:19.2528529Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:40:19.2585796Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 214ms +2026-08-04T18:40:19.2586742Z [TIMING] android restartApplication total took 1277ms +2026-08-04T18:40:19.8304169Z Application reported a test message. +2026-08-04T18:40:19.8304679Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:19.8305060Z Sending OK +2026-08-04T18:40:19.8305542Z Message index: 0 +2026-08-04T18:40:19.8307654Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:19.8596810Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 29ms +2026-08-04T18:40:19.8843714Z [TIMING] exec "adb shell pidof com.testcodepush" took 25ms +2026-08-04T18:40:19.8845002Z [TIMING] android endRunningApplication: force-stop took 54ms, teardown wait took 25ms +2026-08-04T18:40:20.8862407Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:20.9326250Z bash arg: -p +2026-08-04T18:40:20.9326684Z bash arg: com.testcodepush +2026-08-04T18:40:20.9327136Z bash arg: -c +2026-08-04T18:40:20.9327569Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:20.9328098Z bash arg: 1 +2026-08-04T18:40:21.0441866Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:21.0447205Z arg: "-p" +2026-08-04T18:40:21.0448958Z arg: "com.testcodepush" +2026-08-04T18:40:21.0449345Z arg: "-c" +2026-08-04T18:40:21.0456308Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:21.0459864Z arg: "1" +2026-08-04T18:40:21.0462754Z data="com.testcodepush" +2026-08-04T18:40:21.0465816Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:21.0681812Z Events injected: 1 +2026-08-04T18:40:21.1017472Z ## Network stats: elapsed time=16ms (0ms mobile, 0ms wifi, 16ms not connected) +2026-08-04T18:40:21.1081644Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 222ms +2026-08-04T18:40:21.1082784Z [TIMING] android restartApplication total took 1278ms +2026-08-04T18:40:21.7608246Z Application reported a test message. +2026-08-04T18:40:21.7608825Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:21.7609379Z Sending body: SKIP_NOTIFY_APPLICATION_READY +2026-08-04T18:40:21.7610652Z Message index: 0 +2026-08-04T18:40:21.7704501Z Application reported a test message. +2026-08-04T18:40:21.7705068Z Body: {"message":"SKIPPED_NOTIFY_APPLICATION_READY"} +2026-08-04T18:40:21.7706118Z Sending body: SKIP_NOTIFY_APPLICATION_READY +2026-08-04T18:40:21.7706597Z Message index: 1 +2026-08-04T18:40:21.7708268Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:21.7987568Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 28ms +2026-08-04T18:40:21.8128023Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:40:21.8128973Z [TIMING] android endRunningApplication: force-stop took 42ms, teardown wait took 14ms +2026-08-04T18:40:22.8135907Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:22.8606063Z bash arg: -p +2026-08-04T18:40:22.8606466Z bash arg: com.testcodepush +2026-08-04T18:40:22.8606865Z bash arg: -c +2026-08-04T18:40:22.8607251Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:22.8607799Z bash arg: 1 +2026-08-04T18:40:22.9731822Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:22.9732514Z arg: "-p" +2026-08-04T18:40:22.9733950Z arg: "com.testcodepush" +2026-08-04T18:40:22.9738169Z arg: "-c" +2026-08-04T18:40:22.9740847Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:22.9741302Z arg: "1" +2026-08-04T18:40:22.9747979Z data="com.testcodepush" +2026-08-04T18:40:22.9750534Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:22.9994128Z Events injected: 1 +2026-08-04T18:40:23.0133730Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:40:23.0183722Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 205ms +2026-08-04T18:40:23.0184670Z [TIMING] android restartApplication total took 1248ms +2026-08-04T18:40:23.6471860Z Application reported a test message. +2026-08-04T18:40:23.6472518Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:23.6473056Z Sending OK +2026-08-04T18:40:23.6474003Z Message index: 0 +2026-08-04T18:40:23.6833686Z Update check called from the app. +2026-08-04T18:40:23.6835361Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3011","label":"mock-update","client_unique_id":"fdd710f7-3df1-4a10-a930-19a7aac36761"} +2026-08-04T18:40:23.6838876Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6915","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:40:23.7134068Z Application reported a test message. +2026-08-04T18:40:23.7134748Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T18:40:23.7135321Z Sending OK +2026-08-04T18:40:23.7135694Z Message index: 1 +2026-08-04T18:40:23.7137246Z [TIMING] test "localPackage.installOnNextRestart.revertToPrevious" took 18606ms +2026-08-04T18:40:23.7138492Z ✔ localPackage.installOnNextRestart.revertToPrevious (18606ms) +2026-08-04T18:40:23.7139131Z Cleaning up! +2026-08-04T18:40:23.7140698Z #codePush.restartApplication +2026-08-04T18:40:23.7142001Z Setting up scenario scenarioRestart.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:40:23.7150149Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:23.7157177Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:23.7163516Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:23.7169214Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:23.7174881Z [TIMING] setupScenario(scenarioRestart.js) for "#codePush.restartApplication" took 3ms +2026-08-04T18:40:23.7175871Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:23.7618446Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 44ms +2026-08-04T18:40:23.8071823Z [TIMING] exec "adb shell pidof com.testcodepush" took 45ms +2026-08-04T18:40:23.8072696Z [TIMING] android endRunningApplication: force-stop took 90ms, teardown wait took 46ms +2026-08-04T18:40:24.0406171Z [TIMING] exec "adb shell pm list packages" took 233ms +2026-08-04T18:40:24.0407005Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:40:24.2125445Z Success +2026-08-04T18:40:24.2174226Z [TIMING] exec "adb shell pm clear com.testcodepush" took 177ms +2026-08-04T18:40:24.2174972Z [TIMING] android prepareEmulatorForTest total took 500ms +2026-08-04T18:40:24.2177887Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:40:24.2186485Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:24.2193988Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:24.2200247Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:24.2212775Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:24.2228103Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:40:24.9308760Z +2026-08-04T18:40:24.9309489Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:24.9310071Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:40:24.9310600Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:40:24.9311456Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:40:24.9312187Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:40:24.9312662Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:40:24.9313152Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:40:24.9313619Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:40:24.9314084Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:40:24.9314550Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:40:24.9315006Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:40:24.9315450Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:24.9315813Z +2026-08-04T18:40:24.9315819Z +2026-08-04T18:40:24.9316060Z Welcome to Metro v0.84.4 +2026-08-04T18:40:24.9316526Z Fast - Scalable - Integrated +2026-08-04T18:40:24.9316832Z +2026-08-04T18:40:24.9316836Z +2026-08-04T18:40:25.9448984Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:40:25.9464361Z LOG:Done writing bundle output +2026-08-04T18:40:26.1684498Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 1946ms +2026-08-04T18:40:26.1685757Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:40:26.1837635Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 1962ms +2026-08-04T18:40:26.1838577Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:40:26.1839211Z Running command: ./gradlew assembleRelease +2026-08-04T18:40:37.6701881Z [TIMING] exec "./gradlew assembleRelease" took 11486ms +2026-08-04T18:40:37.6702899Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11486ms +2026-08-04T18:40:37.8353574Z [TIMING] exec "adb shell pm list packages" took 166ms +2026-08-04T18:40:37.8354185Z Running command: adb uninstall com.testcodepush +2026-08-04T18:40:37.9201839Z Success +2026-08-04T18:40:37.9211163Z [TIMING] exec "adb uninstall com.testcodepush" took 85ms +2026-08-04T18:40:37.9212282Z [TIMING] android uninstallApplication took 251ms +2026-08-04T18:40:37.9213513Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:40:43.8396142Z Performing Streamed Install +2026-08-04T18:40:43.8396623Z Success +2026-08-04T18:40:43.8404761Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5919ms +2026-08-04T18:40:43.8405952Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:43.8957365Z bash arg: -p +2026-08-04T18:40:43.8957892Z bash arg: com.testcodepush +2026-08-04T18:40:43.8958394Z bash arg: -c +2026-08-04T18:40:43.8958868Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:43.8959447Z bash arg: 1 +2026-08-04T18:40:44.1849891Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:44.1850792Z arg: "-p" +2026-08-04T18:40:44.1851200Z arg: "com.testcodepush" +2026-08-04T18:40:44.1853593Z arg: "-c" +2026-08-04T18:40:44.1854023Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:44.1854589Z arg: "1" +2026-08-04T18:40:44.1854966Z data="com.testcodepush" +2026-08-04T18:40:44.1855463Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:44.2068590Z Events injected: 1 +2026-08-04T18:40:44.2224111Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:40:44.2427410Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 402ms +2026-08-04T18:40:44.2428297Z [TIMING] android installApp+launch took 6322ms +2026-08-04T18:40:44.2428922Z [TIMING] android runApplication total (built=true) took 18059ms +2026-08-04T18:40:44.7452616Z Application reported a test message. +2026-08-04T18:40:44.7453228Z Body: {"message":"PENDING_PACKAGE","args":[null]} +2026-08-04T18:40:44.7453720Z Sending OK +2026-08-04T18:40:44.7454031Z Message index: 0 +2026-08-04T18:40:44.7553622Z Application reported a test message. +2026-08-04T18:40:44.7554221Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +2026-08-04T18:40:44.7554773Z Sending OK +2026-08-04T18:40:44.7555106Z Message index: 1 +2026-08-04T18:40:44.7652189Z Update check called from the app. +2026-08-04T18:40:44.7653159Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"4b74e43c-e5e4-4391-8a58-d2d8ba0ce3cd"} +2026-08-04T18:40:44.7655828Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9058","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:40:44.8546002Z Update check called from the app. +2026-08-04T18:40:44.8547022Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"4b74e43c-e5e4-4391-8a58-d2d8ba0ce3cd"} +2026-08-04T18:40:44.8549488Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9058","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:40:44.8937194Z Application downloading the package. +2026-08-04T18:40:44.9716738Z Application reported a test message. +2026-08-04T18:40:44.9717321Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:40:44.9717824Z Sending OK +2026-08-04T18:40:44.9718263Z Message index: 2 +2026-08-04T18:40:45.0032371Z Application reported a test message. +2026-08-04T18:40:45.0033286Z Body: {"message":"PENDING_PACKAGE","args":["randomHash-9058"]} +2026-08-04T18:40:45.0033870Z Sending OK +2026-08-04T18:40:45.0034165Z Message index: 3 +2026-08-04T18:40:45.0132464Z Application reported a test message. +2026-08-04T18:40:45.0133307Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +2026-08-04T18:40:45.0134090Z Sending OK +2026-08-04T18:40:45.0134489Z Message index: 4 +2026-08-04T18:40:45.3152324Z Application reported a test message. +2026-08-04T18:40:45.3153452Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:45.3154060Z Sending OK +2026-08-04T18:40:45.3154505Z Message index: 5 +2026-08-04T18:40:45.3155596Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:45.3581044Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 42ms +2026-08-04T18:40:45.3763077Z [TIMING] exec "adb shell pidof com.testcodepush" took 19ms +2026-08-04T18:40:45.3764624Z [TIMING] android endRunningApplication: force-stop took 61ms, teardown wait took 19ms +2026-08-04T18:40:46.3767882Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:40:46.4236558Z bash arg: -p +2026-08-04T18:40:46.4237035Z bash arg: com.testcodepush +2026-08-04T18:40:46.4237523Z bash arg: -c +2026-08-04T18:40:46.4238063Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:40:46.4238640Z bash arg: 1 +2026-08-04T18:40:46.5365999Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:40:46.5368187Z arg: "-p" +2026-08-04T18:40:46.5368683Z arg: "com.testcodepush" +2026-08-04T18:40:46.5369104Z arg: "-c" +2026-08-04T18:40:46.5369416Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:40:46.5369824Z arg: "1" +2026-08-04T18:40:46.5372061Z data="com.testcodepush" +2026-08-04T18:40:46.5372496Z data="android.intent.category.LAUNCHER" +2026-08-04T18:40:46.5624568Z Events injected: 1 +2026-08-04T18:40:46.5740398Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:40:46.5801348Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 203ms +2026-08-04T18:40:46.5802439Z [TIMING] android restartApplication total took 1264ms +2026-08-04T18:40:47.2369365Z Application reported a test message. +2026-08-04T18:40:47.2370982Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:40:47.2372174Z Sending OK +2026-08-04T18:40:47.2372725Z Message index: 0 +2026-08-04T18:40:47.2373817Z [TIMING] test "codePush.restartApplication.checkPackages" took 23020ms +2026-08-04T18:40:47.2375720Z ✔ codePush.restartApplication.checkPackages (23020ms) +2026-08-04T18:40:47.2376773Z Cleaning up! +2026-08-04T18:40:47.2377444Z #codePush.restartApplication.2x +2026-08-04T18:40:47.2378303Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:40:47.2797048Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 42ms +2026-08-04T18:40:47.2973226Z [TIMING] exec "adb shell pidof com.testcodepush" took 18ms +2026-08-04T18:40:47.2973816Z [TIMING] android endRunningApplication: force-stop took 60ms, teardown wait took 18ms +2026-08-04T18:40:47.5175129Z [TIMING] exec "adb shell pm list packages" took 220ms +2026-08-04T18:40:47.5175801Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:40:47.7003662Z Success +2026-08-04T18:40:47.7214330Z [TIMING] exec "adb shell pm clear com.testcodepush" took 204ms +2026-08-04T18:40:47.7215449Z [TIMING] android prepareEmulatorForTest total took 484ms +2026-08-04T18:40:47.7219292Z Setting up scenario scenarioInstallRestart2x.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:40:47.7227572Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:47.7235265Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:47.7241271Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallRestart2x.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:47.7247139Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:40:47.7249010Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:40:47.7253341Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:47.7258987Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:47.7263833Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:47.7275595Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:40:47.7290776Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:40:48.4350349Z +2026-08-04T18:40:48.4351039Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:48.4351764Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:40:48.4352256Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:40:48.4352749Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:40:48.4353249Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:40:48.4353729Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:40:48.4354197Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:40:48.4354665Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:40:48.4355134Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:40:48.4355602Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:40:48.4356057Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:40:48.4356497Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:40:48.4356747Z +2026-08-04T18:40:48.4356756Z +2026-08-04T18:40:48.4358137Z Welcome to Metro v0.84.4 +2026-08-04T18:40:48.4358601Z Fast - Scalable - Integrated +2026-08-04T18:40:48.4358919Z +2026-08-04T18:40:48.4358923Z +2026-08-04T18:40:55.3879923Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:40:55.3969498Z LOG:Done writing bundle output +2026-08-04T18:40:55.5347864Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7806ms +2026-08-04T18:40:55.5349132Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:40:55.5485890Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7821ms +2026-08-04T18:40:55.5487024Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:40:55.5487659Z Running command: ./gradlew assembleRelease +2026-08-04T18:41:06.8545896Z [TIMING] exec "./gradlew assembleRelease" took 11306ms +2026-08-04T18:41:06.8546681Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11306ms +2026-08-04T18:41:07.0182493Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:41:07.0183393Z Running command: adb uninstall com.testcodepush +2026-08-04T18:41:07.1232853Z Success +2026-08-04T18:41:07.1245183Z [TIMING] exec "adb uninstall com.testcodepush" took 106ms +2026-08-04T18:41:07.1245839Z [TIMING] android uninstallApplication took 270ms +2026-08-04T18:41:07.1246813Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:41:11.8779415Z Performing Streamed Install +2026-08-04T18:41:11.8779899Z Success +2026-08-04T18:41:11.8785873Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4754ms +2026-08-04T18:41:11.8788047Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:41:11.9406401Z bash arg: -p +2026-08-04T18:41:11.9406776Z bash arg: com.testcodepush +2026-08-04T18:41:11.9407157Z bash arg: -c +2026-08-04T18:41:11.9407511Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:41:11.9407942Z bash arg: 1 +2026-08-04T18:41:12.2460603Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:41:12.2461437Z arg: "-p" +2026-08-04T18:41:12.2464204Z arg: "com.testcodepush" +2026-08-04T18:41:12.2465177Z arg: "-c" +2026-08-04T18:41:12.2465619Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:41:12.2467890Z arg: "1" +2026-08-04T18:41:12.2471667Z data="com.testcodepush" +2026-08-04T18:41:12.2472303Z data="android.intent.category.LAUNCHER" +2026-08-04T18:41:12.2803801Z Events injected: 1 +2026-08-04T18:41:12.3009070Z ## Network stats: elapsed time=6ms (0ms mobile, 0ms wifi, 6ms not connected) +2026-08-04T18:41:12.3271042Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 448ms +2026-08-04T18:41:12.3272140Z [TIMING] android installApp+launch took 5202ms +2026-08-04T18:41:12.3272761Z [TIMING] android runApplication total (built=true) took 16778ms +2026-08-04T18:41:12.8336003Z Update check called from the app. +2026-08-04T18:41:12.8337005Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"230783d7-994f-4b38-b559-d0d8d5ac850d"} +2026-08-04T18:41:12.8339641Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2928","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:41:12.8667996Z Application reported a test message. +2026-08-04T18:41:12.8671858Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2928","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:41:12.8674239Z Sending OK +2026-08-04T18:41:12.8674517Z Message index: 0 +2026-08-04T18:41:12.8846661Z Application downloading the package. +2026-08-04T18:41:12.9661948Z Application reported a test message. +2026-08-04T18:41:12.9665258Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868856330","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2928","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:41:12.9668604Z Sending OK +2026-08-04T18:41:12.9669009Z Message index: 1 +2026-08-04T18:41:12.9790252Z Application reported a test message. +2026-08-04T18:41:12.9790903Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:41:12.9791259Z Sending OK +2026-08-04T18:41:12.9791493Z Message index: 2 +2026-08-04T18:41:13.2828060Z Application reported a test message. +2026-08-04T18:41:13.2828783Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:41:13.2829406Z Sending OK +2026-08-04T18:41:13.2829908Z Message index: 3 +2026-08-04T18:41:13.2831198Z [TIMING] test "blocks when a restart is in progress and doesn't crash if there is a pending package" took 25561ms +2026-08-04T18:41:13.2833353Z ✔ blocks when a restart is in progress and doesn't crash if there is a pending package (25561ms) +2026-08-04T18:41:13.2834451Z Cleaning up! +2026-08-04T18:41:13.2835084Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:41:13.3193487Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T18:41:13.3520495Z [TIMING] exec "adb shell pidof com.testcodepush" took 32ms +2026-08-04T18:41:13.3521999Z [TIMING] android endRunningApplication: force-stop took 68ms, teardown wait took 32ms +2026-08-04T18:41:13.5859811Z [TIMING] exec "adb shell pm list packages" took 234ms +2026-08-04T18:41:13.5860642Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:41:13.7588668Z Success +2026-08-04T18:41:13.7689458Z [TIMING] exec "adb shell pm clear com.testcodepush" took 183ms +2026-08-04T18:41:13.7690332Z [TIMING] android prepareEmulatorForTest total took 485ms +2026-08-04T18:41:13.7693350Z Setting up scenario scenarioRestart2x.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:41:13.7698897Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:13.7703941Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:13.7708431Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart2x.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:13.7711238Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:13.7720737Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:41:14.4872823Z +2026-08-04T18:41:14.4873659Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:41:14.4874278Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:41:14.4874818Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:41:14.4875368Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:41:14.4875906Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:41:14.4876435Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:41:14.4876963Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:41:14.4877495Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:41:14.4878017Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:41:14.4878539Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:41:14.4879049Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:41:14.4879590Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:41:14.4879857Z +2026-08-04T18:41:14.4879862Z +2026-08-04T18:41:14.4880449Z Welcome to Metro v0.84.4 +2026-08-04T18:41:14.4880921Z Fast - Scalable - Integrated +2026-08-04T18:41:14.4881234Z +2026-08-04T18:41:14.4881239Z +2026-08-04T18:41:21.4821826Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:41:21.4900674Z LOG:Done writing bundle output +2026-08-04T18:41:21.6293409Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7858ms +2026-08-04T18:41:21.6294639Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:41:21.6442582Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7873ms +2026-08-04T18:41:21.6443514Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:41:21.6444138Z Running command: ./gradlew assembleRelease +2026-08-04T18:41:32.8436915Z [TIMING] exec "./gradlew assembleRelease" took 11199ms +2026-08-04T18:41:32.8437718Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11199ms +2026-08-04T18:41:33.0052914Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:41:33.0054198Z Running command: adb uninstall com.testcodepush +2026-08-04T18:41:33.0937825Z Success +2026-08-04T18:41:33.0952805Z [TIMING] exec "adb uninstall com.testcodepush" took 90ms +2026-08-04T18:41:33.0953439Z [TIMING] android uninstallApplication took 252ms +2026-08-04T18:41:33.0954535Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:41:38.4246857Z Performing Streamed Install +2026-08-04T18:41:38.4247224Z Success +2026-08-04T18:41:38.4252468Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5330ms +2026-08-04T18:41:38.4253446Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:41:38.4726952Z bash arg: -p +2026-08-04T18:41:38.4727313Z bash arg: com.testcodepush +2026-08-04T18:41:38.4727643Z bash arg: -c +2026-08-04T18:41:38.4727950Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:41:38.4728347Z bash arg: 1 +2026-08-04T18:41:38.7446530Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:41:38.7454053Z arg: "-p" +2026-08-04T18:41:38.7456842Z arg: "com.testcodepush" +2026-08-04T18:41:38.7458924Z arg: "-c" +2026-08-04T18:41:38.7462255Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:41:38.7464856Z arg: "1" +2026-08-04T18:41:38.7467621Z data="com.testcodepush" +2026-08-04T18:41:38.7471179Z data="android.intent.category.LAUNCHER" +2026-08-04T18:41:38.7724977Z Events injected: 1 +2026-08-04T18:41:38.7851083Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:41:38.7945077Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 369ms +2026-08-04T18:41:38.7945870Z [TIMING] android installApp+launch took 5699ms +2026-08-04T18:41:38.7946822Z [TIMING] android runApplication total (built=true) took 17150ms +2026-08-04T18:41:39.2426849Z Update check called from the app. +2026-08-04T18:41:39.2427903Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"41135e59-b803-4943-98f9-90a3705f0e20"} +2026-08-04T18:41:39.2430493Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5279","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:41:39.2712154Z Application reported a test message. +2026-08-04T18:41:39.2715559Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5279","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:41:39.2717945Z Sending OK +2026-08-04T18:41:39.2718187Z Message index: 0 +2026-08-04T18:41:39.2787482Z Application downloading the package. +2026-08-04T18:41:39.3571130Z Application reported a test message. +2026-08-04T18:41:39.3574854Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785868882396","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5279","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:41:39.3578212Z Sending OK +2026-08-04T18:41:39.3578582Z Message index: 1 +2026-08-04T18:41:39.3733926Z Application reported a test message. +2026-08-04T18:41:39.3734594Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:41:39.3735150Z Sending OK +2026-08-04T18:41:39.3735586Z Message index: 2 +2026-08-04T18:41:39.6879352Z Application reported a test message. +2026-08-04T18:41:39.6879969Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:41:39.6881133Z Sending OK +2026-08-04T18:41:39.6881467Z Message index: 3 +2026-08-04T18:41:39.6882671Z [TIMING] test "doesn't block when the restart is ignored" took 25920ms +2026-08-04T18:41:39.6883671Z ✔ doesn't block when the restart is ignored (25920ms) +2026-08-04T18:41:39.6884343Z Cleaning up! +2026-08-04T18:41:39.6886269Z #window.codePush.sync +2026-08-04T18:41:39.6886654Z #window.codePush.sync 1x +2026-08-04T18:41:39.6887416Z Setting up scenario scenarioSync.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:41:39.6893486Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:39.6899318Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:39.6904597Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:39.6909361Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:41:39.6912400Z [TIMING] setupScenario(scenarioSync.js) for "#window.codePush.sync 1x" took 3ms +2026-08-04T18:41:39.6913384Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:41:39.7305266Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T18:41:39.7692239Z [TIMING] exec "adb shell pidof com.testcodepush" took 38ms +2026-08-04T18:41:39.7692955Z [TIMING] android endRunningApplication: force-stop took 78ms, teardown wait took 39ms +2026-08-04T18:41:40.0012898Z [TIMING] exec "adb shell pm list packages" took 231ms +2026-08-04T18:41:40.0013623Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:41:40.1792522Z Success +2026-08-04T18:41:40.1933225Z [TIMING] exec "adb shell pm clear com.testcodepush" took 192ms +2026-08-04T18:41:40.1935979Z [TIMING] android prepareEmulatorForTest total took 502ms +2026-08-04T18:41:40.1937192Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:41:40.2161375Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 22ms +2026-08-04T18:41:40.2288286Z [TIMING] exec "adb shell pidof com.testcodepush" took 13ms +2026-08-04T18:41:40.2289042Z [TIMING] android endRunningApplication: force-stop took 35ms, teardown wait took 13ms +2026-08-04T18:41:40.3922853Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:41:40.3923440Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:41:40.5593641Z Success +2026-08-04T18:41:40.5702565Z [TIMING] exec "adb shell pm clear com.testcodepush" took 178ms +2026-08-04T18:41:40.5703204Z [TIMING] android prepareEmulatorForTest total took 377ms +2026-08-04T18:41:40.5707136Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:41:40.5707766Z Running command: ./gradlew assembleRelease +2026-08-04T18:41:51.8412270Z [TIMING] exec "./gradlew assembleRelease" took 11270ms +2026-08-04T18:41:51.8423955Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11270ms +2026-08-04T18:41:52.0056968Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:41:52.0057538Z Running command: adb uninstall com.testcodepush +2026-08-04T18:41:52.1026846Z Success +2026-08-04T18:41:52.1040078Z [TIMING] exec "adb uninstall com.testcodepush" took 98ms +2026-08-04T18:41:52.1040772Z [TIMING] android uninstallApplication took 262ms +2026-08-04T18:41:52.1041954Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:41:57.6370885Z Performing Streamed Install +2026-08-04T18:41:57.6371375Z Success +2026-08-04T18:41:57.6377623Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5533ms +2026-08-04T18:41:57.6378888Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:41:57.6880867Z bash arg: -p +2026-08-04T18:41:57.6881225Z bash arg: com.testcodepush +2026-08-04T18:41:57.6882235Z bash arg: -c +2026-08-04T18:41:57.6882591Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:41:57.6883009Z bash arg: 1 +2026-08-04T18:41:57.9622322Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:41:57.9623026Z arg: "-p" +2026-08-04T18:41:57.9623382Z arg: "com.testcodepush" +2026-08-04T18:41:57.9623771Z arg: "-c" +2026-08-04T18:41:57.9624119Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:41:57.9624564Z arg: "1" +2026-08-04T18:41:57.9624868Z data="com.testcodepush" +2026-08-04T18:41:57.9625268Z data="android.intent.category.LAUNCHER" +2026-08-04T18:41:57.9792927Z Events injected: 1 +2026-08-04T18:41:58.0070129Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T18:41:58.0352410Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 397ms +2026-08-04T18:41:58.0353163Z [TIMING] android installApp+launch took 5932ms +2026-08-04T18:41:58.0353694Z [TIMING] android runApplication total (built=true) took 17465ms +2026-08-04T18:41:58.4802523Z Update check called from the app. +2026-08-04T18:41:58.4803496Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"89936bdb-658f-4204-97f4-4898c79c884f"} +2026-08-04T18:41:58.4805455Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:41:58.5217699Z Update check called from the app. +2026-08-04T18:41:58.5218803Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"89936bdb-658f-4204-97f4-4898c79c884f"} +2026-08-04T18:41:58.5221380Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:41:58.5457821Z Application reported a test message. +2026-08-04T18:41:58.5458570Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:41:58.5459043Z Sending OK +2026-08-04T18:41:58.5459349Z Message index: 0 +2026-08-04T18:41:58.5459846Z [TIMING] test "window.codePush.sync.noupdate" took 17975ms +2026-08-04T18:41:58.5460760Z ✔ window.codePush.sync.noupdate (17975ms) +2026-08-04T18:41:58.5461246Z Cleaning up! +2026-08-04T18:41:58.5461801Z Cleaning up! +2026-08-04T18:41:58.5463279Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:41:58.5929023Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 46ms +2026-08-04T18:41:58.6258576Z [TIMING] exec "adb shell pidof com.testcodepush" took 33ms +2026-08-04T18:41:58.6259338Z [TIMING] android endRunningApplication: force-stop took 79ms, teardown wait took 33ms +2026-08-04T18:41:58.8371155Z [TIMING] exec "adb shell pm list packages" took 211ms +2026-08-04T18:41:58.8372048Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:41:59.0107392Z Success +2026-08-04T18:41:59.0244831Z [TIMING] exec "adb shell pm clear com.testcodepush" took 188ms +2026-08-04T18:41:59.0245763Z [TIMING] android prepareEmulatorForTest total took 478ms +2026-08-04T18:41:59.0246483Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:41:59.0646185Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 40ms +2026-08-04T18:41:59.0791454Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:41:59.0792522Z [TIMING] android endRunningApplication: force-stop took 55ms, teardown wait took 15ms +2026-08-04T18:41:59.2467637Z [TIMING] exec "adb shell pm list packages" took 167ms +2026-08-04T18:41:59.2468205Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:41:59.4168688Z Success +2026-08-04T18:41:59.4260888Z [TIMING] exec "adb shell pm clear com.testcodepush" took 179ms +2026-08-04T18:41:59.4262545Z [TIMING] android prepareEmulatorForTest total took 401ms +2026-08-04T18:41:59.4264712Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:41:59.6121352Z [TIMING] exec "adb shell pm list packages" took 185ms +2026-08-04T18:41:59.6122247Z Running command: adb uninstall com.testcodepush +2026-08-04T18:41:59.7125194Z Success +2026-08-04T18:41:59.7137017Z [TIMING] exec "adb uninstall com.testcodepush" took 102ms +2026-08-04T18:41:59.7137851Z [TIMING] android uninstallApplication took 287ms +2026-08-04T18:41:59.7138838Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:42:04.2061679Z Performing Streamed Install +2026-08-04T18:42:04.2064263Z Success +2026-08-04T18:42:04.2068761Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4493ms +2026-08-04T18:42:04.2069935Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:42:04.2606096Z bash arg: -p +2026-08-04T18:42:04.2606468Z bash arg: com.testcodepush +2026-08-04T18:42:04.2606842Z bash arg: -c +2026-08-04T18:42:04.2607193Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:42:04.2607635Z bash arg: 1 +2026-08-04T18:42:04.5165716Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:42:04.5166700Z arg: "-p" +2026-08-04T18:42:04.5167404Z arg: "com.testcodepush" +2026-08-04T18:42:04.5167876Z arg: "-c" +2026-08-04T18:42:04.5168311Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:42:04.5168864Z arg: "1" +2026-08-04T18:42:04.5169328Z data="com.testcodepush" +2026-08-04T18:42:04.5169732Z data="android.intent.category.LAUNCHER" +2026-08-04T18:42:04.5431486Z Events injected: 1 +2026-08-04T18:42:04.5583831Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:42:04.5640643Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 357ms +2026-08-04T18:42:04.5641818Z [TIMING] android installApp+launch took 4850ms +2026-08-04T18:42:04.5642459Z [TIMING] android runApplication total (built=false) took 5137ms +2026-08-04T18:42:05.0064153Z Update check called from the app. +2026-08-04T18:42:05.0065076Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"ae4a63b6-51b8-4317-84f0-5f8e85139181"} +2026-08-04T18:42:05.0065929Z Response: "invalid {{ json" +2026-08-04T18:42:05.0413386Z Update check called from the app. +2026-08-04T18:42:05.0414287Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"ae4a63b6-51b8-4317-84f0-5f8e85139181"} +2026-08-04T18:42:05.0415175Z Response: "invalid {{ json" +2026-08-04T18:42:05.0777360Z Application reported a test message. +2026-08-04T18:42:05.0778019Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:42:05.0778598Z Sending OK +2026-08-04T18:42:05.0778994Z Message index: 0 +2026-08-04T18:42:05.0780519Z [TIMING] test "window.codePush.sync.checkerror" took 5651ms +2026-08-04T18:42:05.0781518Z ✔ window.codePush.sync.checkerror (5651ms) +2026-08-04T18:42:05.0782540Z Cleaning up! +2026-08-04T18:42:05.0786525Z Cleaning up! +2026-08-04T18:42:05.0788111Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:05.1182518Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T18:42:05.1537094Z [TIMING] exec "adb shell pidof com.testcodepush" took 36ms +2026-08-04T18:42:05.1537888Z [TIMING] android endRunningApplication: force-stop took 75ms, teardown wait took 36ms +2026-08-04T18:42:05.3732220Z [TIMING] exec "adb shell pm list packages" took 219ms +2026-08-04T18:42:05.3732800Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:05.5459220Z Success +2026-08-04T18:42:05.5604403Z [TIMING] exec "adb shell pm clear com.testcodepush" took 188ms +2026-08-04T18:42:05.5605224Z [TIMING] android prepareEmulatorForTest total took 482ms +2026-08-04T18:42:05.5606100Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:05.5898586Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 29ms +2026-08-04T18:42:05.6035058Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:42:05.6035805Z [TIMING] android endRunningApplication: force-stop took 43ms, teardown wait took 14ms +2026-08-04T18:42:05.7668320Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:42:05.7668908Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:05.9381001Z Success +2026-08-04T18:42:05.9430586Z [TIMING] exec "adb shell pm clear com.testcodepush" took 176ms +2026-08-04T18:42:05.9431218Z [TIMING] android prepareEmulatorForTest total took 382ms +2026-08-04T18:42:05.9434649Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:42:06.1226393Z [TIMING] exec "adb shell pm list packages" took 179ms +2026-08-04T18:42:06.1227040Z Running command: adb uninstall com.testcodepush +2026-08-04T18:42:06.2172889Z Success +2026-08-04T18:42:06.2185314Z [TIMING] exec "adb uninstall com.testcodepush" took 96ms +2026-08-04T18:42:06.2186039Z [TIMING] android uninstallApplication took 275ms +2026-08-04T18:42:06.2187001Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:42:11.6453310Z Performing Streamed Install +2026-08-04T18:42:11.6453724Z Success +2026-08-04T18:42:11.6458254Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5427ms +2026-08-04T18:42:11.6459292Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:42:11.6945998Z bash arg: -p +2026-08-04T18:42:11.6946317Z bash arg: com.testcodepush +2026-08-04T18:42:11.6946650Z bash arg: -c +2026-08-04T18:42:11.6947366Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:42:11.6947751Z bash arg: 1 +2026-08-04T18:42:11.9785840Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:42:11.9788461Z arg: "-p" +2026-08-04T18:42:11.9789285Z arg: "com.testcodepush" +2026-08-04T18:42:11.9789977Z arg: "-c" +2026-08-04T18:42:11.9790564Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:42:11.9792061Z arg: "1" +2026-08-04T18:42:11.9792641Z data="com.testcodepush" +2026-08-04T18:42:11.9793361Z data="android.intent.category.LAUNCHER" +2026-08-04T18:42:12.0037178Z Events injected: 1 +2026-08-04T18:42:12.0194247Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:42:12.0427658Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 397ms +2026-08-04T18:42:12.0428677Z [TIMING] android installApp+launch took 5824ms +2026-08-04T18:42:12.0429243Z [TIMING] android runApplication total (built=false) took 6099ms +2026-08-04T18:42:12.4732580Z Update check called from the app. +2026-08-04T18:42:12.4733889Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"71918db3-2c70-453e-bd54-718356faa50e"} +2026-08-04T18:42:12.4736818Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7160","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:12.5118295Z Update check called from the app. +2026-08-04T18:42:12.5119599Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"71918db3-2c70-453e-bd54-718356faa50e"} +2026-08-04T18:42:12.5123283Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7160","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:12.5513231Z Application reported a test message. +2026-08-04T18:42:12.5513807Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:42:12.5514234Z Sending OK +2026-08-04T18:42:12.5514454Z Message index: 0 +2026-08-04T18:42:12.5515824Z [TIMING] test "window.codePush.sync.downloaderror" took 6608ms +2026-08-04T18:42:12.5517137Z ✔ window.codePush.sync.downloaderror (6608ms) +2026-08-04T18:42:12.5517837Z Cleaning up! +2026-08-04T18:42:12.5518228Z Cleaning up! +2026-08-04T18:42:12.5519170Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:12.5840468Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 32ms +2026-08-04T18:42:12.6143388Z [TIMING] exec "adb shell pidof com.testcodepush" took 30ms +2026-08-04T18:42:12.6144566Z [TIMING] android endRunningApplication: force-stop took 63ms, teardown wait took 31ms +2026-08-04T18:42:12.8334934Z [TIMING] exec "adb shell pm list packages" took 219ms +2026-08-04T18:42:12.8335496Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:13.0156487Z Success +2026-08-04T18:42:13.0353993Z [TIMING] exec "adb shell pm clear com.testcodepush" took 202ms +2026-08-04T18:42:13.0354844Z [TIMING] android prepareEmulatorForTest total took 484ms +2026-08-04T18:42:13.0355667Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:13.0572189Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 21ms +2026-08-04T18:42:13.0690316Z [TIMING] exec "adb shell pidof com.testcodepush" took 12ms +2026-08-04T18:42:13.0690858Z [TIMING] android endRunningApplication: force-stop took 33ms, teardown wait took 12ms +2026-08-04T18:42:13.2344870Z [TIMING] exec "adb shell pm list packages" took 166ms +2026-08-04T18:42:13.2345502Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:13.4140445Z Success +2026-08-04T18:42:13.4223381Z [TIMING] exec "adb shell pm clear com.testcodepush" took 188ms +2026-08-04T18:42:13.4224152Z [TIMING] android prepareEmulatorForTest total took 387ms +2026-08-04T18:42:13.4235174Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:42:14.1294576Z +2026-08-04T18:42:14.1295569Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:42:14.1296188Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:42:14.1296643Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:42:14.1297104Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:42:14.1297559Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:42:14.1298000Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:42:14.1298435Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:42:14.1298911Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:42:14.1299362Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:42:14.1299794Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:42:14.1300246Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:42:14.1300655Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:42:14.1300889Z +2026-08-04T18:42:14.1300893Z +2026-08-04T18:42:14.1301044Z Welcome to Metro v0.84.4 +2026-08-04T18:42:14.1301502Z Fast - Scalable - Integrated +2026-08-04T18:42:14.1302184Z +2026-08-04T18:42:14.1302190Z +2026-08-04T18:42:21.0568087Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:42:21.0602512Z LOG:Done writing bundle output +2026-08-04T18:42:21.2016414Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7778ms +2026-08-04T18:42:21.2017513Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:42:21.2145957Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7792ms +2026-08-04T18:42:21.2146659Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:42:21.3786086Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:42:21.3786592Z Running command: adb uninstall com.testcodepush +2026-08-04T18:42:21.4624202Z Success +2026-08-04T18:42:21.4635583Z [TIMING] exec "adb uninstall com.testcodepush" took 85ms +2026-08-04T18:42:21.4636091Z [TIMING] android uninstallApplication took 249ms +2026-08-04T18:42:21.4636968Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:42:27.2186635Z Performing Streamed Install +2026-08-04T18:42:27.2187234Z Success +2026-08-04T18:42:27.2196081Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5756ms +2026-08-04T18:42:27.2197394Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:42:27.2867764Z bash arg: -p +2026-08-04T18:42:27.2868275Z bash arg: com.testcodepush +2026-08-04T18:42:27.2868944Z bash arg: -c +2026-08-04T18:42:27.2869367Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:42:27.2869930Z bash arg: 1 +2026-08-04T18:42:27.5946825Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:42:27.5947764Z arg: "-p" +2026-08-04T18:42:27.5948191Z arg: "com.testcodepush" +2026-08-04T18:42:27.5948665Z arg: "-c" +2026-08-04T18:42:27.5949128Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:42:27.5949723Z arg: "1" +2026-08-04T18:42:27.5950136Z data="com.testcodepush" +2026-08-04T18:42:27.5950687Z data="android.intent.category.LAUNCHER" +2026-08-04T18:42:27.6199898Z Events injected: 1 +2026-08-04T18:42:27.6333841Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T18:42:27.6394370Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 420ms +2026-08-04T18:42:27.6395293Z [TIMING] android installApp+launch took 6176ms +2026-08-04T18:42:27.6395756Z [TIMING] android runApplication total (built=false) took 6425ms +2026-08-04T18:42:28.1026335Z Update check called from the app. +2026-08-04T18:42:28.1027485Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"bb1697e0-9b3d-4cf2-85fb-a794ee442a89"} +2026-08-04T18:42:28.1030318Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9096","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:28.1429408Z Update check called from the app. +2026-08-04T18:42:28.1430578Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"bb1697e0-9b3d-4cf2-85fb-a794ee442a89"} +2026-08-04T18:42:28.1433631Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9096","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:28.1882210Z Application downloading the package. +2026-08-04T18:42:28.5487075Z Application reported a test message. +2026-08-04T18:42:28.5487694Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:42:28.5488217Z Sending OK +2026-08-04T18:42:28.5488783Z Message index: 0 +2026-08-04T18:42:28.5491453Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:28.5985454Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 50ms +2026-08-04T18:42:28.6147468Z [TIMING] exec "adb shell pidof com.testcodepush" took 16ms +2026-08-04T18:42:28.6148262Z [TIMING] android endRunningApplication: force-stop took 66ms, teardown wait took 16ms +2026-08-04T18:42:29.6154835Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:42:29.6625951Z bash arg: -p +2026-08-04T18:42:29.6626459Z bash arg: com.testcodepush +2026-08-04T18:42:29.6626912Z bash arg: -c +2026-08-04T18:42:29.6627346Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:42:29.6627892Z bash arg: 1 +2026-08-04T18:42:29.7726700Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:42:29.7729467Z arg: "-p" +2026-08-04T18:42:29.7729827Z arg: "com.testcodepush" +2026-08-04T18:42:29.7730209Z arg: "-c" +2026-08-04T18:42:29.7730580Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:42:29.7731032Z arg: "1" +2026-08-04T18:42:29.7734405Z data="com.testcodepush" +2026-08-04T18:42:29.7734778Z data="android.intent.category.LAUNCHER" +2026-08-04T18:42:29.7979131Z Events injected: 1 +2026-08-04T18:42:29.8116146Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:42:29.8191508Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 203ms +2026-08-04T18:42:29.8192926Z [TIMING] android restartApplication total took 1270ms +2026-08-04T18:42:30.3278987Z Update check called from the app. +2026-08-04T18:42:30.3280072Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"bb1697e0-9b3d-4cf2-85fb-a794ee442a89"} +2026-08-04T18:42:30.3283042Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9096","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:30.3667140Z Update check called from the app. +2026-08-04T18:42:30.3668652Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"bb1697e0-9b3d-4cf2-85fb-a794ee442a89"} +2026-08-04T18:42:30.3671800Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9096","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:30.3968766Z Application reported a test message. +2026-08-04T18:42:30.3969558Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:42:30.3970227Z Sending OK +2026-08-04T18:42:30.3970688Z Message index: 0 +2026-08-04T18:42:30.3971408Z [TIMING] test "window.codePush.sync.dorevert" took 16975ms +2026-08-04T18:42:30.3972932Z ✔ window.codePush.sync.dorevert (16975ms) +2026-08-04T18:42:30.3973559Z Cleaning up! +2026-08-04T18:42:30.3977230Z Cleaning up! +2026-08-04T18:42:30.3978026Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:30.4369901Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T18:42:30.4548105Z [TIMING] exec "adb shell pidof com.testcodepush" took 18ms +2026-08-04T18:42:30.4548967Z [TIMING] android endRunningApplication: force-stop took 57ms, teardown wait took 18ms +2026-08-04T18:42:30.6854026Z [TIMING] exec "adb shell pm list packages" took 231ms +2026-08-04T18:42:30.6854620Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:30.8529854Z Success +2026-08-04T18:42:30.8620547Z [TIMING] exec "adb shell pm clear com.testcodepush" took 176ms +2026-08-04T18:42:30.8621200Z [TIMING] android prepareEmulatorForTest total took 464ms +2026-08-04T18:42:30.8622093Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:30.8966007Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T18:42:30.9080924Z [TIMING] exec "adb shell pidof com.testcodepush" took 11ms +2026-08-04T18:42:30.9081809Z [TIMING] android endRunningApplication: force-stop took 46ms, teardown wait took 12ms +2026-08-04T18:42:31.0721379Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:42:31.0722276Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:31.2395291Z Success +2026-08-04T18:42:31.2435738Z [TIMING] exec "adb shell pm clear com.testcodepush" took 172ms +2026-08-04T18:42:31.2436404Z [TIMING] android prepareEmulatorForTest total took 381ms +2026-08-04T18:42:31.2438418Z Setting up scenario updateSync.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:42:31.2444599Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:42:31.2449396Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:42:31.2457334Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:42:31.2460223Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:42:31.2469020Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:42:31.9540964Z +2026-08-04T18:42:31.9541830Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:42:31.9542296Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:42:31.9542695Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:42:31.9543105Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:42:31.9543503Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:42:31.9543889Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:42:31.9544275Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:42:31.9544652Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:42:31.9545041Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:42:31.9545812Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:42:31.9546192Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:42:31.9546552Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:42:31.9546778Z +2026-08-04T18:42:31.9546782Z +2026-08-04T18:42:31.9549173Z Welcome to Metro v0.84.4 +2026-08-04T18:42:31.9549591Z Fast - Scalable - Integrated +2026-08-04T18:42:31.9549872Z +2026-08-04T18:42:31.9549876Z +2026-08-04T18:42:33.5363670Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:42:33.5378649Z LOG:Done writing bundle output +2026-08-04T18:42:33.7522536Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2505ms +2026-08-04T18:42:33.7523513Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:42:33.7653904Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2519ms +2026-08-04T18:42:33.7654745Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:42:33.9255648Z [TIMING] exec "adb shell pm list packages" took 160ms +2026-08-04T18:42:33.9256518Z Running command: adb uninstall com.testcodepush +2026-08-04T18:42:34.0331176Z Success +2026-08-04T18:42:34.0341295Z [TIMING] exec "adb uninstall com.testcodepush" took 108ms +2026-08-04T18:42:34.0341821Z [TIMING] android uninstallApplication took 269ms +2026-08-04T18:42:34.0342885Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:42:38.6072419Z Performing Streamed Install +2026-08-04T18:42:38.6072805Z Success +2026-08-04T18:42:38.6077205Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4573ms +2026-08-04T18:42:38.6078162Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:42:38.6616397Z bash arg: -p +2026-08-04T18:42:38.6616836Z bash arg: com.testcodepush +2026-08-04T18:42:38.6617278Z bash arg: -c +2026-08-04T18:42:38.6617666Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:42:38.6618154Z bash arg: 1 +2026-08-04T18:42:38.9624391Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:42:38.9625307Z arg: "-p" +2026-08-04T18:42:38.9628121Z arg: "com.testcodepush" +2026-08-04T18:42:38.9628526Z arg: "-c" +2026-08-04T18:42:38.9633198Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:42:38.9633698Z arg: "1" +2026-08-04T18:42:38.9637661Z data="com.testcodepush" +2026-08-04T18:42:38.9638177Z data="android.intent.category.LAUNCHER" +2026-08-04T18:42:38.9882312Z Events injected: 1 +2026-08-04T18:42:39.0095266Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:42:39.0155586Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 408ms +2026-08-04T18:42:39.0156247Z [TIMING] android installApp+launch took 4981ms +2026-08-04T18:42:39.0157108Z [TIMING] android runApplication total (built=false) took 5250ms +2026-08-04T18:42:39.4615846Z Update check called from the app. +2026-08-04T18:42:39.4617347Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"dac92add-2a5d-4f55-8039-cbbd72405530"} +2026-08-04T18:42:39.4619104Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7559","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:39.4896292Z Update check called from the app. +2026-08-04T18:42:39.4897261Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"dac92add-2a5d-4f55-8039-cbbd72405530"} +2026-08-04T18:42:39.4899740Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7559","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:39.5247003Z Application downloading the package. +2026-08-04T18:42:39.9096150Z Application reported a test message. +2026-08-04T18:42:39.9096679Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:42:39.9097109Z Sending OK +2026-08-04T18:42:39.9097418Z Message index: 0 +2026-08-04T18:42:39.9227569Z Update check called from the app. +2026-08-04T18:42:39.9228629Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7559","label":"mock-update","client_unique_id":"dac92add-2a5d-4f55-8039-cbbd72405530"} +2026-08-04T18:42:39.9230917Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7559","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:39.9702950Z Update check called from the app. +2026-08-04T18:42:39.9704218Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7559","label":"mock-update","client_unique_id":"dac92add-2a5d-4f55-8039-cbbd72405530"} +2026-08-04T18:42:39.9706948Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7559","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:39.9909619Z Application reported a test message. +2026-08-04T18:42:39.9910063Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:42:39.9910407Z Sending OK +2026-08-04T18:42:39.9910667Z Message index: 1 +2026-08-04T18:42:39.9912641Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:40.0424472Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 51ms +2026-08-04T18:42:40.0629712Z [TIMING] exec "adb shell pidof com.testcodepush" took 20ms +2026-08-04T18:42:40.0631119Z [TIMING] android endRunningApplication: force-stop took 71ms, teardown wait took 20ms +2026-08-04T18:42:41.0627364Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:42:41.1096465Z bash arg: -p +2026-08-04T18:42:41.1096828Z bash arg: com.testcodepush +2026-08-04T18:42:41.1097211Z bash arg: -c +2026-08-04T18:42:41.1097569Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:42:41.1098000Z bash arg: 1 +2026-08-04T18:42:41.2206336Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:42:41.2209067Z arg: "-p" +2026-08-04T18:42:41.2213635Z arg: "com.testcodepush" +2026-08-04T18:42:41.2217256Z arg: "-c" +2026-08-04T18:42:41.2220982Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:42:41.2223892Z arg: "1" +2026-08-04T18:42:41.2227528Z data="com.testcodepush" +2026-08-04T18:42:41.2230181Z data="android.intent.category.LAUNCHER" +2026-08-04T18:42:41.2478912Z Events injected: 1 +2026-08-04T18:42:41.2603218Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:42:41.2669165Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 204ms +2026-08-04T18:42:41.2669828Z [TIMING] android restartApplication total took 1275ms +2026-08-04T18:42:41.9760844Z Update check called from the app. +2026-08-04T18:42:41.9762221Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7559","label":"mock-update","client_unique_id":"dac92add-2a5d-4f55-8039-cbbd72405530"} +2026-08-04T18:42:41.9764274Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:41.9795218Z Application reported a test message. +2026-08-04T18:42:41.9795669Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:42:41.9796047Z Sending OK +2026-08-04T18:42:41.9796280Z Message index: 0 +2026-08-04T18:42:42.0089746Z Update check called from the app. +2026-08-04T18:42:42.0090914Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7559","label":"mock-update","client_unique_id":"dac92add-2a5d-4f55-8039-cbbd72405530"} +2026-08-04T18:42:42.0093234Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:42:42.0376774Z Application reported a test message. +2026-08-04T18:42:42.0377314Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:42:42.0377693Z Sending OK +2026-08-04T18:42:42.0377936Z Message index: 1 +2026-08-04T18:42:42.0378688Z [TIMING] test "window.codePush.sync.update" took 10794ms +2026-08-04T18:42:42.0379442Z ✔ window.codePush.sync.update (10794ms) +2026-08-04T18:42:42.0379827Z Cleaning up! +2026-08-04T18:42:42.0381311Z Cleaning up! +2026-08-04T18:42:42.0387190Z #window.codePush.sync 2x +2026-08-04T18:42:42.0387704Z Setting up scenario scenarioSync2x.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:42:42.0394060Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:42:42.0398240Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:42:42.0401406Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync2x.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:42:42.0404395Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:42:42.0406501Z [TIMING] setupScenario(scenarioSync2x.js) for "#window.codePush.sync 2x" took 2ms +2026-08-04T18:42:42.0407305Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:42.0758530Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 35ms +2026-08-04T18:42:42.1025874Z [TIMING] exec "adb shell pidof com.testcodepush" took 27ms +2026-08-04T18:42:42.1026547Z [TIMING] android endRunningApplication: force-stop took 62ms, teardown wait took 27ms +2026-08-04T18:42:42.3528510Z [TIMING] exec "adb shell pm list packages" took 250ms +2026-08-04T18:42:42.3529034Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:42.5330528Z Success +2026-08-04T18:42:42.5403340Z [TIMING] exec "adb shell pm clear com.testcodepush" took 188ms +2026-08-04T18:42:42.5404209Z [TIMING] android prepareEmulatorForTest total took 500ms +2026-08-04T18:42:42.5404707Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:42:42.5650231Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 24ms +2026-08-04T18:42:42.5847418Z [TIMING] exec "adb shell pidof com.testcodepush" took 20ms +2026-08-04T18:42:42.5848237Z [TIMING] android endRunningApplication: force-stop took 44ms, teardown wait took 20ms +2026-08-04T18:42:42.7477171Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:42:42.7477803Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:42:42.9283467Z Success +2026-08-04T18:42:42.9379177Z [TIMING] exec "adb shell pm clear com.testcodepush" took 190ms +2026-08-04T18:42:42.9379928Z [TIMING] android prepareEmulatorForTest total took 397ms +2026-08-04T18:42:42.9382203Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:42:42.9382933Z Running command: ./gradlew assembleRelease +2026-08-04T18:42:53.8702931Z [TIMING] exec "./gradlew assembleRelease" took 10932ms +2026-08-04T18:42:53.8703901Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10932ms +2026-08-04T18:42:54.0327980Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T18:42:54.0328793Z Running command: adb uninstall com.testcodepush +2026-08-04T18:42:54.1331018Z Success +2026-08-04T18:42:54.1341355Z [TIMING] exec "adb uninstall com.testcodepush" took 101ms +2026-08-04T18:42:54.1342310Z [TIMING] android uninstallApplication took 264ms +2026-08-04T18:42:54.1343658Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:42:59.7159789Z Performing Streamed Install +2026-08-04T18:42:59.7160126Z Success +2026-08-04T18:42:59.7165692Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5582ms +2026-08-04T18:42:59.7166927Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:42:59.7776754Z bash arg: -p +2026-08-04T18:42:59.7777274Z bash arg: com.testcodepush +2026-08-04T18:42:59.7777775Z bash arg: -c +2026-08-04T18:42:59.7778325Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:42:59.7779291Z bash arg: 1 +2026-08-04T18:43:00.0682742Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:43:00.0683418Z arg: "-p" +2026-08-04T18:43:00.0683741Z arg: "com.testcodepush" +2026-08-04T18:43:00.0686142Z arg: "-c" +2026-08-04T18:43:00.0686508Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:43:00.0686951Z arg: "1" +2026-08-04T18:43:00.0689902Z data="com.testcodepush" +2026-08-04T18:43:00.0690321Z data="android.intent.category.LAUNCHER" +2026-08-04T18:43:00.0948374Z Events injected: 1 +2026-08-04T18:43:00.1380969Z ## Network stats: elapsed time=15ms (0ms mobile, 0ms wifi, 15ms not connected) +2026-08-04T18:43:00.1510337Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 434ms +2026-08-04T18:43:00.1511096Z [TIMING] android installApp+launch took 6016ms +2026-08-04T18:43:00.1511890Z [TIMING] android runApplication total (built=true) took 17212ms +2026-08-04T18:43:00.5803677Z Update check called from the app. +2026-08-04T18:43:00.5804611Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"6a91b73e-760e-4a89-b169-df8092b620e2"} +2026-08-04T18:43:00.5806455Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:00.5807872Z Update check called from the app. +2026-08-04T18:43:00.5808700Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"6a91b73e-760e-4a89-b169-df8092b620e2"} +2026-08-04T18:43:00.5810720Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:00.6168176Z Application reported a test message. +2026-08-04T18:43:00.6168630Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:00.6168991Z Sending OK +2026-08-04T18:43:00.6169239Z Message index: 0 +2026-08-04T18:43:00.6216726Z Update check called from the app. +2026-08-04T18:43:00.6217590Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"6a91b73e-760e-4a89-b169-df8092b620e2"} +2026-08-04T18:43:00.6219220Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:00.6441196Z Application reported a test message. +2026-08-04T18:43:00.6442083Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:43:00.6442571Z Sending OK +2026-08-04T18:43:00.6442838Z Message index: 1 +2026-08-04T18:43:00.6443361Z [TIMING] test "window.codePush.sync.2x.noupdate" took 17707ms +2026-08-04T18:43:00.6444180Z ✔ window.codePush.sync.2x.noupdate (17707ms) +2026-08-04T18:43:00.6444632Z Cleaning up! +2026-08-04T18:43:00.6445334Z Cleaning up! +2026-08-04T18:43:00.6446203Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:00.6885522Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 44ms +2026-08-04T18:43:00.7062137Z [TIMING] exec "adb shell pidof com.testcodepush" took 17ms +2026-08-04T18:43:00.7063173Z [TIMING] android endRunningApplication: force-stop took 62ms, teardown wait took 18ms +2026-08-04T18:43:00.9262863Z [TIMING] exec "adb shell pm list packages" took 219ms +2026-08-04T18:43:00.9263343Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:01.0963678Z Success +2026-08-04T18:43:01.1166393Z [TIMING] exec "adb shell pm clear com.testcodepush" took 190ms +2026-08-04T18:43:01.1166941Z [TIMING] android prepareEmulatorForTest total took 472ms +2026-08-04T18:43:01.1167429Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:01.1412441Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 25ms +2026-08-04T18:43:01.1550875Z [TIMING] exec "adb shell pidof com.testcodepush" took 13ms +2026-08-04T18:43:01.1551861Z [TIMING] android endRunningApplication: force-stop took 39ms, teardown wait took 14ms +2026-08-04T18:43:01.3174533Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T18:43:01.3175076Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:01.5031991Z Success +2026-08-04T18:43:01.5282703Z [TIMING] exec "adb shell pm clear com.testcodepush" took 210ms +2026-08-04T18:43:01.5283691Z [TIMING] android prepareEmulatorForTest total took 411ms +2026-08-04T18:43:01.5287585Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:43:01.7192880Z [TIMING] exec "adb shell pm list packages" took 190ms +2026-08-04T18:43:01.7193365Z Running command: adb uninstall com.testcodepush +2026-08-04T18:43:01.8242530Z Success +2026-08-04T18:43:01.8255251Z [TIMING] exec "adb uninstall com.testcodepush" took 106ms +2026-08-04T18:43:01.8255771Z [TIMING] android uninstallApplication took 297ms +2026-08-04T18:43:01.8256588Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:43:07.7307311Z Performing Streamed Install +2026-08-04T18:43:07.7307662Z Success +2026-08-04T18:43:07.7313863Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5906ms +2026-08-04T18:43:07.7314677Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:43:07.7856780Z bash arg: -p +2026-08-04T18:43:07.7857066Z bash arg: com.testcodepush +2026-08-04T18:43:07.7857351Z bash arg: -c +2026-08-04T18:43:07.7857906Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:43:07.7858249Z bash arg: 1 +2026-08-04T18:43:08.0769571Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:43:08.0770134Z arg: "-p" +2026-08-04T18:43:08.0773143Z arg: "com.testcodepush" +2026-08-04T18:43:08.0773425Z arg: "-c" +2026-08-04T18:43:08.0773751Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:43:08.0774239Z arg: "1" +2026-08-04T18:43:08.0774456Z data="com.testcodepush" +2026-08-04T18:43:08.0777582Z data="android.intent.category.LAUNCHER" +2026-08-04T18:43:08.0988268Z Events injected: 1 +2026-08-04T18:43:08.1156652Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T18:43:08.1316708Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 400ms +2026-08-04T18:43:08.1317738Z [TIMING] android installApp+launch took 6306ms +2026-08-04T18:43:08.1318399Z [TIMING] android runApplication total (built=false) took 6603ms +2026-08-04T18:43:08.5986564Z Update check called from the app. +2026-08-04T18:43:08.5987419Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"01ddcd09-f037-4293-b704-33db9cfd123b"} +2026-08-04T18:43:08.5988232Z Response: "invalid {{ json" +2026-08-04T18:43:08.5989176Z Update check called from the app. +2026-08-04T18:43:08.5989927Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"01ddcd09-f037-4293-b704-33db9cfd123b"} +2026-08-04T18:43:08.5990725Z Response: "invalid {{ json" +2026-08-04T18:43:08.6164827Z Application reported a test message. +2026-08-04T18:43:08.6165330Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:08.6165746Z Sending OK +2026-08-04T18:43:08.6166047Z Message index: 0 +2026-08-04T18:43:08.6267666Z Update check called from the app. +2026-08-04T18:43:08.6268548Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"01ddcd09-f037-4293-b704-33db9cfd123b"} +2026-08-04T18:43:08.6269425Z Response: "invalid {{ json" +2026-08-04T18:43:08.6554131Z Application reported a test message. +2026-08-04T18:43:08.6554578Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:43:08.6555268Z Sending OK +2026-08-04T18:43:08.6555507Z Message index: 1 +2026-08-04T18:43:08.6556142Z [TIMING] test "window.codePush.sync.2x.checkerror" took 7127ms +2026-08-04T18:43:08.6557002Z ✔ window.codePush.sync.2x.checkerror (7127ms) +2026-08-04T18:43:08.6557520Z Cleaning up! +2026-08-04T18:43:08.6558090Z Cleaning up! +2026-08-04T18:43:08.6559652Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:08.6918248Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T18:43:08.7093168Z [TIMING] exec "adb shell pidof com.testcodepush" took 18ms +2026-08-04T18:43:08.7093790Z [TIMING] android endRunningApplication: force-stop took 54ms, teardown wait took 18ms +2026-08-04T18:43:08.9271095Z [TIMING] exec "adb shell pm list packages" took 217ms +2026-08-04T18:43:08.9272031Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:09.1095230Z Success +2026-08-04T18:43:09.1136883Z [TIMING] exec "adb shell pm clear com.testcodepush" took 187ms +2026-08-04T18:43:09.1137509Z [TIMING] android prepareEmulatorForTest total took 458ms +2026-08-04T18:43:09.1138022Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:09.1421378Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 28ms +2026-08-04T18:43:09.1552685Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:43:09.1553301Z [TIMING] android endRunningApplication: force-stop took 42ms, teardown wait took 14ms +2026-08-04T18:43:09.3176856Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T18:43:09.3177441Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:09.5066312Z Success +2026-08-04T18:43:09.5189953Z [TIMING] exec "adb shell pm clear com.testcodepush" took 201ms +2026-08-04T18:43:09.5190574Z [TIMING] android prepareEmulatorForTest total took 405ms +2026-08-04T18:43:09.5193185Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:43:09.6874971Z [TIMING] exec "adb shell pm list packages" took 168ms +2026-08-04T18:43:09.6875456Z Running command: adb uninstall com.testcodepush +2026-08-04T18:43:09.7767351Z Success +2026-08-04T18:43:09.7779355Z [TIMING] exec "adb uninstall com.testcodepush" took 90ms +2026-08-04T18:43:09.7779804Z [TIMING] android uninstallApplication took 258ms +2026-08-04T18:43:09.7780556Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:43:14.2527629Z Performing Streamed Install +2026-08-04T18:43:14.2527943Z Success +2026-08-04T18:43:14.2532592Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4476ms +2026-08-04T18:43:14.2533406Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:43:14.3307532Z bash arg: -p +2026-08-04T18:43:14.3307923Z bash arg: com.testcodepush +2026-08-04T18:43:14.3308280Z bash arg: -c +2026-08-04T18:43:14.3308609Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:43:14.3309025Z bash arg: 1 +2026-08-04T18:43:14.5988980Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:43:14.5991564Z arg: "-p" +2026-08-04T18:43:14.5991960Z arg: "com.testcodepush" +2026-08-04T18:43:14.5995251Z arg: "-c" +2026-08-04T18:43:14.5995613Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:43:14.5999231Z arg: "1" +2026-08-04T18:43:14.5999478Z data="com.testcodepush" +2026-08-04T18:43:14.6002570Z data="android.intent.category.LAUNCHER" +2026-08-04T18:43:14.6297156Z Events injected: 1 +2026-08-04T18:43:14.6532524Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:43:14.6647630Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 411ms +2026-08-04T18:43:14.6648735Z [TIMING] android installApp+launch took 4887ms +2026-08-04T18:43:14.6649514Z [TIMING] android runApplication total (built=false) took 5145ms +2026-08-04T18:43:15.1031876Z Update check called from the app. +2026-08-04T18:43:15.1033537Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a4c4fb4f-eb41-445d-8b67-e1dc5d9ad9ae"} +2026-08-04T18:43:15.1036526Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7350","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:15.1038948Z Update check called from the app. +2026-08-04T18:43:15.1039915Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a4c4fb4f-eb41-445d-8b67-e1dc5d9ad9ae"} +2026-08-04T18:43:15.1043028Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7350","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:15.1331237Z Application reported a test message. +2026-08-04T18:43:15.1332099Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:15.1332579Z Sending OK +2026-08-04T18:43:15.1332919Z Message index: 0 +2026-08-04T18:43:15.1422036Z Update check called from the app. +2026-08-04T18:43:15.1423289Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"a4c4fb4f-eb41-445d-8b67-e1dc5d9ad9ae"} +2026-08-04T18:43:15.1426883Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///home/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7350","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:15.1857718Z Application reported a test message. +2026-08-04T18:43:15.1858230Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:43:15.1858656Z Sending OK +2026-08-04T18:43:15.1858952Z Message index: 1 +2026-08-04T18:43:15.1860679Z [TIMING] test "window.codePush.sync.2x.downloaderror" took 5667ms +2026-08-04T18:43:15.1861847Z ✔ window.codePush.sync.2x.downloaderror (5667ms) +2026-08-04T18:43:15.1862352Z Cleaning up! +2026-08-04T18:43:15.1862949Z Cleaning up! +2026-08-04T18:43:15.1864488Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:15.2224532Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T18:43:15.2377205Z [TIMING] exec "adb shell pidof com.testcodepush" took 15ms +2026-08-04T18:43:15.2377828Z [TIMING] android endRunningApplication: force-stop took 51ms, teardown wait took 15ms +2026-08-04T18:43:15.4650569Z [TIMING] exec "adb shell pm list packages" took 227ms +2026-08-04T18:43:15.4651012Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:15.6408199Z Success +2026-08-04T18:43:15.6445586Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T18:43:15.6446400Z [TIMING] android prepareEmulatorForTest total took 458ms +2026-08-04T18:43:15.6447214Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:15.6784209Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T18:43:15.6920448Z [TIMING] exec "adb shell pidof com.testcodepush" took 13ms +2026-08-04T18:43:15.6921020Z [TIMING] android endRunningApplication: force-stop took 47ms, teardown wait took 13ms +2026-08-04T18:43:15.8528161Z [TIMING] exec "adb shell pm list packages" took 160ms +2026-08-04T18:43:15.8528587Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:16.0265610Z Success +2026-08-04T18:43:16.0347983Z [TIMING] exec "adb shell pm clear com.testcodepush" took 182ms +2026-08-04T18:43:16.0348850Z [TIMING] android prepareEmulatorForTest total took 390ms +2026-08-04T18:43:16.0350912Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:43:16.0357473Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:16.0362302Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:16.0366118Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:16.0374413Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:16.0384616Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:43:16.7455796Z +2026-08-04T18:43:16.7456427Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:43:16.7456926Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:43:16.7457384Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:43:16.7457874Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:43:16.7458320Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:43:16.7458758Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:43:16.7459191Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:43:16.7459624Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:43:16.7460058Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:43:16.7460500Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:43:16.7460922Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:43:16.7461335Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:43:16.7461840Z +2026-08-04T18:43:16.7461845Z +2026-08-04T18:43:16.7462941Z Welcome to Metro v0.84.4 +2026-08-04T18:43:16.7463380Z Fast - Scalable - Integrated +2026-08-04T18:43:16.7463633Z +2026-08-04T18:43:16.7463637Z +2026-08-04T18:43:23.4770651Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:43:23.4852021Z LOG:Done writing bundle output +2026-08-04T18:43:23.6155693Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7577ms +2026-08-04T18:43:23.6156551Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:43:23.6279261Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7590ms +2026-08-04T18:43:23.6279920Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:43:23.7891664Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:43:23.7892307Z Running command: adb uninstall com.testcodepush +2026-08-04T18:43:23.8865347Z Success +2026-08-04T18:43:23.8879442Z [TIMING] exec "adb uninstall com.testcodepush" took 99ms +2026-08-04T18:43:23.8879896Z [TIMING] android uninstallApplication took 260ms +2026-08-04T18:43:23.8880706Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:43:29.6570172Z Performing Streamed Install +2026-08-04T18:43:29.6570546Z Success +2026-08-04T18:43:29.6575867Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5770ms +2026-08-04T18:43:29.6577396Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:43:29.7276916Z bash arg: -p +2026-08-04T18:43:29.7277253Z bash arg: com.testcodepush +2026-08-04T18:43:29.7277597Z bash arg: -c +2026-08-04T18:43:29.7277906Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:43:29.7278285Z bash arg: 1 +2026-08-04T18:43:29.9746764Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:43:29.9747358Z arg: "-p" +2026-08-04T18:43:29.9752386Z arg: "com.testcodepush" +2026-08-04T18:43:29.9753066Z arg: "-c" +2026-08-04T18:43:29.9756805Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:43:29.9757151Z arg: "1" +2026-08-04T18:43:29.9758728Z data="com.testcodepush" +2026-08-04T18:43:29.9763366Z data="android.intent.category.LAUNCHER" +2026-08-04T18:43:30.0041876Z Events injected: 1 +2026-08-04T18:43:30.0136981Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T18:43:30.0181199Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 360ms +2026-08-04T18:43:30.0182182Z [TIMING] android installApp+launch took 6130ms +2026-08-04T18:43:30.0182794Z [TIMING] android runApplication total (built=false) took 6390ms +2026-08-04T18:43:30.5019540Z Update check called from the app. +2026-08-04T18:43:30.5020305Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b93a4719-a2e5-462d-aee6-07a150e23564"} +2026-08-04T18:43:30.5022746Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9260","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:30.5043856Z Update check called from the app. +2026-08-04T18:43:30.5044484Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b93a4719-a2e5-462d-aee6-07a150e23564"} +2026-08-04T18:43:30.5046382Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9260","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:30.5315568Z Application reported a test message. +2026-08-04T18:43:30.5316116Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:30.5316444Z Sending OK +2026-08-04T18:43:30.5316663Z Message index: 0 +2026-08-04T18:43:30.5466941Z Update check called from the app. +2026-08-04T18:43:30.5467647Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b93a4719-a2e5-462d-aee6-07a150e23564"} +2026-08-04T18:43:30.5469788Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9260","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:30.5653181Z Application downloading the package. +2026-08-04T18:43:30.9389693Z Application reported a test message. +2026-08-04T18:43:30.9390325Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:43:30.9390672Z Sending OK +2026-08-04T18:43:30.9390894Z Message index: 1 +2026-08-04T18:43:30.9392845Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:30.9715854Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 32ms +2026-08-04T18:43:30.9938851Z [TIMING] exec "adb shell pidof com.testcodepush" took 22ms +2026-08-04T18:43:30.9939449Z [TIMING] android endRunningApplication: force-stop took 54ms, teardown wait took 22ms +2026-08-04T18:43:31.9956331Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:43:32.0426361Z bash arg: -p +2026-08-04T18:43:32.0426701Z bash arg: com.testcodepush +2026-08-04T18:43:32.0427077Z bash arg: -c +2026-08-04T18:43:32.0427400Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:43:32.0427807Z bash arg: 1 +2026-08-04T18:43:32.1522308Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:43:32.1526196Z arg: "-p" +2026-08-04T18:43:32.1526711Z arg: "com.testcodepush" +2026-08-04T18:43:32.1527110Z arg: "-c" +2026-08-04T18:43:32.1532075Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:43:32.1533135Z arg: "1" +2026-08-04T18:43:32.1534890Z data="com.testcodepush" +2026-08-04T18:43:32.1535231Z data="android.intent.category.LAUNCHER" +2026-08-04T18:43:32.1784241Z Events injected: 1 +2026-08-04T18:43:32.1850815Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:43:32.1931060Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 197ms +2026-08-04T18:43:32.1932145Z [TIMING] android restartApplication total took 1253ms +2026-08-04T18:43:32.6207985Z Update check called from the app. +2026-08-04T18:43:32.6208904Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b93a4719-a2e5-462d-aee6-07a150e23564"} +2026-08-04T18:43:32.6211208Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9260","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:32.6212898Z Update check called from the app. +2026-08-04T18:43:32.6213519Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b93a4719-a2e5-462d-aee6-07a150e23564"} +2026-08-04T18:43:32.6215209Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9260","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:32.6380564Z Application reported a test message. +2026-08-04T18:43:32.6381010Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:32.6381954Z Sending OK +2026-08-04T18:43:32.6382188Z Message index: 0 +2026-08-04T18:43:32.6453475Z Update check called from the app. +2026-08-04T18:43:32.6454384Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"b93a4719-a2e5-462d-aee6-07a150e23564"} +2026-08-04T18:43:32.6456636Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9260","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:32.6861483Z Application reported a test message. +2026-08-04T18:43:32.6862180Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:43:32.6862529Z Sending OK +2026-08-04T18:43:32.6862772Z Message index: 1 +2026-08-04T18:43:32.6863890Z [TIMING] test "window.codePush.sync.2x.dorevert" took 16652ms +2026-08-04T18:43:32.6864698Z ✔ window.codePush.sync.2x.dorevert (16652ms) +2026-08-04T18:43:32.6865273Z Cleaning up! +2026-08-04T18:43:32.6865554Z Cleaning up! +2026-08-04T18:43:32.6866602Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:32.7199525Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 33ms +2026-08-04T18:43:32.7453238Z [TIMING] exec "adb shell pidof com.testcodepush" took 26ms +2026-08-04T18:43:32.7453848Z [TIMING] android endRunningApplication: force-stop took 59ms, teardown wait took 26ms +2026-08-04T18:43:32.9422630Z [TIMING] exec "adb shell pm list packages" took 196ms +2026-08-04T18:43:32.9423126Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:33.1200790Z Success +2026-08-04T18:43:33.1335157Z [TIMING] exec "adb shell pm clear com.testcodepush" took 191ms +2026-08-04T18:43:33.1335671Z [TIMING] android prepareEmulatorForTest total took 447ms +2026-08-04T18:43:33.1336377Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:33.1559124Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 22ms +2026-08-04T18:43:33.1675102Z [TIMING] exec "adb shell pidof com.testcodepush" took 12ms +2026-08-04T18:43:33.1675984Z [TIMING] android endRunningApplication: force-stop took 34ms, teardown wait took 12ms +2026-08-04T18:43:33.3334613Z [TIMING] exec "adb shell pm list packages" took 166ms +2026-08-04T18:43:33.3335099Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:33.5018776Z Success +2026-08-04T18:43:33.5082978Z [TIMING] exec "adb shell pm clear com.testcodepush" took 175ms +2026-08-04T18:43:33.5083469Z [TIMING] android prepareEmulatorForTest total took 375ms +2026-08-04T18:43:33.5086517Z Setting up scenario updateSync2x.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:43:33.5091856Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:33.5096163Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:33.5099431Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync2x.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:33.5102861Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:33.5111416Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:43:34.2166324Z +2026-08-04T18:43:34.2166969Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:43:34.2167364Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:43:34.2167733Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:43:34.2168082Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:43:34.2168417Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:43:34.2169095Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:43:34.2169438Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:43:34.2169769Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:43:34.2170113Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:43:34.2170436Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:43:34.2170757Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:43:34.2171065Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:43:34.2171237Z +2026-08-04T18:43:34.2171241Z +2026-08-04T18:43:34.2174693Z Welcome to Metro v0.84.4 +2026-08-04T18:43:34.2175118Z Fast - Scalable - Integrated +2026-08-04T18:43:34.2175371Z +2026-08-04T18:43:34.2175376Z +2026-08-04T18:43:35.7737313Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:43:35.7751826Z LOG:Done writing bundle output +2026-08-04T18:43:35.9894370Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2479ms +2026-08-04T18:43:35.9895358Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:43:36.0016766Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2491ms +2026-08-04T18:43:36.0017629Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:43:36.1639835Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T18:43:36.1640273Z Running command: adb uninstall com.testcodepush +2026-08-04T18:43:36.2535835Z Success +2026-08-04T18:43:36.2545463Z [TIMING] exec "adb uninstall com.testcodepush" took 91ms +2026-08-04T18:43:36.2545922Z [TIMING] android uninstallApplication took 253ms +2026-08-04T18:43:36.2546637Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:43:42.1363632Z Performing Streamed Install +2026-08-04T18:43:42.1363933Z Success +2026-08-04T18:43:42.1369173Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5882ms +2026-08-04T18:43:42.1369950Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:43:42.1826059Z bash arg: -p +2026-08-04T18:43:42.1826580Z bash arg: com.testcodepush +2026-08-04T18:43:42.1827014Z bash arg: -c +2026-08-04T18:43:42.1827323Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:43:42.1827706Z bash arg: 1 +2026-08-04T18:43:42.4790634Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:43:42.4792320Z arg: "-p" +2026-08-04T18:43:42.4792741Z arg: "com.testcodepush" +2026-08-04T18:43:42.4793231Z arg: "-c" +2026-08-04T18:43:42.4797713Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:43:42.4798314Z arg: "1" +2026-08-04T18:43:42.4802243Z data="com.testcodepush" +2026-08-04T18:43:42.4802808Z data="android.intent.category.LAUNCHER" +2026-08-04T18:43:42.5128787Z Events injected: 1 +2026-08-04T18:43:42.5232866Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T18:43:42.5388187Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 402ms +2026-08-04T18:43:42.5388874Z [TIMING] android installApp+launch took 6284ms +2026-08-04T18:43:42.5389318Z [TIMING] android runApplication total (built=false) took 6537ms +2026-08-04T18:43:43.0093905Z Update check called from the app. +2026-08-04T18:43:43.0095503Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:43.0098762Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:43.0101812Z Update check called from the app. +2026-08-04T18:43:43.0103045Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:43.0106178Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:43.0418550Z Application reported a test message. +2026-08-04T18:43:43.0419174Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:43.0419704Z Sending OK +2026-08-04T18:43:43.0420025Z Message index: 0 +2026-08-04T18:43:43.0499548Z Update check called from the app. +2026-08-04T18:43:43.0500661Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:43.0503905Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:43.0783823Z Application downloading the package. +2026-08-04T18:43:43.4561138Z Application reported a test message. +2026-08-04T18:43:43.4561840Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:43:43.4562273Z Sending OK +2026-08-04T18:43:43.4562548Z Message index: 1 +2026-08-04T18:43:43.4735248Z Update check called from the app. +2026-08-04T18:43:43.4736298Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8813","label":"mock-update","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:43.4738580Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:43.4778545Z Update check called from the app. +2026-08-04T18:43:43.4779557Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8813","label":"mock-update","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:43.4781957Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:43.4975857Z Application reported a test message. +2026-08-04T18:43:43.4976892Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:43.4977508Z Sending OK +2026-08-04T18:43:43.4977903Z Message index: 2 +2026-08-04T18:43:43.5296290Z Update check called from the app. +2026-08-04T18:43:43.5297254Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8813","label":"mock-update","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:43.5299270Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8813","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:43.5578952Z Application reported a test message. +2026-08-04T18:43:43.5579396Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:43:43.5579751Z Sending OK +2026-08-04T18:43:43.5579991Z Message index: 3 +2026-08-04T18:43:43.5581520Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:43.5964108Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 38ms +2026-08-04T18:43:43.6416037Z [TIMING] exec "adb shell pidof com.testcodepush" took 45ms +2026-08-04T18:43:43.6416836Z [TIMING] android endRunningApplication: force-stop took 83ms, teardown wait took 45ms +2026-08-04T18:43:44.6426782Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:43:44.6886511Z bash arg: -p +2026-08-04T18:43:44.6886841Z bash arg: com.testcodepush +2026-08-04T18:43:44.6887162Z bash arg: -c +2026-08-04T18:43:44.6887462Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:43:44.6887851Z bash arg: 1 +2026-08-04T18:43:44.7978533Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:43:44.7979300Z arg: "-p" +2026-08-04T18:43:44.7981876Z arg: "com.testcodepush" +2026-08-04T18:43:44.7987193Z arg: "-c" +2026-08-04T18:43:44.7987709Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:43:44.7991594Z arg: "1" +2026-08-04T18:43:44.7995587Z data="com.testcodepush" +2026-08-04T18:43:44.7996178Z data="android.intent.category.LAUNCHER" +2026-08-04T18:43:44.8229920Z Events injected: 1 +2026-08-04T18:43:44.8409311Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T18:43:44.8570785Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 214ms +2026-08-04T18:43:44.8572095Z [TIMING] android restartApplication total took 1298ms +2026-08-04T18:43:45.4632789Z Update check called from the app. +2026-08-04T18:43:45.4633922Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8813","label":"mock-update","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:45.4635765Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:45.4638755Z Update check called from the app. +2026-08-04T18:43:45.4639777Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8813","label":"mock-update","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:45.4641761Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:45.4662009Z Application reported a test message. +2026-08-04T18:43:45.4662333Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:43:45.4662655Z Sending OK +2026-08-04T18:43:45.4663191Z Message index: 0 +2026-08-04T18:43:45.4941649Z Update check called from the app. +2026-08-04T18:43:45.4943137Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8813","label":"mock-update","client_unique_id":"4d57e495-f974-4cdc-8865-0ece66b9fa68"} +2026-08-04T18:43:45.4945044Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:43:45.4990000Z Application reported a test message. +2026-08-04T18:43:45.4990383Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:43:45.4990720Z Sending OK +2026-08-04T18:43:45.4990953Z Message index: 1 +2026-08-04T18:43:45.5308078Z Application reported a test message. +2026-08-04T18:43:45.5308507Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:43:45.5308843Z Sending OK +2026-08-04T18:43:45.5309070Z Message index: 2 +2026-08-04T18:43:45.5311372Z [TIMING] test "window.codePush.sync.2x.update" took 12022ms +2026-08-04T18:43:45.5312697Z ✔ window.codePush.sync.2x.update (12023ms) +2026-08-04T18:43:45.5313307Z Cleaning up! +2026-08-04T18:43:45.5313931Z Cleaning up! +2026-08-04T18:43:45.5315340Z #window.codePush.sync minimum background duration tests +2026-08-04T18:43:45.5316117Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:43:45.5746958Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 43ms +2026-08-04T18:43:45.5897596Z [TIMING] exec "adb shell pidof com.testcodepush" took 15ms +2026-08-04T18:43:45.5898172Z [TIMING] android endRunningApplication: force-stop took 58ms, teardown wait took 15ms +2026-08-04T18:43:45.7960328Z [TIMING] exec "adb shell pm list packages" took 206ms +2026-08-04T18:43:45.7960890Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:43:45.9625957Z Success +2026-08-04T18:43:45.9730615Z [TIMING] exec "adb shell pm clear com.testcodepush" took 177ms +2026-08-04T18:43:45.9731201Z [TIMING] android prepareEmulatorForTest total took 441ms +2026-08-04T18:43:45.9734286Z Setting up scenario scenarioSyncResume.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:43:45.9739042Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:43:45.9743246Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:43:45.9747029Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResume.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:43:45.9749792Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:43:45.9752451Z Setting up scenario updateSync.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:43:45.9759008Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:45.9762103Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:45.9765352Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:45.9768299Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:43:45.9776613Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:43:46.6972023Z +2026-08-04T18:43:46.6972608Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:43:46.6973013Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:43:46.6973379Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:43:46.6973743Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:43:46.6974105Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:43:46.6974787Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:43:46.6975152Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:43:46.6975511Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:43:46.6975880Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:43:46.6976229Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:43:46.6976572Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:43:46.6976900Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:43:46.6977086Z +2026-08-04T18:43:46.6977090Z +2026-08-04T18:43:46.6979573Z Welcome to Metro v0.84.4 +2026-08-04T18:43:46.6979934Z Fast - Scalable - Integrated +2026-08-04T18:43:46.6980156Z +2026-08-04T18:43:46.6980160Z +2026-08-04T18:43:48.2858055Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:43:48.2872563Z LOG:Done writing bundle output +2026-08-04T18:43:48.4970234Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 2519ms +2026-08-04T18:43:48.4971044Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:43:48.5095411Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 2533ms +2026-08-04T18:43:48.5096094Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:43:48.5096540Z Running command: ./gradlew assembleRelease +2026-08-04T18:43:59.3709262Z [TIMING] exec "./gradlew assembleRelease" took 10861ms +2026-08-04T18:43:59.3709899Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10861ms +2026-08-04T18:43:59.5333221Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:43:59.5333678Z Running command: adb uninstall com.testcodepush +2026-08-04T18:43:59.6424337Z Success +2026-08-04T18:43:59.6433875Z [TIMING] exec "adb uninstall com.testcodepush" took 110ms +2026-08-04T18:43:59.6434333Z [TIMING] android uninstallApplication took 273ms +2026-08-04T18:43:59.6435115Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:44:04.2660778Z Performing Streamed Install +2026-08-04T18:44:04.2661410Z Success +2026-08-04T18:44:04.2665862Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4623ms +2026-08-04T18:44:04.2666685Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:04.3135837Z bash arg: -p +2026-08-04T18:44:04.3136115Z bash arg: com.testcodepush +2026-08-04T18:44:04.3136398Z bash arg: -c +2026-08-04T18:44:04.3136689Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:04.3137018Z bash arg: 1 +2026-08-04T18:44:04.6093078Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:04.6093853Z arg: "-p" +2026-08-04T18:44:04.6096061Z arg: "com.testcodepush" +2026-08-04T18:44:04.6096504Z arg: "-c" +2026-08-04T18:44:04.6100923Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:04.6101446Z arg: "1" +2026-08-04T18:44:04.6105359Z data="com.testcodepush" +2026-08-04T18:44:04.6105836Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:04.6403465Z Events injected: 1 +2026-08-04T18:44:04.6547734Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T18:44:04.6641051Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 397ms +2026-08-04T18:44:04.6642505Z [TIMING] android installApp+launch took 5020ms +2026-08-04T18:44:04.6643250Z [TIMING] android runApplication total (built=true) took 16154ms +2026-08-04T18:44:05.1814965Z Update check called from the app. +2026-08-04T18:44:05.1816267Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"de3f5af0-6fd5-4212-901e-c9fb8d513547"} +2026-08-04T18:44:05.1819567Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6514","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:05.2080365Z Update check called from the app. +2026-08-04T18:44:05.2081815Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"de3f5af0-6fd5-4212-901e-c9fb8d513547"} +2026-08-04T18:44:05.2084784Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6514","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:05.2366166Z Application downloading the package. +2026-08-04T18:44:05.3252212Z Application reported a test message. +2026-08-04T18:44:05.3252804Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:44:05.3253270Z Sending OK +2026-08-04T18:44:05.3253470Z Message index: 0 +2026-08-04T18:44:05.3256711Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:05.3786441Z bash arg: -p +2026-08-04T18:44:05.3786867Z bash arg: com.android.settings +2026-08-04T18:44:05.3787296Z bash arg: -c +2026-08-04T18:44:05.3787723Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:05.3788206Z bash arg: 1 +2026-08-04T18:44:05.5014553Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:05.5018988Z arg: "-p" +2026-08-04T18:44:05.5024949Z arg: "com.android.settings" +2026-08-04T18:44:05.5029725Z arg: "-c" +2026-08-04T18:44:05.5030238Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:05.5035275Z arg: "1" +2026-08-04T18:44:05.5035697Z data="com.android.settings" +2026-08-04T18:44:05.5040555Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:05.5288804Z Events injected: 1 +2026-08-04T18:44:05.5804237Z ## Network stats: elapsed time=58ms (0ms mobile, 0ms wifi, 58ms not connected) +2026-08-04T18:44:05.6296678Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 304ms +2026-08-04T18:44:05.6298315Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:44:06.6302773Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:06.6765253Z bash arg: -p +2026-08-04T18:44:06.6765694Z bash arg: com.testcodepush +2026-08-04T18:44:06.6766118Z bash arg: -c +2026-08-04T18:44:06.6766509Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:06.6767002Z bash arg: 1 +2026-08-04T18:44:06.7866234Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:06.7867043Z arg: "-p" +2026-08-04T18:44:06.7868865Z arg: "com.testcodepush" +2026-08-04T18:44:06.7869413Z arg: "-c" +2026-08-04T18:44:06.7869845Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:06.7870422Z arg: "1" +2026-08-04T18:44:06.7870764Z data="com.testcodepush" +2026-08-04T18:44:06.7871201Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:06.8098524Z Events injected: 1 +2026-08-04T18:44:06.8328537Z ## Network stats: elapsed time=29ms (0ms mobile, 0ms wifi, 29ms not connected) +2026-08-04T18:44:06.8483154Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 219ms +2026-08-04T18:44:07.1756485Z Application reported a test message. +2026-08-04T18:44:07.1757176Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:44:07.1757699Z Sending OK +2026-08-04T18:44:07.1758044Z Message index: 0 +2026-08-04T18:44:07.1934355Z Update check called from the app. +2026-08-04T18:44:07.1935954Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-6514","label":"mock-update","client_unique_id":"de3f5af0-6fd5-4212-901e-c9fb8d513547"} +2026-08-04T18:44:07.1938975Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:07.2463903Z Update check called from the app. +2026-08-04T18:44:07.2465409Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-6514","label":"mock-update","client_unique_id":"de3f5af0-6fd5-4212-901e-c9fb8d513547"} +2026-08-04T18:44:07.2467850Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:07.2782834Z Application reported a test message. +2026-08-04T18:44:07.2783206Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:44:07.2783498Z Sending OK +2026-08-04T18:44:07.2784401Z Message index: 1 +2026-08-04T18:44:07.2786391Z [TIMING] test "defaults to no minimum for Resume mode" took 21305ms +2026-08-04T18:44:07.2787517Z ✔ defaults to no minimum for Resume mode (21305ms) +2026-08-04T18:44:07.2788125Z Cleaning up! +2026-08-04T18:44:07.2789254Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:44:07.3084675Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T18:44:07.3240361Z [TIMING] exec "adb shell pidof com.testcodepush" took 15ms +2026-08-04T18:44:07.3240995Z [TIMING] android endRunningApplication: force-stop took 45ms, teardown wait took 15ms +2026-08-04T18:44:07.5507726Z [TIMING] exec "adb shell pm list packages" took 227ms +2026-08-04T18:44:07.5508258Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:44:07.7285433Z Success +2026-08-04T18:44:07.7340092Z [TIMING] exec "adb shell pm clear com.testcodepush" took 183ms +2026-08-04T18:44:07.7340694Z [TIMING] android prepareEmulatorForTest total took 455ms +2026-08-04T18:44:07.7344459Z Setting up scenario scenarioSyncResumeDelay.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:44:07.7351360Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:07.7359755Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:07.7366249Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResumeDelay.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:07.7371766Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:07.7383417Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:44:08.4388711Z +2026-08-04T18:44:08.4389500Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:44:08.4389905Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:44:08.4390284Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:44:08.4390691Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:44:08.4391029Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:44:08.4391357Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:44:08.4391882Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:44:08.4392208Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:44:08.4392536Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:44:08.4392866Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:44:08.4393181Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:44:08.4393487Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:44:08.4393663Z +2026-08-04T18:44:08.4393667Z +2026-08-04T18:44:08.4396957Z Welcome to Metro v0.84.4 +2026-08-04T18:44:08.4397290Z Fast - Scalable - Integrated +2026-08-04T18:44:08.4397508Z +2026-08-04T18:44:08.4397838Z +2026-08-04T18:44:15.2863594Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:44:15.2897407Z LOG:Done writing bundle output +2026-08-04T18:44:15.4216083Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7683ms +2026-08-04T18:44:15.4217074Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:44:15.4346978Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7697ms +2026-08-04T18:44:15.4347746Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:44:15.4348266Z Running command: ./gradlew assembleRelease +2026-08-04T18:44:26.3379156Z [TIMING] exec "./gradlew assembleRelease" took 10903ms +2026-08-04T18:44:26.3380988Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10903ms +2026-08-04T18:44:26.5091195Z [TIMING] exec "adb shell pm list packages" took 171ms +2026-08-04T18:44:26.5091986Z Running command: adb uninstall com.testcodepush +2026-08-04T18:44:26.6314441Z Success +2026-08-04T18:44:26.6323773Z [TIMING] exec "adb uninstall com.testcodepush" took 124ms +2026-08-04T18:44:26.6324286Z [TIMING] android uninstallApplication took 295ms +2026-08-04T18:44:26.6325093Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:44:31.1965351Z Performing Streamed Install +2026-08-04T18:44:31.1965701Z Success +2026-08-04T18:44:31.1972997Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4565ms +2026-08-04T18:44:31.1973876Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:31.2475562Z bash arg: -p +2026-08-04T18:44:31.2475938Z bash arg: com.testcodepush +2026-08-04T18:44:31.2476312Z bash arg: -c +2026-08-04T18:44:31.2476666Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:31.2477128Z bash arg: 1 +2026-08-04T18:44:31.5690676Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:31.5692188Z arg: "-p" +2026-08-04T18:44:31.5692719Z arg: "com.testcodepush" +2026-08-04T18:44:31.5692998Z arg: "-c" +2026-08-04T18:44:31.5697681Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:31.5698048Z arg: "1" +2026-08-04T18:44:31.5698309Z data="com.testcodepush" +2026-08-04T18:44:31.5698618Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:31.5939061Z Events injected: 1 +2026-08-04T18:44:31.6064227Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:44:31.6350690Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 437ms +2026-08-04T18:44:31.6351374Z [TIMING] android installApp+launch took 5002ms +2026-08-04T18:44:31.6352045Z [TIMING] android runApplication total (built=true) took 16200ms +2026-08-04T18:44:32.0428942Z Update check called from the app. +2026-08-04T18:44:32.0430276Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"bd6a23a6-8fb6-45b2-b9c7-8d701060c17b"} +2026-08-04T18:44:32.0432953Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2410","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:32.0797269Z Update check called from the app. +2026-08-04T18:44:32.0798514Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"bd6a23a6-8fb6-45b2-b9c7-8d701060c17b"} +2026-08-04T18:44:32.0801353Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2410","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:32.1054232Z Application downloading the package. +2026-08-04T18:44:32.1779277Z Application reported a test message. +2026-08-04T18:44:32.1779969Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:44:32.1780572Z Sending OK +2026-08-04T18:44:32.1780995Z Message index: 0 +2026-08-04T18:44:32.1783403Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:32.2257091Z bash arg: -p +2026-08-04T18:44:32.2257654Z bash arg: com.android.settings +2026-08-04T18:44:32.2258192Z bash arg: -c +2026-08-04T18:44:32.2258551Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:32.2258990Z bash arg: 1 +2026-08-04T18:44:32.3527764Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:32.3528607Z arg: "-p" +2026-08-04T18:44:32.3531323Z arg: "com.android.settings" +2026-08-04T18:44:32.3532163Z arg: "-c" +2026-08-04T18:44:32.3532731Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:32.3533222Z arg: "1" +2026-08-04T18:44:32.3535874Z data="com.android.settings" +2026-08-04T18:44:32.3536421Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:32.3773544Z Events injected: 1 +2026-08-04T18:44:32.4237223Z ## Network stats: elapsed time=50ms (0ms mobile, 0ms wifi, 50ms not connected) +2026-08-04T18:44:32.4391209Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 260ms +2026-08-04T18:44:32.4392293Z Waiting for 3000ms before resuming the test application. +2026-08-04T18:44:35.4416447Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:35.4885517Z bash arg: -p +2026-08-04T18:44:35.4885932Z bash arg: com.testcodepush +2026-08-04T18:44:35.4886354Z bash arg: -c +2026-08-04T18:44:35.4886761Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:35.4887285Z bash arg: 1 +2026-08-04T18:44:35.5976092Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:35.5976598Z arg: "-p" +2026-08-04T18:44:35.5980044Z arg: "com.testcodepush" +2026-08-04T18:44:35.5984004Z arg: "-c" +2026-08-04T18:44:35.5984291Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:35.5987855Z arg: "1" +2026-08-04T18:44:35.5990929Z data="com.testcodepush" +2026-08-04T18:44:35.5994409Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:35.6214631Z Events injected: 1 +2026-08-04T18:44:35.6549476Z ## Network stats: elapsed time=36ms (0ms mobile, 0ms wifi, 36ms not connected) +2026-08-04T18:44:35.6831183Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 241ms +2026-08-04T18:44:35.6832658Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:35.7355317Z bash arg: -p +2026-08-04T18:44:35.7355620Z bash arg: com.android.settings +2026-08-04T18:44:35.7355903Z bash arg: -c +2026-08-04T18:44:35.7356168Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:35.7356466Z bash arg: 1 +2026-08-04T18:44:35.8633446Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:35.8642909Z arg: "-p" +2026-08-04T18:44:35.8650404Z arg: "com.android.settings" +2026-08-04T18:44:35.8653629Z arg: "-c" +2026-08-04T18:44:35.8656753Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:35.8659520Z arg: "1" +2026-08-04T18:44:35.8665208Z data="com.android.settings" +2026-08-04T18:44:35.8667919Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:35.8919477Z Events injected: 1 +2026-08-04T18:44:35.9385813Z ## Network stats: elapsed time=54ms (0ms mobile, 0ms wifi, 54ms not connected) +2026-08-04T18:44:35.9500022Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 266ms +2026-08-04T18:44:35.9500752Z Waiting for 6000ms before resuming the test application. +2026-08-04T18:44:41.9503894Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:44:41.9965820Z bash arg: -p +2026-08-04T18:44:41.9966197Z bash arg: com.testcodepush +2026-08-04T18:44:41.9966608Z bash arg: -c +2026-08-04T18:44:41.9966971Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:44:41.9967408Z bash arg: 1 +2026-08-04T18:44:42.1050319Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:44:42.1054683Z arg: "-p" +2026-08-04T18:44:42.1055360Z arg: "com.testcodepush" +2026-08-04T18:44:42.1058684Z arg: "-c" +2026-08-04T18:44:42.1062350Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:44:42.1065601Z arg: "1" +2026-08-04T18:44:42.1072037Z data="com.testcodepush" +2026-08-04T18:44:42.1075263Z data="android.intent.category.LAUNCHER" +2026-08-04T18:44:42.1277824Z Events injected: 1 +2026-08-04T18:44:42.1663910Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T18:44:42.1717185Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 221ms +2026-08-04T18:44:42.5154615Z Application reported a test message. +2026-08-04T18:44:42.5155093Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:44:42.5155511Z Sending OK +2026-08-04T18:44:42.5155744Z Message index: 0 +2026-08-04T18:44:42.5341820Z Update check called from the app. +2026-08-04T18:44:42.5343144Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2410","label":"mock-update","client_unique_id":"bd6a23a6-8fb6-45b2-b9c7-8d701060c17b"} +2026-08-04T18:44:42.5344978Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:42.5742788Z Update check called from the app. +2026-08-04T18:44:42.5744044Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2410","label":"mock-update","client_unique_id":"bd6a23a6-8fb6-45b2-b9c7-8d701060c17b"} +2026-08-04T18:44:42.5746328Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:44:42.6038619Z Application reported a test message. +2026-08-04T18:44:42.6039026Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:44:42.6039360Z Sending OK +2026-08-04T18:44:42.6039754Z Message index: 1 +2026-08-04T18:44:42.6041258Z [TIMING] test "min background duration 5s for Resume mode" took 34869ms +2026-08-04T18:44:42.6042278Z ✔ min background duration 5s for Resume mode (34870ms) +2026-08-04T18:44:42.6042685Z Cleaning up! +2026-08-04T18:44:42.6043413Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:44:42.6383191Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 34ms +2026-08-04T18:44:42.6668364Z [TIMING] exec "adb shell pidof com.testcodepush" took 28ms +2026-08-04T18:44:42.6669016Z [TIMING] android endRunningApplication: force-stop took 62ms, teardown wait took 28ms +2026-08-04T18:44:42.8822720Z [TIMING] exec "adb shell pm list packages" took 215ms +2026-08-04T18:44:42.8823297Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:44:43.0632776Z Success +2026-08-04T18:44:43.0672974Z [TIMING] exec "adb shell pm clear com.testcodepush" took 185ms +2026-08-04T18:44:43.0673566Z [TIMING] android prepareEmulatorForTest total took 463ms +2026-08-04T18:44:43.0676965Z Setting up scenario scenarioSyncSuspend.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:44:43.0683144Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:43.0688190Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:43.0692304Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspend.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:43.0695007Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:44:43.0709140Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:44:43.7692666Z +2026-08-04T18:44:43.7693318Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:44:43.7693817Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:44:43.7694320Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:44:43.7694771Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:44:43.7695217Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:44:43.7695653Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:44:43.7696129Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:44:43.7696565Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:44:43.7697007Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:44:43.7697813Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:44:43.7698198Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:44:43.7698524Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:44:43.7698709Z +2026-08-04T18:44:43.7698713Z +2026-08-04T18:44:43.7700331Z Welcome to Metro v0.84.4 +2026-08-04T18:44:43.7700686Z Fast - Scalable - Integrated +2026-08-04T18:44:43.7700920Z +2026-08-04T18:44:43.7700924Z +2026-08-04T18:44:50.5582554Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:44:50.5666247Z LOG:Done writing bundle output +2026-08-04T18:44:50.6959677Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7625ms +2026-08-04T18:44:50.6960617Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:44:50.7078088Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7637ms +2026-08-04T18:44:50.7078706Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:44:50.7079118Z Running command: ./gradlew assembleRelease +2026-08-04T18:45:01.6809999Z [TIMING] exec "./gradlew assembleRelease" took 10973ms +2026-08-04T18:45:01.6810695Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10973ms +2026-08-04T18:45:01.8427066Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T18:45:01.8427771Z Running command: adb uninstall com.testcodepush +2026-08-04T18:45:01.9396593Z Success +2026-08-04T18:45:01.9410958Z [TIMING] exec "adb uninstall com.testcodepush" took 98ms +2026-08-04T18:45:01.9411904Z [TIMING] android uninstallApplication took 260ms +2026-08-04T18:45:01.9413216Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:45:07.6263274Z Performing Streamed Install +2026-08-04T18:45:07.6263692Z Success +2026-08-04T18:45:07.6268630Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5685ms +2026-08-04T18:45:07.6269678Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:07.6727652Z bash arg: -p +2026-08-04T18:45:07.6727982Z bash arg: com.testcodepush +2026-08-04T18:45:07.6728308Z bash arg: -c +2026-08-04T18:45:07.6728639Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:07.6729021Z bash arg: 1 +2026-08-04T18:45:07.9624425Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:07.9627575Z arg: "-p" +2026-08-04T18:45:07.9630944Z arg: "com.testcodepush" +2026-08-04T18:45:07.9631248Z arg: "-c" +2026-08-04T18:45:07.9634445Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:07.9637782Z arg: "1" +2026-08-04T18:45:07.9640343Z data="com.testcodepush" +2026-08-04T18:45:07.9644893Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:07.9963878Z Events injected: 1 +2026-08-04T18:45:08.0173508Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T18:45:08.0325252Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 406ms +2026-08-04T18:45:08.0325902Z [TIMING] android installApp+launch took 6092ms +2026-08-04T18:45:08.0326331Z [TIMING] android runApplication total (built=true) took 17325ms +2026-08-04T18:45:08.4972244Z Update check called from the app. +2026-08-04T18:45:08.4973373Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c3c8c1c0-0a4b-429d-aefb-03ae792b3b85"} +2026-08-04T18:45:08.4975746Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8021","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:08.5352279Z Update check called from the app. +2026-08-04T18:45:08.5353390Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c3c8c1c0-0a4b-429d-aefb-03ae792b3b85"} +2026-08-04T18:45:08.5355759Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8021","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:08.5753320Z Application downloading the package. +2026-08-04T18:45:08.6494681Z Application reported a test message. +2026-08-04T18:45:08.6495421Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:45:08.6495938Z Sending OK +2026-08-04T18:45:08.6496393Z Message index: 0 +2026-08-04T18:45:08.6499433Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:08.7027894Z bash arg: -p +2026-08-04T18:45:08.7028342Z bash arg: com.android.settings +2026-08-04T18:45:08.7028818Z bash arg: -c +2026-08-04T18:45:08.7029240Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:08.7029755Z bash arg: 1 +2026-08-04T18:45:08.8278557Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:08.8279415Z arg: "-p" +2026-08-04T18:45:08.8279853Z arg: "com.android.settings" +2026-08-04T18:45:08.8280295Z arg: "-c" +2026-08-04T18:45:08.8280697Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:08.8281209Z arg: "1" +2026-08-04T18:45:08.8285332Z data="com.android.settings" +2026-08-04T18:45:08.8285863Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:08.8537451Z Events injected: 1 +2026-08-04T18:45:08.8771049Z ## Network stats: elapsed time=14ms (0ms mobile, 0ms wifi, 14ms not connected) +2026-08-04T18:45:08.8932137Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 243ms +2026-08-04T18:45:08.8933165Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:45:09.2769931Z Application reported a test message. +2026-08-04T18:45:09.2770447Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:45:09.2770848Z Sending OK +2026-08-04T18:45:09.2771114Z Message index: 0 +2026-08-04T18:45:09.2858243Z Update check called from the app. +2026-08-04T18:45:09.2859426Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8021","label":"mock-update","client_unique_id":"c3c8c1c0-0a4b-429d-aefb-03ae792b3b85"} +2026-08-04T18:45:09.2861820Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:09.3375210Z Update check called from the app. +2026-08-04T18:45:09.3376547Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8021","label":"mock-update","client_unique_id":"c3c8c1c0-0a4b-429d-aefb-03ae792b3b85"} +2026-08-04T18:45:09.3379246Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:09.3668517Z Application reported a test message. +2026-08-04T18:45:09.3669057Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:45:09.3669530Z Sending OK +2026-08-04T18:45:09.3670276Z Message index: 1 +2026-08-04T18:45:09.3671483Z [TIMING] test "defaults to no minimum for Suspend mode" took 26300ms +2026-08-04T18:45:09.3672911Z ✔ defaults to no minimum for Suspend mode (26300ms) +2026-08-04T18:45:09.3675163Z Cleaning up! +2026-08-04T18:45:09.3676079Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:45:09.3980353Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 30ms +2026-08-04T18:45:09.4120563Z [TIMING] exec "adb shell pidof com.testcodepush" took 14ms +2026-08-04T18:45:09.4121891Z [TIMING] android endRunningApplication: force-stop took 45ms, teardown wait took 15ms +2026-08-04T18:45:09.5966102Z [TIMING] exec "adb shell pm list packages" took 184ms +2026-08-04T18:45:09.5966766Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:45:09.7732169Z Success +2026-08-04T18:45:09.7798808Z [TIMING] exec "adb shell pm clear com.testcodepush" took 183ms +2026-08-04T18:45:09.7799380Z [TIMING] android prepareEmulatorForTest total took 412ms +2026-08-04T18:45:09.7801896Z Setting up scenario scenarioSyncSuspendDelay.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:45:09.7807481Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:09.7812575Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:09.7815935Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspendDelay.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:09.7818937Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:09.7835651Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:45:09.8930105Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:09.9385609Z bash arg: -p +2026-08-04T18:45:09.9385939Z bash arg: com.testcodepush +2026-08-04T18:45:09.9386563Z bash arg: -c +2026-08-04T18:45:09.9386877Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:09.9387253Z bash arg: 1 +2026-08-04T18:45:10.0542845Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:10.0548934Z arg: "-p" +2026-08-04T18:45:10.0552216Z arg: "com.testcodepush" +2026-08-04T18:45:10.0555497Z arg: "-c" +2026-08-04T18:45:10.0558019Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:10.0560555Z arg: "1" +2026-08-04T18:45:10.0563226Z data="com.testcodepush" +2026-08-04T18:45:10.0568875Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:10.0780853Z Events injected: 1 +2026-08-04T18:45:10.1236071Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:45:10.1290701Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 236ms +2026-08-04T18:45:10.4995802Z +2026-08-04T18:45:10.4996513Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:45:10.4997038Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:45:10.4997482Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:45:10.4997921Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:45:10.4998376Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:45:10.4998807Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:45:10.4999226Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:45:10.4999653Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:45:10.5000071Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:45:10.5000488Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:45:10.5000894Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:45:10.5001288Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:45:10.5001678Z +2026-08-04T18:45:10.5001682Z +2026-08-04T18:45:10.5003141Z Welcome to Metro v0.84.4 +2026-08-04T18:45:10.5003581Z Fast - Scalable - Integrated +2026-08-04T18:45:10.5003867Z +2026-08-04T18:45:10.5003871Z +2026-08-04T18:45:10.6411946Z Update check called from the app. +2026-08-04T18:45:10.6413488Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c3298ef9-20c8-4ea4-b683-10eaf3593ae1"} +2026-08-04T18:45:10.6416141Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8097","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:10.6722394Z Update check called from the app. +2026-08-04T18:45:10.6723592Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"c3298ef9-20c8-4ea4-b683-10eaf3593ae1"} +2026-08-04T18:45:10.6726577Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8097","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:10.7023250Z Application downloading the package. +2026-08-04T18:45:10.7813978Z Application reported a test message. +2026-08-04T18:45:10.7814804Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:45:10.7815395Z Sending OK +2026-08-04T18:45:17.3553112Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:45:17.3587108Z LOG:Done writing bundle output +2026-08-04T18:45:17.4919223Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7708ms +2026-08-04T18:45:17.4920235Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:45:17.5044977Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7722ms +2026-08-04T18:45:17.5045599Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:45:17.5046221Z Running command: ./gradlew assembleRelease +2026-08-04T18:45:28.4564699Z [TIMING] exec "./gradlew assembleRelease" took 10952ms +2026-08-04T18:45:28.4565237Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10952ms +2026-08-04T18:45:28.6211145Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:45:28.6211862Z Running command: adb uninstall com.testcodepush +2026-08-04T18:45:28.8347849Z Success +2026-08-04T18:45:28.8357512Z [TIMING] exec "adb uninstall com.testcodepush" took 215ms +2026-08-04T18:45:28.8358191Z [TIMING] android uninstallApplication took 379ms +2026-08-04T18:45:28.8359093Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:45:34.9937361Z Performing Streamed Install +2026-08-04T18:45:34.9938032Z Success +2026-08-04T18:45:34.9942913Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6158ms +2026-08-04T18:45:34.9944333Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:35.0466842Z bash arg: -p +2026-08-04T18:45:35.0467475Z bash arg: com.testcodepush +2026-08-04T18:45:35.0468060Z bash arg: -c +2026-08-04T18:45:35.0468449Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:35.0468927Z bash arg: 1 +2026-08-04T18:45:35.3281815Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:35.3283402Z arg: "-p" +2026-08-04T18:45:35.3289139Z arg: "com.testcodepush" +2026-08-04T18:45:35.3289455Z arg: "-c" +2026-08-04T18:45:35.3292814Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:35.3293246Z arg: "1" +2026-08-04T18:45:35.3296640Z data="com.testcodepush" +2026-08-04T18:45:35.3297142Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:35.3629726Z Events injected: 1 +2026-08-04T18:45:35.4039884Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:45:35.4504014Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 456ms +2026-08-04T18:45:35.4504760Z [TIMING] android installApp+launch took 6615ms +2026-08-04T18:45:35.4505560Z [TIMING] android runApplication total (built=true) took 17946ms +2026-08-04T18:45:35.8539040Z Update check called from the app. +2026-08-04T18:45:35.8540208Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"6a85de5d-c1bf-4646-afcd-41e6fd5f0988"} +2026-08-04T18:45:35.8542930Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8097","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:35.8832034Z Update check called from the app. +2026-08-04T18:45:35.8833433Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"6a85de5d-c1bf-4646-afcd-41e6fd5f0988"} +2026-08-04T18:45:35.8836407Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8097","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:35.9162732Z Application downloading the package. +2026-08-04T18:45:35.9889982Z Application reported a test message. +2026-08-04T18:45:35.9890603Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:45:35.9891115Z Sending OK +2026-08-04T18:45:35.9891473Z Message index: 0 +2026-08-04T18:45:35.9895027Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:36.0367941Z bash arg: -p +2026-08-04T18:45:36.0368424Z bash arg: com.android.settings +2026-08-04T18:45:36.0368895Z bash arg: -c +2026-08-04T18:45:36.0369823Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:36.0370378Z bash arg: 1 +2026-08-04T18:45:36.1591418Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:36.1594926Z arg: "-p" +2026-08-04T18:45:36.1595418Z arg: "com.android.settings" +2026-08-04T18:45:36.1595788Z arg: "-c" +2026-08-04T18:45:36.1596117Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:36.1596529Z arg: "1" +2026-08-04T18:45:36.1596826Z data="com.android.settings" +2026-08-04T18:45:36.1597214Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:36.1872091Z Events injected: 1 +2026-08-04T18:45:36.2489875Z ## Network stats: elapsed time=62ms (0ms mobile, 0ms wifi, 62ms not connected) +2026-08-04T18:45:36.2579347Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 268ms +2026-08-04T18:45:36.2580095Z Waiting for 3000ms before resuming the test application. +2026-08-04T18:45:39.2604565Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:39.3066661Z bash arg: -p +2026-08-04T18:45:39.3067004Z bash arg: com.testcodepush +2026-08-04T18:45:39.3067353Z bash arg: -c +2026-08-04T18:45:39.3067658Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:39.3068052Z bash arg: 1 +2026-08-04T18:45:39.4181848Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:39.4184448Z arg: "-p" +2026-08-04T18:45:39.4184939Z arg: "com.testcodepush" +2026-08-04T18:45:39.4185307Z arg: "-c" +2026-08-04T18:45:39.4185856Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:39.4188933Z arg: "1" +2026-08-04T18:45:39.4189415Z data="com.testcodepush" +2026-08-04T18:45:39.4191224Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:39.4432287Z Events injected: 1 +2026-08-04T18:45:39.4800132Z ## Network stats: elapsed time=42ms (0ms mobile, 0ms wifi, 42ms not connected) +2026-08-04T18:45:39.4999453Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 239ms +2026-08-04T18:45:39.5000342Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:39.5595378Z bash arg: -p +2026-08-04T18:45:39.5595782Z bash arg: com.android.settings +2026-08-04T18:45:39.5596208Z bash arg: -c +2026-08-04T18:45:39.5596599Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:39.5597068Z bash arg: 1 +2026-08-04T18:45:39.6970483Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:39.6972634Z arg: "-p" +2026-08-04T18:45:39.6972920Z arg: "com.android.settings" +2026-08-04T18:45:39.6973238Z arg: "-c" +2026-08-04T18:45:39.6973524Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:39.6973879Z arg: "1" +2026-08-04T18:45:39.6974150Z data="com.android.settings" +2026-08-04T18:45:39.6977700Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:39.7294516Z Events injected: 1 +2026-08-04T18:45:39.7772450Z ## Network stats: elapsed time=58ms (0ms mobile, 0ms wifi, 58ms not connected) +2026-08-04T18:45:39.7916886Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 292ms +2026-08-04T18:45:39.7917811Z Waiting for 6000ms before resuming the test application. +2026-08-04T18:45:45.0230198Z Application reported a test message. +2026-08-04T18:45:45.0230738Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:45:45.0231189Z Sending OK +2026-08-04T18:45:45.0231486Z Message index: 0 +2026-08-04T18:45:45.0347526Z Update check called from the app. +2026-08-04T18:45:45.0348751Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8097","label":"mock-update","client_unique_id":"6a85de5d-c1bf-4646-afcd-41e6fd5f0988"} +2026-08-04T18:45:45.0351303Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:45.0808821Z Update check called from the app. +2026-08-04T18:45:45.0810155Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8097","label":"mock-update","client_unique_id":"6a85de5d-c1bf-4646-afcd-41e6fd5f0988"} +2026-08-04T18:45:45.0812853Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:45.1137128Z Application reported a test message. +2026-08-04T18:45:45.1137611Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:45:45.1138029Z Sending OK +2026-08-04T18:45:45.1138307Z Message index: 1 +2026-08-04T18:45:45.1138767Z [TIMING] test "min background duration 5s for Suspend mode" took 35334ms +2026-08-04T18:45:45.1139779Z ✔ min background duration 5s for Suspend mode (35334ms) +2026-08-04T18:45:45.1140345Z Cleaning up! +2026-08-04T18:45:45.1141735Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:45:45.1384157Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 24ms +2026-08-04T18:45:45.1509398Z [TIMING] exec "adb shell pidof com.testcodepush" took 12ms +2026-08-04T18:45:45.1510227Z [TIMING] android endRunningApplication: force-stop took 37ms, teardown wait took 12ms +2026-08-04T18:45:45.3257770Z [TIMING] exec "adb shell pm list packages" took 175ms +2026-08-04T18:45:45.3258293Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:45:45.5008174Z Success +2026-08-04T18:45:45.5086623Z [TIMING] exec "adb shell pm clear com.testcodepush" took 183ms +2026-08-04T18:45:45.5087251Z [TIMING] android prepareEmulatorForTest total took 395ms +2026-08-04T18:45:45.5090225Z Setting up scenario scenarioSyncRestartDelay.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:45:45.5097639Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:45.5104284Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:45.5110058Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncRestartDelay.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:45.5116307Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:45:45.5137850Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:45:45.7920160Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:45:45.8395666Z bash arg: -p +2026-08-04T18:45:45.8396008Z bash arg: com.testcodepush +2026-08-04T18:45:45.8396315Z bash arg: -c +2026-08-04T18:45:45.8396599Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:45:45.8396958Z bash arg: 1 +2026-08-04T18:45:45.9529534Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:45:45.9533644Z arg: "-p" +2026-08-04T18:45:45.9533923Z arg: "com.testcodepush" +2026-08-04T18:45:45.9534203Z arg: "-c" +2026-08-04T18:45:45.9538041Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:45:45.9538415Z arg: "1" +2026-08-04T18:45:45.9541609Z data="com.testcodepush" +2026-08-04T18:45:45.9547398Z data="android.intent.category.LAUNCHER" +2026-08-04T18:45:45.9763640Z Events injected: 1 +2026-08-04T18:45:46.0030277Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:45:46.0109234Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 219ms +2026-08-04T18:45:46.2303985Z +2026-08-04T18:45:46.2304869Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:45:46.2305300Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:45:46.2305674Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:45:46.2306060Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:45:46.2306419Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:45:46.2306771Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:45:46.2307118Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:45:46.2307466Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:45:46.2307816Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:45:46.2308173Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:45:46.2308513Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:45:46.2308845Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:45:46.2309031Z +2026-08-04T18:45:46.2309035Z +2026-08-04T18:45:46.2312030Z Welcome to Metro v0.84.4 +2026-08-04T18:45:46.2312397Z Fast - Scalable - Integrated +2026-08-04T18:45:46.2312632Z +2026-08-04T18:45:46.2312635Z +2026-08-04T18:45:46.5051218Z Update check called from the app. +2026-08-04T18:45:46.5052452Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"cb60b5d6-3ea4-4466-a97e-2dc074be5c71"} +2026-08-04T18:45:46.5055193Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4250","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:46.5474766Z Update check called from the app. +2026-08-04T18:45:46.5475734Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"cb60b5d6-3ea4-4466-a97e-2dc074be5c71"} +2026-08-04T18:45:46.5477818Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4250","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:45:46.5678928Z Application downloading the package. +2026-08-04T18:45:46.6442450Z Application reported a test message. +2026-08-04T18:45:46.6443198Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:45:46.6443568Z Sending OK +2026-08-04T18:45:53.0563767Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:45:53.0597892Z LOG:Done writing bundle output +2026-08-04T18:45:53.1926297Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7679ms +2026-08-04T18:45:53.1927078Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:45:53.2054195Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7693ms +2026-08-04T18:45:53.2055151Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:45:53.2055651Z Running command: ./gradlew assembleRelease +2026-08-04T18:46:04.0853821Z [TIMING] exec "./gradlew assembleRelease" took 10880ms +2026-08-04T18:46:04.0854550Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10880ms +2026-08-04T18:46:04.2492986Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:46:04.2493429Z Running command: adb uninstall com.testcodepush +2026-08-04T18:46:04.4497643Z Success +2026-08-04T18:46:04.4509341Z [TIMING] exec "adb uninstall com.testcodepush" took 201ms +2026-08-04T18:46:04.4509867Z [TIMING] android uninstallApplication took 365ms +2026-08-04T18:46:04.4510762Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:46:10.4369324Z Performing Streamed Install +2026-08-04T18:46:10.4369681Z Success +2026-08-04T18:46:10.4372914Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5987ms +2026-08-04T18:46:10.4374338Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:46:10.5347447Z bash arg: -p +2026-08-04T18:46:10.5347901Z bash arg: com.testcodepush +2026-08-04T18:46:10.5348274Z bash arg: -c +2026-08-04T18:46:10.5348764Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:46:10.5349310Z bash arg: 1 +2026-08-04T18:46:10.7874087Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:46:10.7874560Z arg: "-p" +2026-08-04T18:46:10.7881645Z arg: "com.testcodepush" +2026-08-04T18:46:10.7881937Z arg: "-c" +2026-08-04T18:46:10.7882201Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:46:10.7882730Z arg: "1" +2026-08-04T18:46:10.7882944Z data="com.testcodepush" +2026-08-04T18:46:10.7883221Z data="android.intent.category.LAUNCHER" +2026-08-04T18:46:10.8115289Z Events injected: 1 +2026-08-04T18:46:10.8529552Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:46:10.8630701Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 425ms +2026-08-04T18:46:10.8632080Z [TIMING] android installApp+launch took 6412ms +2026-08-04T18:46:10.8632545Z [TIMING] android runApplication total (built=true) took 17657ms +2026-08-04T18:46:11.3532393Z Update check called from the app. +2026-08-04T18:46:11.3533208Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9a3e2e0d-b2ad-4fab-959b-26b0c6389cce"} +2026-08-04T18:46:11.3535160Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4250","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:46:11.3834897Z Update check called from the app. +2026-08-04T18:46:11.3835905Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9a3e2e0d-b2ad-4fab-959b-26b0c6389cce"} +2026-08-04T18:46:11.3838351Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4250","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:46:11.4197671Z Application downloading the package. +2026-08-04T18:46:11.4940991Z Application reported a test message. +2026-08-04T18:46:11.4941487Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:46:11.4942384Z Sending OK +2026-08-04T18:46:11.4942703Z Message index: 0 +2026-08-04T18:46:11.4944517Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:46:11.5453362Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 50ms +2026-08-04T18:46:11.5642198Z [TIMING] exec "adb shell pidof com.testcodepush" took 18ms +2026-08-04T18:46:11.5642762Z [TIMING] android endRunningApplication: force-stop took 70ms, teardown wait took 19ms +2026-08-04T18:46:12.5649936Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:46:12.6116286Z bash arg: -p +2026-08-04T18:46:12.6116700Z bash arg: com.testcodepush +2026-08-04T18:46:12.6117094Z bash arg: -c +2026-08-04T18:46:12.6117442Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:46:12.6117897Z bash arg: 1 +2026-08-04T18:46:12.7236373Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:46:12.7236988Z arg: "-p" +2026-08-04T18:46:12.7237322Z arg: "com.testcodepush" +2026-08-04T18:46:12.7237666Z arg: "-c" +2026-08-04T18:46:12.7239925Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:46:12.7246050Z arg: "1" +2026-08-04T18:46:12.7246383Z data="com.testcodepush" +2026-08-04T18:46:12.7246783Z data="android.intent.category.LAUNCHER" +2026-08-04T18:46:12.7481181Z Events injected: 1 +2026-08-04T18:46:12.7590952Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:46:12.7665158Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 202ms +2026-08-04T18:46:12.7666005Z [TIMING] android restartApplication total took 1272ms +2026-08-04T18:46:13.3189936Z Update check called from the app. +2026-08-04T18:46:13.3191197Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4250","label":"mock-update","client_unique_id":"9a3e2e0d-b2ad-4fab-959b-26b0c6389cce"} +2026-08-04T18:46:13.3193780Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:46:13.3230403Z Application reported a test message. +2026-08-04T18:46:13.3230882Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:46:13.3231248Z Sending OK +2026-08-04T18:46:13.3231505Z Message index: 0 +2026-08-04T18:46:13.3574144Z Update check called from the app. +2026-08-04T18:46:13.3575828Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4250","label":"mock-update","client_unique_id":"9a3e2e0d-b2ad-4fab-959b-26b0c6389cce"} +2026-08-04T18:46:13.3578091Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:46:13.3735025Z Application reported a test message. +2026-08-04T18:46:13.3735525Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:46:13.3735938Z Sending OK +2026-08-04T18:46:13.3736214Z Message index: 1 +2026-08-04T18:46:13.3736788Z [TIMING] test "has no effect on restart" took 27865ms +2026-08-04T18:46:13.3738146Z ✔ has no effect on restart (27865ms) +2026-08-04T18:46:13.3738567Z Cleaning up! +2026-08-04T18:46:13.3739296Z #window.codePush.sync mandatory install mode tests +2026-08-04T18:46:13.3740301Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:46:13.4131950Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 39ms +2026-08-04T18:46:13.4488503Z [TIMING] exec "adb shell pidof com.testcodepush" took 36ms +2026-08-04T18:46:13.4489165Z [TIMING] android endRunningApplication: force-stop took 75ms, teardown wait took 36ms +2026-08-04T18:46:13.6666797Z [TIMING] exec "adb shell pm list packages" took 218ms +2026-08-04T18:46:13.6667340Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:46:13.8445093Z Success +2026-08-04T18:46:13.8526301Z [TIMING] exec "adb shell pm clear com.testcodepush" took 186ms +2026-08-04T18:46:13.8527028Z [TIMING] android prepareEmulatorForTest total took 479ms +2026-08-04T18:46:13.8529306Z Setting up scenario scenarioSyncMandatoryDefault.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:46:13.8534483Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:13.8538200Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:13.8540985Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryDefault.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:13.8543932Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:13.8546345Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:46:13.8549768Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:46:13.8553264Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:46:13.8560304Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:46:13.8563364Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:46:13.8571369Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:46:14.5670908Z +2026-08-04T18:46:14.5671903Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:46:14.5672417Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:46:14.5672883Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:46:14.5673336Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:46:14.5673720Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:46:14.5674124Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:46:14.5674493Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:46:14.5674859Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:46:14.5675640Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:46:14.5676010Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:46:14.5676368Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:46:14.5676713Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:46:14.5676906Z +2026-08-04T18:46:14.5676911Z +2026-08-04T18:46:14.5678552Z Welcome to Metro v0.84.4 +2026-08-04T18:46:14.5679255Z Fast - Scalable - Integrated +2026-08-04T18:46:14.5679584Z +2026-08-04T18:46:14.5679590Z +2026-08-04T18:46:21.3403854Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:46:21.3480875Z LOG:Done writing bundle output +2026-08-04T18:46:21.4769954Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7620ms +2026-08-04T18:46:21.4770814Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:46:21.4893246Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7633ms +2026-08-04T18:46:21.4893867Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:46:21.4894290Z Running command: ./gradlew assembleRelease +2026-08-04T18:46:32.2085888Z [TIMING] exec "./gradlew assembleRelease" took 10719ms +2026-08-04T18:46:32.2086616Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10719ms +2026-08-04T18:46:32.3692765Z [TIMING] exec "adb shell pm list packages" took 160ms +2026-08-04T18:46:32.3693542Z Running command: adb uninstall com.testcodepush +2026-08-04T18:46:32.4941964Z Success +2026-08-04T18:46:32.4954729Z [TIMING] exec "adb uninstall com.testcodepush" took 127ms +2026-08-04T18:46:32.4955600Z [TIMING] android uninstallApplication took 287ms +2026-08-04T18:46:32.4956960Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:46:37.6446713Z Performing Streamed Install +2026-08-04T18:46:37.6447302Z Success +2026-08-04T18:46:37.6451286Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5149ms +2026-08-04T18:46:37.6452502Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:46:37.7008261Z bash arg: -p +2026-08-04T18:46:37.7008750Z bash arg: com.testcodepush +2026-08-04T18:46:37.7024028Z bash arg: -c +2026-08-04T18:46:37.7024619Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:46:37.7025199Z bash arg: 1 +2026-08-04T18:46:38.0003266Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:46:38.0004169Z arg: "-p" +2026-08-04T18:46:38.0007965Z arg: "com.testcodepush" +2026-08-04T18:46:38.0008463Z arg: "-c" +2026-08-04T18:46:38.0012013Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:46:38.0012920Z arg: "1" +2026-08-04T18:46:38.0016513Z data="com.testcodepush" +2026-08-04T18:46:38.0020797Z data="android.intent.category.LAUNCHER" +2026-08-04T18:46:38.0283351Z Events injected: 1 +2026-08-04T18:46:38.0432712Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:46:38.0680337Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 422ms +2026-08-04T18:46:38.0681063Z [TIMING] android installApp+launch took 5572ms +2026-08-04T18:46:38.0682105Z [TIMING] android runApplication total (built=true) took 16578ms +2026-08-04T18:46:38.5190248Z Update check called from the app. +2026-08-04T18:46:38.5191787Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"77f9d9ae-e8eb-4da0-a975-f9cec6feafd0"} +2026-08-04T18:46:38.5194790Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-6333","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:46:38.5510772Z Update check called from the app. +2026-08-04T18:46:38.5512261Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"77f9d9ae-e8eb-4da0-a975-f9cec6feafd0"} +2026-08-04T18:46:38.5515159Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-6333","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:46:38.5806423Z Application downloading the package. +2026-08-04T18:46:38.9682555Z Application reported a test message. +2026-08-04T18:46:38.9682945Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:46:38.9683312Z Sending OK +2026-08-04T18:46:38.9683536Z Message index: 0 +2026-08-04T18:46:38.9685349Z [TIMING] test "defaults to IMMEDIATE" took 25116ms +2026-08-04T18:46:38.9686108Z ✔ defaults to IMMEDIATE (25116ms) +2026-08-04T18:46:38.9686529Z Cleaning up! +2026-08-04T18:46:38.9688730Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:46:39.0182489Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 49ms +2026-08-04T18:46:39.0445367Z [TIMING] exec "adb shell pidof com.testcodepush" took 26ms +2026-08-04T18:46:39.0446407Z [TIMING] android endRunningApplication: force-stop took 76ms, teardown wait took 27ms +2026-08-04T18:46:39.2557608Z [TIMING] exec "adb shell pm list packages" took 211ms +2026-08-04T18:46:39.2558057Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:46:39.4284061Z Success +2026-08-04T18:46:39.4337075Z [TIMING] exec "adb shell pm clear com.testcodepush" took 178ms +2026-08-04T18:46:39.4338509Z [TIMING] android prepareEmulatorForTest total took 465ms +2026-08-04T18:46:39.4340289Z Setting up scenario scenarioSyncMandatoryResume.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:46:39.4346742Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:39.4350366Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:39.4354217Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryResume.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:39.4356716Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:46:39.4367385Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:46:40.1461907Z +2026-08-04T18:46:40.1462586Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:46:40.1463066Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:46:40.1463493Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:46:40.1463889Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:46:40.1464279Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:46:40.1464661Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:46:40.1465027Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:46:40.1465397Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:46:40.1465759Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:46:40.1466118Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:46:40.1466473Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:46:40.1466817Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:46:40.1467012Z +2026-08-04T18:46:40.1467018Z +2026-08-04T18:46:40.1469579Z Welcome to Metro v0.84.4 +2026-08-04T18:46:40.1470008Z Fast - Scalable - Integrated +2026-08-04T18:46:40.1470253Z +2026-08-04T18:46:40.1470258Z +2026-08-04T18:46:46.9549013Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:46:46.9630497Z LOG:Done writing bundle output +2026-08-04T18:46:47.0942028Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7657ms +2026-08-04T18:46:47.0942965Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:46:47.1062818Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7671ms +2026-08-04T18:46:47.1063870Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:46:47.1064635Z Running command: ./gradlew assembleRelease +2026-08-04T18:46:57.8827537Z [TIMING] exec "./gradlew assembleRelease" took 10776ms +2026-08-04T18:46:57.8828419Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10776ms +2026-08-04T18:46:58.0467880Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:46:58.0468471Z Running command: adb uninstall com.testcodepush +2026-08-04T18:46:58.1471801Z Success +2026-08-04T18:46:58.1483132Z [TIMING] exec "adb uninstall com.testcodepush" took 102ms +2026-08-04T18:46:58.1483611Z [TIMING] android uninstallApplication took 266ms +2026-08-04T18:46:58.1484411Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:47:03.5486544Z Performing Streamed Install +2026-08-04T18:47:03.5486962Z Success +2026-08-04T18:47:03.5492279Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5400ms +2026-08-04T18:47:03.5493666Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:47:03.6096575Z bash arg: -p +2026-08-04T18:47:03.6096984Z bash arg: com.testcodepush +2026-08-04T18:47:03.6097424Z bash arg: -c +2026-08-04T18:47:03.6097816Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:47:03.6098289Z bash arg: 1 +2026-08-04T18:47:03.9688046Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:47:03.9688801Z arg: "-p" +2026-08-04T18:47:03.9689086Z arg: "com.testcodepush" +2026-08-04T18:47:03.9689405Z arg: "-c" +2026-08-04T18:47:03.9689701Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:47:03.9690081Z arg: "1" +2026-08-04T18:47:03.9692445Z data="com.testcodepush" +2026-08-04T18:47:03.9693106Z data="android.intent.category.LAUNCHER" +2026-08-04T18:47:03.9953840Z Events injected: 1 +2026-08-04T18:47:04.0064026Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T18:47:04.0150116Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 465ms +2026-08-04T18:47:04.0150992Z [TIMING] android installApp+launch took 5866ms +2026-08-04T18:47:04.0151893Z [TIMING] android runApplication total (built=true) took 16908ms +2026-08-04T18:47:04.4986974Z Update check called from the app. +2026-08-04T18:47:04.4987932Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"41fa110c-190d-4850-85a9-60efe04d7710"} +2026-08-04T18:47:04.4990697Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-2472","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:47:04.5223931Z Update check called from the app. +2026-08-04T18:47:04.5224704Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"41fa110c-190d-4850-85a9-60efe04d7710"} +2026-08-04T18:47:04.5226663Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-2472","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:47:04.5542168Z Application downloading the package. +2026-08-04T18:47:04.6445459Z Application reported a test message. +2026-08-04T18:47:04.6445966Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:47:04.6446420Z Sending OK +2026-08-04T18:47:04.6446698Z Message index: 0 +2026-08-04T18:47:04.6448794Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:47:04.6926872Z bash arg: -p +2026-08-04T18:47:04.6927274Z bash arg: com.android.settings +2026-08-04T18:47:04.6927662Z bash arg: -c +2026-08-04T18:47:04.6928026Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:47:04.6928459Z bash arg: 1 +2026-08-04T18:47:04.8149116Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:47:04.8149689Z arg: "-p" +2026-08-04T18:47:04.8150364Z arg: "com.android.settings" +2026-08-04T18:47:04.8150689Z arg: "-c" +2026-08-04T18:47:04.8152086Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:47:04.8152472Z arg: "1" +2026-08-04T18:47:04.8152727Z data="com.android.settings" +2026-08-04T18:47:04.8153067Z data="android.intent.category.LAUNCHER" +2026-08-04T18:47:04.8466540Z Events injected: 1 +2026-08-04T18:47:04.8941455Z ## Network stats: elapsed time=56ms (0ms mobile, 0ms wifi, 56ms not connected) +2026-08-04T18:47:04.9137875Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 269ms +2026-08-04T18:47:04.9138622Z Waiting for 5000ms before resuming the test application. +2026-08-04T18:47:09.9164504Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:47:09.9626589Z bash arg: -p +2026-08-04T18:47:09.9626998Z bash arg: com.testcodepush +2026-08-04T18:47:09.9627401Z bash arg: -c +2026-08-04T18:47:09.9627859Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:47:09.9628328Z bash arg: 1 +2026-08-04T18:47:10.0734072Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:47:10.0737376Z arg: "-p" +2026-08-04T18:47:10.0737643Z arg: "com.testcodepush" +2026-08-04T18:47:10.0741237Z arg: "-c" +2026-08-04T18:47:10.0741541Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:47:10.0746112Z arg: "1" +2026-08-04T18:47:10.0749564Z data="com.testcodepush" +2026-08-04T18:47:10.0752944Z data="android.intent.category.LAUNCHER" +2026-08-04T18:47:10.0990748Z Events injected: 1 +2026-08-04T18:47:10.1305081Z ## Network stats: elapsed time=39ms (0ms mobile, 0ms wifi, 39ms not connected) +2026-08-04T18:47:10.1514002Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 235ms +2026-08-04T18:47:10.4780186Z Application reported a test message. +2026-08-04T18:47:10.4780719Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:47:10.4781155Z Sending OK +2026-08-04T18:47:10.4781786Z Message index: 0 +2026-08-04T18:47:10.4784283Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Resume" took 31045ms +2026-08-04T18:47:10.4786068Z ✔ works correctly when update is mandatory and mandatory install mode is Resume (31045ms) +2026-08-04T18:47:10.4786752Z Cleaning up! +2026-08-04T18:47:10.4787150Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:47:10.5150337Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 36ms +2026-08-04T18:47:10.5401157Z [TIMING] exec "adb shell pidof com.testcodepush" took 25ms +2026-08-04T18:47:10.5402474Z [TIMING] android endRunningApplication: force-stop took 61ms, teardown wait took 25ms +2026-08-04T18:47:10.7568678Z [TIMING] exec "adb shell pm list packages" took 216ms +2026-08-04T18:47:10.7569219Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:47:10.9321130Z Success +2026-08-04T18:47:10.9365807Z [TIMING] exec "adb shell pm clear com.testcodepush" took 180ms +2026-08-04T18:47:10.9366467Z [TIMING] android prepareEmulatorForTest total took 458ms +2026-08-04T18:47:10.9369457Z Setting up scenario scenarioSyncMandatorySuspend.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:47:10.9377247Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:10.9384318Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:10.9390883Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatorySuspend.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:10.9396868Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:10.9410930Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:47:11.6490900Z +2026-08-04T18:47:11.6492035Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:47:11.6492514Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:47:11.6492883Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:47:11.6493247Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:47:11.6493668Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:47:11.6494086Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:47:11.6494465Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:47:11.6494849Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:47:11.6495227Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:47:11.6495612Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:47:11.6495982Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:47:11.6496338Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:47:11.6496540Z +2026-08-04T18:47:11.6496546Z +2026-08-04T18:47:11.6499396Z Welcome to Metro v0.84.4 +2026-08-04T18:47:11.6500027Z Fast - Scalable - Integrated +2026-08-04T18:47:11.6500428Z +2026-08-04T18:47:11.6500435Z +2026-08-04T18:47:18.4085004Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:47:18.4201770Z LOG:Done writing bundle output +2026-08-04T18:47:18.5534932Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7613ms +2026-08-04T18:47:18.5535847Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:47:18.5654572Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7625ms +2026-08-04T18:47:18.5655331Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:47:18.5655843Z Running command: ./gradlew assembleRelease +2026-08-04T18:47:29.2746969Z [TIMING] exec "./gradlew assembleRelease" took 10709ms +2026-08-04T18:47:29.2747595Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10709ms +2026-08-04T18:47:29.4368171Z [TIMING] exec "adb shell pm list packages" took 162ms +2026-08-04T18:47:29.4369086Z Running command: adb uninstall com.testcodepush +2026-08-04T18:47:29.5332249Z Success +2026-08-04T18:47:29.5342466Z [TIMING] exec "adb uninstall com.testcodepush" took 98ms +2026-08-04T18:47:29.5343218Z [TIMING] android uninstallApplication took 260ms +2026-08-04T18:47:29.5344423Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:47:35.1656820Z Performing Streamed Install +2026-08-04T18:47:35.1657157Z Success +2026-08-04T18:47:35.1661300Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 5631ms +2026-08-04T18:47:35.1671213Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:47:35.2156708Z bash arg: -p +2026-08-04T18:47:35.2157088Z bash arg: com.testcodepush +2026-08-04T18:47:35.2157426Z bash arg: -c +2026-08-04T18:47:35.2157748Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:47:35.2158154Z bash arg: 1 +2026-08-04T18:47:35.5068479Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:47:35.5069266Z arg: "-p" +2026-08-04T18:47:35.5071823Z arg: "com.testcodepush" +2026-08-04T18:47:35.5072464Z arg: "-c" +2026-08-04T18:47:35.5073044Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:47:35.5079026Z arg: "1" +2026-08-04T18:47:35.5079344Z data="com.testcodepush" +2026-08-04T18:47:35.5079853Z data="android.intent.category.LAUNCHER" +2026-08-04T18:47:35.5314642Z Events injected: 1 +2026-08-04T18:47:35.5523327Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:47:35.5665190Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 400ms +2026-08-04T18:47:35.5665881Z [TIMING] android installApp+launch took 6032ms +2026-08-04T18:47:35.5666685Z [TIMING] android runApplication total (built=true) took 17001ms +2026-08-04T18:47:36.0384768Z Update check called from the app. +2026-08-04T18:47:36.0385869Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7d645453-fa81-4d19-b2ed-31b910bc82d4"} +2026-08-04T18:47:36.0388542Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-4681","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:47:36.0688379Z Update check called from the app. +2026-08-04T18:47:36.0689390Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"7d645453-fa81-4d19-b2ed-31b910bc82d4"} +2026-08-04T18:47:36.0692032Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-4681","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:47:36.0867921Z Application downloading the package. +2026-08-04T18:47:36.1636765Z Application reported a test message. +2026-08-04T18:47:36.1637226Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:47:36.1637604Z Sending OK +2026-08-04T18:47:36.1637854Z Message index: 0 +2026-08-04T18:47:36.1639769Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:47:36.2126701Z bash arg: -p +2026-08-04T18:47:36.2127102Z bash arg: com.android.settings +2026-08-04T18:47:36.2127429Z bash arg: -c +2026-08-04T18:47:36.2127722Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:47:36.2128083Z bash arg: 1 +2026-08-04T18:47:36.3492631Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:47:36.3502489Z arg: "-p" +2026-08-04T18:47:36.3502761Z arg: "com.android.settings" +2026-08-04T18:47:36.3503077Z arg: "-c" +2026-08-04T18:47:36.3509207Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:47:36.3509910Z arg: "1" +2026-08-04T18:47:36.3513725Z data="com.android.settings" +2026-08-04T18:47:36.3519502Z data="android.intent.category.LAUNCHER" +2026-08-04T18:47:36.3809835Z Events injected: 1 +2026-08-04T18:47:36.4190809Z ## Network stats: elapsed time=48ms (0ms mobile, 0ms wifi, 48ms not connected) +2026-08-04T18:47:36.4449900Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 281ms +2026-08-04T18:47:36.4450651Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:47:36.7634912Z Application reported a test message. +2026-08-04T18:47:36.7635416Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:47:36.7635834Z Sending OK +2026-08-04T18:47:36.7636098Z Message index: 0 +2026-08-04T18:47:36.7636907Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Suspend" took 25827ms +2026-08-04T18:47:36.7638318Z ✔ works correctly when update is mandatory and mandatory install mode is Suspend (25827ms) +2026-08-04T18:47:36.7638983Z Cleaning up! +2026-08-04T18:47:36.7639355Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:47:36.7907598Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 27ms +2026-08-04T18:47:36.8025032Z [TIMING] exec "adb shell pidof com.testcodepush" took 12ms +2026-08-04T18:47:36.8025717Z [TIMING] android endRunningApplication: force-stop took 39ms, teardown wait took 12ms +2026-08-04T18:47:36.9680367Z [TIMING] exec "adb shell pm list packages" took 165ms +2026-08-04T18:47:36.9680868Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:47:37.1477441Z Success +2026-08-04T18:47:37.1518983Z [TIMING] exec "adb shell pm clear com.testcodepush" took 184ms +2026-08-04T18:47:37.1519517Z [TIMING] android prepareEmulatorForTest total took 388ms +2026-08-04T18:47:37.1521104Z Setting up scenario scenarioSyncMandatoryRestart.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:47:37.1526880Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:37.1530834Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:37.1539036Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryRestart.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:37.1541975Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:47:37.1550947Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:47:37.4456668Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:47:37.4926200Z bash arg: -p +2026-08-04T18:47:37.4926539Z bash arg: com.testcodepush +2026-08-04T18:47:37.4926853Z bash arg: -c +2026-08-04T18:47:37.4927155Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:47:37.4927503Z bash arg: 1 +2026-08-04T18:47:37.6078814Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:47:37.6089275Z arg: "-p" +2026-08-04T18:47:37.6089532Z arg: "com.testcodepush" +2026-08-04T18:47:37.6092476Z arg: "-c" +2026-08-04T18:47:37.6098992Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:47:37.6102328Z arg: "1" +2026-08-04T18:47:37.6108636Z data="com.testcodepush" +2026-08-04T18:47:37.6111759Z data="android.intent.category.LAUNCHER" +2026-08-04T18:47:37.6336426Z Events injected: 1 +2026-08-04T18:47:37.6909500Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T18:47:37.6992476Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 254ms +2026-08-04T18:47:37.8833356Z +2026-08-04T18:47:37.8834283Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:47:37.8834693Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:47:37.8835039Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:47:37.8835376Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:47:37.8835709Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:47:37.8836045Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:47:37.8836455Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:47:37.8836857Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:47:37.8837256Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:47:37.8837620Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:47:37.8837973Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:47:37.8838318Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:47:37.8838512Z +2026-08-04T18:47:37.8838516Z +2026-08-04T18:47:37.8842170Z Welcome to Metro v0.84.4 +2026-08-04T18:47:37.8842569Z Fast - Scalable - Integrated +2026-08-04T18:47:37.8842818Z +2026-08-04T18:47:37.8842842Z +2026-08-04T18:47:38.0937010Z Update check called from the app. +2026-08-04T18:47:38.0937892Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"8b52afcd-5881-4b46-bb44-29a4fae7d813"} +2026-08-04T18:47:38.0940130Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1216","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:47:38.1207840Z Update check called from the app. +2026-08-04T18:47:38.1208820Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"8b52afcd-5881-4b46-bb44-29a4fae7d813"} +2026-08-04T18:47:38.1212161Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1216","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:47:38.1614425Z Application downloading the package. +2026-08-04T18:47:38.5482798Z Application reported a test message. +2026-08-04T18:47:38.5483186Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:47:38.5483497Z Sending OK +2026-08-04T18:47:44.7023687Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:47:44.7055915Z LOG:Done writing bundle output +2026-08-04T18:47:44.8375919Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7683ms +2026-08-04T18:47:44.8377044Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:47:44.8503721Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7696ms +2026-08-04T18:47:44.8504879Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:47:44.8505436Z Running command: ./gradlew assembleRelease +2026-08-04T18:47:55.9017732Z [TIMING] exec "./gradlew assembleRelease" took 11051ms +2026-08-04T18:47:55.9018438Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 11051ms +2026-08-04T18:47:56.0646000Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:47:56.0646649Z Running command: adb uninstall com.testcodepush +2026-08-04T18:47:56.2660428Z Success +2026-08-04T18:47:56.2672680Z [TIMING] exec "adb uninstall com.testcodepush" took 203ms +2026-08-04T18:47:56.2673321Z [TIMING] android uninstallApplication took 366ms +2026-08-04T18:47:56.2674434Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:48:00.9686731Z Performing Streamed Install +2026-08-04T18:48:00.9687101Z Success +2026-08-04T18:48:00.9691045Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4701ms +2026-08-04T18:48:00.9692396Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:48:01.0195693Z bash arg: -p +2026-08-04T18:48:01.0195972Z bash arg: com.testcodepush +2026-08-04T18:48:01.0196249Z bash arg: -c +2026-08-04T18:48:01.0196510Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:48:01.0196838Z bash arg: 1 +2026-08-04T18:48:01.2975683Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:48:01.2981401Z arg: "-p" +2026-08-04T18:48:01.2981652Z arg: "com.testcodepush" +2026-08-04T18:48:01.2983947Z arg: "-c" +2026-08-04T18:48:01.2987267Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:48:01.2992865Z arg: "1" +2026-08-04T18:48:01.2995568Z data="com.testcodepush" +2026-08-04T18:48:01.3002958Z data="android.intent.category.LAUNCHER" +2026-08-04T18:48:01.3262102Z Events injected: 1 +2026-08-04T18:48:01.3412115Z ## Network stats: elapsed time=11ms (0ms mobile, 0ms wifi, 11ms not connected) +2026-08-04T18:48:01.3542650Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 384ms +2026-08-04T18:48:01.3543353Z [TIMING] android installApp+launch took 5087ms +2026-08-04T18:48:01.3543834Z [TIMING] android runApplication total (built=true) took 16504ms +2026-08-04T18:48:01.8677478Z Update check called from the app. +2026-08-04T18:48:01.8678319Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"fa2efa22-c424-4700-9e94-129934e3107e"} +2026-08-04T18:48:01.8680636Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1216","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:48:01.8956672Z Update check called from the app. +2026-08-04T18:48:01.8957547Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"fa2efa22-c424-4700-9e94-129934e3107e"} +2026-08-04T18:48:01.8959507Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1216","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:48:01.9223655Z Application downloading the package. +2026-08-04T18:48:02.2966059Z Application reported a test message. +2026-08-04T18:48:02.2966566Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:48:02.2966973Z Sending OK +2026-08-04T18:48:02.2967236Z Message index: 0 +2026-08-04T18:48:02.2967744Z [TIMING] test "has no effect on updates that are not mandatory" took 25145ms +2026-08-04T18:48:02.2968690Z ✔ has no effect on updates that are not mandatory (25145ms) +2026-08-04T18:48:02.2969194Z Cleaning up! +2026-08-04T18:48:02.2975841Z #codePush.disallowRestart +2026-08-04T18:48:02.2976275Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:48:02.3344877Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 37ms +2026-08-04T18:48:02.3605769Z [TIMING] exec "adb shell pidof com.testcodepush" took 26ms +2026-08-04T18:48:02.3606486Z [TIMING] android endRunningApplication: force-stop took 63ms, teardown wait took 26ms +2026-08-04T18:48:02.5861354Z [TIMING] exec "adb shell pm list packages" took 225ms +2026-08-04T18:48:02.5861994Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:48:02.7669248Z Success +2026-08-04T18:48:02.7707917Z [TIMING] exec "adb shell pm clear com.testcodepush" took 185ms +2026-08-04T18:48:02.7708487Z [TIMING] android prepareEmulatorForTest total took 473ms +2026-08-04T18:48:02.7710889Z Setting up scenario scenarioDisallowRestartImmediate.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:48:02.7716815Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:02.7720813Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:02.7727705Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartImmediate.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:02.7730319Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:02.7732449Z Setting up scenario updateNotifyApplicationReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:48:02.7736263Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:02.7739034Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:02.7742103Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:02.7744765Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:02.7756423Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:48:03.4736898Z +2026-08-04T18:48:03.4737655Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:48:03.4738164Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:48:03.4738583Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:48:03.4739382Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:48:03.4739795Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:48:03.4740184Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:48:03.4740586Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:48:03.4740974Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:48:03.4741356Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:48:03.4741998Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:48:03.4742373Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:48:03.4742732Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:48:03.4742936Z +2026-08-04T18:48:03.4742942Z +2026-08-04T18:48:03.4744553Z Welcome to Metro v0.84.4 +2026-08-04T18:48:03.4744958Z Fast - Scalable - Integrated +2026-08-04T18:48:03.4745205Z +2026-08-04T18:48:03.4745210Z +2026-08-04T18:48:10.2266433Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:48:10.2340031Z LOG:Done writing bundle output +2026-08-04T18:48:10.3708307Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7595ms +2026-08-04T18:48:10.3710259Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:48:10.3826366Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7608ms +2026-08-04T18:48:10.3827113Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:48:10.3827634Z Running command: ./gradlew assembleRelease +2026-08-04T18:48:21.0927261Z [TIMING] exec "./gradlew assembleRelease" took 10710ms +2026-08-04T18:48:21.0927794Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10710ms +2026-08-04T18:48:21.2561514Z [TIMING] exec "adb shell pm list packages" took 163ms +2026-08-04T18:48:21.2562263Z Running command: adb uninstall com.testcodepush +2026-08-04T18:48:21.3466471Z Success +2026-08-04T18:48:21.3477504Z [TIMING] exec "adb uninstall com.testcodepush" took 92ms +2026-08-04T18:48:21.3478308Z [TIMING] android uninstallApplication took 255ms +2026-08-04T18:48:21.3479590Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:48:26.0359048Z Performing Streamed Install +2026-08-04T18:48:26.0359598Z Success +2026-08-04T18:48:26.0364226Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4689ms +2026-08-04T18:48:26.0365252Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:48:26.0896388Z bash arg: -p +2026-08-04T18:48:26.0896906Z bash arg: com.testcodepush +2026-08-04T18:48:26.0897218Z bash arg: -c +2026-08-04T18:48:26.0897516Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:48:26.0897865Z bash arg: 1 +2026-08-04T18:48:26.3765405Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:48:26.3765978Z arg: "-p" +2026-08-04T18:48:26.3768419Z arg: "com.testcodepush" +2026-08-04T18:48:26.3768737Z arg: "-c" +2026-08-04T18:48:26.3773506Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:48:26.3773910Z arg: "1" +2026-08-04T18:48:26.3777968Z data="com.testcodepush" +2026-08-04T18:48:26.3778356Z data="android.intent.category.LAUNCHER" +2026-08-04T18:48:26.4107209Z Events injected: 1 +2026-08-04T18:48:26.4527993Z ## Network stats: elapsed time=13ms (0ms mobile, 0ms wifi, 13ms not connected) +2026-08-04T18:48:26.5044119Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 468ms +2026-08-04T18:48:26.5044767Z [TIMING] android installApp+launch took 5157ms +2026-08-04T18:48:26.5045197Z [TIMING] android runApplication total (built=true) took 16122ms +2026-08-04T18:48:26.9114032Z Update check called from the app. +2026-08-04T18:48:26.9115058Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"1b3a2d66-e399-4fa6-839a-c4da7a8195d8"} +2026-08-04T18:48:26.9117191Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8350","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:48:26.9430171Z Application reported a test message. +2026-08-04T18:48:26.9432480Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8350","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:48:26.9434327Z Sending OK +2026-08-04T18:48:26.9434587Z Message index: 0 +2026-08-04T18:48:26.9608270Z Application downloading the package. +2026-08-04T18:48:27.0488557Z Application reported a test message. +2026-08-04T18:48:27.0490848Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785869291089","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8350","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:48:27.0493191Z Sending OK +2026-08-04T18:48:27.0493441Z Message index: 1 +2026-08-04T18:48:27.0617218Z Application reported a test message. +2026-08-04T18:48:27.0617653Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:48:27.0618176Z Sending OK +2026-08-04T18:48:27.0618511Z Message index: 2 +2026-08-04T18:48:27.3653469Z Application reported a test message. +2026-08-04T18:48:27.3654089Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:48:27.3654508Z Sending OK +2026-08-04T18:48:27.3654790Z Message index: 3 +2026-08-04T18:48:27.3655507Z [TIMING] test "disallowRestart with IMMEDIATE install mode" took 24595ms +2026-08-04T18:48:27.3656482Z ✔ disallowRestart with IMMEDIATE install mode (24595ms) +2026-08-04T18:48:27.3656893Z Cleaning up! +2026-08-04T18:48:27.3662816Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:48:27.3981619Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 31ms +2026-08-04T18:48:27.4164516Z [TIMING] exec "adb shell pidof com.testcodepush" took 19ms +2026-08-04T18:48:27.4165123Z [TIMING] android endRunningApplication: force-stop took 50ms, teardown wait took 19ms +2026-08-04T18:48:27.6295313Z [TIMING] exec "adb shell pm list packages" took 213ms +2026-08-04T18:48:27.6295765Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:48:27.8088483Z Success +2026-08-04T18:48:27.8298989Z [TIMING] exec "adb shell pm clear com.testcodepush" took 200ms +2026-08-04T18:48:27.8299678Z [TIMING] android prepareEmulatorForTest total took 463ms +2026-08-04T18:48:27.8301801Z Setting up scenario scenarioDisallowRestartOnResume.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:48:27.8307079Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:27.8310960Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:27.8314196Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnResume.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:27.8321141Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:27.8323528Z Setting up scenario updateDeviceReady.js in /tmp/@bitrise/code-push-sdk/updates +2026-08-04T18:48:27.8326705Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:27.8329612Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:27.8332496Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:27.8335518Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /tmp/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:48:27.8345859Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:48:28.5343058Z +2026-08-04T18:48:28.5343667Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:48:28.5344086Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:48:28.5344456Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:48:28.5344823Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:48:28.5345185Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:48:28.5345580Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:48:28.5345935Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:48:28.5346287Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:48:28.5346981Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:48:28.5347322Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:48:28.5347641Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:48:28.5347950Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:48:28.5348124Z +2026-08-04T18:48:28.5348127Z +2026-08-04T18:48:28.5350419Z Welcome to Metro v0.84.4 +2026-08-04T18:48:28.5350764Z Fast - Scalable - Integrated +2026-08-04T18:48:28.5350985Z +2026-08-04T18:48:28.5350988Z +2026-08-04T18:48:35.3312587Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:48:35.3392672Z LOG:Done writing bundle output +2026-08-04T18:48:35.4677124Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7633ms +2026-08-04T18:48:35.4678431Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:48:35.4798093Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7646ms +2026-08-04T18:48:35.4799122Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:48:35.4799832Z Running command: ./gradlew assembleRelease +2026-08-04T18:48:46.2512929Z [TIMING] exec "./gradlew assembleRelease" took 10771ms +2026-08-04T18:48:46.2513801Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10772ms +2026-08-04T18:48:46.4153457Z [TIMING] exec "adb shell pm list packages" took 164ms +2026-08-04T18:48:46.4154016Z Running command: adb uninstall com.testcodepush +2026-08-04T18:48:46.4976527Z Success +2026-08-04T18:48:46.4987147Z [TIMING] exec "adb uninstall com.testcodepush" took 83ms +2026-08-04T18:48:46.4987668Z [TIMING] android uninstallApplication took 247ms +2026-08-04T18:48:46.4988960Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:48:51.0416789Z Performing Streamed Install +2026-08-04T18:48:51.0417271Z Success +2026-08-04T18:48:51.0427456Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 4544ms +2026-08-04T18:48:51.0428500Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:48:51.1036737Z bash arg: -p +2026-08-04T18:48:51.1037103Z bash arg: com.testcodepush +2026-08-04T18:48:51.1037499Z bash arg: -c +2026-08-04T18:48:51.1037852Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:48:51.1038292Z bash arg: 1 +2026-08-04T18:48:51.3850161Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:48:51.3850752Z arg: "-p" +2026-08-04T18:48:51.3851053Z arg: "com.testcodepush" +2026-08-04T18:48:51.3851415Z arg: "-c" +2026-08-04T18:48:51.3852200Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:48:51.3852627Z arg: "1" +2026-08-04T18:48:51.3852899Z data="com.testcodepush" +2026-08-04T18:48:51.3853252Z data="android.intent.category.LAUNCHER" +2026-08-04T18:48:51.4075769Z Events injected: 1 +2026-08-04T18:48:51.4256394Z ## Network stats: elapsed time=8ms (0ms mobile, 0ms wifi, 8ms not connected) +2026-08-04T18:48:51.4325458Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 390ms +2026-08-04T18:48:51.4326496Z [TIMING] android installApp+launch took 4934ms +2026-08-04T18:48:51.4327080Z [TIMING] android runApplication total (built=true) took 15953ms +2026-08-04T18:48:51.9389388Z Update check called from the app. +2026-08-04T18:48:51.9390538Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"2fa4e837-f54e-4ff6-aa09-7a4131e71c31"} +2026-08-04T18:48:51.9394018Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4205","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:48:51.9714124Z Application reported a test message. +2026-08-04T18:48:51.9716831Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4205","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:48:51.9719219Z Sending OK +2026-08-04T18:48:51.9719555Z Message index: 0 +2026-08-04T18:48:51.9861727Z Application downloading the package. +2026-08-04T18:48:52.0753502Z Application reported a test message. +2026-08-04T18:48:52.0755947Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785869316178","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4205","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:48:52.0758371Z Sending OK +2026-08-04T18:48:52.0758639Z Message index: 1 +2026-08-04T18:48:52.0911275Z Application reported a test message. +2026-08-04T18:48:52.0911979Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:48:52.0912402Z Sending OK +2026-08-04T18:48:52.0912728Z Message index: 2 +2026-08-04T18:48:52.0914835Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:48:52.1446570Z bash arg: -p +2026-08-04T18:48:52.1447022Z bash arg: com.android.settings +2026-08-04T18:48:52.1447482Z bash arg: -c +2026-08-04T18:48:52.1447908Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:48:52.1448431Z bash arg: 1 +2026-08-04T18:48:52.2747095Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:48:52.2747723Z arg: "-p" +2026-08-04T18:48:52.2750470Z arg: "com.android.settings" +2026-08-04T18:48:52.2750822Z arg: "-c" +2026-08-04T18:48:52.2751158Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:48:52.2756478Z arg: "1" +2026-08-04T18:48:52.2756871Z data="com.android.settings" +2026-08-04T18:48:52.2757444Z data="android.intent.category.LAUNCHER" +2026-08-04T18:48:52.3012131Z Events injected: 1 +2026-08-04T18:48:52.3700692Z ## Network stats: elapsed time=71ms (0ms mobile, 0ms wifi, 71ms not connected) +2026-08-04T18:48:52.3819328Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 289ms +2026-08-04T18:48:52.3820284Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:48:53.3812912Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:48:53.4275968Z bash arg: -p +2026-08-04T18:48:53.4276331Z bash arg: com.testcodepush +2026-08-04T18:48:53.4276729Z bash arg: -c +2026-08-04T18:48:53.4277079Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:48:53.4277514Z bash arg: 1 +2026-08-04T18:48:53.5364476Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:48:53.5365036Z arg: "-p" +2026-08-04T18:48:53.5367335Z arg: "com.testcodepush" +2026-08-04T18:48:53.5371066Z arg: "-c" +2026-08-04T18:48:53.5371432Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:48:53.5373748Z arg: "1" +2026-08-04T18:48:53.5376867Z data="com.testcodepush" +2026-08-04T18:48:53.5381935Z data="android.intent.category.LAUNCHER" +2026-08-04T18:48:53.5592538Z Events injected: 1 +2026-08-04T18:48:53.5806598Z ## Network stats: elapsed time=12ms (0ms mobile, 0ms wifi, 12ms not connected) +2026-08-04T18:48:53.5885504Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 208ms +2026-08-04T18:48:53.5886685Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:48:53.6605023Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 72ms +2026-08-04T18:48:53.6772965Z [TIMING] exec "adb shell pidof com.testcodepush" took 17ms +2026-08-04T18:48:53.6774052Z [TIMING] android endRunningApplication: force-stop took 89ms, teardown wait took 17ms +2026-08-04T18:48:54.6783223Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:48:54.7246070Z bash arg: -p +2026-08-04T18:48:54.7246410Z bash arg: com.testcodepush +2026-08-04T18:48:54.7246760Z bash arg: -c +2026-08-04T18:48:54.7247117Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:48:54.7247531Z bash arg: 1 +2026-08-04T18:48:54.8364723Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:48:54.8367266Z arg: "-p" +2026-08-04T18:48:54.8370251Z arg: "com.testcodepush" +2026-08-04T18:48:54.8372789Z arg: "-c" +2026-08-04T18:48:54.8375349Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:48:54.8377728Z arg: "1" +2026-08-04T18:48:54.8383512Z data="com.testcodepush" +2026-08-04T18:48:54.8385720Z data="android.intent.category.LAUNCHER" +2026-08-04T18:48:54.8611875Z Events injected: 1 +2026-08-04T18:48:54.8762916Z ## Network stats: elapsed time=6ms (0ms mobile, 0ms wifi, 6ms not connected) +2026-08-04T18:48:54.9350552Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 257ms +2026-08-04T18:48:54.9351766Z [TIMING] android restartApplication total took 1346ms +2026-08-04T18:48:55.4315728Z Application reported a test message. +2026-08-04T18:48:55.4316365Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:48:55.4316840Z Sending OK +2026-08-04T18:48:55.4317147Z Message index: 0 +2026-08-04T18:48:55.4319225Z [TIMING] test "disallowRestart with ON_NEXT_RESUME install mode" took 27602ms +2026-08-04T18:48:55.4320608Z ✔ disallowRestart with ON_NEXT_RESUME install mode (27602ms) +2026-08-04T18:48:55.4321228Z Cleaning up! +2026-08-04T18:48:55.4321866Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:48:55.4645763Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 32ms +2026-08-04T18:48:55.4796316Z [TIMING] exec "adb shell pidof com.testcodepush" took 15ms +2026-08-04T18:48:55.4797214Z [TIMING] android endRunningApplication: force-stop took 47ms, teardown wait took 15ms +2026-08-04T18:48:55.7108855Z [TIMING] exec "adb shell pm list packages" took 231ms +2026-08-04T18:48:55.7109527Z Running command: adb shell pm clear com.testcodepush +2026-08-04T18:48:55.8849987Z Success +2026-08-04T18:48:55.9098559Z [TIMING] exec "adb shell pm clear com.testcodepush" took 199ms +2026-08-04T18:48:55.9099545Z [TIMING] android prepareEmulatorForTest total took 477ms +2026-08-04T18:48:55.9100976Z Setting up scenario scenarioDisallowRestartOnSuspend.js in /tmp/@bitrise/code-push-sdk/test-run +2026-08-04T18:48:55.9106717Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:55.9110599Z replacing "CODE_PUSH_SERVER_URL" with "http://10.0.2.2:3001" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:55.9114312Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnSuspend.js" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:55.9116746Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:48:55.9130578Z Running command: npx react-native bundle --entry-file index.js --platform android --bundle-output /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle --assets-dest /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:48:56.6229871Z +2026-08-04T18:48:56.6230666Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:48:56.6231353Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:48:56.6232833Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:48:56.6233311Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:48:56.6233770Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:48:56.6234197Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:48:56.6234581Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:48:56.6234960Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:48:56.6235690Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:48:56.6236071Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:48:56.6236443Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:48:56.6236801Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:48:56.6237006Z +2026-08-04T18:48:56.6237010Z +2026-08-04T18:48:56.6237140Z Welcome to Metro v0.84.4 +2026-08-04T18:48:56.6237521Z Fast - Scalable - Integrated +2026-08-04T18:48:56.6237776Z +2026-08-04T18:48:56.6237779Z +2026-08-04T18:49:03.4347512Z LOG:Writing bundle output to: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/index.android.bundle +2026-08-04T18:49:03.4424759Z LOG:Done writing bundle output +2026-08-04T18:49:03.5665530Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform android --bundle-output..." took 7654ms +2026-08-04T18:49:03.5666524Z Creating an update archive at: /tmp/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:49:03.5788251Z [TIMING] createUpdateArchive(/tmp/@bitrise/code-push-sdk/updates, android) took 7666ms +2026-08-04T18:49:03.5788997Z Running project in /tmp/@bitrise/code-push-sdk/test-run on android +2026-08-04T18:49:03.5789477Z Running command: ./gradlew assembleRelease +2026-08-04T18:49:14.3225110Z [TIMING] exec "./gradlew assembleRelease" took 10744ms +2026-08-04T18:49:14.3225956Z [TIMING] android buildApp(/tmp/@bitrise/code-push-sdk/test-run) took 10744ms +2026-08-04T18:49:14.4839878Z [TIMING] exec "adb shell pm list packages" took 161ms +2026-08-04T18:49:14.4840474Z Running command: adb uninstall com.testcodepush +2026-08-04T18:49:14.5792727Z Success +2026-08-04T18:49:14.5807703Z [TIMING] exec "adb uninstall com.testcodepush" took 97ms +2026-08-04T18:49:14.5808161Z [TIMING] android uninstallApplication took 258ms +2026-08-04T18:49:14.5808944Z Running command: adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/build/outputs/apk/release/app-release.apk +2026-08-04T18:49:20.6359345Z Performing Streamed Install +2026-08-04T18:49:20.6359667Z Success +2026-08-04T18:49:20.6366467Z [TIMING] exec "adb install -r /tmp/@bitrise/code-push-sdk/test-run/TestCodePush/android/app/bui..." took 6056ms +2026-08-04T18:49:20.6367298Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:49:20.6867299Z bash arg: -p +2026-08-04T18:49:20.6867624Z bash arg: com.testcodepush +2026-08-04T18:49:20.6867953Z bash arg: -c +2026-08-04T18:49:20.6868272Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:49:20.6868655Z bash arg: 1 +2026-08-04T18:49:20.9561779Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:49:20.9562544Z arg: "-p" +2026-08-04T18:49:20.9562770Z arg: "com.testcodepush" +2026-08-04T18:49:20.9563052Z arg: "-c" +2026-08-04T18:49:20.9566582Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:49:20.9567147Z arg: "1" +2026-08-04T18:49:20.9567396Z data="com.testcodepush" +2026-08-04T18:49:20.9567695Z data="android.intent.category.LAUNCHER" +2026-08-04T18:49:20.9775154Z Events injected: 1 +2026-08-04T18:49:21.0013660Z ## Network stats: elapsed time=7ms (0ms mobile, 0ms wifi, 7ms not connected) +2026-08-04T18:49:21.0102246Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 373ms +2026-08-04T18:49:21.0103248Z [TIMING] android installApp+launch took 6430ms +2026-08-04T18:49:21.0103726Z [TIMING] android runApplication total (built=true) took 17432ms +2026-08-04T18:49:21.4225318Z Update check called from the app. +2026-08-04T18:49:21.4226077Z Request: {"deployment_key":"mock-android-deployment-key","app_version":"1.0.0","client_unique_id":"9ce5b602-b3ec-476c-8f9e-cd4ce527c57f"} +2026-08-04T18:49:21.4227943Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6024","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:49:21.4456858Z Application reported a test message. +2026-08-04T18:49:21.4458496Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-android-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6024","packageSize":12345,"downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:49:21.4460175Z Sending OK +2026-08-04T18:49:21.4460401Z Message index: 0 +2026-08-04T18:49:21.4774774Z Application downloading the package. +2026-08-04T18:49:21.5745150Z Application reported a test message. +2026-08-04T18:49:21.5747450Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"bundlePath":"index.android.bundle","deploymentKey":"mock-android-deployment-key","binaryModifiedTime":"1785869344292","label":"mock-update","packageSize":12345,"isPending":false,"appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6024","downloadUrl":"http://10.0.2.2:3001/v0.1/public/codepush/report_status/download","failedInstall":false}]} +2026-08-04T18:49:21.5749331Z Sending OK +2026-08-04T18:49:21.5749573Z Message index: 1 +2026-08-04T18:49:21.5845230Z Application reported a test message. +2026-08-04T18:49:21.5845592Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:49:21.5845883Z Sending OK +2026-08-04T18:49:21.5846643Z Message index: 2 +2026-08-04T18:49:21.5848319Z Running command: adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1 +2026-08-04T18:49:21.6325772Z bash arg: -p +2026-08-04T18:49:21.6326110Z bash arg: com.android.settings +2026-08-04T18:49:21.6326450Z bash arg: -c +2026-08-04T18:49:21.6326755Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:49:21.6327141Z bash arg: 1 +2026-08-04T18:49:21.7509279Z args: [-p, com.android.settings, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:49:21.7517481Z arg: "-p" +2026-08-04T18:49:21.7521545Z arg: "com.android.settings" +2026-08-04T18:49:21.7525598Z arg: "-c" +2026-08-04T18:49:21.7525910Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:49:21.7529451Z arg: "1" +2026-08-04T18:49:21.7534495Z data="com.android.settings" +2026-08-04T18:49:21.7539283Z data="android.intent.category.LAUNCHER" +2026-08-04T18:49:21.7772475Z Events injected: 1 +2026-08-04T18:49:21.8082275Z ## Network stats: elapsed time=10ms (0ms mobile, 0ms wifi, 10ms not connected) +2026-08-04T18:49:21.8285470Z [TIMING] exec "adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1" took 244ms +2026-08-04T18:49:21.8286611Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:49:22.8299978Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:49:22.8766301Z bash arg: -p +2026-08-04T18:49:22.8766619Z bash arg: com.testcodepush +2026-08-04T18:49:22.8766918Z bash arg: -c +2026-08-04T18:49:22.8767199Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:49:22.8767564Z bash arg: 1 +2026-08-04T18:49:22.9856799Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:49:22.9859880Z arg: "-p" +2026-08-04T18:49:22.9860485Z arg: "com.testcodepush" +2026-08-04T18:49:22.9860802Z arg: "-c" +2026-08-04T18:49:22.9861096Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:49:22.9861451Z arg: "1" +2026-08-04T18:49:22.9864918Z data="com.testcodepush" +2026-08-04T18:49:22.9865550Z data="android.intent.category.LAUNCHER" +2026-08-04T18:49:23.0077290Z Events injected: 1 +2026-08-04T18:49:23.0488699Z ## Network stats: elapsed time=43ms (0ms mobile, 0ms wifi, 43ms not connected) +2026-08-04T18:49:23.0580287Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 228ms +2026-08-04T18:49:23.0580959Z Running command: adb shell am force-stop com.testcodepush +2026-08-04T18:49:23.1118628Z [TIMING] exec "adb shell am force-stop com.testcodepush" took 53ms +2026-08-04T18:49:23.1310835Z [TIMING] exec "adb shell pidof com.testcodepush" took 19ms +2026-08-04T18:49:23.1311799Z [TIMING] android endRunningApplication: force-stop took 73ms, teardown wait took 20ms +2026-08-04T18:49:24.1322730Z Running command: adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1 +2026-08-04T18:49:24.1795940Z bash arg: -p +2026-08-04T18:49:24.1796288Z bash arg: com.testcodepush +2026-08-04T18:49:24.1796609Z bash arg: -c +2026-08-04T18:49:24.1796907Z bash arg: android.intent.category.LAUNCHER +2026-08-04T18:49:24.1797272Z bash arg: 1 +2026-08-04T18:49:24.2896284Z args: [-p, com.testcodepush, -c, android.intent.category.LAUNCHER, 1] +2026-08-04T18:49:24.2897645Z arg: "-p" +2026-08-04T18:49:24.2897997Z arg: "com.testcodepush" +2026-08-04T18:49:24.2898400Z arg: "-c" +2026-08-04T18:49:24.2898785Z arg: "android.intent.category.LAUNCHER" +2026-08-04T18:49:24.2899381Z arg: "1" +2026-08-04T18:49:24.2900492Z data="com.testcodepush" +2026-08-04T18:49:24.2901050Z data="android.intent.category.LAUNCHER" +2026-08-04T18:49:24.3133527Z Events injected: 1 +2026-08-04T18:49:24.3414052Z ## Network stats: elapsed time=9ms (0ms mobile, 0ms wifi, 9ms not connected) +2026-08-04T18:49:24.3541997Z [TIMING] exec "adb shell monkey -p com.testcodepush -c android.intent.category.LAUNCHER 1" took 221ms +2026-08-04T18:49:24.3543126Z [TIMING] android restartApplication total took 1296ms +2026-08-04T18:49:24.9660080Z Application reported a test message. +2026-08-04T18:49:24.9660489Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:49:24.9660813Z Sending OK +2026-08-04T18:49:24.9661442Z Message index: 0 +2026-08-04T18:49:24.9664154Z [TIMING] test "disallowRestart with ON_NEXT_SUSPEND install mode" took 29057ms +2026-08-04T18:49:24.9665002Z ✔ disallowRestart with ON_NEXT_SUSPEND install mode (29057ms) +2026-08-04T18:49:24.9665593Z Cleaning up! +2026-08-04T18:49:24.9672257Z +2026-08-04T18:49:24.9674226Z +2026-08-04T18:49:24.9675694Z 44 passing (18m) +2026-08-04T18:49:24.9675846Z +2026-08-04T18:49:24.9909324Z ##[group]Terminate Emulator +2026-08-04T18:49:24.9923427Z [command]/usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 emu kill +2026-08-04T18:49:24.9954244Z OK: killing emulator, bye bye +2026-08-04T18:49:24.9954563Z OK +2026-08-04T18:49:24.9955484Z INFO | Wait for emulator (pid 3276) 20 seconds to shutdown gracefully before kill;you can set environment variable ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL(in seconds) to change the default value (20 seconds) +2026-08-04T18:49:24.9956417Z +2026-08-04T18:49:24.9957384Z ##[endgroup] +2026-08-04T18:49:25.0013269Z USER_INFO | Snapshots have been disabled by the user, save request is ignored. +2026-08-04T18:49:25.0014122Z INFO | Saving snapshot 'default_boot' using 1 ms +2026-08-04T18:49:25.1841609Z ERROR | stop: Not implemented +2026-08-04T18:49:25.1842773Z WARNING | Emulator client has not yet been configured.. Call configure me first! +2026-08-04T18:49:25.1922891Z INFO | removeAll +2026-08-04T18:49:26.2096891Z Post job cleanup. +2026-08-04T18:49:26.2899292Z [command]/usr/bin/git version +2026-08-04T18:49:26.2935963Z git version 2.54.0 +2026-08-04T18:49:26.2969338Z Temporarily overriding HOME='/home/runner/work/_temp/c0a98c4e-67ba-4f48-bbbc-d3754ae9f426' before making global git config changes +2026-08-04T18:49:26.2970215Z Adding repository directory to the temporary git global config as a safe directory +2026-08-04T18:49:26.2974354Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:49:26.3001655Z Removing SSH command configuration +2026-08-04T18:49:26.3007773Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-08-04T18:49:26.3062379Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-08-04T18:49:26.3284863Z Removing HTTP extra header +2026-08-04T18:49:26.3288522Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-08-04T18:49:26.3318235Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-08-04T18:49:26.3532071Z Removing includeIf entries pointing to credentials config files +2026-08-04T18:49:26.3536677Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-08-04T18:49:26.3560612Z includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path +2026-08-04T18:49:26.3561413Z includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +2026-08-04T18:49:26.3562187Z includeif.gitdir:/github/workspace/.git.path +2026-08-04T18:49:26.3562606Z includeif.gitdir:/github/workspace/.git/worktrees/*.path +2026-08-04T18:49:26.3568115Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path +2026-08-04T18:49:26.3588179Z /home/runner/work/_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:49:26.3596958Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git.path \/home\/runner\/work\/_temp\/git\-credentials\-62744db7\-4033\-4c75\-ba2e\-d83265dfe754\.config +2026-08-04T18:49:26.3627328Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +2026-08-04T18:49:26.3653493Z /home/runner/work/_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:49:26.3661854Z [command]/usr/bin/git config --local --unset includeif.gitdir:/home/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path \/home\/runner\/work\/_temp\/git\-credentials\-62744db7\-4033\-4c75\-ba2e\-d83265dfe754\.config +2026-08-04T18:49:26.3689660Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path +2026-08-04T18:49:26.3709517Z /github/runner_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:49:26.3715963Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path \/github\/runner_temp\/git\-credentials\-62744db7\-4033\-4c75\-ba2e\-d83265dfe754\.config +2026-08-04T18:49:26.3744011Z [command]/usr/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path +2026-08-04T18:49:26.3763490Z /github/runner_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config +2026-08-04T18:49:26.3770104Z [command]/usr/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path \/github\/runner_temp\/git\-credentials\-62744db7\-4033\-4c75\-ba2e\-d83265dfe754\.config +2026-08-04T18:49:26.3799678Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-08-04T18:49:26.4014620Z Removing credentials config '/home/runner/work/_temp/git-credentials-62744db7-4033-4c75-ba2e-d83265dfe754.config' +2026-08-04T18:49:26.4157899Z Cleaning up orphan processes +2026-08-04T18:49:26.4773996Z Terminate orphan process: pid (3405) (adb) +2026-08-04T18:49:26.5013842Z Terminate orphan process: pid (6852) (java) +2026-08-04T18:49:26.5131811Z Terminate orphan process: pid (27053) (emulator) diff --git a/ci-ios-timing-30922689340.txt b/ci-ios-timing-30922689340.txt new file mode 100644 index 00000000..16befec7 --- /dev/null +++ b/ci-ios-timing-30922689340.txt @@ -0,0 +1,4490 @@ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6277730Z Current runner version: '2.336.0' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6282750Z Runner name: 'bitrise-react-native-code-push-macos-runner-1000202004' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6283520Z Runner group name: 'react-native-code-push' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6296380Z ##[group]Runner Image Provisioner +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6296980Z Hosted Compute Agent +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6297420Z Version: 20260707.563 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6297900Z Commit: 02667638d2b423fbc733a8e32a88b44996a3ba6e +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6298450Z Build Date: 2026-07-07T19:33:50Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6298920Z Worker ID: {1564de7c-d98a-4845-a7be-401d321dfa7e} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6299440Z Azure Region: westus +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6299880Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6300830Z ##[group]Operating System +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6301330Z macOS +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6301750Z 26.5.2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6302150Z 25F84 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6302510Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6302960Z ##[group]Runner Image +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6303550Z Image: macos-26-arm64 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6304100Z Version: 20260728.0273.1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6305020Z Included Software: https://github.com/actions/runner-images/blob/macos-26-arm64/20260728.0273/images/macos/macos-26-arm64-Readme.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6306280Z Image Release: https://github.com/actions/runner-images/releases/tag/macos-26-arm64%2F20260728.0273 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6307090Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6309620Z ##[group]GITHUB_TOKEN Permissions +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6310930Z Actions: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6311360Z ArtifactMetadata: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6311850Z Attestations: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6312290Z Checks: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6312710Z CodeQuality: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6313150Z Contents: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6313590Z CopilotRequests: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6314020Z Deployments: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6314460Z Discussions: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6314890Z Drives: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6315360Z Issues: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6315790Z Metadata: read +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6316230Z Models: read +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6316650Z Packages: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6317070Z Pages: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6317500Z PullRequests: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6317970Z RepositoryProjects: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6318400Z SecurityEvents: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6318880Z Statuses: write +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6319320Z VulnerabilityAlerts: read +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6319800Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6321260Z Secret source: Actions +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6322000Z Prepare workflow directory +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6545500Z Prepare all required actions +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.6581940Z Getting action download info +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:04.8459150Z Download action repository 'actions/checkout@v7' (SHA:3d3c42e5aac5ba805825da76410c181273ba90b1) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:05.1203070Z Download action repository 'jdx/mise-action@v4' (SHA:7e36c90d9ab29c415a2384db3006f3ec8a8cc654) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2521300Z Complete job name: ios-test (bare) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2994120Z ##[group]Run actions/checkout@v7 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2995000Z with: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2995510Z repository: bitrise-io/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2998830Z token: *** +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2999140Z ssh-strict: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2999460Z ssh-user: git +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.2999790Z persist-credentials: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3000140Z clean: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3000540Z sparse-checkout-cone-mode: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3000980Z fetch-depth: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3001300Z fetch-tags: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3001620Z show-progress: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3001940Z lfs: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3002250Z submodules: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3002580Z set-safe-directory: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3002980Z allow-unsafe-pr-checkout: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.3003520Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4657850Z Syncing repository: bitrise-io/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4659510Z ##[group]Getting Git version info +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4660320Z Working directory is '/Users/runner/work/react-native-code-push/react-native-code-push' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4662360Z [command]/opt/homebrew/bin/git version +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4914310Z git version 2.55.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4924360Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4929740Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/3f7bc8ac-2c4e-4acd-92d3-f8cf26c95ded/.gitconfig' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4937890Z Temporarily overriding HOME='/Users/runner/work/_temp/3f7bc8ac-2c4e-4acd-92d3-f8cf26c95ded' before making global git config changes +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4939040Z Adding repository directory to the temporary git global config as a safe directory +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.4941430Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/react-native-code-push/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5035500Z Deleting the contents of '/Users/runner/work/react-native-code-push/react-native-code-push' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5038720Z ##[group]Determining repository object format +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5039650Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5040330Z ##[group]Initializing the repository +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5044270Z [command]/opt/homebrew/bin/git init /Users/runner/work/react-native-code-push/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5251020Z hint: Using 'master' as the name for the initial branch. This default branch name +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5252210Z hint: will change to "main" in Git 3.0. To configure the initial branch name +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5253010Z hint: to use in all of your new repositories, which will suppress this warning, +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5253730Z hint: call: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5254150Z hint: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5254790Z hint: git config --global init.defaultBranch +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5255400Z hint: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5267340Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5268200Z hint: 'development'. The just-created branch can be renamed via this command: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5268760Z hint: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5269130Z hint: git branch -m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5269490Z hint: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5269970Z hint: Disable this message with "git config set advice.defaultBranchName false" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5270910Z Initialized empty Git repository in /Users/runner/work/react-native-code-push/react-native-code-push/.git/ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5272680Z [command]/opt/homebrew/bin/git remote add origin https://github.com/bitrise-io/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5334990Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5335600Z ##[group]Disabling automatic garbage collection +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5338760Z [command]/opt/homebrew/bin/git config --local gc.auto 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5395850Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5396580Z ##[group]Setting up auth +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5397120Z Removing SSH command configuration +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5400090Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.5456140Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.6245930Z Removing HTTP extra header +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.6249550Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.6310380Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.7028270Z Removing includeIf entries pointing to credentials config files +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.7031600Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.7090310Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.7950610Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config http.https://github.com/.extraheader AUTHORIZATION: basic *** +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.8074100Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path /Users/runner/work/_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.8082260Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.8144850Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.8203640Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.8254000Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.8254590Z ##[group]Fetching the repository +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:06.8259010Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b7ed05f09b7548cccacecfe568ac46d533ec7829:refs/remotes/pull/17/merge +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9249050Z From https://github.com/bitrise-io/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9250480Z * [new ref] b7ed05f09b7548cccacecfe568ac46d533ec7829 -> pull/17/merge +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9254600Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9256580Z ##[group]Determining the checkout info +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9257820Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9284580Z [command]/opt/homebrew/bin/git sparse-checkout disable +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9360270Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9412110Z ##[group]Checking out the ref +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:07.9415000Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/17/merge +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0070650Z HEAD is now at b7ed05f Merge b1320fc771c7235561e2558545750d2f6bdaa66f into 02d4abdb379d874494404ca0c7498f07572b0f2a +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0291590Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0487040Z [command]/opt/homebrew/bin/git log -1 --format=%H +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0492250Z b7ed05f09b7548cccacecfe568ac46d533ec7829 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0796220Z ##[group]Run jdx/mise-action@v4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0797000Z with: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0797560Z install: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0798120Z bootstrap: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0798690Z cache: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0799220Z cache_save: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0799830Z cache_key_prefix: mise-v1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0800480Z experimental: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0801080Z log_level: info +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0801660Z reshim: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0802210Z add_shims_to_path: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0810020Z github_token: *** +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0810780Z fetch_from_github: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0811500Z env: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0812050Z export_path: true +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0812620Z wings_enabled: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.0813230Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.1989540Z ##[group]Restoring mise cache +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.3842270Z mise cache not found for mise-v1-macos-arm64-macos26-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.3844420Z ##[group]Setup mise +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.3858910Z [command]/opt/homebrew/bin/zstd --version +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.3889880Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet *** +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.3905130Z [command]/usr/bin/tar --zstd --version +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.3948040Z bsdtar 3.5.3 - libarchive 3.7.4 zlib/1.2.12 liblzma/5.4.3 bz2lib/1.0.8 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.3963170Z Using curl to download mise +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:08.4654120Z [command]/usr/bin/curl -fsSL https://github.com/jdx/mise/releases/download/v2026.8.1/mise-v2026.8.1-macos-arm64.tar.zst --output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/mise-action-uyL5hf/mise-v2026.8.1-macos-arm64.tar.zst +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.6491020Z Verified mise-v2026.8.1-macos-arm64.tar.zst against signed checksums +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.6502170Z [command]/usr/bin/tar --zstd -xf /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/mise-action-uyL5hf/mise-v2026.8.1-macos-arm64.tar.zst -C /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/mise-action-uyL5hf +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7411040Z [command]/bin/mv /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/mise-action-uyL5hf/mise/bin/mise /Users/runner/.local/share/mise/bin/mise +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7475800Z ##[group]Setting env vars +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7476100Z Setting MISE_LOG_LEVEL=info +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7479670Z Setting MISE_GITHUB_TOKEN=*** +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7480340Z Setting MISE_TRUSTED_CONFIG_PATHS=/Users/runner/work/react-native-code-push/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7480720Z Setting MISE_YES=1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7480940Z Adding /Users/runner/.local/share/mise/shims to PATH +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7481650Z ##[group]Running mise --version +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7535180Z [command]/Users/runner/.local/share/mise/bin/mise --version +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7727170Z 2026.8.1 macos-arm64 (2026-08-03) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7787920Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7888630Z ##[group]Running mise install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:09.7900850Z [command]/Users/runner/.local/share/mise/bin/mise install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:10.2780650Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [1/3] install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:10.2781100Z ^[[2mmise^[[0m ^[[34mruby^[[0m@4.0.6 [1/3] install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:10.2781860Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [1/3] download node-v24.19.0-darwin-arm64.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:10.2808920Z ^[[2mmise^[[0m ^[[34mjava^[[0m@17.0.2 [1/3] install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:10.2820800Z ^[[2mmise^[[0m ^[[34mjava^[[0m@17.0.2 [1/3] download openjdk-17.0.2_macos-aarch64_bin.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:10.7013300Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [2/3] checksum node-v24.19.0-darwin-arm64.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:10.7323270Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [3/3] extract node-v24.19.0-darwin-arm64.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:11.4782680Z ^[[2mmise^[[0m ^[[34mruby^[[0m@4.0.6 [1/3] download ruby-4.0.6.macos.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:11.8759240Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [3/3] node -v +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:11.9445470Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [3/3] v24.19.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:11.9465870Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [3/3] npm -v +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:12.1815620Z ^[[2mmise^[[0m ^[[34mruby^[[0m@4.0.6 [1/3] checksum ruby-4.0.6.macos.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:12.2103130Z ^[[2mmise^[[0m ^[[34mruby^[[0m@4.0.6 [1/3] verify GitHub artifact attestations +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:12.2128470Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 [3/3] 11.17.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:12.2623380Z ^[[2mmise^[[0m ^[[34mnode^[[0m@24.19.0 ^[[38;5;10m✓^[[0m installed +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:12.7438470Z ^[[2mmise^[[0m ^[[34mruby^[[0m@4.0.6 [1/3] ✓ GitHub artifact attestations verified +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:12.7439210Z ^[[2mmise^[[0m ^[[34mruby^[[0m@4.0.6 [1/3] extract ruby-4.0.6.macos.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:15.5263650Z ^[[2mmise^[[0m ^[[34mruby^[[0m@4.0.6 ^[[38;5;10m✓^[[0m installed +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:15.9507250Z ^[[2mmise^[[0m ^[[34mjava^[[0m@17.0.2 [1/3] checksum openjdk-17.0.2_macos-aarch64_bin.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:16.0716420Z ^[[2mmise^[[0m ^[[34mjava^[[0m@17.0.2 [2/3] extract openjdk-17.0.2_macos-aarch64_bin.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1209230Z ^[[2mmise^[[0m To enable macOS integration, run the following commands: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1209660Z sudo mkdir /Library/Java/JavaVirtualMachines/17.0.2.jdk +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1210210Z sudo ln -s /Users/runner/.local/share/mise/installs/java/17.0.2/Contents /Library/Java/JavaVirtualMachines/17.0.2.jdk/Contents +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1210690Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1210840Z ^[[2mmise^[[0m ^[[34mjava^[[0m@17.0.2 [3/3] java -version +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1838740Z openjdk version "17.0.2" 2022-01-18 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1839170Z OpenJDK Runtime Environment (build 17.0.2+8-86) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.1839640Z OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.2081240Z ^[[2mmise^[[0m ^[[34mjava^[[0m@17.0.2 ^[[38;5;10m✓^[[0m installed +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.2224290Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.2225570Z ##[group]Saving mise cache +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:17.2358500Z [command]/opt/homebrew/bin/gtar --posix -cf cache.tzst --exclude cache.tzst -P -C /Users/runner/work/react-native-code-push/react-native-code-push --files-from manifest.txt --delay-directory-restore --use-compress-program zstdmt +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:20.3429980Z Sent 7176885 of 275612341 (2.6%), 6.8 MBs/sec +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.2512850Z Sent 275612341 of 275612341 (100.0%), 137.8 MBs/sec +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.3811040Z Cache saved from /Users/runner/.local/share/mise with key: mise-v1-macos-arm64-macos26-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.3813310Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.3814740Z ##[group]Running mise ls +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.3845700Z [command]/Users/runner/.local/share/mise/bin/mise ls +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4030580Z java 17.0.2 ~/work/react-native-code-push/react-native-code-push/mise.toml 17 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4031150Z node 24.19.0 ~/work/react-native-code-push/react-native-code-push/mise.toml 24 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4031570Z ruby 4.0.6 ~/work/react-native-code-push/react-native-code-push/mise.toml 4.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4037070Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4038790Z ##[group]Exporting mise environment variables +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4185420Z [command]/Users/runner/.local/share/mise/bin/mise env --json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4302330Z { +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4302620Z "JAVA_HOME": "/Users/runner/.local/share/mise/installs/java/17.0.2", +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4305400Z "PATH": "/Users/runner/.local/share/mise/installs/node/24/bin:/Users/runner/.local/share/mise/installs/java/17/bin:/Users/runner/.local/share/mise/installs/ruby/4.0/bin:/Users/runner/.local/share/mise/shims:/Users/runner/.local/share/mise/bin:/opt/homebrew/lib/ruby/gems/3.4.0/bin:/opt/homebrew/opt/ruby@3.4/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4308480Z } +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4312340Z Adding /Users/runner/.local/share/mise/installs/ruby/4.0/bin to PATH +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4313140Z Adding /Users/runner/.local/share/mise/installs/java/17/bin to PATH +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4316020Z Adding /Users/runner/.local/share/mise/installs/node/24/bin to PATH +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4327530Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4431340Z ##[group]Run npm install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4431540Z ^[[36;1mnpm install^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4431680Z ^[[36;1mnpm run test:ios^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4479630Z shell: /bin/bash -e {0} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4479810Z env: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4479930Z MISE_LOG_LEVEL: info +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4482060Z MISE_GITHUB_TOKEN: *** +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4482500Z MISE_TRUSTED_CONFIG_PATHS: /Users/runner/work/react-native-code-push/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4482830Z MISE_YES: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4483010Z JAVA_HOME: /Users/runner/.local/share/mise/installs/java/17.0.2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:21.4483300Z ##[endgroup] +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:22.8505340Z npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:22.9006190Z npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:22.9007690Z npm warn deprecated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:22.9009410Z npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:23.6887640Z npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:23.7414310Z npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:23.8895460Z npm warn deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:23.9168160Z npm warn deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:24.3547910Z npm warn deprecated superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:24.3882390Z npm warn deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:24.8735660Z npm warn deprecated superagent@6.1.0: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:26.2884390Z npm warn deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.1017060Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.1017610Z > @bitrise/code-push-sdk@0.0.0 prepare +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.1017860Z > npm run build:ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.1017960Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.2861110Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.2966130Z > @bitrise/code-push-sdk@0.0.0 build:ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.3067250Z > tsc -p tsconfig.build.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:29.3169530Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3094160Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3094700Z added 618 packages, and audited 620 packages in 9s +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3095700Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3096180Z 85 packages are looking for funding +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3096810Z run `npm fund` for details +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3428180Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3429170Z 38 vulnerabilities (12 low, 5 moderate, 18 high, 3 critical) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3429770Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3430090Z To address issues that do not require attention, run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3430500Z npm audit fix +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3430740Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3431860Z To address all issues (including breaking changes), run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3432340Z npm audit fix --force +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3432580Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3432720Z Run `npm audit` for details. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3434780Z npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3435440Z npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3435910Z npm warn allow-scripts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.3436530Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.5885070Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.5885580Z > @bitrise/code-push-sdk@0.0.0 test:ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.5885990Z > npm run build:tests && npm run test:setup:ios && npm run test:fast:ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.5886220Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.7540860Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.7541480Z > @bitrise/code-push-sdk@0.0.0 prebuild:tests +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.7541980Z > npm run clean && npm run tslint +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.7542310Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.9335220Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.9361870Z > @bitrise/code-push-sdk@0.0.0 clean +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.9367190Z > shx rm -rf bin lib +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:30.9369100Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.2389640Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.2490140Z > @bitrise/code-push-sdk@0.0.0 tslint +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.2591090Z > tslint -c tslint.json test/**/*.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.2691510Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.6441480Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.6445250Z > @bitrise/code-push-sdk@0.0.0 build:tests +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.6446070Z > tsc +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:31.6446580Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:32.8121500Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:32.8122950Z > @bitrise/code-push-sdk@0.0.0 test:setup:ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:32.8124230Z > mocha --recursive bin/test --ios --setup +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:32.8126550Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0484350Z Initializing tests for @bitrise/code-push-sdk +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0487120Z TestCodePush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0487740Z com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0487980Z Testing undefined. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0488430Z On ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0489060Z test run directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0499230Z updates directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0536850Z --setting up-- +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0537200Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0537220Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0537290Z CodePush React-Native Plugin +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0537460Z Setting Up For Tests +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0592910Z Building test project. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.0601190Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:33.4858580Z npm warn exec The following package was not found and will be installed: @react-native-community/cli@20.2.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:39.4428540Z - Downloading template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:40.2131820Z ✔ Downloading template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:40.2139360Z - Copying template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:40.2287030Z ✔ Copying template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:40.2287510Z - Processing template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:40.2540800Z ✔ Processing template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:40.2541020Z - Installing dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.5799390Z [TIMING] exec "xcrun simctl list" took 12524ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.5801180Z Using iOS simulator named 6F69910C-E4FA-488A-B9C2-41B770484810 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.5801840Z Setting up iOS emulator. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.5802230Z Checking if iOS emulator is ready yet... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7500900Z [TIMING] exec "xcrun simctl getenv booted SIMULATOR_UDID" took 169ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7507990Z Error: Command failed: xcrun simctl getenv booted SIMULATOR_UDID +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7508380Z No devices are booted. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7508510Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7508620Z at genericNodeError (node:internal/errors:985:15) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7508900Z at wrappedFn (node:internal/errors:539:14) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7509150Z at ChildProcess.exithandler (node:child_process:417:12) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7512680Z at ChildProcess.emit (node:events:509:28) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7513110Z at maybeClose (node:internal/child_process:1141:16) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7513410Z at ChildProcess._handle.onexit (node:internal/child_process:306:5) { +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7513740Z code: 148, +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7513910Z killed: false, +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7514050Z signal: null, +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7514230Z cmd: 'xcrun simctl getenv booted SIMULATOR_UDID' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7514580Z } +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7514700Z iOS emulator is not ready yet! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7514950Z Booting iOS emulator named 6F69910C-E4FA-488A-B9C2-41B770484810. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:45.7515340Z Running command: xcrun simctl boot 6F69910C-E4FA-488A-B9C2-41B770484810 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:47.5583380Z [TIMING] exec "xcrun simctl boot 6F69910C-E4FA-488A-B9C2-41B770484810" took 1808ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:10:51.0630960Z Checking if iOS emulator is ready yet... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:11:09.2853190Z [TIMING] exec "xcrun simctl getenv booted SIMULATOR_UDID" took 18394ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:11:09.2854210Z iOS emulator is ready! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:11:09.2854660Z [TIMING] iOS bootEmulator took 23704ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:12:31.8160230Z ✔ Installing dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:12:34.4108160Z - Installing Ruby Gems +ios-test (bare) UNKNOWN STEP 2026-08-04T15:12:55.6594040Z ✔ Installing Ruby Gems +ios-test (bare) UNKNOWN STEP 2026-08-04T15:12:56.6558170Z - Installing CocoaPods dependencies ^[[1m^[[22m ^[[2m(this may take a few minutes)^[[22m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.5800380Z ✔ Installing CocoaPods dependencies ^[[1m^[[22m ^[[2m(this may take a few minutes)^[[22m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.5913380Z - Initializing Git repository +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7674650Z ✔ Initializing Git repository +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7679670Z ^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7680090Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7680550Z ^[[32mRun instructions for ^[[1mAndroid^[[22m^[[39m: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7681400Z • Have an Android emulator running (quickest way to get started), or a device connected. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7682840Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush" && npx react-native run-android +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7683710Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7684050Z ^[[36mRun instructions for ^[[1miOS^[[22m^[[39m: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7684620Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7685150Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7685450Z • npx react-native run-ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7685860Z ^[[2m- or -^[[22m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7686180Z • Open TestCodePush/ios/TestCodePush.xcworkspace in Xcode or run "xed -b ios" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7686570Z • Hit the Run button +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7686770Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7687000Z ^[[35mRun instructions for ^[[1mmacOS^[[22m^[[39m: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7687640Z • See ^[[4mhttps://microsoft.github.io/react-native-macos^[[24m for the latest up-to-date instructions. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7688040Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.7688330Z ^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.8137590Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 187753ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.8164220Z "npx @react-native-community/cli init TestCodePush" success. cwd=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:40.8369380Z Running command: npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.4153480Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.4154080Z > @bitrise/code-push-sdk@0.0.0 prepare +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.4154420Z > npm run build:ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.4154590Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.5698030Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.5698420Z > @bitrise/code-push-sdk@0.0.0 build:ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.5698770Z > tsc -p tsconfig.build.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:41.5698950Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9678720Z npm notice +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9681590Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9681940Z npm notice Tarball Contents +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9707370Z npm notice 388B .config/CredScanSuppressions.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9707940Z npm notice 703B AlertAdapter.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9712180Z npm notice 26.1kB CodePush.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9712650Z npm notice 1.1kB CodePush.podspec +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9712960Z npm notice 4.2kB CONTRIBUTING.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9713210Z npm notice 1.1kB LICENSE.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9713430Z npm notice 40.5kB README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9713670Z npm notice 2.8kB SECURITY.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9713910Z npm notice 1.7kB android/app/build.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9714300Z npm notice 1.2kB android/app/proguard-rules.pro +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9714740Z npm notice 151B android/app/src/main/AndroidManifest.xml +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9715170Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9715680Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9716310Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9716810Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9717380Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9718020Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9718620Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9733940Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9734470Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9734980Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9735530Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9736050Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9736520Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9736960Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9737380Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9737780Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9738210Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9738620Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9739020Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9739420Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9739830Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9740120Z npm notice 570B android/build.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9740340Z npm notice 7.5kB android/codepush.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9740530Z npm notice 856B android/gradle.properties +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9740750Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9741010Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9741240Z npm notice 5.1kB android/gradlew +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9741390Z npm notice 2.4kB android/gradlew.bat +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9741560Z npm notice 74B android/settings.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9741720Z npm notice 8.3kB api-compat/compat.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9741990Z npm notice 5.1kB docs/api-android.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9742210Z npm notice 3.3kB docs/api-ios.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9742360Z npm notice 43.4kB docs/api-js.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9742740Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9743000Z npm notice 2.6kB docs/multi-deployment-testing-android.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9743240Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9743450Z npm notice 6.4kB docs/setup-android.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9743620Z npm notice 6.6kB docs/setup-ios.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9743780Z npm notice 4.8kB docs/setup-windows.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9743940Z npm notice 15.8kB expo.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9744120Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9744430Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9744850Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9745220Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9745480Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9745710Z npm notice 1.2kB ios/CodePush/Base64/README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9745900Z npm notice 8.0kB ios/CodePush/CodePush.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9746080Z npm notice 42.0kB ios/CodePush/CodePush.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9746270Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9746490Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9746890Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9747110Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9747660Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9747900Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9748110Z npm notice 276B ios/CodePush/CodePushUtils.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9748360Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9748670Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9749000Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9749330Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9749650Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9749980Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9750320Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9750670Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9751040Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9751420Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9751820Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9752250Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9752580Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9752920Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9753250Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9753580Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9753900Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9754230Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9754590Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9754980Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9755350Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9755890Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9756200Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9756440Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9756680Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9756940Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9757210Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9757520Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9757810Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9758110Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9758520Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9758810Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9763460Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9763840Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9764130Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9764420Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9764870Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9765170Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9765470Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9765750Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9766030Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9766410Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9766760Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9767040Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9767320Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9767840Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9768150Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9768390Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9768590Z npm notice 16.5kB ios/CodePush/JWT/README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9768810Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9769160Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9769420Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9769670Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9769900Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9770150Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9770430Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9770700Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9770970Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9771220Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9771480Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9771730Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9771970Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9772230Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9772500Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9772910Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9773170Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9773450Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9773730Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9774000Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9774290Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9774570Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9774840Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9775120Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9775400Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9775670Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9775940Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9776210Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9776460Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9776710Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9776970Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9777340Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9777590Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9777830Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9778050Z npm notice 267B ios/CodePush/SSZipArchive/README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9778270Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9778520Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9778760Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9779050Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9779320Z npm notice 844B ios/PrivacyInfo.xcprivacy +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9779530Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9779770Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9780010Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9780260Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9780490Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9780730Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9780950Z npm notice 921B lib/acquisition-sdk/types.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9781140Z npm notice 375B lib/acquisition-sdk/types.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9781340Z npm notice 159B lib/acquisition-sdk/types.js.map +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9781520Z npm notice 147B logging.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9781660Z npm notice 2.8kB package-mixins.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9781820Z npm notice 3.5kB package.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9781970Z npm notice 337B react-native.config.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9782150Z npm notice 1.2kB request-fetch-adapter.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9782360Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9782570Z npm notice 646B scripts/getFilesInFolder.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9782780Z npm notice 4.5kB scripts/postlink/android/postlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9783000Z npm notice 5.1kB scripts/postlink/ios/postlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9783190Z npm notice 241B scripts/postlink/run.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9783390Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9783630Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9783830Z npm notice 249B scripts/postunlink/run.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9784040Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9784370Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9787670Z npm notice 6.1kB scripts/tools/linkToolsIos.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9787880Z npm notice 338.0kB test-ios-timing-20260804.txt +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9788090Z npm notice 6.0kB test-ios-timing-analysis-20260804.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9788290Z npm notice 784B tslint.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9788460Z npm notice 16.9kB typings/react-native-code-push.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9788710Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9789030Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9789390Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9789700Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9790010Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9790340Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9790680Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9791050Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9791400Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9791700Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9792110Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9792360Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9792640Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9792940Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9793200Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9793490Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9793800Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9794110Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9794420Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9794730Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9795020Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9795290Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9795580Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9795900Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9796180Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9796450Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9796700Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9796940Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9797170Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9797430Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9797710Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9797980Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9798220Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9798430Z npm notice 139B windows/CodePush/CodePush.def +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9798640Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9798860Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9799100Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9799320Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9799530Z npm notice 360B windows/CodePush/CodePushConfig.idl +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9799870Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9800140Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9800380Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9800630Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9800860Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9801090Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9801330Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9801590Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9801850Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9802080Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9802300Z npm notice 735B windows/CodePush/CodePushUtils.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9802510Z npm notice 422B windows/CodePush/CodePushUtils.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9802710Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9802910Z npm notice 866B windows/CodePush/FileUtils.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9803090Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9803290Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9803490Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9803830Z npm notice 4.3kB windows/CodePush/miniz/readme.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9804030Z npm notice 159B windows/CodePush/packages.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9804220Z npm notice 20B windows/CodePush/pch.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9804390Z npm notice 124B windows/CodePush/pch.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9804580Z npm notice 586B windows/CodePush/PropertySheet.props +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9804810Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9805050Z npm notice 699B windows/CodePush/ReactPackageProvider.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9805280Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9805490Z npm notice Tarball Details +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9805640Z npm notice name: @bitrise/code-push-sdk +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9805800Z npm notice version: 0.0.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9805970Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9806170Z npm notice package size: 444.0 kB +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9806320Z npm notice unpacked size: 2.3 MB +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9806520Z npm notice shasum: 76981c6ea02a4b30d2fb5a81fb13d0a504afc71d +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9806770Z npm notice integrity: sha512-GpKQetz2wa/lf[...]SGKSLgVMgkZSA== +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9806980Z npm notice total files: 248 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9807110Z npm notice +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:42.9807230Z bitrise-code-push-sdk-0.0.0.tgz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:44.5927080Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.0928780Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.0929390Z added 28 packages, and audited 895 packages in 3s +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.0929630Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.0929720Z 172 packages are looking for funding +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.0929950Z run `npm fund` for details +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1159390Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1159720Z 10 moderate severity vulnerabilities +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1159940Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1160040Z To address all issues possible, run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1160250Z npm audit fix --force +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1160340Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1160430Z Some issues need review, and may require choosing +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1160640Z a different dependency. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1160730Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1160790Z Run `npm audit` for details. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1165380Z npm warn allow-scripts 2 packages have install scripts not yet covered by allowScripts: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1165800Z npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1166170Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1167780Z npm warn allow-scripts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.1168180Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.4217470Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.4219370Z added 1 package, and audited 3 packages in 196ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.4222830Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.4224410Z found 0 vulnerabilities +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.4300550Z Reshimming mise 24... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.5045590Z [TIMING] exec "npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm..." took 5668ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.5046290Z [TIMING] createTestProject(testRunDirectory) took 193446ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.5046580Z Building update project. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:46.5048900Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:48.3548280Z - Downloading template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:49.3418220Z ✔ Downloading template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:49.3420060Z - Copying template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:49.3648470Z ✔ Copying template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:49.3655800Z - Processing template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:49.3924820Z ✔ Processing template +ios-test (bare) UNKNOWN STEP 2026-08-04T15:13:49.3925380Z - Installing dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:02.2815340Z ✔ Installing dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:02.5796330Z - Installing Ruby Gems +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:11.8442460Z ✔ Installing Ruby Gems +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:12.7327420Z - Installing CocoaPods dependencies ^[[1m^[[22m ^[[2m(this may take a few minutes)^[[22m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:29.9795010Z ✔ Installing CocoaPods dependencies ^[[1m^[[22m ^[[2m(this may take a few minutes)^[[22m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:29.9982330Z - Initializing Git repository +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0948610Z ✔ Initializing Git repository +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0953550Z ^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0953870Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0954180Z ^[[32mRun instructions for ^[[1mAndroid^[[22m^[[39m: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0954590Z • Have an Android emulator running (quickest way to get started), or a device connected. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0955340Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush" && npx react-native run-android +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0955960Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0956290Z ^[[36mRun instructions for ^[[1miOS^[[22m^[[39m: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0956760Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0957280Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0957440Z • npx react-native run-ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0957630Z ^[[2m- or -^[[22m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0957920Z • Open TestCodePush/ios/TestCodePush.xcworkspace in Xcode or run "xed -b ios" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0958210Z • Hit the Run button +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0958350Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0958510Z ^[[35mRun instructions for ^[[1mmacOS^[[22m^[[39m: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0959010Z • See ^[[4mhttps://microsoft.github.io/react-native-macos^[[24m for the latest up-to-date instructions. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0959320Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.0959590Z ^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.1079590Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 43603ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.1089570Z "npx @react-native-community/cli init TestCodePush" success. cwd=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.1148700Z Running command: npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.3535330Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.3535970Z > @bitrise/code-push-sdk@0.0.0 prepare +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.3536210Z > npm run build:ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.3536300Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.4831970Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.4832350Z > @bitrise/code-push-sdk@0.0.0 build:ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.4832590Z > tsc -p tsconfig.build.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:30.4832700Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5630720Z npm notice +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5631830Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5632280Z npm notice Tarball Contents +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5662620Z npm notice 388B .config/CredScanSuppressions.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5663010Z npm notice 703B AlertAdapter.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5663380Z npm notice 26.1kB CodePush.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5663540Z npm notice 1.1kB CodePush.podspec +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5663700Z npm notice 4.2kB CONTRIBUTING.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5663860Z npm notice 1.1kB LICENSE.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5664020Z npm notice 40.5kB README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5664150Z npm notice 2.8kB SECURITY.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5664380Z npm notice 1.7kB android/app/build.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5664630Z npm notice 1.2kB android/app/proguard-rules.pro +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5664860Z npm notice 151B android/app/src/main/AndroidManifest.xml +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5665160Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5665550Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5665970Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5666380Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5666850Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5667610Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5670710Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5671320Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5671940Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5672460Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5672980Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5673490Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5673940Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5674390Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5674820Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5675280Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5675720Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5676150Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5676550Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5676970Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5677390Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5677690Z npm notice 570B android/build.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5677890Z npm notice 7.5kB android/codepush.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5678360Z npm notice 856B android/gradle.properties +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5679010Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5679320Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5679560Z npm notice 5.1kB android/gradlew +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5679750Z npm notice 2.4kB android/gradlew.bat +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5679970Z npm notice 74B android/settings.gradle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5680160Z npm notice 8.3kB api-compat/compat.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5680330Z npm notice 5.1kB docs/api-android.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5680700Z npm notice 3.3kB docs/api-ios.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5680870Z npm notice 43.4kB docs/api-js.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5681050Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5681290Z npm notice 2.6kB docs/multi-deployment-testing-android.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5681530Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5681750Z npm notice 6.4kB docs/setup-android.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5681920Z npm notice 6.6kB docs/setup-ios.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5682080Z npm notice 4.8kB docs/setup-windows.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5682240Z npm notice 15.8kB expo.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5682410Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5682720Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5683140Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5683510Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5683790Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5684020Z npm notice 1.2kB ios/CodePush/Base64/README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5684210Z npm notice 8.0kB ios/CodePush/CodePush.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5684390Z npm notice 42.0kB ios/CodePush/CodePush.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5684590Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5684950Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5685170Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5685390Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5685610Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5685910Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5691860Z npm notice 276B ios/CodePush/CodePushUtils.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5692200Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5692510Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5692840Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5693160Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5693460Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5693790Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5694120Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5694460Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5694820Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5695180Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5695570Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5695920Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5696260Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5697080Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5697540Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5697870Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5698230Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5698650Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5699050Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5699450Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5700030Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5700430Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5700760Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5701000Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5701260Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5701530Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5702460Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5702970Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5703360Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5703770Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5704950Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5705290Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5705660Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5706030Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5706430Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5707160Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5707520Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5707930Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5708300Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5708620Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5708920Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5709230Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5709560Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5710070Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5710410Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5710720Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5711040Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5711310Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5711500Z npm notice 16.5kB ios/CodePush/JWT/README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5711740Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5712030Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5712310Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5712580Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5712830Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5713100Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5713370Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5713660Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5713950Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5714220Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5714480Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5714750Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5714990Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5715260Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5715710Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5715990Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5716270Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5716560Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5716850Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5717140Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5717440Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5717730Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5718020Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5718310Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5718600Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5718880Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5719170Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5719600Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5719890Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5720250Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5720620Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5724700Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5725040Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5725360Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5725660Z npm notice 267B ios/CodePush/SSZipArchive/README.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5725930Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5726260Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5726580Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5726970Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5727340Z npm notice 844B ios/PrivacyInfo.xcprivacy +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5727610Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5727940Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5728230Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5728570Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5728860Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5729140Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5729440Z npm notice 921B lib/acquisition-sdk/types.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5729710Z npm notice 375B lib/acquisition-sdk/types.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5729940Z npm notice 159B lib/acquisition-sdk/types.js.map +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5730200Z npm notice 147B logging.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5730390Z npm notice 2.8kB package-mixins.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5730570Z npm notice 3.5kB package.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5730780Z npm notice 337B react-native.config.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5731030Z npm notice 1.2kB request-fetch-adapter.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5731330Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5731620Z npm notice 646B scripts/getFilesInFolder.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5731880Z npm notice 4.5kB scripts/postlink/android/postlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5732190Z npm notice 5.1kB scripts/postlink/ios/postlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5732390Z npm notice 241B scripts/postlink/run.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5732680Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5732980Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5733220Z npm notice 249B scripts/postunlink/run.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5733670Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5733940Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5734200Z npm notice 6.1kB scripts/tools/linkToolsIos.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5734470Z npm notice 338.0kB test-ios-timing-20260804.txt +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5734740Z npm notice 6.0kB test-ios-timing-analysis-20260804.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5735000Z npm notice 784B tslint.json +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5735230Z npm notice 16.9kB typings/react-native-code-push.d.ts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5735520Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5735940Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5736420Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5736840Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5737230Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5737670Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5738020Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5738430Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5738800Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5739180Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5739450Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5739790Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5740160Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5740480Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5740770Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5741070Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5741410Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5741730Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5742040Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5742380Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5742690Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5742980Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5743290Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5743610Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5743900Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5744190Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5744450Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5744690Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5744930Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5745190Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5745490Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5745770Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5746020Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5746240Z npm notice 139B windows/CodePush/CodePush.def +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5746450Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5746690Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5746930Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5747240Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5747470Z npm notice 360B windows/CodePush/CodePushConfig.idl +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5747720Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5747990Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5748250Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5748510Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5751080Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5751310Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5751560Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5751840Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5752100Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5752340Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5752570Z npm notice 735B windows/CodePush/CodePushUtils.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5752790Z npm notice 422B windows/CodePush/CodePushUtils.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5753000Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5753200Z npm notice 866B windows/CodePush/FileUtils.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5753390Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5753660Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5753860Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5754070Z npm notice 4.3kB windows/CodePush/miniz/readme.md +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5754280Z npm notice 159B windows/CodePush/packages.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5754470Z npm notice 20B windows/CodePush/pch.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5754650Z npm notice 124B windows/CodePush/pch.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5754850Z npm notice 586B windows/CodePush/PropertySheet.props +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5755090Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5755330Z npm notice 699B windows/CodePush/ReactPackageProvider.h +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5755580Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5755790Z npm notice Tarball Details +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5755940Z npm notice name: @bitrise/code-push-sdk +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5756110Z npm notice version: 0.0.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5756300Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5756520Z npm notice package size: 444.0 kB +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5756700Z npm notice unpacked size: 2.3 MB +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5756980Z npm notice shasum: 76981c6ea02a4b30d2fb5a81fb13d0a504afc71d +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5757250Z npm notice integrity: sha512-GpKQetz2wa/lf[...]SGKSLgVMgkZSA== +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5757510Z npm notice total files: 248 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5757690Z npm notice +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:31.5757820Z bitrise-code-push-sdk-0.0.0.tgz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:32.7415400Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3473480Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3473770Z added 28 packages, and audited 895 packages in 3s +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3474000Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3474090Z 172 packages are looking for funding +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3474300Z run `npm fund` for details +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3612970Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3635970Z npm warn allow-scripts 2 packages have install scripts not yet covered by allowScripts: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3636400Z 10 moderate severity vulnerabilities +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3638690Z npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3638960Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3642390Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3642770Z To address all issues possible, run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3645740Z npm warn allow-scripts +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3645920Z npm audit fix --force +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3650780Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3651330Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3656550Z Some issues need review, and may require choosing +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3656910Z a different dependency. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3657210Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.3657380Z Run `npm audit` for details. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8686010Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8687150Z changed 1 package, and audited 3 packages in 408ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8691170Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8691780Z found 0 vulnerabilities +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8735060Z Reshimming mise 24... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8938250Z [TIMING] exec "npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm..." took 4779ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8939120Z [TIMING] createTestProject(updatesDirectory) took 48389ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8939530Z [TIMING] setupTests total took 241838ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8941750Z ✔ sets up tests correctly (241838ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8946440Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8947830Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8948490Z 1 passing (4m) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:34.8948670Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.0759370Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.0835460Z > @bitrise/code-push-sdk@0.0.0 test:fast:ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.0835780Z > mocha --recursive bin/test --ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.0836050Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4761900Z Initializing tests for @bitrise/code-push-sdk +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4762650Z TestCodePush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4763220Z com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4763390Z Testing undefined. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4763550Z On ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4763890Z test run directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4764370Z updates directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4814260Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4815350Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4815840Z CodePush React-Native Plugin +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4816050Z Tests undefined on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4816240Z CodePush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4816860Z Setting up server at http://127.0.0.1:3000 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:35.4826410Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:36.7599860Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 1277ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:36.7973760Z Running command: pod install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:38.7812790Z Found 2 modules for target `TestCodePush` +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:38.7816400Z link_native_modules! {ios_packages: [{configurations: [], name: "@bitrise/code-push-sdk", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk", path: "../node_modules/@bitrise/code-push-sdk", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk/CodePush.podspec", script_phases: []}, {configurations: [], name: "react-native-safe-area-context", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native-safe-area-context", path: "../node_modules/react-native-safe-area-context", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec", script_phases: []}], ios_project_root_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios", react_native_path: "../node_modules/react-native"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:38.7820680Z Auto-linking React Native modules for target `TestCodePush`: CodePush and react-native-safe-area-context +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.0425310Z Framework build type is static library +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.0505970Z [ReactNativeDependencies] Setting up ReactNativeDependencies... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1104320Z [ReactNativeDependencies] Building from source: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1105940Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1107030Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1107770Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1108840Z [ReactNativeDependencies] Source: {http: "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1109610Z [ReactNativeCore] Setting up ReactNativeCore... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1590110Z [ReactNativeCore] Building from source: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1590440Z Configuring the target with the New Architecture +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.1591170Z [ReactNativeCore] Using React Native Core and React Native Dependencies prebuilt versions. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4851530Z ^[[36m^[[1m[Codegen]^[[0m Analyzing /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/package.json^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4852660Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mSearching for codegen-enabled libraries in the app.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4853570Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mThe "codegenConfig" field is not defined in package.json. Assuming there is nothing to generate at the app level.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4854970Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mSearching for codegen-enabled libraries in react-native.config.js^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4855560Z ^[[36m^[[1m[Codegen]^[[0m Found react-native-safe-area-context^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4856010Z ^[[36m^[[1m[Codegen]^[[0m Processing safeareacontext^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4856520Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mSearching for podspec in the project dependencies.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4857230Z ^[[36m^[[1m[Codegen]^[[0m Supported Apple platforms: ios, macos, tvos, visionos for safeareacontext^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4857860Z ^[[36m^[[1m[Codegen]^[[0m Generating Native Code for safeareacontext - ios^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4859140Z ^[[36m^[[1m[Codegen]^[[0m Generated artifacts: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4860110Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTThirdPartyComponentsProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4861280Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4862390Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTThirdPartyComponentsProvider.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4863560Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4864800Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTModulesProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4865870Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4866830Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTModuleProviders.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4867900Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4868890Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTAppDependencyProvider^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4870170Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4872040Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4873730Z ^[[36m^[[1m[Codegen]^[[0m Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/ReactAppDependencyProvider.podspec^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4875420Z ^[[36m^[[1m[Codegen]^[[0m Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/ReactCodegen.podspec^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4876300Z ^[[36m^[[1m[Codegen]^[[0m Generating Package.swift^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4877180Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/Package.swift^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.4877950Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mDone.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.7019860Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.7021350Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.7022490Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:39.7022940Z Analyzing dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:41.2929920Z Downloading dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:41.2930190Z Installing Base64 (1.1.2) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:42.0403960Z Installing CodePush (0.0.0) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:42.0404270Z Installing JWT (3.0.0-beta.14) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:43.2890120Z Installing SSZipArchive (2.5.5) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:53.9040250Z Generating Pods project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:53.9040550Z Setting USE_HERMES build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:53.9040800Z Setting REACT_NATIVE_PATH build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:53.9041050Z Setting SWIFT_ACTIVE_COMPILATION_CONDITIONS build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6097700Z [Ccache]: Removing Ccache from CC, LD, CXX & LDPLUSPLUS build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6098050Z Setting SWIFT_ENABLE_EXPLICIT_MODULES build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6098290Z [ReactNativeCore] Processing VFS overlay file... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6098900Z [ReactNativeCore] Created VFS overlay at /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/React-Core-prebuilt/React-VFS.yaml +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6099470Z [ReactNativeCore] VFS overlay setup complete +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6099730Z [ReactNativeCore] Configuring xcconfig for prebuilt React Native Core... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6100030Z [ReactNativeCore] Prebuilt xcconfig configuration complete +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6100280Z [SPM] Cleaning old SPM dependencies from Pods project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6100490Z [SPM] Adding SPM dependencies to Pods project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6100820Z [Privacy Manifest Aggregation] Appending aggregated reasons to existing PrivacyInfo.xcprivacy file. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6106030Z [Privacy Manifest Aggregation] Reading .xcprivacy files to aggregate all used Required Reason APIs. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:54.6106810Z Setting CLANG_CXX_LANGUAGE_STANDARD to c++20 on /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0053590Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0053930Z ==================== DEPRECATION NOTICE ===================== +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0054300Z Calling `pod install` directly is deprecated in React Native +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0054630Z because we are moving away from Cocoapods toward alternative +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0054880Z solutions to build the project. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0055070Z * If you are using Expo, please run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0055290Z `npx expo run:ios` +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0055480Z * If you are using the Community CLI, please run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0056090Z `yarn ios` +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0056280Z ============================================================= +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0056460Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0056530Z Pod install took 17 [s] to run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0056750Z Integrating client project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0057060Z Pod installation complete! There are 78 dependencies from the Podfile and 80 total pods installed. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0169940Z [TIMING] exec "pod install" took 19219ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0172190Z replacing " +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0172500Z " with "CodePushDeploymentKey +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0172820Z mock-ios-deployment-key +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0173080Z CodePushServerURL +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0174240Z http://127.0.0.1:3000 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0174470Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0174900Z " in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0201640Z replacing "1.0" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0211340Z replacing "\$\(MARKETING_VERSION\)" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0214510Z replacing ""[$][(]inherited[)]",\s*[)];" with ""$(inherited)" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0215080Z );" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0219410Z replacing "PRODUCT_BUNDLE_IDENTIFIER = [^;]*" with "PRODUCT_BUNDLE_IDENTIFIER = "com.testcodepush"" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0233820Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/AppDelegate.swift +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:56.0249630Z Running command: pod install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.0181080Z Found 2 modules for target `TestCodePush` +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.0189260Z link_native_modules! {ios_packages: [{configurations: [], name: "@bitrise/code-push-sdk", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk", path: "../node_modules/@bitrise/code-push-sdk", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk/CodePush.podspec", script_phases: []}, {configurations: [], name: "react-native-safe-area-context", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/react-native-safe-area-context", path: "../node_modules/react-native-safe-area-context", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec", script_phases: []}], ios_project_root_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios", react_native_path: "../node_modules/react-native"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.0193110Z Auto-linking React Native modules for target `TestCodePush`: CodePush and react-native-safe-area-context +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.1783520Z Framework build type is static library +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.1848220Z [ReactNativeDependencies] Setting up ReactNativeDependencies... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.2409310Z [ReactNativeDependencies] Building from source: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.2410140Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.2411530Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.2412270Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.2413220Z [ReactNativeDependencies] Source: {http: "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.2413920Z [ReactNativeCore] Setting up ReactNativeCore... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.3016530Z [ReactNativeCore] Building from source: false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.3118640Z Configuring the target with the New Architecture +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.3221650Z [ReactNativeCore] Using React Native Core and React Native Dependencies prebuilt versions. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4876300Z ^[[36m^[[1m[Codegen]^[[0m Analyzing /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/package.json^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4877020Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mSearching for codegen-enabled libraries in the app.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4877660Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mThe "codegenConfig" field is not defined in package.json. Assuming there is nothing to generate at the app level.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4878430Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mSearching for codegen-enabled libraries in react-native.config.js^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4879210Z ^[[36m^[[1m[Codegen]^[[0m Found react-native-safe-area-context^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4879530Z ^[[36m^[[1m[Codegen]^[[0m Processing safeareacontext^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4879910Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mSearching for podspec in the project dependencies.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4880420Z ^[[36m^[[1m[Codegen]^[[0m Supported Apple platforms: ios, macos, tvos, visionos for safeareacontext^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4880860Z ^[[36m^[[1m[Codegen]^[[0m Generating Native Code for safeareacontext - ios^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4881730Z ^[[36m^[[1m[Codegen]^[[0m Generated artifacts: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4882450Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTThirdPartyComponentsProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4883430Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4884280Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTThirdPartyComponentsProvider.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4885210Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4886030Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTModulesProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4886740Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4887410Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTModuleProviders.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4888090Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4888760Z ^[[36m^[[1m[Codegen]^[[0m Generating RCTAppDependencyProvider^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4889630Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.h^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4891340Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.mm^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4892610Z ^[[36m^[[1m[Codegen]^[[0m Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/ReactAppDependencyProvider.podspec^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4893780Z ^[[36m^[[1m[Codegen]^[[0m Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/ReactCodegen.podspec^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4894420Z ^[[36m^[[1m[Codegen]^[[0m Generating Package.swift^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4895040Z ^[[36m^[[1m[Codegen]^[[0m Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/Package.swift^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.4895580Z ^[[36m^[[1m[Codegen]^[[0m ^[[33mDone.^[[0m +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.6453340Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.6454310Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.6454970Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:14:57.6455770Z Analyzing dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6070610Z Downloading dependencies +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6070840Z Installing Base64 (1.1.2) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6071000Z Installing CodePush (0.0.0) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6071180Z Installing JWT (3.0.0-beta.14) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6071350Z Installing SSZipArchive (2.5.5) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6071530Z Generating Pods project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6071690Z Setting USE_HERMES build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6071880Z Setting REACT_NATIVE_PATH build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:06.6072120Z Setting SWIFT_ACTIVE_COMPILATION_CONDITIONS build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3345390Z [Ccache]: Removing Ccache from CC, LD, CXX & LDPLUSPLUS build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3345750Z Setting SWIFT_ENABLE_EXPLICIT_MODULES build settings +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3346010Z [ReactNativeCore] Processing VFS overlay file... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3346640Z [ReactNativeCore] Created VFS overlay at /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/Pods/React-Core-prebuilt/React-VFS.yaml +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3347310Z [ReactNativeCore] VFS overlay setup complete +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3347670Z [ReactNativeCore] Configuring xcconfig for prebuilt React Native Core... +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3348030Z [ReactNativeCore] Prebuilt xcconfig configuration complete +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3348300Z [SPM] Cleaning old SPM dependencies from Pods project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3348550Z [SPM] Adding SPM dependencies to Pods project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3348920Z [Privacy Manifest Aggregation] Appending aggregated reasons to existing PrivacyInfo.xcprivacy file. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3349440Z [Privacy Manifest Aggregation] Reading .xcprivacy files to aggregate all used Required Reason APIs. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:07.3350160Z Setting CLANG_CXX_LANGUAGE_STANDARD to c++20 on /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6320550Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6320900Z ==================== DEPRECATION NOTICE ===================== +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6321290Z Calling `pod install` directly is deprecated in React Native +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6321580Z because we are moving away from Cocoapods toward alternative +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6321820Z solutions to build the project. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6321990Z * If you are using Expo, please run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6322170Z `npx expo run:ios` +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6322370Z * If you are using the Community CLI, please run: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6322620Z `yarn ios` +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6322770Z ============================================================= +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6322920Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6323220Z Pod install took 11 [s] to run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6323400Z Integrating client project +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6323690Z Pod installation complete! There are 78 dependencies from the Podfile and 80 total pods installed. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6465470Z [TIMING] exec "pod install" took 12622ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6471160Z replacing " +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6471920Z " with "CodePushDeploymentKey +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6472260Z mock-ios-deployment-key +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6472630Z CodePushServerURL +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6472870Z http://127.0.0.1:3000 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6473080Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6473520Z " in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6474250Z replacing "1.0" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6477070Z replacing "\$\(MARKETING_VERSION\)" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6480270Z replacing ""[$][(]inherited[)]",\s*[)];" with ""$(inherited)" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6481690Z );" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6484330Z replacing "PRODUCT_BUNDLE_IDENTIFIER = [^;]*" with "PRODUCT_BUNDLE_IDENTIFIER = "com.testcodepush"" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6496140Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/AppDelegate.swift +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6498220Z [TIMING] ios suite before() (uninstall + preparePlatform x2) took 33170ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6500970Z #window.codePush.checkForUpdate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6502470Z Setting up scenario scenarioCheckForUpdate.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6512930Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6515510Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6520520Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdate.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6522100Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6524050Z [TIMING] setupScenario(scenarioCheckForUpdate.js) for "#window.codePush.checkForUpdate" took 2ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.6527880Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.8874230Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.8874710Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.8874970Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.8875160Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9109770Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9110670Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9122930Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 260ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9123330Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9123980Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9124420Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9124680Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9124880Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9125190Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9125470Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9125570Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:08.9130100Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:09.0455580Z [TIMING] exec "xcrun simctl list" took 132ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:09.0457010Z Using iOS simulator named 6F69910C-E4FA-488A-B9C2-41B770484810 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:09.0462960Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:58.3124820Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 49267ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:58.3125750Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 49400ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:58.3132920Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:58.7233840Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 411ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:58.7234380Z [TIMING] ios uninstallApplication took 411ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:15:58.7236710Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:05.4156060Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 6627ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:05.4284280Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.0847980Z com.testcodepush: 76914 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.0948030Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 667ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.1059280Z [TIMING] ios installApp+launch took 7354ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.1161960Z [TIMING] ios runApplication total (built=true) took 57165ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4141180Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4159650Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"64211931-24C0-4C93-A684-EE17711EA4BD"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4161020Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4915520Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4922290Z Body: {"message":"CHECK_UP_TO_DATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4923970Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4926360Z [TIMING] test "window.codePush.checkForUpdate.noUpdate" took 57580ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4938270Z ✔ window.codePush.checkForUpdate.noUpdate (57580ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4940330Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.4999060Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.7747660Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 275ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.7748290Z [TIMING] ios prepareEmulatorForTest total took 275ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.7750230Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:06.7750740Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:07.1989520Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 423ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:07.2136680Z [TIMING] ios uninstallApplication took 424ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:07.2224320Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:07.7448680Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 546ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:07.7537020Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.1106780Z com.testcodepush: 76940 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.1150980Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 367ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.1163440Z [TIMING] ios installApp+launch took 913ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.1201880Z [TIMING] ios runApplication total (built=false) took 1337ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3483750Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3500320Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"09A34127-AD8A-439D-92D0-FED0A923D3D2"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3502190Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3600680Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3600940Z Body: {"message":"CHECK_UP_TO_DATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3601190Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3619070Z [TIMING] test "window.codePush.checkForUpdate.sendsBinaryHash" took 1586ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3620340Z ✔ window.codePush.checkForUpdate.sendsBinaryHash (1586ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3621110Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.3626140Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.6417510Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 279ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.6418240Z [TIMING] ios prepareEmulatorForTest total took 279ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.6419050Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.6419560Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.9333460Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 280ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.9364700Z [TIMING] ios uninstallApplication took 281ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:08.9365730Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:09.4232830Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 501ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:09.4240310Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:09.7983820Z com.testcodepush: 76961 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:09.7987880Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 375ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:09.7988390Z [TIMING] ios installApp+launch took 876ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:09.7988680Z [TIMING] ios runApplication total (built=false) took 1157ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0469730Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0488220Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"C643D9B5-49A1-45B6-BBD4-05FC83DC9C54"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0489870Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":true,"is_mandatory":false,"target_binary_range":"2.0.0","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":true}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0621410Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0621860Z Body: {"message":"CHECK_UP_TO_DATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0622040Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0634060Z [TIMING] test "window.codePush.checkForUpdate.noUpdate.updateAppVersion" took 1421ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0635690Z ✔ window.codePush.checkForUpdate.noUpdate.updateAppVersion (1422ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0636530Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.0643830Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.3427430Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 278ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.3439270Z [TIMING] ios prepareEmulatorForTest total took 278ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.3440240Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.3441570Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.6849930Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 318ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.6850480Z [TIMING] ios uninstallApplication took 319ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:10.6951670Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.1622010Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 500ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.1698490Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.5856560Z com.testcodepush: 76987 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.5864150Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 424ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.5864650Z [TIMING] ios installApp+launch took 925ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.5865210Z [TIMING] ios runApplication total (built=false) took 1244ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8272300Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8290050Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"D0FF6222-5406-4C97-959E-ED8A65E74427"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8297460Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9102","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8461510Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8570400Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9102","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8584430Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8585320Z [TIMING] test "window.codePush.checkForUpdate.update" took 1505ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8586080Z ✔ window.codePush.checkForUpdate.update (1505ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8586500Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:11.8586820Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.1284040Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 280ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.1284710Z [TIMING] ios prepareEmulatorForTest total took 280ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.1285320Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.1285980Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.4368420Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 308ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.4465310Z [TIMING] ios uninstallApplication took 308ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.4466190Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.8975090Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 454ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:12.9212910Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.3351670Z com.testcodepush: 77012 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.3357060Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 444ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.3357660Z [TIMING] ios installApp+launch took 899ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.3357990Z [TIMING] ios runApplication total (built=false) took 1207ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5746900Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5748140Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"65D45247-5B61-456B-B599-9E435BAAA54D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5761140Z Response: "invalid {{ json" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5983350Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5983840Z Body: {"message":"CHECK_ERROR"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5984970Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5993710Z [TIMING] test "window.codePush.checkForUpdate.error" took 1470ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5994380Z ✔ window.codePush.checkForUpdate.error (1470ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.5995440Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6001010Z #window.codePush.checkForUpdate.customKey +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6002740Z Setting up scenario scenarioCheckForUpdateCustomKey.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6023810Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6034880Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6041360Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdateCustomKey.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6045460Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6046990Z [TIMING] setupScenario(scenarioCheckForUpdateCustomKey.js) for "#window.codePush.checkForUpdate.customKey" took 4ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.6050210Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.8890660Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 284ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.8891190Z [TIMING] ios prepareEmulatorForTest total took 284ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.8901670Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:13.8903320Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:31.2815500Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 17392ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:31.2816210Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 17392ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:31.2816680Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:31.7151640Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 427ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:31.7308930Z [TIMING] ios uninstallApplication took 427ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:31.7430710Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.1749070Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 466ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.1849690Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.5340470Z com.testcodepush: 78855 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.5340960Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 342ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.5341230Z [TIMING] ios installApp+launch took 808ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.5341470Z [TIMING] ios runApplication total (built=true) took 18627ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7745500Z [TIMING] test "window.codePush.checkForUpdate.customKey.update" took 18885ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7783320Z ✔ window.codePush.checkForUpdate.customKey.update (18886ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7786900Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7791750Z Request: {"deployment_key":"CUSTOM-DEPLOYMENT-KEY","app_version":"1.0.0","package_hash":"1e5216218243d7edb4c32ac0d4db002481ad853899e23236074f2aa861bfaba9","client_unique_id":"A8CFA5E4-5740-40E4-A2F8-367C5E2D6A3C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7795470Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6707","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7801630Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7801800Z #remotePackage.download +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.7802250Z Setting up scenario scenarioDownloadUpdate.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8211330Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8218280Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"CUSTOM-DEPLOYMENT-KEY","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6707","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8226300Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8227210Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8310880Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8311970Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDownloadUpdate.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8312990Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8313730Z [TIMING] setupScenario(scenarioDownloadUpdate.js) for "#remotePackage.download" took 52ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:32.8314220Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:33.0146990Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 185ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:33.0247540Z [TIMING] ios prepareEmulatorForTest total took 185ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:33.0353930Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:33.0372340Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:45.2254590Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 12211ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:45.2255280Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 12211ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:45.2255720Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:45.5102040Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 283ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:45.5596040Z [TIMING] ios uninstallApplication took 284ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:45.5597050Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.0377610Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 518ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.0412000Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.3331190Z com.testcodepush: 79831 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.3335470Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 305ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.3335960Z [TIMING] ios installApp+launch took 824ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.3336270Z [TIMING] ios runApplication total (built=true) took 13319ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.5933610Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6037370Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2bf1f58ee144aafc944f5977bb37d6c15a2571e14cd703f26d7e3eef477798f7","client_unique_id":"8873A0C6-AF2C-4F4A-ABCE-24356287E26B"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6072230Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2328","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6224060Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6230360Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2328","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6231330Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6231440Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6231680Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6234760Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6241520Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2328","binaryDate":"1785856605.151528","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6243000Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6243330Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6243580Z [TIMING] test "remotePackage.download.success" took 13610ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6244650Z ✔ remotePackage.download.success (13610ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6244900Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.6251440Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.7998130Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 174ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.7998770Z [TIMING] ios prepareEmulatorForTest total took 175ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.8002870Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:46.8004000Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.1347630Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 326ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.1447870Z [TIMING] ios uninstallApplication took 326ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.1582430Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.5939850Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 467ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.6040120Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.9817860Z com.testcodepush: 79857 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.9918760Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 388ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.9953320Z [TIMING] ios installApp+launch took 855ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:47.9953810Z [TIMING] ios runApplication total (built=false) took 1181ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2080150Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2110230Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2bf1f58ee144aafc944f5977bb37d6c15a2571e14cd703f26d7e3eef477798f7","client_unique_id":"31D0E6E7-F6E1-4DAB-A6D0-C8CFCCA39594"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2113670Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://invalid_url","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9669","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2280070Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2342270Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9669","packageSize":12345,"downloadUrl":"http://invalid_url","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2343590Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2343780Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2733830Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2755240Z Body: {"message":"DOWNLOAD_ERROR"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2758180Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2758700Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2758910Z [TIMING] test "remotePackage.download.error" took 1474ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2759510Z ✔ remotePackage.download.error (1474ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2759710Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2759860Z #localPackage.install +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2760430Z Setting up scenario scenarioInstall.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2950510Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2969150Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2972780Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstall.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2976700Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2978530Z [TIMING] setupScenario(scenarioInstall.js) for "#localPackage.install" took 22ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.2981230Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5452920Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 247ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5474600Z [TIMING] ios prepareEmulatorForTest total took 247ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5475630Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5678490Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5736680Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5746250Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5750700Z replacing "CODE_PUSH_APP_VERSION" with "Diff Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:48.5761170Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6992270Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6992700Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6992970Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6993220Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6993420Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6993660Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6993910Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6994120Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6994310Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6994500Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6994680Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6994880Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6995060Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6995170Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6995170Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6996230Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6996510Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6996640Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:49.6996640Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:57.8496440Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:57.8526680Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:57.9064350Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 9331ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:57.9076710Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:57.9355560Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 9360ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:57.9356280Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:16:57.9357970Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:14.0334770Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 16098ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:14.0335480Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 16098ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:14.0335960Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:14.6884980Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 655ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:14.6965890Z [TIMING] ios uninstallApplication took 655ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:14.6971890Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.1030690Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 414ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.1132220Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.4225800Z com.testcodepush: 82205 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.4230400Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 320ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.4231340Z [TIMING] ios installApp+launch took 734ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.4231860Z [TIMING] ios runApplication total (built=true) took 17487ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.6744510Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.6998730Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"9e4a2deb3d87a503e47f6ed5e2e2ad73f250b34b91bc8568e5c1f039a0fbb4ce","client_unique_id":"D564C422-7CDC-4107-A627-DB065A7177FF"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7021360Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8741","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7022550Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7026720Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8741","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7027700Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7027870Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7028620Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7413630Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7503660Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8741","binaryDate":"1785856633.948765","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7676740Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.7676960Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.8474060Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.8507440Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.8507980Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:15.8508140Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:16.0407210Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:16.0408060Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 191ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.0437110Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.3262370Z com.testcodepush: 82220 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.3295850Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 286ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6020370Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6022010Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6032650Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6032830Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6033160Z [TIMING] test "localPackage.install.handlesDiff.againstBinary" took 29057ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6034330Z ✔ localPackage.install.handlesDiff.againstBinary (29057ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6034650Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.6037340Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.8035650Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 200ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.8037300Z [TIMING] ios prepareEmulatorForTest total took 200ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:17.8244790Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7946930Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7947290Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7947540Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7947740Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7947930Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7948130Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7948360Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7948620Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7948830Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7949020Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7949530Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7949740Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7949920Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7950050Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7950060Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7951310Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7951580Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7951730Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:18.7951740Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.2845010Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.2957950Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.3338220Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7509ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.3358210Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.3467860Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7543ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.3468730Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.3469510Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.7423740Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 396ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.7451980Z [TIMING] ios uninstallApplication took 396ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:25.7453310Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.1266630Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 377ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.1271670Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.4223200Z com.testcodepush: 83183 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.4231150Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 303ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.4231700Z [TIMING] ios installApp+launch took 681ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.4232150Z [TIMING] ios runApplication total (built=false) took 1077ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6678640Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6709960Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"9e4a2deb3d87a503e47f6ed5e2e2ad73f250b34b91bc8568e5c1f039a0fbb4ce","client_unique_id":"13DC7E6C-8E4F-4049-8BD1-9B0D24DEB988"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6711530Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5621","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6770110Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6772630Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5621","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6779680Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6779920Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6809370Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6963620Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6972840Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5621","binaryDate":"1785856633.948765","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6974690Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.6975650Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.8032680Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.8042840Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.8043270Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.8043840Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:26.8045480Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:27.0026640Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 198ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.0068910Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.2750930Z com.testcodepush: 83194 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.2752950Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 269ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5389560Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5390580Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5396350Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5396860Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5397490Z [TIMING] test "localPackage.install.immediately" took 10736ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5399110Z ✔ localPackage.install.immediately (10736ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5399890Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5405380Z #localPackage.install.revert +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5406630Z Setting up scenario scenarioInstallWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5597670Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5608490Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5614700Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5624180Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5626900Z [TIMING] setupScenario(scenarioInstallWithRevert.js) for "#localPackage.install.revert" took 22ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.5630130Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7379140Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 175ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7380500Z [TIMING] ios prepareEmulatorForTest total took 175ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7381010Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7439890Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7559410Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7624650Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7637100Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:28.7653870Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6587670Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6588020Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6588280Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6588500Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6589020Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6589280Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6589540Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6589740Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6589940Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6590310Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6590500Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6590690Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6590910Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6591040Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6591040Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6591350Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6591570Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6591760Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:29.6591760Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:31.1408900Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:31.1420940Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:31.2223080Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2457ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:31.2231240Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:31.2314980Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2468ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:31.2315870Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:31.2317100Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:42.7615170Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 11530ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:42.7615780Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 11530ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:42.7616230Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.0027580Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 240ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.0128480Z [TIMING] ios uninstallApplication took 240ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.0236610Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.4567480Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 455ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.4791080Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.7804900Z com.testcodepush: 84357 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.7805620Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 312ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.7806060Z [TIMING] ios installApp+launch took 768ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:43.7806300Z [TIMING] ios runApplication total (built=true) took 12538ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0054070Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0055020Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"C96E79EB-3D50-4BE6-B445-93FE1B37410B"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0060970Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-173","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0124120Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0205600Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-173","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0393190Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0393310Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0393500Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0677620Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0781140Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-173","binaryDate":"1785856662.688351","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0816260Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.0823100Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.1754460Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.1771480Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.1773030Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.1805620Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.1833550Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:44.3665890Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 190ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.3705980Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.6578520Z com.testcodepush: 84366 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.6667590Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 287ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8512020Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8518140Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"C96E79EB-3D50-4BE6-B445-93FE1B37410B"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8519930Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2642","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8624000Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8625420Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2642","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8632420Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8632650Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8652330Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8792520Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8799770Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2642","binaryDate":"1785856662.688351","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8800940Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.8801100Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.9756300Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.9798650Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.9799200Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.9799390Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:45.9799650Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:46.1634100Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 187ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.1679390Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.4677690Z com.testcodepush: 84378 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.4764820Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 300ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6685450Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6686360Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"C96E79EB-3D50-4BE6-B445-93FE1B37410B"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6689080Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2642","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6778820Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6779150Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6779360Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6789500Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6789750Z [TIMING] test "localPackage.install.revert.dorevert" took 18941ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6790180Z ✔ localPackage.install.revert.dorevert (18941ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6790380Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6792830Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6833410Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6975290Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6983850Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2642","binaryDate":"1785856662.688351","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.6985760Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8020980Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8021370Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8021570Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8772040Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 197ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8772760Z [TIMING] ios prepareEmulatorForTest total took 197ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8775580Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8834160Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8896370Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8960430Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.8970230Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:47.9210650Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8256180Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8256880Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8257230Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8257490Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8257740Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8257950Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8258190Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8258420Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8258610Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8258890Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8259180Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8259390Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8260150Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8260270Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8260280Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8261430Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8261670Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8261790Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:48.8261800Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.4762840Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.4788730Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.5269520Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6610ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.5275790Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.5405390Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6642ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.5413040Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.5413560Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.7709290Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 230ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.7809360Z [TIMING] ios uninstallApplication took 230ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:54.7911200Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.1860180Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 415ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.1961590Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.5061200Z com.testcodepush: 85296 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.5063760Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 321ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.5064300Z [TIMING] ios installApp+launch took 736ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.5064690Z [TIMING] ios runApplication total (built=false) took 966ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7431840Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7443980Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"585126EA-A329-42CD-B09D-C89F78F02516"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7506610Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8655","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7611060Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7612040Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8655","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7655280Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7668790Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7669210Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7871620Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7873210Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8655","binaryDate":"1785856662.688351","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7879710Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.7879960Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.8967070Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.8984400Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.9039160Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.9039310Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:55.9039560Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:56.1313580Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 229ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.1410360Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.4283130Z com.testcodepush: 85308 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.4287350Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 288ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.6996070Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.6996730Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.6997170Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.6997520Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7002680Z [TIMING] test "localPackage.install.revert.norevert" took 9822ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7003120Z ✔ localPackage.install.revert.norevert (9822ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7003380Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7003570Z #localPackage.installOnNextResume +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7004070Z Setting up scenario scenarioInstallOnResumeWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7140200Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7196030Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7200920Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnResumeWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7203240Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7208280Z [TIMING] setupScenario(scenarioInstallOnResumeWithRevert.js) for "#localPackage.installOnNextResume" took 20ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.7214510Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9000000Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 178ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9000390Z [TIMING] ios prepareEmulatorForTest total took 178ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9002900Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9112740Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9170980Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9227540Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9283510Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:57.9297730Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4525480Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4525980Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4526290Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4526490Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4526680Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4527320Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4527580Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4527790Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4527980Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4528160Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4528350Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4528530Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4528730Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4528860Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4528860Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4529600Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4529920Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4530120Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:58.4530130Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:59.7038970Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:59.7049930Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:59.8065000Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1877ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:59.8068040Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:59.8174620Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 1889ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:59.8175390Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:17:59.8176680Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:11.4568480Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 11638ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:11.4569090Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 11638ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:11.4569580Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:11.7215420Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 265ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:11.7316400Z [TIMING] ios uninstallApplication took 265ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:11.7511940Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.1540210Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 433ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.1641280Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.4874940Z com.testcodepush: 87020 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.4880760Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 334ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.4881410Z [TIMING] ios installApp+launch took 767ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.4881650Z [TIMING] ios runApplication total (built=true) took 12670ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7239080Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7242900Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bcf08efed38fb862c18a224dc44bb65352ed37b979fa971faf8049adbf5c69db","client_unique_id":"935EC497-E15E-4C5E-8994-4307BD035226"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7244910Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9246","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7462470Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7463810Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9246","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7478640Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7480640Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7581370Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7682240Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7714010Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-9246","binaryDate":"1785856691.392534","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7817080Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7918940Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7984720Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7984990Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7985150Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7985270Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:12.7991310Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:13.1928540Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:13.1963370Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 422ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:13.1964060Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:14.1973760Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:15.2243370Z com.testcodepush: 87020 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:15.2244680Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 1015ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:15.3248000Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:15.3349710Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:15.3950610Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:15.3961210Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:15.4115220Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:16.1402610Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 817ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.1364500Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.4677460Z com.testcodepush: 87535 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.4682680Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.6747200Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.6748730Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bcf08efed38fb862c18a224dc44bb65352ed37b979fa971faf8049adbf5c69db","client_unique_id":"935EC497-E15E-4C5E-8994-4307BD035226"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.6751010Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9246","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.6949700Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.6964160Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.6967750Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.6968540Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7024230Z [TIMING] test "localPackage.installOnNextResume.dorevert" took 19796ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7033330Z ✔ localPackage.installOnNextResume.dorevert (19796ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7054950Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7065950Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7070420Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7212780Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7217380Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-9246","binaryDate":"1785856691.392534","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7218880Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7254730Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7255080Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.7255360Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9473340Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 240ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9473920Z [TIMING] ios prepareEmulatorForTest total took 241ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9474770Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9567850Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9681380Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9712130Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9717430Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:17.9731220Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6022730Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6023080Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6023330Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6023550Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6023750Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6023940Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6024130Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6024310Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6024500Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6024680Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6024870Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6025050Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6025240Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6025340Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6025350Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6026720Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6026970Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6027150Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:18.6027150Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:26.6931320Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:26.6967250Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:26.7476030Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8775ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:26.7483820Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:26.7582640Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8787ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:26.7583900Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:26.7584360Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.0925280Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 334ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.1031200Z [TIMING] ios uninstallApplication took 334ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.1061310Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.5506090Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 458ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.5653020Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.9852470Z com.testcodepush: 88440 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.9855720Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 435ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.9856870Z [TIMING] ios installApp+launch took 893ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:27.9857420Z [TIMING] ios runApplication total (built=false) took 1227ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.2420590Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.2437940Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bcf08efed38fb862c18a224dc44bb65352ed37b979fa971faf8049adbf5c69db","client_unique_id":"3A693942-9EC4-42A6-A265-E7DE2CE94E35"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.2440120Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4499","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.2672130Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3012370Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4499","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3016860Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3017620Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3021610Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3021960Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3026140Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-4499","binaryDate":"1785856691.392534","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3027580Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3027690Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3027840Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3028070Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3028390Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3028510Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.3028720Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.8010770Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.8027010Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 502ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:28.8027890Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:29.8068000Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.0981210Z com.testcodepush: 88440 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.1030900Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 293ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.1707590Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.1707860Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.1708050Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.1708270Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.1717840Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:30.4370780Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 265ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.4416950Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.7137380Z com.testcodepush: 88518 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.7138110Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 272ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9863540Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9964970Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9965940Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9966360Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9967090Z [TIMING] test "localPackage.installOnNextResume.norevert" took 14039ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9967900Z ✔ localPackage.installOnNextResume.norevert (14040ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9968200Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9968390Z #localPackage.installOnNextSuspend +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9968900Z Setting up scenario scenarioInstallOnSuspendWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:31.9994190Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.0000560Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.0003370Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnSuspendWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.0006590Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.0008220Z [TIMING] setupScenario(scenarioInstallOnSuspendWithRevert.js) for "#localPackage.installOnNextSuspend" took 10ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.0012350Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.2969320Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 295ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.2969690Z [TIMING] ios prepareEmulatorForTest total took 295ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.2970690Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.3214480Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.3243340Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.3245560Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.3251800Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:32.3269300Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0381140Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0381730Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0382040Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0382240Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0382440Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0382640Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0382840Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0383030Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0383330Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0383540Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0383740Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0389240Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0389480Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0389600Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0389620Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0389700Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0389880Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0390010Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:33.0390010Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:35.0999590Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:35.1010910Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:35.2072920Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2881ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:35.2079210Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:35.2173310Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2892ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:35.2174440Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:35.2175490Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:49.6503800Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 14433ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:49.6504460Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 14433ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:49.6504920Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:50.2539790Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 598ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:50.2916270Z [TIMING] ios uninstallApplication took 598ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:50.2951120Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:50.7061910Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 451ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:50.7149180Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.0642540Z com.testcodepush: 89737 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.0644220Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 359ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.0644590Z [TIMING] ios installApp+launch took 816ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.0644910Z [TIMING] ios runApplication total (built=true) took 15847ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3224150Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3233080Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8a3172685b1875ece792b4fec6e31f9bbec8afd0ffee5f0faa001875a8c5482b","client_unique_id":"82F72E1B-D191-41FF-AE7B-6B2699192665"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3237400Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6013","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3491180Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3498970Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6013","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3501650Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3503310Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3523570Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3912440Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3966710Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-6013","binaryDate":"1785856729.544600","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.3969020Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.4084750Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.4086900Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.4087190Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.4087580Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.4180290Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.4180910Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8432830Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8487390Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8495530Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8497940Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8504000Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8537930Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8542080Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 439ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:51.8552600Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:52.0715460Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 229ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:52.8501430Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.0724220Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.1812150Z com.testcodepush: 90153 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.1870910Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 330ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4040690Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4062400Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8a3172685b1875ece792b4fec6e31f9bbec8afd0ffee5f0faa001875a8c5482b","client_unique_id":"82F72E1B-D191-41FF-AE7B-6B2699192665"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4065590Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6013","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4192410Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4247420Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4247760Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4247910Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4248160Z [TIMING] test "localPackage.installOnNextSuspend.dorevert" took 21123ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4248720Z ✔ localPackage.installOnNextSuspend.dorevert (21123ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4249030Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4249200Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4249460Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4371850Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4423040Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-6013","binaryDate":"1785856729.544600","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4424820Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4425010Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4425250Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.4425450Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9710330Z com.testcodepush: 90153 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9811280Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 551ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9877540Z [TIMING] ios prepareEmulatorForTest total took 551ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9878120Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9878790Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 905ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9879530Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9881130Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9882640Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9883830Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:53.9885550Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0369330Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0370060Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0370310Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0370520Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0370710Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0370930Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0371130Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0371350Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0371600Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0371840Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0372030Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0372560Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0372770Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0372900Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0372900Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0373520Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0373750Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0373880Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:18:55.0373880Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:01.9576620Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:01.9644050Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.0206970Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8034ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.0257530Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.0329110Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8048ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.0329870Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.0330310Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.3540940Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 299ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.3541390Z [TIMING] ios uninstallApplication took 299ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.3669430Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.7920920Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 458ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:02.7957470Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.1412190Z com.testcodepush: 90762 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.1446030Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 355ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.1446720Z [TIMING] ios installApp+launch took 813ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.1447150Z [TIMING] ios runApplication total (built=false) took 1112ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3873310Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3874510Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8a3172685b1875ece792b4fec6e31f9bbec8afd0ffee5f0faa001875a8c5482b","client_unique_id":"D05542E2-0378-4F9D-968A-F1891CA738AA"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3938540Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9433","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3939780Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3940630Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9433","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3941500Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3941620Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.3965750Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4170630Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4180800Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-9433","binaryDate":"1785856729.544600","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4182170Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4182290Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4264360Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4264860Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4265140Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4266080Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.4269060Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8481240Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8511610Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8512020Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8512240Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8512600Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8527040Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8527510Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 426ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:03.8528050Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:04.1023030Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 255ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:04.8547040Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.1047400Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.1810980Z com.testcodepush: 90913 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.1918550Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 322ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4379950Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4380210Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4380540Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4380880Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4388240Z [TIMING] test "localPackage.installOnNextSuspend.norevert" took 11467ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4389020Z ✔ localPackage.installOnNextSuspend.norevert (11467ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4390500Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4399580Z localPackage installOnNextRestart +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4401050Z Setting up scenario scenarioInstallOnRestartWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4529540Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4585020Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4591590Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnRestartWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4594560Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4694930Z [TIMING] setupScenario(scenarioInstallOnRestartWithRevert.js) for "localPackage installOnNextRestart" took 21ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.4696900Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9842480Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 517ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9944760Z [TIMING] ios prepareEmulatorForTest total took 518ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9979520Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9980320Z com.testcodepush: 90913 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9980860Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 882ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9981650Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9982680Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:05.9986350Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.0008680Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.0059970Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7425820Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7426210Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7426450Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7426650Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7426840Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7427020Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7427210Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7427420Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7427620Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7427810Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7428020Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7428200Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7428400Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7428520Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7428520Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7430670Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7430950Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7431080Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:06.7431110Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:08.4861490Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:08.4871610Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:08.5881480Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2584ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:08.5888920Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:08.5992030Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2600ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:08.5992720Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:08.5993940Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:21.8853080Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 13286ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:21.8853840Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 13286ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:21.8854420Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:22.2123180Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 327ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:22.2235620Z [TIMING] ios uninstallApplication took 327ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:22.2346040Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:22.7215920Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 509ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:22.7316110Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.0701470Z com.testcodepush: 93156 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.0702810Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 348ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.0742250Z [TIMING] ios installApp+launch took 857ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.0895020Z [TIMING] ios runApplication total (built=true) took 14470ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3241950Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3243400Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"EEC50A73-FE8A-432B-974F-F87D55C2F65A"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3245020Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6061","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3447710Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3449380Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6061","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3460430Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3461050Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3487490Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3864850Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3890370Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-6061","binaryDate":"1785856761.779770","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3891830Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3891960Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3892200Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3892790Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3896920Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3897150Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3898250Z Update hash: randomHash-6061 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.3899550Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:23.5892420Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 199ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:24.5921530Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:24.8449730Z com.testcodepush: 93168 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:24.8507090Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 253ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:25.1148420Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:25.1149010Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:25.1149260Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:25.1149410Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:25.1149590Z Update hash: randomHash-6061 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:25.1149870Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:25.2580580Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 153ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.2642910Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.5423750Z com.testcodepush: 93179 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.5425400Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 279ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7541330Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7542140Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"EEC50A73-FE8A-432B-974F-F87D55C2F65A"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7549030Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6061","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7618710Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7619490Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7619740Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7620010Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7627240Z [TIMING] test "localPackage.installOnNextRestart.dorevert" took 20778ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7628010Z ✔ localPackage.installOnNextRestart.dorevert (20778ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7628320Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7631740Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7652820Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7835030Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7848670Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-6061","binaryDate":"1785856761.779770","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7886320Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7945750Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7996620Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.7996980Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9577910Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 194ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9613310Z [TIMING] ios prepareEmulatorForTest total took 194ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9613870Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9660130Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9670430Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9676490Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9680610Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:26.9693190Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7734220Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7734590Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7734880Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7735160Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7735360Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7735590Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7735790Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7736010Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7736310Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7736510Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7736700Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7736900Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7737070Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7737170Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7737170Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7738380Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7738630Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7738770Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:27.7738770Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.0600330Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.0623890Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.1063030Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7137ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.1066750Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.1166230Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7148ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.1167010Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.1167450Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.3691880Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 252ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.3791630Z [TIMING] ios uninstallApplication took 253ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.3893590Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.8448190Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 475ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:34.8485280Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.1471400Z com.testcodepush: 94182 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.1531060Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 304ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.1531390Z [TIMING] ios installApp+launch took 779ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.1531630Z [TIMING] ios runApplication total (built=false) took 1032ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3792500Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3793590Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"2AD2CB64-9F24-4A39-8346-769F03AF0D9C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3795760Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1397","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3798150Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3799690Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1397","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3801290Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3801460Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.3816560Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4051880Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4071240Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-1397","binaryDate":"1785856761.779770","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4073140Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4073290Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4099530Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4100270Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4100640Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4100800Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.4108700Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:35.6387410Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 223ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:36.6454010Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:36.8934840Z com.testcodepush: 94193 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:36.8937070Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 248ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:37.1768060Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:37.1804600Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:37.1805000Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:37.1805150Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:37.1805370Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:37.3599830Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 182ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.3628610Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.6298830Z com.testcodepush: 94205 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.6303140Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 268ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8816950Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8818240Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8827200Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8827500Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8827740Z [TIMING] test "localPackage.installOnNextRestart.norevert" took 11925ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8828790Z ✔ localPackage.installOnNextRestart.norevert (11925ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8829600Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:38.8834870Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0511190Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 167ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0511540Z [TIMING] ios prepareEmulatorForTest total took 167ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0512360Z Setting up scenario updateNARConditional.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0602610Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0739050Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0768340Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNARConditional.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0769510Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.0771640Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6165770Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6166360Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6166750Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6167000Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6167250Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6167950Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6168140Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6168330Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6168530Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6168720Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6174260Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6174480Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6174660Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6174760Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6174760Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6174850Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6175030Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6175160Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:39.6175160Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.0481950Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.0491920Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.1387610Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2063ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.1394330Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.1506890Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2077ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.1507680Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.1508110Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.3406080Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 190ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.3514470Z [TIMING] ios uninstallApplication took 190ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.3616450Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.7552510Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 415ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:41.7653910Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.0717340Z com.testcodepush: 94428 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.0720930Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 317ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.0722060Z [TIMING] ios installApp+launch took 732ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.0722470Z [TIMING] ios runApplication total (built=false) took 922ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3157880Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3160770Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"A31A621E-E993-465D-BC0D-B179EA2017E5"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3276740Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8910","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3357790Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3360230Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8910","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3361480Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3362010Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3362880Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3487920Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3489620Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8910","binaryDate":"1785856761.779770","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3500360Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3500750Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3524130Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3524480Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3524750Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3525980Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3534900Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3599240Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3717080Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3779810Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3785480Z replacing "CODE_PUSH_APP_VERSION" with "Update 2 (bad update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.3804570Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9719860Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9720330Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9720660Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9720860Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9721070Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9721330Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9721570Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9721770Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9721960Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9722160Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9722360Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723020Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723300Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723440Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723440Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723540Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723790Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723930Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:42.9723930Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:44.3141950Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:44.3154070Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:44.4142250Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2033ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:44.4150300Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:44.4255770Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2047ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:44.4256420Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:44.6221890Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 193ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:45.6191180Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:45.8826640Z com.testcodepush: 95204 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:45.8828050Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 263ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1581130Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1617860Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1618140Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1618380Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1810710Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1847430Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8910","label":"mock-update","client_unique_id":"A31A621E-E993-465D-BC0D-B179EA2017E5"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1849190Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5223","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1971460Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1973080Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5223","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1974280Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.1986250Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2014050Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2153710Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2155450Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5223","binaryDate":"1785856761.779770","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2162430Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2162620Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2197490Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2197880Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2198200Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2199750Z Message index: 3 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.2206130Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:46.4122600Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 192ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.4165460Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.6912880Z com.testcodepush: 95424 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.6916720Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 276ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.9488290Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.9488700Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.9488930Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.9490430Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:47.9500230Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:48.1141020Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 164ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.1200220Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.3867460Z com.testcodepush: 95436 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.3868780Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 267ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6928550Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6929480Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6929970Z Sending body: SKIP_NOTIFY_APPLICATION_READY +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6930340Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6932090Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6934250Z Body: {"message":"SKIPPED_NOTIFY_APPLICATION_READY"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6936750Z Sending body: SKIP_NOTIFY_APPLICATION_READY +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6937020Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.6937280Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:49.8857730Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 195ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:50.8927670Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.1752200Z com.testcodepush: 95448 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.1791610Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 283ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4114420Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4114710Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4114940Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4116120Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4258250Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4265670Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8910","label":"mock-update","client_unique_id":"A31A621E-E993-465D-BC0D-B179EA2017E5"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4266960Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5223","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4515780Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4516240Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4516490Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4516610Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4528930Z [TIMING] test "localPackage.installOnNextRestart.revertToPrevious" took 12401ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4529860Z ✔ localPackage.installOnNextRestart.revertToPrevious (12401ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4532220Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4532860Z #codePush.restartApplication +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4535020Z Setting up scenario scenarioRestart.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4554830Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4559110Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4564690Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4659530Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4665720Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4669780Z [TIMING] setupScenario(scenarioRestart.js) for "#codePush.restartApplication" took 13ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4682380Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4801970Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4826110Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5223","binaryDate":"1785856761.779770","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4932330Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4974940Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4975270Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.4975500Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6673530Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 199ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6696850Z [TIMING] ios prepareEmulatorForTest total took 199ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6697430Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6743160Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6800320Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6862650Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6868430Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:51.6884810Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2016180Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2016590Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2016870Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2017070Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2017270Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2017470Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2017710Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2017960Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2018180Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2018370Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2018940Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2019190Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2019410Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2019510Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2019520Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2019990Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2020250Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2020460Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:52.2020460Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:53.1228020Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:53.1248040Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:53.2282370Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1540ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:53.2283200Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:53.2390520Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 1551ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:53.2391260Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:19:53.2392350Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:04.5015050Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 11262ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:04.5015650Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 11262ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:04.5016080Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:04.7680330Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 266ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:04.7787290Z [TIMING] ios uninstallApplication took 266ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:04.7892340Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.2884880Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 510ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.2987230Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.5633370Z com.testcodepush: 96640 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.5637230Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 285ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.5637640Z [TIMING] ios installApp+launch took 796ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.5637920Z [TIMING] ios runApplication total (built=true) took 12324ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.7992600Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8098190Z Body: {"message":"PENDING_PACKAGE","args":[null]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8161710Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8165110Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8166120Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8166790Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8167170Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8167740Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8167970Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8168700Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bb2a4d09d5f67e3333367ef776cc75e50491afd0d3ec89a58756727074730fc2","client_unique_id":"C94611B1-5A54-4800-95A9-C1C3E2ABC429"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8170410Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2870","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8431630Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8432760Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bb2a4d09d5f67e3333367ef776cc75e50491afd0d3ec89a58756727074730fc2","client_unique_id":"C94611B1-5A54-4800-95A9-C1C3E2ABC429"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8434470Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2870","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8479750Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8703110Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8712520Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8712880Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8713010Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8742160Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8742730Z Body: {"message":"PENDING_PACKAGE","args":["randomHash-2870"]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8743250Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8743840Z Message index: 3 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8768320Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8768600Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8768850Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.8938320Z Message index: 4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.9811500Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.9826030Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.9826510Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.9826680Z Message index: 5 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:05.9826970Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:06.1698160Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 187ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.1739250Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.4578050Z com.testcodepush: 96651 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.4581470Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 285ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7136400Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7136750Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7136990Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7137140Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7137360Z [TIMING] test "codePush.restartApplication.checkPackages" took 16046ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7137970Z ✔ codePush.restartApplication.checkPackages (16046ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7138510Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7141380Z #codePush.restartApplication.2x +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.7143690Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.8765650Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 162ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.8766210Z [TIMING] ios prepareEmulatorForTest total took 162ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.8767690Z Setting up scenario scenarioInstallRestart2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.8957940Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.8979670Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.8991510Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallRestart2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.9017800Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.9023010Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.9036450Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.9043420Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.9046980Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.9050240Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:07.9066950Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7754850Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7755300Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7755610Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7755890Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7756100Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7756810Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7757030Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7757220Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7757410Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7757670Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7757920Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7758110Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7758330Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7758460Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7758470Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7758990Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7759250Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7759390Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:08.7759390Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:14.7918090Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:14.7944690Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:14.8391850Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6933ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:14.8398130Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:14.8503730Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6945ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:14.8507830Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:14.8509270Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.0945120Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 11244ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.0945850Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 11244ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.0946280Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.3529790Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 258ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.3641620Z [TIMING] ios uninstallApplication took 258ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.3757290Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.7863190Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 430ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:26.7985260Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.1699510Z com.testcodepush: 98620 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.1774970Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 386ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.1957690Z [TIMING] ios installApp+launch took 817ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.1957920Z [TIMING] ios runApplication total (built=true) took 12319ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.3856130Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.3858400Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"5cfd9c334bbb743b50a766c61e5d3b65a98a0598b91e650663c3cdad7b87f0b8","client_unique_id":"270D9CC7-4F11-4A67-9EFD-14F8115DEC67"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.3859920Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1552","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4018980Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4076310Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1552","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4078650Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4078980Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4079250Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4639670Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4723740Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-1552","binaryDate":"1785856826.019666","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4725290Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4725440Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4725650Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4725890Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4726110Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.4726260Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5689170Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5689410Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5689600Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5690210Z Message index: 3 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5698560Z [TIMING] test "blocks when a restart is in progress and doesn't crash if there is a pending package" took 19693ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5702580Z ✔ blocks when a restart is in progress and doesn't crash if there is a pending package (19693ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5703120Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.5704890Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7491680Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 178ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7495290Z [TIMING] ios prepareEmulatorForTest total took 178ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7496360Z Setting up scenario scenarioRestart2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7750790Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7811530Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7816440Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7825820Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:27.7841460Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6369800Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6370420Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6370820Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6371030Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6371230Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6371410Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6371620Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6371800Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6371970Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6372150Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6372480Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6372690Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6372870Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6372960Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6372960Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6373030Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6373200Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6373310Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:28.6373310Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:35.8768690Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:35.8797390Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:35.9254720Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8142ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:35.9255540Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:35.9375340Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8155ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:35.9376150Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:35.9377310Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:46.6641340Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10726ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:46.6644030Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10727ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:46.6644650Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:46.9919680Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 326ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.0022450Z [TIMING] ios uninstallApplication took 327ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.0360850Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.5096480Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 517ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.5197190Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.8186080Z com.testcodepush: 944 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.8189310Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 310ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.8192310Z [TIMING] ios installApp+launch took 827ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:47.8200080Z [TIMING] ios runApplication total (built=true) took 11881ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.0768470Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.0770830Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b24f2748ac0b8cbb857028782f8d1d25906e95a1f36b7e43adb6d535b4c22a14","client_unique_id":"BAF1CD92-9712-4BD3-8D8A-A24AE14842DE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.0777570Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7668","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.0954620Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.0975370Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7668","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.0977920Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.0978100Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1006310Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1346470Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1357250Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7668","binaryDate":"1785856846.600705","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1358660Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1358820Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1384440Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1384720Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1384940Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.1385470Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2447950Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2449050Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2449520Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2450700Z Message index: 3 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2461590Z [TIMING] test "doesn't block when the restart is ignored" took 20497ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2462100Z ✔ doesn't block when the restart is ignored (20498ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2462530Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2466620Z #window.codePush.sync +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2470860Z #window.codePush.sync 1x +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2471410Z Setting up scenario scenarioSync.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2489450Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2500420Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2504580Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2512380Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2514310Z [TIMING] setupScenario(scenarioSync.js) for "#window.codePush.sync 1x" took 5ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.2516890Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.4651490Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 214ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.4652010Z [TIMING] ios prepareEmulatorForTest total took 214ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.4652770Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6526830Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6527210Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6527440Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6527960Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6561350Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6562070Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6569690Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6570060Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 191ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6570460Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6570800Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6571030Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6571220Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6571520Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6571940Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6572080Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6572820Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:48.6573930Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:59.2845920Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10627ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:59.2846550Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10627ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:59.2846980Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:59.5491910Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:59.5735100Z [TIMING] ios uninstallApplication took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:59.5833480Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:20:59.9999910Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 450ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.0008390Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.3472260Z com.testcodepush: 1909 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.3472850Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 349ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.3473260Z [TIMING] ios installApp+launch took 799ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.3661280Z [TIMING] ios runApplication total (built=true) took 11690ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.5912570Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.5922740Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"96CC5695-1190-40CB-B89B-BA081CDD9867"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.5924110Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6134400Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6135830Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"96CC5695-1190-40CB-B89B-BA081CDD9867"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6138330Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6284590Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6286020Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6482930Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6483100Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6483340Z [TIMING] test "window.codePush.sync.noupdate" took 11970ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6483830Z ✔ window.codePush.sync.noupdate (11970ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6485350Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6486130Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.6486400Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.8608090Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 231ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.8612790Z [TIMING] ios prepareEmulatorForTest total took 231ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:00.8614390Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0727220Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0728010Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0728790Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0729190Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0752470Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0754030Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0766960Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0767420Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0767770Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0768000Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0768190Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0768520Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0768810Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0768910Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0769050Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 216ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0770610Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.0771070Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.3418230Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.3471480Z [TIMING] ios uninstallApplication took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.3477510Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.7714240Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 424ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:01.7740310Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.1267990Z com.testcodepush: 2329 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.1295340Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 362ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.1295890Z [TIMING] ios installApp+launch took 786ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.1296180Z [TIMING] ios runApplication total (built=false) took 1051ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3607780Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3620290Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"39718222-EA32-4DC7-9BBE-B0FE958EC5AA"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3621140Z Response: "invalid {{ json" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3819270Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3820700Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"39718222-EA32-4DC7-9BBE-B0FE958EC5AA"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3821370Z Response: "invalid {{ json" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3929790Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3940970Z Body: {"message":"SYNC_STATUS","args":[3]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3941310Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3941480Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3942430Z [TIMING] test "window.codePush.sync.checkerror" took 1317ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3942940Z ✔ window.codePush.sync.checkerror (1317ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3943200Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3943330Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.3944190Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.6400600Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 245ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.6401090Z [TIMING] ios prepareEmulatorForTest total took 245ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.6401450Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8648670Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8649310Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8649920Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8650320Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8655010Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8656440Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8666990Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8667410Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 226ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8667850Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8668260Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8668580Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8668800Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8669140Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8669430Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8669540Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8671170Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:02.8671790Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.1039770Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 236ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.1363240Z [TIMING] ios uninstallApplication took 236ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.1383350Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.5041160Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 400ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.5042810Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.8230700Z com.testcodepush: 2622 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.8235990Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 320ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.8236300Z [TIMING] ios installApp+launch took 720ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:03.8236550Z [TIMING] ios runApplication total (built=false) took 956ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0335230Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0335940Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"A85BFF90-5074-49D9-8BC9-6ECFF4D959A8"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0337430Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8304","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0482760Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0485580Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"A85BFF90-5074-49D9-8BC9-6ECFF4D959A8"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0488460Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8304","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0754620Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0755340Z Body: {"message":"SYNC_STATUS","args":[3]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0755580Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0761230Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0761980Z [TIMING] test "window.codePush.sync.downloaderror" took 1210ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0762570Z ✔ window.codePush.sync.downloaderror (1210ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0763000Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0763820Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.0768590Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.3082660Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 232ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.3083200Z [TIMING] ios prepareEmulatorForTest total took 232ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.3085010Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4702150Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4702640Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4702880Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4703070Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4707740Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4708620Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4721510Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4721880Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 164ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4722270Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4722620Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4722840Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4723020Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4723330Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4723660Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4723800Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:04.4742270Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2876680Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2877150Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2877410Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2877610Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2877840Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2878030Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2878220Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2878450Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2878700Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2878930Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2879120Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2879310Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2879530Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2879670Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2879690Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2880260Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2880510Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2880650Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:05.2880650Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.0798370Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.0887640Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.1297380Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6655ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.1303780Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.1405620Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6668ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.1406310Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.1406720Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.4341410Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 293ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.4450520Z [TIMING] ios uninstallApplication took 294ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.4553320Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.8699500Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 435ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:11.8804720Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.1716760Z com.testcodepush: 2866 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.1718040Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 302ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.1718470Z [TIMING] ios installApp+launch took 737ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.1718890Z [TIMING] ios runApplication total (built=false) took 1031ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.4023240Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.4057940Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"16290967-2B30-4356-B5B4-9C524DA8D692"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.4064560Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2909","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.4139600Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.4309090Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"16290967-2B30-4356-B5B4-9C524DA8D692"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.4310980Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2909","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.4312180Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.5373080Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.5373390Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.5373650Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.5373920Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.5380340Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:12.7412010Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 204ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:13.7439510Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.0018820Z com.testcodepush: 3182 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.0022050Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 259ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2140930Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2152760Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"16290967-2B30-4356-B5B4-9C524DA8D692"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2155600Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2909","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2375070Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2483580Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"16290967-2B30-4356-B5B4-9C524DA8D692"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2500250Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2909","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2501720Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2501950Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2502200Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2502350Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2502680Z [TIMING] test "window.codePush.sync.dorevert" took 9776ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2503150Z ✔ window.codePush.sync.dorevert (9776ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2503350Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2503500Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.2503730Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.4392490Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 188ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.4398480Z [TIMING] ios prepareEmulatorForTest total took 188ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.4399760Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6270340Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6270830Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6271090Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6271350Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6308100Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6310050Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6317350Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6317800Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 193ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6318490Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6318850Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6319110Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6319380Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6319800Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6320160Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6320260Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6320590Z Setting up scenario updateSync.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6331370Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6336770Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6340040Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6343950Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:14.6355680Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.2998480Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.2999970Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3000290Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3000850Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3001140Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3001380Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3001570Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3001770Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3001950Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3002150Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3002370Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3002560Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3002740Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3002840Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3002850Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3004390Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3004670Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3004810Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:15.3004810Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:16.7576720Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:16.7589070Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:16.8597510Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2224ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:16.8599250Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:16.8705790Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2236ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:16.8711530Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:16.8712010Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.0821380Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 211ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.0920250Z [TIMING] ios uninstallApplication took 211ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.1021890Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.5559070Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 473ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.5588170Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.8976460Z com.testcodepush: 3888 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.8996710Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 342ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.9005980Z [TIMING] ios installApp+launch took 817ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:17.9006770Z [TIMING] ios runApplication total (built=false) took 1028ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.1234040Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.1239560Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"210701B9-6ACD-46B9-B882-41A68739FD87"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.1241690Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8705","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.1515520Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.1524520Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"210701B9-6ACD-46B9-B882-41A68739FD87"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.1532500Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8705","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.1606310Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.2826580Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.2826940Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.2827200Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.2829030Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.2923300Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.2933200Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8705","label":"mock-update","client_unique_id":"210701B9-6ACD-46B9-B882-41A68739FD87"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.2964720Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8705","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3196900Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3199190Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8705","label":"mock-update","client_unique_id":"210701B9-6ACD-46B9-B882-41A68739FD87"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3200730Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8705","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3297060Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3297610Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3303630Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3303780Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.3306430Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:18.5501100Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 219ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:19.5532410Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:19.8292880Z com.testcodepush: 3899 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:19.8293230Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 273ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0663140Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0663470Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0663960Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0666290Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0678440Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0683400Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8705","label":"mock-update","client_unique_id":"210701B9-6ACD-46B9-B882-41A68739FD87"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0686760Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0856050Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0856700Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8705","label":"mock-update","client_unique_id":"210701B9-6ACD-46B9-B882-41A68739FD87"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.0858690Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1015240Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1015560Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1015810Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1015940Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1016150Z [TIMING] test "window.codePush.sync.update" took 5466ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1016650Z ✔ window.codePush.sync.update (5467ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1016900Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1017060Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1017200Z #window.codePush.sync 2x +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1017670Z Setting up scenario scenarioSync2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1018440Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1019390Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1020420Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1023350Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1025890Z [TIMING] setupScenario(scenarioSync2x.js) for "#window.codePush.sync 2x" took 4ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.1028680Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.2893530Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 186ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.2894050Z [TIMING] ios prepareEmulatorForTest total took 187ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.2894940Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4861260Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4861670Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4861890Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4862080Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4866740Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4868460Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4882130Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 199ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4887670Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4888150Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4888540Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4888760Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4888950Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4889510Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4889790Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4889900Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4890130Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:20.4891400Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:32.9989000Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 12510ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:32.9989610Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 12510ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:32.9990080Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.2491490Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 250ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.2759130Z [TIMING] ios uninstallApplication took 250ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.2860900Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.6480250Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 398ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.6581820Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.9804550Z com.testcodepush: 4897 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.9805580Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 333ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.9806080Z [TIMING] ios installApp+launch took 731ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:33.9807050Z [TIMING] ios runApplication total (built=true) took 13492ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2277550Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2299510Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"3CEBBD3F-D68F-4FD4-9494-8A6220E2BD3D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2301040Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2301780Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2551840Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"3CEBBD3F-D68F-4FD4-9494-8A6220E2BD3D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2553480Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2554330Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2555510Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2555830Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2555980Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2556170Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2556840Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"3CEBBD3F-D68F-4FD4-9494-8A6220E2BD3D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2558190Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2599930Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2713820Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2714610Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2714780Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2714980Z [TIMING] test "window.codePush.sync.2x.noupdate" took 13772ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2715460Z ✔ window.codePush.sync.2x.noupdate (13772ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2715730Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2715890Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.2716070Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.4952890Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 234ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.4953280Z [TIMING] ios prepareEmulatorForTest total took 234ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.4953590Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6743890Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6744320Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6744840Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6745020Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6780470Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6781350Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6791840Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6792280Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 184ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6792700Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6793060Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6793310Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6793560Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6793960Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6794340Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6794490Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6794720Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.6795140Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.8967980Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 204ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.9080940Z [TIMING] ios uninstallApplication took 205ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:34.9183040Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.3085400Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 413ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.3211410Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.6236440Z com.testcodepush: 4918 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.6237000Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 314ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.6238120Z [TIMING] ios installApp+launch took 738ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.6238440Z [TIMING] ios runApplication total (built=false) took 943ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8402740Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8414520Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"BA84699D-C737-4517-A626-922E6A0FE5AB"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8415290Z Response: "invalid {{ json" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8415440Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8416020Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"BA84699D-C737-4517-A626-922E6A0FE5AB"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8416590Z Response: "invalid {{ json" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8506860Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8507170Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8562520Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8562690Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8563010Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8564430Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"BA84699D-C737-4517-A626-922E6A0FE5AB"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8565320Z Response: "invalid {{ json" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8606640Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8615280Z Body: {"message":"SYNC_STATUS","args":[3]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8615500Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8615640Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8616080Z [TIMING] test "window.codePush.sync.2x.checkerror" took 1181ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8616810Z ✔ window.codePush.sync.2x.checkerror (1181ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8617050Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8617210Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:35.8620400Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.1054300Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 243ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.1054780Z [TIMING] ios prepareEmulatorForTest total took 244ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.1055100Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2548970Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2549450Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2549690Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2549930Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2554610Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2555790Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2565500Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 151ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2565840Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2566210Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2566530Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2566740Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2566920Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2567220Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2567480Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2567580Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2568370Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.2569090Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.4933950Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 233ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.4935530Z [TIMING] ios uninstallApplication took 234ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.4936570Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.9148970Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 424ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:36.9180990Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.2133840Z com.testcodepush: 4936 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.2135440Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 299ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.2135850Z [TIMING] ios installApp+launch took 723ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.2136110Z [TIMING] ios runApplication total (built=false) took 957ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4244370Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4257990Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"665C81C3-882C-47D7-A5D5-E316BA7B45CC"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4261250Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2030","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4263100Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4263740Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"665C81C3-882C-47D7-A5D5-E316BA7B45CC"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4265800Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2030","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4448250Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4448970Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4458910Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4460290Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4472500Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4481580Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"665C81C3-882C-47D7-A5D5-E316BA7B45CC"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4483440Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2030","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4822430Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4824580Z Body: {"message":"SYNC_STATUS","args":[3]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4824870Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4826000Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4827260Z [TIMING] test "window.codePush.sync.2x.downloaderror" took 1226ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4828720Z ✔ window.codePush.sync.2x.downloaderror (1226ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4829500Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4832360Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.4843970Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.7138310Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 230ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.7139280Z [TIMING] ios prepareEmulatorForTest total took 231ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.7139610Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8878020Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8879210Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8879520Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8879720Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8884860Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8885260Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8895390Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 176ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8895800Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8896230Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8896720Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8897010Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8897260Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8897600Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8897950Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8898370Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8899020Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8960270Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8961100Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8962130Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8964620Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:37.8977280Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6610760Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6611270Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6611560Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6611780Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6612010Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6612260Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6612520Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6612760Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6612950Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6613140Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6613330Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6613540Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6613720Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6613830Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6613830Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6615000Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6615260Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6615380Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:38.6615380Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:45.7474180Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:45.7505350Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:45.7970490Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7899ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:45.7977870Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:45.8096730Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7913ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:45.8097720Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:45.8098180Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.0179480Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 207ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.0494820Z [TIMING] ios uninstallApplication took 207ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.0599350Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.5083040Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 490ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.5183230Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.8151550Z com.testcodepush: 6370 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.8154660Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 307ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.8155340Z [TIMING] ios installApp+launch took 797ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:46.8155690Z [TIMING] ios runApplication total (built=false) took 1006ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0414940Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0431500Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"90216A54-634D-4081-BA3B-5EDB9A92B929"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0443630Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7599","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0463190Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0465610Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"90216A54-634D-4081-BA3B-5EDB9A92B929"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0469560Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7599","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0637630Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0738800Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0839960Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0908240Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0908580Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0909300Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"90216A54-634D-4081-BA3B-5EDB9A92B929"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0910700Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7599","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.0911930Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.1961820Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.1962740Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.1977610Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.1978630Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.1978920Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:47.3839500Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 187ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.3871520Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.6280310Z com.testcodepush: 6379 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.6281450Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 241ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8314470Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8325890Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"90216A54-634D-4081-BA3B-5EDB9A92B929"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8337520Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7599","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8338500Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8339320Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"90216A54-634D-4081-BA3B-5EDB9A92B929"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8341150Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7599","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8469440Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8470040Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8470350Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8481650Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8595780Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8627680Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"90216A54-634D-4081-BA3B-5EDB9A92B929"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8629190Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7599","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8630220Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8630460Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8630680Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8630820Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8631430Z [TIMING] test "window.codePush.sync.2x.dorevert" took 10972ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8632110Z ✔ window.codePush.sync.2x.dorevert (10972ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8632400Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8632570Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:48.8632900Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.0353430Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 173ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.0353920Z [TIMING] ios prepareEmulatorForTest total took 173ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.0354210Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2056980Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2057470Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2057740Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2057990Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2070290Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2070750Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2082380Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2082950Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 172ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2083460Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2083880Z Simulator device failed to terminate com.testcodepush. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2084120Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2084380Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2084760Z The request to terminate "com.testcodepush" failed. found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2085180Z found nothing to terminate +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2085320Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2085630Z Setting up scenario updateSync2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2089240Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2093870Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2096750Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2099260Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.2109730Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6922980Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6923460Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6923710Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6923910Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6924110Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6924300Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6924510Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6924820Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6925070Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6925310Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6925490Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6925660Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6925830Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6925920Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6925930Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6927330Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6927650Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6928120Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:49.6928120Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.1072410Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.1088460Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.2129370Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2002ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.2130580Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.2243080Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2014ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.2243830Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.2249080Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.4329680Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 207ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.4901800Z [TIMING] ios uninstallApplication took 207ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.4904570Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.9009230Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 468ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:51.9166280Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.2359810Z com.testcodepush: 7204 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.2360460Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 336ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.2360770Z [TIMING] ios installApp+launch took 804ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.2361000Z [TIMING] ios runApplication total (built=false) took 1011ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.4774200Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.4876530Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.4982620Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8638","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5117570Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5219730Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5321050Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8638","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5378480Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5394630Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5396550Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5407730Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5442200Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5453720Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5459880Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8638","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.5462920Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6390270Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6390760Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6391110Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6391540Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6489960Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6502600Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8638","label":"mock-update","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6504250Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8638","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6505410Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6506020Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8638","label":"mock-update","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6507810Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8638","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6663350Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6663860Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6664120Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6665690Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6682270Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6683050Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8638","label":"mock-update","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6692510Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8638","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6945200Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6945830Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6948030Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6948270Z Message index: 3 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.6948480Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:52.8729440Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 178ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:53.8775450Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.1414810Z com.testcodepush: 7403 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.1418140Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3874930Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3875190Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3875430Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3876200Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3886730Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3892680Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8638","label":"mock-update","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3894190Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3903430Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3907640Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8638","label":"mock-update","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3909200Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3976200Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3976630Z Body: {"message":"SYNC_STATUS","args":[4]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3985350Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3985540Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.3999520Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4000660Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8638","label":"mock-update","client_unique_id":"AC9F2FB6-799F-4262-AA2C-CED2DE63F65D"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4001990Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4151070Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4151410Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4167850Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4171880Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4178740Z [TIMING] test "window.codePush.sync.2x.update" took 5209ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4179360Z ✔ window.codePush.sync.2x.update (5209ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4179800Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4179970Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4183050Z #window.codePush.sync minimum background duration tests +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.4197490Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6185020Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 193ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6185430Z [TIMING] ios prepareEmulatorForTest total took 193ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6185870Z Setting up scenario scenarioSyncResume.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6261630Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6266640Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6271780Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResume.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6284280Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6291890Z Setting up scenario updateSync.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6310520Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6315740Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6318790Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6321620Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:54.6329430Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1268690Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1269050Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1269360Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1269570Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1269760Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1269960Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1270220Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1270470Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1270660Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1270850Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1271030Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1271230Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1271410Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1271510Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1271510Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1272210Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1272590Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1272750Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:55.1272750Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:56.3487930Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:56.3497960Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:56.4352690Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1803ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:56.4359490Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:56.4460220Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 1813ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:56.4460930Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:21:56.4462080Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.0530210Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 11606ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.0530800Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 11606ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.0531280Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.3168740Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.3269760Z [TIMING] ios uninstallApplication took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.3578010Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.8442870Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 519ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:08.8552530Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.1766610Z com.testcodepush: 8593 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.1767920Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.1768920Z [TIMING] ios installApp+launch took 860ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.1769730Z [TIMING] ios runApplication total (built=true) took 12731ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4091910Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4354360Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7524898ddc036b0033d8a92a0ec20948d2f2576c133b7d3af569710949454d76","client_unique_id":"5D02DE0C-BE7E-4A75-B0AB-C9A58C000DAC"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4356610Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9950","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4357700Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4358280Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7524898ddc036b0033d8a92a0ec20948d2f2576c133b7d3af569710949454d76","client_unique_id":"5D02DE0C-BE7E-4A75-B0AB-C9A58C000DAC"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4359820Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9950","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4508230Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4670920Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4671660Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4671970Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4839450Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.4839690Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.7877880Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.7881790Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 320ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:09.7884670Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:10.7904760Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.0386540Z com.testcodepush: 8593 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.0416790Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 249ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1123380Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1123710Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1123910Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1125180Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1198410Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1199870Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-9950","label":"mock-update","client_unique_id":"5D02DE0C-BE7E-4A75-B0AB-C9A58C000DAC"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1201260Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1509500Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1510450Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-9950","label":"mock-update","client_unique_id":"5D02DE0C-BE7E-4A75-B0AB-C9A58C000DAC"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1511910Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1659540Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1659840Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1660030Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1661030Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1670720Z [TIMING] test "defaults to no minimum for Resume mode" took 16554ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1671590Z ✔ defaults to no minimum for Resume mode (16555ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1673340Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.1678180Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.3822150Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 214ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.3843700Z [TIMING] ios prepareEmulatorForTest total took 215ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.3844630Z Setting up scenario scenarioSyncResumeDelay.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.3959730Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.3971940Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.4001470Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResumeDelay.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.4003960Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:11.4075280Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1910320Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1910710Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1911270Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1911470Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1911650Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1911840Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1912020Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1912200Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1912380Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1912550Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1912730Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1912920Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1913090Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1913190Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1913190Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1914560Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1914850Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1914990Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:12.1915020Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:18.1806620Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:18.1836450Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:18.2373360Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6835ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:18.2380290Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:18.2486000Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6848ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:18.2486560Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:18.2487540Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:28.9651740Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10717ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:28.9652340Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10717ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:28.9652790Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:29.2408670Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 274ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:29.2750070Z [TIMING] ios uninstallApplication took 275ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:29.2751200Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:29.7024530Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 460ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:29.7036440Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.0232850Z com.testcodepush: 9994 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.0235210Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 323ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.0236240Z [TIMING] ios installApp+launch took 783ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.0236830Z [TIMING] ios runApplication total (built=true) took 11775ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.2789600Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.2792500Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"64ff6d1b462705435c875604b386f2af32369b61633c0ea8fc49d92ad3fc2735","client_unique_id":"6200129E-F00C-486A-8C81-9E9BC6F149A5"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.2794320Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3378","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.2982980Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.2984320Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"64ff6d1b462705435c875604b386f2af32369b61633c0ea8fc49d92ad3fc2735","client_unique_id":"6200129E-F00C-486A-8C81-9E9BC6F149A5"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.2985730Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3378","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.3110270Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.3507820Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.3517290Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.3518080Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.3518510Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.3518880Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.6539530Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.6543060Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 302ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:30.6543610Z Waiting for 3000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:33.6541700Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:33.8708770Z com.testcodepush: 9994 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:33.8752710Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 217ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:33.8753090Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:34.7511280Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:34.7601550Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 880ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:34.7605730Z Waiting for 6000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:40.7524930Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:40.9797840Z com.testcodepush: 9994 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:40.9833220Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 227ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.0761600Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.0761930Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.0762240Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.0762500Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.0844800Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.0849970Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3378","label":"mock-update","client_unique_id":"6200129E-F00C-486A-8C81-9E9BC6F149A5"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.0851600Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1190770Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1210600Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3378","label":"mock-update","client_unique_id":"6200129E-F00C-486A-8C81-9E9BC6F149A5"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1211690Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1313120Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1313550Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1313760Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1314860Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1320860Z [TIMING] test "min background duration 5s for Resume mode" took 29749ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1321580Z ✔ min background duration 5s for Resume mode (29749ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1322010Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.1327200Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3196160Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 187ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3198030Z [TIMING] ios prepareEmulatorForTest total took 187ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3200420Z Setting up scenario scenarioSyncSuspend.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3316730Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3333080Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3334980Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspend.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3340140Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:41.3354010Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7250380Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7251450Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7252230Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7252470Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7252680Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7252880Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7253070Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7253260Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7253460Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7253650Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7253850Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7254050Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7254220Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7254320Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7254320Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7256240Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7256480Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7256650Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:42.7256650Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:49.9670350Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:49.9700740Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:50.0209940Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8685ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:50.0211210Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:50.0320290Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8697ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:50.0321000Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:22:50.0322060Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:03.8536170Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 13821ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:03.8536770Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 13821ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:03.8537320Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.1328610Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 278ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.1429830Z [TIMING] ios uninstallApplication took 279ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.1690270Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.5931480Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 460ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.6152630Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.8916920Z com.testcodepush: 13028 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.8917370Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 298ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.8917710Z [TIMING] ios installApp+launch took 759ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:04.8918030Z [TIMING] ios runApplication total (built=true) took 14860ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1281550Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1287270Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"c5c01e24dc9f0a358b0ae8f34bb48eb7787255b4ad36b1549020e69eef3d17e5","client_unique_id":"04F7640E-9AFF-4BBF-A6EB-EF27464A847C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1542040Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-737","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1543260Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1543860Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"c5c01e24dc9f0a358b0ae8f34bb48eb7787255b4ad36b1549020e69eef3d17e5","client_unique_id":"04F7640E-9AFF-4BBF-A6EB-EF27464A847C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1545130Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-737","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1615630Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1837430Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1884280Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1885250Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1888290Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.1890270Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5635860Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5671800Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5672800Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5674540Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5744430Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5745120Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-737","label":"mock-update","client_unique_id":"04F7640E-9AFF-4BBF-A6EB-EF27464A847C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5746560Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5748420Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5749490Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 380ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5750300Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5835500Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5836210Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-737","label":"mock-update","client_unique_id":"04F7640E-9AFF-4BBF-A6EB-EF27464A847C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5837830Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5962430Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5962850Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5963070Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5963210Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5971260Z [TIMING] test "defaults to no minimum for Suspend mode" took 24277ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5975050Z ✔ defaults to no minimum for Suspend mode (24278ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5977740Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.5991600Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.7580910Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 159ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.7581340Z [TIMING] ios prepareEmulatorForTest total took 159ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.7582290Z Setting up scenario scenarioSyncSuspendDelay.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.7767850Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.7890590Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.8066220Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspendDelay.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.8076840Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:05.8151770Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.5695970Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7284360Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7285220Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7285530Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7285730Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7285970Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7286170Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7286370Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7286570Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7286760Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7289120Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7289330Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7289520Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7289760Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7289900Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7289900Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7289990Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7290520Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7298700Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.7298700Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.8718580Z com.testcodepush: 13092 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:06.8774900Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 302ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1112040Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1116390Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-737","label":"mock-update","client_unique_id":"04F7640E-9AFF-4BBF-A6EB-EF27464A847C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1118480Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7274","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1119440Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1119630Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1119820Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1315910Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1316520Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-737","label":"mock-update","client_unique_id":"04F7640E-9AFF-4BBF-A6EB-EF27464A847C"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1317810Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7274","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1472950Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1576820Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1577120Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:07.1577360Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:13.2725250Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:13.2753140Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:13.3264720Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7512ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:13.3265450Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:13.3355820Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7528ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:13.3356530Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:13.3357760Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:24.3262310Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10991ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:24.3262930Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10991ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:24.3263370Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:24.6519720Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 325ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:24.6884480Z [TIMING] ios uninstallApplication took 325ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:24.7063710Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.1138600Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 462ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.1176480Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.4208500Z com.testcodepush: 15026 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.4210400Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 307ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.4210870Z [TIMING] ios installApp+launch took 770ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.4211200Z [TIMING] ios runApplication total (built=true) took 12086ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6355110Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6363670Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"27f4432408988da800a55b072e90a2e42280989a5261b6e60b29c58a4c85e450","client_unique_id":"41E39D73-832E-41A8-A16D-EAD9782FB1DD"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6365630Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7274","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6502460Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6503290Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"27f4432408988da800a55b072e90a2e42280989a5261b6e60b29c58a4c85e450","client_unique_id":"41E39D73-832E-41A8-A16D-EAD9782FB1DD"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6504980Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7274","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6617420Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6972330Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6987950Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6988960Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6989260Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:25.6989590Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:26.0069950Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:26.0080500Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 308ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:26.0196100Z Waiting for 3000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:29.0206440Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:29.2542120Z com.testcodepush: 15026 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:29.2563940Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 234ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:29.2564300Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:30.1451740Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:30.1461800Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 891ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:30.1462500Z Waiting for 6000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.1540660Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.3971980Z com.testcodepush: 15026 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.3986870Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 244ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.4640190Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.4640540Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.4640790Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.4656960Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.4704330Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.4709500Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7274","label":"mock-update","client_unique_id":"41E39D73-832E-41A8-A16D-EAD9782FB1DD"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.4711200Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5005270Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5009870Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7274","label":"mock-update","client_unique_id":"41E39D73-832E-41A8-A16D-EAD9782FB1DD"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5011070Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5154280Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5197300Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5198170Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5198320Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5198580Z [TIMING] test "min background duration 5s for Suspend mode" took 30758ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5199040Z ✔ min background duration 5s for Suspend mode (30758ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5199240Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.5199420Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6602700Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 142ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6603270Z [TIMING] ios prepareEmulatorForTest total took 143ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6603780Z Setting up scenario scenarioSyncRestartDelay.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6797040Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6822430Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6823430Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncRestartDelay.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6827450Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:36.6846180Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7858220Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7858590Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7858900Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7859130Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7859330Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7859530Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7859760Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7860010Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7860240Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7860430Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7860620Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7860810Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7861000Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7861120Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7861120Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7861680Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7861950Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7862130Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:37.7862190Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:43.6135180Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:43.6169040Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:43.6647010Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6980ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:43.6647900Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:43.6759850Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6992ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:43.6760480Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:43.6761580Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:54.3378290Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10662ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:54.3378910Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10662ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:54.3379360Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:54.6085080Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 258ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:54.6085910Z [TIMING] ios uninstallApplication took 259ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:54.6452800Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.0392900Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 428ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.0435870Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.3665210Z com.testcodepush: 17045 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.3667810Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 340ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.3668210Z [TIMING] ios installApp+launch took 769ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.3669190Z [TIMING] ios runApplication total (built=true) took 11691ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6266110Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6274130Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7f6b4a6842c4e6dcc783bc0f7d66fe2f2808108e13ee92e0478dfa3c78bacdd6","client_unique_id":"425F6DE8-908C-4269-BD7D-3F28F8BB8BB7"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6275750Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9708","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6490980Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6491940Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7f6b4a6842c4e6dcc783bc0f7d66fe2f2808108e13ee92e0478dfa3c78bacdd6","client_unique_id":"425F6DE8-908C-4269-BD7D-3F28F8BB8BB7"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6494030Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9708","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6644830Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6882070Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6889050Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6890460Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6891000Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.6898880Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:55.9408670Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 249ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:56.9460700Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.2221920Z com.testcodepush: 17057 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.2224510Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 277ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.4831250Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.4843010Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.4843830Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.4843970Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.4845950Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.4859680Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-9708","label":"mock-update","client_unique_id":"425F6DE8-908C-4269-BD7D-3F28F8BB8BB7"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5022460Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5023480Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5024130Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-9708","label":"mock-update","client_unique_id":"425F6DE8-908C-4269-BD7D-3F28F8BB8BB7"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5027740Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5123390Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5134860Z Body: {"message":"SYNC_STATUS","args":[0]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5135630Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5135870Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5136130Z [TIMING] test "has no effect on restart" took 20853ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5136580Z ✔ has no effect on restart (20853ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5136810Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5141620Z #window.codePush.sync mandatory install mode tests +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.5144790Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7058550Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 191ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7060260Z [TIMING] ios prepareEmulatorForTest total took 191ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7063010Z Setting up scenario scenarioSyncMandatoryDefault.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7264100Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7314780Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7320060Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryDefault.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7337850Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7340030Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7350860Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7355100Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7357990Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7362050Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:57.7370900Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6091100Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6091770Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6092050Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6092250Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6092480Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6092710Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6092900Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6093100Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6093290Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6093520Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6093780Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6094030Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6094230Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6094350Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6094360Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6097350Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6097590Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6097730Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:23:58.6097730Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:05.1348620Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:05.1378600Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:05.1931590Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7456ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:05.1941560Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:05.2031080Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7466ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:05.2031800Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:05.2032920Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:15.8154310Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10612ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:15.8157570Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10612ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:15.8158000Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.0785220Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 263ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.0886180Z [TIMING] ios uninstallApplication took 263ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.0992390Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.4840830Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 405ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.4983390Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.7900620Z com.testcodepush: 19443 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.7917710Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 307ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.7918150Z [TIMING] ios installApp+launch took 712ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:16.7918450Z [TIMING] ios runApplication total (built=true) took 11587ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.0443730Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.0456190Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"5f5d35cceaa2d6b6d9fc699884b9d5b11100f3131dd3a01d1f94c67ab2c35792","client_unique_id":"851B0EE8-ADA5-49D7-83DF-FD64F7C3B90B"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.0458310Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-5323","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.0673710Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.0677880Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"5f5d35cceaa2d6b6d9fc699884b9d5b11100f3131dd3a01d1f94c67ab2c35792","client_unique_id":"851B0EE8-ADA5-49D7-83DF-FD64F7C3B90B"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.0681800Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-5323","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.0802170Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2058490Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2058870Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2059120Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2059270Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2059470Z [TIMING] test "defaults to IMMEDIATE" took 19500ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2059920Z ✔ defaults to IMMEDIATE (19500ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2060700Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.2065310Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4064790Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 200ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4066400Z [TIMING] ios prepareEmulatorForTest total took 200ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4068710Z Setting up scenario scenarioSyncMandatoryResume.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4208040Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4315270Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4448440Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryResume.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4453430Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:17.4480580Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2159870Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2160300Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2160550Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2160760Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2160950Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2161150Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2161360Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2161560Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2161750Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2161980Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2162220Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2162450Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2162620Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2162730Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2162730Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2163520Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2163800Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2164290Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:18.2164300Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:25.1134730Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:25.1163520Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:25.1611330Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7713ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:25.1618460Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:25.1753780Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7730ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:25.1754540Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:25.1755630Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:37.8701110Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 12694ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:37.8701850Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 12695ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:37.8710240Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:38.4393570Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 569ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:38.4588930Z [TIMING] ios uninstallApplication took 569ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:38.4694190Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:38.9179440Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 478ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:38.9283280Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.2468780Z com.testcodepush: 21440 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.2474690Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 330ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.2475260Z [TIMING] ios installApp+launch took 808ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.2476850Z [TIMING] ios runApplication total (built=true) took 14072ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5090180Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5092000Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"802a15b1ff9fe05808bfd391ee34d8375fb936ad8c1d385fd67c5cb9647d105f","client_unique_id":"C11BB89B-44B6-4066-86DF-7DB564D5D2BF"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5093390Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-1039","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5348530Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5349320Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"802a15b1ff9fe05808bfd391ee34d8375fb936ad8c1d385fd67c5cb9647d105f","client_unique_id":"C11BB89B-44B6-4066-86DF-7DB564D5D2BF"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5351630Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-1039","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5474730Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5764870Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5821880Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5822480Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5822630Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.5823240Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.8935520Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.8937840Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 315ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:39.8939650Z Waiting for 5000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:44.8960850Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1020610Z com.testcodepush: 21440 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1025600Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 207ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1926860Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1927180Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1927440Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1928120Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1965810Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Resume" took 27786ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1966460Z ✔ works correctly when update is mandatory and mandatory install mode is Resume (27786ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1966760Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.1969660Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3723420Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 176ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3724110Z [TIMING] ios prepareEmulatorForTest total took 176ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3724830Z Setting up scenario scenarioSyncMandatorySuspend.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3904320Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3913940Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3922330Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatorySuspend.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3926080Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:45.3949440Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5648010Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5648420Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5648740Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5649000Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5649300Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5649540Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5649740Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5649930Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5650120Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5650330Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5650600Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5650820Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5651000Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5651110Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5651110Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5652090Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5652380Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5652550Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:46.5652560Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:54.2727400Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:54.2759470Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:54.3204590Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8926ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:54.3205350Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:54.3390300Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8946ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:54.3412570Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:24:54.3413960Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:05.6280110Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 11289ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:05.6280720Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 11289ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:05.6281180Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:05.8817890Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 254ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:05.8969780Z [TIMING] ios uninstallApplication took 254ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:05.9082160Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.3658550Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 479ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.3760940Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.6987970Z com.testcodepush: 23473 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.6991140Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 338ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.6991490Z [TIMING] ios installApp+launch took 817ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.6991810Z [TIMING] ios runApplication total (built=true) took 12360ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.9730110Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.9731000Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"C87422DC-06E6-4302-98E2-147E62823566"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.9732510Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-5138","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.9844740Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.9845790Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"C87422DC-06E6-4302-98E2-147E62823566"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.9848110Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-5138","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:06.9952840Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.0253910Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.0272770Z Body: {"message":"SYNC_STATUS","args":[1]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.0373900Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.0474900Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.0481530Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4455870Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4456460Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4456700Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4456850Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4457160Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Suspend" took 22060ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4458050Z ✔ works correctly when update is mandatory and mandatory install mode is Suspend (22060ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4458400Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4458560Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4459260Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4459810Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 414ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.4460170Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6041220Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 164ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6042290Z [TIMING] ios prepareEmulatorForTest total took 164ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6044530Z Setting up scenario scenarioSyncMandatoryRestart.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6323530Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6331310Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6336540Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryRestart.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6343150Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:07.6377740Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.4425230Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6698160Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6698550Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6698800Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6699000Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6699200Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6699400Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6699580Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6699770Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6699960Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6700180Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6700380Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6700560Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6700740Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6700840Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6700850Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6701430Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6701690Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6701880Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.6701890Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.7460740Z com.testcodepush: 23539 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.7461070Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 303ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.9544630Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.9548550Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"C87422DC-06E6-4302-98E2-147E62823566"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.9550750Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7965","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.9685410Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.9717340Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"C87422DC-06E6-4302-98E2-147E62823566"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.9718930Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7965","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:08.9790530Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:09.0841780Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:09.0842730Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:09.0843130Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:15.3383340Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:15.3409610Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:15.3941500Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7756ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:15.3942510Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:15.4049420Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7770ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:15.4050180Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:15.4051310Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:27.9199280Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 12515ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:27.9200000Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 12515ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:27.9200450Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:28.3648150Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 436ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:28.4022030Z [TIMING] ios uninstallApplication took 437ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:28.4026440Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:28.8565010Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 497ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:28.8635490Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.2348160Z com.testcodepush: 25430 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.2359400Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 378ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.2359730Z [TIMING] ios installApp+launch took 879ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.2360430Z [TIMING] ios runApplication total (built=true) took 13831ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.4799520Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.4815250Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"e305ac733519cf3fd751afc08e2c601df9319e42723e313e1ff2d70815f4f861","client_unique_id":"F90428FE-30C0-4CE5-AE2A-8BC4A27E3572"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.4938640Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7965","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.4968070Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.4969110Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"e305ac733519cf3fd751afc08e2c601df9319e42723e313e1ff2d70815f4f861","client_unique_id":"F90428FE-30C0-4CE5-AE2A-8BC4A27E3572"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.4970710Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7965","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.5115040Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6624890Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6628850Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6630960Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6631260Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6631600Z [TIMING] test "has no effect on updates that are not mandatory" took 22057ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6633250Z ✔ has no effect on updates that are not mandatory (22058ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6649060Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6649210Z #codePush.disallowRestart +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.6649610Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.8867660Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 224ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.8868380Z [TIMING] ios prepareEmulatorForTest total took 224ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.8869730Z Setting up scenario scenarioDisallowRestartImmediate.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9156210Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9224530Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9230060Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartImmediate.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9235240Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9238520Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9252510Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9257720Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9262240Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9265030Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:29.9278920Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1081320Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1081760Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1082070Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1082330Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1082550Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1082750Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1083290Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1083530Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1083780Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1083990Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1084180Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1084370Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1084590Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1084710Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1084710Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1085110Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1085830Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1085990Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:31.1086000Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:38.0375280Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:38.0412180Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:38.0914590Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8164ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:38.0921960Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:38.1002230Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8174ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:38.1002970Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:38.1004180Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:48.8964330Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10796ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:48.8964970Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10796ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:48.8965420Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.1557550Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 256ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.1666750Z [TIMING] ios uninstallApplication took 259ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.2189330Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.5957080Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 430ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.6058670Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.9382180Z com.testcodepush: 27071 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.9384000Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 351ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.9390600Z [TIMING] ios installApp+launch took 782ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:49.9394100Z [TIMING] ios runApplication total (built=true) took 11838ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.1741590Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.1747230Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"baad85cb772723a81da1b45d78ff2b6ea08a53544a0ae575286fa0e5076c7576","client_unique_id":"D1E5E3B9-3846-4956-B0FC-B66C85403E58"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.1748800Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-835","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.1944700Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.1945800Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-835","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2206530Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2206700Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2206850Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2602990Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2611320Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-835","binaryDate":"1785857148.818846","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2612470Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2612600Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2635890Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2636220Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2636460Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.2636680Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3687650Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3687920Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3688330Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3688700Z Message index: 3 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3697070Z [TIMING] test "disallowRestart with IMMEDIATE install mode" took 20483ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3698500Z ✔ disallowRestart with IMMEDIATE install mode (20483ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3698790Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.3702070Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.5805180Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 210ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.5805560Z [TIMING] ios prepareEmulatorForTest total took 210ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.5806530Z Setting up scenario scenarioDisallowRestartOnResume.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6008180Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6068880Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6075670Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnResume.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6083750Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6088220Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6097590Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6102040Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6105790Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6110830Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:50.6123640Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6417070Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6417550Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6417900Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6418170Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6418430Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6418660Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6418930Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6419150Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6419370Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6419560Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6419760Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6419940Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6420130Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6420270Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6420280Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6421740Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6422060Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6422240Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:51.6422240Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:58.1675810Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:58.1704220Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:58.2216590Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7609ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:58.2217420Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:58.2327170Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7621ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:58.2327960Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:25:58.2329030Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.0377490Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 10805ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.0378090Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 10805ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.0381730Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.2991800Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 251ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.3365350Z [TIMING] ios uninstallApplication took 252ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.3366410Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.7016190Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 411ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:09.7036800Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.0109930Z com.testcodepush: 29075 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.0111500Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 310ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.0111850Z [TIMING] ios installApp+launch took 722ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.0112180Z [TIMING] ios runApplication total (built=true) took 11779ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2474740Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2478280Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2bb6c3efde43726e89b1aef82e57a2356b3f8d1755f55c8fe800d0d0f21db394","client_unique_id":"0B1C5E6C-3944-4B27-A917-9CA60BB16A8E"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2480670Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2495","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2701620Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2702760Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2495","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2704000Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2704140Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2704310Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.2987780Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3011910Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2495","binaryDate":"1785857168.966177","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3022840Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3023320Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3025620Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3026170Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3036140Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3036710Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.3038720Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.6467330Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.6468150Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 341ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:10.6468720Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:11.6497060Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:11.8531050Z com.testcodepush: 29075 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:11.8531430Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 200ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:11.8531840Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:12.0305950Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 181ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.0339690Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.2868590Z com.testcodepush: 29094 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.2869990Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 253ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5521560Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5557000Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5557280Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5557390Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5557640Z [TIMING] test "disallowRestart with ON_NEXT_RESUME install mode" took 22970ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5558230Z ✔ disallowRestart with ON_NEXT_RESUME install mode (22970ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5558490Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.5558680Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7277280Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 175ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7380220Z [TIMING] ios prepareEmulatorForTest total took 175ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7461280Z Setting up scenario scenarioDisallowRestartOnSuspend.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7462100Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7462940Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7463910Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnSuspend.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7465380Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:13.7466670Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5128820Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5129300Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5130980Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5131220Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5131430Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5131630Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5131860Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5132070Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5132320Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5132570Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5132760Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5133000Z ▒▓▓▓▒░░░░▒▓▓▓▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5133240Z ▒▒▓▓▓▓▒▒ +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5133350Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5133350Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5133420Z Welcome to Metro v0.84.4 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5133940Z Fast - Scalable - Integrated +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5134080Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:14.5134090Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:20.6029590Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:20.6064370Z LOG:Done writing bundle output +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:20.6605430Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6926ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:20.6606570Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:20.6717960Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6940ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:20.6718560Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:20.6724160Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:34.0936300Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 13422ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:34.0940120Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 13422ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:34.0940570Z Running command: xcrun simctl uninstall booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:34.6904660Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 583ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:34.7060190Z [TIMING] ios uninstallApplication took 583ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:34.7162790Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.1348180Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 451ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.1353470Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.4902380Z com.testcodepush: 31499 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.4922470Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 365ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.4923210Z [TIMING] ios installApp+launch took 816ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.4923500Z [TIMING] ios runApplication total (built=true) took 14821ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7221480Z Update check called from the app. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7232090Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"e97ecab71a9c5db4e38467b9f7d0108474ea31313217ed69ad9a6d32e7099e6b","client_unique_id":"F5ABA9FB-AF0A-4C07-B7FC-3C33165F32A4"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7244480Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4135","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7264980Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7265880Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4135","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7266850Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7267080Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7304690Z Application downloading the package. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7845220Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7973210Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-4135","binaryDate":"1785857194.010755","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7976060Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7976240Z Message index: 1 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7976440Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7976720Z Body: {"message":"UPDATE_INSTALLED"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7976890Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7977040Z Message index: 2 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:35.7977550Z Running command: xcrun simctl launch booted com.apple.Preferences +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:36.1203160Z com.apple.Preferences: 87172 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:36.1203750Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 329ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:36.1204180Z Waiting for 1000ms before resuming the test application. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:37.1232610Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:37.3384100Z com.testcodepush: 31499 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:37.3430000Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 216ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:37.3430410Z Running command: xcrun simctl terminate booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:37.5538100Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 214ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:38.5569240Z Running command: xcrun simctl launch booted com.testcodepush +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:38.8204730Z com.testcodepush: 31521 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:38.8251390Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 264ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0832260Z Application reported a test message. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0832980Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0833700Z Sending OK +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0846370Z Message index: 0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0847120Z [TIMING] test "disallowRestart with ON_NEXT_SUSPEND install mode" took 25357ms +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0848380Z ✔ disallowRestart with ON_NEXT_SUSPEND install mode (25357ms) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0848730Z Cleaning up! +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0869820Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0874650Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0875080Z 44 passing (12m) +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.0875190Z +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.2138470Z Post job cleanup. +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6028220Z [command]/opt/homebrew/bin/git version +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6241270Z git version 2.55.0 +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6269220Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/a2983bca-ef81-4d17-b2fb-949fae1563f1/.gitconfig' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6283140Z Temporarily overriding HOME='/Users/runner/work/_temp/a2983bca-ef81-4d17-b2fb-949fae1563f1' before making global git config changes +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6283740Z Adding repository directory to the temporary git global config as a safe directory +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6285900Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/react-native-code-push/react-native-code-push +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6499560Z Removing SSH command configuration +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.6507550Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.7474630Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.8476000Z Removing HTTP extra header +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.8480510Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.8529610Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9273740Z Removing includeIf entries pointing to credentials config files +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9278930Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9331780Z includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9332530Z includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9333080Z includeif.gitdir:/github/workspace/.git.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9333410Z includeif.gitdir:/github/workspace/.git/worktrees/*.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9337930Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9384740Z /Users/runner/work/_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9398910Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path \/Users\/runner\/work\/_temp\/git\-credentials\-77a0f6e7\-4ba8\-4deb\-af1d\-e25532d25537\.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9452690Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9504120Z /Users/runner/work/_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9509190Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path \/Users\/runner\/work\/_temp\/git\-credentials\-77a0f6e7\-4ba8\-4deb\-af1d\-e25532d25537\.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9565790Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9607400Z /github/runner_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9612510Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path \/github\/runner_temp\/git\-credentials\-77a0f6e7\-4ba8\-4deb\-af1d\-e25532d25537\.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9659090Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9707930Z /github/runner_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9714900Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path \/github\/runner_temp\/git\-credentials\-77a0f6e7\-4ba8\-4deb\-af1d\-e25532d25537\.config +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:39.9771600Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:40.0583850Z Removing credentials config '/Users/runner/work/_temp/git-credentials-77a0f6e7-4ba8-4deb-af1d-e25532d25537.config' +ios-test (bare) UNKNOWN STEP 2026-08-04T15:26:40.0679270Z Cleaning up orphan processes diff --git a/ci-ios-timing-30935754826.txt b/ci-ios-timing-30935754826.txt new file mode 100644 index 00000000..4fe002c8 --- /dev/null +++ b/ci-ios-timing-30935754826.txt @@ -0,0 +1,6567 @@ +2026-08-04T17:50:51.6864100Z Current runner version: '2.336.0' +2026-08-04T17:50:51.6868600Z Runner name: 'bitrise-react-native-code-push-macos-runner-1000202047' +2026-08-04T17:50:51.6869250Z Runner group name: 'react-native-code-push' +2026-08-04T17:50:51.6879760Z ##[group]Runner Image Provisioner +2026-08-04T17:50:51.6880230Z Hosted Compute Agent +2026-08-04T17:50:51.6880570Z Version: 20260707.563 +2026-08-04T17:50:51.6880960Z Commit: 02667638d2b423fbc733a8e32a88b44996a3ba6e +2026-08-04T17:50:51.6881390Z Build Date: 2026-07-07T19:33:50Z +2026-08-04T17:50:51.6881810Z Worker ID: {a3b0c928-9d83-4cf3-a161-e8db38751825} +2026-08-04T17:50:51.6882240Z Azure Region: westus +2026-08-04T17:50:51.6882580Z ##[endgroup] +2026-08-04T17:50:51.6883670Z ##[group]Operating System +2026-08-04T17:50:51.6884040Z macOS +2026-08-04T17:50:51.6884340Z 26.5.2 +2026-08-04T17:50:51.6884660Z 25F84 +2026-08-04T17:50:51.6884960Z ##[endgroup] +2026-08-04T17:50:51.6885280Z ##[group]Runner Image +2026-08-04T17:50:51.6885740Z Image: macos-26-arm64 +2026-08-04T17:50:51.6886160Z Version: 20260728.0273.1 +2026-08-04T17:50:51.6886890Z Included Software: https://github.com/actions/runner-images/blob/macos-26-arm64/20260728.0273/images/macos/macos-26-arm64-Readme.md +2026-08-04T17:50:51.6887840Z Image Release: https://github.com/actions/runner-images/releases/tag/macos-26-arm64%2F20260728.0273 +2026-08-04T17:50:51.6888590Z ##[endgroup] +2026-08-04T17:50:51.6891160Z ##[group]GITHUB_TOKEN Permissions +2026-08-04T17:50:51.6893000Z Actions: write +2026-08-04T17:50:51.6893360Z ArtifactMetadata: write +2026-08-04T17:50:51.6893740Z Attestations: write +2026-08-04T17:50:51.6894090Z Checks: write +2026-08-04T17:50:51.6894430Z CodeQuality: write +2026-08-04T17:50:51.6894760Z Contents: write +2026-08-04T17:50:51.6895090Z CopilotRequests: write +2026-08-04T17:50:51.6905630Z Deployments: write +2026-08-04T17:50:51.6906060Z Discussions: write +2026-08-04T17:50:51.6906420Z Drives: write +2026-08-04T17:50:51.6906770Z Issues: write +2026-08-04T17:50:51.6907070Z Metadata: read +2026-08-04T17:50:51.6907390Z Models: read +2026-08-04T17:50:51.6907700Z Packages: write +2026-08-04T17:50:51.6908010Z Pages: write +2026-08-04T17:50:51.6908310Z PullRequests: write +2026-08-04T17:50:51.6908710Z RepositoryProjects: write +2026-08-04T17:50:51.6909080Z SecurityEvents: write +2026-08-04T17:50:51.6909450Z Statuses: write +2026-08-04T17:50:51.6909810Z VulnerabilityAlerts: read +2026-08-04T17:50:51.6910220Z ##[endgroup] +2026-08-04T17:50:51.6911680Z Secret source: Actions +2026-08-04T17:50:51.6912280Z Prepare workflow directory +2026-08-04T17:50:51.7109480Z Prepare all required actions +2026-08-04T17:50:51.7140590Z Getting action download info +2026-08-04T17:50:51.9743170Z Download action repository 'actions/checkout@v7' (SHA:3d3c42e5aac5ba805825da76410c181273ba90b1) +2026-08-04T17:50:52.2323390Z Download action repository 'jdx/mise-action@v4' (SHA:7e36c90d9ab29c415a2384db3006f3ec8a8cc654) +2026-08-04T17:50:53.0091110Z Complete job name: ios-test (bare) +2026-08-04T17:50:53.0519760Z ##[group]Run actions/checkout@v7 +2026-08-04T17:50:53.0521190Z with: +2026-08-04T17:50:53.0521600Z repository: bitrise-io/react-native-code-push +2026-08-04T17:50:53.0524320Z token: *** +2026-08-04T17:50:53.0524660Z ssh-strict: true +2026-08-04T17:50:53.0525020Z ssh-user: git +2026-08-04T17:50:53.0525350Z persist-credentials: true +2026-08-04T17:50:53.0525690Z clean: true +2026-08-04T17:50:53.0526010Z sparse-checkout-cone-mode: true +2026-08-04T17:50:53.0526380Z fetch-depth: 1 +2026-08-04T17:50:53.0526700Z fetch-tags: false +2026-08-04T17:50:53.0527010Z show-progress: true +2026-08-04T17:50:53.0527320Z lfs: false +2026-08-04T17:50:53.0527590Z submodules: false +2026-08-04T17:50:53.0527920Z set-safe-directory: true +2026-08-04T17:50:53.0528280Z allow-unsafe-pr-checkout: false +2026-08-04T17:50:53.0528870Z ##[endgroup] +2026-08-04T17:50:53.2164620Z Syncing repository: bitrise-io/react-native-code-push +2026-08-04T17:50:53.2165920Z ##[group]Getting Git version info +2026-08-04T17:50:53.2166550Z Working directory is '/Users/runner/work/react-native-code-push/react-native-code-push' +2026-08-04T17:50:53.2168340Z [command]/opt/homebrew/bin/git version +2026-08-04T17:50:53.2358080Z git version 2.55.0 +2026-08-04T17:50:53.2368500Z ##[endgroup] +2026-08-04T17:50:53.2372260Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/63f603ec-2a79-42f2-8e1f-5eef543db519/.gitconfig' +2026-08-04T17:50:53.2379960Z Temporarily overriding HOME='/Users/runner/work/_temp/63f603ec-2a79-42f2-8e1f-5eef543db519' before making global git config changes +2026-08-04T17:50:53.2395630Z Adding repository directory to the temporary git global config as a safe directory +2026-08-04T17:50:53.2396760Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/react-native-code-push/react-native-code-push +2026-08-04T17:50:53.2466540Z Deleting the contents of '/Users/runner/work/react-native-code-push/react-native-code-push' +2026-08-04T17:50:53.2469090Z ##[group]Determining repository object format +2026-08-04T17:50:53.2469890Z ##[endgroup] +2026-08-04T17:50:53.2470370Z ##[group]Initializing the repository +2026-08-04T17:50:53.2473560Z [command]/opt/homebrew/bin/git init /Users/runner/work/react-native-code-push/react-native-code-push +2026-08-04T17:50:53.2674280Z hint: Using 'master' as the name for the initial branch. This default branch name +2026-08-04T17:50:53.2678020Z hint: will change to "main" in Git 3.0. To configure the initial branch name +2026-08-04T17:50:53.2679020Z hint: to use in all of your new repositories, which will suppress this warning, +2026-08-04T17:50:53.2679610Z hint: call: +2026-08-04T17:50:53.2679980Z hint: +2026-08-04T17:50:53.2680430Z hint: git config --global init.defaultBranch +2026-08-04T17:50:53.2680840Z hint: +2026-08-04T17:50:53.2681250Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2026-08-04T17:50:53.2681900Z hint: 'development'. The just-created branch can be renamed via this command: +2026-08-04T17:50:53.2682400Z hint: +2026-08-04T17:50:53.2682740Z hint: git branch -m +2026-08-04T17:50:53.2683090Z hint: +2026-08-04T17:50:53.2683500Z hint: Disable this message with "git config set advice.defaultBranchName false" +2026-08-04T17:50:53.2684430Z Initialized empty Git repository in /Users/runner/work/react-native-code-push/react-native-code-push/.git/ +2026-08-04T17:50:53.2686000Z [command]/opt/homebrew/bin/git remote add origin https://github.com/bitrise-io/react-native-code-push +2026-08-04T17:50:53.2762570Z ##[endgroup] +2026-08-04T17:50:53.2763320Z ##[group]Disabling automatic garbage collection +2026-08-04T17:50:53.2764910Z [command]/opt/homebrew/bin/git config --local gc.auto 0 +2026-08-04T17:50:53.2829700Z ##[endgroup] +2026-08-04T17:50:53.2830330Z ##[group]Setting up auth +2026-08-04T17:50:53.2830810Z Removing SSH command configuration +2026-08-04T17:50:53.2833160Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-08-04T17:50:53.2887110Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-08-04T17:50:53.3719140Z Removing HTTP extra header +2026-08-04T17:50:53.3725030Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-08-04T17:50:53.3787920Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-08-04T17:50:53.4557800Z Removing includeIf entries pointing to credentials config files +2026-08-04T17:50:53.4566340Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-08-04T17:50:53.4621440Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-08-04T17:50:53.5440600Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config http.https://github.com/.extraheader AUTHORIZATION: basic *** +2026-08-04T17:50:53.5501090Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path /Users/runner/work/_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T17:50:53.5549730Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T17:50:53.5603720Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T17:50:53.5666700Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T17:50:53.5717330Z ##[endgroup] +2026-08-04T17:50:53.5718150Z ##[group]Fetching the repository +2026-08-04T17:50:53.5722340Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4d9d121e0230c65501c9fb3cf48611ba5607a15c:refs/remotes/pull/17/merge +2026-08-04T17:50:54.8622590Z From https://github.com/bitrise-io/react-native-code-push +2026-08-04T17:50:54.8623250Z * [new ref] 4d9d121e0230c65501c9fb3cf48611ba5607a15c -> pull/17/merge +2026-08-04T17:50:54.8624940Z ##[endgroup] +2026-08-04T17:50:54.8625330Z ##[group]Determining the checkout info +2026-08-04T17:50:54.8625720Z ##[endgroup] +2026-08-04T17:50:54.8629190Z [command]/opt/homebrew/bin/git sparse-checkout disable +2026-08-04T17:50:54.8704490Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig +2026-08-04T17:50:54.8762830Z ##[group]Checking out the ref +2026-08-04T17:50:54.8766210Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/17/merge +2026-08-04T17:50:54.9462290Z HEAD is now at 4d9d121 Merge 0d169a909dbb16efa695478c1e6d3c70844788e3 into 02d4abdb379d874494404ca0c7498f07572b0f2a +2026-08-04T17:50:54.9539590Z ##[endgroup] +2026-08-04T17:50:54.9601630Z [command]/opt/homebrew/bin/git log -1 --format=%H +2026-08-04T17:50:54.9696390Z 4d9d121e0230c65501c9fb3cf48611ba5607a15c +2026-08-04T17:50:54.9935950Z ##[group]Run jdx/mise-action@v4 +2026-08-04T17:50:54.9936350Z with: +2026-08-04T17:50:54.9936570Z install: true +2026-08-04T17:50:54.9936780Z bootstrap: false +2026-08-04T17:50:54.9937000Z cache: true +2026-08-04T17:50:54.9937220Z cache_save: true +2026-08-04T17:50:54.9937450Z cache_key_prefix: mise-v1 +2026-08-04T17:50:54.9937790Z experimental: false +2026-08-04T17:50:54.9943950Z log_level: info +2026-08-04T17:50:54.9944220Z reshim: false +2026-08-04T17:50:54.9944460Z add_shims_to_path: true +2026-08-04T17:50:54.9947070Z github_token: *** +2026-08-04T17:50:54.9947330Z fetch_from_github: true +2026-08-04T17:50:54.9947660Z env: true +2026-08-04T17:50:54.9947940Z export_path: true +2026-08-04T17:50:54.9948220Z wings_enabled: false +2026-08-04T17:50:54.9948540Z ##[endgroup] +2026-08-04T17:50:55.1158450Z ##[group]Restoring mise cache +2026-08-04T17:50:55.3416850Z Cache hit for: mise-v1-macos-arm64-macos26-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +2026-08-04T17:50:56.5740260Z Received 37748736 of 275612341 (13.7%), 35.9 MBs/sec +2026-08-04T17:50:57.5708800Z Received 197132288 of 275612341 (71.5%), 93.8 MBs/sec +2026-08-04T17:50:58.1258320Z Received 275612341 of 275612341 (100.0%), 102.7 MBs/sec +2026-08-04T17:50:58.1270580Z Cache Size: ~263 MB (275612341 B) +2026-08-04T17:50:58.1312750Z [command]/opt/homebrew/bin/gtar -xf /Users/runner/work/_temp/da54b927-7963-42d4-89cf-3d86c46a34b9/cache.tzst -P -C /Users/runner/work/react-native-code-push/react-native-code-push --delay-directory-restore --use-compress-program unzstd +2026-08-04T17:51:01.7361780Z Cache restored successfully +2026-08-04T17:51:01.7544280Z mise cache restored from key: mise-v1-macos-arm64-macos26-6c55ce54a8a1db7704329356bcb91330cd59b53238a1e821d09c957447372cd9 +2026-08-04T17:51:01.7551170Z ##[group]Setting env vars +2026-08-04T17:51:01.7551630Z Setting MISE_LOG_LEVEL=info +2026-08-04T17:51:01.7555020Z Setting MISE_GITHUB_TOKEN=*** +2026-08-04T17:51:01.7598580Z Setting MISE_TRUSTED_CONFIG_PATHS=/Users/runner/work/react-native-code-push/react-native-code-push +2026-08-04T17:51:01.7656090Z Setting MISE_YES=1 +2026-08-04T17:51:01.7704620Z Adding /Users/runner/.local/share/mise/shims to PATH +2026-08-04T17:51:01.7706160Z ##[group]Running mise --version +2026-08-04T17:51:01.7728860Z [command]/Users/runner/.local/share/mise/bin/mise --version +2026-08-04T17:51:01.7954030Z 2026.8.1 macos-arm64 (2026-08-03) +2026-08-04T17:51:01.7999060Z ##[endgroup] +2026-08-04T17:51:01.8212080Z ##[group]Running mise install +2026-08-04T17:51:01.8233410Z [command]/Users/runner/.local/share/mise/bin/mise install +2026-08-04T17:51:01.9428980Z mise all tools are installed +2026-08-04T17:51:01.9474760Z ##[endgroup] +2026-08-04T17:51:01.9475480Z ##[group]Running mise ls +2026-08-04T17:51:01.9496740Z [command]/Users/runner/.local/share/mise/bin/mise ls +2026-08-04T17:51:01.9649750Z java 17.0.2 ~/work/react-native-code-push/react-native-code-push/mise.toml 17 +2026-08-04T17:51:01.9650370Z node 24.19.0 ~/work/react-native-code-push/react-native-code-push/mise.toml 24 +2026-08-04T17:51:01.9650820Z ruby 4.0.6 ~/work/react-native-code-push/react-native-code-push/mise.toml 4.0 +2026-08-04T17:51:01.9658170Z ##[endgroup] +2026-08-04T17:51:01.9658680Z ##[group]Exporting mise environment variables +2026-08-04T17:51:01.9833010Z [command]/Users/runner/.local/share/mise/bin/mise env --json +2026-08-04T17:51:01.9964160Z { +2026-08-04T17:51:01.9964680Z "JAVA_HOME": "/Users/runner/.local/share/mise/installs/java/17.0.2", +2026-08-04T17:51:01.9967800Z "PATH": "/Users/runner/.local/share/mise/installs/node/24/bin:/Users/runner/.local/share/mise/installs/java/17/bin:/Users/runner/.local/share/mise/installs/ruby/4.0/bin:/Users/runner/.local/share/mise/shims:/Users/runner/.local/share/mise/bin:/opt/homebrew/lib/ruby/gems/3.4.0/bin:/opt/homebrew/opt/ruby@3.4/bin:/Users/runner/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools" +2026-08-04T17:51:01.9969980Z } +2026-08-04T17:51:01.9973950Z Adding /Users/runner/.local/share/mise/installs/ruby/4.0/bin to PATH +2026-08-04T17:51:01.9976100Z Adding /Users/runner/.local/share/mise/installs/java/17/bin to PATH +2026-08-04T17:51:01.9976440Z Adding /Users/runner/.local/share/mise/installs/node/24/bin to PATH +2026-08-04T17:51:01.9977130Z ##[endgroup] +2026-08-04T17:51:02.0143630Z ##[group]Run npm install +2026-08-04T17:51:02.0143820Z npm install +2026-08-04T17:51:02.0143960Z npm run test:ios +2026-08-04T17:51:02.0226430Z shell: /bin/bash -e {0} +2026-08-04T17:51:02.0226580Z env: +2026-08-04T17:51:02.0226700Z MISE_LOG_LEVEL: info +2026-08-04T17:51:02.0228560Z MISE_GITHUB_TOKEN: *** +2026-08-04T17:51:02.0228830Z MISE_TRUSTED_CONFIG_PATHS: /Users/runner/work/react-native-code-push/react-native-code-push +2026-08-04T17:51:02.0229130Z MISE_YES: 1 +2026-08-04T17:51:02.0229300Z JAVA_HOME: /Users/runner/.local/share/mise/installs/java/17.0.2 +2026-08-04T17:51:02.0229570Z ##[endgroup] +2026-08-04T17:51:03.3673630Z npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported +2026-08-04T17:51:03.3764810Z npm warn deprecated q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. +2026-08-04T17:51:03.3766900Z npm warn deprecated +2026-08-04T17:51:03.3775250Z npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) +2026-08-04T17:51:03.5231070Z npm warn deprecated vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. +2026-08-04T17:51:03.7741730Z npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. +2026-08-04T17:51:03.8649590Z npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported +2026-08-04T17:51:03.9969680Z npm warn deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau +2026-08-04T17:51:04.1430800Z npm warn deprecated superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +2026-08-04T17:51:04.6807620Z npm warn deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported +2026-08-04T17:51:05.1724490Z npm warn deprecated superagent@6.1.0: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net +2026-08-04T17:51:06.4216960Z npm warn deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. +2026-08-04T17:51:09.0847700Z +2026-08-04T17:51:09.0847990Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T17:51:09.0848400Z > npm run build:ts +2026-08-04T17:51:09.0848520Z +2026-08-04T17:51:09.2118600Z +2026-08-04T17:51:09.2119140Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T17:51:09.2119450Z > tsc -p tsconfig.build.json +2026-08-04T17:51:09.2119630Z +2026-08-04T17:51:09.9971650Z +2026-08-04T17:51:09.9974230Z added 618 packages, and audited 620 packages in 8s +2026-08-04T17:51:09.9974880Z +2026-08-04T17:51:09.9976280Z 85 packages are looking for funding +2026-08-04T17:51:09.9976690Z run `npm fund` for details +2026-08-04T17:51:10.0205200Z +2026-08-04T17:51:10.0205710Z 38 vulnerabilities (12 low, 5 moderate, 18 high, 3 critical) +2026-08-04T17:51:10.0213610Z npm warn allow-scripts 1 package has install scripts not yet covered by allowScripts: +2026-08-04T17:51:10.0214040Z +2026-08-04T17:51:10.0217980Z npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +2026-08-04T17:51:10.0218360Z To address issues that do not require attention, run: +2026-08-04T17:51:10.0218690Z npm audit fix +2026-08-04T17:51:10.0218980Z npm warn allow-scripts +2026-08-04T17:51:10.0219550Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +2026-08-04T17:51:10.0219910Z +2026-08-04T17:51:10.0220000Z To address all issues (including breaking changes), run: +2026-08-04T17:51:10.0220350Z npm audit fix --force +2026-08-04T17:51:10.0220530Z +2026-08-04T17:51:10.0220650Z Run `npm audit` for details. +2026-08-04T17:51:10.2297980Z +2026-08-04T17:51:10.2298590Z > @bitrise/code-push-sdk@0.0.0 test:ios +2026-08-04T17:51:10.2299390Z > npm run build:tests && npm run test:setup:ios && npm run test:fast:ios +2026-08-04T17:51:10.2299710Z +2026-08-04T17:51:10.3524010Z +2026-08-04T17:51:10.3524540Z > @bitrise/code-push-sdk@0.0.0 prebuild:tests +2026-08-04T17:51:10.3524890Z > npm run clean && npm run tslint +2026-08-04T17:51:10.3525030Z +2026-08-04T17:51:10.4706630Z +2026-08-04T17:51:10.4708670Z > @bitrise/code-push-sdk@0.0.0 clean +2026-08-04T17:51:10.4713130Z > shx rm -rf bin lib +2026-08-04T17:51:10.4721930Z +2026-08-04T17:51:10.6566570Z +2026-08-04T17:51:10.6606550Z > @bitrise/code-push-sdk@0.0.0 tslint +2026-08-04T17:51:10.6614600Z > tslint -c tslint.json test/**/*.ts +2026-08-04T17:51:10.6615250Z +2026-08-04T17:51:10.9563370Z +2026-08-04T17:51:10.9563720Z > @bitrise/code-push-sdk@0.0.0 build:tests +2026-08-04T17:51:10.9564050Z > tsc +2026-08-04T17:51:10.9564140Z +2026-08-04T17:51:11.9670060Z +2026-08-04T17:51:11.9670560Z > @bitrise/code-push-sdk@0.0.0 test:setup:ios +2026-08-04T17:51:11.9671020Z > mocha --recursive bin/test --ios --setup +2026-08-04T17:51:11.9671190Z +2026-08-04T17:51:12.1481580Z Initializing tests for @bitrise/code-push-sdk +2026-08-04T17:51:12.1482320Z TestCodePush +2026-08-04T17:51:12.1482600Z com.testcodepush +2026-08-04T17:51:12.1482780Z Testing undefined. +2026-08-04T17:51:12.1483060Z On ios +2026-08-04T17:51:12.1483430Z test run directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:51:12.1483930Z updates directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:51:12.1484250Z --setting up-- +2026-08-04T17:51:12.1521190Z +2026-08-04T17:51:12.1521200Z +2026-08-04T17:51:12.1521460Z CodePush React-Native Plugin +2026-08-04T17:51:12.1521700Z Setting Up For Tests +2026-08-04T17:51:12.1532540Z Building test project. +2026-08-04T17:51:12.1537950Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +2026-08-04T17:51:12.5725050Z npm warn exec The following package was not found and will be installed: @react-native-community/cli@20.2.0 +2026-08-04T17:51:18.6051510Z - Downloading template +2026-08-04T17:51:19.5330440Z ✔ Downloading template +2026-08-04T17:51:19.5330690Z - Copying template +2026-08-04T17:51:19.5464840Z ✔ Copying template +2026-08-04T17:51:19.5465390Z - Processing template +2026-08-04T17:51:19.5674850Z ✔ Processing template +2026-08-04T17:51:19.5675040Z - Installing dependencies +2026-08-04T17:51:23.9628440Z [TIMING] exec "xcrun simctl list" took 11811ms +2026-08-04T17:51:23.9628830Z Using iOS simulator named 6F69910C-E4FA-488A-B9C2-41B770484810 +2026-08-04T17:51:23.9629120Z Setting up iOS emulator. +2026-08-04T17:51:23.9631850Z Checking if iOS emulator is ready yet... +2026-08-04T17:51:24.1117170Z [TIMING] exec "xcrun simctl getenv booted SIMULATOR_UDID" took 149ms +2026-08-04T17:51:24.1216520Z Error: Command failed: xcrun simctl getenv booted SIMULATOR_UDID +2026-08-04T17:51:24.1317650Z No devices are booted. +2026-08-04T17:51:24.1417860Z +2026-08-04T17:51:24.1518520Z at genericNodeError (node:internal/errors:985:15) +2026-08-04T17:51:24.1619130Z at wrappedFn (node:internal/errors:539:14) +2026-08-04T17:51:24.1719610Z at ChildProcess.exithandler (node:child_process:417:12) +2026-08-04T17:51:24.1821440Z at ChildProcess.emit (node:events:509:28) +2026-08-04T17:51:24.1903010Z at maybeClose (node:internal/child_process:1141:16) +2026-08-04T17:51:24.1934910Z at ChildProcess._handle.onexit (node:internal/child_process:306:5) { +2026-08-04T17:51:24.1997630Z code: 148, +2026-08-04T17:51:24.2064140Z killed: false, +2026-08-04T17:51:24.2087590Z signal: null, +2026-08-04T17:51:24.2147440Z cmd: 'xcrun simctl getenv booted SIMULATOR_UDID' +2026-08-04T17:51:24.2167250Z } +2026-08-04T17:51:24.2172690Z iOS emulator is not ready yet! +2026-08-04T17:51:24.2174440Z Booting iOS emulator named 6F69910C-E4FA-488A-B9C2-41B770484810. +2026-08-04T17:51:24.2186570Z Running command: xcrun simctl boot 6F69910C-E4FA-488A-B9C2-41B770484810 +2026-08-04T17:51:25.6143980Z [TIMING] exec "xcrun simctl boot 6F69910C-E4FA-488A-B9C2-41B770484810" took 1503ms +2026-08-04T17:51:29.2236610Z Checking if iOS emulator is ready yet... +2026-08-04T17:51:40.4907730Z [TIMING] exec "xcrun simctl getenv booted SIMULATOR_UDID" took 11341ms +2026-08-04T17:51:40.5011340Z iOS emulator is ready! +2026-08-04T17:51:40.5112390Z [TIMING] iOS bootEmulator took 16521ms +2026-08-04T17:53:07.9082040Z ✔ Installing dependencies +2026-08-04T17:53:08.3070860Z - Installing Ruby Gems +2026-08-04T17:53:25.1163140Z ✔ Installing Ruby Gems +2026-08-04T17:53:26.1457930Z - Installing CocoaPods dependencies  (this may take a few minutes) +2026-08-04T17:53:57.5611190Z ✔ Installing CocoaPods dependencies  (this may take a few minutes) +2026-08-04T17:53:57.5713460Z - Initializing Git repository +2026-08-04T17:53:57.7158370Z ✔ Initializing Git repository +2026-08-04T17:53:57.7174610Z  +2026-08-04T17:53:57.7175020Z +2026-08-04T17:53:57.7175600Z Run instructions for Android: +2026-08-04T17:53:57.7176320Z • Have an Android emulator running (quickest way to get started), or a device connected. +2026-08-04T17:53:57.7177410Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush" && npx react-native run-android +2026-08-04T17:53:57.7178370Z +2026-08-04T17:53:57.7178640Z Run instructions for iOS: +2026-08-04T17:53:57.7180170Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush" +2026-08-04T17:53:57.7180800Z +2026-08-04T17:53:57.7181060Z • npx react-native run-ios +2026-08-04T17:53:57.7181520Z - or - +2026-08-04T17:53:57.7181890Z • Open TestCodePush/ios/TestCodePush.xcworkspace in Xcode or run "xed -b ios" +2026-08-04T17:53:57.7182480Z • Hit the Run button +2026-08-04T17:53:57.7182720Z +2026-08-04T17:53:57.7182980Z Run instructions for macOS: +2026-08-04T17:53:57.7202200Z • See https://microsoft.github.io/react-native-macos for the latest up-to-date instructions. +2026-08-04T17:53:57.7202750Z +2026-08-04T17:53:57.7203050Z  +2026-08-04T17:53:57.7509380Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 165597ms +2026-08-04T17:53:57.7527500Z "npx @react-native-community/cli init TestCodePush" success. cwd=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:53:57.8633570Z Running command: npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +2026-08-04T17:53:58.3818600Z +2026-08-04T17:53:58.3818980Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T17:53:58.3819350Z > npm run build:ts +2026-08-04T17:53:58.3819440Z +2026-08-04T17:53:58.5336950Z +2026-08-04T17:53:58.5337190Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T17:53:58.5337590Z > tsc -p tsconfig.build.json +2026-08-04T17:53:58.5337690Z +2026-08-04T17:53:59.8438550Z npm notice +2026-08-04T17:53:59.8440350Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +2026-08-04T17:53:59.8440750Z npm notice Tarball Contents +2026-08-04T17:53:59.8473050Z npm notice 388B .config/CredScanSuppressions.json +2026-08-04T17:53:59.8473690Z npm notice 703B AlertAdapter.js +2026-08-04T17:53:59.8479590Z npm notice 26.1kB CodePush.js +2026-08-04T17:53:59.8481270Z npm notice 1.1kB CodePush.podspec +2026-08-04T17:53:59.8481500Z npm notice 4.2kB CONTRIBUTING.md +2026-08-04T17:53:59.8482960Z npm notice 1.1kB LICENSE.md +2026-08-04T17:53:59.8483350Z npm notice 40.5kB README.md +2026-08-04T17:53:59.8483960Z npm notice 2.8kB SECURITY.md +2026-08-04T17:53:59.8484490Z npm notice 1.7kB android/app/build.gradle +2026-08-04T17:53:59.8484760Z npm notice 1.2kB android/app/proguard-rules.pro +2026-08-04T17:53:59.8485090Z npm notice 151B android/app/src/main/AndroidManifest.xml +2026-08-04T17:53:59.8485570Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +2026-08-04T17:53:59.8486160Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +2026-08-04T17:53:59.8486960Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +2026-08-04T17:53:59.8487650Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +2026-08-04T17:53:59.8488290Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +2026-08-04T17:53:59.8493350Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +2026-08-04T17:53:59.8493880Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +2026-08-04T17:53:59.8494550Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +2026-08-04T17:53:59.8495270Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +2026-08-04T17:53:59.8495820Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +2026-08-04T17:53:59.8496360Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +2026-08-04T17:53:59.8496840Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +2026-08-04T17:53:59.8497440Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +2026-08-04T17:53:59.8498180Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +2026-08-04T17:53:59.8498700Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +2026-08-04T17:53:59.8499190Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +2026-08-04T17:53:59.8499760Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +2026-08-04T17:53:59.8500220Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +2026-08-04T17:53:59.8500840Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +2026-08-04T17:53:59.8501390Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +2026-08-04T17:53:59.8501930Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +2026-08-04T17:53:59.8502350Z npm notice 570B android/build.gradle +2026-08-04T17:53:59.8502660Z npm notice 7.5kB android/codepush.gradle +2026-08-04T17:53:59.8502910Z npm notice 856B android/gradle.properties +2026-08-04T17:53:59.8503210Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +2026-08-04T17:53:59.8503500Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +2026-08-04T17:53:59.8503740Z npm notice 5.1kB android/gradlew +2026-08-04T17:53:59.8503910Z npm notice 2.4kB android/gradlew.bat +2026-08-04T17:53:59.8504090Z npm notice 74B android/settings.gradle +2026-08-04T17:53:59.8504290Z npm notice 8.3kB api-compat/compat.ts +2026-08-04T17:53:59.8504490Z npm notice 615.6kB ci-ios-timing-30922689340.txt +2026-08-04T17:53:59.8504700Z npm notice 5.1kB docs/api-android.md +2026-08-04T17:53:59.8504940Z npm notice 3.3kB docs/api-ios.md +2026-08-04T17:53:59.8505330Z npm notice 43.4kB docs/api-js.md +2026-08-04T17:53:59.8505540Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +2026-08-04T17:53:59.8505950Z npm notice 2.6kB docs/multi-deployment-testing-android.md +2026-08-04T17:53:59.8506310Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +2026-08-04T17:53:59.8506550Z npm notice 6.4kB docs/setup-android.md +2026-08-04T17:53:59.8506740Z npm notice 6.6kB docs/setup-ios.md +2026-08-04T17:53:59.8506920Z npm notice 4.8kB docs/setup-windows.md +2026-08-04T17:53:59.8507100Z npm notice 15.8kB expo.js +2026-08-04T17:53:59.8507290Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +2026-08-04T17:53:59.8507630Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +2026-08-04T17:53:59.8508130Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +2026-08-04T17:53:59.8508590Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +2026-08-04T17:53:59.8508890Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +2026-08-04T17:53:59.8509160Z npm notice 1.2kB ios/CodePush/Base64/README.md +2026-08-04T17:53:59.8509530Z npm notice 8.0kB ios/CodePush/CodePush.h +2026-08-04T17:53:59.8516970Z npm notice 42.0kB ios/CodePush/CodePush.m +2026-08-04T17:53:59.8517280Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +2026-08-04T17:53:59.8517540Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +2026-08-04T17:53:59.8517810Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +2026-08-04T17:53:59.8518410Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +2026-08-04T17:53:59.8518710Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +2026-08-04T17:53:59.8518970Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +2026-08-04T17:53:59.8519210Z npm notice 276B ios/CodePush/CodePushUtils.m +2026-08-04T17:53:59.8519470Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +2026-08-04T17:53:59.8519850Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +2026-08-04T17:53:59.8520410Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +2026-08-04T17:53:59.8520800Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +2026-08-04T17:53:59.8521240Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +2026-08-04T17:53:59.8521630Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +2026-08-04T17:53:59.8521990Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +2026-08-04T17:53:59.8522370Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +2026-08-04T17:53:59.8522750Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +2026-08-04T17:53:59.8523150Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +2026-08-04T17:53:59.8523860Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +2026-08-04T17:53:59.8524270Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +2026-08-04T17:53:59.8524630Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +2026-08-04T17:53:59.8525000Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +2026-08-04T17:53:59.8525410Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +2026-08-04T17:53:59.8525850Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +2026-08-04T17:53:59.8526260Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +2026-08-04T17:53:59.8526620Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +2026-08-04T17:53:59.8527260Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +2026-08-04T17:53:59.8527690Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +2026-08-04T17:53:59.8528390Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +2026-08-04T17:53:59.8528790Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +2026-08-04T17:53:59.8529120Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +2026-08-04T17:53:59.8529380Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +2026-08-04T17:53:59.8529650Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +2026-08-04T17:53:59.8529920Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +2026-08-04T17:53:59.8530220Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +2026-08-04T17:53:59.8530560Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +2026-08-04T17:53:59.8530870Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +2026-08-04T17:53:59.8531180Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +2026-08-04T17:53:59.8531500Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +2026-08-04T17:53:59.8531800Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +2026-08-04T17:53:59.8532650Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +2026-08-04T17:53:59.8533050Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +2026-08-04T17:53:59.8533390Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +2026-08-04T17:53:59.8533710Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +2026-08-04T17:53:59.8534020Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +2026-08-04T17:53:59.8534350Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +2026-08-04T17:53:59.8534740Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +2026-08-04T17:53:59.8535160Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +2026-08-04T17:53:59.8535480Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +2026-08-04T17:53:59.8535860Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +2026-08-04T17:53:59.8536250Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +2026-08-04T17:53:59.8536590Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +2026-08-04T17:53:59.8536970Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +2026-08-04T17:53:59.8537330Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +2026-08-04T17:53:59.8537740Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +2026-08-04T17:53:59.8538090Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +2026-08-04T17:53:59.8538320Z npm notice 16.5kB ios/CodePush/JWT/README.md +2026-08-04T17:53:59.8538580Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +2026-08-04T17:53:59.8538960Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +2026-08-04T17:53:59.8539330Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +2026-08-04T17:53:59.8539600Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +2026-08-04T17:53:59.8539920Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +2026-08-04T17:53:59.8540270Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +2026-08-04T17:53:59.8540670Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +2026-08-04T17:53:59.8541040Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +2026-08-04T17:53:59.8541400Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +2026-08-04T17:53:59.8541840Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +2026-08-04T17:53:59.8542440Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +2026-08-04T17:53:59.8542790Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +2026-08-04T17:53:59.8543130Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +2026-08-04T17:53:59.8543550Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +2026-08-04T17:53:59.8544110Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +2026-08-04T17:53:59.8544420Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +2026-08-04T17:53:59.8544790Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +2026-08-04T17:53:59.8545150Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +2026-08-04T17:53:59.8545480Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +2026-08-04T17:53:59.8545830Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +2026-08-04T17:53:59.8546260Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +2026-08-04T17:53:59.8546630Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +2026-08-04T17:53:59.8547080Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +2026-08-04T17:53:59.8547620Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +2026-08-04T17:53:59.8552860Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +2026-08-04T17:53:59.8553180Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +2026-08-04T17:53:59.8553490Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +2026-08-04T17:53:59.8553980Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +2026-08-04T17:53:59.8554310Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +2026-08-04T17:53:59.8554660Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +2026-08-04T17:53:59.8554980Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +2026-08-04T17:53:59.8555270Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +2026-08-04T17:53:59.8555570Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +2026-08-04T17:53:59.8555910Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +2026-08-04T17:53:59.8556200Z npm notice 267B ios/CodePush/SSZipArchive/README.md +2026-08-04T17:53:59.8556450Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +2026-08-04T17:53:59.8556730Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +2026-08-04T17:53:59.8557000Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +2026-08-04T17:53:59.8557340Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +2026-08-04T17:53:59.8557640Z npm notice 844B ios/PrivacyInfo.xcprivacy +2026-08-04T17:53:59.8557900Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +2026-08-04T17:53:59.8558180Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +2026-08-04T17:53:59.8558430Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +2026-08-04T17:53:59.8558700Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +2026-08-04T17:53:59.8558950Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +2026-08-04T17:53:59.8559210Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +2026-08-04T17:53:59.8559460Z npm notice 921B lib/acquisition-sdk/types.d.ts +2026-08-04T17:53:59.8559670Z npm notice 375B lib/acquisition-sdk/types.js +2026-08-04T17:53:59.8559880Z npm notice 159B lib/acquisition-sdk/types.js.map +2026-08-04T17:53:59.8560090Z npm notice 147B logging.js +2026-08-04T17:53:59.8560240Z npm notice 2.8kB package-mixins.js +2026-08-04T17:53:59.8560420Z npm notice 3.5kB package.json +2026-08-04T17:53:59.8560590Z npm notice 337B react-native.config.js +2026-08-04T17:53:59.8560790Z npm notice 1.2kB request-fetch-adapter.js +2026-08-04T17:53:59.8561020Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +2026-08-04T17:53:59.8561250Z npm notice 646B scripts/getFilesInFolder.js +2026-08-04T17:53:59.8561480Z npm notice 4.5kB scripts/postlink/android/postlink.js +2026-08-04T17:53:59.8561720Z npm notice 5.1kB scripts/postlink/ios/postlink.js +2026-08-04T17:53:59.8561930Z npm notice 241B scripts/postlink/run.js +2026-08-04T17:53:59.8562140Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +2026-08-04T17:53:59.8562400Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +2026-08-04T17:53:59.8562610Z npm notice 249B scripts/postunlink/run.js +2026-08-04T17:53:59.8563170Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +2026-08-04T17:53:59.8563520Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +2026-08-04T17:53:59.8563780Z npm notice 6.1kB scripts/tools/linkToolsIos.js +2026-08-04T17:53:59.8564010Z npm notice 338.0kB test-ios-timing-20260804.txt +2026-08-04T17:53:59.8564270Z npm notice 13.3kB test-ios-timing-analysis-20260804.md +2026-08-04T17:53:59.8564500Z npm notice 784B tslint.json +2026-08-04T17:53:59.8564710Z npm notice 16.9kB typings/react-native-code-push.d.ts +2026-08-04T17:53:59.8564970Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +2026-08-04T17:53:59.8565440Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +2026-08-04T17:53:59.8565970Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +2026-08-04T17:53:59.8566330Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +2026-08-04T17:53:59.8566680Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +2026-08-04T17:53:59.8567040Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +2026-08-04T17:53:59.8567390Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +2026-08-04T17:53:59.8568750Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +2026-08-04T17:53:59.8569190Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +2026-08-04T17:53:59.8569480Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +2026-08-04T17:53:59.8569750Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +2026-08-04T17:53:59.8570020Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +2026-08-04T17:53:59.8570320Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +2026-08-04T17:53:59.8570670Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +2026-08-04T17:53:59.8571020Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +2026-08-04T17:53:59.8571400Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +2026-08-04T17:53:59.8571770Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +2026-08-04T17:53:59.8572110Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +2026-08-04T17:53:59.8572430Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +2026-08-04T17:53:59.8572840Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +2026-08-04T17:53:59.8573170Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +2026-08-04T17:53:59.8573520Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +2026-08-04T17:53:59.8573850Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +2026-08-04T17:53:59.8574250Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +2026-08-04T17:53:59.8574560Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +2026-08-04T17:53:59.8574900Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +2026-08-04T17:53:59.8575210Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +2026-08-04T17:53:59.8575470Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +2026-08-04T17:53:59.8575720Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +2026-08-04T17:53:59.8576000Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +2026-08-04T17:53:59.8576330Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +2026-08-04T17:53:59.8576660Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +2026-08-04T17:53:59.8576920Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +2026-08-04T17:53:59.8577140Z npm notice 139B windows/CodePush/CodePush.def +2026-08-04T17:53:59.8577400Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +2026-08-04T17:53:59.8583090Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +2026-08-04T17:53:59.8583540Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +2026-08-04T17:53:59.8583840Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +2026-08-04T17:53:59.8584400Z npm notice 360B windows/CodePush/CodePushConfig.idl +2026-08-04T17:53:59.8584700Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +2026-08-04T17:53:59.8585090Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +2026-08-04T17:53:59.8585460Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +2026-08-04T17:53:59.8585790Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +2026-08-04T17:53:59.8586050Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +2026-08-04T17:53:59.8586300Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +2026-08-04T17:53:59.8586650Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +2026-08-04T17:53:59.8587000Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +2026-08-04T17:53:59.8587370Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +2026-08-04T17:53:59.8587650Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +2026-08-04T17:53:59.8587970Z npm notice 735B windows/CodePush/CodePushUtils.cpp +2026-08-04T17:53:59.8588230Z npm notice 422B windows/CodePush/CodePushUtils.h +2026-08-04T17:53:59.8588820Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +2026-08-04T17:53:59.8589050Z npm notice 866B windows/CodePush/FileUtils.h +2026-08-04T17:53:59.8589260Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +2026-08-04T17:53:59.8589510Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +2026-08-04T17:53:59.8589800Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +2026-08-04T17:53:59.8590080Z npm notice 4.3kB windows/CodePush/miniz/readme.md +2026-08-04T17:53:59.8590300Z npm notice 159B windows/CodePush/packages.config +2026-08-04T17:53:59.8590660Z npm notice 20B windows/CodePush/pch.cpp +2026-08-04T17:53:59.8590910Z npm notice 124B windows/CodePush/pch.h +2026-08-04T17:53:59.8591220Z npm notice 586B windows/CodePush/PropertySheet.props +2026-08-04T17:53:59.8591510Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +2026-08-04T17:53:59.8591810Z npm notice 699B windows/CodePush/ReactPackageProvider.h +2026-08-04T17:53:59.8592300Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +2026-08-04T17:53:59.8592880Z npm notice Tarball Details +2026-08-04T17:53:59.8593150Z npm notice name: @bitrise/code-push-sdk +2026-08-04T17:53:59.8593370Z npm notice version: 0.0.0 +2026-08-04T17:53:59.8593600Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T17:53:59.8593890Z npm notice package size: 503.8 kB +2026-08-04T17:53:59.8594070Z npm notice unpacked size: 3.0 MB +2026-08-04T17:53:59.8594270Z npm notice shasum: b6bb576328416ee9b164355918f922b4c42cba20 +2026-08-04T17:53:59.8594610Z npm notice integrity: sha512-8MyRIx7jT9ODa[...]MTM8U2CdvCEPg== +2026-08-04T17:53:59.8594910Z npm notice total files: 249 +2026-08-04T17:53:59.8595240Z npm notice +2026-08-04T17:53:59.8595590Z bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T17:54:01.8266330Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +2026-08-04T17:54:03.8461180Z +2026-08-04T17:54:03.8479270Z added 28 packages, and audited 895 packages in 4s +2026-08-04T17:54:03.8479670Z +2026-08-04T17:54:03.8479860Z 172 packages are looking for funding +2026-08-04T17:54:03.8480130Z run `npm fund` for details +2026-08-04T17:54:03.8620860Z +2026-08-04T17:54:03.8621310Z 10 moderate severity vulnerabilities +2026-08-04T17:54:03.8623620Z +2026-08-04T17:54:03.8623930Z To address all issues possible, run: +2026-08-04T17:54:03.8624470Z npm audit fix --force +2026-08-04T17:54:03.8625590Z +2026-08-04T17:54:03.8625790Z Some issues need review, and may require choosing +2026-08-04T17:54:03.8626090Z a different dependency. +2026-08-04T17:54:03.8626270Z +2026-08-04T17:54:03.8626420Z Run `npm audit` for details. +2026-08-04T17:54:03.8627810Z npm warn allow-scripts 2 packages have install scripts not yet covered by allowScripts: +2026-08-04T17:54:03.8628290Z npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +2026-08-04T17:54:03.8629140Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +2026-08-04T17:54:03.8629440Z npm warn allow-scripts +2026-08-04T17:54:03.8629810Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +2026-08-04T17:54:04.3861550Z +2026-08-04T17:54:04.3863990Z added 1 package, and audited 3 packages in 159ms +2026-08-04T17:54:04.3871450Z +2026-08-04T17:54:04.3879130Z found 0 vulnerabilities +2026-08-04T17:54:04.3908030Z Reshimming mise 24... +2026-08-04T17:54:04.4891820Z [TIMING] exec "npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm..." took 6626ms +2026-08-04T17:54:04.4892430Z [TIMING] createTestProject(testRunDirectory) took 172336ms +2026-08-04T17:54:04.4892740Z Building update project. +2026-08-04T17:54:04.4894690Z Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +2026-08-04T17:54:05.7335320Z - Downloading template +2026-08-04T17:54:06.4176090Z ✔ Downloading template +2026-08-04T17:54:06.4177050Z - Copying template +2026-08-04T17:54:06.4556400Z ✔ Copying template +2026-08-04T17:54:06.4556630Z - Processing template +2026-08-04T17:54:06.4962800Z ✔ Processing template +2026-08-04T17:54:06.4968430Z - Installing dependencies +2026-08-04T17:54:18.6544230Z ✔ Installing dependencies +2026-08-04T17:54:18.9570900Z - Installing Ruby Gems +2026-08-04T17:54:27.9702100Z ✔ Installing Ruby Gems +2026-08-04T17:54:28.9023470Z - Installing CocoaPods dependencies  (this may take a few minutes) +2026-08-04T17:54:48.8824750Z ✔ Installing CocoaPods dependencies  (this may take a few minutes) +2026-08-04T17:54:48.8978080Z - Initializing Git repository +2026-08-04T17:54:49.0589320Z ✔ Initializing Git repository +2026-08-04T17:54:49.0597640Z  +2026-08-04T17:54:49.0598120Z +2026-08-04T17:54:49.0598910Z Run instructions for Android: +2026-08-04T17:54:49.0599540Z • Have an Android emulator running (quickest way to get started), or a device connected. +2026-08-04T17:54:49.0600420Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush" && npx react-native run-android +2026-08-04T17:54:49.0601150Z +2026-08-04T17:54:49.0601620Z Run instructions for iOS: +2026-08-04T17:54:49.0602510Z • cd "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush" +2026-08-04T17:54:49.0603030Z +2026-08-04T17:54:49.0603320Z • npx react-native run-ios +2026-08-04T17:54:49.0603630Z - or - +2026-08-04T17:54:49.0604010Z • Open TestCodePush/ios/TestCodePush.xcworkspace in Xcode or run "xed -b ios" +2026-08-04T17:54:49.0604560Z • Hit the Run button +2026-08-04T17:54:49.0604790Z +2026-08-04T17:54:49.0605170Z Run instructions for macOS: +2026-08-04T17:54:49.0605890Z • See https://microsoft.github.io/react-native-macos for the latest up-to-date instructions. +2026-08-04T17:54:49.0606390Z +2026-08-04T17:54:49.0606620Z  +2026-08-04T17:54:49.0832090Z [TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 44594ms +2026-08-04T17:54:49.0870520Z "npx @react-native-community/cli init TestCodePush" success. cwd=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:54:49.1144430Z Running command: npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link +2026-08-04T17:54:49.6084030Z +2026-08-04T17:54:49.6084500Z > @bitrise/code-push-sdk@0.0.0 prepare +2026-08-04T17:54:49.6084960Z > npm run build:ts +2026-08-04T17:54:49.6085360Z +2026-08-04T17:54:49.7731900Z +2026-08-04T17:54:49.7732400Z > @bitrise/code-push-sdk@0.0.0 build:ts +2026-08-04T17:54:49.7732960Z > tsc -p tsconfig.build.json +2026-08-04T17:54:49.7733110Z +2026-08-04T17:54:52.2219480Z npm notice +2026-08-04T17:54:52.2321550Z npm notice 📦 @bitrise/code-push-sdk@0.0.0 +2026-08-04T17:54:52.2353940Z bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T17:54:52.2422040Z npm notice Tarball Contents +2026-08-04T17:54:52.2524000Z npm notice 388B .config/CredScanSuppressions.json +2026-08-04T17:54:52.2626290Z npm notice 703B AlertAdapter.js +2026-08-04T17:54:52.2728070Z npm notice 26.1kB CodePush.js +2026-08-04T17:54:52.2829020Z npm notice 1.1kB CodePush.podspec +2026-08-04T17:54:52.2931390Z npm notice 4.2kB CONTRIBUTING.md +2026-08-04T17:54:52.3032640Z npm notice 1.1kB LICENSE.md +2026-08-04T17:54:52.3137670Z npm notice 40.5kB README.md +2026-08-04T17:54:52.3239020Z npm notice 2.8kB SECURITY.md +2026-08-04T17:54:52.3341380Z npm notice 1.7kB android/app/build.gradle +2026-08-04T17:54:52.3446220Z npm notice 1.2kB android/app/proguard-rules.pro +2026-08-04T17:54:52.3547820Z npm notice 151B android/app/src/main/AndroidManifest.xml +2026-08-04T17:54:52.3649600Z npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +2026-08-04T17:54:52.3753310Z npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +2026-08-04T17:54:52.3870350Z npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +2026-08-04T17:54:52.3979700Z npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +2026-08-04T17:54:52.4088180Z npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +2026-08-04T17:54:52.4193190Z npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +2026-08-04T17:54:52.4296660Z npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +2026-08-04T17:54:52.4403350Z npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +2026-08-04T17:54:52.4505440Z npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +2026-08-04T17:54:52.4607080Z npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +2026-08-04T17:54:52.4735930Z npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +2026-08-04T17:54:52.4837540Z npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +2026-08-04T17:54:52.4999710Z npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +2026-08-04T17:54:52.5102100Z npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +2026-08-04T17:54:52.5217120Z npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +2026-08-04T17:54:52.5318660Z npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +2026-08-04T17:54:52.5420030Z npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +2026-08-04T17:54:52.5528900Z npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +2026-08-04T17:54:52.5636850Z npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +2026-08-04T17:54:52.5741770Z npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +2026-08-04T17:54:52.5848100Z npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +2026-08-04T17:54:52.5954610Z npm notice 570B android/build.gradle +2026-08-04T17:54:52.6057770Z npm notice 7.5kB android/codepush.gradle +2026-08-04T17:54:52.6160240Z npm notice 856B android/gradle.properties +2026-08-04T17:54:52.6265640Z npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +2026-08-04T17:54:52.6372460Z npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +2026-08-04T17:54:52.6473010Z npm notice 5.1kB android/gradlew +2026-08-04T17:54:52.6581940Z npm notice 2.4kB android/gradlew.bat +2026-08-04T17:54:52.6698780Z npm notice 74B android/settings.gradle +2026-08-04T17:54:52.6803200Z npm notice 8.3kB api-compat/compat.ts +2026-08-04T17:54:52.6905810Z npm notice 615.6kB ci-ios-timing-30922689340.txt +2026-08-04T17:54:52.7006490Z npm notice 5.1kB docs/api-android.md +2026-08-04T17:54:52.7108270Z npm notice 3.3kB docs/api-ios.md +2026-08-04T17:54:52.7231940Z npm notice 43.4kB docs/api-js.md +2026-08-04T17:54:52.7367620Z npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +2026-08-04T17:54:52.7518080Z npm notice 2.6kB docs/multi-deployment-testing-android.md +2026-08-04T17:54:52.7623100Z npm notice 4.1kB docs/multi-deployment-testing-ios.md +2026-08-04T17:54:52.7726290Z npm notice 6.4kB docs/setup-android.md +2026-08-04T17:54:52.7829680Z npm notice 6.6kB docs/setup-ios.md +2026-08-04T17:54:52.7936990Z npm notice 4.8kB docs/setup-windows.md +2026-08-04T17:54:52.8049520Z npm notice 15.8kB expo.js +2026-08-04T17:54:52.8156100Z npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +2026-08-04T17:54:52.8258480Z npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +2026-08-04T17:54:52.8409020Z npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +2026-08-04T17:54:52.8410000Z npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +2026-08-04T17:54:52.8511020Z npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +2026-08-04T17:54:52.8612100Z npm notice 1.2kB ios/CodePush/Base64/README.md +2026-08-04T17:54:52.8712960Z npm notice 8.0kB ios/CodePush/CodePush.h +2026-08-04T17:54:52.8812610Z npm notice 42.0kB ios/CodePush/CodePush.m +2026-08-04T17:54:52.8812930Z npm notice 3.5kB ios/CodePush/CodePushConfig.m +2026-08-04T17:54:52.8813180Z npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +2026-08-04T17:54:52.8813490Z npm notice 563B ios/CodePush/CodePushErrorUtils.m +2026-08-04T17:54:52.8813780Z npm notice 37.7kB ios/CodePush/CodePushPackage.m +2026-08-04T17:54:52.8814020Z npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +2026-08-04T17:54:52.8814320Z npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +2026-08-04T17:54:52.8883160Z npm notice 276B ios/CodePush/CodePushUtils.m +2026-08-04T17:54:52.8885200Z npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +2026-08-04T17:54:52.8885840Z npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +2026-08-04T17:54:52.8886300Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +2026-08-04T17:54:52.8886690Z npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +2026-08-04T17:54:52.8887110Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +2026-08-04T17:54:52.8887530Z npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +2026-08-04T17:54:52.8887970Z npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +2026-08-04T17:54:52.8888450Z npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +2026-08-04T17:54:52.8888860Z npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +2026-08-04T17:54:52.8889280Z npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +2026-08-04T17:54:52.8889810Z npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +2026-08-04T17:54:52.8890260Z npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +2026-08-04T17:54:52.8890770Z npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +2026-08-04T17:54:52.8891250Z npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +2026-08-04T17:54:52.8891800Z npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +2026-08-04T17:54:52.8892310Z npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +2026-08-04T17:54:52.8892670Z npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +2026-08-04T17:54:52.8893350Z npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +2026-08-04T17:54:52.8894810Z npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +2026-08-04T17:54:52.8895510Z npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +2026-08-04T17:54:52.8896030Z npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +2026-08-04T17:54:52.8896450Z npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +2026-08-04T17:54:52.8896850Z npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +2026-08-04T17:54:52.8897170Z npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +2026-08-04T17:54:52.8897490Z npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +2026-08-04T17:54:52.8897830Z npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +2026-08-04T17:54:52.8898140Z npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +2026-08-04T17:54:52.8898640Z npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +2026-08-04T17:54:52.8899020Z npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +2026-08-04T17:54:52.8899680Z npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +2026-08-04T17:54:52.8900030Z npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +2026-08-04T17:54:52.8900280Z npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +2026-08-04T17:54:52.8900580Z npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +2026-08-04T17:54:52.8901040Z npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +2026-08-04T17:54:52.8901450Z npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +2026-08-04T17:54:52.8969480Z npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +2026-08-04T17:54:52.8969840Z npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +2026-08-04T17:54:52.8970230Z npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +2026-08-04T17:54:52.8970590Z npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +2026-08-04T17:54:52.8970910Z npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +2026-08-04T17:54:52.8971250Z npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +2026-08-04T17:54:52.8971880Z npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +2026-08-04T17:54:52.8972210Z npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +2026-08-04T17:54:52.8972530Z npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +2026-08-04T17:54:52.8972870Z npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +2026-08-04T17:54:52.8973200Z npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +2026-08-04T17:54:52.8973730Z npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +2026-08-04T17:54:52.8974030Z npm notice 1.1kB ios/CodePush/JWT/LICENSE +2026-08-04T17:54:52.8974250Z npm notice 16.5kB ios/CodePush/JWT/README.md +2026-08-04T17:54:52.8974520Z npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +2026-08-04T17:54:52.8974820Z npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +2026-08-04T17:54:52.8975120Z npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +2026-08-04T17:54:52.8975530Z npm notice 806B ios/CodePush/SSZipArchive/Info.plist +2026-08-04T17:54:52.8975850Z npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +2026-08-04T17:54:52.8976170Z npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +2026-08-04T17:54:52.8976470Z npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +2026-08-04T17:54:52.8976780Z npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +2026-08-04T17:54:52.8977100Z npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +2026-08-04T17:54:52.8977380Z npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +2026-08-04T17:54:52.8977660Z npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +2026-08-04T17:54:52.8977940Z npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +2026-08-04T17:54:52.8978670Z npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +2026-08-04T17:54:52.8979000Z npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +2026-08-04T17:54:52.8979280Z npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +2026-08-04T17:54:52.8979580Z npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +2026-08-04T17:54:52.8979870Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +2026-08-04T17:54:52.8980170Z npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +2026-08-04T17:54:52.8980470Z npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +2026-08-04T17:54:52.8980760Z npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +2026-08-04T17:54:52.8981060Z npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +2026-08-04T17:54:52.8981360Z npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +2026-08-04T17:54:52.8981680Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +2026-08-04T17:54:52.8981980Z npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +2026-08-04T17:54:52.8982520Z npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +2026-08-04T17:54:52.8982840Z npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +2026-08-04T17:54:52.8983150Z npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +2026-08-04T17:54:52.8983470Z npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +2026-08-04T17:54:52.8983760Z npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +2026-08-04T17:54:52.8984040Z npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +2026-08-04T17:54:52.8984420Z npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +2026-08-04T17:54:52.8984750Z npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +2026-08-04T17:54:52.8985030Z npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +2026-08-04T17:54:52.8985310Z npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +2026-08-04T17:54:52.8985730Z npm notice 267B ios/CodePush/SSZipArchive/README.md +2026-08-04T17:54:52.8985980Z npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +2026-08-04T17:54:52.8986250Z npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +2026-08-04T17:54:52.8986520Z npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +2026-08-04T17:54:52.8986840Z npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +2026-08-04T17:54:52.8987130Z npm notice 844B ios/PrivacyInfo.xcprivacy +2026-08-04T17:54:52.8987360Z npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +2026-08-04T17:54:52.8987630Z npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +2026-08-04T17:54:52.8987900Z npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +2026-08-04T17:54:52.8988180Z npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +2026-08-04T17:54:52.8988430Z npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +2026-08-04T17:54:52.8988690Z npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +2026-08-04T17:54:52.8988930Z npm notice 921B lib/acquisition-sdk/types.d.ts +2026-08-04T17:54:52.8989150Z npm notice 375B lib/acquisition-sdk/types.js +2026-08-04T17:54:52.8989420Z npm notice 159B lib/acquisition-sdk/types.js.map +2026-08-04T17:54:52.8989680Z npm notice 147B logging.js +2026-08-04T17:54:52.8989830Z npm notice 2.8kB package-mixins.js +2026-08-04T17:54:52.8990000Z npm notice 3.5kB package.json +2026-08-04T17:54:52.8990240Z npm notice 337B react-native.config.js +2026-08-04T17:54:52.8990490Z npm notice 1.2kB request-fetch-adapter.js +2026-08-04T17:54:52.8990750Z npm notice 4.6kB scripts/generateBundledResourcesHash.js +2026-08-04T17:54:52.8991000Z npm notice 646B scripts/getFilesInFolder.js +2026-08-04T17:54:52.8991300Z npm notice 4.5kB scripts/postlink/android/postlink.js +2026-08-04T17:54:52.8991570Z npm notice 5.1kB scripts/postlink/ios/postlink.js +2026-08-04T17:54:52.8991770Z npm notice 241B scripts/postlink/run.js +2026-08-04T17:54:52.8992190Z npm notice 3.7kB scripts/postunlink/android/postunlink.js +2026-08-04T17:54:52.8992460Z npm notice 4.6kB scripts/postunlink/ios/postunlink.js +2026-08-04T17:54:52.8992690Z npm notice 249B scripts/postunlink/run.js +2026-08-04T17:54:52.8992930Z npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +2026-08-04T17:54:52.8993220Z npm notice 1.9kB scripts/tools/linkToolsAndroid.js +2026-08-04T17:54:52.8993520Z npm notice 6.1kB scripts/tools/linkToolsIos.js +2026-08-04T17:54:52.8993740Z npm notice 338.0kB test-ios-timing-20260804.txt +2026-08-04T17:54:52.8998460Z npm notice 13.3kB test-ios-timing-analysis-20260804.md +2026-08-04T17:54:52.8998750Z npm notice 784B tslint.json +2026-08-04T17:54:52.8999000Z npm notice 16.9kB typings/react-native-code-push.d.ts +2026-08-04T17:54:52.8999340Z npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +2026-08-04T17:54:52.8999740Z npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +2026-08-04T17:54:52.9001010Z npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +2026-08-04T17:54:52.9001400Z npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +2026-08-04T17:54:52.9002190Z npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +2026-08-04T17:54:52.9002710Z npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +2026-08-04T17:54:52.9003060Z npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +2026-08-04T17:54:52.9003430Z npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +2026-08-04T17:54:52.9005960Z npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +2026-08-04T17:54:52.9006280Z npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +2026-08-04T17:54:52.9006570Z npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +2026-08-04T17:54:52.9006880Z npm notice 211B windows-legacy/CodePush.Net46/packages.config +2026-08-04T17:54:52.9007270Z npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +2026-08-04T17:54:52.9007600Z npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +2026-08-04T17:54:52.9007900Z npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +2026-08-04T17:54:52.9008210Z npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +2026-08-04T17:54:52.9008540Z npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +2026-08-04T17:54:52.9008980Z npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +2026-08-04T17:54:52.9009310Z npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +2026-08-04T17:54:52.9009660Z npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +2026-08-04T17:54:52.9009970Z npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +2026-08-04T17:54:52.9010310Z npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +2026-08-04T17:54:52.9010700Z npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +2026-08-04T17:54:52.9011040Z npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +2026-08-04T17:54:52.9011470Z npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +2026-08-04T17:54:52.9011860Z npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +2026-08-04T17:54:52.9012130Z npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +2026-08-04T17:54:52.9012400Z npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +2026-08-04T17:54:52.9012660Z npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +2026-08-04T17:54:52.9012930Z npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +2026-08-04T17:54:52.9013230Z npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +2026-08-04T17:54:52.9013540Z npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +2026-08-04T17:54:52.9013870Z npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +2026-08-04T17:54:52.9014140Z npm notice 139B windows/CodePush/CodePush.def +2026-08-04T17:54:52.9014370Z npm notice 11.1kB windows/CodePush/CodePush.vcxproj +2026-08-04T17:54:52.9014890Z npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +2026-08-04T17:54:52.9015170Z npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +2026-08-04T17:54:52.9015410Z npm notice 2.7kB windows/CodePush/CodePushConfig.h +2026-08-04T17:54:52.9015790Z npm notice 360B windows/CodePush/CodePushConfig.idl +2026-08-04T17:54:52.9016120Z npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +2026-08-04T17:54:52.9016420Z npm notice 890B windows/CodePush/CodePushDownloadHandler.h +2026-08-04T17:54:52.9016690Z npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +2026-08-04T17:54:52.9016950Z npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +2026-08-04T17:54:52.9017200Z npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +2026-08-04T17:54:52.9017440Z npm notice 2.8kB windows/CodePush/CodePushPackage.h +2026-08-04T17:54:52.9017700Z npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +2026-08-04T17:54:52.9017990Z npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +2026-08-04T17:54:52.9018270Z npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +2026-08-04T17:54:52.9018640Z npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +2026-08-04T17:54:52.9018880Z npm notice 735B windows/CodePush/CodePushUtils.cpp +2026-08-04T17:54:52.9019110Z npm notice 422B windows/CodePush/CodePushUtils.h +2026-08-04T17:54:52.9019330Z npm notice 4.8kB windows/CodePush/FileUtils.cpp +2026-08-04T17:54:52.9019540Z npm notice 866B windows/CodePush/FileUtils.h +2026-08-04T17:54:52.9019750Z npm notice 1.2kB windows/CodePush/miniz/LICENSE +2026-08-04T17:54:52.9019960Z npm notice 316.3kB windows/CodePush/miniz/miniz.c +2026-08-04T17:54:52.9020170Z npm notice 67.6kB windows/CodePush/miniz/miniz.h +2026-08-04T17:54:52.9020390Z npm notice 4.3kB windows/CodePush/miniz/readme.md +2026-08-04T17:54:52.9020610Z npm notice 159B windows/CodePush/packages.config +2026-08-04T17:54:52.9020820Z npm notice 20B windows/CodePush/pch.cpp +2026-08-04T17:54:52.9021000Z npm notice 124B windows/CodePush/pch.h +2026-08-04T17:54:52.9021210Z npm notice 586B windows/CodePush/PropertySheet.props +2026-08-04T17:54:52.9021460Z npm notice 452B windows/CodePush/ReactPackageProvider.cpp +2026-08-04T17:54:52.9021720Z npm notice 699B windows/CodePush/ReactPackageProvider.h +2026-08-04T17:54:52.9021980Z npm notice 243B windows/CodePush/ReactPackageProvider.idl +2026-08-04T17:54:52.9022380Z npm notice Tarball Details +2026-08-04T17:54:52.9022550Z npm notice name: @bitrise/code-push-sdk +2026-08-04T17:54:52.9022720Z npm notice version: 0.0.0 +2026-08-04T17:54:52.9022910Z npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +2026-08-04T17:54:52.9023120Z npm notice package size: 503.8 kB +2026-08-04T17:54:52.9023290Z npm notice unpacked size: 3.0 MB +2026-08-04T17:54:52.9023490Z npm notice shasum: b6bb576328416ee9b164355918f922b4c42cba20 +2026-08-04T17:54:52.9023760Z npm notice integrity: sha512-8MyRIx7jT9ODa[...]MTM8U2CdvCEPg== +2026-08-04T17:54:52.9023990Z npm notice total files: 249 +2026-08-04T17:54:52.9024130Z npm notice +2026-08-04T17:54:54.6547740Z npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). +2026-08-04T17:54:56.7783670Z +2026-08-04T17:54:56.7808800Z added 28 packages, and audited 895 packages in 4s +2026-08-04T17:54:56.7810520Z +2026-08-04T17:54:56.7810960Z 172 packages are looking for funding +2026-08-04T17:54:56.7812210Z run `npm fund` for details +2026-08-04T17:54:56.7950390Z +2026-08-04T17:54:56.7951090Z 10 moderate severity vulnerabilities +2026-08-04T17:54:56.7951300Z +2026-08-04T17:54:56.7951390Z To address all issues possible, run: +2026-08-04T17:54:56.7951630Z npm audit fix --force +2026-08-04T17:54:56.7951730Z +2026-08-04T17:54:56.7951890Z Some issues need review, and may require choosing +2026-08-04T17:54:56.7952150Z a different dependency. +2026-08-04T17:54:56.7952310Z +2026-08-04T17:54:56.7952370Z Run `npm audit` for details. +2026-08-04T17:54:56.7959310Z npm warn allow-scripts 2 packages have install scripts not yet covered by allowScripts: +2026-08-04T17:54:56.7959710Z npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +2026-08-04T17:54:56.7960070Z npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +2026-08-04T17:54:56.7961110Z npm warn allow-scripts +2026-08-04T17:54:56.7961640Z npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. +2026-08-04T17:54:57.7175480Z +2026-08-04T17:54:57.7176020Z changed 1 package, and audited 3 packages in 731ms +2026-08-04T17:54:57.7180450Z +2026-08-04T17:54:57.7180750Z found 0 vulnerabilities +2026-08-04T17:54:57.7348310Z Reshimming mise 24... +2026-08-04T17:54:57.7634960Z [TIMING] exec "npm pack /Users/runner/work/react-native-code-push/react-native-code-push && npm..." took 8655ms +2026-08-04T17:54:57.7635590Z [TIMING] createTestProject(updatesDirectory) took 53274ms +2026-08-04T17:54:57.7636050Z [TIMING] setupTests total took 225613ms +2026-08-04T17:54:57.7639410Z ✔ sets up tests correctly (225613ms) +2026-08-04T17:54:57.7645160Z +2026-08-04T17:54:57.7646330Z +2026-08-04T17:54:57.7647360Z 1 passing (4m) +2026-08-04T17:54:57.7647530Z +2026-08-04T17:54:57.9509380Z +2026-08-04T17:54:57.9509880Z > @bitrise/code-push-sdk@0.0.0 test:fast:ios +2026-08-04T17:54:57.9510110Z > mocha --recursive bin/test --ios +2026-08-04T17:54:57.9510220Z +2026-08-04T17:54:58.6480360Z Initializing tests for @bitrise/code-push-sdk +2026-08-04T17:54:58.6481280Z TestCodePush +2026-08-04T17:54:58.6481510Z com.testcodepush +2026-08-04T17:54:58.6481740Z Testing undefined. +2026-08-04T17:54:58.6481910Z On ios +2026-08-04T17:54:58.6482270Z test run directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:54:58.6482760Z updates directory = /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:54:58.6531290Z +2026-08-04T17:54:58.6531310Z +2026-08-04T17:54:58.6531490Z CodePush React-Native Plugin +2026-08-04T17:54:58.6531720Z Tests undefined on ios +2026-08-04T17:54:58.6531930Z CodePush +2026-08-04T17:54:58.6532640Z Setting up server at http://127.0.0.1:3000 +2026-08-04T17:54:58.6537050Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:54:59.9733960Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 1320ms +2026-08-04T17:54:59.9985100Z Running command: pod install +2026-08-04T17:55:02.2135660Z Found 2 modules for target `TestCodePush` +2026-08-04T17:55:02.2139750Z link_native_modules! {ios_packages: [{configurations: [], name: "@bitrise/code-push-sdk", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk", path: "../node_modules/@bitrise/code-push-sdk", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk/CodePush.podspec", script_phases: []}, {configurations: [], name: "react-native-safe-area-context", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native-safe-area-context", path: "../node_modules/react-native-safe-area-context", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec", script_phases: []}], ios_project_root_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios", react_native_path: "../node_modules/react-native"} +2026-08-04T17:55:02.2144230Z Auto-linking React Native modules for target `TestCodePush`: CodePush and react-native-safe-area-context +2026-08-04T17:55:02.4187730Z Framework build type is static library +2026-08-04T17:55:02.4265610Z [ReactNativeDependencies] Setting up ReactNativeDependencies... +2026-08-04T17:55:02.5274550Z [ReactNativeDependencies] Building from source: false +2026-08-04T17:55:02.5275570Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +2026-08-04T17:55:02.5279440Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:02.5282650Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:02.5287740Z [ReactNativeDependencies] Source: {http: "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz"} +2026-08-04T17:55:02.5289330Z [ReactNativeCore] Setting up ReactNativeCore... +2026-08-04T17:55:02.6356280Z [ReactNativeCore] Building from source: false +2026-08-04T17:55:02.6440440Z Configuring the target with the New Architecture +2026-08-04T17:55:02.6441160Z [ReactNativeCore] Using React Native Core and React Native Dependencies prebuilt versions. +2026-08-04T17:55:02.9198020Z [Codegen] Analyzing /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/package.json +2026-08-04T17:55:02.9199000Z [Codegen] Searching for codegen-enabled libraries in the app. +2026-08-04T17:55:02.9199860Z [Codegen] The "codegenConfig" field is not defined in package.json. Assuming there is nothing to generate at the app level. +2026-08-04T17:55:02.9200520Z [Codegen] Searching for codegen-enabled libraries in react-native.config.js +2026-08-04T17:55:02.9201080Z [Codegen] Found react-native-safe-area-context +2026-08-04T17:55:02.9201390Z [Codegen] Processing safeareacontext +2026-08-04T17:55:02.9201730Z [Codegen] Searching for podspec in the project dependencies. +2026-08-04T17:55:02.9202250Z [Codegen] Supported Apple platforms: ios, macos, tvos, visionos for safeareacontext +2026-08-04T17:55:02.9202740Z [Codegen] Generating Native Code for safeareacontext - ios +2026-08-04T17:55:02.9203720Z [Codegen] Generated artifacts: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen +2026-08-04T17:55:02.9204480Z [Codegen] Generating RCTThirdPartyComponentsProvider.h +2026-08-04T17:55:02.9205580Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.h +2026-08-04T17:55:02.9206380Z [Codegen] Generating RCTThirdPartyComponentsProvider.mm +2026-08-04T17:55:02.9207200Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.mm +2026-08-04T17:55:02.9212800Z [Codegen] Generating RCTModulesProvider.h +2026-08-04T17:55:02.9213630Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.h +2026-08-04T17:55:02.9214400Z [Codegen] Generating RCTModuleProviders.mm +2026-08-04T17:55:02.9215220Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.mm +2026-08-04T17:55:02.9215920Z [Codegen] Generating RCTAppDependencyProvider +2026-08-04T17:55:02.9216990Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.h +2026-08-04T17:55:02.9218200Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.mm +2026-08-04T17:55:02.9219400Z [Codegen] Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/ReactAppDependencyProvider.podspec +2026-08-04T17:55:02.9220490Z [Codegen] Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/ReactCodegen.podspec +2026-08-04T17:55:02.9221080Z [Codegen] Generating Package.swift +2026-08-04T17:55:02.9221710Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/Package.swift +2026-08-04T17:55:02.9222380Z [Codegen] Done. +2026-08-04T17:55:03.1044950Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +2026-08-04T17:55:03.1046010Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:03.1046760Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:03.1047170Z Analyzing dependencies +2026-08-04T17:55:04.9852810Z Downloading dependencies +2026-08-04T17:55:04.9904470Z Installing Base64 (1.1.2) +2026-08-04T17:55:05.7991060Z Installing CodePush (0.0.0) +2026-08-04T17:55:05.7991460Z Installing JWT (3.0.0-beta.14) +2026-08-04T17:55:07.7411490Z Installing SSZipArchive (2.5.5) +2026-08-04T17:55:18.3079760Z Generating Pods project +2026-08-04T17:55:18.3167090Z Setting USE_HERMES build settings +2026-08-04T17:55:18.3173370Z Setting REACT_NATIVE_PATH build settings +2026-08-04T17:55:18.3182370Z Setting SWIFT_ACTIVE_COMPILATION_CONDITIONS build settings +2026-08-04T17:55:19.0647780Z [Ccache]: Removing Ccache from CC, LD, CXX & LDPLUSPLUS build settings +2026-08-04T17:55:19.0648180Z Setting SWIFT_ENABLE_EXPLICIT_MODULES build settings +2026-08-04T17:55:19.0648430Z [ReactNativeCore] Processing VFS overlay file... +2026-08-04T17:55:19.0649050Z [ReactNativeCore] Created VFS overlay at /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/React-Core-prebuilt/React-VFS.yaml +2026-08-04T17:55:19.0649650Z [ReactNativeCore] VFS overlay setup complete +2026-08-04T17:55:19.0649920Z [ReactNativeCore] Configuring xcconfig for prebuilt React Native Core... +2026-08-04T17:55:19.0650230Z [ReactNativeCore] Prebuilt xcconfig configuration complete +2026-08-04T17:55:19.0650540Z [SPM] Cleaning old SPM dependencies from Pods project +2026-08-04T17:55:19.0650790Z [SPM] Adding SPM dependencies to Pods project +2026-08-04T17:55:19.0651160Z [Privacy Manifest Aggregation] Appending aggregated reasons to existing PrivacyInfo.xcprivacy file. +2026-08-04T17:55:19.0651670Z [Privacy Manifest Aggregation] Reading .xcprivacy files to aggregate all used Required Reason APIs. +2026-08-04T17:55:19.0652370Z Setting CLANG_CXX_LANGUAGE_STANDARD to c++20 on /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj +2026-08-04T17:55:20.6196420Z +2026-08-04T17:55:20.6197010Z ==================== DEPRECATION NOTICE ===================== +2026-08-04T17:55:20.6197500Z Calling `pod install` directly is deprecated in React Native +2026-08-04T17:55:20.6197870Z because we are moving away from Cocoapods toward alternative +2026-08-04T17:55:20.6198110Z solutions to build the project. +2026-08-04T17:55:20.6198850Z * If you are using Expo, please run: +2026-08-04T17:55:20.6199060Z `npx expo run:ios` +2026-08-04T17:55:20.6199240Z * If you are using the Community CLI, please run: +2026-08-04T17:55:20.6199490Z `yarn ios` +2026-08-04T17:55:20.6199680Z ============================================================= +2026-08-04T17:55:20.6199830Z +2026-08-04T17:55:20.6199890Z Pod install took 18 [s] to run +2026-08-04T17:55:20.6200100Z Integrating client project +2026-08-04T17:55:20.6200470Z Pod installation complete! There are 78 dependencies from the Podfile and 80 total pods installed. +2026-08-04T17:55:20.6340580Z [TIMING] exec "pod install" took 20635ms +2026-08-04T17:55:20.6342010Z replacing " +2026-08-04T17:55:20.6342660Z " with "CodePushDeploymentKey +2026-08-04T17:55:20.6343550Z mock-ios-deployment-key +2026-08-04T17:55:20.6343840Z CodePushServerURL +2026-08-04T17:55:20.6344110Z http://127.0.0.1:3000 +2026-08-04T17:55:20.6344370Z +2026-08-04T17:55:20.6344770Z " in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +2026-08-04T17:55:20.6367410Z replacing "1.0" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +2026-08-04T17:55:20.6377720Z replacing "\$\(MARKETING_VERSION\)" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +2026-08-04T17:55:20.6380730Z replacing ""[$][(]inherited[)]",\s*[)];" with ""$(inherited)" +2026-08-04T17:55:20.6381310Z );" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +2026-08-04T17:55:20.6387430Z replacing "PRODUCT_BUNDLE_IDENTIFIER = [^;]*" with "PRODUCT_BUNDLE_IDENTIFIER = "com.testcodepush"" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +2026-08-04T17:55:20.6403950Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/AppDelegate.swift +2026-08-04T17:55:20.6419840Z Running command: pod install +2026-08-04T17:55:21.7832990Z Found 2 modules for target `TestCodePush` +2026-08-04T17:55:21.7837030Z link_native_modules! {ios_packages: [{configurations: [], name: "@bitrise/code-push-sdk", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk", path: "../node_modules/@bitrise/code-push-sdk", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk/CodePush.podspec", script_phases: []}, {configurations: [], name: "react-native-safe-area-context", root: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/react-native-safe-area-context", path: "../node_modules/react-native-safe-area-context", podspec_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec", script_phases: []}], ios_project_root_path: "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios", react_native_path: "../node_modules/react-native"} +2026-08-04T17:55:21.7845640Z Auto-linking React Native modules for target `TestCodePush`: CodePush and react-native-safe-area-context +2026-08-04T17:55:21.9248430Z Framework build type is static library +2026-08-04T17:55:21.9318610Z [ReactNativeDependencies] Setting up ReactNativeDependencies... +2026-08-04T17:55:22.0294300Z [ReactNativeDependencies] Building from source: false +2026-08-04T17:55:22.0295710Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +2026-08-04T17:55:22.0296690Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:22.0298960Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:22.0299930Z [ReactNativeDependencies] Source: {http: "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz"} +2026-08-04T17:55:22.0300550Z [ReactNativeCore] Setting up ReactNativeCore... +2026-08-04T17:55:22.1294600Z [ReactNativeCore] Building from source: false +2026-08-04T17:55:22.1395170Z Configuring the target with the New Architecture +2026-08-04T17:55:22.1476350Z [ReactNativeCore] Using React Native Core and React Native Dependencies prebuilt versions. +2026-08-04T17:55:22.4427880Z [Codegen] Analyzing /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/package.json +2026-08-04T17:55:22.4428860Z [Codegen] Searching for codegen-enabled libraries in the app. +2026-08-04T17:55:22.4429450Z [Codegen] The "codegenConfig" field is not defined in package.json. Assuming there is nothing to generate at the app level. +2026-08-04T17:55:22.4430100Z [Codegen] Searching for codegen-enabled libraries in react-native.config.js +2026-08-04T17:55:22.4430510Z [Codegen] Found react-native-safe-area-context +2026-08-04T17:55:22.4430810Z [Codegen] Processing safeareacontext +2026-08-04T17:55:22.4431150Z [Codegen] Searching for podspec in the project dependencies. +2026-08-04T17:55:22.4431610Z [Codegen] Supported Apple platforms: ios, macos, tvos, visionos for safeareacontext +2026-08-04T17:55:22.4432070Z [Codegen] Generating Native Code for safeareacontext - ios +2026-08-04T17:55:22.4432810Z [Codegen] Generated artifacts: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen +2026-08-04T17:55:22.4433490Z [Codegen] Generating RCTThirdPartyComponentsProvider.h +2026-08-04T17:55:22.4434400Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.h +2026-08-04T17:55:22.4435270Z [Codegen] Generating RCTThirdPartyComponentsProvider.mm +2026-08-04T17:55:22.4436050Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.mm +2026-08-04T17:55:22.4436760Z [Codegen] Generating RCTModulesProvider.h +2026-08-04T17:55:22.4437440Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.h +2026-08-04T17:55:22.4438100Z [Codegen] Generating RCTModuleProviders.mm +2026-08-04T17:55:22.4438800Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.mm +2026-08-04T17:55:22.4439490Z [Codegen] Generating RCTAppDependencyProvider +2026-08-04T17:55:22.4440260Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.h +2026-08-04T17:55:22.4442210Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.mm +2026-08-04T17:55:22.4443760Z [Codegen] Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/ReactAppDependencyProvider.podspec +2026-08-04T17:55:22.4445050Z [Codegen] Generated podspec: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/ReactCodegen.podspec +2026-08-04T17:55:22.4445690Z [Codegen] Generating Package.swift +2026-08-04T17:55:22.4446310Z [Codegen] Generated artifact: /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/Package.swift +2026-08-04T17:55:22.4446880Z [Codegen] Done. +2026-08-04T17:55:22.7050340Z [ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +2026-08-04T17:55:22.7052270Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:22.7053070Z [ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +2026-08-04T17:55:22.7053640Z Analyzing dependencies +2026-08-04T17:55:32.7572840Z Downloading dependencies +2026-08-04T17:55:32.7650000Z Installing Base64 (1.1.2) +2026-08-04T17:55:32.7653920Z Installing CodePush (0.0.0) +2026-08-04T17:55:32.7655150Z Installing JWT (3.0.0-beta.14) +2026-08-04T17:55:32.7660930Z Installing SSZipArchive (2.5.5) +2026-08-04T17:55:32.7673310Z Generating Pods project +2026-08-04T17:55:32.7673600Z Setting USE_HERMES build settings +2026-08-04T17:55:32.7674240Z Setting REACT_NATIVE_PATH build settings +2026-08-04T17:55:32.7674670Z Setting SWIFT_ACTIVE_COMPILATION_CONDITIONS build settings +2026-08-04T17:55:33.5361430Z [Ccache]: Removing Ccache from CC, LD, CXX & LDPLUSPLUS build settings +2026-08-04T17:55:33.5364870Z Setting SWIFT_ENABLE_EXPLICIT_MODULES build settings +2026-08-04T17:55:33.5373830Z [ReactNativeCore] Processing VFS overlay file... +2026-08-04T17:55:33.5381010Z [ReactNativeCore] Created VFS overlay at /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/Pods/React-Core-prebuilt/React-VFS.yaml +2026-08-04T17:55:33.5382260Z [ReactNativeCore] VFS overlay setup complete +2026-08-04T17:55:33.5384930Z [ReactNativeCore] Configuring xcconfig for prebuilt React Native Core... +2026-08-04T17:55:33.5388700Z [ReactNativeCore] Prebuilt xcconfig configuration complete +2026-08-04T17:55:33.5397850Z [SPM] Cleaning old SPM dependencies from Pods project +2026-08-04T17:55:33.5399670Z [SPM] Adding SPM dependencies to Pods project +2026-08-04T17:55:33.5401410Z [Privacy Manifest Aggregation] Appending aggregated reasons to existing PrivacyInfo.xcprivacy file. +2026-08-04T17:55:33.5402040Z [Privacy Manifest Aggregation] Reading .xcprivacy files to aggregate all used Required Reason APIs. +2026-08-04T17:55:33.5402830Z Setting CLANG_CXX_LANGUAGE_STANDARD to c++20 on /private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj +2026-08-04T17:55:34.9051940Z +2026-08-04T17:55:34.9052400Z ==================== DEPRECATION NOTICE ===================== +2026-08-04T17:55:34.9052710Z Calling `pod install` directly is deprecated in React Native +2026-08-04T17:55:34.9052990Z because we are moving away from Cocoapods toward alternative +2026-08-04T17:55:34.9053210Z solutions to build the project. +2026-08-04T17:55:34.9053380Z * If you are using Expo, please run: +2026-08-04T17:55:34.9053580Z `npx expo run:ios` +2026-08-04T17:55:34.9058090Z * If you are using the Community CLI, please run: +2026-08-04T17:55:34.9058630Z `yarn ios` +2026-08-04T17:55:34.9058770Z ============================================================= +2026-08-04T17:55:34.9058910Z +2026-08-04T17:55:34.9058960Z Pod install took 12 [s] to run +2026-08-04T17:55:34.9059110Z Integrating client project +2026-08-04T17:55:34.9059380Z Pod installation complete! There are 78 dependencies from the Podfile and 80 total pods installed. +2026-08-04T17:55:34.9134750Z [TIMING] exec "pod install" took 14272ms +2026-08-04T17:55:34.9135040Z replacing " +2026-08-04T17:55:34.9135220Z " with "CodePushDeploymentKey +2026-08-04T17:55:34.9135430Z mock-ios-deployment-key +2026-08-04T17:55:34.9135620Z CodePushServerURL +2026-08-04T17:55:34.9135790Z http://127.0.0.1:3000 +2026-08-04T17:55:34.9135950Z +2026-08-04T17:55:34.9136300Z " in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +2026-08-04T17:55:34.9143980Z replacing "1.0" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +2026-08-04T17:55:34.9147660Z replacing "\$\(MARKETING_VERSION\)" with "1.0.0" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +2026-08-04T17:55:34.9150490Z replacing ""[$][(]inherited[)]",\s*[)];" with ""$(inherited)" +2026-08-04T17:55:34.9151130Z );" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +2026-08-04T17:55:34.9154800Z replacing "PRODUCT_BUNDLE_IDENTIFIER = [^;]*" with "PRODUCT_BUNDLE_IDENTIFIER = "com.testcodepush"" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +2026-08-04T17:55:34.9165070Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/AppDelegate.swift +2026-08-04T17:55:34.9166840Z [TIMING] ios suite before() (uninstall + preparePlatform x2) took 36265ms +2026-08-04T17:55:34.9169440Z #window.codePush.checkForUpdate +2026-08-04T17:55:34.9170890Z Setting up scenario scenarioCheckForUpdate.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:55:34.9184160Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:55:34.9187460Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:55:34.9189710Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdate.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:55:34.9191240Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:55:34.9193220Z [TIMING] setupScenario(scenarioCheckForUpdate.js) for "#window.codePush.checkForUpdate" took 3ms +2026-08-04T17:55:34.9197280Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:55:35.1838670Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T17:55:35.1839130Z Simulator device failed to terminate com.testcodepush. +2026-08-04T17:55:35.1839360Z found nothing to terminate +2026-08-04T17:55:35.1839560Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T17:55:35.2060110Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T17:55:35.2060670Z found nothing to terminate +2026-08-04T17:55:35.2074810Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:55:35.2075440Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 288ms +2026-08-04T17:55:35.2075900Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T17:55:35.2076260Z Simulator device failed to terminate com.testcodepush. +2026-08-04T17:55:35.2076520Z found nothing to terminate +2026-08-04T17:55:35.2076800Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T17:55:35.2077160Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T17:55:35.2077450Z found nothing to terminate +2026-08-04T17:55:35.2077560Z +2026-08-04T17:55:35.2082360Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:55:35.3546350Z [TIMING] exec "xcrun simctl list" took 146ms +2026-08-04T17:55:35.3547580Z Using iOS simulator named 6F69910C-E4FA-488A-B9C2-41B770484810 +2026-08-04T17:55:35.3548910Z Running command: xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=6F69910C-E4FA-488A-B9C2-41B770484810" -derivedDataPath build +2026-08-04T17:56:25.0080390Z [TIMING] exec "xcodebuild -workspace /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/..." took 49653ms +2026-08-04T17:56:25.0082650Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 49800ms +2026-08-04T17:56:25.0083710Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:56:26.0638370Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 1055ms +2026-08-04T17:56:26.0737540Z [TIMING] ios uninstallApplication took 1055ms +2026-08-04T17:56:26.0786070Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:32.0172710Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 5868ms +2026-08-04T17:56:32.0274480Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:56:32.8299920Z com.testcodepush: 35280 +2026-08-04T17:56:32.8308340Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 897ms +2026-08-04T17:56:32.8309790Z [TIMING] ios installApp+launch took 6766ms +2026-08-04T17:56:32.8320860Z [TIMING] ios runApplication total (built=true) took 57622ms +2026-08-04T17:56:33.0717530Z Update check called from the app. +2026-08-04T17:56:33.0726120Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"03C16B28-0314-48E4-847C-183E2C5DE124"} +2026-08-04T17:56:33.0730710Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:56:33.3242640Z Application reported a test message. +2026-08-04T17:56:33.3242940Z Body: {"message":"CHECK_UP_TO_DATE"} +2026-08-04T17:56:33.3243170Z Sending OK +2026-08-04T17:56:33.3255090Z [TIMING] test "window.codePush.checkForUpdate.noUpdate" took 58116ms +2026-08-04T17:56:33.3258490Z ✔ window.codePush.checkForUpdate.noUpdate (58117ms) +2026-08-04T17:56:33.3261610Z Cleaning up! +2026-08-04T17:56:33.3367990Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:56:33.5404480Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 204ms +2026-08-04T17:56:33.5407320Z [TIMING] ios prepareEmulatorForTest total took 204ms +2026-08-04T17:56:33.5409470Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:56:33.5517450Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:56:33.9945560Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 452ms +2026-08-04T17:56:34.0032670Z [TIMING] ios uninstallApplication took 453ms +2026-08-04T17:56:34.0133990Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:34.5543080Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 559ms +2026-08-04T17:56:34.5647620Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:56:34.9233240Z com.testcodepush: 35355 +2026-08-04T17:56:34.9335270Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 368ms +2026-08-04T17:56:34.9436240Z [TIMING] ios installApp+launch took 928ms +2026-08-04T17:56:34.9459880Z [TIMING] ios runApplication total (built=false) took 1381ms +2026-08-04T17:56:35.1778810Z Update check called from the app. +2026-08-04T17:56:35.1790490Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"7A33780D-9750-491A-986A-9A3F3CB6FFCB"} +2026-08-04T17:56:35.2034610Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:56:35.2036480Z Application reported a test message. +2026-08-04T17:56:35.2036950Z Body: {"message":"CHECK_UP_TO_DATE"} +2026-08-04T17:56:35.2038260Z Sending OK +2026-08-04T17:56:35.2038670Z [TIMING] test "window.codePush.checkForUpdate.sendsBinaryHash" took 1659ms +2026-08-04T17:56:35.2039770Z ✔ window.codePush.checkForUpdate.sendsBinaryHash (1659ms) +2026-08-04T17:56:35.2040900Z Cleaning up! +2026-08-04T17:56:35.2042390Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:56:35.4549100Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 252ms +2026-08-04T17:56:35.4553000Z [TIMING] ios prepareEmulatorForTest total took 254ms +2026-08-04T17:56:35.4553610Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:56:35.4554630Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:56:35.7337340Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 279ms +2026-08-04T17:56:35.7437350Z [TIMING] ios uninstallApplication took 279ms +2026-08-04T17:56:35.7539820Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:36.2507920Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 512ms +2026-08-04T17:56:36.2606330Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:56:36.6331490Z com.testcodepush: 35619 +2026-08-04T17:56:36.6432710Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 386ms +2026-08-04T17:56:36.6561820Z [TIMING] ios installApp+launch took 898ms +2026-08-04T17:56:36.6602380Z [TIMING] ios runApplication total (built=false) took 1177ms +2026-08-04T17:56:36.8744860Z Update check called from the app. +2026-08-04T17:56:36.8752910Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"9572A525-A04F-4F00-ABA0-67902858439E"} +2026-08-04T17:56:36.8754780Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":true,"is_mandatory":false,"target_binary_range":"2.0.0","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":true}} +2026-08-04T17:56:36.8817330Z Application reported a test message. +2026-08-04T17:56:36.8818710Z Body: {"message":"CHECK_UP_TO_DATE"} +2026-08-04T17:56:36.8822500Z Sending OK +2026-08-04T17:56:36.8842700Z [TIMING] test "window.codePush.checkForUpdate.noUpdate.updateAppVersion" took 1427ms +2026-08-04T17:56:36.9017510Z ✔ window.codePush.checkForUpdate.noUpdate.updateAppVersion (1427ms) +2026-08-04T17:56:36.9034070Z Cleaning up! +2026-08-04T17:56:36.9046610Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:56:37.2949080Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 412ms +2026-08-04T17:56:37.2949580Z [TIMING] ios prepareEmulatorForTest total took 412ms +2026-08-04T17:56:37.2951290Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:56:37.2951880Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:56:37.6310610Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 331ms +2026-08-04T17:56:37.6324740Z [TIMING] ios uninstallApplication took 331ms +2026-08-04T17:56:37.6327680Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:38.0743120Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 439ms +2026-08-04T17:56:38.0754940Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:56:38.4167890Z com.testcodepush: 35884 +2026-08-04T17:56:38.4278640Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 350ms +2026-08-04T17:56:38.4380620Z [TIMING] ios installApp+launch took 789ms +2026-08-04T17:56:38.4474390Z [TIMING] ios runApplication total (built=false) took 1120ms +2026-08-04T17:56:38.6481460Z Update check called from the app. +2026-08-04T17:56:38.6490210Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"FBBD2B34-092F-4FF5-85F3-7435520AE8FF"} +2026-08-04T17:56:38.6491870Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-799","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:56:38.6700320Z Application reported a test message. +2026-08-04T17:56:38.6802520Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-799","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:56:38.6809350Z Sending OK +2026-08-04T17:56:38.6812820Z [TIMING] test "window.codePush.checkForUpdate.update" took 1376ms +2026-08-04T17:56:38.6814950Z ✔ window.codePush.checkForUpdate.update (1377ms) +2026-08-04T17:56:38.6815270Z Cleaning up! +2026-08-04T17:56:38.6816090Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:56:38.9426840Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 263ms +2026-08-04T17:56:38.9427320Z [TIMING] ios prepareEmulatorForTest total took 263ms +2026-08-04T17:56:38.9427950Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:56:38.9428620Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:56:39.2766380Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 328ms +2026-08-04T17:56:39.2866760Z [TIMING] ios uninstallApplication took 328ms +2026-08-04T17:56:39.2918550Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:39.7884500Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 516ms +2026-08-04T17:56:39.7885400Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:56:40.1073220Z com.testcodepush: 36065 +2026-08-04T17:56:40.1085740Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 321ms +2026-08-04T17:56:40.1100930Z [TIMING] ios installApp+launch took 837ms +2026-08-04T17:56:40.1104580Z [TIMING] ios runApplication total (built=false) took 1165ms +2026-08-04T17:56:40.3465020Z Update check called from the app. +2026-08-04T17:56:40.3470440Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6faac91925ec91db944565f37a50a0efa896f2ba731ba4991fa503f72686bc00","client_unique_id":"56AE1C8E-3970-4F18-9F0D-E5CCBA4C5059"} +2026-08-04T17:56:40.3471580Z Response: "invalid {{ json" +2026-08-04T17:56:40.3662780Z Application reported a test message. +2026-08-04T17:56:40.3772120Z Body: {"message":"CHECK_ERROR"} +2026-08-04T17:56:40.3801740Z Sending OK +2026-08-04T17:56:40.3802380Z [TIMING] test "window.codePush.checkForUpdate.error" took 1424ms +2026-08-04T17:56:40.3806710Z ✔ window.codePush.checkForUpdate.error (1425ms) +2026-08-04T17:56:40.3807050Z Cleaning up! +2026-08-04T17:56:40.3807230Z #window.codePush.checkForUpdate.customKey +2026-08-04T17:56:40.3807790Z Setting up scenario scenarioCheckForUpdateCustomKey.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:56:40.3808680Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:40.3809710Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:40.3811600Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdateCustomKey.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:40.3813310Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:40.3814420Z [TIMING] setupScenario(scenarioCheckForUpdateCustomKey.js) for "#window.codePush.checkForUpdate.customKey" took 12ms +2026-08-04T17:56:40.3815120Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:56:40.6475180Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 267ms +2026-08-04T17:56:40.6483120Z [TIMING] ios prepareEmulatorForTest total took 267ms +2026-08-04T17:56:40.6520050Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:56:40.6520900Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:56:40.6623260Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:40.6624240Z + [[ ! -n '' ]] +2026-08-04T17:56:40.6624430Z + [[ Release = *Debug* ]] +2026-08-04T17:56:40.6624600Z + [[ -n '' ]] +2026-08-04T17:56:40.6624760Z + case "$CONFIGURATION" in +2026-08-04T17:56:40.6624950Z + DEV=false +2026-08-04T17:56:40.6629200Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:56:40.6776470Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:56:40.6777380Z ++ pwd +2026-08-04T17:56:40.6779550Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:56:40.6780860Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:56:40.6781480Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:56:40.6782130Z + [[ -n '' ]] +2026-08-04T17:56:40.6782460Z + [[ -s index.ios.js ]] +2026-08-04T17:56:40.6782670Z + ENTRY_FILE=index.js +2026-08-04T17:56:40.6783370Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:56:40.6789180Z ++ '[' -z '' ']' +2026-08-04T17:56:40.6789370Z ++ export NODE_BINARY=node +2026-08-04T17:56:40.6789540Z ++ NODE_BINARY=node +2026-08-04T17:56:40.6789660Z ++ type node +2026-08-04T17:56:40.6790690Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:56:40.6791350Z + '[' -z '' ']' +2026-08-04T17:56:40.6792570Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:56:40.6793420Z + [[ '' != false ]] +2026-08-04T17:56:40.6793840Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:56:40.6794260Z + '[' -z '' ']' +2026-08-04T17:56:40.6794420Z + export NODE_ARGS= +2026-08-04T17:56:40.6794580Z + NODE_ARGS= +2026-08-04T17:56:40.6794880Z + '[' -z '' ']' +2026-08-04T17:56:40.6801040Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:56:40.6801470Z + '[' -z '' ']' +2026-08-04T17:56:40.6801600Z + BUNDLE_COMMAND=bundle +2026-08-04T17:56:40.6801730Z + '[' -z '' ']' +2026-08-04T17:56:40.6803010Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:56:40.6804110Z + [[ -z '' ]] +2026-08-04T17:56:40.6804270Z + CONFIG_ARG= +2026-08-04T17:56:40.6804390Z + [[ -z '' ]] +2026-08-04T17:56:40.6804500Z + BUNDLE_NAME=main +2026-08-04T17:56:40.6805000Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:56:40.6806770Z + EXTRA_ARGS=() +2026-08-04T17:56:40.6806960Z + case "$PLATFORM_NAME" in +2026-08-04T17:56:40.6807140Z + BUNDLE_PLATFORM=ios +2026-08-04T17:56:40.6807310Z + '[' '' = YES ']' +2026-08-04T17:56:40.6807470Z + EMIT_SOURCEMAP= +2026-08-04T17:56:40.6807620Z + [[ ! -z '' ]] +2026-08-04T17:56:40.6807780Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:56:40.6807960Z + [[ '' == true ]] +2026-08-04T17:56:40.6808190Z + [[ '' != false ]] +2026-08-04T17:56:40.6809260Z + [[ false == false ]] +2026-08-04T17:56:40.6811060Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:56:40.6811520Z + [[ -n '' ]] +2026-08-04T17:56:40.6811930Z + [[ -n '' ]] +2026-08-04T17:56:40.6812530Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:56:40.6819210Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:56:48.4560570Z + [[ '' == false ]] +2026-08-04T17:56:48.4563450Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:56:48.4563900Z + [[ false == true ]] +2026-08-04T17:56:48.4564090Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:56:48.4564230Z + [[ '' == true ]] +2026-08-04T17:56:48.4565630Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:56:48.5382180Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:56:48.5411950Z setTimeout(function () { +2026-08-04T17:56:48.5412180Z ^~~~~~~~~~ +2026-08-04T17:56:48.5414660Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:56:48.5415850Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:56:48.5416080Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:56:48.5416850Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:56:48.5417600Z cancelTimeout = clearTimeout; +2026-08-04T17:56:48.5417760Z ^~~~~~~~~~~~ +2026-08-04T17:56:48.5418420Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:56:48.5419110Z setImmediate(function () { +2026-08-04T17:56:48.5419250Z ^~~~~~~~~~~~ +2026-08-04T17:56:48.5419840Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:56:48.5420450Z new Blob(); +2026-08-04T17:56:48.5420570Z ^~~~ +2026-08-04T17:56:48.5421190Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:56:48.5421850Z var reader = new FileReader(); +2026-08-04T17:56:48.5422010Z ^~~~~~~~~~ +2026-08-04T17:56:48.5422610Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:56:48.5423320Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:56:48.5423570Z ^~~~~~~~ +2026-08-04T17:56:48.5424220Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:56:48.5424970Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:56:48.5425240Z ^~~~~~~~~~~~~~~ +2026-08-04T17:56:50.0742740Z + [[ '' == true ]] +2026-08-04T17:56:50.0743720Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:56:50.0744350Z + [[ false != true ]] +2026-08-04T17:56:50.0744970Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:56:50.0746340Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 9424ms +2026-08-04T17:56:50.0747400Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 9427ms +2026-08-04T17:56:50.0747910Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:56:50.4282440Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 353ms +2026-08-04T17:56:50.4382720Z [TIMING] ios uninstallApplication took 353ms +2026-08-04T17:56:50.4484110Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:50.9157790Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 480ms +2026-08-04T17:56:50.9241970Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:56:51.2611540Z com.testcodepush: 36666 +2026-08-04T17:56:51.2622790Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 353ms +2026-08-04T17:56:51.2636250Z [TIMING] ios installApp+launch took 834ms +2026-08-04T17:56:51.2646220Z [TIMING] ios runApplication total (built=true) took 10614ms +2026-08-04T17:56:51.5110630Z [TIMING] test "window.codePush.checkForUpdate.customKey.update" took 10863ms +2026-08-04T17:56:51.5112480Z ✔ window.codePush.checkForUpdate.customKey.update (10863ms) +2026-08-04T17:56:51.5165260Z Update check called from the app. +2026-08-04T17:56:51.5167070Z Request: {"deployment_key":"CUSTOM-DEPLOYMENT-KEY","app_version":"1.0.0","package_hash":"1e5216218243d7edb4c32ac0d4db002481ad853899e23236074f2aa861bfaba9","client_unique_id":"40A33DF8-0FF0-4B50-B164-A4A9C58C1382"} +2026-08-04T17:56:51.5168680Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5490","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:56:51.5169630Z Cleaning up! +2026-08-04T17:56:51.5169800Z #remotePackage.download +2026-08-04T17:56:51.5170980Z Setting up scenario scenarioDownloadUpdate.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:56:51.5318500Z Application reported a test message. +2026-08-04T17:56:51.5319730Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"CUSTOM-DEPLOYMENT-KEY","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5490","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:56:51.5321060Z Sending OK +2026-08-04T17:56:51.5387540Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:51.5510420Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:51.5567140Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDownloadUpdate.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:51.5575680Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:56:51.5577330Z [TIMING] setupScenario(scenarioDownloadUpdate.js) for "#remotePackage.download" took 41ms +2026-08-04T17:56:51.5580960Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:56:51.7800530Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 221ms +2026-08-04T17:56:51.7964330Z [TIMING] ios prepareEmulatorForTest total took 221ms +2026-08-04T17:56:51.8067800Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:56:51.8168290Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:51.8169180Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:56:51.8235440Z + [[ ! -n '' ]] +2026-08-04T17:56:51.8270140Z + [[ Release = *Debug* ]] +2026-08-04T17:56:51.8335690Z + [[ -n '' ]] +2026-08-04T17:56:51.8447190Z + case "$CONFIGURATION" in +2026-08-04T17:56:51.8489090Z + DEV=false +2026-08-04T17:56:51.8508970Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:56:51.8560250Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:56:51.8560990Z ++ pwd +2026-08-04T17:56:51.8566300Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:56:51.8567030Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:56:51.8568990Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:56:51.8570500Z + [[ -n '' ]] +2026-08-04T17:56:51.8571280Z + [[ -s index.ios.js ]] +2026-08-04T17:56:51.8577380Z + ENTRY_FILE=index.js +2026-08-04T17:56:51.8578150Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:56:51.8580330Z ++ '[' -z '' ']' +2026-08-04T17:56:51.8581820Z ++ export NODE_BINARY=node +2026-08-04T17:56:51.8628160Z ++ NODE_BINARY=node +2026-08-04T17:56:51.8628380Z ++ type node +2026-08-04T17:56:51.8629350Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:56:51.8629800Z + '[' -z '' ']' +2026-08-04T17:56:51.8630430Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:56:51.8630920Z + [[ '' != false ]] +2026-08-04T17:56:51.8631280Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:56:51.8631720Z + '[' -z '' ']' +2026-08-04T17:56:51.8631830Z + export NODE_ARGS= +2026-08-04T17:56:51.8632310Z + NODE_ARGS= +2026-08-04T17:56:51.8632450Z + '[' -z '' ']' +2026-08-04T17:56:51.8633020Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:56:51.8634540Z + '[' -z '' ']' +2026-08-04T17:56:51.8634740Z + BUNDLE_COMMAND=bundle +2026-08-04T17:56:51.8635530Z + '[' -z '' ']' +2026-08-04T17:56:51.8636490Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:56:51.8637260Z + [[ -z '' ]] +2026-08-04T17:56:51.8637380Z + CONFIG_ARG= +2026-08-04T17:56:51.8637490Z + [[ -z '' ]] +2026-08-04T17:56:51.8637900Z + BUNDLE_NAME=main +2026-08-04T17:56:51.8639920Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:56:51.8640840Z + EXTRA_ARGS=() +2026-08-04T17:56:51.8640990Z + case "$PLATFORM_NAME" in +2026-08-04T17:56:51.8641150Z + BUNDLE_PLATFORM=ios +2026-08-04T17:56:51.8641290Z + '[' '' = YES ']' +2026-08-04T17:56:51.8641520Z + EMIT_SOURCEMAP= +2026-08-04T17:56:51.8641650Z + [[ ! -z '' ]] +2026-08-04T17:56:51.8642340Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:56:51.8642510Z + [[ '' == true ]] +2026-08-04T17:56:51.8642650Z + [[ '' != false ]] +2026-08-04T17:56:51.8642780Z + [[ false == false ]] +2026-08-04T17:56:51.8642950Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:56:51.8643140Z + [[ -n '' ]] +2026-08-04T17:56:51.8643250Z + [[ -n '' ]] +2026-08-04T17:56:51.8643510Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:56:51.8646630Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:56:57.1747670Z + [[ '' == false ]] +2026-08-04T17:56:57.1749770Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:56:57.1750310Z + [[ false == true ]] +2026-08-04T17:56:57.1750650Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:56:57.1750810Z + [[ '' == true ]] +2026-08-04T17:56:57.1752520Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:56:57.2416480Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:56:57.2417460Z setTimeout(function () { +2026-08-04T17:56:57.2417620Z ^~~~~~~~~~ +2026-08-04T17:56:57.2418370Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:56:57.2419190Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:56:57.2419410Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:56:57.2420260Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:56:57.2421090Z cancelTimeout = clearTimeout; +2026-08-04T17:56:57.2421280Z ^~~~~~~~~~~~ +2026-08-04T17:56:57.2422160Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:56:57.2425970Z setImmediate(function () { +2026-08-04T17:56:57.2426300Z ^~~~~~~~~~~~ +2026-08-04T17:56:57.2427000Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:56:57.2427930Z new Blob(); +2026-08-04T17:56:57.2428070Z ^~~~ +2026-08-04T17:56:57.2428820Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:56:57.2429720Z var reader = new FileReader(); +2026-08-04T17:56:57.2429920Z ^~~~~~~~~~ +2026-08-04T17:56:57.2430680Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:56:57.2433820Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:56:57.2434110Z ^~~~~~~~ +2026-08-04T17:56:57.2434840Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:56:57.2435670Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:56:57.2435980Z ^~~~~~~~~~~~~~~ +2026-08-04T17:56:58.8216930Z + [[ '' == true ]] +2026-08-04T17:56:58.8217770Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:56:58.8218400Z + [[ false != true ]] +2026-08-04T17:56:58.8219050Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:56:58.8219960Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7041ms +2026-08-04T17:56:58.8220650Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7041ms +2026-08-04T17:56:58.8221070Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:56:59.1027940Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 280ms +2026-08-04T17:56:59.1562660Z [TIMING] ios uninstallApplication took 280ms +2026-08-04T17:56:59.1668910Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:56:59.6558240Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 553ms +2026-08-04T17:56:59.6632520Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:56:59.9981120Z com.testcodepush: 37125 +2026-08-04T17:56:59.9984040Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 343ms +2026-08-04T17:56:59.9984390Z [TIMING] ios installApp+launch took 896ms +2026-08-04T17:56:59.9984630Z [TIMING] ios runApplication total (built=true) took 8218ms +2026-08-04T17:57:00.2580140Z Update check called from the app. +2026-08-04T17:57:00.2604380Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2bf1f58ee144aafc944f5977bb37d6c15a2571e14cd703f26d7e3eef477798f7","client_unique_id":"55408917-D7C1-4037-9905-006997040AC5"} +2026-08-04T17:57:00.2713100Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8989","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:00.2716300Z Application reported a test message. +2026-08-04T17:57:00.2717630Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8989","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:57:00.2719080Z Sending OK +2026-08-04T17:57:00.2719290Z Message index: 0 +2026-08-04T17:57:00.2719630Z Application downloading the package. +2026-08-04T17:57:00.2896590Z Application reported a test message. +2026-08-04T17:57:00.2898170Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8989","binaryDate":"1785866218.813415","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:57:00.2900270Z Sending OK +2026-08-04T17:57:00.2901080Z Message index: 1 +2026-08-04T17:57:00.2901350Z [TIMING] test "remotePackage.download.success" took 8508ms +2026-08-04T17:57:00.2902050Z ✔ remotePackage.download.success (8508ms) +2026-08-04T17:57:00.2902310Z Cleaning up! +2026-08-04T17:57:00.2902540Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:00.5275100Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 238ms +2026-08-04T17:57:00.5284400Z [TIMING] ios prepareEmulatorForTest total took 238ms +2026-08-04T17:57:00.5285130Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:57:00.5285530Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:57:00.8401640Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 312ms +2026-08-04T17:57:00.8460890Z [TIMING] ios uninstallApplication took 313ms +2026-08-04T17:57:00.8461970Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:57:01.3704010Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 529ms +2026-08-04T17:57:01.3714510Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:01.7006200Z com.testcodepush: 37156 +2026-08-04T17:57:01.7051790Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +2026-08-04T17:57:01.7052420Z [TIMING] ios installApp+launch took 861ms +2026-08-04T17:57:01.7052860Z [TIMING] ios runApplication total (built=false) took 1174ms +2026-08-04T17:57:01.9155320Z Update check called from the app. +2026-08-04T17:57:01.9165530Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2bf1f58ee144aafc944f5977bb37d6c15a2571e14cd703f26d7e3eef477798f7","client_unique_id":"2ED253AF-EDEC-471D-8FB5-E6CFF2B1AE2E"} +2026-08-04T17:57:01.9166960Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://invalid_url","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8848","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:01.9385610Z Application reported a test message. +2026-08-04T17:57:01.9393800Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8848","packageSize":12345,"downloadUrl":"http://invalid_url","isPending":false,"failedInstall":false}]} +2026-08-04T17:57:01.9397250Z Sending OK +2026-08-04T17:57:01.9398100Z Message index: 0 +2026-08-04T17:57:01.9981630Z Application reported a test message. +2026-08-04T17:57:01.9982350Z Body: {"message":"DOWNLOAD_ERROR"} +2026-08-04T17:57:01.9982740Z Sending OK +2026-08-04T17:57:01.9988410Z Message index: 1 +2026-08-04T17:57:01.9995220Z [TIMING] test "remotePackage.download.error" took 1472ms +2026-08-04T17:57:01.9996260Z ✔ remotePackage.download.error (1472ms) +2026-08-04T17:57:01.9997580Z Cleaning up! +2026-08-04T17:57:02.0000890Z #localPackage.install +2026-08-04T17:57:02.0002590Z Setting up scenario scenarioInstall.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:57:02.0068060Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:02.0191290Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:02.0196520Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstall.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:02.0200630Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:02.0208390Z [TIMING] setupScenario(scenarioInstall.js) for "#localPackage.install" took 20ms +2026-08-04T17:57:02.0213170Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:02.2268760Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 205ms +2026-08-04T17:57:02.2269870Z [TIMING] ios prepareEmulatorForTest total took 205ms +2026-08-04T17:57:02.2271470Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:57:02.2515930Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:02.2521570Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:02.2527320Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:02.2530010Z replacing "CODE_PUSH_APP_VERSION" with "Diff Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:02.2548650Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:57:03.5720480Z +2026-08-04T17:57:03.5721170Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:03.5721510Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:57:03.5721960Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:57:03.5722210Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:57:03.5722510Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:57:03.5722740Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:57:03.5722940Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:57:03.5723140Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:57:03.5723340Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:57:03.5723550Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:57:03.5723800Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:57:03.5724040Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:03.5724140Z +2026-08-04T17:57:03.5724150Z +2026-08-04T17:57:03.5725490Z Welcome to Metro v0.84.4 +2026-08-04T17:57:03.5726120Z Fast - Scalable - Integrated +2026-08-04T17:57:03.5726270Z +2026-08-04T17:57:03.5726290Z +2026-08-04T17:57:10.7795430Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:57:10.7830110Z LOG:Done writing bundle output +2026-08-04T17:57:10.8389760Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8584ms +2026-08-04T17:57:10.8411390Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:57:10.8569330Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8603ms +2026-08-04T17:57:10.8569950Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:57:10.8572790Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:57:10.8663680Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:57:10.8664520Z + [[ ! -n '' ]] +2026-08-04T17:57:10.8664730Z + [[ Release = *Debug* ]] +2026-08-04T17:57:10.8664920Z + [[ -n '' ]] +2026-08-04T17:57:10.8665070Z + case "$CONFIGURATION" in +2026-08-04T17:57:10.8665240Z + DEV=false +2026-08-04T17:57:10.8673470Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:57:10.8696020Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:57:10.8696550Z ++ pwd +2026-08-04T17:57:10.8697630Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:57:10.8698510Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:57:10.8699210Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:57:10.8699580Z + [[ -n '' ]] +2026-08-04T17:57:10.8699740Z + [[ -s index.ios.js ]] +2026-08-04T17:57:10.8705270Z + ENTRY_FILE=index.js +2026-08-04T17:57:10.8705870Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:57:10.8706470Z ++ '[' -z '' ']' +2026-08-04T17:57:10.8706640Z ++ export NODE_BINARY=node +2026-08-04T17:57:10.8706830Z ++ NODE_BINARY=node +2026-08-04T17:57:10.8706990Z ++ type node +2026-08-04T17:57:10.8707460Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:57:10.8708030Z + '[' -z '' ']' +2026-08-04T17:57:10.8708590Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:57:10.8709180Z + [[ '' != false ]] +2026-08-04T17:57:10.8709600Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:57:10.8710130Z + '[' -z '' ']' +2026-08-04T17:57:10.8710270Z + export NODE_ARGS= +2026-08-04T17:57:10.8710440Z + NODE_ARGS= +2026-08-04T17:57:10.8710620Z + '[' -z '' ']' +2026-08-04T17:57:10.8711080Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:57:10.8711550Z + '[' -z '' ']' +2026-08-04T17:57:10.8711710Z + BUNDLE_COMMAND=bundle +2026-08-04T17:57:10.8711940Z + '[' -z '' ']' +2026-08-04T17:57:10.8714220Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:57:10.8714870Z + [[ -z '' ]] +2026-08-04T17:57:10.8715020Z + CONFIG_ARG= +2026-08-04T17:57:10.8715180Z + [[ -z '' ]] +2026-08-04T17:57:10.8715310Z + BUNDLE_NAME=main +2026-08-04T17:57:10.8715790Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:57:10.8716290Z + EXTRA_ARGS=() +2026-08-04T17:57:10.8716420Z + case "$PLATFORM_NAME" in +2026-08-04T17:57:10.8716560Z + BUNDLE_PLATFORM=ios +2026-08-04T17:57:10.8716710Z + '[' '' = YES ']' +2026-08-04T17:57:10.8716870Z + EMIT_SOURCEMAP= +2026-08-04T17:57:10.8717040Z + [[ ! -z '' ]] +2026-08-04T17:57:10.8717190Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:57:10.8717320Z + [[ '' == true ]] +2026-08-04T17:57:10.8717460Z + [[ '' != false ]] +2026-08-04T17:57:10.8717590Z + [[ false == false ]] +2026-08-04T17:57:10.8717730Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:57:10.8718050Z + [[ -n '' ]] +2026-08-04T17:57:10.8718160Z + [[ -n '' ]] +2026-08-04T17:57:10.8718390Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:57:10.8720510Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:57:17.5128890Z + [[ '' == false ]] +2026-08-04T17:57:17.5229200Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:57:17.5303520Z + [[ false == true ]] +2026-08-04T17:57:17.5303940Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:57:17.5304250Z + [[ '' == true ]] +2026-08-04T17:57:17.5305860Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:57:17.5665440Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:57:17.5666250Z setTimeout(function () { +2026-08-04T17:57:17.5666400Z ^~~~~~~~~~ +2026-08-04T17:57:17.5667080Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:57:17.5667840Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:57:17.5668130Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:57:17.5668820Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:57:17.5669520Z cancelTimeout = clearTimeout; +2026-08-04T17:57:17.5674100Z ^~~~~~~~~~~~ +2026-08-04T17:57:17.5675080Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:57:17.5675920Z setImmediate(function () { +2026-08-04T17:57:17.5676070Z ^~~~~~~~~~~~ +2026-08-04T17:57:17.5676850Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:57:17.5677540Z new Blob(); +2026-08-04T17:57:17.5677660Z ^~~~ +2026-08-04T17:57:17.5678330Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:57:17.5679030Z var reader = new FileReader(); +2026-08-04T17:57:17.5679430Z ^~~~~~~~~~ +2026-08-04T17:57:17.5680070Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:57:17.5680820Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:57:17.5681080Z ^~~~~~~~ +2026-08-04T17:57:17.5681840Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:57:17.5682620Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:57:17.5682910Z ^~~~~~~~~~~~~~~ +2026-08-04T17:57:19.1291930Z + [[ '' == true ]] +2026-08-04T17:57:19.1303410Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:57:19.1308710Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 8272ms +2026-08-04T17:57:19.1309200Z + [[ false != true ]] +2026-08-04T17:57:19.1309840Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:57:19.1310710Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 8273ms +2026-08-04T17:57:19.1311140Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:57:19.4115440Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 282ms +2026-08-04T17:57:19.4511350Z [TIMING] ios uninstallApplication took 282ms +2026-08-04T17:57:19.4618960Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:57:19.9060190Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 494ms +2026-08-04T17:57:19.9159060Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:20.2136150Z com.testcodepush: 39416 +2026-08-04T17:57:20.2139640Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 308ms +2026-08-04T17:57:20.2140340Z [TIMING] ios installApp+launch took 802ms +2026-08-04T17:57:20.2141010Z [TIMING] ios runApplication total (built=true) took 9358ms +2026-08-04T17:57:20.4657730Z Update check called from the app. +2026-08-04T17:57:20.4737250Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"9e4a2deb3d87a503e47f6ed5e2e2ad73f250b34b91bc8568e5c1f039a0fbb4ce","client_unique_id":"9CE46E97-C011-473A-BC69-4E9443F38B3F"} +2026-08-04T17:57:20.4738720Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7540","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:20.4800500Z Application reported a test message. +2026-08-04T17:57:20.4812040Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7540","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:57:20.4814690Z Sending OK +2026-08-04T17:57:20.4814950Z Message index: 0 +2026-08-04T17:57:20.4854760Z Application downloading the package. +2026-08-04T17:57:20.5047550Z Application reported a test message. +2026-08-04T17:57:20.5048820Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7540","binaryDate":"1785866239.125819","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:57:20.5055690Z Sending OK +2026-08-04T17:57:20.5055830Z Message index: 1 +2026-08-04T17:57:20.6061170Z Application reported a test message. +2026-08-04T17:57:20.6071610Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:20.6074310Z Sending OK +2026-08-04T17:57:20.6075000Z Message index: 2 +2026-08-04T17:57:20.6076920Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:20.8001470Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 190ms +2026-08-04T17:57:21.8022130Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:22.0978110Z com.testcodepush: 39435 +2026-08-04T17:57:22.1004510Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 295ms +2026-08-04T17:57:22.3780880Z Application reported a test message. +2026-08-04T17:57:22.3831160Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:22.3831730Z Sending OK +2026-08-04T17:57:22.3832170Z Message index: 0 +2026-08-04T17:57:22.3832530Z [TIMING] test "localPackage.install.handlesDiff.againstBinary" took 20153ms +2026-08-04T17:57:22.3833170Z ✔ localPackage.install.handlesDiff.againstBinary (20153ms) +2026-08-04T17:57:22.3833990Z Cleaning up! +2026-08-04T17:57:22.3834280Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:22.5950160Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 210ms +2026-08-04T17:57:22.5950660Z [TIMING] ios prepareEmulatorForTest total took 210ms +2026-08-04T17:57:22.6027220Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:57:23.4619060Z +2026-08-04T17:57:23.4619460Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:23.4619700Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:57:23.4619900Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:57:23.4620090Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:57:23.4620270Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:57:23.4620460Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:57:23.4620640Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:57:23.4620820Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:57:23.4621370Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:57:23.4622750Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:57:23.4623080Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:57:23.4623270Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:23.4623380Z +2026-08-04T17:57:23.4623380Z +2026-08-04T17:57:23.4624270Z Welcome to Metro v0.84.4 +2026-08-04T17:57:23.4624660Z Fast - Scalable - Integrated +2026-08-04T17:57:23.4624780Z +2026-08-04T17:57:23.4624790Z +2026-08-04T17:57:29.8328160Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:57:29.8360030Z LOG:Done writing bundle output +2026-08-04T17:57:29.8837550Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7281ms +2026-08-04T17:57:29.8847060Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:57:29.9053540Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7316ms +2026-08-04T17:57:29.9064880Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:57:29.9065330Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:57:30.2678890Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 362ms +2026-08-04T17:57:30.2780070Z [TIMING] ios uninstallApplication took 362ms +2026-08-04T17:57:30.2886100Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:57:30.7214360Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 453ms +2026-08-04T17:57:30.7359310Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:31.1243690Z com.testcodepush: 40279 +2026-08-04T17:57:31.1250030Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 404ms +2026-08-04T17:57:31.1250530Z [TIMING] ios installApp+launch took 857ms +2026-08-04T17:57:31.1250900Z [TIMING] ios runApplication total (built=false) took 1219ms +2026-08-04T17:57:31.4838950Z Update check called from the app. +2026-08-04T17:57:31.4852200Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"9e4a2deb3d87a503e47f6ed5e2e2ad73f250b34b91bc8568e5c1f039a0fbb4ce","client_unique_id":"1F32D68B-A9D1-47A7-8CEF-656614564FCC"} +2026-08-04T17:57:31.4854360Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3467","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:31.4992680Z Application reported a test message. +2026-08-04T17:57:31.5005280Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3467","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:57:31.5017400Z Sending OK +2026-08-04T17:57:31.5040440Z Message index: 0 +2026-08-04T17:57:31.5041870Z Application downloading the package. +2026-08-04T17:57:31.5277400Z Application reported a test message. +2026-08-04T17:57:31.5286000Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-3467","binaryDate":"1785866239.125819","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:57:31.5447370Z Sending OK +2026-08-04T17:57:31.5447870Z Message index: 1 +2026-08-04T17:57:31.6590540Z Application reported a test message. +2026-08-04T17:57:31.6595430Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:31.6597820Z Sending OK +2026-08-04T17:57:31.6634220Z Message index: 2 +2026-08-04T17:57:31.6639030Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:31.9065470Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 248ms +2026-08-04T17:57:32.9080650Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:33.1903690Z com.testcodepush: 40409 +2026-08-04T17:57:33.2004630Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 283ms +2026-08-04T17:57:33.4792680Z Application reported a test message. +2026-08-04T17:57:33.4808710Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:33.4817290Z Sending OK +2026-08-04T17:57:33.4820370Z Message index: 0 +2026-08-04T17:57:33.4823800Z [TIMING] test "localPackage.install.immediately" took 10891ms +2026-08-04T17:57:33.4825550Z ✔ localPackage.install.immediately (10891ms) +2026-08-04T17:57:33.4832900Z Cleaning up! +2026-08-04T17:57:33.4833510Z #localPackage.install.revert +2026-08-04T17:57:33.4834470Z Setting up scenario scenarioInstallWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:57:33.5007960Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:33.5017930Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:33.5025200Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:33.5028900Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:57:33.5031110Z [TIMING] setupScenario(scenarioInstallWithRevert.js) for "#localPackage.install.revert" took 22ms +2026-08-04T17:57:33.5034070Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:33.6955510Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 192ms +2026-08-04T17:57:33.7056760Z [TIMING] ios prepareEmulatorForTest total took 192ms +2026-08-04T17:57:33.7106630Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:57:33.7115670Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:33.7190360Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:33.7318850Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:33.7360760Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:33.7393700Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:57:34.6288470Z +2026-08-04T17:57:34.6289100Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:34.6289400Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:57:34.6289980Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:57:34.6290210Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:57:34.6290620Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:57:34.6290820Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:57:34.6291010Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:57:34.6291210Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:57:34.6291400Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:57:34.6291600Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:57:34.6291840Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:57:34.6292080Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:34.6292190Z +2026-08-04T17:57:34.6292190Z +2026-08-04T17:57:34.6292380Z Welcome to Metro v0.84.4 +2026-08-04T17:57:34.6292630Z Fast - Scalable - Integrated +2026-08-04T17:57:34.6292790Z +2026-08-04T17:57:34.6292800Z +2026-08-04T17:57:36.4094710Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:57:36.4194530Z LOG:Done writing bundle output +2026-08-04T17:57:36.5056820Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2766ms +2026-08-04T17:57:36.5063780Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:57:36.5178220Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2780ms +2026-08-04T17:57:36.5183940Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:57:36.5184770Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:57:36.5242960Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:57:36.5243790Z + [[ ! -n '' ]] +2026-08-04T17:57:36.5243950Z + [[ Release = *Debug* ]] +2026-08-04T17:57:36.5244090Z + [[ -n '' ]] +2026-08-04T17:57:36.5244320Z + case "$CONFIGURATION" in +2026-08-04T17:57:36.5244550Z + DEV=false +2026-08-04T17:57:36.5252980Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:57:36.5282920Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:57:36.5283440Z ++ pwd +2026-08-04T17:57:36.5284540Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:57:36.5285660Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:57:36.5286250Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:57:36.5286690Z + [[ -n '' ]] +2026-08-04T17:57:36.5286850Z + [[ -s index.ios.js ]] +2026-08-04T17:57:36.5287000Z + ENTRY_FILE=index.js +2026-08-04T17:57:36.5287540Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:57:36.5291770Z ++ '[' -z '' ']' +2026-08-04T17:57:36.5291950Z ++ export NODE_BINARY=node +2026-08-04T17:57:36.5292170Z ++ NODE_BINARY=node +2026-08-04T17:57:36.5292350Z ++ type node +2026-08-04T17:57:36.5293010Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:57:36.5293540Z + '[' -z '' ']' +2026-08-04T17:57:36.5294090Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:57:36.5294590Z + [[ '' != false ]] +2026-08-04T17:57:36.5295290Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:57:36.5295780Z + '[' -z '' ']' +2026-08-04T17:57:36.5295950Z + export NODE_ARGS= +2026-08-04T17:57:36.5296110Z + NODE_ARGS= +2026-08-04T17:57:36.5296230Z + '[' -z '' ']' +2026-08-04T17:57:36.5296730Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:57:36.5297200Z + '[' -z '' ']' +2026-08-04T17:57:36.5297330Z + BUNDLE_COMMAND=bundle +2026-08-04T17:57:36.5297470Z + '[' -z '' ']' +2026-08-04T17:57:36.5297990Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:57:36.5298660Z + [[ -z '' ]] +2026-08-04T17:57:36.5298810Z + CONFIG_ARG= +2026-08-04T17:57:36.5298950Z + [[ -z '' ]] +2026-08-04T17:57:36.5299110Z + BUNDLE_NAME=main +2026-08-04T17:57:36.5299640Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:57:36.5300170Z + EXTRA_ARGS=() +2026-08-04T17:57:36.5300300Z + case "$PLATFORM_NAME" in +2026-08-04T17:57:36.5300440Z + BUNDLE_PLATFORM=ios +2026-08-04T17:57:36.5300580Z + '[' '' = YES ']' +2026-08-04T17:57:36.5300700Z + EMIT_SOURCEMAP= +2026-08-04T17:57:36.5300840Z + [[ ! -z '' ]] +2026-08-04T17:57:36.5300970Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:57:36.5301110Z + [[ '' == true ]] +2026-08-04T17:57:36.5301230Z + [[ '' != false ]] +2026-08-04T17:57:36.5301340Z + [[ false == false ]] +2026-08-04T17:57:36.5301480Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:57:36.5301630Z + [[ -n '' ]] +2026-08-04T17:57:36.5301740Z + [[ -n '' ]] +2026-08-04T17:57:36.5301990Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:57:36.5304280Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:57:42.5435210Z + [[ '' == false ]] +2026-08-04T17:57:42.5435430Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:57:42.5436470Z + [[ false == true ]] +2026-08-04T17:57:42.5446880Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:57:42.5447180Z + [[ '' == true ]] +2026-08-04T17:57:42.5448970Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:57:42.6012120Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:57:42.6013110Z setTimeout(function () { +2026-08-04T17:57:42.6013310Z ^~~~~~~~~~ +2026-08-04T17:57:42.6014030Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:57:42.6018530Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:57:42.6018820Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:57:42.6019700Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:57:42.6020410Z cancelTimeout = clearTimeout; +2026-08-04T17:57:42.6020620Z ^~~~~~~~~~~~ +2026-08-04T17:57:42.6021400Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:57:42.6022130Z setImmediate(function () { +2026-08-04T17:57:42.6022280Z ^~~~~~~~~~~~ +2026-08-04T17:57:42.6027720Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:57:42.6028560Z new Blob(); +2026-08-04T17:57:42.6028730Z ^~~~ +2026-08-04T17:57:42.6029450Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:57:42.6030180Z var reader = new FileReader(); +2026-08-04T17:57:42.6030350Z ^~~~~~~~~~ +2026-08-04T17:57:42.6031000Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:57:42.6031760Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:57:42.6032040Z ^~~~~~~~ +2026-08-04T17:57:42.6032730Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:57:42.6033530Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:57:42.6033820Z ^~~~~~~~~~~~~~~ +2026-08-04T17:57:44.2445520Z + [[ '' == true ]] +2026-08-04T17:57:44.2456180Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:57:44.2457110Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7726ms +2026-08-04T17:57:44.2471710Z + [[ false != true ]] +2026-08-04T17:57:44.2472160Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7727ms +2026-08-04T17:57:44.2477920Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:57:44.2478590Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:57:44.5073690Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 263ms +2026-08-04T17:57:44.5633360Z [TIMING] ios uninstallApplication took 263ms +2026-08-04T17:57:44.5736870Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:57:45.0551270Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 547ms +2026-08-04T17:57:45.0651610Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:45.3921730Z com.testcodepush: 41497 +2026-08-04T17:57:45.3932050Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +2026-08-04T17:57:45.3938170Z [TIMING] ios installApp+launch took 885ms +2026-08-04T17:57:45.3961050Z [TIMING] ios runApplication total (built=true) took 8875ms +2026-08-04T17:57:45.6121700Z Update check called from the app. +2026-08-04T17:57:45.6135250Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"D055A28F-9045-428C-84CF-6C961D1A15C7"} +2026-08-04T17:57:45.6137310Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1758","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:45.6326290Z Application reported a test message. +2026-08-04T17:57:45.6390140Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1758","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:57:45.6391260Z Sending OK +2026-08-04T17:57:45.6391380Z Message index: 0 +2026-08-04T17:57:45.6391530Z Application downloading the package. +2026-08-04T17:57:45.6528820Z Application reported a test message. +2026-08-04T17:57:45.6530920Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-1758","binaryDate":"1785866264.241610","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:57:45.6538570Z Sending OK +2026-08-04T17:57:45.6538820Z Message index: 1 +2026-08-04T17:57:45.7510470Z Application reported a test message. +2026-08-04T17:57:45.7511140Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:45.7511390Z Sending OK +2026-08-04T17:57:45.7512690Z Message index: 2 +2026-08-04T17:57:45.7520740Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:45.9755360Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 221ms +2026-08-04T17:57:46.9784740Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:47.2421680Z com.testcodepush: 41528 +2026-08-04T17:57:47.2424630Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 264ms +2026-08-04T17:57:47.4720070Z Update check called from the app. +2026-08-04T17:57:47.4722570Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"D055A28F-9045-428C-84CF-6C961D1A15C7"} +2026-08-04T17:57:47.4728700Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2249","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:47.4818600Z Application reported a test message. +2026-08-04T17:57:47.4875670Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2249","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:57:47.4879000Z Sending OK +2026-08-04T17:57:47.4880370Z Message index: 0 +2026-08-04T17:57:47.4894860Z Application downloading the package. +2026-08-04T17:57:47.5020430Z Application reported a test message. +2026-08-04T17:57:47.5026130Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2249","binaryDate":"1785866264.241610","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:57:47.5027640Z Sending OK +2026-08-04T17:57:47.5027770Z Message index: 1 +2026-08-04T17:57:47.6027420Z Application reported a test message. +2026-08-04T17:57:47.6028560Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:47.6028820Z Sending OK +2026-08-04T17:57:47.6028960Z Message index: 2 +2026-08-04T17:57:47.6029220Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:47.8008930Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 198ms +2026-08-04T17:57:48.8032680Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:49.0765740Z com.testcodepush: 41556 +2026-08-04T17:57:49.0766680Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 252ms +2026-08-04T17:57:49.2727560Z Update check called from the app. +2026-08-04T17:57:49.2734870Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"D055A28F-9045-428C-84CF-6C961D1A15C7"} +2026-08-04T17:57:49.2736920Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2249","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:49.2799280Z Application reported a test message. +2026-08-04T17:57:49.2799510Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T17:57:49.2799690Z Sending OK +2026-08-04T17:57:49.2800710Z Message index: 0 +2026-08-04T17:57:49.2814360Z [TIMING] test "localPackage.install.revert.dorevert" took 15586ms +2026-08-04T17:57:49.2817800Z ✔ localPackage.install.revert.dorevert (15586ms) +2026-08-04T17:57:49.2830810Z Cleaning up! +2026-08-04T17:57:49.2831020Z Application downloading the package. +2026-08-04T17:57:49.2834490Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:49.2973340Z Application reported a test message. +2026-08-04T17:57:49.2984340Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2249","binaryDate":"1785866264.241610","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +2026-08-04T17:57:49.2985950Z Sending OK +2026-08-04T17:57:49.4045480Z Application reported a test message. +2026-08-04T17:57:49.4145980Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:49.4241290Z Sending OK +2026-08-04T17:57:49.5613610Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 277ms +2026-08-04T17:57:49.5615540Z [TIMING] ios prepareEmulatorForTest total took 277ms +2026-08-04T17:57:49.5619030Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:57:49.5973630Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:49.5979230Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:49.5982240Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:49.5985310Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:57:49.5999620Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:57:50.2211200Z +2026-08-04T17:57:50.2211670Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:50.2211990Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:57:50.2212270Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:57:50.2212490Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:57:50.2212740Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:57:50.2212980Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:57:50.2213220Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:57:50.2213490Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:57:50.2213690Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:57:50.2213910Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:57:50.2214170Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:57:50.2214390Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:57:50.2214500Z +2026-08-04T17:57:50.2214500Z +2026-08-04T17:57:50.2215940Z Welcome to Metro v0.84.4 +2026-08-04T17:57:50.2216200Z Fast - Scalable - Integrated +2026-08-04T17:57:50.2216330Z +2026-08-04T17:57:50.2216350Z +2026-08-04T17:57:56.6649080Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:57:56.6874270Z LOG:Done writing bundle output +2026-08-04T17:57:56.7443420Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7145ms +2026-08-04T17:57:56.7453650Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:57:56.7566580Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7158ms +2026-08-04T17:57:56.7567340Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:57:56.7567790Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:57:57.1357530Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 318ms +2026-08-04T17:57:57.1359340Z [TIMING] ios uninstallApplication took 319ms +2026-08-04T17:57:57.1360880Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:57:57.6323040Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 556ms +2026-08-04T17:57:57.6323680Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:57.9981580Z com.testcodepush: 42445 +2026-08-04T17:57:57.9982720Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 366ms +2026-08-04T17:57:57.9983540Z [TIMING] ios installApp+launch took 923ms +2026-08-04T17:57:57.9984310Z [TIMING] ios runApplication total (built=false) took 1242ms +2026-08-04T17:57:58.2390440Z Update check called from the app. +2026-08-04T17:57:58.2393570Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2566c44535ff3280dbe75652b7f52ed340b6c120f512dc7ebc9b95c3ad827141","client_unique_id":"8D7814CC-F3E1-48A1-84D6-7C444F705722"} +2026-08-04T17:57:58.2641090Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9711","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:57:58.2642570Z Application reported a test message. +2026-08-04T17:57:58.2643700Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9711","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:57:58.2645960Z Sending OK +2026-08-04T17:57:58.2646120Z Message index: 0 +2026-08-04T17:57:58.2646270Z Application downloading the package. +2026-08-04T17:57:58.2733780Z Application reported a test message. +2026-08-04T17:57:58.2735350Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-9711","binaryDate":"1785866264.241610","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:57:58.2744920Z Sending OK +2026-08-04T17:57:58.2745300Z Message index: 1 +2026-08-04T17:57:58.3933710Z Application reported a test message. +2026-08-04T17:57:58.3944410Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:57:58.4019280Z Sending OK +2026-08-04T17:57:58.4019470Z Message index: 2 +2026-08-04T17:57:58.4019720Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:57:58.5983560Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 197ms +2026-08-04T17:57:59.6009310Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:57:59.8566460Z com.testcodepush: 42529 +2026-08-04T17:57:59.8568180Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 256ms +2026-08-04T17:58:00.1428000Z Application reported a test message. +2026-08-04T17:58:00.1463700Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:58:00.1463990Z Sending OK +2026-08-04T17:58:00.1464140Z Message index: 0 +2026-08-04T17:58:00.1464420Z [TIMING] test "localPackage.install.revert.norevert" took 10582ms +2026-08-04T17:58:00.1464950Z ✔ localPackage.install.revert.norevert (10582ms) +2026-08-04T17:58:00.1465220Z Cleaning up! +2026-08-04T17:58:00.1465410Z #localPackage.installOnNextResume +2026-08-04T17:58:00.1466230Z Setting up scenario scenarioInstallOnResumeWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:58:00.1592830Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:00.1599210Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:00.1603000Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnResumeWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:00.1605700Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:00.1607910Z [TIMING] setupScenario(scenarioInstallOnResumeWithRevert.js) for "#localPackage.installOnNextResume" took 14ms +2026-08-04T17:58:00.1611490Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:00.3662170Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 204ms +2026-08-04T17:58:00.3662760Z [TIMING] ios prepareEmulatorForTest total took 205ms +2026-08-04T17:58:00.3665990Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:58:00.3783550Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:00.3839220Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:00.3949860Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:00.3956540Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:00.3966530Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:58:00.9641600Z +2026-08-04T17:58:00.9642180Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:00.9642570Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:58:00.9642850Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:58:00.9643060Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:58:00.9643260Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:58:00.9643480Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:58:00.9643680Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:58:00.9643910Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:58:00.9646890Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:58:00.9647470Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:58:00.9647740Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:58:00.9647920Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:00.9648020Z +2026-08-04T17:58:00.9648020Z +2026-08-04T17:58:00.9648290Z Welcome to Metro v0.84.4 +2026-08-04T17:58:00.9648560Z Fast - Scalable - Integrated +2026-08-04T17:58:00.9648710Z +2026-08-04T17:58:00.9648710Z +2026-08-04T17:58:02.4730720Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:58:02.4740710Z LOG:Done writing bundle output +2026-08-04T17:58:02.5643190Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2168ms +2026-08-04T17:58:02.5652330Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:58:02.5760690Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2180ms +2026-08-04T17:58:02.5761530Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:58:02.5764180Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:58:02.5886910Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:58:02.5917540Z + [[ ! -n '' ]] +2026-08-04T17:58:02.5917760Z + [[ Release = *Debug* ]] +2026-08-04T17:58:02.5918020Z + [[ -n '' ]] +2026-08-04T17:58:02.5918150Z + case "$CONFIGURATION" in +2026-08-04T17:58:02.5918290Z + DEV=false +2026-08-04T17:58:02.5918740Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:58:02.5948730Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:58:02.5949300Z ++ pwd +2026-08-04T17:58:02.5950470Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:58:02.5951260Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:58:02.5951950Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:58:02.5952310Z + [[ -n '' ]] +2026-08-04T17:58:02.5952430Z + [[ -s index.ios.js ]] +2026-08-04T17:58:02.5952570Z + ENTRY_FILE=index.js +2026-08-04T17:58:02.5953000Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:58:02.5956840Z ++ '[' -z '' ']' +2026-08-04T17:58:02.5957020Z ++ export NODE_BINARY=node +2026-08-04T17:58:02.5957190Z ++ NODE_BINARY=node +2026-08-04T17:58:02.5957360Z ++ type node +2026-08-04T17:58:02.5962870Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:58:02.5963330Z + '[' -z '' ']' +2026-08-04T17:58:02.5963730Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:58:02.5964210Z + [[ '' != false ]] +2026-08-04T17:58:02.5964540Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:58:02.5964990Z + '[' -z '' ']' +2026-08-04T17:58:02.5965140Z + export NODE_ARGS= +2026-08-04T17:58:02.5965280Z + NODE_ARGS= +2026-08-04T17:58:02.5965610Z + '[' -z '' ']' +2026-08-04T17:58:02.5966030Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:58:02.5966460Z + '[' -z '' ']' +2026-08-04T17:58:02.5966590Z + BUNDLE_COMMAND=bundle +2026-08-04T17:58:02.5966720Z + '[' -z '' ']' +2026-08-04T17:58:02.5967180Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:58:02.5967810Z + [[ -z '' ]] +2026-08-04T17:58:02.5967920Z + CONFIG_ARG= +2026-08-04T17:58:02.5968040Z + [[ -z '' ]] +2026-08-04T17:58:02.5968150Z + BUNDLE_NAME=main +2026-08-04T17:58:02.5968600Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:58:02.5969080Z + EXTRA_ARGS=() +2026-08-04T17:58:02.5969200Z + case "$PLATFORM_NAME" in +2026-08-04T17:58:02.5969330Z + BUNDLE_PLATFORM=ios +2026-08-04T17:58:02.5969460Z + '[' '' = YES ']' +2026-08-04T17:58:02.5969730Z + EMIT_SOURCEMAP= +2026-08-04T17:58:02.5969850Z + [[ ! -z '' ]] +2026-08-04T17:58:02.5969970Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:58:02.5970100Z + [[ '' == true ]] +2026-08-04T17:58:02.5970210Z + [[ '' != false ]] +2026-08-04T17:58:02.5970340Z + [[ false == false ]] +2026-08-04T17:58:02.5970480Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:58:02.5970630Z + [[ -n '' ]] +2026-08-04T17:58:02.5970730Z + [[ -n '' ]] +2026-08-04T17:58:02.5970960Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:58:02.5972890Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:58:08.5176890Z + [[ '' == false ]] +2026-08-04T17:58:08.5177160Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:58:08.5177530Z + [[ false == true ]] +2026-08-04T17:58:08.5177700Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:58:08.5177990Z + [[ '' == true ]] +2026-08-04T17:58:08.5179800Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:58:08.5728110Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:58:08.5729170Z setTimeout(function () { +2026-08-04T17:58:08.5729370Z ^~~~~~~~~~ +2026-08-04T17:58:08.5730070Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:58:08.5730840Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:58:08.5731480Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:58:08.5732310Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:58:08.5733160Z cancelTimeout = clearTimeout; +2026-08-04T17:58:08.5733330Z ^~~~~~~~~~~~ +2026-08-04T17:58:08.5734020Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:58:08.5734890Z setImmediate(function () { +2026-08-04T17:58:08.5735050Z ^~~~~~~~~~~~ +2026-08-04T17:58:08.5735680Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:58:08.5736400Z new Blob(); +2026-08-04T17:58:08.5736840Z ^~~~ +2026-08-04T17:58:08.5737520Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:58:08.5738260Z var reader = new FileReader(); +2026-08-04T17:58:08.5738430Z ^~~~~~~~~~ +2026-08-04T17:58:08.5739090Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:58:08.5739840Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:58:08.5740110Z ^~~~~~~~ +2026-08-04T17:58:08.5740820Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:58:08.5741620Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:58:08.5741910Z ^~~~~~~~~~~~~~~ +2026-08-04T17:58:09.8653160Z + [[ '' == true ]] +2026-08-04T17:58:09.8654030Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:58:09.8654790Z + [[ false != true ]] +2026-08-04T17:58:09.8655400Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:58:09.8657810Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7289ms +2026-08-04T17:58:09.8658890Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7289ms +2026-08-04T17:58:09.8659370Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:58:10.1627030Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 296ms +2026-08-04T17:58:10.2284400Z [TIMING] ios uninstallApplication took 296ms +2026-08-04T17:58:10.2407210Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:58:10.7173040Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 552ms +2026-08-04T17:58:10.7274420Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:11.0481530Z com.testcodepush: 43608 +2026-08-04T17:58:11.0686120Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 335ms +2026-08-04T17:58:11.0766210Z [TIMING] ios installApp+launch took 887ms +2026-08-04T17:58:11.0766580Z [TIMING] ios runApplication total (built=true) took 8472ms +2026-08-04T17:58:11.3184600Z Update check called from the app. +2026-08-04T17:58:11.3191350Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bcf08efed38fb862c18a224dc44bb65352ed37b979fa971faf8049adbf5c69db","client_unique_id":"A7D75032-6EB3-4D83-A73C-C1D7C8BF4DD3"} +2026-08-04T17:58:11.3195350Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8536","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:58:11.3317570Z Application reported a test message. +2026-08-04T17:58:11.3332230Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8536","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:58:11.3348710Z Sending OK +2026-08-04T17:58:11.3363830Z Message index: 0 +2026-08-04T17:58:11.3365270Z Application downloading the package. +2026-08-04T17:58:11.3694510Z Application reported a test message. +2026-08-04T17:58:11.3708840Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8536","binaryDate":"1785866289.862295","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:58:11.3710080Z Sending OK +2026-08-04T17:58:11.3710230Z Message index: 1 +2026-08-04T17:58:11.3730410Z Application reported a test message. +2026-08-04T17:58:11.3730640Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:58:11.3730810Z Sending OK +2026-08-04T17:58:11.3731550Z Message index: 2 +2026-08-04T17:58:11.3738520Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T17:58:11.8689940Z com.apple.Preferences: 43616 +2026-08-04T17:58:11.8693160Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 496ms +2026-08-04T17:58:11.8694430Z Waiting for 1000ms before resuming the test application. +2026-08-04T17:58:12.8701900Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:13.9032060Z Application reported a test message. +2026-08-04T17:58:13.9074960Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:58:13.9176530Z Sending OK +2026-08-04T17:58:13.9284510Z Message index: 0 +2026-08-04T17:58:13.9607800Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:14.0802870Z com.testcodepush: 43608 +2026-08-04T17:58:14.0805050Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 1045ms +2026-08-04T17:58:14.7589890Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 892ms +2026-08-04T17:58:15.7614900Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:16.0675010Z com.testcodepush: 43639 +2026-08-04T17:58:16.0678970Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 306ms +2026-08-04T17:58:16.3150690Z Update check called from the app. +2026-08-04T17:58:16.3152710Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bcf08efed38fb862c18a224dc44bb65352ed37b979fa971faf8049adbf5c69db","client_unique_id":"A7D75032-6EB3-4D83-A73C-C1D7C8BF4DD3"} +2026-08-04T17:58:16.3155060Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8536","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:58:16.3308330Z Application reported a test message. +2026-08-04T17:58:16.3309510Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T17:58:16.3309980Z Sending OK +2026-08-04T17:58:16.3310340Z Message index: 0 +2026-08-04T17:58:16.3324350Z [TIMING] test "localPackage.installOnNextResume.dorevert" took 15965ms +2026-08-04T17:58:16.3329470Z ✔ localPackage.installOnNextResume.dorevert (15966ms) +2026-08-04T17:58:16.3329990Z Cleaning up! +2026-08-04T17:58:16.3356230Z Application downloading the package. +2026-08-04T17:58:16.3362000Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:16.3612750Z Application reported a test message. +2026-08-04T17:58:16.3632560Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8536","binaryDate":"1785866289.862295","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +2026-08-04T17:58:16.3634100Z Sending OK +2026-08-04T17:58:16.3662210Z Application reported a test message. +2026-08-04T17:58:16.3662440Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:58:16.3663470Z Sending OK +2026-08-04T17:58:16.5808560Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 244ms +2026-08-04T17:58:16.5809160Z [TIMING] ios prepareEmulatorForTest total took 244ms +2026-08-04T17:58:16.5810730Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:58:16.5897190Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:16.5961180Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:16.6019660Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:16.6074170Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:16.6092270Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:58:17.2597600Z +2026-08-04T17:58:17.2598100Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:17.2598420Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:58:17.2598700Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:58:17.2606740Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:58:17.2607130Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:58:17.2607440Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:58:17.2607630Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:58:17.2607880Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:58:17.2608130Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:58:17.2608400Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:58:17.2608710Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:58:17.2608900Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:17.2609000Z +2026-08-04T17:58:17.2609000Z +2026-08-04T17:58:17.2609060Z Welcome to Metro v0.84.4 +2026-08-04T17:58:17.2609310Z Fast - Scalable - Integrated +2026-08-04T17:58:17.2609430Z +2026-08-04T17:58:17.2609430Z +2026-08-04T17:58:26.7403550Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:58:26.7406440Z LOG:Done writing bundle output +2026-08-04T17:58:26.8088650Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 10200ms +2026-08-04T17:58:26.8104530Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:58:26.8428130Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 10235ms +2026-08-04T17:58:26.8428820Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:58:26.8429290Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:58:27.6453890Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 795ms +2026-08-04T17:58:27.6555940Z [TIMING] ios uninstallApplication took 795ms +2026-08-04T17:58:27.6803770Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:58:28.0545650Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 417ms +2026-08-04T17:58:28.0645540Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:28.4086550Z com.testcodepush: 45058 +2026-08-04T17:58:28.4087780Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 354ms +2026-08-04T17:58:28.4088690Z [TIMING] ios installApp+launch took 771ms +2026-08-04T17:58:28.4092520Z [TIMING] ios runApplication total (built=false) took 1566ms +2026-08-04T17:58:28.6663660Z Update check called from the app. +2026-08-04T17:58:28.6681080Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bcf08efed38fb862c18a224dc44bb65352ed37b979fa971faf8049adbf5c69db","client_unique_id":"6F4A7DE3-8C08-4B30-8643-D63AA99E1D25"} +2026-08-04T17:58:28.6683910Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8652","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:58:28.6816240Z Application reported a test message. +2026-08-04T17:58:28.6828910Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8652","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:58:28.6829890Z Sending OK +2026-08-04T17:58:28.6830020Z Message index: 0 +2026-08-04T17:58:28.6855410Z Application downloading the package. +2026-08-04T17:58:28.7065460Z Application reported a test message. +2026-08-04T17:58:28.7066680Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8652","binaryDate":"1785866289.862295","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:58:28.7073210Z Sending OK +2026-08-04T17:58:28.7073410Z Message index: 1 +2026-08-04T17:58:28.7104920Z Application reported a test message. +2026-08-04T17:58:28.7105590Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:58:28.7105970Z Sending OK +2026-08-04T17:58:28.7106470Z Message index: 2 +2026-08-04T17:58:28.7113890Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T17:58:29.0293450Z com.apple.Preferences: 43616 +2026-08-04T17:58:29.0296600Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 318ms +2026-08-04T17:58:29.0297220Z Waiting for 1000ms before resuming the test application. +2026-08-04T17:58:30.0428600Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:30.3008750Z com.testcodepush: 45058 +2026-08-04T17:58:30.3009510Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 260ms +2026-08-04T17:58:30.3861470Z Application reported a test message. +2026-08-04T17:58:30.3862050Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:58:30.3862300Z Sending OK +2026-08-04T17:58:30.3864030Z Message index: 0 +2026-08-04T17:58:30.3876220Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:30.5767970Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 189ms +2026-08-04T17:58:31.5855620Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:31.9426850Z com.testcodepush: 45085 +2026-08-04T17:58:31.9453050Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 357ms +2026-08-04T17:58:32.2348890Z Application reported a test message. +2026-08-04T17:58:32.2349800Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:58:32.2350360Z Sending OK +2026-08-04T17:58:32.2350600Z Message index: 0 +2026-08-04T17:58:32.2360090Z [TIMING] test "localPackage.installOnNextResume.norevert" took 15655ms +2026-08-04T17:58:32.2360760Z ✔ localPackage.installOnNextResume.norevert (15655ms) +2026-08-04T17:58:32.2364020Z Cleaning up! +2026-08-04T17:58:32.2372810Z #localPackage.installOnNextSuspend +2026-08-04T17:58:32.2380540Z Setting up scenario scenarioInstallOnSuspendWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:58:32.2567170Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:32.2578980Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:32.2583570Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnSuspendWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:32.2590180Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:32.2592630Z [TIMING] setupScenario(scenarioInstallOnSuspendWithRevert.js) for "#localPackage.installOnNextSuspend" took 22ms +2026-08-04T17:58:32.2594710Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:32.5023620Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 243ms +2026-08-04T17:58:32.5059030Z [TIMING] ios prepareEmulatorForTest total took 243ms +2026-08-04T17:58:32.5062470Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:58:32.5152720Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:32.5157330Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:32.5162340Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:32.5166990Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:32.5208020Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:58:33.3074060Z +2026-08-04T17:58:33.3074440Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:33.3074710Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:58:33.3074960Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:58:33.3075160Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:58:33.3075380Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:58:33.3075670Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:58:33.3075890Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:58:33.3076080Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:58:33.3076290Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:58:33.3076480Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:58:33.3076690Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:58:33.3076870Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:33.3077000Z +2026-08-04T17:58:33.3077000Z +2026-08-04T17:58:33.3078100Z Welcome to Metro v0.84.4 +2026-08-04T17:58:33.3078700Z Fast - Scalable - Integrated +2026-08-04T17:58:33.3078830Z +2026-08-04T17:58:33.3078840Z +2026-08-04T17:58:35.4404180Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:58:35.4416490Z LOG:Done writing bundle output +2026-08-04T17:58:35.5631010Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 3042ms +2026-08-04T17:58:35.5638750Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:58:35.5873660Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 3071ms +2026-08-04T17:58:35.5887480Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:58:35.5888320Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:58:35.5957530Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:58:35.5958300Z + [[ ! -n '' ]] +2026-08-04T17:58:35.5958530Z + [[ Release = *Debug* ]] +2026-08-04T17:58:35.5958810Z + [[ -n '' ]] +2026-08-04T17:58:35.5959030Z + case "$CONFIGURATION" in +2026-08-04T17:58:35.5959280Z + DEV=false +2026-08-04T17:58:35.5966030Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:58:35.5996840Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:58:35.5997280Z ++ pwd +2026-08-04T17:58:35.5998920Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:58:35.5999750Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:58:35.6000400Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:58:35.6000730Z + [[ -n '' ]] +2026-08-04T17:58:35.6000860Z + [[ -s index.ios.js ]] +2026-08-04T17:58:35.6001040Z + ENTRY_FILE=index.js +2026-08-04T17:58:35.6001590Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:58:35.6005170Z ++ '[' -z '' ']' +2026-08-04T17:58:35.6005350Z ++ export NODE_BINARY=node +2026-08-04T17:58:35.6005510Z ++ NODE_BINARY=node +2026-08-04T17:58:35.6005650Z ++ type node +2026-08-04T17:58:35.6006670Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:58:35.6007530Z + '[' -z '' ']' +2026-08-04T17:58:35.6008060Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:58:35.6008540Z + [[ '' != false ]] +2026-08-04T17:58:35.6008870Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:58:35.6009310Z + '[' -z '' ']' +2026-08-04T17:58:35.6009470Z + export NODE_ARGS= +2026-08-04T17:58:35.6009610Z + NODE_ARGS= +2026-08-04T17:58:35.6009730Z + '[' -z '' ']' +2026-08-04T17:58:35.6010270Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:58:35.6010740Z + '[' -z '' ']' +2026-08-04T17:58:35.6010870Z + BUNDLE_COMMAND=bundle +2026-08-04T17:58:35.6011010Z + '[' -z '' ']' +2026-08-04T17:58:35.6011620Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:58:35.6012220Z + [[ -z '' ]] +2026-08-04T17:58:35.6012350Z + CONFIG_ARG= +2026-08-04T17:58:35.6012480Z + [[ -z '' ]] +2026-08-04T17:58:35.6012640Z + BUNDLE_NAME=main +2026-08-04T17:58:35.6013200Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:58:35.6018810Z + EXTRA_ARGS=() +2026-08-04T17:58:35.6019020Z + case "$PLATFORM_NAME" in +2026-08-04T17:58:35.6019230Z + BUNDLE_PLATFORM=ios +2026-08-04T17:58:35.6019360Z + '[' '' = YES ']' +2026-08-04T17:58:35.6019490Z + EMIT_SOURCEMAP= +2026-08-04T17:58:35.6019640Z + [[ ! -z '' ]] +2026-08-04T17:58:35.6019770Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:58:35.6019930Z + [[ '' == true ]] +2026-08-04T17:58:35.6020050Z + [[ '' != false ]] +2026-08-04T17:58:35.6020190Z + [[ false == false ]] +2026-08-04T17:58:35.6020340Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:58:35.6020500Z + [[ -n '' ]] +2026-08-04T17:58:35.6020610Z + [[ -n '' ]] +2026-08-04T17:58:35.6020850Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:58:35.6023170Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:58:42.9252170Z + [[ '' == false ]] +2026-08-04T17:58:42.9252520Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:58:42.9253050Z + [[ false == true ]] +2026-08-04T17:58:42.9253510Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:58:42.9253880Z + [[ '' == true ]] +2026-08-04T17:58:42.9257130Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:58:42.9864520Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:58:42.9867950Z setTimeout(function () { +2026-08-04T17:58:42.9868130Z ^~~~~~~~~~ +2026-08-04T17:58:42.9868810Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:58:42.9869810Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:58:42.9870040Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:58:42.9870930Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:58:42.9871790Z cancelTimeout = clearTimeout; +2026-08-04T17:58:42.9872070Z ^~~~~~~~~~~~ +2026-08-04T17:58:42.9872770Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:58:42.9873480Z setImmediate(function () { +2026-08-04T17:58:42.9873630Z ^~~~~~~~~~~~ +2026-08-04T17:58:42.9874240Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:58:42.9874900Z new Blob(); +2026-08-04T17:58:42.9875050Z ^~~~ +2026-08-04T17:58:42.9875720Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:58:42.9876450Z var reader = new FileReader(); +2026-08-04T17:58:42.9876620Z ^~~~~~~~~~ +2026-08-04T17:58:42.9877260Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:58:42.9878020Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:58:42.9878280Z ^~~~~~~~ +2026-08-04T17:58:42.9879110Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:58:42.9881480Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:58:42.9881980Z ^~~~~~~~~~~~~~~ +2026-08-04T17:58:44.3227690Z + [[ '' == true ]] +2026-08-04T17:58:44.3228400Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:58:44.3228980Z + [[ false != true ]] +2026-08-04T17:58:44.3229630Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:58:44.3230980Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 8735ms +2026-08-04T17:58:44.3231760Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 8736ms +2026-08-04T17:58:44.3232320Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:58:44.6747660Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 351ms +2026-08-04T17:58:44.6856570Z [TIMING] ios uninstallApplication took 351ms +2026-08-04T17:58:44.7427450Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:58:45.2222350Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 545ms +2026-08-04T17:58:45.2224470Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:45.5470610Z com.testcodepush: 46214 +2026-08-04T17:58:45.5471610Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +2026-08-04T17:58:45.5471910Z [TIMING] ios installApp+launch took 873ms +2026-08-04T17:58:45.5472140Z [TIMING] ios runApplication total (built=true) took 9960ms +2026-08-04T17:58:45.8005300Z Update check called from the app. +2026-08-04T17:58:45.8012930Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8a3172685b1875ece792b4fec6e31f9bbec8afd0ffee5f0faa001875a8c5482b","client_unique_id":"7755C47F-92FF-4F11-82EA-CD9387C749D3"} +2026-08-04T17:58:45.8017190Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5718","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:58:45.8139210Z Application reported a test message. +2026-08-04T17:58:45.8140440Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5718","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:58:45.8146340Z Sending OK +2026-08-04T17:58:45.8146480Z Message index: 0 +2026-08-04T17:58:45.8177200Z Application downloading the package. +2026-08-04T17:58:45.8548960Z Application reported a test message. +2026-08-04T17:58:45.8562630Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5718","binaryDate":"1785866324.320376","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:58:45.8564090Z Sending OK +2026-08-04T17:58:45.8564240Z Message index: 1 +2026-08-04T17:58:45.8588280Z Application reported a test message. +2026-08-04T17:58:45.8588510Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:58:45.8588670Z Sending OK +2026-08-04T17:58:45.8590210Z Message index: 2 +2026-08-04T17:58:45.8597040Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T17:58:46.2531500Z Application reported a test message. +2026-08-04T17:58:46.2542070Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:58:46.2544730Z Sending OK +2026-08-04T17:58:46.2544880Z Message index: 0 +2026-08-04T17:58:46.2545190Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:46.2545540Z com.apple.Preferences: 43616 +2026-08-04T17:58:46.2545840Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 394ms +2026-08-04T17:58:46.2546180Z Waiting for 1000ms before resuming the test application. +2026-08-04T17:58:46.4105560Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 160ms +2026-08-04T17:58:47.2576560Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:47.4167450Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:47.5571040Z com.testcodepush: 46229 +2026-08-04T17:58:47.5643930Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 300ms +2026-08-04T17:58:47.7581640Z Update check called from the app. +2026-08-04T17:58:47.7628230Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8a3172685b1875ece792b4fec6e31f9bbec8afd0ffee5f0faa001875a8c5482b","client_unique_id":"7755C47F-92FF-4F11-82EA-CD9387C749D3"} +2026-08-04T17:58:47.7629940Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5718","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:58:47.7641480Z Application reported a test message. +2026-08-04T17:58:47.7642040Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T17:58:47.7642290Z Sending OK +2026-08-04T17:58:47.7642510Z Message index: 0 +2026-08-04T17:58:47.7643970Z [TIMING] test "localPackage.installOnNextSuspend.dorevert" took 15261ms +2026-08-04T17:58:47.7645460Z ✔ localPackage.installOnNextSuspend.dorevert (15261ms) +2026-08-04T17:58:47.7647040Z Cleaning up! +2026-08-04T17:58:47.7654820Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:47.7673700Z Application downloading the package. +2026-08-04T17:58:47.7802650Z Application reported a test message. +2026-08-04T17:58:47.7804140Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5718","binaryDate":"1785866324.320376","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +2026-08-04T17:58:47.7811100Z Sending OK +2026-08-04T17:58:47.7856590Z Application reported a test message. +2026-08-04T17:58:47.7856810Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:58:47.7857060Z Sending OK +2026-08-04T17:58:48.3577910Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 592ms +2026-08-04T17:58:48.3635060Z [TIMING] ios prepareEmulatorForTest total took 593ms +2026-08-04T17:58:48.3635680Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:58:48.3637850Z com.testcodepush: 46229 +2026-08-04T17:58:48.3638120Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 942ms +2026-08-04T17:58:48.3658520Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:48.3676080Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:48.3685960Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:48.3695330Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:58:48.3718700Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:58:49.2341170Z +2026-08-04T17:58:49.2374460Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:49.2391750Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:58:49.2408490Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:58:49.2409080Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:58:49.2409390Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:58:49.2409780Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:58:49.2410120Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:58:49.2411140Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:58:49.2411390Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:58:49.2411610Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:58:49.2411860Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:58:49.2412100Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:58:49.2414120Z +2026-08-04T17:58:49.2414140Z +2026-08-04T17:58:49.2414930Z Welcome to Metro v0.84.4 +2026-08-04T17:58:49.2415860Z Fast - Scalable - Integrated +2026-08-04T17:58:49.2418410Z +2026-08-04T17:58:49.2418410Z +2026-08-04T17:58:56.0408040Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:58:56.0438370Z LOG:Done writing bundle output +2026-08-04T17:58:56.1844420Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7813ms +2026-08-04T17:58:56.1848440Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:58:56.1960730Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7825ms +2026-08-04T17:58:56.1961590Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:58:56.1967300Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:58:56.4935580Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 297ms +2026-08-04T17:58:56.4948190Z [TIMING] ios uninstallApplication took 297ms +2026-08-04T17:58:56.4954430Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:58:56.9460660Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 452ms +2026-08-04T17:58:56.9475200Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:57.2656630Z com.testcodepush: 47233 +2026-08-04T17:58:57.2661610Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 320ms +2026-08-04T17:58:57.2662000Z [TIMING] ios installApp+launch took 773ms +2026-08-04T17:58:57.2662290Z [TIMING] ios runApplication total (built=false) took 1070ms +2026-08-04T17:58:57.5162380Z Update check called from the app. +2026-08-04T17:58:57.5179500Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8a3172685b1875ece792b4fec6e31f9bbec8afd0ffee5f0faa001875a8c5482b","client_unique_id":"34157F0F-5EAF-47CF-97EF-A2606DF6A825"} +2026-08-04T17:58:57.5442860Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-67","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:58:57.5480220Z Application reported a test message. +2026-08-04T17:58:57.5484120Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-67","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:58:57.5527720Z Sending OK +2026-08-04T17:58:57.5528410Z Message index: 0 +2026-08-04T17:58:57.5528610Z Application downloading the package. +2026-08-04T17:58:57.5552970Z Application reported a test message. +2026-08-04T17:58:57.5562560Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-67","binaryDate":"1785866324.320376","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:58:57.5723840Z Sending OK +2026-08-04T17:58:57.5724000Z Message index: 1 +2026-08-04T17:58:57.5724220Z Application reported a test message. +2026-08-04T17:58:57.5724450Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:58:57.5724620Z Sending OK +2026-08-04T17:58:57.5724760Z Message index: 2 +2026-08-04T17:58:57.5725020Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T17:58:57.9530260Z Application reported a test message. +2026-08-04T17:58:57.9534080Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:58:57.9534460Z Sending OK +2026-08-04T17:58:57.9534860Z Message index: 0 +2026-08-04T17:58:57.9535200Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:58:57.9543180Z com.apple.Preferences: 43616 +2026-08-04T17:58:57.9573450Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 395ms +2026-08-04T17:58:57.9573830Z Waiting for 1000ms before resuming the test application. +2026-08-04T17:58:58.1414910Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 194ms +2026-08-04T17:58:58.9604630Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:59.1431000Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:58:59.2515190Z com.testcodepush: 47245 +2026-08-04T17:58:59.2519720Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 291ms +2026-08-04T17:58:59.5012300Z Application reported a test message. +2026-08-04T17:58:59.5012570Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:58:59.5012760Z Sending OK +2026-08-04T17:58:59.5013400Z Message index: 0 +2026-08-04T17:58:59.5019910Z [TIMING] test "localPackage.installOnNextSuspend.norevert" took 11144ms +2026-08-04T17:58:59.5020900Z ✔ localPackage.installOnNextSuspend.norevert (11144ms) +2026-08-04T17:58:59.5022120Z Cleaning up! +2026-08-04T17:58:59.5029140Z localPackage installOnNextRestart +2026-08-04T17:58:59.5030570Z Setting up scenario scenarioInstallOnRestartWithRevert.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:58:59.5224220Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:59.5228550Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:59.5231210Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnRestartWithRevert.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:59.5235610Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:58:59.5237390Z [TIMING] setupScenario(scenarioInstallOnRestartWithRevert.js) for "localPackage installOnNextRestart" took 21ms +2026-08-04T17:58:59.5242600Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:00.0699190Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 543ms +2026-08-04T17:59:00.0749330Z [TIMING] ios prepareEmulatorForTest total took 545ms +2026-08-04T17:59:00.0749870Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:59:00.0750700Z com.testcodepush: 47245 +2026-08-04T17:59:00.0751020Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 927ms +2026-08-04T17:59:00.0761850Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:00.0820970Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:00.0824050Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:00.0826570Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:00.0840450Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:59:00.8678730Z +2026-08-04T17:59:00.8679300Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:00.8679620Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:59:00.8679850Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:59:00.8680060Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:59:00.8680270Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:59:00.8680470Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:59:00.8685370Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:59:00.8685640Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:59:00.8685880Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:59:00.8686070Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:59:00.8686270Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:59:00.8686450Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:00.8686550Z +2026-08-04T17:59:00.8686560Z +2026-08-04T17:59:00.8686620Z Welcome to Metro v0.84.4 +2026-08-04T17:59:00.8686810Z Fast - Scalable - Integrated +2026-08-04T17:59:00.8686940Z +2026-08-04T17:59:00.8686940Z +2026-08-04T17:59:02.7281140Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:59:02.7293380Z LOG:Done writing bundle output +2026-08-04T17:59:02.8251250Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2741ms +2026-08-04T17:59:02.8260000Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:59:02.8360100Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2753ms +2026-08-04T17:59:02.8360800Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:59:02.8363710Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:59:02.8418140Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:59:02.8418850Z + [[ ! -n '' ]] +2026-08-04T17:59:02.8419000Z + [[ Release = *Debug* ]] +2026-08-04T17:59:02.8419180Z + [[ -n '' ]] +2026-08-04T17:59:02.8419350Z + case "$CONFIGURATION" in +2026-08-04T17:59:02.8419600Z + DEV=false +2026-08-04T17:59:02.8425130Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:59:02.8452180Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:59:02.8452750Z ++ pwd +2026-08-04T17:59:02.8454000Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:59:02.8454670Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:59:02.8455470Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:59:02.8455790Z + [[ -n '' ]] +2026-08-04T17:59:02.8455920Z + [[ -s index.ios.js ]] +2026-08-04T17:59:02.8456050Z + ENTRY_FILE=index.js +2026-08-04T17:59:02.8456550Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:59:02.8460070Z ++ '[' -z '' ']' +2026-08-04T17:59:02.8460280Z ++ export NODE_BINARY=node +2026-08-04T17:59:02.8460480Z ++ NODE_BINARY=node +2026-08-04T17:59:02.8460650Z ++ type node +2026-08-04T17:59:02.8461140Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:59:02.8461780Z + '[' -z '' ']' +2026-08-04T17:59:02.8462360Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:59:02.8463000Z + [[ '' != false ]] +2026-08-04T17:59:02.8463420Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:59:02.8463920Z + '[' -z '' ']' +2026-08-04T17:59:02.8464040Z + export NODE_ARGS= +2026-08-04T17:59:02.8464200Z + NODE_ARGS= +2026-08-04T17:59:02.8464350Z + '[' -z '' ']' +2026-08-04T17:59:02.8464880Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:59:02.8465480Z + '[' -z '' ']' +2026-08-04T17:59:02.8465660Z + BUNDLE_COMMAND=bundle +2026-08-04T17:59:02.8465910Z + '[' -z '' ']' +2026-08-04T17:59:02.8466540Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:59:02.8467150Z + [[ -z '' ]] +2026-08-04T17:59:02.8467320Z + CONFIG_ARG= +2026-08-04T17:59:02.8467470Z + [[ -z '' ]] +2026-08-04T17:59:02.8467600Z + BUNDLE_NAME=main +2026-08-04T17:59:02.8468080Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:59:02.8468590Z + EXTRA_ARGS=() +2026-08-04T17:59:02.8468710Z + case "$PLATFORM_NAME" in +2026-08-04T17:59:02.8468860Z + BUNDLE_PLATFORM=ios +2026-08-04T17:59:02.8468990Z + '[' '' = YES ']' +2026-08-04T17:59:02.8469110Z + EMIT_SOURCEMAP= +2026-08-04T17:59:02.8469230Z + [[ ! -z '' ]] +2026-08-04T17:59:02.8469360Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:59:02.8469510Z + [[ '' == true ]] +2026-08-04T17:59:02.8469630Z + [[ '' != false ]] +2026-08-04T17:59:02.8469750Z + [[ false == false ]] +2026-08-04T17:59:02.8469890Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:59:02.8470040Z + [[ -n '' ]] +2026-08-04T17:59:02.8472620Z + [[ -n '' ]] +2026-08-04T17:59:02.8472930Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:59:02.8475110Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:59:08.6382350Z + [[ '' == false ]] +2026-08-04T17:59:08.6382600Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:59:08.6382780Z + [[ false == true ]] +2026-08-04T17:59:08.6388240Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:59:08.6388910Z + [[ '' == true ]] +2026-08-04T17:59:08.6390350Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:59:08.6914600Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:59:08.6915770Z setTimeout(function () { +2026-08-04T17:59:08.6916000Z ^~~~~~~~~~ +2026-08-04T17:59:08.6916870Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:59:08.6917620Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:59:08.6918030Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:59:08.6918840Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:59:08.6919560Z cancelTimeout = clearTimeout; +2026-08-04T17:59:08.6919710Z ^~~~~~~~~~~~ +2026-08-04T17:59:08.6920370Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:59:08.6921280Z setImmediate(function () { +2026-08-04T17:59:08.6921430Z ^~~~~~~~~~~~ +2026-08-04T17:59:08.6922060Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:59:08.6922690Z new Blob(); +2026-08-04T17:59:08.6922840Z ^~~~ +2026-08-04T17:59:08.6923680Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:59:08.6924420Z var reader = new FileReader(); +2026-08-04T17:59:08.6924790Z ^~~~~~~~~~ +2026-08-04T17:59:08.6925490Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:59:08.6926240Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:59:08.6926510Z ^~~~~~~~ +2026-08-04T17:59:08.6927180Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:59:08.6927970Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:59:08.6928250Z ^~~~~~~~~~~~~~~ +2026-08-04T17:59:09.8658230Z + [[ '' == true ]] +2026-08-04T17:59:09.8659050Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:59:09.8660050Z + [[ false != true ]] +2026-08-04T17:59:09.8660660Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:59:09.8661610Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7030ms +2026-08-04T17:59:09.8662160Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7030ms +2026-08-04T17:59:09.8662620Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:59:10.2323460Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 365ms +2026-08-04T17:59:10.2425140Z [TIMING] ios uninstallApplication took 366ms +2026-08-04T17:59:10.2479640Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:59:10.6986090Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 466ms +2026-08-04T17:59:10.7086120Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:11.0398250Z com.testcodepush: 48375 +2026-08-04T17:59:11.0399910Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +2026-08-04T17:59:11.0400570Z [TIMING] ios installApp+launch took 807ms +2026-08-04T17:59:11.0401000Z [TIMING] ios runApplication total (built=true) took 8205ms +2026-08-04T17:59:11.2586120Z Update check called from the app. +2026-08-04T17:59:11.2598440Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"C1535030-9F1A-4FFF-AA04-68E05776364F"} +2026-08-04T17:59:11.2600140Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5021","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:11.2694650Z Application reported a test message. +2026-08-04T17:59:11.2697740Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5021","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:59:11.2700850Z Sending OK +2026-08-04T17:59:11.2701030Z Message index: 0 +2026-08-04T17:59:11.2702100Z Application downloading the package. +2026-08-04T17:59:11.2884080Z Application reported a test message. +2026-08-04T17:59:11.2890250Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5021","binaryDate":"1785866349.863031","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:59:11.2891340Z Sending OK +2026-08-04T17:59:11.2891460Z Message index: 1 +2026-08-04T17:59:11.2911350Z Application reported a test message. +2026-08-04T17:59:11.2912180Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:59:11.2912450Z Sending OK +2026-08-04T17:59:11.2912570Z Message index: 2 +2026-08-04T17:59:11.2914320Z Update hash: randomHash-5021 +2026-08-04T17:59:11.2916860Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:11.5341090Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 241ms +2026-08-04T17:59:12.5373200Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:12.7979310Z com.testcodepush: 48388 +2026-08-04T17:59:12.7983410Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 263ms +2026-08-04T17:59:13.0740970Z Application reported a test message. +2026-08-04T17:59:13.0751460Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:13.0751720Z Sending OK +2026-08-04T17:59:13.0751840Z Message index: 0 +2026-08-04T17:59:13.0751990Z Update hash: randomHash-5021 +2026-08-04T17:59:13.0752220Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:13.2960150Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 220ms +2026-08-04T17:59:14.2976620Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:14.5843750Z com.testcodepush: 48838 +2026-08-04T17:59:14.5846660Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 287ms +2026-08-04T17:59:14.8302420Z Update check called from the app. +2026-08-04T17:59:14.8312360Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"C1535030-9F1A-4FFF-AA04-68E05776364F"} +2026-08-04T17:59:14.8313830Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5021","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:14.8314950Z Application reported a test message. +2026-08-04T17:59:14.8315160Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T17:59:14.8315380Z Sending OK +2026-08-04T17:59:14.8316300Z Message index: 0 +2026-08-04T17:59:14.8328120Z [TIMING] test "localPackage.installOnNextRestart.dorevert" took 14762ms +2026-08-04T17:59:14.8331850Z ✔ localPackage.installOnNextRestart.dorevert (14762ms) +2026-08-04T17:59:14.8332770Z Cleaning up! +2026-08-04T17:59:14.8362330Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:14.8375340Z Application downloading the package. +2026-08-04T17:59:14.8520660Z Application reported a test message. +2026-08-04T17:59:14.8536740Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5021","binaryDate":"1785866349.863031","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +2026-08-04T17:59:14.8538190Z Sending OK +2026-08-04T17:59:14.8565730Z Application reported a test message. +2026-08-04T17:59:14.8566090Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:59:14.8566260Z Sending OK +2026-08-04T17:59:15.0864880Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 253ms +2026-08-04T17:59:15.0910620Z [TIMING] ios prepareEmulatorForTest total took 253ms +2026-08-04T17:59:15.0911240Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:59:15.0937370Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:15.1006840Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:15.1020120Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:15.1034860Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:15.1047270Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:59:15.7148960Z +2026-08-04T17:59:15.7149350Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:15.7149650Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:59:15.7149850Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:59:15.7150050Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:59:15.7150250Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:59:15.7150500Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:59:15.7150760Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:59:15.7150970Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:59:15.7151160Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:59:15.7151390Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:59:15.7151570Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:59:15.7151760Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:15.7151860Z +2026-08-04T17:59:15.7151860Z +2026-08-04T17:59:15.7153050Z Welcome to Metro v0.84.4 +2026-08-04T17:59:15.7153320Z Fast - Scalable - Integrated +2026-08-04T17:59:15.7153450Z +2026-08-04T17:59:15.7153460Z +2026-08-04T17:59:21.8575760Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:59:21.8674750Z LOG:Done writing bundle output +2026-08-04T17:59:21.9113310Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6807ms +2026-08-04T17:59:21.9120150Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:59:21.9226700Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6819ms +2026-08-04T17:59:21.9227420Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:59:21.9227840Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:59:22.2050740Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 282ms +2026-08-04T17:59:22.2150900Z [TIMING] ios uninstallApplication took 282ms +2026-08-04T17:59:22.2253670Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:59:22.6305300Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 414ms +2026-08-04T17:59:22.6407000Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:22.9828830Z com.testcodepush: 49397 +2026-08-04T17:59:22.9861120Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 363ms +2026-08-04T17:59:22.9862580Z [TIMING] ios installApp+launch took 779ms +2026-08-04T17:59:22.9862860Z [TIMING] ios runApplication total (built=false) took 1061ms +2026-08-04T17:59:23.2239870Z Update check called from the app. +2026-08-04T17:59:23.2242360Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"6E788952-740E-4E25-B199-467B03DAAEDA"} +2026-08-04T17:59:23.2244610Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8132","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:23.2304010Z Application reported a test message. +2026-08-04T17:59:23.2316620Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8132","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:59:23.2318170Z Sending OK +2026-08-04T17:59:23.2318330Z Message index: 0 +2026-08-04T17:59:23.2344620Z Application downloading the package. +2026-08-04T17:59:23.2495930Z Application reported a test message. +2026-08-04T17:59:23.2500630Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8132","binaryDate":"1785866349.863031","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:59:23.2510150Z Sending OK +2026-08-04T17:59:23.2510470Z Message index: 1 +2026-08-04T17:59:23.2529240Z Application reported a test message. +2026-08-04T17:59:23.2530430Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:59:23.2530660Z Sending OK +2026-08-04T17:59:23.2538400Z Message index: 2 +2026-08-04T17:59:23.2538800Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:23.4971350Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 243ms +2026-08-04T17:59:24.5015410Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:24.7830960Z com.testcodepush: 49408 +2026-08-04T17:59:24.7832200Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 282ms +2026-08-04T17:59:25.0500250Z Application reported a test message. +2026-08-04T17:59:25.0501650Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:25.0502010Z Sending OK +2026-08-04T17:59:25.0510380Z Message index: 0 +2026-08-04T17:59:25.0511140Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:25.2172950Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 166ms +2026-08-04T17:59:26.2197230Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:26.4947210Z com.testcodepush: 49685 +2026-08-04T17:59:26.5002200Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 275ms +2026-08-04T17:59:26.7583870Z Application reported a test message. +2026-08-04T17:59:26.7584940Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:26.7585560Z Sending OK +2026-08-04T17:59:26.7617610Z Message index: 0 +2026-08-04T17:59:26.7630530Z [TIMING] test "localPackage.installOnNextRestart.norevert" took 11674ms +2026-08-04T17:59:26.7634300Z ✔ localPackage.installOnNextRestart.norevert (11674ms) +2026-08-04T17:59:26.7738760Z Cleaning up! +2026-08-04T17:59:26.7766280Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:26.9854740Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 218ms +2026-08-04T17:59:26.9855460Z [TIMING] ios prepareEmulatorForTest total took 218ms +2026-08-04T17:59:26.9856080Z Setting up scenario updateNARConditional.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:59:26.9923330Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:26.9990530Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:27.0053530Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNARConditional.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:27.0110710Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:27.0126310Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:59:27.6107650Z +2026-08-04T17:59:27.6108150Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:27.6108420Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:59:27.6108620Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:59:27.6108820Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:59:27.6109030Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:59:27.6109220Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:59:27.6109420Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:59:27.6109610Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:59:27.6109800Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:59:27.6110080Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:59:27.6110320Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:59:27.6110530Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:27.6110640Z +2026-08-04T17:59:27.6110640Z +2026-08-04T17:59:27.6111510Z Welcome to Metro v0.84.4 +2026-08-04T17:59:27.6111750Z Fast - Scalable - Integrated +2026-08-04T17:59:27.6111920Z +2026-08-04T17:59:27.6111920Z +2026-08-04T17:59:28.9553610Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:59:28.9563740Z LOG:Done writing bundle output +2026-08-04T17:59:29.0505860Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2038ms +2026-08-04T17:59:29.0506740Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:59:29.0614810Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2050ms +2026-08-04T17:59:29.0615570Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:59:29.0616790Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:59:29.2698760Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 208ms +2026-08-04T17:59:29.2866150Z [TIMING] ios uninstallApplication took 208ms +2026-08-04T17:59:29.3046080Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:59:29.7461770Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 472ms +2026-08-04T17:59:29.7563000Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:30.0802990Z com.testcodepush: 50406 +2026-08-04T17:59:30.0805100Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 339ms +2026-08-04T17:59:30.0805830Z [TIMING] ios installApp+launch took 811ms +2026-08-04T17:59:30.0806160Z [TIMING] ios runApplication total (built=false) took 1019ms +2026-08-04T17:59:30.3051920Z Update check called from the app. +2026-08-04T17:59:30.3055990Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"82ea641080db7578af9be63482f22b294a9df87537c81bc91e2cf1b4eef3bdf1","client_unique_id":"92F1DA18-3883-47D1-AEC7-81FD10ED1F44"} +2026-08-04T17:59:30.3066400Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-1041","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:30.3136700Z Application reported a test message. +2026-08-04T17:59:30.3153050Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-1041","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:59:30.3161730Z Sending OK +2026-08-04T17:59:30.3163300Z Message index: 0 +2026-08-04T17:59:30.3172230Z Application downloading the package. +2026-08-04T17:59:30.3401620Z Application reported a test message. +2026-08-04T17:59:30.3569060Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-1041","binaryDate":"1785866349.863031","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:59:30.3617910Z Sending OK +2026-08-04T17:59:30.3618320Z Message index: 1 +2026-08-04T17:59:30.3618730Z Application reported a test message. +2026-08-04T17:59:30.3620240Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:59:30.3620530Z Sending OK +2026-08-04T17:59:30.3620830Z Message index: 2 +2026-08-04T17:59:30.3621300Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:59:30.3622210Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:30.3671470Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:30.3679690Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:30.3686370Z replacing "CODE_PUSH_APP_VERSION" with "Update 2 (bad update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:30.3705160Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:59:31.0538710Z +2026-08-04T17:59:31.0539090Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:31.0539340Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:59:31.0539540Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:59:31.0539740Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:59:31.0539940Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:59:31.0540170Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:59:31.0540460Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:59:31.0540680Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:59:31.0541210Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:59:31.0541400Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:59:31.0541580Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:59:31.0541760Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:31.0541850Z +2026-08-04T17:59:31.0541860Z +2026-08-04T17:59:31.0542690Z Welcome to Metro v0.84.4 +2026-08-04T17:59:31.0542960Z Fast - Scalable - Integrated +2026-08-04T17:59:31.0543100Z +2026-08-04T17:59:31.0543100Z +2026-08-04T17:59:32.5515230Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:59:32.5525570Z LOG:Done writing bundle output +2026-08-04T17:59:32.6560540Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2285ms +2026-08-04T17:59:32.6567990Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:59:32.6680620Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2298ms +2026-08-04T17:59:32.6685380Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:32.8683910Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 199ms +2026-08-04T17:59:33.8710540Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:34.1460210Z com.testcodepush: 50941 +2026-08-04T17:59:34.1460500Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 275ms +2026-08-04T17:59:34.4244120Z Application reported a test message. +2026-08-04T17:59:34.4244520Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:34.4244750Z Sending OK +2026-08-04T17:59:34.4245200Z Message index: 0 +2026-08-04T17:59:34.4383370Z Update check called from the app. +2026-08-04T17:59:34.4385200Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1041","label":"mock-update","client_unique_id":"92F1DA18-3883-47D1-AEC7-81FD10ED1F44"} +2026-08-04T17:59:34.4386890Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7048","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:34.4491480Z Application reported a test message. +2026-08-04T17:59:34.4492840Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7048","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T17:59:34.4503540Z Sending OK +2026-08-04T17:59:34.4505110Z Message index: 1 +2026-08-04T17:59:34.4525400Z Application downloading the package. +2026-08-04T17:59:34.4689550Z Application reported a test message. +2026-08-04T17:59:34.4699060Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7048","binaryDate":"1785866349.863031","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T17:59:34.4701240Z Sending OK +2026-08-04T17:59:34.4707720Z Message index: 2 +2026-08-04T17:59:34.4744080Z Application reported a test message. +2026-08-04T17:59:34.4744340Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:59:34.4744510Z Sending OK +2026-08-04T17:59:34.4745340Z Message index: 3 +2026-08-04T17:59:34.4752580Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:34.6995710Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 220ms +2026-08-04T17:59:35.6986460Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:35.9637210Z com.testcodepush: 51050 +2026-08-04T17:59:35.9638740Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 265ms +2026-08-04T17:59:36.2143810Z Application reported a test message. +2026-08-04T17:59:36.2144920Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:36.2169710Z Sending OK +2026-08-04T17:59:36.2170370Z Message index: 0 +2026-08-04T17:59:36.2170670Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:36.3948150Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 178ms +2026-08-04T17:59:37.3992060Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:37.6464960Z com.testcodepush: 51060 +2026-08-04T17:59:37.6466710Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 249ms +2026-08-04T17:59:37.9328950Z Application reported a test message. +2026-08-04T17:59:37.9329290Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:37.9329550Z Sending body: SKIP_NOTIFY_APPLICATION_READY +2026-08-04T17:59:37.9329800Z Message index: 0 +2026-08-04T17:59:37.9369520Z Application reported a test message. +2026-08-04T17:59:37.9369950Z Body: {"message":"SKIPPED_NOTIFY_APPLICATION_READY"} +2026-08-04T17:59:37.9370250Z Sending body: SKIP_NOTIFY_APPLICATION_READY +2026-08-04T17:59:37.9370660Z Message index: 1 +2026-08-04T17:59:37.9377300Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:38.1397750Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 202ms +2026-08-04T17:59:39.1418050Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:39.4354160Z com.testcodepush: 51561 +2026-08-04T17:59:39.4408690Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 293ms +2026-08-04T17:59:39.6774070Z Application reported a test message. +2026-08-04T17:59:39.6775160Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:39.6775410Z Sending OK +2026-08-04T17:59:39.6775770Z Message index: 0 +2026-08-04T17:59:39.6910670Z Update check called from the app. +2026-08-04T17:59:39.6911460Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-1041","label":"mock-update","client_unique_id":"92F1DA18-3883-47D1-AEC7-81FD10ED1F44"} +2026-08-04T17:59:39.6912750Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7048","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:39.7021310Z Application reported a test message. +2026-08-04T17:59:39.7021640Z Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +2026-08-04T17:59:39.7021870Z Sending OK +2026-08-04T17:59:39.7023790Z Message index: 1 +2026-08-04T17:59:39.7035520Z [TIMING] test "localPackage.installOnNextRestart.revertToPrevious" took 12718ms +2026-08-04T17:59:39.7036690Z ✔ localPackage.installOnNextRestart.revertToPrevious (12718ms) +2026-08-04T17:59:39.7038430Z Cleaning up! +2026-08-04T17:59:39.7041240Z #codePush.restartApplication +2026-08-04T17:59:39.7042170Z Setting up scenario scenarioRestart.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:59:39.7067410Z Application downloading the package. +2026-08-04T17:59:39.7069700Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:39.7074020Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:39.7080840Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:39.7087800Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:39.7090480Z [TIMING] setupScenario(scenarioRestart.js) for "#codePush.restartApplication" took 6ms +2026-08-04T17:59:39.7096770Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:39.7228220Z Application reported a test message. +2026-08-04T17:59:39.7242490Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7048","binaryDate":"1785866349.863031","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +2026-08-04T17:59:39.7243910Z Sending OK +2026-08-04T17:59:39.7294960Z Application reported a test message. +2026-08-04T17:59:39.7295860Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T17:59:39.7306680Z Sending OK +2026-08-04T17:59:39.9417220Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 232ms +2026-08-04T17:59:39.9450190Z [TIMING] ios prepareEmulatorForTest total took 232ms +2026-08-04T17:59:39.9450740Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:59:39.9482120Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:39.9541520Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:39.9550560Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:39.9563210Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:39.9572690Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:59:40.5259840Z +2026-08-04T17:59:40.5260420Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:40.5260700Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:59:40.5260910Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:59:40.5261100Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:59:40.5261300Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:59:40.5261530Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:59:40.5262170Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:59:40.5262440Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:59:40.5262670Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:59:40.5262860Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:59:40.5263070Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:59:40.5263290Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:40.5263400Z +2026-08-04T17:59:40.5263400Z +2026-08-04T17:59:40.5264010Z Welcome to Metro v0.84.4 +2026-08-04T17:59:40.5269340Z Fast - Scalable - Integrated +2026-08-04T17:59:40.5269480Z +2026-08-04T17:59:40.5269480Z +2026-08-04T17:59:41.5488700Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:59:41.5498660Z LOG:Done writing bundle output +2026-08-04T17:59:41.6506400Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1693ms +2026-08-04T17:59:41.6507310Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:59:41.6615690Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 1705ms +2026-08-04T17:59:41.6616480Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:59:41.6619800Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:59:41.6680190Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:59:41.6685020Z + [[ ! -n '' ]] +2026-08-04T17:59:41.6686150Z + [[ Release = *Debug* ]] +2026-08-04T17:59:41.6692400Z + [[ -n '' ]] +2026-08-04T17:59:41.6693200Z + case "$CONFIGURATION" in +2026-08-04T17:59:41.6693380Z + DEV=false +2026-08-04T17:59:41.6698510Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:59:41.6746220Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:59:41.6817880Z ++ pwd +2026-08-04T17:59:41.6818470Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:59:41.6819150Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:59:41.6819770Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:59:41.6820350Z + [[ -n '' ]] +2026-08-04T17:59:41.6820480Z + [[ -s index.ios.js ]] +2026-08-04T17:59:41.6820620Z + ENTRY_FILE=index.js +2026-08-04T17:59:41.6821050Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:59:41.6821510Z ++ '[' -z '' ']' +2026-08-04T17:59:41.6821640Z ++ export NODE_BINARY=node +2026-08-04T17:59:41.6821790Z ++ NODE_BINARY=node +2026-08-04T17:59:41.6821910Z ++ type node +2026-08-04T17:59:41.6822260Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:59:41.6822670Z + '[' -z '' ']' +2026-08-04T17:59:41.6823060Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:59:41.6823500Z + [[ '' != false ]] +2026-08-04T17:59:41.6823820Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:59:41.6824340Z + '[' -z '' ']' +2026-08-04T17:59:41.6824460Z + export NODE_ARGS= +2026-08-04T17:59:41.6824580Z + NODE_ARGS= +2026-08-04T17:59:41.6824680Z + '[' -z '' ']' +2026-08-04T17:59:41.6825060Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:59:41.6825470Z + '[' -z '' ']' +2026-08-04T17:59:41.6825590Z + BUNDLE_COMMAND=bundle +2026-08-04T17:59:41.6825710Z + '[' -z '' ']' +2026-08-04T17:59:41.6826150Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:59:41.6826640Z + [[ -z '' ]] +2026-08-04T17:59:41.6826750Z + CONFIG_ARG= +2026-08-04T17:59:41.6826850Z + [[ -z '' ]] +2026-08-04T17:59:41.6826970Z + BUNDLE_NAME=main +2026-08-04T17:59:41.6827420Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:59:41.6827900Z + EXTRA_ARGS=() +2026-08-04T17:59:41.6828030Z + case "$PLATFORM_NAME" in +2026-08-04T17:59:41.6828160Z + BUNDLE_PLATFORM=ios +2026-08-04T17:59:41.6828290Z + '[' '' = YES ']' +2026-08-04T17:59:41.6828400Z + EMIT_SOURCEMAP= +2026-08-04T17:59:41.6828520Z + [[ ! -z '' ]] +2026-08-04T17:59:41.6828640Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:59:41.6828770Z + [[ '' == true ]] +2026-08-04T17:59:41.6828880Z + [[ '' != false ]] +2026-08-04T17:59:41.6829000Z + [[ false == false ]] +2026-08-04T17:59:41.6829130Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:59:41.6829280Z + [[ -n '' ]] +2026-08-04T17:59:41.6829390Z + [[ -n '' ]] +2026-08-04T17:59:41.6829610Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:59:41.6831620Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T17:59:47.3267230Z + [[ '' == false ]] +2026-08-04T17:59:47.3267490Z + EXTRA_COMPILER_ARGS= +2026-08-04T17:59:47.3267680Z + [[ false == true ]] +2026-08-04T17:59:47.3267830Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T17:59:47.3267970Z + [[ '' == true ]] +2026-08-04T17:59:47.3270040Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:59:47.3660710Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T17:59:47.3661480Z setTimeout(function () { +2026-08-04T17:59:47.3661640Z ^~~~~~~~~~ +2026-08-04T17:59:47.3662430Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T17:59:47.3663380Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T17:59:47.3664500Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T17:59:47.3676530Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T17:59:47.3677880Z cancelTimeout = clearTimeout; +2026-08-04T17:59:47.3678530Z ^~~~~~~~~~~~ +2026-08-04T17:59:47.3679410Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T17:59:47.3680110Z setImmediate(function () { +2026-08-04T17:59:47.3680250Z ^~~~~~~~~~~~ +2026-08-04T17:59:47.3680920Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T17:59:47.3681710Z new Blob(); +2026-08-04T17:59:47.3681850Z ^~~~ +2026-08-04T17:59:47.3683410Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T17:59:47.3684180Z var reader = new FileReader(); +2026-08-04T17:59:47.3684340Z ^~~~~~~~~~ +2026-08-04T17:59:47.3684970Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T17:59:47.3685690Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T17:59:47.3685950Z ^~~~~~~~ +2026-08-04T17:59:47.3686600Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T17:59:47.3687340Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T17:59:47.3687610Z ^~~~~~~~~~~~~~~ +2026-08-04T17:59:48.5255970Z + [[ '' == true ]] +2026-08-04T17:59:48.5256600Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T17:59:48.5257300Z + [[ false != true ]] +2026-08-04T17:59:48.5258240Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T17:59:48.5259200Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6864ms +2026-08-04T17:59:48.5259870Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6864ms +2026-08-04T17:59:48.5260300Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T17:59:48.7756780Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 250ms +2026-08-04T17:59:48.8244100Z [TIMING] ios uninstallApplication took 250ms +2026-08-04T17:59:48.8345880Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:59:49.2570820Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 480ms +2026-08-04T17:59:49.2672060Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:49.5672570Z com.testcodepush: 52197 +2026-08-04T17:59:49.5677020Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 312ms +2026-08-04T17:59:49.5677460Z [TIMING] ios installApp+launch took 792ms +2026-08-04T17:59:49.5677750Z [TIMING] ios runApplication total (built=true) took 7906ms +2026-08-04T17:59:49.7858730Z Application reported a test message. +2026-08-04T17:59:49.7859090Z Body: {"message":"PENDING_PACKAGE","args":[null]} +2026-08-04T17:59:49.7859550Z Sending OK +2026-08-04T17:59:49.7860210Z Message index: 0 +2026-08-04T17:59:49.7903200Z Application reported a test message. +2026-08-04T17:59:49.7903490Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +2026-08-04T17:59:49.7903680Z Sending OK +2026-08-04T17:59:49.7903810Z Message index: 1 +2026-08-04T17:59:49.7965590Z Update check called from the app. +2026-08-04T17:59:49.7966610Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bb2a4d09d5f67e3333367ef776cc75e50491afd0d3ec89a58756727074730fc2","client_unique_id":"1894C45A-9C88-441E-987A-2A6C5F655BC0"} +2026-08-04T17:59:49.7968270Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9549","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:49.8391010Z Update check called from the app. +2026-08-04T17:59:49.8393410Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"bb2a4d09d5f67e3333367ef776cc75e50491afd0d3ec89a58756727074730fc2","client_unique_id":"1894C45A-9C88-441E-987A-2A6C5F655BC0"} +2026-08-04T17:59:49.8396640Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9549","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T17:59:49.8483960Z Application downloading the package. +2026-08-04T17:59:49.8618710Z Application reported a test message. +2026-08-04T17:59:49.8625480Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T17:59:49.8626770Z Sending OK +2026-08-04T17:59:49.8627570Z Message index: 2 +2026-08-04T17:59:49.8646480Z Application reported a test message. +2026-08-04T17:59:49.8646760Z Body: {"message":"PENDING_PACKAGE","args":["randomHash-9549"]} +2026-08-04T17:59:49.8647000Z Sending OK +2026-08-04T17:59:49.8647400Z Message index: 3 +2026-08-04T17:59:49.8667610Z Application reported a test message. +2026-08-04T17:59:49.8667910Z Body: {"message":"CURRENT_PACKAGE","args":[null]} +2026-08-04T17:59:49.8668190Z Sending OK +2026-08-04T17:59:49.8669140Z Message index: 4 +2026-08-04T17:59:49.9755310Z Application reported a test message. +2026-08-04T17:59:49.9756040Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:49.9756580Z Sending OK +2026-08-04T17:59:49.9759670Z Message index: 5 +2026-08-04T17:59:49.9773420Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:50.1723020Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 196ms +2026-08-04T17:59:51.1747580Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T17:59:51.4622770Z com.testcodepush: 52622 +2026-08-04T17:59:51.4631850Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 288ms +2026-08-04T17:59:51.7319430Z Application reported a test message. +2026-08-04T17:59:51.7320200Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T17:59:51.7321100Z Sending OK +2026-08-04T17:59:51.7321290Z Message index: 0 +2026-08-04T17:59:51.7321660Z [TIMING] test "codePush.restartApplication.checkPackages" took 11790ms +2026-08-04T17:59:51.7322490Z ✔ codePush.restartApplication.checkPackages (11790ms) +2026-08-04T17:59:51.7322950Z Cleaning up! +2026-08-04T17:59:51.7324300Z #codePush.restartApplication.2x +2026-08-04T17:59:51.7324580Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T17:59:51.9290550Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 196ms +2026-08-04T17:59:51.9292480Z [TIMING] ios prepareEmulatorForTest total took 196ms +2026-08-04T17:59:51.9292950Z Setting up scenario scenarioInstallRestart2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T17:59:51.9353730Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:51.9415790Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:51.9475260Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallRestart2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:51.9531270Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T17:59:51.9542370Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T17:59:51.9555680Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:51.9561770Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:51.9564630Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:51.9567670Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T17:59:51.9580590Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T17:59:52.5563850Z +2026-08-04T17:59:52.5588710Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:52.5588960Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T17:59:52.5589210Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T17:59:52.5589480Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T17:59:52.5589720Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T17:59:52.5590350Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T17:59:52.5590630Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T17:59:52.5590910Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T17:59:52.5591170Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T17:59:52.5591430Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T17:59:52.5591680Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T17:59:52.5591920Z ▒▒▓▓▓▓▒▒ +2026-08-04T17:59:52.5592040Z +2026-08-04T17:59:52.5592040Z +2026-08-04T17:59:52.5592110Z Welcome to Metro v0.84.4 +2026-08-04T17:59:52.5592380Z Fast - Scalable - Integrated +2026-08-04T17:59:52.5592550Z +2026-08-04T17:59:52.5592550Z +2026-08-04T17:59:58.5079160Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T17:59:58.5106140Z LOG:Done writing bundle output +2026-08-04T17:59:58.5704460Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6613ms +2026-08-04T17:59:58.5712590Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T17:59:58.5812690Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6625ms +2026-08-04T17:59:58.5813450Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T17:59:58.5816650Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T17:59:58.5884850Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T17:59:58.5885650Z + [[ ! -n '' ]] +2026-08-04T17:59:58.5885780Z + [[ Release = *Debug* ]] +2026-08-04T17:59:58.5885960Z + [[ -n '' ]] +2026-08-04T17:59:58.5886130Z + case "$CONFIGURATION" in +2026-08-04T17:59:58.5886340Z + DEV=false +2026-08-04T17:59:58.5895580Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T17:59:58.5935990Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T17:59:58.5936540Z ++ pwd +2026-08-04T17:59:58.5937330Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T17:59:58.5938080Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:59:58.5938750Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T17:59:58.5939180Z + [[ -n '' ]] +2026-08-04T17:59:58.5941860Z + [[ -s index.ios.js ]] +2026-08-04T17:59:58.5942050Z + ENTRY_FILE=index.js +2026-08-04T17:59:58.5942620Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T17:59:58.5943250Z ++ '[' -z '' ']' +2026-08-04T17:59:58.5943410Z ++ export NODE_BINARY=node +2026-08-04T17:59:58.5943570Z ++ NODE_BINARY=node +2026-08-04T17:59:58.5943730Z ++ type node +2026-08-04T17:59:58.5944400Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T17:59:58.5944980Z + '[' -z '' ']' +2026-08-04T17:59:58.5945540Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T17:59:58.5946150Z + [[ '' != false ]] +2026-08-04T17:59:58.5946600Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T17:59:58.5947100Z + '[' -z '' ']' +2026-08-04T17:59:58.5947430Z + export NODE_ARGS= +2026-08-04T17:59:58.5947590Z + NODE_ARGS= +2026-08-04T17:59:58.5947740Z + '[' -z '' ']' +2026-08-04T17:59:58.5948220Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T17:59:58.5948800Z + '[' -z '' ']' +2026-08-04T17:59:58.5953950Z + BUNDLE_COMMAND=bundle +2026-08-04T17:59:58.5954140Z + '[' -z '' ']' +2026-08-04T17:59:58.5954630Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T17:59:58.5955280Z + [[ -z '' ]] +2026-08-04T17:59:58.5955390Z + CONFIG_ARG= +2026-08-04T17:59:58.5955510Z + [[ -z '' ]] +2026-08-04T17:59:58.5955620Z + BUNDLE_NAME=main +2026-08-04T17:59:58.5956090Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T17:59:58.5956810Z + EXTRA_ARGS=() +2026-08-04T17:59:58.5957120Z + case "$PLATFORM_NAME" in +2026-08-04T17:59:58.5957300Z + BUNDLE_PLATFORM=ios +2026-08-04T17:59:58.5957430Z + '[' '' = YES ']' +2026-08-04T17:59:58.5957550Z + EMIT_SOURCEMAP= +2026-08-04T17:59:58.5957690Z + [[ ! -z '' ]] +2026-08-04T17:59:58.5957830Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T17:59:58.5957970Z + [[ '' == true ]] +2026-08-04T17:59:58.5958090Z + [[ '' != false ]] +2026-08-04T17:59:58.5958210Z + [[ false == false ]] +2026-08-04T17:59:58.5958350Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T17:59:58.5958510Z + [[ -n '' ]] +2026-08-04T17:59:58.5958620Z + [[ -n '' ]] +2026-08-04T17:59:58.5958860Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T17:59:58.5960960Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:00:03.7754210Z + [[ '' == false ]] +2026-08-04T18:00:03.7754410Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:00:03.7754710Z + [[ false == true ]] +2026-08-04T18:00:03.7754860Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:00:03.7754980Z + [[ '' == true ]] +2026-08-04T18:00:03.7756650Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:00:03.8174020Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:00:03.8174730Z setTimeout(function () { +2026-08-04T18:00:03.8174870Z ^~~~~~~~~~ +2026-08-04T18:00:03.8175510Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:00:03.8176210Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:00:03.8176610Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:00:03.8177260Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:00:03.8177900Z cancelTimeout = clearTimeout; +2026-08-04T18:00:03.8178050Z ^~~~~~~~~~~~ +2026-08-04T18:00:03.8178680Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:00:03.8179350Z setImmediate(function () { +2026-08-04T18:00:03.8179480Z ^~~~~~~~~~~~ +2026-08-04T18:00:03.8180060Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:00:03.8180670Z new Blob(); +2026-08-04T18:00:03.8180790Z ^~~~ +2026-08-04T18:00:03.8181410Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:00:03.8182070Z var reader = new FileReader(); +2026-08-04T18:00:03.8182230Z ^~~~~~~~~~ +2026-08-04T18:00:03.8182830Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:00:03.8183550Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:00:03.8183820Z ^~~~~~~~ +2026-08-04T18:00:03.8184490Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:00:03.8185240Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:00:03.8185510Z ^~~~~~~~~~~~~~~ +2026-08-04T18:00:05.2568950Z + [[ '' == true ]] +2026-08-04T18:00:05.2569670Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:00:05.2570250Z + [[ false != true ]] +2026-08-04T18:00:05.2571090Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:00:05.2571860Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6676ms +2026-08-04T18:00:05.2572520Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6676ms +2026-08-04T18:00:05.2572940Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:00:05.4950570Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 237ms +2026-08-04T18:00:05.5477340Z [TIMING] ios uninstallApplication took 238ms +2026-08-04T18:00:05.5599680Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:05.9457330Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 450ms +2026-08-04T18:00:05.9635570Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:06.2917860Z com.testcodepush: 54107 +2026-08-04T18:00:06.2919450Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 346ms +2026-08-04T18:00:06.2919850Z [TIMING] ios installApp+launch took 796ms +2026-08-04T18:00:06.2920240Z [TIMING] ios runApplication total (built=true) took 7710ms +2026-08-04T18:00:06.5545750Z Update check called from the app. +2026-08-04T18:00:06.5546810Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"5cfd9c334bbb743b50a766c61e5d3b65a98a0598b91e650663c3cdad7b87f0b8","client_unique_id":"A90CE06E-AA3F-4136-BEED-DDFE962D623A"} +2026-08-04T18:00:06.5548410Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-343","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:06.5650480Z Application reported a test message. +2026-08-04T18:00:06.5652720Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-343","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:00:06.5653960Z Sending OK +2026-08-04T18:00:06.5654120Z Message index: 0 +2026-08-04T18:00:06.5681370Z Application downloading the package. +2026-08-04T18:00:06.5842010Z Application reported a test message. +2026-08-04T18:00:06.5854200Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-343","binaryDate":"1785866405.254152","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T18:00:06.5855770Z Sending OK +2026-08-04T18:00:06.5855950Z Message index: 1 +2026-08-04T18:00:06.5886220Z Application reported a test message. +2026-08-04T18:00:06.5887510Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:00:06.5887710Z Sending OK +2026-08-04T18:00:06.5888410Z Message index: 2 +2026-08-04T18:00:06.7067580Z Application reported a test message. +2026-08-04T18:00:06.7068730Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:00:06.7068970Z Sending OK +2026-08-04T18:00:06.7069480Z Message index: 3 +2026-08-04T18:00:06.7080790Z [TIMING] test "blocks when a restart is in progress and doesn't crash if there is a pending package" took 14778ms +2026-08-04T18:00:06.7082150Z ✔ blocks when a restart is in progress and doesn't crash if there is a pending package (14779ms) +2026-08-04T18:00:06.7082600Z Cleaning up! +2026-08-04T18:00:06.7084410Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:06.9144140Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 206ms +2026-08-04T18:00:06.9151100Z [TIMING] ios prepareEmulatorForTest total took 206ms +2026-08-04T18:00:06.9164300Z Setting up scenario scenarioRestart2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:00:06.9229250Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:06.9289420Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:06.9346180Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:06.9410580Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:06.9423380Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:00:07.4776200Z +2026-08-04T18:00:07.4776580Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:00:07.4776840Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:00:07.4777050Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:00:07.4777240Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:00:07.4777440Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:00:07.4777630Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:00:07.4777820Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:00:07.4778040Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:00:07.4778250Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:00:07.4778440Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:00:07.4778630Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:00:07.4778810Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:00:07.4778910Z +2026-08-04T18:00:07.4778920Z +2026-08-04T18:00:07.4779400Z Welcome to Metro v0.84.4 +2026-08-04T18:00:07.4779640Z Fast - Scalable - Integrated +2026-08-04T18:00:07.4779820Z +2026-08-04T18:00:07.4779820Z +2026-08-04T18:00:13.4085700Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:00:13.4114440Z LOG:Done writing bundle output +2026-08-04T18:00:13.4628670Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6520ms +2026-08-04T18:00:13.4635830Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:00:13.4740350Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6532ms +2026-08-04T18:00:13.4741020Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:00:13.4744030Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:00:13.4803330Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:13.4803950Z + [[ ! -n '' ]] +2026-08-04T18:00:13.4804120Z + [[ Release = *Debug* ]] +2026-08-04T18:00:13.4804330Z + [[ -n '' ]] +2026-08-04T18:00:13.4804480Z + case "$CONFIGURATION" in +2026-08-04T18:00:13.4804950Z + DEV=false +2026-08-04T18:00:13.4812880Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:00:13.4835620Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:00:13.4836190Z ++ pwd +2026-08-04T18:00:13.4837730Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:00:13.4838540Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:00:13.4839230Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:00:13.4839600Z + [[ -n '' ]] +2026-08-04T18:00:13.4839760Z + [[ -s index.ios.js ]] +2026-08-04T18:00:13.4839950Z + ENTRY_FILE=index.js +2026-08-04T18:00:13.4840420Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:00:13.4842680Z ++ '[' -z '' ']' +2026-08-04T18:00:13.4842880Z ++ export NODE_BINARY=node +2026-08-04T18:00:13.4843080Z ++ NODE_BINARY=node +2026-08-04T18:00:13.4843250Z ++ type node +2026-08-04T18:00:13.4844300Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:00:13.4844850Z + '[' -z '' ']' +2026-08-04T18:00:13.4845370Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:00:13.4857720Z + [[ '' != false ]] +2026-08-04T18:00:13.4858250Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:00:13.4858740Z + '[' -z '' ']' +2026-08-04T18:00:13.4858870Z + export NODE_ARGS= +2026-08-04T18:00:13.4859000Z + NODE_ARGS= +2026-08-04T18:00:13.4859110Z + '[' -z '' ']' +2026-08-04T18:00:13.4859510Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:00:13.4859980Z + '[' -z '' ']' +2026-08-04T18:00:13.4860150Z + BUNDLE_COMMAND=bundle +2026-08-04T18:00:13.4860340Z + '[' -z '' ']' +2026-08-04T18:00:13.4860840Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:00:13.4861340Z + [[ -z '' ]] +2026-08-04T18:00:13.4861460Z + CONFIG_ARG= +2026-08-04T18:00:13.4861570Z + [[ -z '' ]] +2026-08-04T18:00:13.4861680Z + BUNDLE_NAME=main +2026-08-04T18:00:13.4862140Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:00:13.4862850Z + EXTRA_ARGS=() +2026-08-04T18:00:13.4863020Z + case "$PLATFORM_NAME" in +2026-08-04T18:00:13.4863230Z + BUNDLE_PLATFORM=ios +2026-08-04T18:00:13.4863660Z + '[' '' = YES ']' +2026-08-04T18:00:13.4863810Z + EMIT_SOURCEMAP= +2026-08-04T18:00:13.4863940Z + [[ ! -z '' ]] +2026-08-04T18:00:13.4864060Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:00:13.4864210Z + [[ '' == true ]] +2026-08-04T18:00:13.4864330Z + [[ '' != false ]] +2026-08-04T18:00:13.4864450Z + [[ false == false ]] +2026-08-04T18:00:13.4864590Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:00:13.4864740Z + [[ -n '' ]] +2026-08-04T18:00:13.4864850Z + [[ -n '' ]] +2026-08-04T18:00:13.4865080Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:00:13.4867580Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:00:19.9989280Z + [[ '' == false ]] +2026-08-04T18:00:19.9989500Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:00:19.9989680Z + [[ false == true ]] +2026-08-04T18:00:19.9989830Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:00:19.9989970Z + [[ '' == true ]] +2026-08-04T18:00:19.9991520Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:00:20.0406900Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:00:20.0407650Z setTimeout(function () { +2026-08-04T18:00:20.0407800Z ^~~~~~~~~~ +2026-08-04T18:00:20.0408460Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:00:20.0409220Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:00:20.0409430Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:00:20.0410100Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:00:20.0410750Z cancelTimeout = clearTimeout; +2026-08-04T18:00:20.0410890Z ^~~~~~~~~~~~ +2026-08-04T18:00:20.0411530Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:00:20.0412180Z setImmediate(function () { +2026-08-04T18:00:20.0412320Z ^~~~~~~~~~~~ +2026-08-04T18:00:20.0412890Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:00:20.0413520Z new Blob(); +2026-08-04T18:00:20.0413640Z ^~~~ +2026-08-04T18:00:20.0414250Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:00:20.0414910Z var reader = new FileReader(); +2026-08-04T18:00:20.0415060Z ^~~~~~~~~~ +2026-08-04T18:00:20.0415660Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:00:20.0416380Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:00:20.0416980Z ^~~~~~~~ +2026-08-04T18:00:20.0417640Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:00:20.0418400Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:00:20.0418670Z ^~~~~~~~~~~~~~~ +2026-08-04T18:00:21.2717660Z + [[ '' == true ]] +2026-08-04T18:00:21.2718400Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:00:21.2719110Z + [[ false != true ]] +2026-08-04T18:00:21.2719770Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:00:21.2722390Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7798ms +2026-08-04T18:00:21.2723480Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7798ms +2026-08-04T18:00:21.2724030Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:00:21.5523620Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 280ms +2026-08-04T18:00:21.6154480Z [TIMING] ios uninstallApplication took 280ms +2026-08-04T18:00:21.6229260Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:22.0786810Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 519ms +2026-08-04T18:00:22.0811390Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:22.4187770Z com.testcodepush: 55245 +2026-08-04T18:00:22.4191310Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 347ms +2026-08-04T18:00:22.4191730Z [TIMING] ios installApp+launch took 866ms +2026-08-04T18:00:22.4192070Z [TIMING] ios runApplication total (built=true) took 8945ms +2026-08-04T18:00:22.7064890Z Update check called from the app. +2026-08-04T18:00:22.7066480Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b24f2748ac0b8cbb857028782f8d1d25906e95a1f36b7e43adb6d535b4c22a14","client_unique_id":"862695BD-D1CC-482B-9AE2-C695BEF3CBB4"} +2026-08-04T18:00:22.7068010Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7289","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:22.7131150Z Application reported a test message. +2026-08-04T18:00:22.7132450Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7289","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:00:22.7141230Z Sending OK +2026-08-04T18:00:22.7141450Z Message index: 0 +2026-08-04T18:00:22.7165800Z Application downloading the package. +2026-08-04T18:00:22.7363710Z Application reported a test message. +2026-08-04T18:00:22.7372860Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7289","binaryDate":"1785866421.268855","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T18:00:22.7375300Z Sending OK +2026-08-04T18:00:22.7375510Z Message index: 1 +2026-08-04T18:00:22.7401520Z Application reported a test message. +2026-08-04T18:00:22.7401810Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:00:22.7402030Z Sending OK +2026-08-04T18:00:22.7404350Z Message index: 2 +2026-08-04T18:00:22.8563520Z Application reported a test message. +2026-08-04T18:00:22.8563770Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:00:22.8563950Z Sending OK +2026-08-04T18:00:22.8565300Z Message index: 3 +2026-08-04T18:00:22.8572200Z [TIMING] test "doesn't block when the restart is ignored" took 15942ms +2026-08-04T18:00:22.8572660Z ✔ doesn't block when the restart is ignored (15943ms) +2026-08-04T18:00:22.8573160Z Cleaning up! +2026-08-04T18:00:22.8576560Z #window.codePush.sync +2026-08-04T18:00:22.8577780Z #window.codePush.sync 1x +2026-08-04T18:00:22.8579220Z Setting up scenario scenarioSync.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:00:22.8586410Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:22.8592760Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:22.8596010Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:22.8601530Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:22.8605630Z [TIMING] setupScenario(scenarioSync.js) for "#window.codePush.sync 1x" took 3ms +2026-08-04T18:00:22.8615060Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:23.0701710Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 208ms +2026-08-04T18:00:23.0702170Z [TIMING] ios prepareEmulatorForTest total took 209ms +2026-08-04T18:00:23.0733360Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:23.2492450Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:23.2492920Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:23.2493150Z found nothing to terminate +2026-08-04T18:00:23.2493350Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:23.2514040Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:23.2514350Z found nothing to terminate +2026-08-04T18:00:23.2533200Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 183ms +2026-08-04T18:00:23.2533660Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:23.2534070Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:23.2534720Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:23.2534950Z found nothing to terminate +2026-08-04T18:00:23.2535140Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:23.2535530Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:23.2535860Z found nothing to terminate +2026-08-04T18:00:23.2535970Z +2026-08-04T18:00:23.2536760Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:00:23.2540050Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:00:23.2685310Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:23.2686390Z + [[ ! -n '' ]] +2026-08-04T18:00:23.2686750Z + [[ Release = *Debug* ]] +2026-08-04T18:00:23.2686960Z + [[ -n '' ]] +2026-08-04T18:00:23.2687110Z + case "$CONFIGURATION" in +2026-08-04T18:00:23.2687440Z + DEV=false +2026-08-04T18:00:23.2698280Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:00:23.2727280Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:00:23.2727830Z ++ pwd +2026-08-04T18:00:23.2728970Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:00:23.2729870Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:00:23.2730570Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:00:23.2731010Z + [[ -n '' ]] +2026-08-04T18:00:23.2731550Z + [[ -s index.ios.js ]] +2026-08-04T18:00:23.2731750Z + ENTRY_FILE=index.js +2026-08-04T18:00:23.2732300Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:00:23.2732980Z ++ '[' -z '' ']' +2026-08-04T18:00:23.2733170Z ++ export NODE_BINARY=node +2026-08-04T18:00:23.2733360Z ++ NODE_BINARY=node +2026-08-04T18:00:23.2738870Z ++ type node +2026-08-04T18:00:23.2739420Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:00:23.2740060Z + '[' -z '' ']' +2026-08-04T18:00:23.2740630Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:00:23.2741210Z + [[ '' != false ]] +2026-08-04T18:00:23.2741640Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:00:23.2742070Z + '[' -z '' ']' +2026-08-04T18:00:23.2742200Z + export NODE_ARGS= +2026-08-04T18:00:23.2742350Z + NODE_ARGS= +2026-08-04T18:00:23.2742500Z + '[' -z '' ']' +2026-08-04T18:00:23.2742940Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:00:23.2743460Z + '[' -z '' ']' +2026-08-04T18:00:23.2743670Z + BUNDLE_COMMAND=bundle +2026-08-04T18:00:23.2743810Z + '[' -z '' ']' +2026-08-04T18:00:23.2744270Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:00:23.2744940Z + [[ -z '' ]] +2026-08-04T18:00:23.2745090Z + CONFIG_ARG= +2026-08-04T18:00:23.2745250Z + [[ -z '' ]] +2026-08-04T18:00:23.2745400Z + BUNDLE_NAME=main +2026-08-04T18:00:23.2746080Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:00:23.2746710Z + EXTRA_ARGS=() +2026-08-04T18:00:23.2746880Z + case "$PLATFORM_NAME" in +2026-08-04T18:00:23.2747090Z + BUNDLE_PLATFORM=ios +2026-08-04T18:00:23.2747260Z + '[' '' = YES ']' +2026-08-04T18:00:23.2747380Z + EMIT_SOURCEMAP= +2026-08-04T18:00:23.2747500Z + [[ ! -z '' ]] +2026-08-04T18:00:23.2747680Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:00:23.2747880Z + [[ '' == true ]] +2026-08-04T18:00:23.2748030Z + [[ '' != false ]] +2026-08-04T18:00:23.2748280Z + [[ false == false ]] +2026-08-04T18:00:23.2748490Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:00:23.2748670Z + [[ -n '' ]] +2026-08-04T18:00:23.2748790Z + [[ -n '' ]] +2026-08-04T18:00:23.2749050Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:00:23.2751510Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:00:28.9600710Z + [[ '' == false ]] +2026-08-04T18:00:28.9601130Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:00:28.9601500Z + [[ false == true ]] +2026-08-04T18:00:28.9601760Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:00:28.9601990Z + [[ '' == true ]] +2026-08-04T18:00:28.9603690Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:00:29.0059910Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:00:29.0060890Z setTimeout(function () { +2026-08-04T18:00:29.0061050Z ^~~~~~~~~~ +2026-08-04T18:00:29.0061960Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:00:29.0062790Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:00:29.0063010Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:00:29.0063740Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:00:29.0064440Z cancelTimeout = clearTimeout; +2026-08-04T18:00:29.0064610Z ^~~~~~~~~~~~ +2026-08-04T18:00:29.0065280Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:00:29.0065980Z setImmediate(function () { +2026-08-04T18:00:29.0066130Z ^~~~~~~~~~~~ +2026-08-04T18:00:29.0066730Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:00:29.0067380Z new Blob(); +2026-08-04T18:00:29.0067500Z ^~~~ +2026-08-04T18:00:29.0068150Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:00:29.0068900Z var reader = new FileReader(); +2026-08-04T18:00:29.0069120Z ^~~~~~~~~~ +2026-08-04T18:00:29.0075210Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:00:29.0076220Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:00:29.0076610Z ^~~~~~~~ +2026-08-04T18:00:29.0077360Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:00:29.0078500Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:00:29.0078890Z ^~~~~~~~~~~~~~~ +2026-08-04T18:00:30.3567930Z + [[ '' == true ]] +2026-08-04T18:00:30.3568670Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:00:30.3569460Z + [[ false != true ]] +2026-08-04T18:00:30.3570130Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:00:30.3571430Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7103ms +2026-08-04T18:00:30.3572140Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7104ms +2026-08-04T18:00:30.3572600Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:00:30.6347970Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 277ms +2026-08-04T18:00:30.7018700Z [TIMING] ios uninstallApplication took 277ms +2026-08-04T18:00:30.7120580Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:31.1903170Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 548ms +2026-08-04T18:00:31.2003470Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:31.5259700Z com.testcodepush: 56165 +2026-08-04T18:00:31.5262940Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 344ms +2026-08-04T18:00:31.5263360Z [TIMING] ios installApp+launch took 892ms +2026-08-04T18:00:31.5263940Z [TIMING] ios runApplication total (built=true) took 8273ms +2026-08-04T18:00:31.7772690Z Update check called from the app. +2026-08-04T18:00:31.7773400Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"E02B2542-8F1E-4EB4-883F-72CDDF2BF488"} +2026-08-04T18:00:31.7774830Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:31.8100940Z Update check called from the app. +2026-08-04T18:00:31.8102240Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"E02B2542-8F1E-4EB4-883F-72CDDF2BF488"} +2026-08-04T18:00:31.8104230Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:31.8145860Z Application reported a test message. +2026-08-04T18:00:31.8146340Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:00:31.8146800Z Sending OK +2026-08-04T18:00:31.8147760Z Message index: 0 +2026-08-04T18:00:31.8154540Z [TIMING] test "window.codePush.sync.noupdate" took 8561ms +2026-08-04T18:00:31.8155370Z ✔ window.codePush.sync.noupdate (8561ms) +2026-08-04T18:00:31.8155630Z Cleaning up! +2026-08-04T18:00:31.8155790Z Cleaning up! +2026-08-04T18:00:31.8160780Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:32.0645740Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 248ms +2026-08-04T18:00:32.0650380Z [TIMING] ios prepareEmulatorForTest total took 248ms +2026-08-04T18:00:32.0651270Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:32.2353050Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:32.2353430Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:32.2353650Z found nothing to terminate +2026-08-04T18:00:32.2353840Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:32.2370580Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:32.2371240Z found nothing to terminate +2026-08-04T18:00:32.2382970Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:32.2383880Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:32.2384250Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:32.2384520Z found nothing to terminate +2026-08-04T18:00:32.2384760Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:32.2385170Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:32.2385520Z found nothing to terminate +2026-08-04T18:00:32.2385650Z +2026-08-04T18:00:32.2385810Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 174ms +2026-08-04T18:00:32.2386230Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:00:32.2386630Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:00:32.4966760Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 258ms +2026-08-04T18:00:32.5000360Z [TIMING] ios uninstallApplication took 258ms +2026-08-04T18:00:32.5001060Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:32.9220270Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 423ms +2026-08-04T18:00:32.9223550Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:33.2632490Z com.testcodepush: 56185 +2026-08-04T18:00:33.2634000Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 344ms +2026-08-04T18:00:33.2634800Z [TIMING] ios installApp+launch took 767ms +2026-08-04T18:00:33.2636060Z [TIMING] ios runApplication total (built=false) took 1025ms +2026-08-04T18:00:33.5193150Z Update check called from the app. +2026-08-04T18:00:33.5203470Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"C144E4F5-543E-434E-AD58-85771F77121C"} +2026-08-04T18:00:33.5206000Z Response: "invalid {{ json" +2026-08-04T18:00:33.5359520Z Update check called from the app. +2026-08-04T18:00:33.5360970Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"C144E4F5-543E-434E-AD58-85771F77121C"} +2026-08-04T18:00:33.5361780Z Response: "invalid {{ json" +2026-08-04T18:00:33.5476290Z Application reported a test message. +2026-08-04T18:00:33.5493040Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:00:33.5495230Z Sending OK +2026-08-04T18:00:33.5495420Z Message index: 0 +2026-08-04T18:00:33.5501260Z [TIMING] test "window.codePush.sync.checkerror" took 1311ms +2026-08-04T18:00:33.5536430Z ✔ window.codePush.sync.checkerror (1311ms) +2026-08-04T18:00:33.5536760Z Cleaning up! +2026-08-04T18:00:33.5536930Z Cleaning up! +2026-08-04T18:00:33.5537310Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:33.8091330Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 255ms +2026-08-04T18:00:33.8108890Z [TIMING] ios prepareEmulatorForTest total took 256ms +2026-08-04T18:00:33.8116750Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:33.9758850Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:33.9759700Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:33.9764330Z found nothing to terminate +2026-08-04T18:00:33.9764610Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:33.9765710Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:33.9766310Z found nothing to terminate +2026-08-04T18:00:33.9781720Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:33.9782190Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 168ms +2026-08-04T18:00:33.9783150Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:33.9783480Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:33.9783700Z found nothing to terminate +2026-08-04T18:00:33.9783890Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:33.9784280Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:33.9784630Z found nothing to terminate +2026-08-04T18:00:33.9784770Z +2026-08-04T18:00:33.9785030Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:00:33.9785520Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:00:34.2626100Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 283ms +2026-08-04T18:00:34.2627320Z [TIMING] ios uninstallApplication took 283ms +2026-08-04T18:00:34.2632270Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:34.6704450Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 407ms +2026-08-04T18:00:34.6705600Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:34.9925410Z com.testcodepush: 56207 +2026-08-04T18:00:34.9930190Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 324ms +2026-08-04T18:00:34.9930490Z [TIMING] ios installApp+launch took 731ms +2026-08-04T18:00:34.9930740Z [TIMING] ios runApplication total (built=false) took 1014ms +2026-08-04T18:00:35.2333920Z Update check called from the app. +2026-08-04T18:00:35.2355190Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"A884B726-BC7A-4575-B221-96FE3A6954DE"} +2026-08-04T18:00:35.2357080Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9000","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:35.2503860Z Update check called from the app. +2026-08-04T18:00:35.2514850Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"A884B726-BC7A-4575-B221-96FE3A6954DE"} +2026-08-04T18:00:35.2521090Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9000","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:35.2885710Z Application reported a test message. +2026-08-04T18:00:35.2889470Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:00:35.2890550Z Sending OK +2026-08-04T18:00:35.2891680Z Message index: 0 +2026-08-04T18:00:35.2891990Z [TIMING] test "window.codePush.sync.downloaderror" took 1308ms +2026-08-04T18:00:35.2892520Z ✔ window.codePush.sync.downloaderror (1308ms) +2026-08-04T18:00:35.2892760Z Cleaning up! +2026-08-04T18:00:35.2892900Z Cleaning up! +2026-08-04T18:00:35.2893220Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:35.5528980Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 264ms +2026-08-04T18:00:35.5529600Z [TIMING] ios prepareEmulatorForTest total took 264ms +2026-08-04T18:00:35.5531660Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:35.7220610Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:35.7221280Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:35.7221550Z found nothing to terminate +2026-08-04T18:00:35.7221800Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:35.7226320Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:35.7226880Z found nothing to terminate +2026-08-04T18:00:35.7238500Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:35.7238840Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 171ms +2026-08-04T18:00:35.7239230Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:35.7239560Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:35.7239790Z found nothing to terminate +2026-08-04T18:00:35.7240000Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:35.7240300Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:35.7240620Z found nothing to terminate +2026-08-04T18:00:35.7240760Z +2026-08-04T18:00:35.7256180Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:00:36.3065880Z +2026-08-04T18:00:36.3066510Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:00:36.3066770Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:00:36.3066970Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:00:36.3067170Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:00:36.3067360Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:00:36.3067580Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:00:36.3067770Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:00:36.3067980Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:00:36.3068170Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:00:36.3068360Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:00:36.3068530Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:00:36.3068710Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:00:36.3068820Z +2026-08-04T18:00:36.3068830Z +2026-08-04T18:00:36.3070030Z Welcome to Metro v0.84.4 +2026-08-04T18:00:36.3070320Z Fast - Scalable - Integrated +2026-08-04T18:00:36.3070490Z +2026-08-04T18:00:36.3070490Z +2026-08-04T18:00:43.1329100Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:00:43.1368240Z LOG:Done writing bundle output +2026-08-04T18:00:43.1837360Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7457ms +2026-08-04T18:00:43.1985210Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:00:43.2044400Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7480ms +2026-08-04T18:00:43.2045890Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:00:43.2046500Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:00:43.4622530Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 257ms +2026-08-04T18:00:43.4687860Z [TIMING] ios uninstallApplication took 257ms +2026-08-04T18:00:43.4690030Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:44.0012560Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 539ms +2026-08-04T18:00:44.0232440Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:44.3781730Z com.testcodepush: 57249 +2026-08-04T18:00:44.3816500Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 377ms +2026-08-04T18:00:44.3820630Z [TIMING] ios installApp+launch took 916ms +2026-08-04T18:00:44.3821110Z [TIMING] ios runApplication total (built=false) took 1173ms +2026-08-04T18:00:44.6238280Z Update check called from the app. +2026-08-04T18:00:44.6244460Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"3DC69444-BAE4-4858-A10D-1B9D69483121"} +2026-08-04T18:00:44.6249300Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7375","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:44.6348320Z Update check called from the app. +2026-08-04T18:00:44.6350500Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"3DC69444-BAE4-4858-A10D-1B9D69483121"} +2026-08-04T18:00:44.6352520Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7375","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:44.6599040Z Application downloading the package. +2026-08-04T18:00:44.7930190Z Application reported a test message. +2026-08-04T18:00:44.7942170Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:00:44.7942630Z Sending OK +2026-08-04T18:00:44.7942800Z Message index: 0 +2026-08-04T18:00:44.7943060Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:45.0381040Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 243ms +2026-08-04T18:00:46.0403550Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:46.3214870Z com.testcodepush: 57535 +2026-08-04T18:00:46.3316180Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 281ms +2026-08-04T18:00:46.5362370Z Update check called from the app. +2026-08-04T18:00:46.5371500Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"3DC69444-BAE4-4858-A10D-1B9D69483121"} +2026-08-04T18:00:46.5377790Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7375","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:46.5595370Z Update check called from the app. +2026-08-04T18:00:46.5695790Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"3DC69444-BAE4-4858-A10D-1B9D69483121"} +2026-08-04T18:00:46.5697210Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7375","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:46.5699070Z Application reported a test message. +2026-08-04T18:00:46.5699310Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:00:46.5699610Z Sending OK +2026-08-04T18:00:46.5699760Z Message index: 0 +2026-08-04T18:00:46.5700790Z [TIMING] test "window.codePush.sync.dorevert" took 10844ms +2026-08-04T18:00:46.5701300Z ✔ window.codePush.sync.dorevert (10844ms) +2026-08-04T18:00:46.5701660Z Cleaning up! +2026-08-04T18:00:46.5701810Z Cleaning up! +2026-08-04T18:00:46.5702100Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:46.7994010Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 232ms +2026-08-04T18:00:46.8095410Z [TIMING] ios prepareEmulatorForTest total took 232ms +2026-08-04T18:00:46.8136450Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:46.9775350Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:46.9775880Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:46.9776140Z found nothing to terminate +2026-08-04T18:00:46.9776360Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:46.9794190Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:46.9795630Z found nothing to terminate +2026-08-04T18:00:46.9809610Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 181ms +2026-08-04T18:00:46.9810080Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:46.9810490Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:46.9810950Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:46.9811170Z found nothing to terminate +2026-08-04T18:00:46.9811370Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:46.9811740Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:46.9812550Z found nothing to terminate +2026-08-04T18:00:46.9812700Z +2026-08-04T18:00:46.9813010Z Setting up scenario updateSync.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T18:00:46.9825540Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:00:46.9837360Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:00:46.9854660Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:00:46.9865890Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:00:46.9887560Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:00:47.5930920Z +2026-08-04T18:00:47.5931430Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:00:47.5931850Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:00:47.5932140Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:00:47.5932340Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:00:47.5937650Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:00:47.5937900Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:00:47.5938100Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:00:47.5938310Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:00:47.5938510Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:00:47.5938700Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:00:47.5938880Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:00:47.5939060Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:00:47.5939190Z +2026-08-04T18:00:47.5939190Z +2026-08-04T18:00:47.5939270Z Welcome to Metro v0.84.4 +2026-08-04T18:00:47.5939960Z Fast - Scalable - Integrated +2026-08-04T18:00:47.5940080Z +2026-08-04T18:00:47.5940090Z +2026-08-04T18:00:48.9606230Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:00:48.9618020Z LOG:Done writing bundle output +2026-08-04T18:00:49.0607440Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2072ms +2026-08-04T18:00:49.0608270Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:00:49.0716700Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2085ms +2026-08-04T18:00:49.0717330Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:00:49.0717740Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:00:49.2833860Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 212ms +2026-08-04T18:00:49.2939390Z [TIMING] ios uninstallApplication took 212ms +2026-08-04T18:00:49.3496910Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:49.7944560Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 507ms +2026-08-04T18:00:49.7951770Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:50.1219410Z com.testcodepush: 57861 +2026-08-04T18:00:50.1220590Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +2026-08-04T18:00:50.1220910Z [TIMING] ios installApp+launch took 839ms +2026-08-04T18:00:50.1221470Z [TIMING] ios runApplication total (built=false) took 1051ms +2026-08-04T18:00:50.3696560Z Update check called from the app. +2026-08-04T18:00:50.3706600Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"4146D55C-0303-4C87-8265-5483E18B7B55"} +2026-08-04T18:00:50.3710970Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2794","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:50.3861920Z Update check called from the app. +2026-08-04T18:00:50.3864320Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"179b1729815d3f851822f70c16737ba9a8d76da909632d102c60b82269978681","client_unique_id":"4146D55C-0303-4C87-8265-5483E18B7B55"} +2026-08-04T18:00:50.3866920Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2794","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:50.3986340Z Application downloading the package. +2026-08-04T18:00:50.5203960Z Application reported a test message. +2026-08-04T18:00:50.5204450Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:00:50.5204650Z Sending OK +2026-08-04T18:00:50.5205690Z Message index: 0 +2026-08-04T18:00:50.5279810Z Update check called from the app. +2026-08-04T18:00:50.5290070Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2794","label":"mock-update","client_unique_id":"4146D55C-0303-4C87-8265-5483E18B7B55"} +2026-08-04T18:00:50.5291810Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2794","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:50.5540440Z Update check called from the app. +2026-08-04T18:00:50.5545760Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2794","label":"mock-update","client_unique_id":"4146D55C-0303-4C87-8265-5483E18B7B55"} +2026-08-04T18:00:50.5552450Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2794","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:50.5712970Z Application reported a test message. +2026-08-04T18:00:50.5737500Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:00:50.5737800Z Sending OK +2026-08-04T18:00:50.5738020Z Message index: 1 +2026-08-04T18:00:50.5738250Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:50.7506250Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 177ms +2026-08-04T18:00:51.7546490Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:00:52.0059160Z com.testcodepush: 57872 +2026-08-04T18:00:52.0060560Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 252ms +2026-08-04T18:00:52.2857350Z Update check called from the app. +2026-08-04T18:00:52.2872140Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2794","label":"mock-update","client_unique_id":"4146D55C-0303-4C87-8265-5483E18B7B55"} +2026-08-04T18:00:52.2873800Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:52.2874560Z Application reported a test message. +2026-08-04T18:00:52.2874770Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:00:52.2875010Z Sending OK +2026-08-04T18:00:52.2875160Z Message index: 0 +2026-08-04T18:00:52.3038590Z Update check called from the app. +2026-08-04T18:00:52.3043660Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2794","label":"mock-update","client_unique_id":"4146D55C-0303-4C87-8265-5483E18B7B55"} +2026-08-04T18:00:52.3044740Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:00:52.3193010Z Application reported a test message. +2026-08-04T18:00:52.3193340Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:00:52.3194110Z Sending OK +2026-08-04T18:00:52.3194370Z Message index: 1 +2026-08-04T18:00:52.3201240Z [TIMING] test "window.codePush.sync.update" took 5339ms +2026-08-04T18:00:52.3201740Z ✔ window.codePush.sync.update (5339ms) +2026-08-04T18:00:52.3201990Z Cleaning up! +2026-08-04T18:00:52.3203150Z Cleaning up! +2026-08-04T18:00:52.3211660Z #window.codePush.sync 2x +2026-08-04T18:00:52.3212510Z Setting up scenario scenarioSync2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:00:52.3222960Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:52.3227480Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:52.3234460Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:52.3237470Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:00:52.3238970Z [TIMING] setupScenario(scenarioSync2x.js) for "#window.codePush.sync 2x" took 3ms +2026-08-04T18:00:52.3243470Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:52.5157660Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 191ms +2026-08-04T18:00:52.5158410Z [TIMING] ios prepareEmulatorForTest total took 191ms +2026-08-04T18:00:52.5162330Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:52.6882370Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:52.6882770Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:52.6883020Z found nothing to terminate +2026-08-04T18:00:52.6883270Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:52.6887880Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:52.6888220Z found nothing to terminate +2026-08-04T18:00:52.6899650Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:00:52.6900050Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:52.6900390Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:00:52.6900610Z found nothing to terminate +2026-08-04T18:00:52.6900860Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:00:52.6901250Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:00:52.6901580Z found nothing to terminate +2026-08-04T18:00:52.6901700Z +2026-08-04T18:00:52.6902090Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 174ms +2026-08-04T18:00:52.6902600Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:00:52.6904860Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:00:52.6966760Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:00:52.6967450Z + [[ ! -n '' ]] +2026-08-04T18:00:52.6967600Z + [[ Release = *Debug* ]] +2026-08-04T18:00:52.6967760Z + [[ -n '' ]] +2026-08-04T18:00:52.6967890Z + case "$CONFIGURATION" in +2026-08-04T18:00:52.6968080Z + DEV=false +2026-08-04T18:00:52.6975360Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:00:52.7009920Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:00:52.7010820Z ++ pwd +2026-08-04T18:00:52.7011810Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:00:52.7012700Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:00:52.7013270Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:00:52.7013710Z + [[ -n '' ]] +2026-08-04T18:00:52.7013850Z + [[ -s index.ios.js ]] +2026-08-04T18:00:52.7014030Z + ENTRY_FILE=index.js +2026-08-04T18:00:52.7014550Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:00:52.7020210Z ++ '[' -z '' ']' +2026-08-04T18:00:52.7020400Z ++ export NODE_BINARY=node +2026-08-04T18:00:52.7020540Z ++ NODE_BINARY=node +2026-08-04T18:00:52.7020660Z ++ type node +2026-08-04T18:00:52.7021420Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:00:52.7021830Z + '[' -z '' ']' +2026-08-04T18:00:52.7022250Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:00:52.7022770Z + [[ '' != false ]] +2026-08-04T18:00:52.7023180Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:00:52.7023620Z + '[' -z '' ']' +2026-08-04T18:00:52.7023740Z + export NODE_ARGS= +2026-08-04T18:00:52.7023890Z + NODE_ARGS= +2026-08-04T18:00:52.7024030Z + '[' -z '' ']' +2026-08-04T18:00:52.7024430Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:00:52.7024850Z + '[' -z '' ']' +2026-08-04T18:00:52.7024970Z + BUNDLE_COMMAND=bundle +2026-08-04T18:00:52.7025100Z + '[' -z '' ']' +2026-08-04T18:00:52.7025550Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:00:52.7026070Z + [[ -z '' ]] +2026-08-04T18:00:52.7026180Z + CONFIG_ARG= +2026-08-04T18:00:52.7026290Z + [[ -z '' ]] +2026-08-04T18:00:52.7026400Z + BUNDLE_NAME=main +2026-08-04T18:00:52.7026970Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:00:52.7027480Z + EXTRA_ARGS=() +2026-08-04T18:00:52.7027650Z + case "$PLATFORM_NAME" in +2026-08-04T18:00:52.7027840Z + BUNDLE_PLATFORM=ios +2026-08-04T18:00:52.7028000Z + '[' '' = YES ']' +2026-08-04T18:00:52.7028420Z + EMIT_SOURCEMAP= +2026-08-04T18:00:52.7028600Z + [[ ! -z '' ]] +2026-08-04T18:00:52.7028760Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:00:52.7028890Z + [[ '' == true ]] +2026-08-04T18:00:52.7029010Z + [[ '' != false ]] +2026-08-04T18:00:52.7029140Z + [[ false == false ]] +2026-08-04T18:00:52.7029320Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:00:52.7029500Z + [[ -n '' ]] +2026-08-04T18:00:52.7039350Z + [[ -n '' ]] +2026-08-04T18:00:52.7039620Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:00:52.7041760Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:00:58.6547340Z + [[ '' == false ]] +2026-08-04T18:00:58.6547660Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:00:58.6548210Z + [[ false == true ]] +2026-08-04T18:00:58.6548550Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:00:58.6548870Z + [[ '' == true ]] +2026-08-04T18:00:58.6550520Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:00:58.6976940Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:00:58.6977840Z setTimeout(function () { +2026-08-04T18:00:58.6978010Z ^~~~~~~~~~ +2026-08-04T18:00:58.6978680Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:00:58.6979470Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:00:58.6979770Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:00:58.6980630Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:00:58.6981390Z cancelTimeout = clearTimeout; +2026-08-04T18:00:58.6981550Z ^~~~~~~~~~~~ +2026-08-04T18:00:58.6982270Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:00:58.6983200Z setImmediate(function () { +2026-08-04T18:00:58.6983390Z ^~~~~~~~~~~~ +2026-08-04T18:00:58.6984210Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:00:58.6984880Z new Blob(); +2026-08-04T18:00:58.6985410Z ^~~~ +2026-08-04T18:00:58.6986100Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:00:58.6986820Z var reader = new FileReader(); +2026-08-04T18:00:58.6986980Z ^~~~~~~~~~ +2026-08-04T18:00:58.6987660Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:00:58.6988560Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:00:58.6988890Z ^~~~~~~~ +2026-08-04T18:00:58.6989670Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:00:58.6990770Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:00:58.6991070Z ^~~~~~~~~~~~~~~ +2026-08-04T18:00:59.9222990Z + [[ '' == true ]] +2026-08-04T18:00:59.9223910Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:00:59.9224640Z + [[ false != true ]] +2026-08-04T18:00:59.9225220Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:00:59.9229600Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7232ms +2026-08-04T18:00:59.9231250Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7232ms +2026-08-04T18:00:59.9231700Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:01:00.3136500Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 391ms +2026-08-04T18:01:00.3343200Z [TIMING] ios uninstallApplication took 391ms +2026-08-04T18:01:00.3344540Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:00.7833400Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 470ms +2026-08-04T18:01:00.7834040Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:01.0803360Z com.testcodepush: 58791 +2026-08-04T18:01:01.0805340Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 297ms +2026-08-04T18:01:01.0806060Z [TIMING] ios installApp+launch took 767ms +2026-08-04T18:01:01.0806630Z [TIMING] ios runApplication total (built=true) took 8390ms +2026-08-04T18:01:01.3681480Z Update check called from the app. +2026-08-04T18:01:01.3691950Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"4C79A61C-73DD-4C26-A941-5FDFC3F1E123"} +2026-08-04T18:01:01.3694260Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:01.3695070Z Update check called from the app. +2026-08-04T18:01:01.3696110Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"4C79A61C-73DD-4C26-A941-5FDFC3F1E123"} +2026-08-04T18:01:01.3697460Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:01.3862160Z Application reported a test message. +2026-08-04T18:01:01.3864680Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:01.3865350Z Sending OK +2026-08-04T18:01:01.3869640Z Message index: 0 +2026-08-04T18:01:01.3879630Z Update check called from the app. +2026-08-04T18:01:01.3890850Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"4C79A61C-73DD-4C26-A941-5FDFC3F1E123"} +2026-08-04T18:01:01.3892210Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:01.3987340Z Application reported a test message. +2026-08-04T18:01:01.3987650Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:01:01.3987870Z Sending OK +2026-08-04T18:01:01.3987980Z Message index: 1 +2026-08-04T18:01:01.3996720Z [TIMING] test "window.codePush.sync.2x.noupdate" took 8708ms +2026-08-04T18:01:01.3998560Z ✔ window.codePush.sync.2x.noupdate (8709ms) +2026-08-04T18:01:01.4000890Z Cleaning up! +2026-08-04T18:01:01.4009190Z Cleaning up! +2026-08-04T18:01:01.4011430Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:01.6400230Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 238ms +2026-08-04T18:01:01.6400700Z [TIMING] ios prepareEmulatorForTest total took 238ms +2026-08-04T18:01:01.6401070Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:01.8321860Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:01.8322390Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:01.8322660Z found nothing to terminate +2026-08-04T18:01:01.8323170Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:01.8336900Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:01.8337240Z found nothing to terminate +2026-08-04T18:01:01.8348220Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:01.8348650Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:01.8348990Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:01.8349210Z found nothing to terminate +2026-08-04T18:01:01.8349440Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:01.8349840Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:01.8350180Z found nothing to terminate +2026-08-04T18:01:01.8350310Z +2026-08-04T18:01:01.8350480Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 194ms +2026-08-04T18:01:01.8350980Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:01:01.8351720Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:01:02.1019490Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 266ms +2026-08-04T18:01:02.1032590Z [TIMING] ios uninstallApplication took 266ms +2026-08-04T18:01:02.1034000Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:02.5547570Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 453ms +2026-08-04T18:01:02.5661230Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:02.8978630Z com.testcodepush: 58812 +2026-08-04T18:01:02.8981070Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 344ms +2026-08-04T18:01:02.8981580Z [TIMING] ios installApp+launch took 797ms +2026-08-04T18:01:02.8981900Z [TIMING] ios runApplication total (built=false) took 1064ms +2026-08-04T18:01:03.1466310Z Update check called from the app. +2026-08-04T18:01:03.1488210Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"CFDF7369-20CB-4AE8-8DEF-D39128DD9E97"} +2026-08-04T18:01:03.1490970Z Response: "invalid {{ json" +2026-08-04T18:01:03.1492240Z Update check called from the app. +2026-08-04T18:01:03.1493240Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"CFDF7369-20CB-4AE8-8DEF-D39128DD9E97"} +2026-08-04T18:01:03.1493990Z Response: "invalid {{ json" +2026-08-04T18:01:03.1652020Z Application reported a test message. +2026-08-04T18:01:03.1664740Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:03.1666020Z Sending OK +2026-08-04T18:01:03.1666770Z Message index: 0 +2026-08-04T18:01:03.1699610Z Update check called from the app. +2026-08-04T18:01:03.1701260Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"CFDF7369-20CB-4AE8-8DEF-D39128DD9E97"} +2026-08-04T18:01:03.1702890Z Response: "invalid {{ json" +2026-08-04T18:01:03.1861840Z Application reported a test message. +2026-08-04T18:01:03.1875870Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:01:03.1876280Z Sending OK +2026-08-04T18:01:03.1876800Z Message index: 1 +2026-08-04T18:01:03.1877090Z [TIMING] test "window.codePush.sync.2x.checkerror" took 1353ms +2026-08-04T18:01:03.1877630Z ✔ window.codePush.sync.2x.checkerror (1353ms) +2026-08-04T18:01:03.1877900Z Cleaning up! +2026-08-04T18:01:03.1878080Z Cleaning up! +2026-08-04T18:01:03.1882380Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:03.4311830Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 243ms +2026-08-04T18:01:03.4312670Z [TIMING] ios prepareEmulatorForTest total took 243ms +2026-08-04T18:01:03.4313030Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:03.5957990Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:03.5958440Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:03.5958660Z found nothing to terminate +2026-08-04T18:01:03.5958860Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:03.5963790Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:03.5965070Z found nothing to terminate +2026-08-04T18:01:03.5975570Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:03.5975980Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:03.5976420Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:03.5976660Z found nothing to terminate +2026-08-04T18:01:03.5976850Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:03.5977140Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:03.5977420Z found nothing to terminate +2026-08-04T18:01:03.5977520Z +2026-08-04T18:01:03.5977650Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 166ms +2026-08-04T18:01:03.5978500Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:01:03.5979020Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:01:03.8668260Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 269ms +2026-08-04T18:01:03.8693020Z [TIMING] ios uninstallApplication took 269ms +2026-08-04T18:01:03.8694440Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:04.2817390Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 414ms +2026-08-04T18:01:04.2839850Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:04.6098250Z com.testcodepush: 58833 +2026-08-04T18:01:04.6102460Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 330ms +2026-08-04T18:01:04.6103090Z [TIMING] ios installApp+launch took 744ms +2026-08-04T18:01:04.6103570Z [TIMING] ios runApplication total (built=false) took 1013ms +2026-08-04T18:01:04.8528710Z Update check called from the app. +2026-08-04T18:01:04.8546070Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"5722F44D-AE61-43CA-92CD-107462067882"} +2026-08-04T18:01:04.8548940Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-36","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:04.8550170Z Update check called from the app. +2026-08-04T18:01:04.8550800Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"5722F44D-AE61-43CA-92CD-107462067882"} +2026-08-04T18:01:04.8555780Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-36","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:04.8684580Z Application reported a test message. +2026-08-04T18:01:04.8716410Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:04.8716800Z Sending OK +2026-08-04T18:01:04.8716960Z Message index: 0 +2026-08-04T18:01:04.8717280Z Update check called from the app. +2026-08-04T18:01:04.8718120Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"5722F44D-AE61-43CA-92CD-107462067882"} +2026-08-04T18:01:04.8720310Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/runner/work/react-native-code-push/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-36","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:04.8975670Z Application reported a test message. +2026-08-04T18:01:04.9033740Z Body: {"message":"SYNC_STATUS","args":[3]} +2026-08-04T18:01:04.9041850Z Sending OK +2026-08-04T18:01:04.9042180Z Message index: 1 +2026-08-04T18:01:04.9042640Z [TIMING] test "window.codePush.sync.2x.downloaderror" took 1300ms +2026-08-04T18:01:04.9043950Z ✔ window.codePush.sync.2x.downloaderror (1304ms) +2026-08-04T18:01:04.9044200Z Cleaning up! +2026-08-04T18:01:04.9044330Z Cleaning up! +2026-08-04T18:01:04.9044520Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:05.1650310Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 260ms +2026-08-04T18:01:05.1650700Z [TIMING] ios prepareEmulatorForTest total took 260ms +2026-08-04T18:01:05.3342820Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:05.3344080Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:05.3344970Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:05.3345240Z found nothing to terminate +2026-08-04T18:01:05.3345440Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:05.3356040Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:05.3367320Z found nothing to terminate +2026-08-04T18:01:05.3367630Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 171ms +2026-08-04T18:01:05.3367980Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:05.3368390Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:05.3368810Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:05.3369020Z found nothing to terminate +2026-08-04T18:01:05.3370590Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:05.3370990Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:05.3371280Z found nothing to terminate +2026-08-04T18:01:05.3371710Z +2026-08-04T18:01:05.3372000Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T18:01:05.3380400Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:05.3384170Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:05.3408810Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:05.3419010Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:05.3471100Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:01:05.8621810Z +2026-08-04T18:01:05.8622410Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:05.8622710Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:01:05.8622980Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:01:05.8623190Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:01:05.8623390Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:01:05.8623570Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:01:05.8623770Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:01:05.8623960Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:01:05.8624180Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:01:05.8624420Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:01:05.8624680Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:01:05.8624890Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:05.8625020Z +2026-08-04T18:01:05.8625020Z +2026-08-04T18:01:05.8625560Z Welcome to Metro v0.84.4 +2026-08-04T18:01:05.8625810Z Fast - Scalable - Integrated +2026-08-04T18:01:05.8625960Z +2026-08-04T18:01:05.8625960Z +2026-08-04T18:01:14.3190430Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:01:14.3217820Z LOG:Done writing bundle output +2026-08-04T18:01:14.3847960Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 9038ms +2026-08-04T18:01:14.3869380Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:01:14.4114930Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 9069ms +2026-08-04T18:01:14.4128760Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:01:14.4130080Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:01:14.7620250Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 345ms +2026-08-04T18:01:14.7717930Z [TIMING] ios uninstallApplication took 345ms +2026-08-04T18:01:14.7826550Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:15.4590120Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 699ms +2026-08-04T18:01:15.4695490Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:15.9367200Z com.testcodepush: 59858 +2026-08-04T18:01:15.9423030Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 480ms +2026-08-04T18:01:15.9423380Z [TIMING] ios installApp+launch took 1181ms +2026-08-04T18:01:15.9424060Z [TIMING] ios runApplication total (built=false) took 1526ms +2026-08-04T18:01:16.3470660Z Update check called from the app. +2026-08-04T18:01:16.3471750Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"7DED426F-984D-4635-9626-0D6115A6639C"} +2026-08-04T18:01:16.3474740Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3672","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:16.3518050Z Update check called from the app. +2026-08-04T18:01:16.3519830Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"7DED426F-984D-4635-9626-0D6115A6639C"} +2026-08-04T18:01:16.3525870Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3672","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:16.3728720Z Application reported a test message. +2026-08-04T18:01:16.3729110Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:16.3729420Z Sending OK +2026-08-04T18:01:16.3731300Z Message index: 0 +2026-08-04T18:01:16.3884760Z Update check called from the app. +2026-08-04T18:01:16.3886750Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"7DED426F-984D-4635-9626-0D6115A6639C"} +2026-08-04T18:01:16.3888490Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3672","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:16.3999720Z Application downloading the package. +2026-08-04T18:01:16.5706250Z Application reported a test message. +2026-08-04T18:01:16.5707070Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:01:16.5709110Z Sending OK +2026-08-04T18:01:16.5721630Z Message index: 1 +2026-08-04T18:01:16.5722770Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:16.8295020Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 258ms +2026-08-04T18:01:17.8314890Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:18.1099910Z com.testcodepush: 59869 +2026-08-04T18:01:18.1102740Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 278ms +2026-08-04T18:01:18.4218220Z Update check called from the app. +2026-08-04T18:01:18.4270330Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"7DED426F-984D-4635-9626-0D6115A6639C"} +2026-08-04T18:01:18.4272330Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3672","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:18.4273680Z Update check called from the app. +2026-08-04T18:01:18.4274610Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"7DED426F-984D-4635-9626-0D6115A6639C"} +2026-08-04T18:01:18.4277120Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3672","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:18.4406210Z Application reported a test message. +2026-08-04T18:01:18.4408410Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:18.4440710Z Sending OK +2026-08-04T18:01:18.4460540Z Message index: 0 +2026-08-04T18:01:18.4461220Z Update check called from the app. +2026-08-04T18:01:18.4465440Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"7DED426F-984D-4635-9626-0D6115A6639C"} +2026-08-04T18:01:18.4467070Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3672","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:18.4698210Z Application reported a test message. +2026-08-04T18:01:18.4698620Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:01:18.4698880Z Sending OK +2026-08-04T18:01:18.4700250Z Message index: 1 +2026-08-04T18:01:18.4710110Z [TIMING] test "window.codePush.sync.2x.dorevert" took 13134ms +2026-08-04T18:01:18.4718350Z ✔ window.codePush.sync.2x.dorevert (13135ms) +2026-08-04T18:01:18.4720120Z Cleaning up! +2026-08-04T18:01:18.4721960Z Cleaning up! +2026-08-04T18:01:18.4738790Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:18.7633330Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 289ms +2026-08-04T18:01:18.7633900Z [TIMING] ios prepareEmulatorForTest total took 289ms +2026-08-04T18:01:18.7634280Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:18.9768310Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:18.9769450Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:18.9770010Z found nothing to terminate +2026-08-04T18:01:18.9770880Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:18.9786810Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:18.9787650Z found nothing to terminate +2026-08-04T18:01:18.9811050Z Error: Command failed: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:18.9811940Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 217ms +2026-08-04T18:01:18.9814410Z An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:18.9815030Z Simulator device failed to terminate com.testcodepush. +2026-08-04T18:01:18.9831880Z found nothing to terminate +2026-08-04T18:01:18.9832250Z Underlying error (domain=NSPOSIXErrorDomain, code=3): +2026-08-04T18:01:18.9832620Z The request to terminate "com.testcodepush" failed. found nothing to terminate +2026-08-04T18:01:18.9833120Z found nothing to terminate +2026-08-04T18:01:18.9833240Z +2026-08-04T18:01:18.9833530Z Setting up scenario updateSync2x.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T18:01:18.9837580Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:18.9847670Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:18.9849720Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync2x.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:18.9854550Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:18.9871650Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:01:19.6968280Z +2026-08-04T18:01:19.6970040Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:19.6970600Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:01:19.6971160Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:01:19.6971900Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:01:19.6972540Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:01:19.6972830Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:01:19.6973090Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:01:19.6973290Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:01:19.6973480Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:01:19.6973680Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:01:19.6973900Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:01:19.6974140Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:19.6974280Z +2026-08-04T18:01:19.6974290Z +2026-08-04T18:01:19.6974360Z Welcome to Metro v0.84.4 +2026-08-04T18:01:19.6974550Z Fast - Scalable - Integrated +2026-08-04T18:01:19.6974680Z +2026-08-04T18:01:19.6974680Z +2026-08-04T18:01:21.3353880Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:01:21.3365270Z LOG:Done writing bundle output +2026-08-04T18:01:21.4400140Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2452ms +2026-08-04T18:01:21.4411290Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:01:21.4527610Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2467ms +2026-08-04T18:01:21.4528390Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:01:21.4528920Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:01:21.7454100Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 293ms +2026-08-04T18:01:21.7492560Z [TIMING] ios uninstallApplication took 293ms +2026-08-04T18:01:21.7494200Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:22.3054300Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 560ms +2026-08-04T18:01:22.3067290Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:22.6652330Z com.testcodepush: 60099 +2026-08-04T18:01:22.6653600Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 360ms +2026-08-04T18:01:22.6654060Z [TIMING] ios installApp+launch took 920ms +2026-08-04T18:01:22.6654400Z [TIMING] ios runApplication total (built=false) took 1213ms +2026-08-04T18:01:22.9602330Z Update check called from the app. +2026-08-04T18:01:22.9603650Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:22.9619010Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4152","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:22.9619940Z Update check called from the app. +2026-08-04T18:01:22.9620530Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:22.9621800Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4152","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:22.9810480Z Application reported a test message. +2026-08-04T18:01:22.9810870Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:22.9811140Z Sending OK +2026-08-04T18:01:22.9811260Z Message index: 0 +2026-08-04T18:01:22.9835150Z Update check called from the app. +2026-08-04T18:01:22.9848430Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"eef18e1898531520d26220fbe57d354b5a4f0d4caa30ac097f3859c348fcce75","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:22.9851460Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4152","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:23.0011970Z Application downloading the package. +2026-08-04T18:01:23.1373790Z Application reported a test message. +2026-08-04T18:01:23.1416480Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:01:23.1416770Z Sending OK +2026-08-04T18:01:23.1416940Z Message index: 1 +2026-08-04T18:01:23.1429030Z Update check called from the app. +2026-08-04T18:01:23.1432620Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4152","label":"mock-update","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:23.1479890Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4152","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:23.1481480Z Update check called from the app. +2026-08-04T18:01:23.1482950Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4152","label":"mock-update","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:23.1485000Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4152","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:23.1641860Z Update check called from the app. +2026-08-04T18:01:23.1644440Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4152","label":"mock-update","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:23.1647860Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4152","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:23.1650300Z Application reported a test message. +2026-08-04T18:01:23.1650980Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:23.1662260Z Sending OK +2026-08-04T18:01:23.1662790Z Message index: 2 +2026-08-04T18:01:23.1849230Z Application reported a test message. +2026-08-04T18:01:23.1849590Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:01:23.1849830Z Sending OK +2026-08-04T18:01:23.1869110Z Message index: 3 +2026-08-04T18:01:23.1869430Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:23.3683800Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 183ms +2026-08-04T18:01:24.3710660Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:24.7231650Z com.testcodepush: 60325 +2026-08-04T18:01:24.7310950Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 352ms +2026-08-04T18:01:24.9974540Z Update check called from the app. +2026-08-04T18:01:25.0045730Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4152","label":"mock-update","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:25.0048440Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:25.0051760Z Application reported a test message. +2026-08-04T18:01:25.0052150Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:01:25.0052470Z Sending OK +2026-08-04T18:01:25.0052720Z Message index: 0 +2026-08-04T18:01:25.0052920Z Update check called from the app. +2026-08-04T18:01:25.0054040Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4152","label":"mock-update","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:25.0055910Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:25.0291510Z Application reported a test message. +2026-08-04T18:01:25.0292380Z Body: {"message":"SYNC_STATUS","args":[4]} +2026-08-04T18:01:25.0292820Z Sending OK +2026-08-04T18:01:25.0294260Z Message index: 1 +2026-08-04T18:01:25.0354490Z Update check called from the app. +2026-08-04T18:01:25.0357520Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4152","label":"mock-update","client_unique_id":"C36D405F-EE26-47AF-A19A-029647D2F1F8"} +2026-08-04T18:01:25.0360390Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:25.0527080Z Application reported a test message. +2026-08-04T18:01:25.0529570Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:01:25.0530700Z Sending OK +2026-08-04T18:01:25.0531190Z Message index: 2 +2026-08-04T18:01:25.0545160Z [TIMING] test "window.codePush.sync.2x.update" took 6073ms +2026-08-04T18:01:25.0546530Z ✔ window.codePush.sync.2x.update (6073ms) +2026-08-04T18:01:25.0547000Z Cleaning up! +2026-08-04T18:01:25.0547150Z Cleaning up! +2026-08-04T18:01:25.0550580Z #window.codePush.sync minimum background duration tests +2026-08-04T18:01:25.0553130Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:25.3482510Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 290ms +2026-08-04T18:01:25.3590060Z [TIMING] ios prepareEmulatorForTest total took 290ms +2026-08-04T18:01:25.3691930Z Setting up scenario scenarioSyncResume.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:01:25.3757420Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:25.3758610Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:25.3759610Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResume.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:25.3760490Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:25.3761290Z Setting up scenario updateSync.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T18:01:25.3762010Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:25.3763110Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:25.3764050Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:25.3765040Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:01:25.3772670Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:01:26.1214020Z +2026-08-04T18:01:26.1214430Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:26.1214720Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:01:26.1214920Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:01:26.1215110Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:01:26.1215310Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:01:26.1215490Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:01:26.1215680Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:01:26.1215870Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:01:26.1216060Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:01:26.1216260Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:01:26.1216480Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:01:26.1216670Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:26.1216770Z +2026-08-04T18:01:26.1216770Z +2026-08-04T18:01:26.1217820Z Welcome to Metro v0.84.4 +2026-08-04T18:01:26.1218080Z Fast - Scalable - Integrated +2026-08-04T18:01:26.1218520Z +2026-08-04T18:01:26.1218520Z +2026-08-04T18:01:27.6550300Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:01:27.6560990Z LOG:Done writing bundle output +2026-08-04T18:01:27.7499930Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 2393ms +2026-08-04T18:01:27.7500740Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:01:27.7595740Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 2405ms +2026-08-04T18:01:27.7596350Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:01:27.7599150Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:01:27.7659520Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:27.7660130Z + [[ ! -n '' ]] +2026-08-04T18:01:27.7660300Z + [[ Release = *Debug* ]] +2026-08-04T18:01:27.7660500Z + [[ -n '' ]] +2026-08-04T18:01:27.7660660Z + case "$CONFIGURATION" in +2026-08-04T18:01:27.7665370Z + DEV=false +2026-08-04T18:01:27.7667440Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:01:27.7693780Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:01:27.7694320Z ++ pwd +2026-08-04T18:01:27.7695890Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:01:27.7696670Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:01:27.7697460Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:01:27.7697870Z + [[ -n '' ]] +2026-08-04T18:01:27.7698040Z + [[ -s index.ios.js ]] +2026-08-04T18:01:27.7698180Z + ENTRY_FILE=index.js +2026-08-04T18:01:27.7698600Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:01:27.7702970Z ++ '[' -z '' ']' +2026-08-04T18:01:27.7703470Z ++ export NODE_BINARY=node +2026-08-04T18:01:27.7703680Z ++ NODE_BINARY=node +2026-08-04T18:01:27.7703810Z ++ type node +2026-08-04T18:01:27.7704490Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:01:27.7705010Z + '[' -z '' ']' +2026-08-04T18:01:27.7705520Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:01:27.7706060Z + [[ '' != false ]] +2026-08-04T18:01:27.7706460Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:01:27.7706920Z + '[' -z '' ']' +2026-08-04T18:01:27.7707060Z + export NODE_ARGS= +2026-08-04T18:01:27.7707210Z + NODE_ARGS= +2026-08-04T18:01:27.7707330Z + '[' -z '' ']' +2026-08-04T18:01:27.7707800Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:01:27.7708340Z + '[' -z '' ']' +2026-08-04T18:01:27.7708510Z + BUNDLE_COMMAND=bundle +2026-08-04T18:01:27.7708660Z + '[' -z '' ']' +2026-08-04T18:01:27.7709130Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:01:27.7709820Z + [[ -z '' ]] +2026-08-04T18:01:27.7709940Z + CONFIG_ARG= +2026-08-04T18:01:27.7710050Z + [[ -z '' ]] +2026-08-04T18:01:27.7710160Z + BUNDLE_NAME=main +2026-08-04T18:01:27.7710750Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:01:27.7711300Z + EXTRA_ARGS=() +2026-08-04T18:01:27.7711430Z + case "$PLATFORM_NAME" in +2026-08-04T18:01:27.7711560Z + BUNDLE_PLATFORM=ios +2026-08-04T18:01:27.7711690Z + '[' '' = YES ']' +2026-08-04T18:01:27.7711800Z + EMIT_SOURCEMAP= +2026-08-04T18:01:27.7711920Z + [[ ! -z '' ]] +2026-08-04T18:01:27.7712040Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:01:27.7712170Z + [[ '' == true ]] +2026-08-04T18:01:27.7712280Z + [[ '' != false ]] +2026-08-04T18:01:27.7712400Z + [[ false == false ]] +2026-08-04T18:01:27.7712540Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:01:27.7712690Z + [[ -n '' ]] +2026-08-04T18:01:27.7712800Z + [[ -n '' ]] +2026-08-04T18:01:27.7713030Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:01:27.7715030Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:01:34.8642720Z + [[ '' == false ]] +2026-08-04T18:01:34.8643020Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:01:34.8643170Z + [[ false == true ]] +2026-08-04T18:01:34.8643300Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:01:34.8643480Z + [[ '' == true ]] +2026-08-04T18:01:34.8645140Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:01:34.9207200Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:01:34.9208220Z setTimeout(function () { +2026-08-04T18:01:34.9208420Z ^~~~~~~~~~ +2026-08-04T18:01:34.9209120Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:01:34.9210140Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:01:34.9210450Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:01:34.9211180Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:01:34.9211870Z cancelTimeout = clearTimeout; +2026-08-04T18:01:34.9212040Z ^~~~~~~~~~~~ +2026-08-04T18:01:34.9212720Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:01:34.9213920Z setImmediate(function () { +2026-08-04T18:01:34.9214070Z ^~~~~~~~~~~~ +2026-08-04T18:01:34.9214680Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:01:34.9215330Z new Blob(); +2026-08-04T18:01:34.9215640Z ^~~~ +2026-08-04T18:01:34.9216370Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:01:34.9217100Z var reader = new FileReader(); +2026-08-04T18:01:34.9217270Z ^~~~~~~~~~ +2026-08-04T18:01:34.9217920Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:01:34.9222990Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:01:34.9223380Z ^~~~~~~~ +2026-08-04T18:01:34.9224080Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:01:34.9225000Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:01:34.9225300Z ^~~~~~~~~~~~~~~ +2026-08-04T18:01:36.3032880Z + [[ '' == true ]] +2026-08-04T18:01:36.3033660Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:01:36.3034340Z + [[ false != true ]] +2026-08-04T18:01:36.3035030Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:01:36.3035990Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 8544ms +2026-08-04T18:01:36.3036620Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 8544ms +2026-08-04T18:01:36.3037100Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:01:36.6342610Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 330ms +2026-08-04T18:01:36.6443430Z [TIMING] ios uninstallApplication took 330ms +2026-08-04T18:01:36.6544890Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:37.2114970Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 550ms +2026-08-04T18:01:37.2131020Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:37.5990940Z com.testcodepush: 61310 +2026-08-04T18:01:37.5994210Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 416ms +2026-08-04T18:01:37.5994710Z [TIMING] ios installApp+launch took 966ms +2026-08-04T18:01:37.5995270Z [TIMING] ios runApplication total (built=true) took 9840ms +2026-08-04T18:01:37.8813220Z Update check called from the app. +2026-08-04T18:01:37.8851660Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7524898ddc036b0033d8a92a0ec20948d2f2576c133b7d3af569710949454d76","client_unique_id":"8648D0D4-B3D0-44E4-B8ED-6B97B4853E44"} +2026-08-04T18:01:37.8856380Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-293","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:37.9017160Z Update check called from the app. +2026-08-04T18:01:37.9018770Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7524898ddc036b0033d8a92a0ec20948d2f2576c133b7d3af569710949454d76","client_unique_id":"8648D0D4-B3D0-44E4-B8ED-6B97B4853E44"} +2026-08-04T18:01:37.9020910Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-293","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:37.9160090Z Application downloading the package. +2026-08-04T18:01:37.9498630Z Application reported a test message. +2026-08-04T18:01:37.9499310Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:01:37.9499780Z Sending OK +2026-08-04T18:01:37.9500060Z Message index: 0 +2026-08-04T18:01:37.9500420Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:01:38.3020690Z com.apple.Preferences: 43616 +2026-08-04T18:01:38.3021640Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 352ms +2026-08-04T18:01:38.3022420Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:01:39.3045180Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:39.6405660Z com.testcodepush: 61310 +2026-08-04T18:01:39.6478270Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 336ms +2026-08-04T18:01:39.7326260Z Application reported a test message. +2026-08-04T18:01:39.7388310Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:01:39.7388540Z Sending OK +2026-08-04T18:01:39.7388660Z Message index: 0 +2026-08-04T18:01:39.7414980Z Update check called from the app. +2026-08-04T18:01:39.7416560Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-293","label":"mock-update","client_unique_id":"8648D0D4-B3D0-44E4-B8ED-6B97B4853E44"} +2026-08-04T18:01:39.7422450Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:39.7733140Z Update check called from the app. +2026-08-04T18:01:39.7735300Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-293","label":"mock-update","client_unique_id":"8648D0D4-B3D0-44E4-B8ED-6B97B4853E44"} +2026-08-04T18:01:39.7737910Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:39.7867500Z Application reported a test message. +2026-08-04T18:01:39.7886660Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:01:39.7888420Z Sending OK +2026-08-04T18:01:39.7888900Z Message index: 1 +2026-08-04T18:01:39.7889840Z [TIMING] test "defaults to no minimum for Resume mode" took 14443ms +2026-08-04T18:01:39.7890870Z ✔ defaults to no minimum for Resume mode (14443ms) +2026-08-04T18:01:39.7891420Z Cleaning up! +2026-08-04T18:01:39.7895200Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:01:40.0882770Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 298ms +2026-08-04T18:01:40.0883280Z [TIMING] ios prepareEmulatorForTest total took 299ms +2026-08-04T18:01:40.0887180Z Setting up scenario scenarioSyncResumeDelay.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:01:40.0946150Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:40.0952440Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:40.0956900Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResumeDelay.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:40.0968060Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:01:40.0977540Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:01:41.0412000Z +2026-08-04T18:01:41.0427070Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:41.0427720Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:01:41.0436040Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:01:41.0437210Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:01:41.0438450Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:01:41.0438760Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:01:41.0439120Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:01:41.0439460Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:01:41.0440010Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:01:41.0440860Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:01:41.0442280Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:01:41.0442570Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:01:41.0442720Z +2026-08-04T18:01:41.0442720Z +2026-08-04T18:01:41.0442810Z Welcome to Metro v0.84.4 +2026-08-04T18:01:41.0443040Z Fast - Scalable - Integrated +2026-08-04T18:01:41.0443210Z +2026-08-04T18:01:41.0443210Z +2026-08-04T18:01:48.6201060Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:01:48.6229950Z LOG:Done writing bundle output +2026-08-04T18:01:48.6761150Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8578ms +2026-08-04T18:01:48.6768630Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:01:48.6850650Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8588ms +2026-08-04T18:01:48.6851250Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:01:48.6853750Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:01:48.6921290Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:48.6922040Z + [[ ! -n '' ]] +2026-08-04T18:01:48.6922220Z + [[ Release = *Debug* ]] +2026-08-04T18:01:48.6922450Z + [[ -n '' ]] +2026-08-04T18:01:48.6922730Z + case "$CONFIGURATION" in +2026-08-04T18:01:48.6922930Z + DEV=false +2026-08-04T18:01:48.6930010Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:01:48.6967410Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:01:48.6967980Z ++ pwd +2026-08-04T18:01:48.6968910Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:01:48.6970060Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:01:48.6970750Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:01:48.6971170Z + [[ -n '' ]] +2026-08-04T18:01:48.6971340Z + [[ -s index.ios.js ]] +2026-08-04T18:01:48.6971490Z + ENTRY_FILE=index.js +2026-08-04T18:01:48.6972020Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:01:48.6972620Z ++ '[' -z '' ']' +2026-08-04T18:01:48.6972800Z ++ export NODE_BINARY=node +2026-08-04T18:01:48.6972980Z ++ NODE_BINARY=node +2026-08-04T18:01:48.6973140Z ++ type node +2026-08-04T18:01:48.6973700Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:01:48.6974250Z + '[' -z '' ']' +2026-08-04T18:01:48.6974780Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:01:48.6975360Z + [[ '' != false ]] +2026-08-04T18:01:48.6975790Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:01:48.6976280Z + '[' -z '' ']' +2026-08-04T18:01:48.6976400Z + export NODE_ARGS= +2026-08-04T18:01:48.6976520Z + NODE_ARGS= +2026-08-04T18:01:48.6976630Z + '[' -z '' ']' +2026-08-04T18:01:48.6977050Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:01:48.6977610Z + '[' -z '' ']' +2026-08-04T18:01:48.6977740Z + BUNDLE_COMMAND=bundle +2026-08-04T18:01:48.6977920Z + '[' -z '' ']' +2026-08-04T18:01:48.6978520Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:01:48.6979110Z + [[ -z '' ]] +2026-08-04T18:01:48.6979220Z + CONFIG_ARG= +2026-08-04T18:01:48.6979330Z + [[ -z '' ]] +2026-08-04T18:01:48.6979440Z + BUNDLE_NAME=main +2026-08-04T18:01:48.6979900Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:01:48.6980390Z + EXTRA_ARGS=() +2026-08-04T18:01:48.6980510Z + case "$PLATFORM_NAME" in +2026-08-04T18:01:48.6980830Z + BUNDLE_PLATFORM=ios +2026-08-04T18:01:48.6980990Z + '[' '' = YES ']' +2026-08-04T18:01:48.6981110Z + EMIT_SOURCEMAP= +2026-08-04T18:01:48.6981230Z + [[ ! -z '' ]] +2026-08-04T18:01:48.6981350Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:01:48.6981490Z + [[ '' == true ]] +2026-08-04T18:01:48.6981610Z + [[ '' != false ]] +2026-08-04T18:01:48.6981730Z + [[ false == false ]] +2026-08-04T18:01:48.6981870Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:01:48.6982020Z + [[ -n '' ]] +2026-08-04T18:01:48.6982130Z + [[ -n '' ]] +2026-08-04T18:01:48.6982360Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:01:48.6984640Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:01:56.2849600Z + [[ '' == false ]] +2026-08-04T18:01:56.2849890Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:01:56.2850060Z + [[ false == true ]] +2026-08-04T18:01:56.2850430Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:01:56.2850600Z + [[ '' == true ]] +2026-08-04T18:01:56.2852530Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:01:56.3412900Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:01:56.3413890Z setTimeout(function () { +2026-08-04T18:01:56.3414090Z ^~~~~~~~~~ +2026-08-04T18:01:56.3414930Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:01:56.3415680Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:01:56.3415950Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:01:56.3416740Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:01:56.3417670Z cancelTimeout = clearTimeout; +2026-08-04T18:01:56.3417860Z ^~~~~~~~~~~~ +2026-08-04T18:01:56.3418640Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:01:56.3419510Z setImmediate(function () { +2026-08-04T18:01:56.3419710Z ^~~~~~~~~~~~ +2026-08-04T18:01:56.3420490Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:01:56.3425840Z new Blob(); +2026-08-04T18:01:56.3426180Z ^~~~ +2026-08-04T18:01:56.3427330Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:01:56.3428250Z var reader = new FileReader(); +2026-08-04T18:01:56.3428440Z ^~~~~~~~~~ +2026-08-04T18:01:56.3429320Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:01:56.3430810Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:01:56.3431170Z ^~~~~~~~ +2026-08-04T18:01:56.3432110Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:01:56.3434870Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:01:56.3435270Z ^~~~~~~~~~~~~~~ +2026-08-04T18:01:57.7774390Z + [[ '' == true ]] +2026-08-04T18:01:57.7775120Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:01:57.7775810Z + [[ false != true ]] +2026-08-04T18:01:57.7776470Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:01:57.7777830Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 9092ms +2026-08-04T18:01:57.7778500Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 9092ms +2026-08-04T18:01:57.7779070Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:01:58.1312060Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 354ms +2026-08-04T18:01:58.1412410Z [TIMING] ios uninstallApplication took 354ms +2026-08-04T18:01:58.2121230Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:01:58.7412460Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 610ms +2026-08-04T18:01:58.7572500Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:01:59.2012390Z com.testcodepush: 63583 +2026-08-04T18:01:59.2041480Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 460ms +2026-08-04T18:01:59.2045210Z [TIMING] ios installApp+launch took 1070ms +2026-08-04T18:01:59.2045530Z [TIMING] ios runApplication total (built=true) took 10517ms +2026-08-04T18:01:59.5598070Z Update check called from the app. +2026-08-04T18:01:59.5601550Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"64ff6d1b462705435c875604b386f2af32369b61633c0ea8fc49d92ad3fc2735","client_unique_id":"86EBA61A-840C-4D8A-AAEC-60B7941D2448"} +2026-08-04T18:01:59.5609270Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7341","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:59.5919460Z Update check called from the app. +2026-08-04T18:01:59.5921110Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"64ff6d1b462705435c875604b386f2af32369b61633c0ea8fc49d92ad3fc2735","client_unique_id":"86EBA61A-840C-4D8A-AAEC-60B7941D2448"} +2026-08-04T18:01:59.5923820Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7341","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:01:59.6018390Z Application downloading the package. +2026-08-04T18:01:59.6247650Z Application reported a test message. +2026-08-04T18:01:59.6265550Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:01:59.6266090Z Sending OK +2026-08-04T18:01:59.6266400Z Message index: 0 +2026-08-04T18:01:59.6267030Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:02:00.0007860Z com.apple.Preferences: 43616 +2026-08-04T18:02:00.0012410Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 374ms +2026-08-04T18:02:00.0013230Z Waiting for 3000ms before resuming the test application. +2026-08-04T18:02:03.0083620Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:02:03.2566830Z com.testcodepush: 63583 +2026-08-04T18:02:03.2593130Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 253ms +2026-08-04T18:02:03.2598020Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:02:04.1767210Z com.apple.Preferences: 43616 +2026-08-04T18:02:04.1868410Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 917ms +2026-08-04T18:02:04.1969550Z Waiting for 6000ms before resuming the test application. +2026-08-04T18:02:10.1815350Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:02:10.5136140Z com.testcodepush: 63583 +2026-08-04T18:02:10.5187700Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 333ms +2026-08-04T18:02:10.6159590Z Application reported a test message. +2026-08-04T18:02:10.6159920Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:02:10.6160140Z Sending OK +2026-08-04T18:02:10.6287100Z Message index: 0 +2026-08-04T18:02:10.6287490Z Update check called from the app. +2026-08-04T18:02:10.6299970Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7341","label":"mock-update","client_unique_id":"86EBA61A-840C-4D8A-AAEC-60B7941D2448"} +2026-08-04T18:02:10.6301700Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:10.6461990Z Update check called from the app. +2026-08-04T18:02:10.6462730Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7341","label":"mock-update","client_unique_id":"86EBA61A-840C-4D8A-AAEC-60B7941D2448"} +2026-08-04T18:02:10.6464070Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:10.6723220Z Application reported a test message. +2026-08-04T18:02:10.6724200Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:02:10.6724820Z Sending OK +2026-08-04T18:02:10.6727630Z Message index: 1 +2026-08-04T18:02:10.6741610Z [TIMING] test "min background duration 5s for Resume mode" took 30584ms +2026-08-04T18:02:10.6742610Z ✔ min background duration 5s for Resume mode (30586ms) +2026-08-04T18:02:10.6743020Z Cleaning up! +2026-08-04T18:02:10.6750470Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:02:10.9252480Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 250ms +2026-08-04T18:02:10.9293030Z [TIMING] ios prepareEmulatorForTest total took 250ms +2026-08-04T18:02:10.9295170Z Setting up scenario scenarioSyncSuspend.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:02:10.9296130Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:10.9297630Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:10.9298610Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspend.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:10.9299840Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:10.9323160Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:02:11.9831730Z +2026-08-04T18:02:11.9833980Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:02:11.9834900Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:02:11.9838650Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:02:11.9840660Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:02:11.9841230Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:02:11.9841720Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:02:11.9842200Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:02:11.9842670Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:02:11.9843130Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:02:11.9843590Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:02:11.9844100Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:02:11.9844520Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:02:11.9844790Z +2026-08-04T18:02:11.9844800Z +2026-08-04T18:02:11.9845250Z Welcome to Metro v0.84.4 +2026-08-04T18:02:11.9845490Z Fast - Scalable - Integrated +2026-08-04T18:02:11.9845620Z +2026-08-04T18:02:11.9845630Z +2026-08-04T18:02:19.8048950Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:02:19.8154280Z LOG:Done writing bundle output +2026-08-04T18:02:19.8632460Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8931ms +2026-08-04T18:02:19.8633260Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:02:19.8751980Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8945ms +2026-08-04T18:02:19.8753010Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:02:19.8753770Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:02:19.8834220Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:02:19.8835050Z + [[ ! -n '' ]] +2026-08-04T18:02:19.8835490Z + [[ Release = *Debug* ]] +2026-08-04T18:02:19.8835770Z + [[ -n '' ]] +2026-08-04T18:02:19.8835910Z + case "$CONFIGURATION" in +2026-08-04T18:02:19.8836060Z + DEV=false +2026-08-04T18:02:19.8847230Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:02:19.8880990Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:02:19.8889660Z ++ pwd +2026-08-04T18:02:19.8890080Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:02:19.8891000Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:02:19.8891720Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:02:19.8892210Z + [[ -n '' ]] +2026-08-04T18:02:19.8892360Z + [[ -s index.ios.js ]] +2026-08-04T18:02:19.8892510Z + ENTRY_FILE=index.js +2026-08-04T18:02:19.8892990Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:02:19.8893890Z ++ '[' -z '' ']' +2026-08-04T18:02:19.8894550Z ++ export NODE_BINARY=node +2026-08-04T18:02:19.8895840Z ++ NODE_BINARY=node +2026-08-04T18:02:19.8896240Z ++ type node +2026-08-04T18:02:19.8907000Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:02:19.8908260Z + '[' -z '' ']' +2026-08-04T18:02:19.8909330Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:02:19.8910480Z + [[ '' != false ]] +2026-08-04T18:02:19.8911380Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:02:19.8912310Z + '[' -z '' ']' +2026-08-04T18:02:19.8912620Z + export NODE_ARGS= +2026-08-04T18:02:19.8912930Z + NODE_ARGS= +2026-08-04T18:02:19.8913220Z + '[' -z '' ']' +2026-08-04T18:02:19.8914210Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:02:19.8915260Z + '[' -z '' ']' +2026-08-04T18:02:19.8915740Z + BUNDLE_COMMAND=bundle +2026-08-04T18:02:19.8916080Z + '[' -z '' ']' +2026-08-04T18:02:19.8917350Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:02:19.8918250Z + [[ -z '' ]] +2026-08-04T18:02:19.8918380Z + CONFIG_ARG= +2026-08-04T18:02:19.8918490Z + [[ -z '' ]] +2026-08-04T18:02:19.8918610Z + BUNDLE_NAME=main +2026-08-04T18:02:19.8919100Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:02:19.8919600Z + EXTRA_ARGS=() +2026-08-04T18:02:19.8919730Z + case "$PLATFORM_NAME" in +2026-08-04T18:02:19.8919880Z + BUNDLE_PLATFORM=ios +2026-08-04T18:02:19.8920020Z + '[' '' = YES ']' +2026-08-04T18:02:19.8920570Z + EMIT_SOURCEMAP= +2026-08-04T18:02:19.8920730Z + [[ ! -z '' ]] +2026-08-04T18:02:19.8920870Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:02:19.8921040Z + [[ '' == true ]] +2026-08-04T18:02:19.8921160Z + [[ '' != false ]] +2026-08-04T18:02:19.8921280Z + [[ false == false ]] +2026-08-04T18:02:19.8921430Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:02:19.8921590Z + [[ -n '' ]] +2026-08-04T18:02:19.8921740Z + [[ -n '' ]] +2026-08-04T18:02:19.8922050Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:02:19.8924250Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:02:26.7965730Z + [[ '' == false ]] +2026-08-04T18:02:26.7966260Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:02:26.7966460Z + [[ false == true ]] +2026-08-04T18:02:26.7966620Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:02:26.7966790Z + [[ '' == true ]] +2026-08-04T18:02:26.7968560Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:02:26.8540910Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:02:26.8541870Z setTimeout(function () { +2026-08-04T18:02:26.8542040Z ^~~~~~~~~~ +2026-08-04T18:02:26.8542860Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:02:26.8543780Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:02:26.8544000Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:02:26.8544720Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:02:26.8545620Z cancelTimeout = clearTimeout; +2026-08-04T18:02:26.8545810Z ^~~~~~~~~~~~ +2026-08-04T18:02:26.8546730Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:02:26.8547670Z setImmediate(function () { +2026-08-04T18:02:26.8547860Z ^~~~~~~~~~~~ +2026-08-04T18:02:26.8548640Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:02:26.8549300Z new Blob(); +2026-08-04T18:02:26.8549430Z ^~~~ +2026-08-04T18:02:26.8554030Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:02:26.8555170Z var reader = new FileReader(); +2026-08-04T18:02:26.8555430Z ^~~~~~~~~~ +2026-08-04T18:02:26.8556270Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:02:26.8557100Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:02:26.8557430Z ^~~~~~~~ +2026-08-04T18:02:26.8558340Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:02:26.8563010Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:02:26.8563420Z ^~~~~~~~~~~~~~~ +2026-08-04T18:02:28.2313220Z + [[ '' == true ]] +2026-08-04T18:02:28.2314130Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:02:28.2314960Z + [[ false != true ]] +2026-08-04T18:02:28.2315600Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:02:28.2320280Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 8356ms +2026-08-04T18:02:28.2322330Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 8358ms +2026-08-04T18:02:28.2323670Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:02:28.6848920Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 452ms +2026-08-04T18:02:28.6948180Z [TIMING] ios uninstallApplication took 452ms +2026-08-04T18:02:28.7053450Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:02:29.3000870Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 613ms +2026-08-04T18:02:29.3045630Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:02:29.7390060Z com.testcodepush: 65525 +2026-08-04T18:02:29.7404400Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 441ms +2026-08-04T18:02:29.7422460Z [TIMING] ios installApp+launch took 1055ms +2026-08-04T18:02:29.7450440Z [TIMING] ios runApplication total (built=true) took 9865ms +2026-08-04T18:02:30.1154510Z Update check called from the app. +2026-08-04T18:02:30.1170350Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"c5c01e24dc9f0a358b0ae8f34bb48eb7787255b4ad36b1549020e69eef3d17e5","client_unique_id":"069CC88E-2E1A-4486-BCC0-EDDDAC9BA55B"} +2026-08-04T18:02:30.1176870Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7441","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:30.1423970Z Update check called from the app. +2026-08-04T18:02:30.1425480Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"c5c01e24dc9f0a358b0ae8f34bb48eb7787255b4ad36b1549020e69eef3d17e5","client_unique_id":"069CC88E-2E1A-4486-BCC0-EDDDAC9BA55B"} +2026-08-04T18:02:30.1427480Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7441","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:30.1509740Z Application downloading the package. +2026-08-04T18:02:30.1730830Z Application reported a test message. +2026-08-04T18:02:30.1731770Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:02:30.1740250Z Sending OK +2026-08-04T18:02:30.1740610Z Message index: 0 +2026-08-04T18:02:30.1744700Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:02:30.6159850Z com.apple.Preferences: 43616 +2026-08-04T18:02:30.6184270Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 438ms +2026-08-04T18:02:30.6184780Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:02:30.6185130Z Application reported a test message. +2026-08-04T18:02:30.6186260Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:02:30.6186670Z Sending OK +2026-08-04T18:02:30.6186870Z Message index: 0 +2026-08-04T18:02:30.6239460Z Update check called from the app. +2026-08-04T18:02:30.6240810Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7441","label":"mock-update","client_unique_id":"069CC88E-2E1A-4486-BCC0-EDDDAC9BA55B"} +2026-08-04T18:02:30.6242030Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:30.6560690Z Update check called from the app. +2026-08-04T18:02:30.6565460Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7441","label":"mock-update","client_unique_id":"069CC88E-2E1A-4486-BCC0-EDDDAC9BA55B"} +2026-08-04T18:02:30.6566620Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:30.6687230Z Application reported a test message. +2026-08-04T18:02:30.6690440Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:02:30.6698700Z Sending OK +2026-08-04T18:02:30.6703240Z Message index: 1 +2026-08-04T18:02:30.6704280Z [TIMING] test "defaults to no minimum for Suspend mode" took 19746ms +2026-08-04T18:02:30.6717830Z ✔ defaults to no minimum for Suspend mode (19746ms) +2026-08-04T18:02:30.6718850Z Cleaning up! +2026-08-04T18:02:30.6724960Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:02:30.8803190Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 208ms +2026-08-04T18:02:30.8803930Z [TIMING] ios prepareEmulatorForTest total took 208ms +2026-08-04T18:02:30.8808110Z Setting up scenario scenarioSyncSuspendDelay.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:02:30.8872310Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:30.9077210Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:30.9135990Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspendDelay.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:30.9192800Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:30.9216800Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:02:31.6184280Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:02:32.0229690Z com.testcodepush: 65593 +2026-08-04T18:02:32.0270700Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 405ms +2026-08-04T18:02:32.1142720Z +2026-08-04T18:02:32.1143890Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:02:32.1144320Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:02:32.1144710Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:02:32.1145110Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:02:32.1145410Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:02:32.1145990Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:02:32.1146260Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:02:32.1147860Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:02:32.1148130Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:02:32.1148390Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:02:32.1148630Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:02:32.1149000Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:02:32.1149150Z +2026-08-04T18:02:32.1149150Z +2026-08-04T18:02:32.1149610Z Welcome to Metro v0.84.4 +2026-08-04T18:02:32.1150060Z Fast - Scalable - Integrated +2026-08-04T18:02:32.1150240Z +2026-08-04T18:02:32.1150240Z +2026-08-04T18:02:32.3393810Z Update check called from the app. +2026-08-04T18:02:32.3395660Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7441","label":"mock-update","client_unique_id":"069CC88E-2E1A-4486-BCC0-EDDDAC9BA55B"} +2026-08-04T18:02:32.3400980Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8193","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:32.3402060Z Application reported a test message. +2026-08-04T18:02:32.3402260Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:02:32.3402450Z Sending OK +2026-08-04T18:02:32.3607050Z Update check called from the app. +2026-08-04T18:02:32.3723130Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7441","label":"mock-update","client_unique_id":"069CC88E-2E1A-4486-BCC0-EDDDAC9BA55B"} +2026-08-04T18:02:32.3827370Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8193","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:32.3855140Z Application downloading the package. +2026-08-04T18:02:32.3948970Z Application reported a test message. +2026-08-04T18:02:32.3960480Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:02:32.3961350Z Sending OK +2026-08-04T18:02:40.0733240Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:02:40.0774970Z LOG:Done writing bundle output +2026-08-04T18:02:40.1285030Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 9207ms +2026-08-04T18:02:40.1300450Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:02:40.1403630Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 9220ms +2026-08-04T18:02:40.1404380Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:02:40.1405140Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:02:40.1486670Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:02:40.1487330Z + [[ ! -n '' ]] +2026-08-04T18:02:40.1487520Z + [[ Release = *Debug* ]] +2026-08-04T18:02:40.1487690Z + [[ -n '' ]] +2026-08-04T18:02:40.1487840Z + case "$CONFIGURATION" in +2026-08-04T18:02:40.1488040Z + DEV=false +2026-08-04T18:02:40.1497140Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:02:40.1529120Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:02:40.1532110Z ++ pwd +2026-08-04T18:02:40.1532570Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:02:40.1533380Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:02:40.1534020Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:02:40.1534360Z + [[ -n '' ]] +2026-08-04T18:02:40.1534480Z + [[ -s index.ios.js ]] +2026-08-04T18:02:40.1534620Z + ENTRY_FILE=index.js +2026-08-04T18:02:40.1535250Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:02:40.1538690Z ++ '[' -z '' ']' +2026-08-04T18:02:40.1538910Z ++ export NODE_BINARY=node +2026-08-04T18:02:40.1539090Z ++ NODE_BINARY=node +2026-08-04T18:02:40.1539260Z ++ type node +2026-08-04T18:02:40.1540200Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:02:40.1540650Z + '[' -z '' ']' +2026-08-04T18:02:40.1541150Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:02:40.1542810Z + [[ '' != false ]] +2026-08-04T18:02:40.1543350Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:02:40.1543840Z + '[' -z '' ']' +2026-08-04T18:02:40.1543990Z + export NODE_ARGS= +2026-08-04T18:02:40.1544150Z + NODE_ARGS= +2026-08-04T18:02:40.1544280Z + '[' -z '' ']' +2026-08-04T18:02:40.1544810Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:02:40.1545310Z + '[' -z '' ']' +2026-08-04T18:02:40.1545500Z + BUNDLE_COMMAND=bundle +2026-08-04T18:02:40.1545720Z + '[' -z '' ']' +2026-08-04T18:02:40.1546350Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:02:40.1546960Z + [[ -z '' ]] +2026-08-04T18:02:40.1547090Z + CONFIG_ARG= +2026-08-04T18:02:40.1547200Z + [[ -z '' ]] +2026-08-04T18:02:40.1547310Z + BUNDLE_NAME=main +2026-08-04T18:02:40.1547800Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:02:40.1548320Z + EXTRA_ARGS=() +2026-08-04T18:02:40.1548450Z + case "$PLATFORM_NAME" in +2026-08-04T18:02:40.1548590Z + BUNDLE_PLATFORM=ios +2026-08-04T18:02:40.1548720Z + '[' '' = YES ']' +2026-08-04T18:02:40.1551210Z + EMIT_SOURCEMAP= +2026-08-04T18:02:40.1551500Z + [[ ! -z '' ]] +2026-08-04T18:02:40.1551680Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:02:40.1551890Z + [[ '' == true ]] +2026-08-04T18:02:40.1552050Z + [[ '' != false ]] +2026-08-04T18:02:40.1552180Z + [[ false == false ]] +2026-08-04T18:02:40.1552330Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:02:40.1552550Z + [[ -n '' ]] +2026-08-04T18:02:40.1552720Z + [[ -n '' ]] +2026-08-04T18:02:40.1552990Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:02:40.1555160Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:02:45.8192510Z + [[ '' == false ]] +2026-08-04T18:02:45.8192690Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:02:45.8192830Z + [[ false == true ]] +2026-08-04T18:02:45.8192960Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:02:45.8193090Z + [[ '' == true ]] +2026-08-04T18:02:45.8199300Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:02:45.8632180Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:02:45.8633100Z setTimeout(function () { +2026-08-04T18:02:45.8633430Z ^~~~~~~~~~ +2026-08-04T18:02:45.8634320Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:02:45.8635190Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:02:45.8635560Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:02:45.8636340Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:02:45.8637160Z cancelTimeout = clearTimeout; +2026-08-04T18:02:45.8637310Z ^~~~~~~~~~~~ +2026-08-04T18:02:45.8638200Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:02:45.8638990Z setImmediate(function () { +2026-08-04T18:02:45.8639160Z ^~~~~~~~~~~~ +2026-08-04T18:02:45.8639850Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:02:45.8640760Z new Blob(); +2026-08-04T18:02:45.8642320Z ^~~~ +2026-08-04T18:02:45.8643080Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:02:45.8643780Z var reader = new FileReader(); +2026-08-04T18:02:45.8643940Z ^~~~~~~~~~ +2026-08-04T18:02:45.8644560Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:02:45.8645270Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:02:45.8645530Z ^~~~~~~~ +2026-08-04T18:02:45.8646180Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:02:45.8648840Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:02:45.8649110Z ^~~~~~~~~~~~~~~ +2026-08-04T18:02:47.0821260Z + [[ '' == true ]] +2026-08-04T18:02:47.0822350Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:02:47.0825850Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6942ms +2026-08-04T18:02:47.0826430Z + [[ false != true ]] +2026-08-04T18:02:47.0826910Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6942ms +2026-08-04T18:02:47.0827700Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:02:47.0830590Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:02:47.4401930Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 357ms +2026-08-04T18:02:47.4995360Z [TIMING] ios uninstallApplication took 358ms +2026-08-04T18:02:47.5018440Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:02:47.9726650Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 532ms +2026-08-04T18:02:47.9832960Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:02:48.3197430Z com.testcodepush: 67208 +2026-08-04T18:02:48.3200490Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 347ms +2026-08-04T18:02:48.3201900Z [TIMING] ios installApp+launch took 879ms +2026-08-04T18:02:48.3202470Z [TIMING] ios runApplication total (built=true) took 8180ms +2026-08-04T18:02:48.5805560Z Update check called from the app. +2026-08-04T18:02:48.5808140Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"27f4432408988da800a55b072e90a2e42280989a5261b6e60b29c58a4c85e450","client_unique_id":"1AD72760-97A2-4FAE-B011-F5FBD5D1D3F9"} +2026-08-04T18:02:48.5809580Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8193","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:48.6066490Z Update check called from the app. +2026-08-04T18:02:48.6075650Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"27f4432408988da800a55b072e90a2e42280989a5261b6e60b29c58a4c85e450","client_unique_id":"1AD72760-97A2-4FAE-B011-F5FBD5D1D3F9"} +2026-08-04T18:02:48.6077910Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8193","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:48.6142460Z Application downloading the package. +2026-08-04T18:02:48.6319700Z Application reported a test message. +2026-08-04T18:02:48.6320310Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:02:48.6320570Z Sending OK +2026-08-04T18:02:48.6331290Z Message index: 0 +2026-08-04T18:02:48.6333230Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:02:48.9712360Z com.apple.Preferences: 43616 +2026-08-04T18:02:48.9714790Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 337ms +2026-08-04T18:02:48.9715430Z Waiting for 3000ms before resuming the test application. +2026-08-04T18:02:51.9770790Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:02:52.2048430Z com.testcodepush: 67208 +2026-08-04T18:02:52.2093290Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 229ms +2026-08-04T18:02:52.2093770Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:02:53.0964170Z com.apple.Preferences: 43616 +2026-08-04T18:02:53.1004420Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 886ms +2026-08-04T18:02:53.1006000Z Waiting for 6000ms before resuming the test application. +2026-08-04T18:02:59.0990280Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:02:59.3435070Z com.testcodepush: 67208 +2026-08-04T18:02:59.3440970Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 237ms +2026-08-04T18:02:59.4346490Z Application reported a test message. +2026-08-04T18:02:59.4384810Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:02:59.4385090Z Sending OK +2026-08-04T18:02:59.4385240Z Message index: 0 +2026-08-04T18:02:59.4385480Z Update check called from the app. +2026-08-04T18:02:59.4386050Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8193","label":"mock-update","client_unique_id":"1AD72760-97A2-4FAE-B011-F5FBD5D1D3F9"} +2026-08-04T18:02:59.4387060Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:59.4532130Z Update check called from the app. +2026-08-04T18:02:59.4537300Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-8193","label":"mock-update","client_unique_id":"1AD72760-97A2-4FAE-B011-F5FBD5D1D3F9"} +2026-08-04T18:02:59.4538370Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:02:59.4656900Z Application reported a test message. +2026-08-04T18:02:59.4657190Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:02:59.4657570Z Sending OK +2026-08-04T18:02:59.4666850Z Message index: 1 +2026-08-04T18:02:59.4667540Z [TIMING] test "min background duration 5s for Suspend mode" took 28586ms +2026-08-04T18:02:59.4668200Z ✔ min background duration 5s for Suspend mode (28586ms) +2026-08-04T18:02:59.4668500Z Cleaning up! +2026-08-04T18:02:59.4674120Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:02:59.6475900Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 180ms +2026-08-04T18:02:59.6486560Z [TIMING] ios prepareEmulatorForTest total took 180ms +2026-08-04T18:02:59.6487870Z Setting up scenario scenarioSyncRestartDelay.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:02:59.6591700Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:59.6658360Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:59.6659910Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncRestartDelay.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:59.6660900Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:02:59.6662380Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:03:00.4599670Z +2026-08-04T18:03:00.4607320Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:03:00.4609790Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:03:00.4711340Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:03:00.4752170Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:03:00.4752560Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:03:00.4752780Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:03:00.4753010Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:03:00.4753250Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:03:00.4753460Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:03:00.4753730Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:03:00.4754000Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:03:00.4754230Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:03:00.4754340Z +2026-08-04T18:03:00.4754360Z +2026-08-04T18:03:00.4754440Z Welcome to Metro v0.84.4 +2026-08-04T18:03:00.4754660Z Fast - Scalable - Integrated +2026-08-04T18:03:00.4754790Z +2026-08-04T18:03:00.4754790Z +2026-08-04T18:03:09.5713180Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:03:09.5750620Z LOG:Done writing bundle output +2026-08-04T18:03:09.6261240Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 9961ms +2026-08-04T18:03:09.6268030Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:03:09.6593620Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 9997ms +2026-08-04T18:03:09.6594920Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:03:09.6601400Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:03:09.6678170Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:03:09.6678850Z + [[ ! -n '' ]] +2026-08-04T18:03:09.6679030Z + [[ Release = *Debug* ]] +2026-08-04T18:03:09.6679180Z + [[ -n '' ]] +2026-08-04T18:03:09.6679310Z + case "$CONFIGURATION" in +2026-08-04T18:03:09.6679470Z + DEV=false +2026-08-04T18:03:09.6685380Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:03:09.6716970Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:03:09.6718060Z ++ pwd +2026-08-04T18:03:09.6719480Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:03:09.6720260Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:03:09.6720910Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:03:09.6721330Z + [[ -n '' ]] +2026-08-04T18:03:09.6721500Z + [[ -s index.ios.js ]] +2026-08-04T18:03:09.6721650Z + ENTRY_FILE=index.js +2026-08-04T18:03:09.6722080Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:03:09.6726530Z ++ '[' -z '' ']' +2026-08-04T18:03:09.6726840Z ++ export NODE_BINARY=node +2026-08-04T18:03:09.6727020Z ++ NODE_BINARY=node +2026-08-04T18:03:09.6727660Z ++ type node +2026-08-04T18:03:09.6728240Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:03:09.6728850Z + '[' -z '' ']' +2026-08-04T18:03:09.6729640Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:03:09.6730300Z + [[ '' != false ]] +2026-08-04T18:03:09.6736120Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:03:09.6736570Z + '[' -z '' ']' +2026-08-04T18:03:09.6736800Z + export NODE_ARGS= +2026-08-04T18:03:09.6736980Z + NODE_ARGS= +2026-08-04T18:03:09.6737130Z + '[' -z '' ']' +2026-08-04T18:03:09.6737610Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:03:09.6738180Z + '[' -z '' ']' +2026-08-04T18:03:09.6738310Z + BUNDLE_COMMAND=bundle +2026-08-04T18:03:09.6738450Z + '[' -z '' ']' +2026-08-04T18:03:09.6738920Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:03:09.6739520Z + [[ -z '' ]] +2026-08-04T18:03:09.6739770Z + CONFIG_ARG= +2026-08-04T18:03:09.6739920Z + [[ -z '' ]] +2026-08-04T18:03:09.6740080Z + BUNDLE_NAME=main +2026-08-04T18:03:09.6740700Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:03:09.6741210Z + EXTRA_ARGS=() +2026-08-04T18:03:09.6741340Z + case "$PLATFORM_NAME" in +2026-08-04T18:03:09.6741490Z + BUNDLE_PLATFORM=ios +2026-08-04T18:03:09.6741620Z + '[' '' = YES ']' +2026-08-04T18:03:09.6741750Z + EMIT_SOURCEMAP= +2026-08-04T18:03:09.6741870Z + [[ ! -z '' ]] +2026-08-04T18:03:09.6742220Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:03:09.6742380Z + [[ '' == true ]] +2026-08-04T18:03:09.6742500Z + [[ '' != false ]] +2026-08-04T18:03:09.6742640Z + [[ false == false ]] +2026-08-04T18:03:09.6742780Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:03:09.6742940Z + [[ -n '' ]] +2026-08-04T18:03:09.6743050Z + [[ -n '' ]] +2026-08-04T18:03:09.6743290Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:03:09.6745600Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:03:17.0928700Z + [[ '' == false ]] +2026-08-04T18:03:17.0929350Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:03:17.0930310Z + [[ false == true ]] +2026-08-04T18:03:17.0930500Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:03:17.0930660Z + [[ '' == true ]] +2026-08-04T18:03:17.0932840Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:03:17.1453420Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:03:17.1454500Z setTimeout(function () { +2026-08-04T18:03:17.1454710Z ^~~~~~~~~~ +2026-08-04T18:03:17.1455560Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:03:17.1456450Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:03:17.1456670Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:03:17.1457390Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:03:17.1458170Z cancelTimeout = clearTimeout; +2026-08-04T18:03:17.1458390Z ^~~~~~~~~~~~ +2026-08-04T18:03:17.1459060Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:03:17.1459760Z setImmediate(function () { +2026-08-04T18:03:17.1459910Z ^~~~~~~~~~~~ +2026-08-04T18:03:17.1460520Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:03:17.1461360Z new Blob(); +2026-08-04T18:03:17.1461540Z ^~~~ +2026-08-04T18:03:17.1462940Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:03:17.1463710Z var reader = new FileReader(); +2026-08-04T18:03:17.1463880Z ^~~~~~~~~~ +2026-08-04T18:03:17.1464520Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:03:17.1465440Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:03:17.1465790Z ^~~~~~~~ +2026-08-04T18:03:17.1466490Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:03:17.1467430Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:03:17.1468000Z ^~~~~~~~~~~~~~~ +2026-08-04T18:03:18.4459370Z + [[ '' == true ]] +2026-08-04T18:03:18.4460700Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:03:18.4461380Z + [[ false != true ]] +2026-08-04T18:03:18.4462220Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:03:18.4465780Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 8786ms +2026-08-04T18:03:18.4467670Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 8787ms +2026-08-04T18:03:18.4468670Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:03:18.7632160Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 316ms +2026-08-04T18:03:18.7734260Z [TIMING] ios uninstallApplication took 317ms +2026-08-04T18:03:18.7839620Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:03:19.3445340Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 581ms +2026-08-04T18:03:19.3545600Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:03:19.7281550Z com.testcodepush: 69810 +2026-08-04T18:03:19.7286100Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 384ms +2026-08-04T18:03:19.7287230Z [TIMING] ios installApp+launch took 965ms +2026-08-04T18:03:19.7287630Z [TIMING] ios runApplication total (built=true) took 10069ms +2026-08-04T18:03:20.0188150Z Update check called from the app. +2026-08-04T18:03:20.0189170Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7f6b4a6842c4e6dcc783bc0f7d66fe2f2808108e13ee92e0478dfa3c78bacdd6","client_unique_id":"EC1D0F5F-1F04-4E2B-8D3F-ADF8CD94C89F"} +2026-08-04T18:03:20.0194710Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2312","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:20.0474840Z Update check called from the app. +2026-08-04T18:03:20.0476920Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7f6b4a6842c4e6dcc783bc0f7d66fe2f2808108e13ee92e0478dfa3c78bacdd6","client_unique_id":"EC1D0F5F-1F04-4E2B-8D3F-ADF8CD94C89F"} +2026-08-04T18:03:20.0478500Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2312","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:20.0646960Z Application downloading the package. +2026-08-04T18:03:20.0812240Z Application reported a test message. +2026-08-04T18:03:20.0812710Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:03:20.0819110Z Sending OK +2026-08-04T18:03:20.0819280Z Message index: 0 +2026-08-04T18:03:20.0821030Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:03:20.3401670Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 257ms +2026-08-04T18:03:21.3427310Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:03:21.6903470Z com.testcodepush: 69822 +2026-08-04T18:03:21.6948530Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 348ms +2026-08-04T18:03:21.9987340Z Update check called from the app. +2026-08-04T18:03:21.9988090Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2312","label":"mock-update","client_unique_id":"EC1D0F5F-1F04-4E2B-8D3F-ADF8CD94C89F"} +2026-08-04T18:03:21.9989180Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:21.9989910Z Application reported a test message. +2026-08-04T18:03:21.9990120Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:03:21.9990320Z Sending OK +2026-08-04T18:03:21.9990440Z Message index: 0 +2026-08-04T18:03:22.0251550Z Update check called from the app. +2026-08-04T18:03:22.0252270Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2312","label":"mock-update","client_unique_id":"EC1D0F5F-1F04-4E2B-8D3F-ADF8CD94C89F"} +2026-08-04T18:03:22.0253740Z Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:22.0355540Z Application reported a test message. +2026-08-04T18:03:22.0355900Z Body: {"message":"SYNC_STATUS","args":[0]} +2026-08-04T18:03:22.0357440Z Sending OK +2026-08-04T18:03:22.0358090Z Message index: 1 +2026-08-04T18:03:22.0358760Z [TIMING] test "has no effect on restart" took 22388ms +2026-08-04T18:03:22.0359720Z ✔ has no effect on restart (22388ms) +2026-08-04T18:03:22.0371420Z Cleaning up! +2026-08-04T18:03:22.0375240Z #window.codePush.sync mandatory install mode tests +2026-08-04T18:03:22.0380450Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:03:22.2859180Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 248ms +2026-08-04T18:03:22.2885120Z [TIMING] ios prepareEmulatorForTest total took 248ms +2026-08-04T18:03:22.2885790Z Setting up scenario scenarioSyncMandatoryDefault.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:03:22.2937410Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:22.3005070Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:22.3061610Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryDefault.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:22.3066210Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:22.3068960Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T18:03:22.3079380Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:03:22.3081680Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:03:22.3084880Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:03:22.3091300Z replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:03:22.3110600Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:03:22.9774970Z +2026-08-04T18:03:22.9775480Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:03:22.9775750Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:03:22.9776060Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:03:22.9776320Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:03:22.9776530Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:03:22.9776750Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:03:22.9776960Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:03:22.9777180Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:03:22.9777450Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:03:22.9777670Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:03:22.9777880Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:03:22.9778070Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:03:22.9778210Z +2026-08-04T18:03:22.9778210Z +2026-08-04T18:03:22.9778630Z Welcome to Metro v0.84.4 +2026-08-04T18:03:22.9778900Z Fast - Scalable - Integrated +2026-08-04T18:03:22.9779080Z +2026-08-04T18:03:22.9779090Z +2026-08-04T18:03:31.2361720Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:03:31.2395350Z LOG:Done writing bundle output +2026-08-04T18:03:31.2937630Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8983ms +2026-08-04T18:03:31.2952430Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:03:31.3045660Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8995ms +2026-08-04T18:03:31.3046320Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:03:31.3047990Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:03:31.3315560Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:03:31.3316250Z + [[ ! -n '' ]] +2026-08-04T18:03:31.3316410Z + [[ Release = *Debug* ]] +2026-08-04T18:03:31.3316560Z + [[ -n '' ]] +2026-08-04T18:03:31.3316680Z + case "$CONFIGURATION" in +2026-08-04T18:03:31.3316830Z + DEV=false +2026-08-04T18:03:31.3326800Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:03:31.3497410Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:03:31.3497900Z ++ pwd +2026-08-04T18:03:31.3499000Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:03:31.3499740Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:03:31.3500270Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:03:31.3500720Z + [[ -n '' ]] +2026-08-04T18:03:31.3500870Z + [[ -s index.ios.js ]] +2026-08-04T18:03:31.3501020Z + ENTRY_FILE=index.js +2026-08-04T18:03:31.3501850Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:03:31.3649970Z ++ '[' -z '' ']' +2026-08-04T18:03:31.3697020Z ++ export NODE_BINARY=node +2026-08-04T18:03:31.3697290Z ++ NODE_BINARY=node +2026-08-04T18:03:31.3697430Z ++ type node +2026-08-04T18:03:31.3697920Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:03:31.3698400Z + '[' -z '' ']' +2026-08-04T18:03:31.3698960Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:03:31.3699550Z + [[ '' != false ]] +2026-08-04T18:03:31.3699930Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:03:31.3700330Z + '[' -z '' ']' +2026-08-04T18:03:31.3700460Z + export NODE_ARGS= +2026-08-04T18:03:31.3700590Z + NODE_ARGS= +2026-08-04T18:03:31.3700720Z + '[' -z '' ']' +2026-08-04T18:03:31.3701140Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:03:31.3701610Z + '[' -z '' ']' +2026-08-04T18:03:31.3701720Z + BUNDLE_COMMAND=bundle +2026-08-04T18:03:31.3701860Z + '[' -z '' ']' +2026-08-04T18:03:31.3702340Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:03:31.3702990Z + [[ -z '' ]] +2026-08-04T18:03:31.3703110Z + CONFIG_ARG= +2026-08-04T18:03:31.3703260Z + [[ -z '' ]] +2026-08-04T18:03:31.3703420Z + BUNDLE_NAME=main +2026-08-04T18:03:31.3705170Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:03:31.3705720Z + EXTRA_ARGS=() +2026-08-04T18:03:31.3705860Z + case "$PLATFORM_NAME" in +2026-08-04T18:03:31.3706030Z + BUNDLE_PLATFORM=ios +2026-08-04T18:03:31.3706210Z + '[' '' = YES ']' +2026-08-04T18:03:31.3706390Z + EMIT_SOURCEMAP= +2026-08-04T18:03:31.3706560Z + [[ ! -z '' ]] +2026-08-04T18:03:31.3706690Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:03:31.3706840Z + [[ '' == true ]] +2026-08-04T18:03:31.3706960Z + [[ '' != false ]] +2026-08-04T18:03:31.3707090Z + [[ false == false ]] +2026-08-04T18:03:31.3707230Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:03:31.3707400Z + [[ -n '' ]] +2026-08-04T18:03:31.3707510Z + [[ -n '' ]] +2026-08-04T18:03:31.3707760Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:03:31.3710290Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:03:37.3819750Z + [[ '' == false ]] +2026-08-04T18:03:37.3820050Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:03:37.3820220Z + [[ false == true ]] +2026-08-04T18:03:37.3820390Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:03:37.3820530Z + [[ '' == true ]] +2026-08-04T18:03:37.3822170Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:03:37.4227460Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:03:37.4228210Z setTimeout(function () { +2026-08-04T18:03:37.4228360Z ^~~~~~~~~~ +2026-08-04T18:03:37.4229100Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:03:37.4229820Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:03:37.4230020Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:03:37.4230670Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:03:37.4231390Z cancelTimeout = clearTimeout; +2026-08-04T18:03:37.4231580Z ^~~~~~~~~~~~ +2026-08-04T18:03:37.4232260Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:03:37.4240780Z setImmediate(function () { +2026-08-04T18:03:37.4240990Z ^~~~~~~~~~~~ +2026-08-04T18:03:37.4241660Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:03:37.4242320Z new Blob(); +2026-08-04T18:03:37.4242460Z ^~~~ +2026-08-04T18:03:37.4243120Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:03:37.4243830Z var reader = new FileReader(); +2026-08-04T18:03:37.4244030Z ^~~~~~~~~~ +2026-08-04T18:03:37.4244700Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:03:37.4245480Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:03:37.4245780Z ^~~~~~~~ +2026-08-04T18:03:37.4250320Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:03:37.4251160Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:03:37.4251490Z ^~~~~~~~~~~~~~~ +2026-08-04T18:03:38.5668220Z + [[ '' == true ]] +2026-08-04T18:03:38.5669060Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:03:38.5669790Z + [[ false != true ]] +2026-08-04T18:03:38.5670400Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:03:38.5674310Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7263ms +2026-08-04T18:03:38.5675230Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7263ms +2026-08-04T18:03:38.5676220Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:03:38.8586020Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 290ms +2026-08-04T18:03:38.8688940Z [TIMING] ios uninstallApplication took 290ms +2026-08-04T18:03:38.8789750Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:03:39.3862430Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 527ms +2026-08-04T18:03:39.3963860Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:03:39.7336640Z com.testcodepush: 70977 +2026-08-04T18:03:39.7339910Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 348ms +2026-08-04T18:03:39.7340730Z [TIMING] ios installApp+launch took 876ms +2026-08-04T18:03:39.7341660Z [TIMING] ios runApplication total (built=true) took 8429ms +2026-08-04T18:03:39.9645140Z Update check called from the app. +2026-08-04T18:03:39.9648050Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"5f5d35cceaa2d6b6d9fc699884b9d5b11100f3131dd3a01d1f94c67ab2c35792","client_unique_id":"0014824B-71EE-4118-9DE4-3E84DEEAA176"} +2026-08-04T18:03:39.9649510Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-7648","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:39.9855860Z Update check called from the app. +2026-08-04T18:03:39.9856930Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"5f5d35cceaa2d6b6d9fc699884b9d5b11100f3131dd3a01d1f94c67ab2c35792","client_unique_id":"0014824B-71EE-4118-9DE4-3E84DEEAA176"} +2026-08-04T18:03:39.9858560Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-7648","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:39.9972660Z Application downloading the package. +2026-08-04T18:03:40.1285350Z Application reported a test message. +2026-08-04T18:03:40.1285940Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:03:40.1286220Z Sending OK +2026-08-04T18:03:40.1286460Z Message index: 0 +2026-08-04T18:03:40.1286780Z [TIMING] test "defaults to IMMEDIATE" took 17842ms +2026-08-04T18:03:40.1287930Z ✔ defaults to IMMEDIATE (17843ms) +2026-08-04T18:03:40.1288610Z Cleaning up! +2026-08-04T18:03:40.1289290Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:03:40.3263150Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 198ms +2026-08-04T18:03:40.3263550Z [TIMING] ios prepareEmulatorForTest total took 198ms +2026-08-04T18:03:40.3264870Z Setting up scenario scenarioSyncMandatoryResume.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:03:40.3336600Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:40.3404790Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:40.3465940Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryResume.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:40.3588090Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:03:40.3655290Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:03:40.9672110Z +2026-08-04T18:03:40.9672600Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:03:40.9672900Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:03:40.9673170Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:03:40.9673440Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:03:40.9673680Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:03:40.9673980Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:03:40.9674180Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:03:40.9674420Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:03:40.9674650Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:03:40.9674850Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:03:40.9675070Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:03:40.9675260Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:03:40.9675370Z +2026-08-04T18:03:40.9675370Z +2026-08-04T18:03:40.9676290Z Welcome to Metro v0.84.4 +2026-08-04T18:03:40.9676540Z Fast - Scalable - Integrated +2026-08-04T18:03:40.9676700Z +2026-08-04T18:03:40.9676700Z +2026-08-04T18:03:47.4539260Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:03:47.4568110Z LOG:Done writing bundle output +2026-08-04T18:03:47.5066190Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7139ms +2026-08-04T18:03:47.5067100Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:03:47.5231820Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7164ms +2026-08-04T18:03:47.5232870Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:03:47.5235860Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:03:47.5304890Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:03:47.5305480Z + [[ ! -n '' ]] +2026-08-04T18:03:47.5305610Z + [[ Release = *Debug* ]] +2026-08-04T18:03:47.5305760Z + [[ -n '' ]] +2026-08-04T18:03:47.5305940Z + case "$CONFIGURATION" in +2026-08-04T18:03:47.5306160Z + DEV=false +2026-08-04T18:03:47.5313480Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:03:47.5340230Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:03:47.5340790Z ++ pwd +2026-08-04T18:03:47.5341680Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:03:47.5342440Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:03:47.5343100Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:03:47.5343480Z + [[ -n '' ]] +2026-08-04T18:03:47.5343630Z + [[ -s index.ios.js ]] +2026-08-04T18:03:47.5343820Z + ENTRY_FILE=index.js +2026-08-04T18:03:47.5344250Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:03:47.5349120Z ++ '[' -z '' ']' +2026-08-04T18:03:47.5349330Z ++ export NODE_BINARY=node +2026-08-04T18:03:47.5349520Z ++ NODE_BINARY=node +2026-08-04T18:03:47.5349680Z ++ type node +2026-08-04T18:03:47.5350440Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:03:47.5350960Z + '[' -z '' ']' +2026-08-04T18:03:47.5351490Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:03:47.5351960Z + [[ '' != false ]] +2026-08-04T18:03:47.5352320Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:03:47.5352790Z + '[' -z '' ']' +2026-08-04T18:03:47.5352940Z + export NODE_ARGS= +2026-08-04T18:03:47.5353080Z + NODE_ARGS= +2026-08-04T18:03:47.5353190Z + '[' -z '' ']' +2026-08-04T18:03:47.5353570Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:03:47.5354060Z + '[' -z '' ']' +2026-08-04T18:03:47.5354190Z + BUNDLE_COMMAND=bundle +2026-08-04T18:03:47.5354320Z + '[' -z '' ']' +2026-08-04T18:03:47.5354790Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:03:47.5355480Z + [[ -z '' ]] +2026-08-04T18:03:47.5355590Z + CONFIG_ARG= +2026-08-04T18:03:47.5355710Z + [[ -z '' ]] +2026-08-04T18:03:47.5355820Z + BUNDLE_NAME=main +2026-08-04T18:03:47.5356560Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:03:47.5357160Z + EXTRA_ARGS=() +2026-08-04T18:03:47.5357310Z + case "$PLATFORM_NAME" in +2026-08-04T18:03:47.5357450Z + BUNDLE_PLATFORM=ios +2026-08-04T18:03:47.5357580Z + '[' '' = YES ']' +2026-08-04T18:03:47.5357690Z + EMIT_SOURCEMAP= +2026-08-04T18:03:47.5357810Z + [[ ! -z '' ]] +2026-08-04T18:03:47.5357950Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:03:47.5358080Z + [[ '' == true ]] +2026-08-04T18:03:47.5358190Z + [[ '' != false ]] +2026-08-04T18:03:47.5358310Z + [[ false == false ]] +2026-08-04T18:03:47.5358440Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:03:47.5358590Z + [[ -n '' ]] +2026-08-04T18:03:47.5358700Z + [[ -n '' ]] +2026-08-04T18:03:47.5358920Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:03:47.5360950Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:03:52.8403180Z + [[ '' == false ]] +2026-08-04T18:03:52.8403560Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:03:52.8403750Z + [[ false == true ]] +2026-08-04T18:03:52.8404710Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:03:52.8405120Z + [[ '' == true ]] +2026-08-04T18:03:52.8865710Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:03:52.8867720Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:03:52.8868410Z setTimeout(function () { +2026-08-04T18:03:52.8868540Z ^~~~~~~~~~ +2026-08-04T18:03:52.8869160Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:03:52.8869850Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:03:52.8870070Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:03:52.8870730Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:03:52.8871370Z cancelTimeout = clearTimeout; +2026-08-04T18:03:52.8871520Z ^~~~~~~~~~~~ +2026-08-04T18:03:52.8876030Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:03:52.8876830Z setImmediate(function () { +2026-08-04T18:03:52.8876980Z ^~~~~~~~~~~~ +2026-08-04T18:03:52.8879700Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:03:52.8880400Z new Blob(); +2026-08-04T18:03:52.8880520Z ^~~~ +2026-08-04T18:03:52.8881160Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:03:52.8881840Z var reader = new FileReader(); +2026-08-04T18:03:52.8882000Z ^~~~~~~~~~ +2026-08-04T18:03:52.8882610Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:03:52.8883310Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:03:52.8883570Z ^~~~~~~~ +2026-08-04T18:03:52.8886180Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:03:52.8886940Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:03:52.8887210Z ^~~~~~~~~~~~~~~ +2026-08-04T18:03:54.0533370Z + [[ '' == true ]] +2026-08-04T18:03:54.0534310Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:03:54.0534910Z + [[ false != true ]] +2026-08-04T18:03:54.0535590Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:03:54.0536530Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6530ms +2026-08-04T18:03:54.0537170Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6530ms +2026-08-04T18:03:54.0537690Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:03:54.3059160Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 252ms +2026-08-04T18:03:54.3548810Z [TIMING] ios uninstallApplication took 252ms +2026-08-04T18:03:54.3650910Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:03:54.8027650Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 496ms +2026-08-04T18:03:54.8234790Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:03:55.1428050Z com.testcodepush: 72271 +2026-08-04T18:03:55.1530910Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +2026-08-04T18:03:55.1567740Z [TIMING] ios installApp+launch took 837ms +2026-08-04T18:03:55.1572130Z [TIMING] ios runApplication total (built=true) took 7619ms +2026-08-04T18:03:55.3982720Z Update check called from the app. +2026-08-04T18:03:55.3998620Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"802a15b1ff9fe05808bfd391ee34d8375fb936ad8c1d385fd67c5cb9647d105f","client_unique_id":"C940CE03-C2AE-4EED-B548-733BFEAE73C2"} +2026-08-04T18:03:55.4083840Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-5506","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:55.4200870Z Update check called from the app. +2026-08-04T18:03:55.4202260Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"802a15b1ff9fe05808bfd391ee34d8375fb936ad8c1d385fd67c5cb9647d105f","client_unique_id":"C940CE03-C2AE-4EED-B548-733BFEAE73C2"} +2026-08-04T18:03:55.4204130Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-5506","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:03:55.4322480Z Application downloading the package. +2026-08-04T18:03:55.4498200Z Application reported a test message. +2026-08-04T18:03:55.4498850Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:03:55.4506990Z Sending OK +2026-08-04T18:03:55.4513460Z Message index: 0 +2026-08-04T18:03:55.4514080Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:03:55.8015150Z com.apple.Preferences: 43616 +2026-08-04T18:03:55.8020350Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 351ms +2026-08-04T18:03:55.8021060Z Waiting for 5000ms before resuming the test application. +2026-08-04T18:04:00.8049200Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:04:01.0462020Z com.testcodepush: 72271 +2026-08-04T18:04:01.0462290Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 241ms +2026-08-04T18:04:01.1246730Z Application reported a test message. +2026-08-04T18:04:01.1247090Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:04:01.1247340Z Sending OK +2026-08-04T18:04:01.1247480Z Message index: 0 +2026-08-04T18:04:01.1247860Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Resume" took 20798ms +2026-08-04T18:04:01.1254900Z ✔ works correctly when update is mandatory and mandatory install mode is Resume (20798ms) +2026-08-04T18:04:01.1255560Z Cleaning up! +2026-08-04T18:04:01.1261010Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:04:01.2994970Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 174ms +2026-08-04T18:04:01.3040420Z [TIMING] ios prepareEmulatorForTest total took 174ms +2026-08-04T18:04:01.3040930Z Setting up scenario scenarioSyncMandatorySuspend.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:04:01.3062490Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:01.3066290Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:01.3068770Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatorySuspend.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:01.3070940Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:01.3094140Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:04:01.9567820Z +2026-08-04T18:04:01.9568470Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:01.9568820Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:04:01.9569030Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:04:01.9569250Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:04:01.9575140Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:04:01.9575400Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:04:01.9575620Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:04:01.9575810Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:04:01.9576010Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:04:01.9576210Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:04:01.9576400Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:04:01.9576580Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:01.9576690Z +2026-08-04T18:04:01.9576690Z +2026-08-04T18:04:01.9576760Z Welcome to Metro v0.84.4 +2026-08-04T18:04:01.9576960Z Fast - Scalable - Integrated +2026-08-04T18:04:01.9577090Z +2026-08-04T18:04:01.9577090Z +2026-08-04T18:04:08.3855140Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:04:08.3902460Z LOG:Done writing bundle output +2026-08-04T18:04:08.4377060Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7128ms +2026-08-04T18:04:08.4380770Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:04:08.4488740Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7140ms +2026-08-04T18:04:08.4489390Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:04:08.4492840Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:04:08.4566750Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:04:08.4567850Z + [[ ! -n '' ]] +2026-08-04T18:04:08.4568020Z + [[ Release = *Debug* ]] +2026-08-04T18:04:08.4568320Z + [[ -n '' ]] +2026-08-04T18:04:08.4568510Z + case "$CONFIGURATION" in +2026-08-04T18:04:08.4568700Z + DEV=false +2026-08-04T18:04:08.4586290Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:04:08.4661540Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:04:08.4714420Z ++ pwd +2026-08-04T18:04:08.4715820Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:04:08.4716490Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:08.4717010Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:08.4717370Z + [[ -n '' ]] +2026-08-04T18:04:08.4717530Z + [[ -s index.ios.js ]] +2026-08-04T18:04:08.4717710Z + ENTRY_FILE=index.js +2026-08-04T18:04:08.4718150Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:04:08.4718650Z ++ '[' -z '' ']' +2026-08-04T18:04:08.4718780Z ++ export NODE_BINARY=node +2026-08-04T18:04:08.4718920Z ++ NODE_BINARY=node +2026-08-04T18:04:08.4719040Z ++ type node +2026-08-04T18:04:08.4719420Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:04:08.4719820Z + '[' -z '' ']' +2026-08-04T18:04:08.4720220Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:04:08.4720670Z + [[ '' != false ]] +2026-08-04T18:04:08.4723220Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:04:08.4723730Z + '[' -z '' ']' +2026-08-04T18:04:08.4723860Z + export NODE_ARGS= +2026-08-04T18:04:08.4724110Z + NODE_ARGS= +2026-08-04T18:04:08.4724260Z + '[' -z '' ']' +2026-08-04T18:04:08.4724740Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:04:08.4725210Z + '[' -z '' ']' +2026-08-04T18:04:08.4725330Z + BUNDLE_COMMAND=bundle +2026-08-04T18:04:08.4725460Z + '[' -z '' ']' +2026-08-04T18:04:08.4725930Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:04:08.4726430Z + [[ -z '' ]] +2026-08-04T18:04:08.4726550Z + CONFIG_ARG= +2026-08-04T18:04:08.4726650Z + [[ -z '' ]] +2026-08-04T18:04:08.4726760Z + BUNDLE_NAME=main +2026-08-04T18:04:08.4727220Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:04:08.4727890Z + EXTRA_ARGS=() +2026-08-04T18:04:08.4728020Z + case "$PLATFORM_NAME" in +2026-08-04T18:04:08.4728160Z + BUNDLE_PLATFORM=ios +2026-08-04T18:04:08.4728280Z + '[' '' = YES ']' +2026-08-04T18:04:08.4728400Z + EMIT_SOURCEMAP= +2026-08-04T18:04:08.4728510Z + [[ ! -z '' ]] +2026-08-04T18:04:08.4728630Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:04:08.4728770Z + [[ '' == true ]] +2026-08-04T18:04:08.4728880Z + [[ '' != false ]] +2026-08-04T18:04:08.4729000Z + [[ false == false ]] +2026-08-04T18:04:08.4729140Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:04:08.4729300Z + [[ -n '' ]] +2026-08-04T18:04:08.4729420Z + [[ -n '' ]] +2026-08-04T18:04:08.4729640Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:04:08.4731650Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:04:14.1404650Z + [[ '' == false ]] +2026-08-04T18:04:14.1410460Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:04:14.1414990Z + [[ false == true ]] +2026-08-04T18:04:14.1415200Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:04:14.1415380Z + [[ '' == true ]] +2026-08-04T18:04:14.1417100Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:04:14.1921580Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:04:14.1922560Z setTimeout(function () { +2026-08-04T18:04:14.1922770Z ^~~~~~~~~~ +2026-08-04T18:04:14.1927790Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:04:14.1928780Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:04:14.1929030Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:04:14.1929740Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:04:14.1930410Z cancelTimeout = clearTimeout; +2026-08-04T18:04:14.1930560Z ^~~~~~~~~~~~ +2026-08-04T18:04:14.1931200Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:04:14.1931860Z setImmediate(function () { +2026-08-04T18:04:14.1932000Z ^~~~~~~~~~~~ +2026-08-04T18:04:14.1932600Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:04:14.1934940Z new Blob(); +2026-08-04T18:04:14.1935050Z ^~~~ +2026-08-04T18:04:14.1935670Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:04:14.1936340Z var reader = new FileReader(); +2026-08-04T18:04:14.1936500Z ^~~~~~~~~~ +2026-08-04T18:04:14.1937100Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:04:14.1937810Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:04:14.1938070Z ^~~~~~~~ +2026-08-04T18:04:14.1938700Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:04:14.1939440Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:04:14.1939800Z ^~~~~~~~~~~~~~~ +2026-08-04T18:04:15.4400910Z + [[ '' == true ]] +2026-08-04T18:04:15.4401640Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:04:15.4402270Z + [[ false != true ]] +2026-08-04T18:04:15.4402810Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:04:15.4403820Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6991ms +2026-08-04T18:04:15.4404510Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6992ms +2026-08-04T18:04:15.4404930Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:04:15.7824120Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 342ms +2026-08-04T18:04:15.7848820Z [TIMING] ios uninstallApplication took 342ms +2026-08-04T18:04:15.7850680Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:04:16.2849870Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 499ms +2026-08-04T18:04:16.2850420Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:04:16.6515210Z com.testcodepush: 74136 +2026-08-04T18:04:16.6517060Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 370ms +2026-08-04T18:04:16.6517460Z [TIMING] ios installApp+launch took 869ms +2026-08-04T18:04:16.6517760Z [TIMING] ios runApplication total (built=true) took 8203ms +2026-08-04T18:04:16.9264390Z Update check called from the app. +2026-08-04T18:04:16.9265400Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"E01C9993-A1E3-418D-B2EC-469251C1DDF7"} +2026-08-04T18:04:16.9270300Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-9210","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:04:16.9556630Z Update check called from the app. +2026-08-04T18:04:16.9561110Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"E01C9993-A1E3-418D-B2EC-469251C1DDF7"} +2026-08-04T18:04:16.9563170Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-9210","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:04:16.9689390Z Application downloading the package. +2026-08-04T18:04:17.0030430Z Application reported a test message. +2026-08-04T18:04:17.0042840Z Body: {"message":"SYNC_STATUS","args":[1]} +2026-08-04T18:04:17.0043570Z Sending OK +2026-08-04T18:04:17.0043870Z Message index: 0 +2026-08-04T18:04:17.0044280Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:04:17.4569260Z Application reported a test message. +2026-08-04T18:04:17.4670390Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:04:17.4754430Z Sending OK +2026-08-04T18:04:17.4774180Z Message index: 0 +2026-08-04T18:04:17.4775170Z [TIMING] test "works correctly when update is mandatory and mandatory install mode is Suspend" took 16157ms +2026-08-04T18:04:17.4776020Z ✔ works correctly when update is mandatory and mandatory install mode is Suspend (16157ms) +2026-08-04T18:04:17.4776650Z Cleaning up! +2026-08-04T18:04:17.4777010Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:04:17.4777720Z com.apple.Preferences: 43616 +2026-08-04T18:04:17.4778320Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 456ms +2026-08-04T18:04:17.4779370Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:04:17.6811060Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 223ms +2026-08-04T18:04:17.6811450Z [TIMING] ios prepareEmulatorForTest total took 224ms +2026-08-04T18:04:17.6814810Z Setting up scenario scenarioSyncMandatoryRestart.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:04:17.6877700Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:17.7123700Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:17.7239380Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryRestart.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:17.7276110Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:17.7283860Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:04:18.4628330Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:04:18.5876390Z +2026-08-04T18:04:18.5878930Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:18.5881540Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:04:18.5886310Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:04:18.5887360Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:04:18.5888950Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:04:18.5894710Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:04:18.5896340Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:04:18.5898850Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:04:18.5901840Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:04:18.5904770Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:04:18.5909700Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:04:18.5913240Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:18.5917930Z +2026-08-04T18:04:18.5935520Z +2026-08-04T18:04:18.5938000Z Welcome to Metro v0.84.4 +2026-08-04T18:04:18.5939050Z Fast - Scalable - Integrated +2026-08-04T18:04:18.5939930Z +2026-08-04T18:04:18.5940580Z +2026-08-04T18:04:18.8524200Z com.testcodepush: 74457 +2026-08-04T18:04:18.8529990Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 390ms +2026-08-04T18:04:19.0703920Z Update check called from the app. +2026-08-04T18:04:19.0707860Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"E01C9993-A1E3-418D-B2EC-469251C1DDF7"} +2026-08-04T18:04:19.0710760Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2244","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:04:19.0952710Z Update check called from the app. +2026-08-04T18:04:19.1002510Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"37b3fa649fd58901c02a54db4f366584a73c74b6b2b56e248940404320865d60","client_unique_id":"E01C9993-A1E3-418D-B2EC-469251C1DDF7"} +2026-08-04T18:04:19.1004030Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2244","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:04:19.1137010Z Application downloading the package. +2026-08-04T18:04:19.2260450Z Application reported a test message. +2026-08-04T18:04:19.2260790Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:04:19.2261650Z Sending OK +2026-08-04T18:04:26.4596430Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:04:26.4636210Z LOG:Done writing bundle output +2026-08-04T18:04:26.5147860Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 8786ms +2026-08-04T18:04:26.5159740Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:04:26.5252530Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 8797ms +2026-08-04T18:04:26.5253300Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:04:26.5254120Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:04:26.5327480Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:04:26.5328160Z + [[ ! -n '' ]] +2026-08-04T18:04:26.5328340Z + [[ Release = *Debug* ]] +2026-08-04T18:04:26.5328520Z + [[ -n '' ]] +2026-08-04T18:04:26.5328710Z + case "$CONFIGURATION" in +2026-08-04T18:04:26.5328880Z + DEV=false +2026-08-04T18:04:26.5340690Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:04:26.5375050Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:04:26.5378230Z ++ pwd +2026-08-04T18:04:26.5378620Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:04:26.5379360Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:26.5379880Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:26.5380200Z + [[ -n '' ]] +2026-08-04T18:04:26.5380330Z + [[ -s index.ios.js ]] +2026-08-04T18:04:26.5380470Z + ENTRY_FILE=index.js +2026-08-04T18:04:26.5380880Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:04:26.5384090Z ++ '[' -z '' ']' +2026-08-04T18:04:26.5384340Z ++ export NODE_BINARY=node +2026-08-04T18:04:26.5384500Z ++ NODE_BINARY=node +2026-08-04T18:04:26.5384650Z ++ type node +2026-08-04T18:04:26.5385330Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:04:26.5385830Z + '[' -z '' ']' +2026-08-04T18:04:26.5386400Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:04:26.5387130Z + [[ '' != false ]] +2026-08-04T18:04:26.5387550Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:04:26.5388050Z + '[' -z '' ']' +2026-08-04T18:04:26.5388210Z + export NODE_ARGS= +2026-08-04T18:04:26.5388370Z + NODE_ARGS= +2026-08-04T18:04:26.5388520Z + '[' -z '' ']' +2026-08-04T18:04:26.5389020Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:04:26.5389590Z + '[' -z '' ']' +2026-08-04T18:04:26.5389740Z + BUNDLE_COMMAND=bundle +2026-08-04T18:04:26.5389930Z + '[' -z '' ']' +2026-08-04T18:04:26.5390450Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:04:26.5391090Z + [[ -z '' ]] +2026-08-04T18:04:26.5391270Z + CONFIG_ARG= +2026-08-04T18:04:26.5396430Z + [[ -z '' ]] +2026-08-04T18:04:26.5396610Z + BUNDLE_NAME=main +2026-08-04T18:04:26.5397160Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:04:26.5397680Z + EXTRA_ARGS=() +2026-08-04T18:04:26.5397840Z + case "$PLATFORM_NAME" in +2026-08-04T18:04:26.5398020Z + BUNDLE_PLATFORM=ios +2026-08-04T18:04:26.5398200Z + '[' '' = YES ']' +2026-08-04T18:04:26.5398530Z + EMIT_SOURCEMAP= +2026-08-04T18:04:26.5398660Z + [[ ! -z '' ]] +2026-08-04T18:04:26.5398790Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:04:26.5398930Z + [[ '' == true ]] +2026-08-04T18:04:26.5399050Z + [[ '' != false ]] +2026-08-04T18:04:26.5399180Z + [[ false == false ]] +2026-08-04T18:04:26.5399320Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:04:26.5399480Z + [[ -n '' ]] +2026-08-04T18:04:26.5399590Z + [[ -n '' ]] +2026-08-04T18:04:26.5399820Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:04:26.5401960Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:04:32.1400360Z + [[ '' == false ]] +2026-08-04T18:04:32.1400620Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:04:32.1400800Z + [[ false == true ]] +2026-08-04T18:04:32.1400990Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:04:32.1401150Z + [[ '' == true ]] +2026-08-04T18:04:32.1402580Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:04:32.1831430Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:04:32.1832240Z setTimeout(function () { +2026-08-04T18:04:32.1832410Z ^~~~~~~~~~ +2026-08-04T18:04:32.1833210Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:04:32.1834070Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:04:32.1834280Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:04:32.1835000Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:04:32.1835660Z cancelTimeout = clearTimeout; +2026-08-04T18:04:32.1835810Z ^~~~~~~~~~~~ +2026-08-04T18:04:32.1836520Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:04:32.1837180Z setImmediate(function () { +2026-08-04T18:04:32.1837320Z ^~~~~~~~~~~~ +2026-08-04T18:04:32.1837890Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:04:32.1838550Z new Blob(); +2026-08-04T18:04:32.1838670Z ^~~~ +2026-08-04T18:04:32.1843600Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:04:32.1844410Z var reader = new FileReader(); +2026-08-04T18:04:32.1844570Z ^~~~~~~~~~ +2026-08-04T18:04:32.1845190Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:04:32.1845900Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:04:32.1846150Z ^~~~~~~~ +2026-08-04T18:04:32.1846800Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:04:32.1847710Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:04:32.1847980Z ^~~~~~~~~~~~~~~ +2026-08-04T18:04:33.3647180Z + [[ '' == true ]] +2026-08-04T18:04:33.3647870Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:04:33.3648580Z + [[ false != true ]] +2026-08-04T18:04:33.3649230Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:04:33.3650000Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6839ms +2026-08-04T18:04:33.3650550Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6840ms +2026-08-04T18:04:33.3650980Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:04:33.7287290Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 364ms +2026-08-04T18:04:33.7388530Z [TIMING] ios uninstallApplication took 364ms +2026-08-04T18:04:33.7490200Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:04:34.2029070Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 474ms +2026-08-04T18:04:34.2355960Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:04:34.5666160Z com.testcodepush: 75709 +2026-08-04T18:04:34.5666560Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 364ms +2026-08-04T18:04:34.5669380Z [TIMING] ios installApp+launch took 838ms +2026-08-04T18:04:34.5669730Z [TIMING] ios runApplication total (built=true) took 8042ms +2026-08-04T18:04:34.8127190Z Update check called from the app. +2026-08-04T18:04:34.8143470Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"e305ac733519cf3fd751afc08e2c601df9319e42723e313e1ff2d70815f4f861","client_unique_id":"CBA73CA3-1DF6-4953-8D66-A0BD4B007634"} +2026-08-04T18:04:34.8145980Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2244","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:04:34.8342740Z Update check called from the app. +2026-08-04T18:04:34.8344380Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"e305ac733519cf3fd751afc08e2c601df9319e42723e313e1ff2d70815f4f861","client_unique_id":"CBA73CA3-1DF6-4953-8D66-A0BD4B007634"} +2026-08-04T18:04:34.8346400Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2244","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:04:34.8494410Z Application downloading the package. +2026-08-04T18:04:34.9629340Z Application reported a test message. +2026-08-04T18:04:34.9629880Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:04:34.9630310Z Sending OK +2026-08-04T18:04:34.9630600Z Message index: 0 +2026-08-04T18:04:34.9630930Z [TIMING] test "has no effect on updates that are not mandatory" took 17281ms +2026-08-04T18:04:34.9632080Z ✔ has no effect on updates that are not mandatory (17281ms) +2026-08-04T18:04:34.9632450Z Cleaning up! +2026-08-04T18:04:34.9633230Z #codePush.disallowRestart +2026-08-04T18:04:34.9636530Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:04:35.1858390Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 222ms +2026-08-04T18:04:35.1863560Z [TIMING] ios prepareEmulatorForTest total took 222ms +2026-08-04T18:04:35.1895630Z Setting up scenario scenarioDisallowRestartImmediate.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:04:35.1946160Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:35.2009440Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:35.2067290Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartImmediate.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:35.2148340Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:35.2149790Z Setting up scenario updateNotifyApplicationReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T18:04:35.2213580Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:35.2261430Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:35.2265550Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:35.2267910Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:35.2278130Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:04:35.8643480Z +2026-08-04T18:04:35.8644020Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:35.8644340Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:04:35.8644560Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:04:35.8644770Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:04:35.8644970Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:04:35.8645160Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:04:35.8645800Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:04:35.8646090Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:04:35.8646480Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:04:35.8646680Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:04:35.8646870Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:04:35.8647050Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:35.8647150Z +2026-08-04T18:04:35.8647160Z +2026-08-04T18:04:35.8647220Z Welcome to Metro v0.84.4 +2026-08-04T18:04:35.8647410Z Fast - Scalable - Integrated +2026-08-04T18:04:35.8647540Z +2026-08-04T18:04:35.8647540Z +2026-08-04T18:04:41.9725590Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:04:41.9752710Z LOG:Done writing bundle output +2026-08-04T18:04:42.0232400Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6796ms +2026-08-04T18:04:42.0233290Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:04:42.0329270Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6806ms +2026-08-04T18:04:42.0330020Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:04:42.0332130Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:04:42.0396150Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:04:42.0396750Z + [[ ! -n '' ]] +2026-08-04T18:04:42.0396880Z + [[ Release = *Debug* ]] +2026-08-04T18:04:42.0397020Z + [[ -n '' ]] +2026-08-04T18:04:42.0397140Z + case "$CONFIGURATION" in +2026-08-04T18:04:42.0397300Z + DEV=false +2026-08-04T18:04:42.0403940Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:04:42.0431100Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:04:42.0431570Z ++ pwd +2026-08-04T18:04:42.0432690Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:04:42.0433390Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:42.0434000Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:42.0434380Z + [[ -n '' ]] +2026-08-04T18:04:42.0434530Z + [[ -s index.ios.js ]] +2026-08-04T18:04:42.0436590Z + ENTRY_FILE=index.js +2026-08-04T18:04:42.0437190Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:04:42.0438980Z ++ '[' -z '' ']' +2026-08-04T18:04:42.0439290Z ++ export NODE_BINARY=node +2026-08-04T18:04:42.0439450Z ++ NODE_BINARY=node +2026-08-04T18:04:42.0439580Z ++ type node +2026-08-04T18:04:42.0440530Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:04:42.0441100Z + '[' -z '' ']' +2026-08-04T18:04:42.0441570Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:04:42.0442090Z + [[ '' != false ]] +2026-08-04T18:04:42.0442460Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:04:42.0442910Z + '[' -z '' ']' +2026-08-04T18:04:42.0443070Z + export NODE_ARGS= +2026-08-04T18:04:42.0443210Z + NODE_ARGS= +2026-08-04T18:04:42.0445040Z + '[' -z '' ']' +2026-08-04T18:04:42.0450650Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:04:42.0451260Z + '[' -z '' ']' +2026-08-04T18:04:42.0451390Z + BUNDLE_COMMAND=bundle +2026-08-04T18:04:42.0451550Z + '[' -z '' ']' +2026-08-04T18:04:42.0452140Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:04:42.0452660Z + [[ -z '' ]] +2026-08-04T18:04:42.0452770Z + CONFIG_ARG= +2026-08-04T18:04:42.0452880Z + [[ -z '' ]] +2026-08-04T18:04:42.0453000Z + BUNDLE_NAME=main +2026-08-04T18:04:42.0453460Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:04:42.0453970Z + EXTRA_ARGS=() +2026-08-04T18:04:42.0454090Z + case "$PLATFORM_NAME" in +2026-08-04T18:04:42.0454250Z + BUNDLE_PLATFORM=ios +2026-08-04T18:04:42.0454380Z + '[' '' = YES ']' +2026-08-04T18:04:42.0454520Z + EMIT_SOURCEMAP= +2026-08-04T18:04:42.0454640Z + [[ ! -z '' ]] +2026-08-04T18:04:42.0454770Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:04:42.0454910Z + [[ '' == true ]] +2026-08-04T18:04:42.0455030Z + [[ '' != false ]] +2026-08-04T18:04:42.0455150Z + [[ false == false ]] +2026-08-04T18:04:42.0455290Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:04:42.0455440Z + [[ -n '' ]] +2026-08-04T18:04:42.0455560Z + [[ -n '' ]] +2026-08-04T18:04:42.0455780Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:04:42.0457850Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:04:47.1256650Z + [[ '' == false ]] +2026-08-04T18:04:47.1257080Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:04:47.1257400Z + [[ false == true ]] +2026-08-04T18:04:47.1257620Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:04:47.1257790Z + [[ '' == true ]] +2026-08-04T18:04:47.1259790Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:04:47.1681700Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:04:47.1682510Z setTimeout(function () { +2026-08-04T18:04:47.1682660Z ^~~~~~~~~~ +2026-08-04T18:04:47.1683460Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:04:47.1684360Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:04:47.1684630Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:04:47.1687660Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:04:47.1688530Z cancelTimeout = clearTimeout; +2026-08-04T18:04:47.1688710Z ^~~~~~~~~~~~ +2026-08-04T18:04:47.1689530Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:04:47.1690240Z setImmediate(function () { +2026-08-04T18:04:47.1690390Z ^~~~~~~~~~~~ +2026-08-04T18:04:47.1691040Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:04:47.1691820Z new Blob(); +2026-08-04T18:04:47.1691950Z ^~~~ +2026-08-04T18:04:47.1692610Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:04:47.1693340Z var reader = new FileReader(); +2026-08-04T18:04:47.1693500Z ^~~~~~~~~~ +2026-08-04T18:04:47.1694140Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:04:47.1694910Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:04:47.1695180Z ^~~~~~~~ +2026-08-04T18:04:47.1695880Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:04:47.1696700Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:04:47.1696990Z ^~~~~~~~~~~~~~~ +2026-08-04T18:04:48.5188700Z + [[ '' == true ]] +2026-08-04T18:04:48.5189420Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:04:48.5190010Z + [[ false != true ]] +2026-08-04T18:04:48.5191050Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:04:48.5192140Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6486ms +2026-08-04T18:04:48.5192790Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6487ms +2026-08-04T18:04:48.5193230Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:04:48.8038430Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 282ms +2026-08-04T18:04:48.8141850Z [TIMING] ios uninstallApplication took 283ms +2026-08-04T18:04:48.8317800Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:04:49.2901020Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 487ms +2026-08-04T18:04:49.3003440Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:04:49.6293810Z com.testcodepush: 77495 +2026-08-04T18:04:49.6294520Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 340ms +2026-08-04T18:04:49.6295060Z [TIMING] ios installApp+launch took 827ms +2026-08-04T18:04:49.6295440Z [TIMING] ios runApplication total (built=true) took 7597ms +2026-08-04T18:04:49.8560580Z Update check called from the app. +2026-08-04T18:04:49.8568720Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"baad85cb772723a81da1b45d78ff2b6ea08a53544a0ae575286fa0e5076c7576","client_unique_id":"7576EC57-9E02-4DD5-9AC1-17E677DD86E1"} +2026-08-04T18:04:49.8580860Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7962","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:04:49.8677790Z Application reported a test message. +2026-08-04T18:04:49.8726670Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7962","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:04:49.8727920Z Sending OK +2026-08-04T18:04:49.8728040Z Message index: 0 +2026-08-04T18:04:49.8728900Z Application downloading the package. +2026-08-04T18:04:49.8927760Z Application reported a test message. +2026-08-04T18:04:49.8968390Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7962","binaryDate":"1785866688.516585","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T18:04:49.8970740Z Sending OK +2026-08-04T18:04:49.8970890Z Message index: 1 +2026-08-04T18:04:49.8971030Z Application reported a test message. +2026-08-04T18:04:49.8971340Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:04:49.8971530Z Sending OK +2026-08-04T18:04:49.8971640Z Message index: 2 +2026-08-04T18:04:50.0003060Z Application reported a test message. +2026-08-04T18:04:50.0003350Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:04:50.0003540Z Sending OK +2026-08-04T18:04:50.0005120Z Message index: 3 +2026-08-04T18:04:50.0015310Z [TIMING] test "disallowRestart with IMMEDIATE install mode" took 14816ms +2026-08-04T18:04:50.0018570Z ✔ disallowRestart with IMMEDIATE install mode (14816ms) +2026-08-04T18:04:50.0019000Z Cleaning up! +2026-08-04T18:04:50.0021280Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:04:50.2177820Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 215ms +2026-08-04T18:04:50.2178660Z [TIMING] ios prepareEmulatorForTest total took 215ms +2026-08-04T18:04:50.2179290Z Setting up scenario scenarioDisallowRestartOnResume.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:04:50.2241240Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:50.2300870Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:50.2422270Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnResume.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:50.2545430Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:04:50.2565810Z Setting up scenario updateDeviceReady.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates +2026-08-04T18:04:50.2579510Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:50.2585070Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:50.2588980Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:50.2591850Z replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +2026-08-04T18:04:50.2604960Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:04:50.8014080Z +2026-08-04T18:04:50.8014540Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:50.8014850Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:04:50.8015040Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:04:50.8015230Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:04:50.8015430Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:04:50.8015620Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:04:50.8015820Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:04:50.8016020Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:04:50.8016250Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:04:50.8016490Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:04:50.8016770Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:04:50.8016970Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:04:50.8017120Z +2026-08-04T18:04:50.8017120Z +2026-08-04T18:04:50.8018030Z Welcome to Metro v0.84.4 +2026-08-04T18:04:50.8018330Z Fast - Scalable - Integrated +2026-08-04T18:04:50.8018500Z +2026-08-04T18:04:50.8018500Z +2026-08-04T18:04:56.9773230Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:04:56.9805010Z LOG:Done writing bundle output +2026-08-04T18:04:57.0351850Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 6775ms +2026-08-04T18:04:57.0358680Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:04:57.0444370Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 6785ms +2026-08-04T18:04:57.0445110Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:04:57.0445920Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:04:57.0519620Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:04:57.0520270Z + [[ ! -n '' ]] +2026-08-04T18:04:57.0520450Z + [[ Release = *Debug* ]] +2026-08-04T18:04:57.0520640Z + [[ -n '' ]] +2026-08-04T18:04:57.0520780Z + case "$CONFIGURATION" in +2026-08-04T18:04:57.0520930Z + DEV=false +2026-08-04T18:04:57.0527330Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:04:57.0565410Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:04:57.0567930Z ++ pwd +2026-08-04T18:04:57.0568410Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:04:57.0569330Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:57.0569870Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:04:57.0570300Z + [[ -n '' ]] +2026-08-04T18:04:57.0570430Z + [[ -s index.ios.js ]] +2026-08-04T18:04:57.0570560Z + ENTRY_FILE=index.js +2026-08-04T18:04:57.0571170Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:04:57.0577970Z ++ '[' -z '' ']' +2026-08-04T18:04:57.0578230Z ++ export NODE_BINARY=node +2026-08-04T18:04:57.0578380Z ++ NODE_BINARY=node +2026-08-04T18:04:57.0578510Z ++ type node +2026-08-04T18:04:57.0578880Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:04:57.0579280Z + '[' -z '' ']' +2026-08-04T18:04:57.0579670Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:04:57.0580120Z + [[ '' != false ]] +2026-08-04T18:04:57.0580450Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:04:57.0580800Z + '[' -z '' ']' +2026-08-04T18:04:57.0580920Z + export NODE_ARGS= +2026-08-04T18:04:57.0581030Z + NODE_ARGS= +2026-08-04T18:04:57.0581140Z + '[' -z '' ']' +2026-08-04T18:04:57.0581500Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:04:57.0581910Z + '[' -z '' ']' +2026-08-04T18:04:57.0582020Z + BUNDLE_COMMAND=bundle +2026-08-04T18:04:57.0582140Z + '[' -z '' ']' +2026-08-04T18:04:57.0582570Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:04:57.0583040Z + [[ -z '' ]] +2026-08-04T18:04:57.0583140Z + CONFIG_ARG= +2026-08-04T18:04:57.0583250Z + [[ -z '' ]] +2026-08-04T18:04:57.0583360Z + BUNDLE_NAME=main +2026-08-04T18:04:57.0583800Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:04:57.0584260Z + EXTRA_ARGS=() +2026-08-04T18:04:57.0584370Z + case "$PLATFORM_NAME" in +2026-08-04T18:04:57.0584510Z + BUNDLE_PLATFORM=ios +2026-08-04T18:04:57.0584630Z + '[' '' = YES ']' +2026-08-04T18:04:57.0587250Z + EMIT_SOURCEMAP= +2026-08-04T18:04:57.0587460Z + [[ ! -z '' ]] +2026-08-04T18:04:57.0587600Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:04:57.0587760Z + [[ '' == true ]] +2026-08-04T18:04:57.0587900Z + [[ '' != false ]] +2026-08-04T18:04:57.0588020Z + [[ false == false ]] +2026-08-04T18:04:57.0588160Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:04:57.0588320Z + [[ -n '' ]] +2026-08-04T18:04:57.0588440Z + [[ -n '' ]] +2026-08-04T18:04:57.0588670Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:04:57.0590780Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:05:03.0126590Z + [[ '' == false ]] +2026-08-04T18:05:03.0127490Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:05:03.0127800Z + [[ false == true ]] +2026-08-04T18:05:03.0128060Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:05:03.0128300Z + [[ '' == true ]] +2026-08-04T18:05:03.0129860Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:05:03.0536290Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:05:03.0537140Z setTimeout(function () { +2026-08-04T18:05:03.0537290Z ^~~~~~~~~~ +2026-08-04T18:05:03.0538110Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:05:03.0539000Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:05:03.0539230Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:05:03.0539930Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:05:03.0540630Z cancelTimeout = clearTimeout; +2026-08-04T18:05:03.0540800Z ^~~~~~~~~~~~ +2026-08-04T18:05:03.0541480Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:05:03.0542200Z setImmediate(function () { +2026-08-04T18:05:03.0542360Z ^~~~~~~~~~~~ +2026-08-04T18:05:03.0542990Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:05:03.0543710Z new Blob(); +2026-08-04T18:05:03.0543880Z ^~~~ +2026-08-04T18:05:03.0546310Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:05:03.0547210Z var reader = new FileReader(); +2026-08-04T18:05:03.0547370Z ^~~~~~~~~~ +2026-08-04T18:05:03.0548020Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:05:03.0548790Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:05:03.0549060Z ^~~~~~~~ +2026-08-04T18:05:03.0549760Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:05:03.0551980Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:05:03.0552300Z ^~~~~~~~~~~~~~~ +2026-08-04T18:05:04.2938420Z + [[ '' == true ]] +2026-08-04T18:05:04.2939130Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:05:04.2939830Z + [[ false != true ]] +2026-08-04T18:05:04.2940510Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:05:04.2941530Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 7250ms +2026-08-04T18:05:04.2946260Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 7250ms +2026-08-04T18:05:04.2946830Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:05:04.6066130Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 308ms +2026-08-04T18:05:04.6166650Z [TIMING] ios uninstallApplication took 309ms +2026-08-04T18:05:04.6268040Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:05:05.0512930Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 445ms +2026-08-04T18:05:05.0604150Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:05:05.3610440Z com.testcodepush: 78633 +2026-08-04T18:05:05.3611350Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 313ms +2026-08-04T18:05:05.3611770Z [TIMING] ios installApp+launch took 758ms +2026-08-04T18:05:05.3612440Z [TIMING] ios runApplication total (built=true) took 8317ms +2026-08-04T18:05:05.6065620Z Update check called from the app. +2026-08-04T18:05:05.6077590Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"2bb6c3efde43726e89b1aef82e57a2356b3f8d1755f55c8fe800d0d0f21db394","client_unique_id":"1E4FDBD5-87A1-4E20-9834-82D99BCA1FE6"} +2026-08-04T18:05:05.6080340Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4888","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:05:05.6132090Z Application reported a test message. +2026-08-04T18:05:05.6145420Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4888","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:05:05.6146830Z Sending OK +2026-08-04T18:05:05.6150140Z Message index: 0 +2026-08-04T18:05:05.6379490Z Application downloading the package. +2026-08-04T18:05:05.6482150Z Application reported a test message. +2026-08-04T18:05:05.6583960Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-4888","binaryDate":"1785866704.290934","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T18:05:05.6695630Z Sending OK +2026-08-04T18:05:05.6762740Z Message index: 1 +2026-08-04T18:05:05.6763890Z Application reported a test message. +2026-08-04T18:05:05.6764350Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:05:05.6764630Z Sending OK +2026-08-04T18:05:05.6764780Z Message index: 2 +2026-08-04T18:05:05.6765210Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:05:06.0223820Z com.apple.Preferences: 43616 +2026-08-04T18:05:06.0241890Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 371ms +2026-08-04T18:05:06.0269370Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:05:07.0247670Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:05:07.2283390Z com.testcodepush: 78633 +2026-08-04T18:05:07.2317370Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 204ms +2026-08-04T18:05:07.2317740Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:05:07.4238100Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 195ms +2026-08-04T18:05:08.4247750Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:05:08.6786660Z com.testcodepush: 78653 +2026-08-04T18:05:08.6789720Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 254ms +2026-08-04T18:05:08.9567330Z Application reported a test message. +2026-08-04T18:05:08.9567610Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:05:08.9568510Z Sending OK +2026-08-04T18:05:08.9568690Z Message index: 0 +2026-08-04T18:05:08.9569870Z [TIMING] test "disallowRestart with ON_NEXT_RESUME install mode" took 18739ms +2026-08-04T18:05:08.9587460Z ✔ disallowRestart with ON_NEXT_RESUME install mode (18739ms) +2026-08-04T18:05:08.9587880Z Cleaning up! +2026-08-04T18:05:08.9590100Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:05:09.1476130Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 189ms +2026-08-04T18:05:09.1476830Z [TIMING] ios prepareEmulatorForTest total took 189ms +2026-08-04T18:05:09.1479770Z Setting up scenario scenarioDisallowRestartOnSuspend.js in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run +2026-08-04T18:05:09.1541990Z replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:05:09.1598360Z replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:05:09.1660690Z replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnSuspend.js" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:05:09.1720470Z replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +2026-08-04T18:05:09.1743470Z Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false +2026-08-04T18:05:09.7098800Z +2026-08-04T18:05:09.7099170Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:05:09.7099430Z ▒▓▓▓▒▒░░▒▒▓▓▓▒ +2026-08-04T18:05:09.7099640Z ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ +2026-08-04T18:05:09.7099840Z ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ +2026-08-04T18:05:09.7100040Z ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ +2026-08-04T18:05:09.7100260Z ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ +2026-08-04T18:05:09.7100510Z ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ +2026-08-04T18:05:09.7100730Z ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ +2026-08-04T18:05:09.7100910Z ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ +2026-08-04T18:05:09.7101090Z ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ +2026-08-04T18:05:09.7101290Z ▒▓▓▓▒░░░░▒▓▓▓▒ +2026-08-04T18:05:09.7101470Z ▒▒▓▓▓▓▒▒ +2026-08-04T18:05:09.7101570Z +2026-08-04T18:05:09.7101610Z +2026-08-04T18:05:09.7102050Z Welcome to Metro v0.84.4 +2026-08-04T18:05:09.7102740Z Fast - Scalable - Integrated +2026-08-04T18:05:09.7102880Z +2026-08-04T18:05:09.7102890Z +2026-08-04T18:05:16.4977610Z LOG:Writing bundle output to: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +2026-08-04T18:05:16.5006210Z LOG:Done writing bundle output +2026-08-04T18:05:16.5477640Z [TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 7373ms +2026-08-04T18:05:16.5484390Z Creating an update archive at: /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +2026-08-04T18:05:16.5593100Z [TIMING] createUpdateArchive(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/updates, ios) took 7387ms +2026-08-04T18:05:16.5593770Z Running project in /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run on ios +2026-08-04T18:05:16.5597540Z Running command: "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh" +2026-08-04T18:05:16.5646820Z + DEST=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:05:16.5647450Z + [[ ! -n '' ]] +2026-08-04T18:05:16.5647580Z + [[ Release = *Debug* ]] +2026-08-04T18:05:16.5647720Z + [[ -n '' ]] +2026-08-04T18:05:16.5647850Z + case "$CONFIGURATION" in +2026-08-04T18:05:16.5647990Z + DEV=false +2026-08-04T18:05:16.5652760Z +++ dirname /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/react-native-xcode.sh +2026-08-04T18:05:16.5673440Z ++ cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/.. +2026-08-04T18:05:16.5674250Z ++ pwd +2026-08-04T18:05:16.5675360Z + REACT_NATIVE_DIR=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native +2026-08-04T18:05:16.5676220Z + PROJECT_ROOT=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:05:16.5676900Z + cd /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/.. +2026-08-04T18:05:16.5677340Z + [[ -n '' ]] +2026-08-04T18:05:16.5677510Z + [[ -s index.ios.js ]] +2026-08-04T18:05:16.5677700Z + ENTRY_FILE=index.js +2026-08-04T18:05:16.5678190Z + source /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/node-binary.sh +2026-08-04T18:05:16.5678760Z ++ '[' -z '' ']' +2026-08-04T18:05:16.5678930Z ++ export NODE_BINARY=node +2026-08-04T18:05:16.5679110Z ++ NODE_BINARY=node +2026-08-04T18:05:16.5679280Z ++ type node +2026-08-04T18:05:16.5679750Z + HERMES_ENGINE_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine +2026-08-04T18:05:16.5680560Z + '[' -z '' ']' +2026-08-04T18:05:16.5681090Z + HERMES_CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc +2026-08-04T18:05:16.5681630Z + [[ '' != false ]] +2026-08-04T18:05:16.5681990Z + [[ -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine ]] +2026-08-04T18:05:16.5682400Z + '[' -z '' ']' +2026-08-04T18:05:16.5682570Z + export NODE_ARGS= +2026-08-04T18:05:16.5682740Z + NODE_ARGS= +2026-08-04T18:05:16.5682860Z + '[' -z '' ']' +2026-08-04T18:05:16.5683380Z + CLI_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js +2026-08-04T18:05:16.5683840Z + '[' -z '' ']' +2026-08-04T18:05:16.5683970Z + BUNDLE_COMMAND=bundle +2026-08-04T18:05:16.5684100Z + '[' -z '' ']' +2026-08-04T18:05:16.5684570Z + COMPOSE_SOURCEMAP_PATH=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/compose-source-maps.js +2026-08-04T18:05:16.5685080Z + [[ -z '' ]] +2026-08-04T18:05:16.5685190Z + CONFIG_ARG= +2026-08-04T18:05:16.5685310Z + [[ -z '' ]] +2026-08-04T18:05:16.5685420Z + BUNDLE_NAME=main +2026-08-04T18:05:16.5685890Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:05:16.5686390Z + EXTRA_ARGS=() +2026-08-04T18:05:16.5686500Z + case "$PLATFORM_NAME" in +2026-08-04T18:05:16.5686640Z + BUNDLE_PLATFORM=ios +2026-08-04T18:05:16.5686770Z + '[' '' = YES ']' +2026-08-04T18:05:16.5686880Z + EMIT_SOURCEMAP= +2026-08-04T18:05:16.5686990Z + [[ ! -z '' ]] +2026-08-04T18:05:16.5687120Z + PACKAGER_SOURCEMAP_FILE= +2026-08-04T18:05:16.5687290Z + [[ '' == true ]] +2026-08-04T18:05:16.5687440Z + [[ '' != false ]] +2026-08-04T18:05:16.5687570Z + [[ false == false ]] +2026-08-04T18:05:16.5687720Z + EXTRA_ARGS+=("--minify" "false") +2026-08-04T18:05:16.5687880Z + [[ -n '' ]] +2026-08-04T18:05:16.5687990Z + [[ -n '' ]] +2026-08-04T18:05:16.5688230Z + EXTRA_ARGS+=("--config-cmd" "'$NODE_BINARY' $NODE_ARGS '$REACT_NATIVE_DIR/cli.js' config") +2026-08-04T18:05:16.5690420Z + node /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/scripts/bundle.js bundle --entry-file index.js --platform ios --dev false --reset-cache --bundle-output /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle --assets-dest /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app --minify false --config-cmd ''\''node'\'' '\''/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native/cli.js'\'' config' +2026-08-04T18:05:21.6993560Z + [[ '' == false ]] +2026-08-04T18:05:21.6993830Z + EXTRA_COMPILER_ARGS= +2026-08-04T18:05:21.6994020Z + [[ false == true ]] +2026-08-04T18:05:21.6994210Z + EXTRA_COMPILER_ARGS=-O +2026-08-04T18:05:21.6994370Z + [[ '' == true ]] +2026-08-04T18:05:21.6995800Z + /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/hermes-engine/destroot/bin/hermesc -emit-binary -max-diagnostic-width=80 -O -out /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle +2026-08-04T18:05:21.7392270Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:11035:7: warning: the variable "setTimeout" was not declared in function "logUncaughtError" +2026-08-04T18:05:21.7394470Z setTimeout(function () { +2026-08-04T18:05:21.7394620Z ^~~~~~~~~~ +2026-08-04T18:05:21.7395280Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13813:31: warning: the variable "nativeFabricUIManager" was not declared in anonymous function +2026-08-04T18:05:21.7396100Z var _nativeFabricUIManage = nativeFabricUIManager, +2026-08-04T18:05:21.7396300Z ^~~~~~~~~~~~~~~~~~~~~ +2026-08-04T18:05:21.7396930Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:13877:21: warning: the variable "clearTimeout" was not declared in anonymous function +2026-08-04T18:05:21.7401310Z cancelTimeout = clearTimeout; +2026-08-04T18:05:21.7401470Z ^~~~~~~~~~~~ +2026-08-04T18:05:21.7402100Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:18702:5: warning: the variable "setImmediate" was not declared in function "handleResolved" +2026-08-04T18:05:21.7402750Z setImmediate(function () { +2026-08-04T18:05:21.7402890Z ^~~~~~~~~~~~ +2026-08-04T18:05:21.7403450Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21655:15: warning: the variable "Blob" was not declared in anonymous function +2026-08-04T18:05:21.7404060Z new Blob(); +2026-08-04T18:05:21.7404180Z ^~~~ +2026-08-04T18:05:21.7404800Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21794:24: warning: the variable "FileReader" was not declared in function "readBlobAsArrayBuffer" +2026-08-04T18:05:21.7405470Z var reader = new FileReader(); +2026-08-04T18:05:21.7405630Z ^~~~~~~~~~ +2026-08-04T18:05:21.7406230Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21847:40: warning: the variable "FormData" was not declared in anonymous function +2026-08-04T18:05:21.7406940Z } else if (support.formData && FormData.prototype.isPrototypeOf(body)) { +2026-08-04T18:05:21.7407190Z ^~~~~~~~ +2026-08-04T18:05:21.7407830Z /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/main.jsbundle:21849:44: warning: the variable "URLSearchParams" was not declared in anonymous function +2026-08-04T18:05:21.7414090Z ...e if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body... +2026-08-04T18:05:21.7414410Z ^~~~~~~~~~~~~~~ +2026-08-04T18:05:22.8975160Z + [[ '' == true ]] +2026-08-04T18:05:22.8975880Z + BUNDLE_FILE=/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle +2026-08-04T18:05:22.8976590Z + [[ false != true ]] +2026-08-04T18:05:22.8977190Z + [[ ! -f /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app/main.jsbundle ]] +2026-08-04T18:05:22.8977920Z [TIMING] exec ""/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-ru..." took 6338ms +2026-08-04T18:05:22.8978450Z [TIMING] ios buildApp(/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run) took 6338ms +2026-08-04T18:05:22.8978920Z Running command: xcrun simctl uninstall booted com.testcodepush +2026-08-04T18:05:23.1438330Z [TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 246ms +2026-08-04T18:05:23.1964800Z [TIMING] ios uninstallApplication took 246ms +2026-08-04T18:05:23.2069110Z Running command: xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +2026-08-04T18:05:23.6195070Z [TIMING] exec "xcrun simctl install booted /var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/@bi..." took 474ms +2026-08-04T18:05:23.6196400Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:05:23.9671620Z com.testcodepush: 79789 +2026-08-04T18:05:23.9678510Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 350ms +2026-08-04T18:05:23.9678970Z [TIMING] ios installApp+launch took 824ms +2026-08-04T18:05:23.9679960Z [TIMING] ios runApplication total (built=true) took 7408ms +2026-08-04T18:05:24.2003760Z Update check called from the app. +2026-08-04T18:05:24.2010730Z Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"e97ecab71a9c5db4e38467b9f7d0108474ea31313217ed69ad9a6d32e7099e6b","client_unique_id":"1300E527-E5D9-4D65-B878-7E775F3B6EE6"} +2026-08-04T18:05:24.2014300Z Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2420","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +2026-08-04T18:05:24.2132330Z Application reported a test message. +2026-08-04T18:05:24.2134230Z Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2420","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +2026-08-04T18:05:24.2141560Z Sending OK +2026-08-04T18:05:24.2142380Z Message index: 0 +2026-08-04T18:05:24.2165790Z Application downloading the package. +2026-08-04T18:05:24.2441840Z Application reported a test message. +2026-08-04T18:05:24.2457580Z Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2420","binaryDate":"1785866722.895079","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +2026-08-04T18:05:24.2459580Z Sending OK +2026-08-04T18:05:24.2459740Z Message index: 1 +2026-08-04T18:05:24.2475030Z Application reported a test message. +2026-08-04T18:05:24.2475280Z Body: {"message":"UPDATE_INSTALLED"} +2026-08-04T18:05:24.2475500Z Sending OK +2026-08-04T18:05:24.2484310Z Message index: 2 +2026-08-04T18:05:24.2485110Z Running command: xcrun simctl launch booted com.apple.Preferences +2026-08-04T18:05:24.5692800Z com.apple.Preferences: 43616 +2026-08-04T18:05:24.5696630Z [TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 321ms +2026-08-04T18:05:24.5697590Z Waiting for 1000ms before resuming the test application. +2026-08-04T18:05:25.5736870Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:05:25.7710460Z com.testcodepush: 79789 +2026-08-04T18:05:25.7725180Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 198ms +2026-08-04T18:05:25.7734620Z Running command: xcrun simctl terminate booted com.testcodepush +2026-08-04T18:05:25.9867510Z [TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 215ms +2026-08-04T18:05:26.9870100Z Running command: xcrun simctl launch booted com.testcodepush +2026-08-04T18:05:27.2697820Z com.testcodepush: 80079 +2026-08-04T18:05:27.2798800Z [TIMING] exec "xcrun simctl launch booted com.testcodepush" took 283ms +2026-08-04T18:05:27.5619440Z Application reported a test message. +2026-08-04T18:05:27.5635450Z Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +2026-08-04T18:05:27.5643830Z Sending OK +2026-08-04T18:05:27.5644410Z Message index: 0 +2026-08-04T18:05:27.5645720Z [TIMING] test "disallowRestart with ON_NEXT_SUSPEND install mode" took 18415ms +2026-08-04T18:05:27.5646950Z ✔ disallowRestart with ON_NEXT_SUSPEND install mode (18415ms) +2026-08-04T18:05:27.5647270Z Cleaning up! +2026-08-04T18:05:27.5647340Z +2026-08-04T18:05:27.5648060Z +2026-08-04T18:05:27.5648920Z 44 passing (10m) +2026-08-04T18:05:27.5649060Z +2026-08-04T18:05:27.6634450Z Post job cleanup. +2026-08-04T18:05:28.0314580Z [command]/opt/homebrew/bin/git version +2026-08-04T18:05:28.0506800Z git version 2.55.0 +2026-08-04T18:05:28.0529120Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b2f41046-8c10-4abb-a578-cc830220fc8e/.gitconfig' +2026-08-04T18:05:28.0536930Z Temporarily overriding HOME='/Users/runner/work/_temp/b2f41046-8c10-4abb-a578-cc830220fc8e' before making global git config changes +2026-08-04T18:05:28.0537770Z Adding repository directory to the temporary git global config as a safe directory +2026-08-04T18:05:28.0540610Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/react-native-code-push/react-native-code-push +2026-08-04T18:05:28.0783970Z Removing SSH command configuration +2026-08-04T18:05:28.0836610Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-08-04T18:05:28.1453390Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-08-04T18:05:28.3056900Z Removing HTTP extra header +2026-08-04T18:05:28.3057670Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-08-04T18:05:28.3116930Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-08-04T18:05:28.4187300Z Removing includeIf entries pointing to credentials config files +2026-08-04T18:05:28.4192570Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-08-04T18:05:28.4250260Z includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path +2026-08-04T18:05:28.4250960Z includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +2026-08-04T18:05:28.4251730Z includeif.gitdir:/github/workspace/.git.path +2026-08-04T18:05:28.4252170Z includeif.gitdir:/github/workspace/.git/worktrees/*.path +2026-08-04T18:05:28.4257390Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path +2026-08-04T18:05:28.4309330Z /Users/runner/work/_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T18:05:28.4316650Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git.path \/Users\/runner\/work\/_temp\/git\-credentials\-9452424f\-dda2\-4dd8\-97f8\-c248060173b6\.config +2026-08-04T18:05:28.4489400Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path +2026-08-04T18:05:28.4559650Z /Users/runner/work/_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T18:05:28.4567800Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/Users/runner/work/react-native-code-push/react-native-code-push/.git/worktrees/*.path \/Users\/runner\/work\/_temp\/git\-credentials\-9452424f\-dda2\-4dd8\-97f8\-c248060173b6\.config +2026-08-04T18:05:28.4626600Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git.path +2026-08-04T18:05:28.4680490Z /github/runner_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T18:05:28.4686720Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/github/workspace/.git.path \/github\/runner_temp\/git\-credentials\-9452424f\-dda2\-4dd8\-97f8\-c248060173b6\.config +2026-08-04T18:05:28.4748090Z [command]/opt/homebrew/bin/git config --local --get-all includeif.gitdir:/github/workspace/.git/worktrees/*.path +2026-08-04T18:05:28.4799680Z /github/runner_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config +2026-08-04T18:05:28.4807610Z [command]/opt/homebrew/bin/git config --local --unset includeif.gitdir:/github/workspace/.git/worktrees/*.path \/github\/runner_temp\/git\-credentials\-9452424f\-dda2\-4dd8\-97f8\-c248060173b6\.config +2026-08-04T18:05:28.4880670Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-08-04T18:05:28.5817910Z Removing credentials config '/Users/runner/work/_temp/git-credentials-9452424f-dda2-4dd8-97f8-c248060173b6.config' +2026-08-04T18:05:28.6022090Z Cleaning up orphan processes diff --git a/code-push-plugin-testing-framework/script/platform.js b/code-push-plugin-testing-framework/script/platform.js index 351cbceb..1b3f1388 100644 --- a/code-push-plugin-testing-framework/script/platform.js +++ b/code-push-plugin-testing-framework/script/platform.js @@ -97,11 +97,47 @@ exports.IOS = IOS; // bootEmulatorInternal constants var emulatorMaxReadyAttempts = 50; var emulatorReadyCheckDelayMs = 5 * 1000; + +/** + * Checks whether an Android app is currently running via "pidof", which exits non-zero + * (rejecting the promise) with no output when the process isn't found. + */ +function isAndroidAppRunning(appId) { + return testUtil_1.TestUtil.getProcessOutput("adb shell pidof " + appId, { noLogCommand: true, noLogStdOut: true, noLogStdErr: true }) + .then(function () { return true; }, function () { return false; }); +} + +/** + * Polls until an Android app is no longer running, capped at maxWaitMs as a safety net + * in case the process never fully tears down (matches the old fixed-delay's worst case). + */ +function waitForAndroidAppToStop(appId, maxWaitMs) { + var pollIntervalMs = 200; + var deferred = Q.defer(); + var start = Date.now(); + function poll() { + isAndroidAppRunning(appId).then(function (isRunning) { + if (!isRunning || Date.now() - start >= maxWaitMs) { + deferred.resolve(undefined); + } else { + setTimeout(poll, pollIntervalMs); + } + }, function () { deferred.resolve(undefined); }); + } + poll(); + return deferred.promise; +} /** * Helper function for EmulatorManager implementations to use to boot an emulator with a given platformName and check, start, and kill methods. */ function bootEmulatorInternal(platformName, restartEmulators, targetEmulator, checkEmulator, startEmulator, killEmulator) { var deferred = Q.defer(); + var __bootStart = Date.now(); + deferred.promise.then(function () { + console.log("[TIMING] " + platformName + " bootEmulator took " + (Date.now() - __bootStart) + "ms"); + }, function () { + console.log("[TIMING] " + platformName + " bootEmulator FAILED after " + (Date.now() - __bootStart) + "ms"); + }); console.log("Setting up " + platformName + " emulator."); function onEmulatorReady() { console.log(platformName + " emulator is ready!"); @@ -232,13 +268,20 @@ var AndroidEmulatorManager = (function () { * Ends a running application given its app id. */ AndroidEmulatorManager.prototype.endRunningApplication = function (appId) { - return testUtil_1.TestUtil.getProcessOutput("adb shell am force-stop " + appId).then(function () { return Q.delay(10000); }); + var __t0 = Date.now(); + return testUtil_1.TestUtil.getProcessOutput("adb shell am force-stop " + appId).then(function () { + var __waitStart = Date.now(); + return waitForAndroidAppToStop(appId, 10000).then(function () { + console.log("[TIMING] android endRunningApplication: force-stop took " + (Date.now() - __t0) + "ms, teardown wait took " + (Date.now() - __waitStart) + "ms"); + }); + }); }; /** * Restarts an already installed application by app id. */ AndroidEmulatorManager.prototype.restartApplication = function (appId) { var _this = this; + var __t0 = Date.now(); return this.endRunningApplication(appId) .then(function () { // Wait for a 1 second before restarting. @@ -246,6 +289,10 @@ var AndroidEmulatorManager = (function () { }) .then(function () { return _this.launchInstalledApplication(appId); + }) + .then(function (result) { + console.log("[TIMING] android restartApplication total took " + (Date.now() - __t0) + "ms"); + return result; }); }; /** @@ -269,9 +316,14 @@ var AndroidEmulatorManager = (function () { * Prepares the emulator for a test. */ AndroidEmulatorManager.prototype.prepareEmulatorForTest = function (appId) { + var __t0 = Date.now(); return this.endRunningApplication(appId) .then(function () { return commandWithCheckAppExistence("adb shell pm clear", appId); + }) + .then(function (result) { + console.log("[TIMING] android prepareEmulatorForTest total took " + (Date.now() - __t0) + "ms"); + return result; }); }; /** @@ -387,7 +439,11 @@ var IOSEmulatorManager = (function () { * Prepares the emulator for a test. */ IOSEmulatorManager.prototype.prepareEmulatorForTest = function (appId) { - return this.endRunningApplication(appId); + var __t0 = Date.now(); + return this.endRunningApplication(appId).then(function (result) { + console.log("[TIMING] ios prepareEmulatorForTest total took " + (Date.now() - __t0) + "ms"); + return result; + }); }; /** * Uninstalls the app from the emulator. diff --git a/code-push-plugin-testing-framework/script/test.js b/code-push-plugin-testing-framework/script/test.js index 2a209edc..96ed6d43 100644 --- a/code-push-plugin-testing-framework/script/test.js +++ b/code-push-plugin-testing-framework/script/test.js @@ -46,19 +46,30 @@ function initializeTests(projectManager, supportedTargetPlatforms, describeTests */ function setupTests() { it("sets up tests correctly", function (done) { + var __setupStart = Date.now(); var promises = []; targetPlatforms.forEach(function (platform) { promises.push(platform.getEmulatorManager().bootEmulator(TestConfig.restartEmulators)); }); console.log("Building test project."); + var __testProjectStart = Date.now(); // create the test project promises.push(createTestProject(TestConfig.testRunDirectory) .then(function () { + console.log("[TIMING] createTestProject(testRunDirectory) took " + (Date.now() - __testProjectStart) + "ms"); console.log("Building update project."); + var __updateProjectStart = Date.now(); // create the update project - return createTestProject(TestConfig.updatesDirectory); + return createTestProject(TestConfig.updatesDirectory) + .then(function (result) { + console.log("[TIMING] createTestProject(updatesDirectory) took " + (Date.now() - __updateProjectStart) + "ms"); + return result; + }); }).then(function () { return null; })); - Q.all(promises).then(function () { done(); }, function (error) { done(error); }); + Q.all(promises).then(function () { + console.log("[TIMING] setupTests total took " + (Date.now() - __setupStart) + "ms"); + done(); + }, function (error) { done(error); }); }); } /** @@ -73,10 +84,15 @@ function initializeTests(projectManager, supportedTargetPlatforms, describeTests function createAndRunTests(targetPlatform) { describe("CodePush", function () { before(function () { + var __beforeStart = Date.now(); ServerUtil.setupServer(targetPlatform); return targetPlatform.getEmulatorManager().uninstallApplication(TestConfig.TestNamespace) .then(projectManager.preparePlatform.bind(projectManager, TestConfig.testRunDirectory, targetPlatform)) - .then(projectManager.preparePlatform.bind(projectManager, TestConfig.updatesDirectory, targetPlatform)); + .then(projectManager.preparePlatform.bind(projectManager, TestConfig.updatesDirectory, targetPlatform)) + .then(function (result) { + console.log("[TIMING] " + targetPlatform.getName() + " suite before() (uninstall + preparePlatform x2) took " + (Date.now() - __beforeStart) + "ms"); + return result; + }); }); after(function () { ServerUtil.cleanupServer(); diff --git a/code-push-plugin-testing-framework/script/testBuilder.js b/code-push-plugin-testing-framework/script/testBuilder.js index 34a20295..e200665f 100644 --- a/code-push-plugin-testing-framework/script/testBuilder.js +++ b/code-push-plugin-testing-framework/script/testBuilder.js @@ -39,7 +39,12 @@ function describeInternal(func, description, spec, scenarioPath) { }); if (scenarioPath) { before(function () { - return TestContext.projectManager.setupScenario(TestConfig.testRunDirectory, TestConfig.TestNamespace, TestConfig.templatePath, scenarioPath, TestContext.targetPlatform); + var __t0 = Date.now(); + return TestContext.projectManager.setupScenario(TestConfig.testRunDirectory, TestConfig.TestNamespace, TestConfig.templatePath, scenarioPath, TestContext.targetPlatform) + .then(function (result) { + console.log("[TIMING] setupScenario(" + scenarioPath + ") for \"" + description + "\" took " + (Date.now() - __t0) + "ms"); + return result; + }); }); } spec(); @@ -64,7 +69,7 @@ function itInternal(func, expectation, isCoreTest, assertion) { if ((!TestConfig.onlyRunCoreTests || isCoreTest)) { // Create a wrapper around the assertion to set the timeout on the test to 10 minutes. var assertionWithTimeout = function (done) { - this.timeout(10 * 2 * 60 * 1000); + this.timeout(6 * 60 * 1000); assertion(done); }; return it(expectation, assertionWithTimeout); diff --git a/code-push-plugin-testing-framework/script/testUtil.js b/code-push-plugin-testing-framework/script/testUtil.js index b47ce89a..0df39417 100644 --- a/code-push-plugin-testing-framework/script/testUtil.js +++ b/code-push-plugin-testing-framework/script/testUtil.js @@ -50,10 +50,18 @@ var TestUtil = (function () { options.timeout = 10 * 60 * 1000; if (!options.noLogCommand) console.log("Running command: " + command); + var __timingStart = Date.now(); + var __timingLabel = command.length > 80 ? command.slice(0, 80) + "..." : command; var execProcess = child_process.exec(command, options, function (error, stdout, stderr) { + console.log("[TIMING] exec \"" + __timingLabel + "\" took " + (Date.now() - __timingStart) + "ms"); if (error) { - if (!options.noLogStdErr) - console.error("" + error); + // Always surface full output on failure, even if noLogStdOut/noLogStdErr + // silenced it on the success path above - otherwise failures are undiagnosable. + console.error("" + error); + if (stdout) + console.error("stdout:\n" + stdout); + if (stderr) + console.error("stderr:\n" + stderr); deferred.reject(error); } else { @@ -65,10 +73,85 @@ var TestUtil = (function () { if (!options.noLogStdErr) execProcess.stderr.pipe(process.stderr); execProcess.on('error', function (error) { + console.error("" + error); + deferred.reject(error); + }); + return deferred.promise; + }; + /** + * Like getProcessOutput, but additionally logs a [TIMING] line for each "✔ " + * progress marker the child process prints to stdout (e.g. the phases printed by + * `@react-native-community/cli init`), so long opaque commands can be broken down + * into their constituent phases without changing their behavior. + */ + TestUtil.getProcessOutputWithPhaseTiming = function (command, options) { + var deferred = Q.defer(); + options = options || {}; + if (options.timeout === undefined) + options.timeout = 10 * 60 * 1000; + if (!options.noLogCommand) + console.log("Running command: " + command); + var __timingStart = Date.now(); + var __lastMarker = __timingStart; + var __label = command.length > 80 ? command.slice(0, 80) + "..." : command; + var child = child_process.spawn(command, [], { cwd: options.cwd, env: options.env, shell: true }); + var stdoutBuf = ""; + var stderrBuf = ""; + var pendingStdoutLine = ""; + var pendingStderrLine = ""; + function handleLine(line) { + var trimmed = line.trim(); + if (trimmed.indexOf("✔") === 0) { + var now = Date.now(); + var phaseName = trimmed.replace(/^✔\s*/, ""); + console.log("[TIMING] phase \"" + phaseName + "\" took " + (now - __lastMarker) + "ms (cumulative " + (now - __timingStart) + "ms)"); + __lastMarker = now; + } + } + child.stdout.on("data", function (chunk) { + stdoutBuf += chunk; + pendingStdoutLine += chunk.toString(); + var lines = pendingStdoutLine.split("\n"); + pendingStdoutLine = lines.pop(); + lines.forEach(handleLine); + if (!options.noLogStdOut) + process.stdout.write(chunk); + }); + child.stderr.on("data", function (chunk) { + stderrBuf += chunk; + pendingStderrLine += chunk.toString(); + var stderrLines = pendingStderrLine.split("\n"); + pendingStderrLine = stderrLines.pop(); + stderrLines.forEach(handleLine); if (!options.noLogStdErr) - console.error("" + error); + process.stderr.write(chunk); + }); + var timeoutHandle = setTimeout(function () { + child.kill(); + }, options.timeout); + child.on("error", function (error) { + clearTimeout(timeoutHandle); + console.error("" + error); deferred.reject(error); }); + child.on("close", function (code) { + clearTimeout(timeoutHandle); + console.log("[TIMING] exec \"" + __label + "\" took " + (Date.now() - __timingStart) + "ms"); + if (code !== 0) { + var error = new Error(command + " exited with code " + code); + // Always surface full output on failure, even if noLogStdOut/noLogStdErr + // silenced it on the success path above - otherwise failures are undiagnosable. + console.error("" + error); + if (stdoutBuf) + console.error("stdout:\n" + stdoutBuf); + if (stderrBuf) + console.error("stderr:\n" + stderrBuf); + deferred.reject(error); + } + else { + deferred.resolve(stdoutBuf.toString()); + } + }); return deferred.promise; }; /** diff --git a/code-push-plugin-testing-framework/typings/code-push-plugin-testing-framework.d.ts b/code-push-plugin-testing-framework/typings/code-push-plugin-testing-framework.d.ts index 0692e505..b1581ed3 100644 --- a/code-push-plugin-testing-framework/typings/code-push-plugin-testing-framework.d.ts +++ b/code-push-plugin-testing-framework/typings/code-push-plugin-testing-framework.d.ts @@ -451,6 +451,19 @@ declare module 'code-push-plugin-testing-framework/script/testUtil' { noLogStdOut?: boolean; noLogStdErr?: boolean; }): Q.Promise; + /** + * Like getProcessOutput, but additionally logs a [TIMING] line for each "✔ " + * progress marker the child process prints to stdout, so long opaque commands can be + * broken down into their constituent phases. + */ + static getProcessOutputWithPhaseTiming(command: string, options?: { + cwd?: string; + env?: any; + timeout?: number; + noLogCommand?: boolean; + noLogStdOut?: boolean; + noLogStdErr?: boolean; + }): Q.Promise; /** * Returns the name of the plugin that is being tested. */ diff --git a/test-ios-timing-20260804.txt b/test-ios-timing-20260804.txt new file mode 100644 index 00000000..a2902dc9 --- /dev/null +++ b/test-ios-timing-20260804.txt @@ -0,0 +1,4237 @@ + +> @bitrise/code-push-sdk@0.0.0 test:ios +> npm run build:tests && npm run test:setup:ios && npm run test:fast:ios + + +> @bitrise/code-push-sdk@0.0.0 prebuild:tests +> npm run clean && npm run tslint + + +> @bitrise/code-push-sdk@0.0.0 clean +> shx rm -rf bin lib + + +> @bitrise/code-push-sdk@0.0.0 tslint +> tslint -c tslint.json test/**/*.ts + + +> @bitrise/code-push-sdk@0.0.0 build:tests +> tsc + + +> @bitrise/code-push-sdk@0.0.0 test:setup:ios +> mocha --recursive bin/test --ios --setup + +Initializing tests for @bitrise/code-push-sdk +TestCodePush +com.testcodepush +Testing undefined. +On ios +test run directory = /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +updates directory = /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +--setting up-- + + + CodePush React-Native Plugin + Setting Up For Tests +Building test project. +Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods +[TIMING] exec "xcrun simctl list" took 6096ms +Using iOS simulator named 03B3C061-4EB3-49EE-862E-E39C254B0D5E +Setting up iOS emulator. +Checking if iOS emulator is ready yet... +[TIMING] exec "xcrun simctl getenv booted SIMULATOR_UDID" took 254ms +Error: Command failed: xcrun simctl getenv booted SIMULATOR_UDID +No devices are booted. + + at genericNodeError (node:internal/errors:985:15) + at wrappedFn (node:internal/errors:539:14) + at ChildProcess.exithandler (node:child_process:417:12) + at ChildProcess.emit (node:events:509:28) + at maybeClose (node:internal/child_process:1124:16) + at Socket. (node:internal/child_process:481:11) + at Socket.emit (node:events:509:28) + at Pipe. (node:net:351:12) { + code: 148, + killed: false, + signal: null, + cmd: 'xcrun simctl getenv booted SIMULATOR_UDID' +} +iOS emulator is not ready yet! +Booting iOS emulator named 03B3C061-4EB3-49EE-862E-E39C254B0D5E. +Running command: xcrun simctl boot 03B3C061-4EB3-49EE-862E-E39C254B0D5E +[TIMING] exec "xcrun simctl boot 03B3C061-4EB3-49EE-862E-E39C254B0D5E" took 1376ms + + ###### ###### + ### #### #### ### + ## ### ### ## + ## #### ## + ## #### ## + ## ## ## ## + ## ### ### ## + ## ######################## ## + ###### ### ### ###### + ### ## ## ## ## ### + ### ## ### #### ### ## ### + ## #### ######## #### ## + ## ### ########## ### ## + ## #### ######## #### ## + ### ## ### #### ### ## ### + ### ## ## ## ## ### + ###### ### ### ###### + ## ######################## ## + ## ### ### ## + ## ## ## ## + ## #### ## + ## #### ## + ## ### ### ## + ### #### #### ### + ###### ###### + + + Welcome to React Native 0.86.2! + Learn once, write anywhere + +- Downloading template +✔ Downloading template +- Copying template +✔ Copying template +- Processing template +✔ Processing template +- Installing dependencies +Checking if iOS emulator is ready yet... +[TIMING] exec "xcrun simctl getenv booted SIMULATOR_UDID" took 470ms +iOS emulator is ready! +[TIMING] iOS bootEmulator took 5728ms +✔ Installing dependencies +- Installing Ruby Gems +✔ Installing Ruby Gems +- Installing CocoaPods dependencies (this may take a few minutes) +✔ Installing CocoaPods dependencies (this may take a few minutes) +- Initializing Git repository +✔ Initializing Git repository + + + Run instructions for Android: + • Have an Android emulator running (quickest way to get started), or a device connected. + • cd "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush" && npx react-native run-android + + Run instructions for iOS: + • cd "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush" + + • npx react-native run-ios + - or - + • Open TestCodePush/ios/TestCodePush.xcworkspace in Xcode or run "xed -b ios" + • Hit the Run button + + Run instructions for macOS: + • See https://microsoft.github.io/react-native-macos for the latest up-to-date instructions. + + +[TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 53855ms +"npx @react-native-community/cli init TestCodePush" success. cwd=/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +Running command: npm pack /Users/oliverfalvai/Personal/Projects/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link + +> @bitrise/code-push-sdk@0.0.0 prepare +> npm run build:ts + + +> @bitrise/code-push-sdk@0.0.0 build:ts +> tsc -p tsconfig.build.json + +npm notice +npm notice 📦 @bitrise/code-push-sdk@0.0.0 +npm notice Tarball Contents +npm notice 388B .config/CredScanSuppressions.json +npm notice 703B AlertAdapter.js +npm notice 28.8kB CodePush.js +npm notice 1.1kB CodePush.podspec +npm notice 4.2kB CONTRIBUTING.md +npm notice 1.1kB LICENSE.md +npm notice 40.5kB README.md +npm notice 2.8kB SECURITY.md +npm notice 1.7kB android/app/build.gradle +npm notice 1.2kB android/app/proguard-rules.pro +npm notice 151B android/app/src/main/AndroidManifest.xml +npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +npm notice 570B android/build.gradle +npm notice 7.5kB android/codepush.gradle +npm notice 856B android/gradle.properties +npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +npm notice 5.1kB android/gradlew +npm notice 2.4kB android/gradlew.bat +npm notice 74B android/settings.gradle +npm notice 8.3kB api-compat/compat.ts +npm notice 5.1kB docs/api-android.md +npm notice 3.3kB docs/api-ios.md +npm notice 43.4kB docs/api-js.md +npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +npm notice 2.6kB docs/multi-deployment-testing-android.md +npm notice 4.1kB docs/multi-deployment-testing-ios.md +npm notice 6.4kB docs/setup-android.md +npm notice 6.6kB docs/setup-ios.md +npm notice 4.8kB docs/setup-windows.md +npm notice 15.8kB expo.js +npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +npm notice 1.2kB ios/CodePush/Base64/README.md +npm notice 8.0kB ios/CodePush/CodePush.h +npm notice 42.0kB ios/CodePush/CodePush.m +npm notice 3.5kB ios/CodePush/CodePushConfig.m +npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +npm notice 563B ios/CodePush/CodePushErrorUtils.m +npm notice 37.7kB ios/CodePush/CodePushPackage.m +npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +npm notice 276B ios/CodePush/CodePushUtils.m +npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +npm notice 1.1kB ios/CodePush/JWT/LICENSE +npm notice 16.5kB ios/CodePush/JWT/README.md +npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +npm notice 806B ios/CodePush/SSZipArchive/Info.plist +npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +npm notice 267B ios/CodePush/SSZipArchive/README.md +npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +npm notice 844B ios/PrivacyInfo.xcprivacy +npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +npm notice 921B lib/acquisition-sdk/types.d.ts +npm notice 375B lib/acquisition-sdk/types.js +npm notice 159B lib/acquisition-sdk/types.js.map +npm notice 147B logging.js +npm notice 3.5kB package.json +npm notice 337B react-native.config.js +npm notice 1.2kB request-fetch-adapter.js +npm notice 4.6kB scripts/generateBundledResourcesHash.js +npm notice 646B scripts/getFilesInFolder.js +npm notice 4.5kB scripts/postlink/android/postlink.js +npm notice 5.1kB scripts/postlink/ios/postlink.js +npm notice 241B scripts/postlink/run.js +npm notice 3.7kB scripts/postunlink/android/postunlink.js +npm notice 4.6kB scripts/postunlink/ios/postunlink.js +npm notice 249B scripts/postunlink/run.js +npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +npm notice 1.9kB scripts/tools/linkToolsAndroid.js +npm notice 6.1kB scripts/tools/linkToolsIos.js +npm notice 784B tslint.json +npm notice 16.9kB typings/react-native-code-push.d.ts +npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +npm notice 211B windows-legacy/CodePush.Net46/packages.config +npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +npm notice 139B windows/CodePush/CodePush.def +npm notice 11.1kB windows/CodePush/CodePush.vcxproj +npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +npm notice 2.7kB windows/CodePush/CodePushConfig.h +npm notice 360B windows/CodePush/CodePushConfig.idl +npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +npm notice 890B windows/CodePush/CodePushDownloadHandler.h +npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +npm notice 2.8kB windows/CodePush/CodePushPackage.h +npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +npm notice 735B windows/CodePush/CodePushUtils.cpp +npm notice 422B windows/CodePush/CodePushUtils.h +npm notice 4.8kB windows/CodePush/FileUtils.cpp +npm notice 866B windows/CodePush/FileUtils.h +npm notice 1.2kB windows/CodePush/miniz/LICENSE +npm notice 316.3kB windows/CodePush/miniz/miniz.c +npm notice 67.6kB windows/CodePush/miniz/miniz.h +npm notice 4.3kB windows/CodePush/miniz/readme.md +npm notice 159B windows/CodePush/packages.config +npm notice 20B windows/CodePush/pch.cpp +npm notice 124B windows/CodePush/pch.h +npm notice 586B windows/CodePush/PropertySheet.props +npm notice 452B windows/CodePush/ReactPackageProvider.cpp +npm notice 699B windows/CodePush/ReactPackageProvider.h +npm notice 243B windows/CodePush/ReactPackageProvider.idl +npm notice Tarball Details +npm notice name: @bitrise/code-push-sdk +npm notice version: 0.0.0 +npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +npm notice package size: 421.7 kB +npm notice unpacked size: 2.0 MB +npm notice shasum: 345008be27003adcaee49c057b8eb06891036e5f +npm notice integrity: sha512-tpfObhYIzH3rl[...]G2q1HLqV9ligQ== +npm notice total files: 245 +npm notice +bitrise-code-push-sdk-0.0.0.tgz +npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). + +added 28 packages, and audited 895 packages in 2s + +172 packages are looking for funding + run `npm fund` for details + +10 moderate severity vulnerabilities + +To address all issues possible, run: + npm audit fix --force + +Some issues need review, and may require choosing +a different dependency. + +Run `npm audit` for details. +npm warn allow-scripts 2 packages have install scripts not yet covered by allowScripts: +npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +npm warn allow-scripts +npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. + +added 1 package, removed 1 package, and audited 3 packages in 222ms + +found 0 vulnerabilities +Reshimming mise 24... +[TIMING] exec "npm pack /Users/oliverfalvai/Personal/Projects/react-native-code-push && npm ins..." took 3527ms +[TIMING] createTestProject(testRunDirectory) took 63482ms +Building update project. +Running command: npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pods + + ###### ###### + ### #### #### ### + ## ### ### ## + ## #### ## + ## #### ## + ## ## ## ## + ## ### ### ## + ## ######################## ## + ###### ### ### ###### + ### ## ## ## ## ### + ### ## ### #### ### ## ### + ## #### ######## #### ## + ## ### ########## ### ## + ## #### ######## #### ## + ### ## ### #### ### ## ### + ### ## ## ## ## ### + ###### ### ### ###### + ## ######################## ## + ## ### ### ## + ## ## ## ## + ## #### ## + ## #### ## + ## ### ### ## + ### #### #### ### + ###### ###### + + + Welcome to React Native 0.86.2! + Learn once, write anywhere + +- Downloading template +✔ Downloading template +- Copying template +✔ Copying template +- Processing template +✔ Processing template +- Installing dependencies +✔ Installing dependencies +- Installing Ruby Gems +✔ Installing Ruby Gems +- Installing CocoaPods dependencies (this may take a few minutes) +✔ Installing CocoaPods dependencies (this may take a few minutes) +- Initializing Git repository +✔ Initializing Git repository + + + Run instructions for Android: + • Have an Android emulator running (quickest way to get started), or a device connected. + • cd "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush" && npx react-native run-android + + Run instructions for iOS: + • cd "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush" + + • npx react-native run-ios + - or - + • Open TestCodePush/ios/TestCodePush.xcworkspace in Xcode or run "xed -b ios" + • Hit the Run button + + Run instructions for macOS: + • See https://microsoft.github.io/react-native-macos for the latest up-to-date instructions. + + +[TIMING] exec "npx @react-native-community/cli init TestCodePush --version 0.86.2 --install-pod..." took 27032ms +"npx @react-native-community/cli init TestCodePush" success. cwd=/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +Running command: npm pack /Users/oliverfalvai/Personal/Projects/react-native-code-push && npm install bitrise-code-push-sdk-0.0.0.tgz && npm link + +> @bitrise/code-push-sdk@0.0.0 prepare +> npm run build:ts + + +> @bitrise/code-push-sdk@0.0.0 build:ts +> tsc -p tsconfig.build.json + +npm notice +npm notice 📦 @bitrise/code-push-sdk@0.0.0 +npm notice Tarball Contents +npm notice 388B .config/CredScanSuppressions.json +npm notice 703B AlertAdapter.js +npm notice 28.8kB CodePush.js +npm notice 1.1kB CodePush.podspec +npm notice 4.2kB CONTRIBUTING.md +npm notice 1.1kB LICENSE.md +npm notice 40.5kB README.md +npm notice 2.8kB SECURITY.md +npm notice 1.7kB android/app/build.gradle +npm notice 1.2kB android/app/proguard-rules.pro +npm notice 151B android/app/src/main/AndroidManifest.xml +npm notice 16.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +npm notice 2.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushConstants.java +npm notice 3.7kB android/app/src/main/java/com/microsoft/codepush/react/CodePushDialog.java +npm notice 325B android/app/src/main/java/com/microsoft/codepush/react/CodePushInstallMode.java +npm notice 319B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPublicKeyException.java +npm notice 202B android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidUpdateException.java +npm notice 488B android/app/src/main/java/com/microsoft/codepush/react/CodePushMalformedDataException.java +npm notice 35.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java +npm notice 326B android/app/src/main/java/com/microsoft/codepush/react/CodePushNotInitializedException.java +npm notice 8.4kB android/app/src/main/java/com/microsoft/codepush/react/CodePushTelemetryManager.java +npm notice 292B android/app/src/main/java/com/microsoft/codepush/react/CodePushUnknownException.java +npm notice 17.1kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java +npm notice 283B android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateState.java +npm notice 12.3kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateUtils.java +npm notice 9.0kB android/app/src/main/java/com/microsoft/codepush/react/CodePushUtils.java +npm notice 895B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgress.java +npm notice 128B android/app/src/main/java/com/microsoft/codepush/react/DownloadProgressCallback.java +npm notice 7.7kB android/app/src/main/java/com/microsoft/codepush/react/FileUtils.java +npm notice 254B android/app/src/main/java/com/microsoft/codepush/react/ReactHostHolder.java +npm notice 7.0kB android/app/src/main/java/com/microsoft/codepush/react/SettingsManager.java +npm notice 2.4kB android/app/src/main/java/com/microsoft/codepush/react/TLSSocketFactory.java +npm notice 570B android/build.gradle +npm notice 7.5kB android/codepush.gradle +npm notice 856B android/gradle.properties +npm notice 52.3kB android/gradle/wrapper/gradle-wrapper.jar +npm notice 203B android/gradle/wrapper/gradle-wrapper.properties +npm notice 5.1kB android/gradlew +npm notice 2.4kB android/gradlew.bat +npm notice 74B android/settings.gradle +npm notice 8.3kB api-compat/compat.ts +npm notice 5.1kB docs/api-android.md +npm notice 3.3kB docs/api-ios.md +npm notice 43.4kB docs/api-js.md +npm notice 5.8kB docs/LOAD_BUNDLE_DELAY_ANALYSIS.md +npm notice 2.6kB docs/multi-deployment-testing-android.md +npm notice 4.1kB docs/multi-deployment-testing-ios.md +npm notice 6.4kB docs/setup-android.md +npm notice 6.6kB docs/setup-ios.md +npm notice 4.8kB docs/setup-windows.md +npm notice 15.8kB expo.js +npm notice 69.8kB ios/CodePush.xcodeproj/project.pbxproj +npm notice 135B ios/CodePush.xcodeproj/project.xcworkspace/contents.xcworkspacedata +npm notice 238B ios/CodePush.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +npm notice 1.2kB ios/CodePush/Base64/Base64/MF_Base64Additions.h +npm notice 10.9kB ios/CodePush/Base64/Base64/MF_Base64Additions.m +npm notice 1.2kB ios/CodePush/Base64/README.md +npm notice 8.0kB ios/CodePush/CodePush.h +npm notice 42.0kB ios/CodePush/CodePush.m +npm notice 3.5kB ios/CodePush/CodePushConfig.m +npm notice 4.8kB ios/CodePush/CodePushDownloadHandler.m +npm notice 563B ios/CodePush/CodePushErrorUtils.m +npm notice 37.7kB ios/CodePush/CodePushPackage.m +npm notice 7.1kB ios/CodePush/CodePushTelemetryManager.m +npm notice 15.7kB ios/CodePush/CodePushUpdateUtils.m +npm notice 276B ios/CodePush/CodePushUtils.m +npm notice 2.6kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithm.h +npm notice 324B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.h +npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmFactory.m +npm notice 299B ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.h +npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/Base/JWTAlgorithmNone.m +npm notice 566B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.h +npm notice 957B ios/CodePush/JWT/Core/Algorithms/ESFamily/JWTAlgorithmESBase.m +npm notice 4.1kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.h +npm notice 10.9kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolder.m +npm notice 1.4kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.h +npm notice 4.7kB ios/CodePush/JWT/Core/Algorithms/Holders/JWTAlgorithmDataHolderChain.m +npm notice 675B ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.h +npm notice 6.6kB ios/CodePush/JWT/Core/Algorithms/HSFamily/JWTAlgorithmHSBase.m +npm notice 962B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.h +npm notice 18.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTAlgorithmRSBase.m +npm notice 644B ios/CodePush/JWT/Core/Algorithms/RSFamily/JWTRSAlgorithm.h +npm notice 2.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.h +npm notice 8.5kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKey.m +npm notice 1.0kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.h +npm notice 4.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoKeyExtractor.m +npm notice 1.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.h +npm notice 21.8kB ios/CodePush/JWT/Core/Algorithms/RSFamily/RSKeys/JWTCryptoSecurity.m +npm notice 427B ios/CodePush/JWT/Core/ClaimSet/JWTClaim.h +npm notice 4.3kB ios/CodePush/JWT/Core/ClaimSet/JWTClaim.m +npm notice 752B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.h +npm notice 720B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSet.m +npm notice 432B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.h +npm notice 2.7kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetSerializer.m +npm notice 485B ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.h +npm notice 2.2kB ios/CodePush/JWT/Core/ClaimSet/JWTClaimsSetVerifier.m +npm notice 664B ios/CodePush/JWT/Core/Coding/JWTCoding.h +npm notice 175B ios/CodePush/JWT/Core/Coding/JWTCoding.m +npm notice 2.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.h +npm notice 3.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+ResultTypes.m +npm notice 7.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.h +npm notice 12.7kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionOne.m +npm notice 3.6kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.h +npm notice 21.9kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionThree.m +npm notice 5.2kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.h +npm notice 18.1kB ios/CodePush/JWT/Core/Coding/JWTCoding+VersionTwo.m +npm notice 1.2kB ios/CodePush/JWT/Core/FrameworkSupplement/JWT.h +npm notice 82B ios/CodePush/JWT/Core/FrameworkSupplement/Map.modulemap +npm notice 790B ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.h +npm notice 2.1kB ios/CodePush/JWT/Core/Supplement/JWTBase64Coder.m +npm notice 824B ios/CodePush/JWT/Core/Supplement/JWTDeprecations.h +npm notice 843B ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.h +npm notice 4.3kB ios/CodePush/JWT/Core/Supplement/JWTErrorDescription.m +npm notice 1.1kB ios/CodePush/JWT/LICENSE +npm notice 16.5kB ios/CodePush/JWT/README.md +npm notice 866B ios/CodePush/RCTConvert+CodePushInstallMode.m +npm notice 760B ios/CodePush/RCTConvert+CodePushUpdateState.m +npm notice 720B ios/CodePush/SSZipArchive/include/ZipArchive.h +npm notice 806B ios/CodePush/SSZipArchive/Info.plist +npm notice 877B ios/CodePush/SSZipArchive/minizip/LICENSE +npm notice 42.6kB ios/CodePush/SSZipArchive/minizip/mz_compat.c +npm notice 15.5kB ios/CodePush/SSZipArchive/minizip/mz_compat.h +npm notice 14.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt_apple.c +npm notice 7.4kB ios/CodePush/SSZipArchive/minizip/mz_crypt.c +npm notice 2.7kB ios/CodePush/SSZipArchive/minizip/mz_crypt.h +npm notice 8.4kB ios/CodePush/SSZipArchive/minizip/mz_os_posix.c +npm notice 8.9kB ios/CodePush/SSZipArchive/minizip/mz_os.c +npm notice 5.6kB ios/CodePush/SSZipArchive/minizip/mz_os.h +npm notice 13.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.c +npm notice 1.3kB ios/CodePush/SSZipArchive/minizip/mz_strm_buf.h +npm notice 7.1kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.c +npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_mem.h +npm notice 5.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os_posix.c +npm notice 1.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_os.h +npm notice 10.8kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.c +npm notice 1.7kB ios/CodePush/SSZipArchive/minizip/mz_strm_pkcrypt.h +npm notice 12.9kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.c +npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_split.h +npm notice 11.5kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.c +npm notice 1.6kB ios/CodePush/SSZipArchive/minizip/mz_strm_wzaes.h +npm notice 10.2kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.c +npm notice 1.4kB ios/CodePush/SSZipArchive/minizip/mz_strm_zlib.h +npm notice 15.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.c +npm notice 5.9kB ios/CodePush/SSZipArchive/minizip/mz_strm.h +npm notice 62.8kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.c +npm notice 11.9kB ios/CodePush/SSZipArchive/minizip/mz_zip_rw.h +npm notice 103.2kB ios/CodePush/SSZipArchive/minizip/mz_zip.c +npm notice 11.0kB ios/CodePush/SSZipArchive/minizip/mz_zip.h +npm notice 7.9kB ios/CodePush/SSZipArchive/minizip/mz.h +npm notice 267B ios/CodePush/SSZipArchive/README.md +npm notice 9.5kB ios/CodePush/SSZipArchive/SSZipArchive.h +npm notice 68.1kB ios/CodePush/SSZipArchive/SSZipArchive.m +npm notice 3.6kB ios/CodePush/SSZipArchive/SSZipCommon.h +npm notice 599B ios/CodePush/SSZipArchive/Supporting Files/PrivacyInfo.xcprivacy +npm notice 844B ios/PrivacyInfo.xcprivacy +npm notice 2.2kB lib/acquisition-sdk/acquisition-sdk.d.ts +npm notice 9.8kB lib/acquisition-sdk/acquisition-sdk.js +npm notice 6.7kB lib/acquisition-sdk/acquisition-sdk.js.map +npm notice 502B lib/acquisition-sdk/code-push-error.d.ts +npm notice 3.2kB lib/acquisition-sdk/code-push-error.js +npm notice 1.2kB lib/acquisition-sdk/code-push-error.js.map +npm notice 921B lib/acquisition-sdk/types.d.ts +npm notice 375B lib/acquisition-sdk/types.js +npm notice 159B lib/acquisition-sdk/types.js.map +npm notice 147B logging.js +npm notice 3.5kB package.json +npm notice 337B react-native.config.js +npm notice 1.2kB request-fetch-adapter.js +npm notice 4.6kB scripts/generateBundledResourcesHash.js +npm notice 646B scripts/getFilesInFolder.js +npm notice 4.5kB scripts/postlink/android/postlink.js +npm notice 5.1kB scripts/postlink/ios/postlink.js +npm notice 241B scripts/postlink/run.js +npm notice 3.7kB scripts/postunlink/android/postunlink.js +npm notice 4.6kB scripts/postunlink/ios/postunlink.js +npm notice 249B scripts/postunlink/run.js +npm notice 1.4kB scripts/recordFilesBeforeBundleCommand.js +npm notice 1.9kB scripts/tools/linkToolsAndroid.js +npm notice 6.1kB scripts/tools/linkToolsIos.js +npm notice 784B tslint.json +npm notice 16.9kB typings/react-native-code-push.d.ts +npm notice 431B windows-legacy/CodePush.Net46.Test/app.config +npm notice 3.1kB windows-legacy/CodePush.Net46.Test/ApplicationDataContainerTest.cs +npm notice 6.8kB windows-legacy/CodePush.Net46.Test/CodePush.Net46.Test.csproj +npm notice 140B windows-legacy/CodePush.Net46.Test/packages.config +npm notice 1.4kB windows-legacy/CodePush.Net46.Test/Properties/AssemblyInfo.cs +npm notice 4.9kB windows-legacy/CodePush.Net46.Test/TelemetryManagerTest.cs +npm notice 666B windows-legacy/CodePush.Net46/Adapters/Http/HttpProgress.cs +npm notice 3.2kB windows-legacy/CodePush.Net46/Adapters/Storage/ApplicationDataContainer.cs +npm notice 5.1kB windows-legacy/CodePush.Net46/CodePush.Net46.csproj +npm notice 5.0kB windows-legacy/CodePush.Net46/CodePushUtils.cs +npm notice 2.3kB windows-legacy/CodePush.Net46/FileUtils.cs +npm notice 211B windows-legacy/CodePush.Net46/packages.config +npm notice 1.4kB windows-legacy/CodePush.Net46/Properties/AssemblyInfo.cs +npm notice 15.4kB windows-legacy/CodePush.Net46/UpdateManager.cs +npm notice 2.9kB windows-legacy/CodePush.Net46/UpdateUtils.cs +npm notice 1.2kB windows-legacy/CodePush.Shared/CodePush.Shared.projitems +npm notice 1.1kB windows-legacy/CodePush.Shared/CodePush.Shared.shproj +npm notice 2.1kB windows-legacy/CodePush.Shared/CodePushConstants.cs +npm notice 13.2kB windows-legacy/CodePush.Shared/CodePushNativeModule.cs +npm notice 9.3kB windows-legacy/CodePush.Shared/CodePushReactPackage.cs +npm notice 1.9kB windows-legacy/CodePush.Shared/CodePushUtils.cs +npm notice 133B windows-legacy/CodePush.Shared/InstallMode.cs +npm notice 1.4kB windows-legacy/CodePush.Shared/MinimumBackgroundListener.cs +npm notice 4.8kB windows-legacy/CodePush.Shared/SettingsManager.cs +npm notice 9.2kB windows-legacy/CodePush.Shared/TelemetryManager.cs +npm notice 119B windows-legacy/CodePush.Shared/UpdateState.cs +npm notice 5.9kB windows-legacy/CodePush/CodePush.csproj +npm notice 1.3kB windows-legacy/CodePush/CodePushUtils.cs +npm notice 1.9kB windows-legacy/CodePush/FileUtils.cs +npm notice 1.0kB windows-legacy/CodePush/Properties/AssemblyInfo.cs +npm notice 1.5kB windows-legacy/CodePush/Properties/CodePush.rd.xml +npm notice 15.1kB windows-legacy/CodePush/UpdateManager.cs +npm notice 1.9kB windows-legacy/CodePush/UpdateUtils.cs +npm notice 139B windows/CodePush/CodePush.def +npm notice 11.1kB windows/CodePush/CodePush.vcxproj +npm notice 3.0kB windows/CodePush/CodePush.vcxproj.filters +npm notice 3.7kB windows/CodePush/CodePushConfig.cpp +npm notice 2.7kB windows/CodePush/CodePushConfig.h +npm notice 360B windows/CodePush/CodePushConfig.idl +npm notice 2.6kB windows/CodePush/CodePushDownloadHandler.cpp +npm notice 890B windows/CodePush/CodePushDownloadHandler.h +npm notice 35.9kB windows/CodePush/CodePushNativeModule.cpp +npm notice 10.8kB windows/CodePush/CodePushNativeModule.h +npm notice 17.5kB windows/CodePush/CodePushPackage.cpp +npm notice 2.8kB windows/CodePush/CodePushPackage.h +npm notice 9.6kB windows/CodePush/CodePushTelemetryManager.cpp +npm notice 1.5kB windows/CodePush/CodePushTelemetryManager.h +npm notice 3.1kB windows/CodePush/CodePushUpdateUtils.cpp +npm notice 1.5kB windows/CodePush/CodePushUpdateUtils.h +npm notice 735B windows/CodePush/CodePushUtils.cpp +npm notice 422B windows/CodePush/CodePushUtils.h +npm notice 4.8kB windows/CodePush/FileUtils.cpp +npm notice 866B windows/CodePush/FileUtils.h +npm notice 1.2kB windows/CodePush/miniz/LICENSE +npm notice 316.3kB windows/CodePush/miniz/miniz.c +npm notice 67.6kB windows/CodePush/miniz/miniz.h +npm notice 4.3kB windows/CodePush/miniz/readme.md +npm notice 159B windows/CodePush/packages.config +npm notice 20B windows/CodePush/pch.cpp +npm notice 124B windows/CodePush/pch.h +npm notice 586B windows/CodePush/PropertySheet.props +npm notice 452B windows/CodePush/ReactPackageProvider.cpp +npm notice 699B windows/CodePush/ReactPackageProvider.h +npm notice 243B windows/CodePush/ReactPackageProvider.idl +npm notice Tarball Details +npm notice name: @bitrise/code-push-sdk +npm notice version: 0.0.0 +npm notice filename: bitrise-code-push-sdk-0.0.0.tgz +npm notice package size: 421.7 kB +npm notice unpacked size: 2.0 MB +npm notice shasum: 345008be27003adcaee49c057b8eb06891036e5f +npm notice integrity: sha512-tpfObhYIzH3rl[...]G2q1HLqV9ligQ== +npm notice total files: 245 +npm notice +bitrise-code-push-sdk-0.0.0.tgz +npm warn deprecated uuid@7.0.3: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). + +added 28 packages, and audited 895 packages in 1s + +172 packages are looking for funding + run `npm fund` for details + +10 moderate severity vulnerabilities + +To address all issues possible, run: + npm audit fix --force + +Some issues need review, and may require choosing +a different dependency. + +Run `npm audit` for details. +npm warn allow-scripts 2 packages have install scripts not yet covered by allowScripts: +npm warn allow-scripts fsevents@2.3.3 (install: (install scripts present)) +npm warn allow-scripts @bitrise/code-push-sdk@0.0.0 (prepare: npm run build:ts) +npm warn allow-scripts +npm warn allow-scripts Run `npm approve-scripts --allow-scripts-pending` to review, or `npm approve-scripts ` to allow. + +changed 1 package, and audited 3 packages in 272ms + +found 0 vulnerabilities +Reshimming mise 24... +[TIMING] exec "npm pack /Users/oliverfalvai/Personal/Projects/react-native-code-push && npm ins..." took 3005ms +[TIMING] createTestProject(updatesDirectory) took 34994ms +[TIMING] setupTests total took 98478ms + ✔ sets up tests correctly (98479ms) + + + 1 passing (2m) + + +> @bitrise/code-push-sdk@0.0.0 test:fast:ios +> mocha --recursive bin/test --ios + +Initializing tests for @bitrise/code-push-sdk +TestCodePush +com.testcodepush +Testing undefined. +On ios +test run directory = /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +updates directory = /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates + + + CodePush React-Native Plugin + Tests undefined on ios + CodePush +Setting up server at http://127.0.0.1:3000 +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 700ms +Running command: pod install +Found 2 modules for target `TestCodePush` +link_native_modules! {ios_packages: [{configurations: [], name: "@bitrise/code-push-sdk", root: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk", path: "../node_modules/@bitrise/code-push-sdk", podspec_path: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/@bitrise/code-push-sdk/CodePush.podspec", script_phases: []}, {configurations: [], name: "react-native-safe-area-context", root: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native-safe-area-context", path: "../node_modules/react-native-safe-area-context", podspec_path: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec", script_phases: []}], ios_project_root_path: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios", react_native_path: "../node_modules/react-native"} +Auto-linking React Native modules for target `TestCodePush`: CodePush and react-native-safe-area-context +Framework build type is static library +[ReactNativeDependencies] Setting up ReactNativeDependencies... +[ReactNativeDependencies] Building from source: false +[ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +[ReactNativeDependencies] Source: {http: "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz"} +[ReactNativeCore] Setting up ReactNativeCore... +[ReactNativeCore] Building from source: false +Configuring the target with the New Architecture +[ReactNativeCore] Using React Native Core and React Native Dependencies prebuilt versions. +[Codegen] Analyzing /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/package.json +[Codegen] Searching for codegen-enabled libraries in the app. +[Codegen] The "codegenConfig" field is not defined in package.json. Assuming there is nothing to generate at the app level. +[Codegen] Searching for codegen-enabled libraries in react-native.config.js +[Codegen] Found react-native-safe-area-context +[Codegen] Processing safeareacontext +[Codegen] Searching for podspec in the project dependencies. +[Codegen] Supported Apple platforms: ios, macos, tvos, visionos for safeareacontext +[Codegen] Generating Native Code for safeareacontext - ios +[Codegen] Generated artifacts: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen +[Codegen] Generating RCTThirdPartyComponentsProvider.h +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.h +[Codegen] Generating RCTThirdPartyComponentsProvider.mm +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.mm +[Codegen] Generating RCTModulesProvider.h +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.h +[Codegen] Generating RCTModuleProviders.mm +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.mm +[Codegen] Generating RCTAppDependencyProvider +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.h +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.mm +[Codegen] Generated podspec: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/ReactAppDependencyProvider.podspec +[Codegen] Generated podspec: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/ReactCodegen/ReactCodegen.podspec +[Codegen] Generating Package.swift +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/generated/ios/Package.swift +[Codegen] Done. +[ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +Analyzing dependencies +Downloading dependencies +Installing Base64 (1.1.2) +Installing CodePush (0.0.0) +Installing JWT (3.0.0-beta.14) +Installing SSZipArchive (2.5.5) +Generating Pods project +Setting USE_HERMES build settings +Setting REACT_NATIVE_PATH build settings +Setting SWIFT_ACTIVE_COMPILATION_CONDITIONS build settings +[Ccache]: Removing Ccache from CC, LD, CXX & LDPLUSPLUS build settings +Setting SWIFT_ENABLE_EXPLICIT_MODULES build settings +[ReactNativeCore] Processing VFS overlay file... +[ReactNativeCore] Created VFS overlay at /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/Pods/React-Core-prebuilt/React-VFS.yaml +[ReactNativeCore] VFS overlay setup complete +[ReactNativeCore] Configuring xcconfig for prebuilt React Native Core... +[ReactNativeCore] Prebuilt xcconfig configuration complete +[SPM] Cleaning old SPM dependencies from Pods project +[SPM] Adding SPM dependencies to Pods project +[Privacy Manifest Aggregation] Appending aggregated reasons to existing PrivacyInfo.xcprivacy file. +[Privacy Manifest Aggregation] Reading .xcprivacy files to aggregate all used Required Reason APIs. +Setting CLANG_CXX_LANGUAGE_STANDARD to c++20 on /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj + +==================== DEPRECATION NOTICE ===================== +Calling `pod install` directly is deprecated in React Native +because we are moving away from Cocoapods toward alternative +solutions to build the project. +* If you are using Expo, please run: +`npx expo run:ios` +* If you are using the Community CLI, please run: +`yarn ios` +============================================================= + +Pod install took 12 [s] to run +Integrating client project +Pod installation complete! There are 78 dependencies from the Podfile and 80 total pods installed. +[TIMING] exec "pod install" took 13743ms +replacing " +" with "CodePushDeploymentKey + mock-ios-deployment-key + CodePushServerURL + http://127.0.0.1:3000 + +" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +replacing "1.0" with "1.0.0" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +replacing "\$\(MARKETING_VERSION\)" with "1.0.0" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/Info.plist +replacing ""[$][(]inherited[)]",\s*[)];" with ""$(inherited)" + );" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +replacing "PRODUCT_BUNDLE_IDENTIFIER = [^;]*" with "PRODUCT_BUNDLE_IDENTIFIER = "com.testcodepush"" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush/AppDelegate.swift +Running command: pod install +Found 2 modules for target `TestCodePush` +link_native_modules! {ios_packages: [{configurations: [], name: "@bitrise/code-push-sdk", root: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk", path: "../node_modules/@bitrise/code-push-sdk", podspec_path: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/@bitrise/code-push-sdk/CodePush.podspec", script_phases: []}, {configurations: [], name: "react-native-safe-area-context", root: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/react-native-safe-area-context", path: "../node_modules/react-native-safe-area-context", podspec_path: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/node_modules/react-native-safe-area-context/react-native-safe-area-context.podspec", script_phases: []}], ios_project_root_path: "/private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios", react_native_path: "../node_modules/react-native"} +Auto-linking React Native modules for target `TestCodePush`: CodePush and react-native-safe-area-context +Framework build type is static library +[ReactNativeDependencies] Setting up ReactNativeDependencies... +[ReactNativeDependencies] Building from source: false +[ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +[ReactNativeDependencies] Source: {http: "https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz"} +[ReactNativeCore] Setting up ReactNativeCore... +[ReactNativeCore] Building from source: false +Configuring the target with the New Architecture +[ReactNativeCore] Using React Native Core and React Native Dependencies prebuilt versions. +[Codegen] Analyzing /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/package.json +[Codegen] Searching for codegen-enabled libraries in the app. +[Codegen] The "codegenConfig" field is not defined in package.json. Assuming there is nothing to generate at the app level. +[Codegen] Searching for codegen-enabled libraries in react-native.config.js +[Codegen] Found react-native-safe-area-context +[Codegen] Processing safeareacontext +[Codegen] Searching for podspec in the project dependencies. +[Codegen] Supported Apple platforms: ios, macos, tvos, visionos for safeareacontext +[Codegen] Generating Native Code for safeareacontext - ios +[Codegen] Generated artifacts: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen +[Codegen] Generating RCTThirdPartyComponentsProvider.h +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.h +[Codegen] Generating RCTThirdPartyComponentsProvider.mm +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTThirdPartyComponentsProvider.mm +[Codegen] Generating RCTModulesProvider.h +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.h +[Codegen] Generating RCTModuleProviders.mm +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/RCTModuleProviders.mm +[Codegen] Generating RCTAppDependencyProvider +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.h +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/RCTAppDependencyProvider.mm +[Codegen] Generated podspec: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactAppDependencyProvider/ReactAppDependencyProvider.podspec +[Codegen] Generated podspec: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/ReactCodegen/ReactCodegen.podspec +[Codegen] Generating Package.swift +[Codegen] Generated artifact: /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/build/generated/ios/Package.swift +[Codegen] Done. +[ReactNativeDependencies] Using tarball from URL: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.86.2/react-native-artifacts-0.86.2-reactnative-dependencies-debug.tar.gz +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-debug.tar.gz already exists in Pods. Skipping download. +[ReactNativeDependencies] Tarball reactnative-dependencies-0.86.2-release.tar.gz already exists in Pods. Skipping download. +Analyzing dependencies +Downloading dependencies +Installing Base64 (1.1.2) +Installing CodePush (0.0.0) +Installing JWT (3.0.0-beta.14) +Installing SSZipArchive (2.5.5) +Generating Pods project +Setting USE_HERMES build settings +Setting REACT_NATIVE_PATH build settings +Setting SWIFT_ACTIVE_COMPILATION_CONDITIONS build settings +[Ccache]: Removing Ccache from CC, LD, CXX & LDPLUSPLUS build settings +Setting SWIFT_ENABLE_EXPLICIT_MODULES build settings +[ReactNativeCore] Processing VFS overlay file... +[ReactNativeCore] Created VFS overlay at /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/Pods/React-Core-prebuilt/React-VFS.yaml +[ReactNativeCore] VFS overlay setup complete +[ReactNativeCore] Configuring xcconfig for prebuilt React Native Core... +[ReactNativeCore] Prebuilt xcconfig configuration complete +[SPM] Cleaning old SPM dependencies from Pods project +[SPM] Adding SPM dependencies to Pods project +[Privacy Manifest Aggregation] Appending aggregated reasons to existing PrivacyInfo.xcprivacy file. +[Privacy Manifest Aggregation] Reading .xcprivacy files to aggregate all used Required Reason APIs. +Setting CLANG_CXX_LANGUAGE_STANDARD to c++20 on /private/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj + +==================== DEPRECATION NOTICE ===================== +Calling `pod install` directly is deprecated in React Native +because we are moving away from Cocoapods toward alternative +solutions to build the project. +* If you are using Expo, please run: +`npx expo run:ios` +* If you are using the Community CLI, please run: +`yarn ios` +============================================================= + +Pod install took 9 [s] to run +Integrating client project +Pod installation complete! There are 78 dependencies from the Podfile and 80 total pods installed. +[TIMING] exec "pod install" took 10867ms +replacing " +" with "CodePushDeploymentKey + mock-ios-deployment-key + CodePushServerURL + http://127.0.0.1:3000 + +" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +replacing "1.0" with "1.0.0" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +replacing "\$\(MARKETING_VERSION\)" with "1.0.0" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/Info.plist +replacing ""[$][(]inherited[)]",\s*[)];" with ""$(inherited)" + );" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +replacing "PRODUCT_BUNDLE_IDENTIFIER = [^;]*" with "PRODUCT_BUNDLE_IDENTIFIER = "com.testcodepush"" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush.xcodeproj/project.pbxproj +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/ios/TestCodePush/AppDelegate.swift +[TIMING] ios suite before() (uninstall + preparePlatform x2) took 25323ms + #window.codePush.checkForUpdate +Setting up scenario scenarioCheckForUpdate.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdate.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioCheckForUpdate.js) for "#window.codePush.checkForUpdate" took 2ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 311ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +[TIMING] exec "xcrun simctl list" took 272ms +Using iOS simulator named 03B3C061-4EB3-49EE-862E-E39C254B0D5E +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 21544ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 21817ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 258ms +[TIMING] ios uninstallApplication took 258ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 3853ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 67557 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 384ms +[TIMING] ios installApp+launch took 4237ms +[TIMING] ios runApplication total (built=true) took 26313ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8fc90628df866644ca1d6896c6f94178ad3ed289916c1af31c2eccade685b0ff","client_unique_id":"1E9C714C-6E57-47E9-9CFD-30EA094A1A9D"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UP_TO_DATE"} +Sending OK +[TIMING] test "window.codePush.checkForUpdate.noUpdate" took 26559ms + ✔ window.codePush.checkForUpdate.noUpdate (26559ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 264ms +[TIMING] ios prepareEmulatorForTest total took 264ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 279ms +[TIMING] ios uninstallApplication took 279ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 397ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 67588 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +[TIMING] ios installApp+launch took 738ms +[TIMING] ios runApplication total (built=false) took 1017ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8fc90628df866644ca1d6896c6f94178ad3ed289916c1af31c2eccade685b0ff","client_unique_id":"8F57C5FD-F82E-4482-AB7B-E8E92423276F"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UP_TO_DATE"} +Sending OK +[TIMING] test "window.codePush.checkForUpdate.sendsBinaryHash" took 1224ms + ✔ window.codePush.checkForUpdate.sendsBinaryHash (1224ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 270ms +[TIMING] ios prepareEmulatorForTest total took 270ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 280ms +[TIMING] ios uninstallApplication took 280ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 398ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 67609 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 343ms +[TIMING] ios installApp+launch took 742ms +[TIMING] ios runApplication total (built=false) took 1022ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8fc90628df866644ca1d6896c6f94178ad3ed289916c1af31c2eccade685b0ff","client_unique_id":"D725270D-45D3-46F6-9856-33962F5D9C6E"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":true,"is_mandatory":false,"target_binary_range":"2.0.0","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":true}} +Application reported a test message. +Body: {"message":"CHECK_UP_TO_DATE"} +Sending OK +[TIMING] test "window.codePush.checkForUpdate.noUpdate.updateAppVersion" took 1228ms + ✔ window.codePush.checkForUpdate.noUpdate.updateAppVersion (1228ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 267ms +[TIMING] ios prepareEmulatorForTest total took 267ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 267ms +[TIMING] ios uninstallApplication took 267ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 398ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 67633 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +[TIMING] ios installApp+launch took 726ms +[TIMING] ios runApplication total (built=false) took 993ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8fc90628df866644ca1d6896c6f94178ad3ed289916c1af31c2eccade685b0ff","client_unique_id":"E0FF8E75-36DD-4838-9B1F-0A7BE96E3343"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4900","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-4900","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +[TIMING] test "window.codePush.checkForUpdate.update" took 1182ms + ✔ window.codePush.checkForUpdate.update (1182ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 272ms +[TIMING] ios prepareEmulatorForTest total took 272ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 268ms +[TIMING] ios uninstallApplication took 268ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 395ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 67650 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 333ms +[TIMING] ios installApp+launch took 728ms +[TIMING] ios runApplication total (built=false) took 996ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8fc90628df866644ca1d6896c6f94178ad3ed289916c1af31c2eccade685b0ff","client_unique_id":"E804DFEF-70A1-4560-9E7E-5BFF4CFC0EBC"} +Response: "invalid {{ json" +Application reported a test message. +Body: {"message":"CHECK_ERROR"} +Sending OK +[TIMING] test "window.codePush.checkForUpdate.error" took 1194ms + ✔ window.codePush.checkForUpdate.error (1194ms) +Cleaning up! + #window.codePush.checkForUpdate.customKey +Setting up scenario scenarioCheckForUpdateCustomKey.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioCheckForUpdateCustomKey.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioCheckForUpdateCustomKey.js) for "#window.codePush.checkForUpdate.customKey" took 8ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 262ms +[TIMING] ios prepareEmulatorForTest total took 262ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 8954ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 8955ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 276ms +[TIMING] ios uninstallApplication took 276ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 391ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 68004 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 335ms +[TIMING] ios installApp+launch took 726ms +[TIMING] ios runApplication total (built=true) took 9957ms +[TIMING] test "window.codePush.checkForUpdate.customKey.update" took 10140ms + ✔ window.codePush.checkForUpdate.customKey.update (10140ms) +Update check called from the app. +Request: {"deployment_key":"CUSTOM-DEPLOYMENT-KEY","app_version":"1.0.0","package_hash":"5669f1f885b3c93e528c3e74a542c703ddc248b7628bda94def27c8c9db4f28c","client_unique_id":"765647C1-8C69-40AB-ADB0-218E2E77B9A9"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"mock.url/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-161","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Cleaning up! + #remotePackage.download +Setting up scenario scenarioDownloadUpdate.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDownloadUpdate.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioDownloadUpdate.js) for "#remotePackage.download" took 2ms +Running command: xcrun simctl terminate booted com.testcodepush +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"CUSTOM-DEPLOYMENT-KEY","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-161","packageSize":12345,"downloadUrl":"mock.url/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 258ms +[TIMING] ios prepareEmulatorForTest total took 258ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 8013ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 8013ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 283ms +[TIMING] ios uninstallApplication took 283ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 399ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 68231 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 340ms +[TIMING] ios installApp+launch took 739ms +[TIMING] ios runApplication total (built=true) took 9035ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"faa2081cf598e901f76952305d059b0c7cb089e7dfd1bdfa658806beef1eb428","client_unique_id":"E925124E-DE94-4844-AAFA-A008567408E9"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2056","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2056","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2056","binaryDate":"1785854102.073510","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +[TIMING] test "remotePackage.download.success" took 9241ms + ✔ remotePackage.download.success (9241ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 265ms +[TIMING] ios prepareEmulatorForTest total took 265ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 270ms +[TIMING] ios uninstallApplication took 271ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 397ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 68250 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 333ms +[TIMING] ios installApp+launch took 730ms +[TIMING] ios runApplication total (built=false) took 1001ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"faa2081cf598e901f76952305d059b0c7cb089e7dfd1bdfa658806beef1eb428","client_unique_id":"62A47444-EA9F-4844-9387-2386F95F4F28"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://invalid_url","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9013","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9013","packageSize":12345,"downloadUrl":"http://invalid_url","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application reported a test message. +Body: {"message":"DOWNLOAD_ERROR"} +Sending OK +Message index: 1 +[TIMING] test "remotePackage.download.error" took 1222ms + ✔ remotePackage.download.error (1222ms) +Cleaning up! + #localPackage.install +Setting up scenario scenarioInstall.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstall.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioInstall.js) for "#localPackage.install" took 8ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 270ms +[TIMING] ios prepareEmulatorForTest total took 270ms +Setting up scenario updateNotifyApplicationReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Diff Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4711ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4727ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7803ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7803ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 275ms +[TIMING] ios uninstallApplication took 275ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 405ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 68721 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 339ms +[TIMING] ios installApp+launch took 744ms +[TIMING] ios runApplication total (built=true) took 8822ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"a398dc7b9111a79b5c549c6313ed8366c6538afe06b0258d274796f3d7406bce","client_unique_id":"2BE3B9CE-8CEC-49DA-8BD8-5B21A2E4C093"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5490","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5490","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5490","binaryDate":"1785854117.609531","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 2 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 262ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 68741 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 320ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.install.handlesDiff.againstBinary" took 15622ms + ✔ localPackage.install.handlesDiff.againstBinary (15622ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 249ms +[TIMING] ios prepareEmulatorForTest total took 249ms +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4052ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4063ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 284ms +[TIMING] ios uninstallApplication took 284ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 394ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 68996 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 329ms +[TIMING] ios installApp+launch took 723ms +[TIMING] ios runApplication total (built=false) took 1007ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"a398dc7b9111a79b5c549c6313ed8366c6538afe06b0258d274796f3d7406bce","client_unique_id":"BBDD4B71-73F3-4B33-AA93-8D76DD786DFA"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-6834","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-6834","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-6834","binaryDate":"1785854117.609531","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 2 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 267ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 69012 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.install.immediately" took 7162ms + ✔ localPackage.install.immediately (7162ms) +Cleaning up! + #localPackage.install.revert +Setting up scenario scenarioInstallWithRevert.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallWithRevert.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioInstallWithRevert.js) for "#localPackage.install.revert" took 6ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 246ms +[TIMING] ios prepareEmulatorForTest total took 246ms +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1852ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1861ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7705ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7717ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 309ms +[TIMING] ios uninstallApplication took 309ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 409ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 69473 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 344ms +[TIMING] ios installApp+launch took 753ms +[TIMING] ios runApplication total (built=true) took 8780ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"a8ac16ff149294a8c986d8f8972a7dd93a48bce5c1fd8a99ea8d5a10a65321db","client_unique_id":"8EDBC00E-436B-4A15-A3FF-A03C6E29F570"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5907","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-5907","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-5907","binaryDate":"1785854137.930162","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 2 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 265ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 69484 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"a8ac16ff149294a8c986d8f8972a7dd93a48bce5c1fd8a99ea8d5a10a65321db","client_unique_id":"8EDBC00E-436B-4A15-A3FF-A03C6E29F570"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-994","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-994","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-994","binaryDate":"1785854137.930162","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 2 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 263ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 69501 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 327ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"a8ac16ff149294a8c986d8f8972a7dd93a48bce5c1fd8a99ea8d5a10a65321db","client_unique_id":"8EDBC00E-436B-4A15-A3FF-A03C6E29F570"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-994","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.install.revert.dorevert" took 14568ms + ✔ localPackage.install.revert.dorevert (14568ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-994","binaryDate":"1785854137.930162","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +Sending OK +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 320ms +[TIMING] ios prepareEmulatorForTest total took 320ms +Setting up scenario updateNotifyApplicationReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 3995ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4003ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 279ms +[TIMING] ios uninstallApplication took 279ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 389ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 69785 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +[TIMING] ios installApp+launch took 717ms +[TIMING] ios runApplication total (built=false) took 996ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"a8ac16ff149294a8c986d8f8972a7dd93a48bce5c1fd8a99ea8d5a10a65321db","client_unique_id":"E6B385C9-5056-46B7-B82D-DDFC35E089EF"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9706","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9706","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-9706","binaryDate":"1785854137.930162","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 2 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 278ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 69802 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 372ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.install.revert.norevert" took 7120ms + ✔ localPackage.install.revert.norevert (7120ms) +Cleaning up! + #localPackage.installOnNextResume +Setting up scenario scenarioInstallOnResumeWithRevert.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnResumeWithRevert.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioInstallOnResumeWithRevert.js) for "#localPackage.installOnNextResume" took 4ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 234ms +[TIMING] ios prepareEmulatorForTest total took 234ms +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1776ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1786ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7297ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7298ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 304ms +[TIMING] ios uninstallApplication took 304ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 407ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 70261 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 344ms +[TIMING] ios installApp+launch took 751ms +[TIMING] ios runApplication total (built=true) took 8353ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"445a4c4a297e67c5329938d41ef248f6ebdd12ef4bc42e65252753a1eb5a9186","client_unique_id":"EDDA64E2-5DA2-4A2A-9D1C-CE26A287E5E8"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-439","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-439","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-439","binaryDate":"1785854159.695766","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 605ms +Waiting for 1000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 70261 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 330ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 252ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 70292 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 342ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"445a4c4a297e67c5329938d41ef248f6ebdd12ef4bc42e65252753a1eb5a9186","client_unique_id":"EDDA64E2-5DA2-4A2A-9D1C-CE26A287E5E8"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-439","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.installOnNextResume.dorevert" took 14137ms + ✔ localPackage.installOnNextResume.dorevert (14137ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-439","binaryDate":"1785854159.695766","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +Sending OK +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 250ms +[TIMING] ios prepareEmulatorForTest total took 250ms +Setting up scenario updateNotifyApplicationReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 5060ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 5070ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 346ms +[TIMING] ios uninstallApplication took 346ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 412ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 70566 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 349ms +[TIMING] ios installApp+launch took 761ms +[TIMING] ios runApplication total (built=false) took 1107ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"445a4c4a297e67c5329938d41ef248f6ebdd12ef4bc42e65252753a1eb5a9186","client_unique_id":"6BC35D38-7C59-4381-867C-86B7D241D240"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8603","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8603","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8603","binaryDate":"1785854159.695766","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 504ms +Waiting for 1000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 70566 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 294ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 259ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 70601 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.installOnNextResume.norevert" took 10099ms + ✔ localPackage.installOnNextResume.norevert (10099ms) +Cleaning up! + #localPackage.installOnNextSuspend +Setting up scenario scenarioInstallOnSuspendWithRevert.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnSuspendWithRevert.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioInstallOnSuspendWithRevert.js) for "#localPackage.installOnNextSuspend" took 4ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 249ms +[TIMING] ios prepareEmulatorForTest total took 249ms +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1992ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 2002ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 8526ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 8526ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 272ms +[TIMING] ios uninstallApplication took 272ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 392ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 71078 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 339ms +[TIMING] ios installApp+launch took 731ms +[TIMING] ios runApplication total (built=true) took 9529ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"87b1c880072f2f25cec462e9c970c8feeed12eafc75ff8e292766bd7411c549a","client_unique_id":"D48F0C84-B940-48AE-8176-D8359457074E"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2057","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-2057","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2057","binaryDate":"1785854185.883197","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 545ms +Waiting for 1000ms before resuming the test application. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 255ms +Running command: xcrun simctl launch booted com.testcodepush +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 71100 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 345ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"87b1c880072f2f25cec462e9c970c8feeed12eafc75ff8e292766bd7411c549a","client_unique_id":"D48F0C84-B940-48AE-8176-D8359457074E"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2057","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.installOnNextSuspend.dorevert" took 13812ms + ✔ localPackage.installOnNextSuspend.dorevert (13812ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-2057","binaryDate":"1785854185.883197","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +Sending OK +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +com.testcodepush: 71100 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 824ms +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 630ms +[TIMING] ios prepareEmulatorForTest total took 630ms +Setting up scenario updateNotifyApplicationReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4130ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4140ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 275ms +[TIMING] ios uninstallApplication took 275ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 395ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 71367 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +[TIMING] ios installApp+launch took 732ms +[TIMING] ios runApplication total (built=false) took 1007ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"87b1c880072f2f25cec462e9c970c8feeed12eafc75ff8e292766bd7411c549a","client_unique_id":"7FD2931D-7C3A-4914-9D5F-4494B2762A02"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3194","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3194","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-3194","binaryDate":"1785854185.883197","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 543ms +Waiting for 1000ms before resuming the test application. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 255ms +Running command: xcrun simctl launch booted com.testcodepush +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 71389 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 374ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.installOnNextSuspend.norevert" took 7486ms + ✔ localPackage.installOnNextSuspend.norevert (7487ms) +Cleaning up! + localPackage installOnNextRestart +Setting up scenario scenarioInstallOnRestartWithRevert.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallOnRestartWithRevert.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioInstallOnRestartWithRevert.js) for "localPackage installOnNextRestart" took 2ms +Running command: xcrun simctl terminate booted com.testcodepush +com.testcodepush: 71389 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 861ms +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 601ms +[TIMING] ios prepareEmulatorForTest total took 602ms +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1868ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1877ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7723ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7723ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 272ms +[TIMING] ios uninstallApplication took 272ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 403ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 71845 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +[TIMING] ios installApp+launch took 744ms +[TIMING] ios runApplication total (built=true) took 8739ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"f1f2241e3bd937177725e091cdeca44dc7ea08d1738f7cf0ff41f726c7ccfcca","client_unique_id":"8F4BB96A-3A5D-4DA6-9CE4-A4BEB2AD11E2"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7434","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7434","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7434","binaryDate":"1785854207.489512","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Update hash: randomHash-7434 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 258ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 71863 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 333ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update hash: randomHash-7434 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 246ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 71879 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 323ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"f1f2241e3bd937177725e091cdeca44dc7ea08d1738f7cf0ff41f726c7ccfcca","client_unique_id":"8F4BB96A-3A5D-4DA6-9CE4-A4BEB2AD11E2"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7434","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.installOnNextRestart.dorevert" took 14397ms + ✔ localPackage.installOnNextRestart.dorevert (14397ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7434","binaryDate":"1785854207.489512","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +Sending OK +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 261ms +[TIMING] ios prepareEmulatorForTest total took 261ms +Setting up scenario updateNotifyApplicationReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4054ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4062ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 273ms +[TIMING] ios uninstallApplication took 273ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 395ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72134 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +[TIMING] ios installApp+launch took 727ms +[TIMING] ios runApplication total (built=false) took 1000ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"f1f2241e3bd937177725e091cdeca44dc7ea08d1738f7cf0ff41f726c7ccfcca","client_unique_id":"8751A4D7-03FF-4C4B-B383-4D7C57E99CCE"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9374","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-9374","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-9374","binaryDate":"1785854207.489512","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 267ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72152 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 333ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 255ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72168 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 330ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "localPackage.installOnNextRestart.norevert" took 8886ms + ✔ localPackage.installOnNextRestart.norevert (8886ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 256ms +[TIMING] ios prepareEmulatorForTest total took 256ms +Setting up scenario updateNARConditional.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNARConditional.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1862ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1872ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 269ms +[TIMING] ios uninstallApplication took 269ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 393ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72423 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +[TIMING] ios installApp+launch took 730ms +[TIMING] ios runApplication total (built=false) took 999ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"f1f2241e3bd937177725e091cdeca44dc7ea08d1738f7cf0ff41f726c7ccfcca","client_unique_id":"7A37C4BF-67BE-4ACB-8AB8-89D4894BE3E2"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3304","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3304","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-3304","binaryDate":"1785854207.489512","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 2 (bad update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1880ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1889ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 250ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72667 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 327ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3304","label":"mock-update","client_unique_id":"7A37C4BF-67BE-4ACB-8AB8-89D4894BE3E2"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7612","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7612","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 1 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7612","binaryDate":"1785854207.489512","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 2 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 3 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 271ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72685 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 338ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 263ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72694 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending body: SKIP_NOTIFY_APPLICATION_READY +Message index: 0 +Application reported a test message. +Body: {"message":"SKIPPED_NOTIFY_APPLICATION_READY"} +Sending body: SKIP_NOTIFY_APPLICATION_READY +Message index: 1 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 273ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 72713 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3304","label":"mock-update","client_unique_id":"7A37C4BF-67BE-4ACB-8AB8-89D4894BE3E2"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7612","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"UPDATE_FAILED_PREVIOUSLY"} +Sending OK +Message index: 1 +[TIMING] test "localPackage.installOnNextRestart.revertToPrevious" took 12302ms + ✔ localPackage.installOnNextRestart.revertToPrevious (12302ms) +Cleaning up! + #codePush.restartApplication +Setting up scenario scenarioRestart.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioRestart.js) for "#codePush.restartApplication" took 4ms +Application downloading the package. +Running command: xcrun simctl terminate booted com.testcodepush +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7612","binaryDate":"1785854207.489512","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":true,"isMandatory":false}]} +Sending OK +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 258ms +[TIMING] ios prepareEmulatorForTest total took 258ms +Setting up scenario updateNotifyApplicationReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1583ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1592ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7821ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7821ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 277ms +[TIMING] ios uninstallApplication took 277ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 402ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 73166 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +[TIMING] ios installApp+launch took 739ms +[TIMING] ios runApplication total (built=true) took 8837ms +Application reported a test message. +Body: {"message":"PENDING_PACKAGE","args":[null]} +Sending OK +Message index: 0 +Application reported a test message. +Body: {"message":"CURRENT_PACKAGE","args":[null]} +Sending OK +Message index: 1 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"fd1233b1bbe6e842993c71eb1906c2d888cdf7a63681e664ad2aaa64d1e7d99a","client_unique_id":"2A2A48AC-805D-4933-9660-F707B328063F"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7265","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"fd1233b1bbe6e842993c71eb1906c2d888cdf7a63681e664ad2aaa64d1e7d99a","client_unique_id":"2A2A48AC-805D-4933-9660-F707B328063F"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7265","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 2 +Application reported a test message. +Body: {"message":"PENDING_PACKAGE","args":["randomHash-7265"]} +Sending OK +Message index: 3 +Application reported a test message. +Body: {"message":"CURRENT_PACKAGE","args":[null]} +Sending OK +Message index: 4 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 5 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 273ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 73184 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "codePush.restartApplication.checkPackages" took 12552ms + ✔ codePush.restartApplication.checkPackages (12552ms) +Cleaning up! + #codePush.restartApplication.2x +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 246ms +[TIMING] ios prepareEmulatorForTest total took 247ms +Setting up scenario scenarioInstallRestart2x.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioInstallRestart2x.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4054ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4063ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7746ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7746ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 274ms +[TIMING] ios uninstallApplication took 274ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 400ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 73645 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +[TIMING] ios installApp+launch took 741ms +[TIMING] ios runApplication total (built=true) took 8761ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"7d81e53245584dcc75c432e3077fae2eecc2246ae5e3b357ecb4f1483a5245bc","client_unique_id":"2D66AEA2-8C19-46E2-AE7A-68FCA88829CD"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8841","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-8841","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-8841","binaryDate":"1785854258.861674","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 3 +[TIMING] test "blocks when a restart is in progress and doesn't crash if there is a pending package" took 13106ms + ✔ blocks when a restart is in progress and doesn't crash if there is a pending package (13106ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 269ms +[TIMING] ios prepareEmulatorForTest total took 269ms +Setting up scenario scenarioRestart2x.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioRestart2x.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4098ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4108ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7633ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7633ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 280ms +[TIMING] ios uninstallApplication took 280ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 400ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74115 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 367ms +[TIMING] ios installApp+launch took 767ms +[TIMING] ios runApplication total (built=true) took 8680ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"693e177096957d096b5b8143a5e8198467ab9ea9e1608c4bb2109880e9fdc501","client_unique_id":"BECEA4DC-1EE1-4BD0-B2C6-E11D46096FAC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-648","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-648","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-648","binaryDate":"1785854272.171623","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 3 +[TIMING] test "doesn't block when the restart is ignored" took 13080ms + ✔ doesn't block when the restart is ignored (13080ms) +Cleaning up! + #window.codePush.sync + #window.codePush.sync 1x +Setting up scenario scenarioSync.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioSync.js) for "#window.codePush.sync 1x" took 4ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 260ms +[TIMING] ios prepareEmulatorForTest total took 260ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 230ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7672ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7672ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 270ms +[TIMING] ios uninstallApplication took 270ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 391ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74346 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 336ms +[TIMING] ios installApp+launch took 727ms +[TIMING] ios runApplication total (built=true) took 8670ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"7190A17A-A34D-496F-8814-233478EE4AEA"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"7190A17A-A34D-496F-8814-233478EE4AEA"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 0 +[TIMING] test "window.codePush.sync.noupdate" took 8879ms + ✔ window.codePush.sync.noupdate (8879ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 268ms +[TIMING] ios prepareEmulatorForTest total took 268ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 231ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 266ms +[TIMING] ios uninstallApplication took 266ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 394ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74368 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 334ms +[TIMING] ios installApp+launch took 728ms +[TIMING] ios runApplication total (built=false) took 994ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"5BA6152F-F94E-435E-99C8-B917AA2E1093"} +Response: "invalid {{ json" +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"5BA6152F-F94E-435E-99C8-B917AA2E1093"} +Response: "invalid {{ json" +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[3]} +Sending OK +Message index: 0 +[TIMING] test "window.codePush.sync.checkerror" took 1200ms + ✔ window.codePush.sync.checkerror (1200ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 272ms +[TIMING] ios prepareEmulatorForTest total took 272ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 230ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 261ms +[TIMING] ios uninstallApplication took 261ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 395ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74398 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 331ms +[TIMING] ios installApp+launch took 726ms +[TIMING] ios runApplication total (built=false) took 987ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"42454A19-1E8B-4F23-9116-0B1BCD15109B"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/oliverfalvai/Personal/Projects/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8879","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"42454A19-1E8B-4F23-9116-0B1BCD15109B"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/oliverfalvai/Personal/Projects/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-8879","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[3]} +Sending OK +Message index: 0 +[TIMING] test "window.codePush.sync.downloaderror" took 1212ms + ✔ window.codePush.sync.downloaderror (1212ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 278ms +[TIMING] ios prepareEmulatorForTest total took 278ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 230ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4139ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4148ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 281ms +[TIMING] ios uninstallApplication took 281ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 392ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74663 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +[TIMING] ios installApp+launch took 725ms +[TIMING] ios runApplication total (built=false) took 1006ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"75575B96-B4B0-4469-9E0C-9D9B287C5F5B"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7090","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"75575B96-B4B0-4469-9E0C-9D9B287C5F5B"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7090","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 263ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74673 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 322ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"75575B96-B4B0-4469-9E0C-9D9B287C5F5B"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7090","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"75575B96-B4B0-4469-9E0C-9D9B287C5F5B"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7090","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 0 +[TIMING] test "window.codePush.sync.dorevert" took 7228ms + ✔ window.codePush.sync.dorevert (7228ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 270ms +[TIMING] ios prepareEmulatorForTest total took 270ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 227ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Setting up scenario updateSync.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1855ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1864ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 273ms +[TIMING] ios uninstallApplication took 273ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 394ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74938 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 341ms +[TIMING] ios installApp+launch took 735ms +[TIMING] ios runApplication total (built=false) took 1008ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"A3FDCFD6-0207-46BB-97B8-621392ACFC04"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2935","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"6a8c8c69bf3dcaead3884d684deaebae4ceed50f6c381eb9008d08af7491d3ce","client_unique_id":"A3FDCFD6-0207-46BB-97B8-621392ACFC04"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2935","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2935","label":"mock-update","client_unique_id":"A3FDCFD6-0207-46BB-97B8-621392ACFC04"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2935","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2935","label":"mock-update","client_unique_id":"A3FDCFD6-0207-46BB-97B8-621392ACFC04"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2935","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 264ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 74947 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 345ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2935","label":"mock-update","client_unique_id":"A3FDCFD6-0207-46BB-97B8-621392ACFC04"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-2935","label":"mock-update","client_unique_id":"A3FDCFD6-0207-46BB-97B8-621392ACFC04"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "window.codePush.sync.update" took 5071ms + ✔ window.codePush.sync.update (5071ms) +Cleaning up! +Cleaning up! + #window.codePush.sync 2x +Setting up scenario scenarioSync2x.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSync2x.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +[TIMING] setupScenario(scenarioSync2x.js) for "#window.codePush.sync 2x" took 5ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 240ms +[TIMING] ios prepareEmulatorForTest total took 240ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 226ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7649ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7650ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 275ms +[TIMING] ios uninstallApplication took 276ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 395ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 75177 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 335ms +[TIMING] ios installApp+launch took 731ms +[TIMING] ios runApplication total (built=true) took 8657ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"7DB40463-440C-415C-AC3C-CFD9C3E157BF"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"7DB40463-440C-415C-AC3C-CFD9C3E157BF"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"7DB40463-440C-415C-AC3C-CFD9C3E157BF"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "window.codePush.sync.2x.noupdate" took 8892ms + ✔ window.codePush.sync.2x.noupdate (8892ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 304ms +[TIMING] ios prepareEmulatorForTest total took 304ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 268ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 270ms +[TIMING] ios uninstallApplication took 270ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 400ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 75207 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +[TIMING] ios installApp+launch took 737ms +[TIMING] ios runApplication total (built=false) took 1007ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"EE25F1FA-6F7F-471A-8F92-5D93A8BC1879"} +Response: "invalid {{ json" +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"EE25F1FA-6F7F-471A-8F92-5D93A8BC1879"} +Response: "invalid {{ json" +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"EE25F1FA-6F7F-471A-8F92-5D93A8BC1879"} +Response: "invalid {{ json" +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[3]} +Sending OK +Message index: 1 +[TIMING] test "window.codePush.sync.2x.checkerror" took 1210ms + ✔ window.codePush.sync.2x.checkerror (1211ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 262ms +[TIMING] ios prepareEmulatorForTest total took 262ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 234ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 266ms +[TIMING] ios uninstallApplication took 266ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 388ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 75228 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 330ms +[TIMING] ios installApp+launch took 719ms +[TIMING] ios runApplication total (built=false) took 985ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"73EBD73F-7735-4511-885E-60D5DC6FFEFC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/oliverfalvai/Personal/Projects/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9777","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"73EBD73F-7735-4511-885E-60D5DC6FFEFC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/oliverfalvai/Personal/Projects/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9777","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"73EBD73F-7735-4511-885E-60D5DC6FFEFC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http:///Users/oliverfalvai/Personal/Projects/react-native-code-push/test/template/invalid_path.zip","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-9777","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[3]} +Sending OK +Message index: 1 +[TIMING] test "window.codePush.sync.2x.downloaderror" took 1215ms + ✔ window.codePush.sync.2x.downloaderror (1215ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 265ms +[TIMING] ios prepareEmulatorForTest total took 265ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 229ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (bad update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4075ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4083ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 285ms +[TIMING] ios uninstallApplication took 285ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 393ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 75494 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +[TIMING] ios installApp+launch took 726ms +[TIMING] ios runApplication total (built=false) took 1011ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29D4583B-EEF1-4AF3-901E-B8568A687BCC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5533","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29D4583B-EEF1-4AF3-901E-B8568A687BCC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5533","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29D4583B-EEF1-4AF3-901E-B8568A687BCC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5533","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 1 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 265ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 75510 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29D4583B-EEF1-4AF3-901E-B8568A687BCC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5533","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29D4583B-EEF1-4AF3-901E-B8568A687BCC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5533","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29D4583B-EEF1-4AF3-901E-B8568A687BCC"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5533","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "window.codePush.sync.2x.dorevert" took 7195ms + ✔ window.codePush.sync.2x.dorevert (7195ms) +Cleaning up! +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 270ms +[TIMING] ios prepareEmulatorForTest total took 270ms +Running command: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 227ms +Error: Command failed: xcrun simctl terminate booted com.testcodepush +An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3): +Simulator device failed to terminate com.testcodepush. +found nothing to terminate +Underlying error (domain=NSPOSIXErrorDomain, code=3): + The request to terminate "com.testcodepush" failed. found nothing to terminate + found nothing to terminate + +Setting up scenario updateSync2x.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync2x.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1850ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1859ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 271ms +[TIMING] ios uninstallApplication took 271ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 398ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 75768 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 334ms +[TIMING] ios installApp+launch took 732ms +[TIMING] ios runApplication total (built=false) took 1003ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4253","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4253","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b79d4cb850f36df43244892bb75a8736944440d6ac55a38ad74f3cab663bcd40","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4253","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 1 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4253","label":"mock-update","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4253","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4253","label":"mock-update","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4253","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 2 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4253","label":"mock-update","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4253","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 3 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 261ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 75787 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 326ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4253","label":"mock-update","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4253","label":"mock-update","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[4]} +Sending OK +Message index: 1 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4253","label":"mock-update","client_unique_id":"29A9845F-63EA-4E80-BD27-FBB1657506B4"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 2 +[TIMING] test "window.codePush.sync.2x.update" took 5036ms + ✔ window.codePush.sync.2x.update (5036ms) +Cleaning up! +Cleaning up! + #window.codePush.sync minimum background duration tests +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 248ms +[TIMING] ios prepareEmulatorForTest total took 248ms +Setting up scenario scenarioSyncResume.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResume.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Setting up scenario updateSync.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateSync.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 1853ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 1862ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7762ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7762ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 280ms +[TIMING] ios uninstallApplication took 280ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 406ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 76260 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 330ms +[TIMING] ios installApp+launch took 736ms +[TIMING] ios runApplication total (built=true) took 8778ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8c4ae18ff973478d0438f2699d17df77361031b0250a3d707cc5882ab7e5180f","client_unique_id":"03051487-EE7E-4C2F-9A20-A8A447E11BE0"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-121","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"8c4ae18ff973478d0438f2699d17df77361031b0250a3d707cc5882ab7e5180f","client_unique_id":"03051487-EE7E-4C2F-9A20-A8A447E11BE0"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-121","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 0 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 541ms +Waiting for 1000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 76260 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 298ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-121","label":"mock-update","client_unique_id":"03051487-EE7E-4C2F-9A20-A8A447E11BE0"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-121","label":"mock-update","client_unique_id":"03051487-EE7E-4C2F-9A20-A8A447E11BE0"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "defaults to no minimum for Resume mode" took 12833ms + ✔ defaults to no minimum for Resume mode (12833ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 234ms +[TIMING] ios prepareEmulatorForTest total took 234ms +Setting up scenario scenarioSyncResumeDelay.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncResumeDelay.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 3925ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 3934ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7311ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7311ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 270ms +[TIMING] ios uninstallApplication took 270ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 391ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 76742 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 332ms +[TIMING] ios installApp+launch took 723ms +[TIMING] ios runApplication total (built=true) took 8304ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"97ae345cdc902b0c1cfef78701ff064b5a03974974c64526eaf4253725b87599","client_unique_id":"3EC32177-A522-47B6-A3BB-E600FCBD4C70"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4313","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"97ae345cdc902b0c1cfef78701ff064b5a03974974c64526eaf4253725b87599","client_unique_id":"3EC32177-A522-47B6-A3BB-E600FCBD4C70"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-4313","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 0 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 541ms +Waiting for 3000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 76742 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 282ms +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 827ms +Waiting for 6000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 76742 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 295ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4313","label":"mock-update","client_unique_id":"3EC32177-A522-47B6-A3BB-E600FCBD4C70"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-4313","label":"mock-update","client_unique_id":"3EC32177-A522-47B6-A3BB-E600FCBD4C70"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "min background duration 5s for Resume mode" took 23550ms + ✔ min background duration 5s for Resume mode (23550ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 283ms +[TIMING] ios prepareEmulatorForTest total took 283ms +Setting up scenario scenarioSyncSuspend.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspend.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4077ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4086ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7596ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7596ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 273ms +[TIMING] ios uninstallApplication took 273ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 399ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 77255 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 339ms +[TIMING] ios installApp+launch took 739ms +[TIMING] ios runApplication total (built=true) took 8608ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"dca15de0b2942e23380a23d4aadb506445d15a87e6ab9ada55f65fabf252db2b","client_unique_id":"143B29BC-61D0-4C8F-BD92-73C497165441"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5869","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"dca15de0b2942e23380a23d4aadb506445d15a87e6ab9ada55f65fabf252db2b","client_unique_id":"143B29BC-61D0-4C8F-BD92-73C497165441"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-5869","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 0 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 510ms +Waiting for 1000ms before resuming the test application. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-5869","label":"mock-update","client_unique_id":"143B29BC-61D0-4C8F-BD92-73C497165441"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-5869","label":"mock-update","client_unique_id":"143B29BC-61D0-4C8F-BD92-73C497165441"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "defaults to no minimum for Suspend mode" took 13550ms + ✔ defaults to no minimum for Suspend mode (13551ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 255ms +[TIMING] ios prepareEmulatorForTest total took 255ms +Setting up scenario scenarioSyncSuspendDelay.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncSuspendDelay.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 77496 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 351ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-5869","label":"mock-update","client_unique_id":"143B29BC-61D0-4C8F-BD92-73C497165441"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7109","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-5869","label":"mock-update","client_unique_id":"143B29BC-61D0-4C8F-BD92-73C497165441"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7109","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4101ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4110ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7803ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7803ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 288ms +[TIMING] ios uninstallApplication took 288ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 394ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 77734 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 339ms +[TIMING] ios installApp+launch took 733ms +[TIMING] ios runApplication total (built=true) took 8824ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"325279ef05e1bd3131f2ffa84eb3f9a4ee08cf2634b5c1863ed5c5713fcdc8d6","client_unique_id":"FB2F93F0-8501-47CA-A9FC-5347C42B43FE"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7109","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"325279ef05e1bd3131f2ffa84eb3f9a4ee08cf2634b5c1863ed5c5713fcdc8d6","client_unique_id":"FB2F93F0-8501-47CA-A9FC-5347C42B43FE"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7109","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 0 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 528ms +Waiting for 3000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 77734 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 276ms +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 831ms +Waiting for 6000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 77734 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 274ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7109","label":"mock-update","client_unique_id":"FB2F93F0-8501-47CA-A9FC-5347C42B43FE"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-7109","label":"mock-update","client_unique_id":"FB2F93F0-8501-47CA-A9FC-5347C42B43FE"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "min background duration 5s for Suspend mode" took 24195ms + ✔ min background duration 5s for Suspend mode (24195ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 245ms +[TIMING] ios prepareEmulatorForTest total took 245ms +Setting up scenario scenarioSyncRestartDelay.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncRestartDelay.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4186ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4193ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 8134ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 8134ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 287ms +[TIMING] ios uninstallApplication took 287ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 400ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 78244 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +[TIMING] ios installApp+launch took 737ms +[TIMING] ios runApplication total (built=true) took 9158ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"cdd1e10e316aa8a9e2232645207f71859356e13cb0bfe3aee5a34af7631d5839","client_unique_id":"ECABCC3B-AA42-400A-8801-758ED42D863E"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3457","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"cdd1e10e316aa8a9e2232645207f71859356e13cb0bfe3aee5a34af7631d5839","client_unique_id":"ECABCC3B-AA42-400A-8801-758ED42D863E"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3457","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 0 +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 263ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 78263 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 327ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3457","label":"mock-update","client_unique_id":"ECABCC3B-AA42-400A-8801-758ED42D863E"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"randomHash-3457","label":"mock-update","client_unique_id":"ECABCC3B-AA42-400A-8801-758ED42D863E"} +Response: {"update_info":{"download_url":"","is_disabled":false,"description":"","is_available":false,"is_mandatory":false,"target_binary_range":"0.0.1","package_hash":"","label":"","package_size":0,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[0]} +Sending OK +Message index: 1 +[TIMING] test "has no effect on restart" took 15422ms + ✔ has no effect on restart (15422ms) +Cleaning up! + #window.codePush.sync mandatory install mode tests +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 256ms +[TIMING] ios prepareEmulatorForTest total took 256ms +Setting up scenario scenarioSyncMandatoryDefault.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryDefault.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1 (good update)" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4062ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4070ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7672ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7673ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 275ms +[TIMING] ios uninstallApplication took 275ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 400ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 78724 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 339ms +[TIMING] ios installApp+launch took 739ms +[TIMING] ios runApplication total (built=true) took 8687ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"3ffe4e244220408ff8634b892c6f8da4873ac5b922493694c0fcf7b8b0af56e1","client_unique_id":"7A38E6E2-6216-4D19-A5AE-59BA4F30BEA9"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-7661","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"3ffe4e244220408ff8634b892c6f8da4873ac5b922493694c0fcf7b8b0af56e1","client_unique_id":"7A38E6E2-6216-4D19-A5AE-59BA4F30BEA9"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-7661","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "defaults to IMMEDIATE" took 13057ms + ✔ defaults to IMMEDIATE (13057ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 267ms +[TIMING] ios prepareEmulatorForTest total took 267ms +Setting up scenario scenarioSyncMandatoryResume.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryResume.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4073ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4081ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7644ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7644ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 293ms +[TIMING] ios uninstallApplication took 293ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 400ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 79187 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 335ms +[TIMING] ios installApp+launch took 735ms +[TIMING] ios runApplication total (built=true) took 8672ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b9f24cabe19fe6c2a2d3c236d30b2485307572e842ee2d316f8020e2416e1831","client_unique_id":"0C8EFA6E-3CA4-46D7-87E3-1751460DAF29"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-1802","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"b9f24cabe19fe6c2a2d3c236d30b2485307572e842ee2d316f8020e2416e1831","client_unique_id":"0C8EFA6E-3CA4-46D7-87E3-1751460DAF29"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-1802","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 0 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 531ms +Waiting for 5000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 79187 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 274ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "works correctly when update is mandatory and mandatory install mode is Resume" took 18869ms + ✔ works correctly when update is mandatory and mandatory install mode is Resume (18869ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 235ms +[TIMING] ios prepareEmulatorForTest total took 235ms +Setting up scenario scenarioSyncMandatorySuspend.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatorySuspend.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4046ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4055ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7709ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7709ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 278ms +[TIMING] ios uninstallApplication took 279ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 402ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 79680 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +[TIMING] ios installApp+launch took 739ms +[TIMING] ios runApplication total (built=true) took 8727ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"4ea22eb001b2bf101bdbac0ac0f5c6cc154f6e951fc2862a90c2b126c19fc551","client_unique_id":"3D565DAA-C847-4A57-951E-37E2A33FF292"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-8348","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"4ea22eb001b2bf101bdbac0ac0f5c6cc154f6e951fc2862a90c2b126c19fc551","client_unique_id":"3D565DAA-C847-4A57-951E-37E2A33FF292"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":true,"label":"mock-update","package_hash":"randomHash-8348","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"SYNC_STATUS","args":[1]} +Sending OK +Message index: 0 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 528ms +Waiting for 1000ms before resuming the test application. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "works correctly when update is mandatory and mandatory install mode is Suspend" took 13596ms + ✔ works correctly when update is mandatory and mandatory install mode is Suspend (13596ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 252ms +[TIMING] ios prepareEmulatorForTest total took 252ms +Setting up scenario scenarioSyncMandatoryRestart.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioSyncMandatoryRestart.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 79914 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 357ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"4ea22eb001b2bf101bdbac0ac0f5c6cc154f6e951fc2862a90c2b126c19fc551","client_unique_id":"3D565DAA-C847-4A57-951E-37E2A33FF292"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2497","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"4ea22eb001b2bf101bdbac0ac0f5c6cc154f6e951fc2862a90c2b126c19fc551","client_unique_id":"3D565DAA-C847-4A57-951E-37E2A33FF292"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2497","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4178ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4186ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7733ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7733ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 284ms +[TIMING] ios uninstallApplication took 284ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 396ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 80152 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 336ms +[TIMING] ios installApp+launch took 732ms +[TIMING] ios runApplication total (built=true) took 8749ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"70b4d0ea05248ae1eb2c890b7ca68f4ea99109712e5338b1657cb445d528f724","client_unique_id":"F2AE3439-3329-4B66-9AF2-2E9125086A0A"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2497","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"70b4d0ea05248ae1eb2c890b7ca68f4ea99109712e5338b1657cb445d528f724","client_unique_id":"F2AE3439-3329-4B66-9AF2-2E9125086A0A"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-2497","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application downloading the package. +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "has no effect on updates that are not mandatory" took 13231ms + ✔ has no effect on updates that are not mandatory (13231ms) +Cleaning up! + #codePush.disallowRestart +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 267ms +[TIMING] ios prepareEmulatorForTest total took 267ms +Setting up scenario scenarioDisallowRestartImmediate.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartImmediate.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Setting up scenario updateNotifyApplicationReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateNotifyApplicationReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4096ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4103ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7683ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7683ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 280ms +[TIMING] ios uninstallApplication took 280ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 404ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 80617 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 335ms +[TIMING] ios installApp+launch took 739ms +[TIMING] ios runApplication total (built=true) took 8702ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"17c1d65010c887db86a9ae5cec9f592ccd5e2906ca6b94c5bf71b103a270dbb8","client_unique_id":"797E5A47-5E0F-4ABC-A2BA-FA4D9D6FDA01"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7341","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7341","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7341","binaryDate":"1785854488.326291","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 3 +[TIMING] test "disallowRestart with IMMEDIATE install mode" took 13088ms + ✔ disallowRestart with IMMEDIATE install mode (13088ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 273ms +[TIMING] ios prepareEmulatorForTest total took 273ms +Setting up scenario scenarioDisallowRestartOnResume.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnResume.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Setting up scenario updateDeviceReady.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/updateDeviceReady.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "Update 1" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4150ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4159ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7642ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7642ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 271ms +[TIMING] ios uninstallApplication took 271ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 403ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 81086 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 337ms +[TIMING] ios installApp+launch took 740ms +[TIMING] ios runApplication total (built=true) took 8653ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"79972d46120de2c696b1d71d8407a4afbc99614739b280c49181a7474ad996f3","client_unique_id":"20C48AC8-8F29-4A41-B622-083D4A6589C1"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-3325","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-3325","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-3325","binaryDate":"1785854501.707667","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 541ms +Waiting for 1000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 81086 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 270ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 241ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 81112 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 328ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "disallowRestart with ON_NEXT_RESUME install mode" took 16614ms + ✔ disallowRestart with ON_NEXT_RESUME install mode (16614ms) +Cleaning up! +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 255ms +[TIMING] ios prepareEmulatorForTest total took 255ms +Setting up scenario scenarioDisallowRestartOnSuspend.js in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run +replacing "CODE_PUSH_TEST_APP_NAME" with "TestCodePush" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_SERVER_URL" with "http://127.0.0.1:3000" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_INDEX_JS_PATH" with "scenarios/scenarioDisallowRestartOnSuspend.js" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +replacing "CODE_PUSH_APP_VERSION" with "undefined" in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/index.js +Running command: npx react-native bundle --entry-file index.js --platform ios --bundle-output /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle --assets-dest /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/ --dev false + + ▒▒▓▓▓▓▒▒ + ▒▓▓▓▒▒░░▒▒▓▓▓▒ + ▒▓▓▓▓░░░▒▒▒▒░░░▓▓▓▓▒ + ▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▓▓ + ▓▓░░░░░▒▓▓▓▓▓▓▒░░░░░▓▓ + ▓▓░░▓▓▒░░░▒▒░░░▒▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▒▒▒▒▓▓▓▓▒░░▓▓ + ▓▓░░▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░▓▓ + ▓▓▒░░▒▒▓▓▓▓▓▓▓▓▒░░░▒▓▓ + ▒▓▓▓▒░░░▒▓▓▒░░░▒▓▓▓▒ + ▒▓▓▓▒░░░░▒▓▓▓▒ + ▒▒▓▓▓▓▒▒ + + + Welcome to Metro v0.84.4 + Fast - Scalable - Integrated + + +LOG:Writing bundle output to: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/CodePush/main.jsbundle +LOG:Done writing bundle output +[TIMING] exec "npx react-native bundle --entry-file index.js --platform ios --bundle-output /va..." took 4069ms +Creating an update archive at: /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates/TestCodePush/update.zip +[TIMING] createUpdateArchive(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/updates, ios) took 4078ms +Running project in /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run on ios +Running command: xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/TestCodePush.xcworkspace -scheme TestCodePush -configuration Release -destination "platform=iOS Simulator,id=03B3C061-4EB3-49EE-862E-E39C254B0D5E" -derivedDataPath build +[TIMING] exec "xcodebuild -workspace /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/..." took 7775ms +[TIMING] ios buildApp(/var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run) took 7775ms +Running command: xcrun simctl uninstall booted com.testcodepush +[TIMING] exec "xcrun simctl uninstall booted com.testcodepush" took 270ms +[TIMING] ios uninstallApplication took 270ms +Running command: xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bitrise/code-push-sdk/test-run/TestCodePush/ios/build/Build/Products/Release-iphonesimulator/TestCodePush.app +[TIMING] exec "xcrun simctl install booted /var/folders/_r/xbwcgnhs4012bd7xf2g5t03c0000gn/T/@bi..." took 410ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 81574 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 340ms +[TIMING] ios installApp+launch took 750ms +[TIMING] ios runApplication total (built=true) took 8795ms +Update check called from the app. +Request: {"deployment_key":"mock-ios-deployment-key","app_version":"1.0.0","package_hash":"a80feb19210912a1f2f8afd547bcea655d9e0fcbb439177ac077a063d1359de9","client_unique_id":"66D6298F-ACB5-42E4-A1F5-353AE9188342"} +Response: {"update_info":{"is_available":true,"is_disabled":false,"target_binary_range":"1.0.0","download_url":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","is_mandatory":false,"label":"mock-update","package_hash":"randomHash-7500","package_size":12345,"should_run_binary_version":false,"update_app_version":false}} +Application reported a test message. +Body: {"message":"CHECK_UPDATE_AVAILABLE","args":[{"deploymentKey":"mock-ios-deployment-key","label":"mock-update","appVersion":"1.0.0","isMandatory":false,"packageHash":"randomHash-7500","packageSize":12345,"downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","isPending":false,"failedInstall":false}]} +Sending OK +Message index: 0 +Application downloading the package. +Application reported a test message. +Body: {"message":"DOWNLOAD_SUCCEEDED","args":[{"packageSize":12345,"appVersion":"1.0.0","downloadUrl":"http://127.0.0.1:3000/v0.1/public/codepush/report_status/download","packageHash":"randomHash-7500","binaryDate":"1785854518.626402","bundlePath":"main.jsbundle","deploymentKey":"mock-ios-deployment-key","label":"mock-update","isPending":false,"failedInstall":false,"isMandatory":false}]} +Sending OK +Message index: 1 +Application reported a test message. +Body: {"message":"UPDATE_INSTALLED"} +Sending OK +Message index: 2 +Running command: xcrun simctl launch booted com.apple.Preferences +com.apple.Preferences: 70269 +[TIMING] exec "xcrun simctl launch booted com.apple.Preferences" took 547ms +Waiting for 1000ms before resuming the test application. +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 81574 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 306ms +Running command: xcrun simctl terminate booted com.testcodepush +[TIMING] exec "xcrun simctl terminate booted com.testcodepush" took 245ms +Running command: xcrun simctl launch booted com.testcodepush +com.testcodepush: 81607 +[TIMING] exec "xcrun simctl launch booted com.testcodepush" took 345ms +Application reported a test message. +Body: {"message":"DEVICE_READY_AFTER_UPDATE"} +Sending OK +Message index: 0 +[TIMING] test "disallowRestart with ON_NEXT_SUSPEND install mode" took 16741ms + ✔ disallowRestart with ON_NEXT_SUSPEND install mode (16741ms) +Cleaning up! + + + 44 passing (8m) + diff --git a/test-ios-timing-analysis-20260804.md b/test-ios-timing-analysis-20260804.md new file mode 100644 index 00000000..5da164b9 --- /dev/null +++ b/test-ios-timing-analysis-20260804.md @@ -0,0 +1,408 @@ +# Integration test suite timing analysis + +Investigation into why the iOS and Android integration test suites (`npm run test:ios` / +`test:android`) are slow, using `[TIMING]` log instrumentation added to the mocha test +runner (`code-push-plugin-testing-framework/script/*.js`, `test/test.ts`). This doc +reflects current understanding — updated in place as findings evolve, not appended to. + +**Source logs** (raw output, grep for `[TIMING]`): +- `test-ios-timing-20260804.txt` — local run, M3 Pro, warm caches. +- `ci-ios-timing-30922689340.txt` — CI, iOS, before any fix. +- `ci-ios-timing-30935754826.txt` — CI, iOS, after the `xcodebuild`-bypass fix. +- `ci-android-timing-30922689340.txt` — CI, Android, before any fix. +- `ci-android-timing-30938777821.txt` — CI, Android, after the fixed-delay fix. + +## Status at a glance + +| Platform | Bottleneck | Status | +|---|---|---| +| iOS | Full `xcodebuild` re-run on every scenario switch | **Fixed & confirmed on CI** — 33% cut in build cost, ~2 min off the job | +| iOS | Cold-cache project scaffolding (`npx react-native init`, `pod install`) | Phase-level `[TIMING]` instrumentation added; GHA caching (npm + CocoaPods, hash-keyed) **implemented & confirmed populating on CI** (1.5GB real CocoaPods cache), effect on scaffolding time not yet isolated | +| Android | Hardcoded 10s sleep after every app force-stop | **Fixed & confirmed on CI** — teardown wait cut from 790s to 2s, ~12 min off the fast-test phase | +| Android | `gradle assembleRelease` re-run on every scenario switch | Identified, harder to fix (signed APK), not yet investigated | +| Expo (iOS) | `expo prebuild --clean` regenerates *both* platforms' native projects on every `createUpdateArchive` call (31x/run) and at project setup, despite only one platform being under test | **Fixed & confirmed on CI** — scoped `--platform`, dropped redundant `--clean` — 7x faster prebuild (656.9s→92.0s), job wall clock -48% (29m24s→15m10s) | +| Both | Verbose/noisy CI output (npm pack tarball listing, npm/npx install & bundle stdout, Hermes stderr leakage) | **Fixed & confirmed on CI** | +| Both | `noLogStdErr`/`noLogStdOut` also silenced failure diagnostics, not just success-path noise | **Fixed** — failures now always print full captured stdout+stderr regardless of noLog flags | + +--- + +## iOS + +### What was slow + +On CI (before any fix — run 30922689340), the fast-test phase took 12 minutes across 44 +tests, ~925s of raw exec time. Breakdown: + +| Category | Count | Total | Avg | +|---|---|---|---| +| `xcodebuild` (via `buildApp`) | 25 | 342.3s | 13.7s (max 49.4s cold) | +| Project scaffolding (`npx react-native init` x2) | 2 | 242s | — | +| `createUpdateArchive` (bundle + zip) | 31 | 184.0s | 5.9s | +| Suite `before()` (`pod install` x2) | 1 | 33.2s | — | +| Per-test install+launch | 44 | 41.6s | 0.95s | +| Per-test uninstall | 44 | 13.8s | 0.31s | +| Per-test device reset | 43 | 9.7s | 0.22s | + +Per-test bookkeeping is already lean (~1.5s/test combined). The one-time/per-scenario +costs (scaffolding + builds + archive creation) dominate by roughly 7x — that's where +all optimization effort should go. + +`xcodebuild` legitimately runs 25 times, not 11: 11 come from the 11 scenario-tagged +`TestBuilder.describe` groups (`test/test.ts`, one real scenario file each), and 14 more +come from 4 other describe blocks whose individual `it()` tests each switch to a +genuinely different scenario file inline (`setupTestRunScenario(...)` calls). Every one +of the 25 builds corresponds to an actual JS-scenario change — since the scenario JS is +baked into the native binary at build time (no runtime hot-reload), each is necessary. +**This is correct behavior, not a bug** — nothing to fix here without changing what the +tests verify. + +### The fix: skip `xcodebuild`, re-bundle directly + +The native code (Obj-C/Swift/Podfile) never changes between scenarios — only the JS +entry point does. A full `xcodebuild` unnecessarily recompiles/relinks native code just +to re-run one Xcode build-phase script (`react-native-xcode.sh`) that bundles JS via +Metro/Hermes and copies the result into the already-built `.app`. + +Implemented in `test/test.ts` (`RNIOS.buildApp`): a real `xcodebuild` now runs only for +the **first** build of a project; every subsequent scenario switch calls +`react-native-xcode.sh` directly instead (same script Xcode's build phase runs; env vars +derived once via `xcodebuild -showBuildSettings` and cached). Validated through the real +compiled code path (not just a shell spike): first test pays a real `xcodebuild`, repeat +tests in the same scenario group trigger no build at all (pre-existing gate, unchanged), +and scenario switches correctly dispatch to the direct script call. + +**Result, measured on CI** (before: run 30922689340 → after: run 30935754826, PR #17, +same 44 tests, all still passing): + +| Metric | Before | After | Change | +|---|---|---|---| +| `buildApp` (25 calls: 1 real + 24 bypassed) | 342.3s / 13.7s avg | 230.4s / 9.2s avg | **-112s (-33%)** | +| Total raw exec time | 924.6s | 804.4s | **-120s (-13%)** | +| Fast-test phase | 12m | 10m | **-2 min** | +| Job wall clock | 16m45s | 14m47s | **-~2 min** | + +The measured 33% cut tracks closely with both the local spike (~32%, `react-native-xcode.sh` +5.7s vs. `xcodebuild` 8.4s avg on a warm-cache M3 Pro) and a CI-ratio extrapolation done +beforehand — the earlier concern that cold caches/slower CI hardware would distort the +result didn't materialize, likely because this targets Xcode's build-graph-evaluation +overhead specifically, which scales with project structure rather than cache-warmth or +raw CPU speed. Untouched categories (scaffolding, suite setup) moved only by run-to-run +noise, as expected. + +### Remaining opportunity: cold-cache scaffolding + +CI pays a large one-time cold-cache tax that local (warm-cache) runs don't: on CI, +`createTestProject(testRunDirectory)` (running `npx react-native init` + `npm install` +from scratch) took 193.4s vs. 63.5s locally — a **130s gap**, almost entirely explained +by the raw `npx @react-native-community/cli init` command itself (187.8s CI vs. 53.8s +local), which is mostly package-download/npm-install work. + +To get real phase-level numbers instead of guessing, `TestUtil.getProcessOutputWithPhaseTiming` +was added (`code-push-plugin-testing-framework/script/testUtil.js`) — it spawns the child +process directly and watches both stdout *and stderr* line-by-line for RN CLI's `✔ ` +progress markers (stderr matters: RN CLI prints these to stderr, not stdout — invisible to +a naive stdout-only parser). Wired into the `npx @react-native-community/cli init +--install-pods` call in `setupProject`. Confirmed on CI (run 30979964776) the phase split +is roughly: "Downloading template" ~2-6s, "Installing dependencies" ~12.5-18s (with one +anomalous 105.5s spike caused by CPU contention from a concurrently-booting simulator, +not a cache-cold issue), "Installing Ruby Gems" ~35.6s, "Installing CocoaPods dependencies" +~49.1s. + +**GHA caching implemented** (`.github/workflows/ci-test.yml`): `actions/cache@v4` for +`~/.npm` (both platforms) and `~/.cocoapods` + `~/Library/Caches/CocoaPods` (iOS only), +keyed on `hashFiles('package-lock.json', 'test/test.ts')` (npm) / `hashFiles('test/test.ts')` +(CocoaPods) rather than a hardcoded version string, so the cache invalidates automatically +when dependency-relevant files change. Not yet confirmed on CI whether this actually +shrinks the scaffolding phases above. + +**CocoaPods cache-size question, resolved**: an early run showed only a ~172KB CocoaPods +cache tarball, which looked suspiciously small next to npm's ~148MB. Investigated via local +Ruby introspection (`Pod::Config.instance.cache_root`) and a controlled cold-cache +experiment (backup/restore of a real local CocoaPods cache) — confirmed +`~/Library/Caches/CocoaPods` is the correct default path (not shifted by an unset +`CP_HOME_DIR`) and does receive genuine multi-hundred-MB content from a real `pod install` +locally. A temporary CI diagnostic step (`du -sh` + top-100-largest-files listing, added +then later needed again — see below) confirmed the CI runner's cache dir is real and +correctly populated (772K `~/.cocoapods`, 1.1M `~/Library/Caches/CocoaPods`, containing +actual Pod sources like SSZipArchive/JWT) — the small size is simply this test app's real, +small pod dependency graph, not a misconfigured path. Still worth caching (avoids +re-fetching spec/source data over the network), just don't expect it to look like a large +app's cache. + +*Diagnostic-step gotcha (meta, worth noting for future CI debugging):* the first version +of this diagnostic ran `ruby -e "require 'cocoapods'; ..."` to introspect `Pod::Config`, +which crashed (`LoadError: cannot load such file -- cocoapods`) because `pod` itself +resolves against the Homebrew-managed Ruby gemset while bare `ruby` on `$PATH` resolves to +mise's separately-managed Ruby install — different gem environments on this runner image. +Since a failing step aborts the rest of the job, this took down the *entire* test run, not +just the diagnostic. Fixed by dropping the `ruby -e` introspection (the `du`-based +post-run step, no gem dependency, already gives a factual answer) — a reminder that +diagnostic/debug steps in CI need the same "will this actually run on this runner" scrutiny +as the code under test. + +(A hypothesis that concurrent simulator-boot CPU contention — rather than cold caches — +explains this gap was considered and left unresolved: `bootEmulator`'s readiness check +returns as soon as CoreSimulator flags the device `Booted`, which is an early signal well +before userland/SpringBoard settles, so some contention plausibly extends past the +measured 23.7s boot window. Not quantified; not ruled out as a contributing factor. This +is very likely what caused the 105.5s "Installing dependencies" spike noted above.) + +--- + +## Android + +### What's slow + +On CI (run 30922689340, before any fix), the fast-test phase took **30 minutes** across +the same 44 tests — 2.5x longer than iOS's 12 minutes on the same run, ~1000s of raw exec +time. Breakdown: + +| Category | Count | Total | Avg | +|---|---|---|---| +| `prepareEmulatorForTest` (per-test `beforeEach`) | 54 | **561.4s** | 10.4s | +| `restartApplication` (called from within many tests) | 25 | **281.5s** | 11.3s | +| `buildApp` (`./gradlew assembleRelease`) | 25 | 476.7s | 19.1s (max 195.4s) | +| `createUpdateArchive` (bundle + zip) | 31 | 184.0s | 5.9s | +| `installApp+launch` (per-test) | 43 | 240.9s | 5.6s | +| `uninstallApplication` (per-test) | 43 | 11.2s | 0.26s | +| Project scaffolding | 1 | 52.4s | — | + +### Root cause: a hardcoded 10-second sleep, not the build + +Both `prepareEmulatorForTest` and `restartApplication` call `AndroidEmulatorManager. +endRunningApplication` (`code-push-plugin-testing-framework/script/platform.js`), which +ran `adb shell am force-stop` and then **unconditionally slept for exactly 10000ms** +before returning — regardless of whether the app had already finished tearing down. +Verified via the `[TIMING]` "fixed cooldown took" lines: 79 occurrences, 790.3s total, +every single one landing at 10000-10011ms (avg 10003.9ms) — a pure, deterministic, +zero-variance artificial tax, not device-state-dependent work. **That's ~44% of the +entire 30-minute fast-test phase spent doing nothing.** + +This delay dates back to the original 2016 vendoring of this test framework (from +Microsoft's `code-push-plugin-testing-framework`) with no documented rationale — no +commit in this repo's history explains what race it was meant to protect against. For +comparison, iOS's equivalent (`IOSEmulatorManager.endRunningApplication`) has no such +delay at all, just `xcrun simctl terminate` returning immediately. + +The `gradle assembleRelease` cost (476.7s, one build spiking to 195.4s — likely Gradle +daemon cold-start/dependency-resolution on a fresh CI runner) is real but secondary here. +A gradle-side equivalent of the iOS bundle-swap trick is not ruled out, but is more +involved to land: an APK is a **signed zip** (confirmed: React Native's default template +signs release builds with the well-known Android debug keystore, not a project-specific +release key — so re-signing a tampered APK with `apksigner`/the same debug keystore is +technically very feasible, just an extra step iOS's plain-directory `.app` doesn't need). +Swapping the JS bundle without a full `assembleRelease` would mean invoking a +`bundleReleaseJsAndAssets`-style Gradle task directly and then repackaging/re-signing — +**not yet investigated**, and lower priority than the delay fix given the smaller ceiling +(~246s vs. ~790s). + +### The fix: poll for actual process teardown instead of sleeping blindly + +Implemented in `platform.js`: `endRunningApplication` now polls `adb shell pidof ` +every 200ms after `force-stop`, resolving as soon as the process is confirmed gone +(capped at a 10000ms safety ceiling matching the old worst case, so reliability can't +regress below the previous behavior). Mirrors the same "check real state, don't blindly +sleep" approach already used on the iOS side of this file. + +Validated locally first (real Android emulator, `CORE=true` subset targeting the +revert/restart-heavy scenarios that stress this code path hardest — multiple back-to-back +teardowns per test), then pushed to CI for a full-suite measurement. + +**Result, measured on CI** (before: run 30922689340 → after: run 30938777821, PR #17, +same 44 tests, all still passing): + +| Metric | Before | After | Change | +|---|---|---|---| +| Teardown wait (the fixed-delay replacement) | 790.3s / 10.0s avg (79 calls) | **2.0s / 25ms avg** (79 calls) | **-788s (-99.75%)** | +| `prepareEmulatorForTest` total | 561.4s / 10.4s avg | 24.8s / 0.46s avg | -536.6s (-95.6%) | +| `restartApplication` total | 281.5s / 11.3s avg | 32.0s / 1.28s avg | -249.5s (-88.6%) | +| `buildApp` (`gradle assembleRelease`, untouched by this fix) | 476.7s / 19.1s avg | 479.6s / 19.2s avg | ~unchanged (noise) | +| Fast-test phase | 30m | **18m** | **-12 min (-40%)** | +| Job wall clock (GitHub API) | 32m49s | 20m17s | **-12m32s (-38%)** | +| Test outcome | 44 passing | 44 passing | no regressions | + +`restartApplication`'s remaining ~1.28s average is its own separate, pre-existing 1-second +`Q.delay` before relaunching (untouched, out of scope) plus the poll overhead — not a +leftover of the fixed-delay bug. The build cost is essentially identical before/after, as +expected since this fix doesn't touch it. Note: "teardown wait" isn't part of the +"total raw exec time" metric used elsewhere in this doc — it was pure in-process idle time +(`Q.delay`), never a subprocess call, so it only shows up in wall-clock-level numbers +(the wrapper timings and the fast-test-phase duration), not in exec-sum totals. + +**Status: implemented and confirmed on CI.** This was the single largest lever found in +the entire investigation (bigger than the iOS `xcodebuild` fix). The next candidate is the +`gradle assembleRelease` bypass discussed above — smaller ceiling, not yet investigated. + +--- + +## Expo + +Expo variants (`test:expo:ios`/`test:expo:android`) run the same scenario suite but scaffold +via `create-expo-app` and bundle via `npx react-native bundle` after `expo prebuild`, instead +of `react-native init`/`xcodebuild`. Two functional bugs surfaced here first (see below), +then a timing analysis of a passing Expo iOS run (CI run 30982584964, job 92230150617, +~29.5min wall clock) found a large, easily-fixed bottleneck. + +### Two functional bugs (both exposed by the iOS `xcodebuild`-bypass fix above) + +Neither is a timing issue, but both blocked Expo runs entirely and are worth recording here +since they were found while instrumenting/investigating this suite: + +1. **Missing `@react-native-community/cli`**: `react-native-xcode.sh`'s bundling step shells + out to `/cli.js config`, which Expo's blank template doesn't depend on by default. + Fixed by adding it (alongside `@react-native/metro-config`) to `installExpoBundleTooling` + in `test/test.ts`. +2. **"No Metro config found"**: `create-expo-app`'s blank template ships without a + `metro.config.js`, which the same `cli.js config` call requires. Fixed by running `npx + expo customize metro.config.js` in `setupProject`'s expo branch (previously this only + existed in `createUpdateArchive`'s branch, for a different project). + +Both reproduced byte-for-byte locally before fixing (isolated scaffold, ran the exact +failing command from the CI log) rather than guessed at. + +### The bottleneck: `expo prebuild --clean` regenerates both platforms, every time + +`expo prebuild --clean` appeared **33 times** in the analyzed run, totaling **~657s +(~11 minutes) — over a third of the ~29.5 minute job**: + +| Where | Calls | Purpose | +|---|---|---| +| `setupProject` (once per test-run/updates project) | 2 | Initial native scaffold (~91s combined) | +| `createUpdateArchive` (once per update-generating test) | 31 | Regenerate scaffold just to produce one platform's JS bundle (~20s avg each) | + +`expo prebuild` defaults to `--platform all`, so every one of these calls was regenerating +**both** the iOS and Android native projects even though a single CI job only ever tests one +platform (`test:expo:ios` passes mocha `--ios` only, never both) — pure wasted work on the +untested platform each time. + +**The fix**: `expo prebuild` supports `--platform `. Applied in +`test/test.ts`: +- `createUpdateArchive`'s expo branch already receives `targetPlatform` as a parameter, so + it now passes `--platform ${targetPlatform.getName()}` directly — always safe, since each + call is already scoped to bundling for one specific platform. +- `setupProject`'s expo branch has no platform parameter, but every real invocation passes + exactly one of mocha's `--ios`/`--android` flags. Added `getExpoPrebuildPlatformFlag()`, + which checks both flags and passes the matching `--platform` value only when exactly one + is active, falling back to no flag (full `all`) for the rare local combined + `test:setup`/`test:fast` scripts that test both platforms in one run. +- Guarded the post-prebuild `ensureAndroidCleartextTraffic` call with `fs.existsSync`, since + `android/` no longer exists after an iOS-only prebuild. + +**Result, measured on CI** (before: run 30982584964/job 92230150617 → after: run +30985765043/job 92240124264, both 44 tests, before run had 1 flaky failure/timeout +discussed below, after run all passing): + +| Metric | Before | After | Change | +|---|---|---|---| +| `expo prebuild` (33 calls) | 656.9s / 19.9s avg | 92.0s / 2.8s avg | **-564.9s (-86%, ~7x faster)** | +| Job wall clock | 29m24s | **15m10s** | **-14m14s (-48%)** | + +Combined with the `--clean` removal below (same CI run — both fixes shipped together, so +the 7x figure reflects both). **Status: implemented and confirmed on CI** — this was the +single largest lever found in the Expo investigation, bigger in relative terms than either +the iOS `xcodebuild` fix or the Android teardown-delay fix above. + +### Second fix: drop `--clean` from the repeated `createUpdateArchive` call + +Investigated (subagent, reading `@expo/cli`'s `prebuildAsync.js`/`clearNativeFolder.js`) +whether `--clean` itself is necessary on every call, since it forces a full wipe of +`ios`/`android` before regenerating — vs. omitting it, which still runs the same +template-regeneration + config-plugin reconciliation (`updateFromTemplateAsync`), just +without the destructive wipe first (only a cheap malformed-project check +`promptToClearMalformedNativeProjectsAsync` runs instead). + +This landed differently for the two call sites: + +- **`setupProject` (call #1): kept `--clean`.** `copyTemplate` (`test/test.ts`) copies the + *bare-RN* template's `ios`/`android` folders into the Expo project too, and explicitly + relies on `--clean` to wipe them before Expo's own generation takes over (Expo's CodePush + config is injected separately via an app.json config plugin — see the comment on + `RNProjectManager.copyTemplate`). Since prebuild without `--clean` only reconciles its own + checksummed/config-plugin-tracked files and won't delete arbitrary leftover files, dropping + it here risked leaving stray bare-RN native files in place to conflict with Expo's + generated project (duplicate Podfile entries, clashing AndroidManifest, etc.). Not worth + the risk for a call that's already a near-no-op cost-wise (nothing to build up front). +- **`createUpdateArchive` (call #2): dropped `--clean`.** By the time this runs, the native + tree is already the clean Expo-managed one from `setupProject`, `app.json` never changes + across the 31 repeated calls within a run, and — confirmed by grepping `buildApp`/ + `runApplication` call sites — nothing ever builds this project's native code; only + `react-native bundle` reads from it (metro/CLI config resolution only). A full + wipe-and-regenerate here was pure wasted cost; incremental reconciliation against an + already-matching config should be close to a no-op. + +**Confirmed on CI**, shipped in the same run as the `--platform` fix above — no interactive +prompt issue surfaced (`promptToClearMalformedNativeProjectsAsync` no-ops cleanly under +GitHub Actions' `CI` env var, as expected). The combined 7x prebuild speedup and 48% job +wall-clock reduction reported above reflects both fixes together. + +### Minor: redundant per-test timing log removed + +`testBuilder.js`'s `itInternal` wrapped every test's `done` callback to print +`[TIMING] test "" took ` — but mocha's own reporter already prints an equivalent +`✔ (ms)` line for every passing test. Removed the wrapper (`assertionWithTimeout` +now just calls `assertion(done)` directly) since it was pure duplicate output with no +information mocha didn't already provide. + +### One flaky failure investigated, downgraded from suspected bug to likely flakiness + +The run analyzed above (30982584964/job 92230150617, before the prebuild fixes) had one +failure: `localPackage.installOnNextRestart.dorevert` timed out after 360000ms. Log +showed the app relaunch (`xcrun simctl launch`) return a PID but then go completely silent +— no further test-message traffic — until cleanup's `simctl terminate` failed with "found +nothing to terminate," implying the process died silently with zero visibility into why. + +Investigated (subagent): this scenario expects CodePush's native rollback path to trigger +on the second restart (the test deliberately never confirms the update). Same test passes +reliably on bare RN iOS across three separate runs — isolating suspicion toward Expo's +`AppDelegate`-patching (`expo.js`'s `withCodePushAppDelegate`, which overrides `bundleURL()` +on Expo's generated `AppDelegate.swift`) as a plausible deterministic culprit specific to +Expo's native wiring. + +**That hypothesis didn't hold up**: the very next CI run (30985765043/job 92240124264, +with the prebuild fixes applied) had this exact test pass in 15152ms, with all 44 tests +green. A deterministic Expo-specific crash would be expected to reproduce every time; +one-off pass/fail across otherwise-identical runs points to intermittent flakiness +(plausibly CI resource contention around the launch/relaunch sequence) rather than a real +bug — **no fix applied, downgraded to "watch for recurrence."** + +If it recurs, the recommended next step (not yet implemented) is adding crash visibility +at the `xcrun simctl launch` call sites in `code-push-plugin-testing-framework/script/ +platform.js` — e.g. `--console-pty` to capture stdout/stderr, or dumping +`~/Library/Logs/DiagnosticReports/*TestCodePush*.ips` on a test-message-wait timeout — +since currently a silent crash there is indistinguishable from a hang in the CI logs. + +--- + +## Log noise (both platforms) + +Separate from timing, the CI/local logs are heavily spammed with output that's only ever +useful on failure. Fixed in `code-push-plugin-testing-framework/script/testUtil.js` and +`test/test.ts`: + +- **`TestUtil.getProcessOutput`'s (and `getProcessOutputWithPhaseTiming`'s) error branch + now unconditionally prints captured `stdout` and `stderr`** whenever a command fails — + previously both branches gated this behind `!options.noLogStdErr`, meaning setting + `noLogStdErr: true` (intended only to silence the success-path live-piping) silently + discarded failure diagnostics too, and since Node's `exec` error object doesn't reliably + include full stdout, this meant **stdout could be lost entirely on failure**. Caught + while adding `noLogStdErr` to the `npm pack`/`install`/`link` call (below) — proactively + tested the failure path before shipping and found the regression. This is the safety net + that makes silencing safe elsewhere: nothing is lost, output is just deferred until it's + actually needed. +- **`noLogStdOut: true` added** to every `npm install`/`pack`/`link` call, every `npx + react-native`/`npx expo` call (project scaffolding, plugin install, prebuild, bundling — + the latter alone runs 31 times per suite), and `pod install`. +- **`noLogStdErr: true` added** to the iOS `bundleOnly` (`react-native-xcode.sh`) call, + which was leaking ~192 lines/run of Hermes compiler warnings via stderr despite + `noLogStdOut` already being set there; also added to both `thisPluginInstallString` + (`npm pack`/`install`/`link`) call sites, which leak "Tarball Contents" listings via + `npm notice` — on stderr, so `noLogStdOut` alone never silenced them. +- `noLogCommand` was left untouched everywhere — "Running command: ..." still prints for + every call, preserving high-level visibility into what's executing. + +Verified directly (not just compiled): a deliberately failing command still surfaces full +stdout+stderr even with `noLogStdOut`/`noLogStdErr: true` set; a successful command stays +quiet while still returning its captured output to callers; a real 6-test iOS run confirmed +the Hermes-warning leak is gone with no regressions. + +**Status: implemented and confirmed on CI.** diff --git a/test/test.ts b/test/test.ts index 1fd3862d..b1eec599 100644 --- a/test/test.ts +++ b/test/test.ts @@ -34,6 +34,19 @@ function ensureAndroidCleartextTraffic(androidManifestPath: string): void { } } +/** + * Returns a " --platform " flag for `expo prebuild` when exactly one platform is + * under test in this mocha run, so prebuild only regenerates that platform's native project + * instead of defaulting to "all". Falls back to no flag (i.e. "all") if both/neither are active. + */ +function getExpoPrebuildPlatformFlag(): string { + const ios = TestUtil.readMochaCommandLineFlag("--ios"); + const android = TestUtil.readMochaCommandLineFlag("--android"); + if (ios && !android) return " --platform ios"; + if (android && !ios) return " --platform android"; + return ""; +} + function installExpoBundleTooling(projectPath: string): Q.Promise { const packageJsonPath = path.join(projectPath, "package.json"); const packageJsonContents = fs.readFileSync(packageJsonPath, "utf8"); @@ -44,9 +57,12 @@ function installExpoBundleTooling(projectPath: string): Q.Promise { throw new Error(`Could not determine react-native version from ${packageJsonPath}`); } + // Expo doesn't depend on @react-native-community/cli itself, but react-native-xcode.sh's + // bundling step shells out to react-native's own cli.js, which requires it to be present + // as a devDependency (used later both for the fast-path iOS rebuild and for update bundling). return TestUtil.getProcessOutput( - `npm install --save-dev @react-native/metro-config@${reactNativeVersion}`, - { cwd: projectPath } + `npm install --save-dev @react-native/metro-config@${reactNativeVersion} @react-native-community/cli`, + { cwd: projectPath, noLogStdOut: true } ).then(() => { return null; }); } @@ -231,7 +247,7 @@ class RNIOS extends Platform.IOS implements RNPlatform { } else { // Install the Podfile return TestUtil.copyFile(path.join(TestConfig.templatePath, "ios", "Podfile"), podfilePath, true) - .then(() => TestUtil.getProcessOutput(`pod install`, { cwd: iOSProject })) + .then(() => TestUtil.getProcessOutput(`pod install`, { cwd: iOSProject, noLogStdOut: true })) // Put the IOS deployment key in the Info.plist .then(TestUtil.replaceString.bind(undefined, infoPlistPath, "\n", @@ -276,9 +292,58 @@ class RNIOS extends Platform.IOS implements RNPlatform { private static iosFirstBuild: any = {}; /** - * Builds the binary of the project on this platform. + * Maps project directories to whether or not a real `xcodebuild` has completed for them yet. + * Once true, subsequent scenario switches only need their JS bundle re-packaged, not a full + * native rebuild, since the native code/Podfile don't change between scenarios. + */ + private static hasBuiltOnce: any = {}; + + /** + * Builds the binary of the project on this platform. Only performs a real `xcodebuild` the + * first time; subsequent calls for the same project just re-bundle the JS (see `bundleOnly`). */ buildApp(projectDirectory: string): Q.Promise { + if (RNIOS.hasBuiltOnce[projectDirectory]) { + return this.bundleOnly(projectDirectory); + } + return this.realBuildApp(projectDirectory) + .then(() => { RNIOS.hasBuiltOnce[projectDirectory] = true; }); + } + + /** + * Re-packages the JS bundle (and copies assets) into the already-built `.app`, by invoking + * `react-native-xcode.sh` directly instead of going through a full `xcodebuild`. This is the + * same script Xcode's "Bundle React Native code and images" build phase runs; the native code + * doesn't change between scenarios, so re-running the whole build graph is unnecessary. + */ + private bundleOnly(projectDirectory: string): Q.Promise { + const iOSProject: string = path.join(projectDirectory, TestConfig.TestAppName, "ios"); + const configurationBuildDir = path.dirname(this.getBinaryPath(projectDirectory)); + const wrapperName = `${TestConfig.TestAppName}.app`; + const scriptPath = path.join(projectDirectory, TestConfig.TestAppName, "node_modules", "react-native", "scripts", "react-native-xcode.sh"); + + const env = Object.assign({}, process.env, { + CONFIGURATION: "Release", + PLATFORM_NAME: "iphonesimulator", + CONFIGURATION_BUILD_DIR: configurationBuildDir, + TARGET_BUILD_DIR: configurationBuildDir, + BUILT_PRODUCTS_DIR: configurationBuildDir, + UNLOCALIZED_RESOURCES_FOLDER_PATH: wrapperName, + WRAPPER_NAME: wrapperName, + PROJECT_DIR: iOSProject, + SRCROOT: iOSProject, + SOURCE_ROOT: iOSProject, + PODS_ROOT: path.join(iOSProject, "Pods"), + }); + + return TestUtil.getProcessOutput(`"${scriptPath}"`, { cwd: iOSProject, env, timeout: 2 * 60 * 1000, noLogStdOut: true, noLogStdErr: true }) + .then(() => { return null; }); + } + + /** + * Performs a full `xcodebuild` of the project on this platform. + */ + private realBuildApp(projectDirectory: string): Q.Promise { const iOSProject: string = path.join(projectDirectory, TestConfig.TestAppName, "ios"); return this.getEmulatorManager().getTargetEmulator() @@ -298,7 +363,7 @@ class RNIOS extends Platform.IOS implements RNPlatform { del.sync([iosBuildFolder], { force: true }); } RNIOS.iosFirstBuild[projectDirectory] = true; - return this.buildApp(projectDirectory); + return this.realBuildApp(projectDirectory); } return null; }); @@ -366,23 +431,33 @@ class RNProjectManager extends ProjectManager { mkdirp.sync(projectDirectory); if (TestConfig.isExpoApp) { - return TestUtil.getProcessOutput(`npx create-expo-app@latest ${appName} --template blank@sdk-55`, { cwd: projectDirectory, timeout: 30 * 60 * 1000 }) + return TestUtil.getProcessOutput(`npx create-expo-app@latest ${appName} --template blank@sdk-55`, { cwd: projectDirectory, timeout: 30 * 60 * 1000, noLogStdOut: true }) .then((e) => { console.log(`"npx expo init ${appName}" success. cwd=${projectDirectory}`); return e; }) .then(this.copyTemplate.bind(this, templatePath, projectDirectory)) - .then(TestUtil.getProcessOutput.bind(undefined, TestConfig.thisPluginInstallString, { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) + .then(TestUtil.getProcessOutput.bind(undefined, TestConfig.thisPluginInstallString, { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true, noLogStdErr: true })) .then(installExpoBundleTooling.bind(undefined, path.join(projectDirectory, TestConfig.TestAppName))) - .then(TestUtil.getProcessOutput.bind(undefined, "npx expo install expo-build-properties", { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) - .then(TestUtil.getProcessOutput.bind(undefined, `npx expo prebuild --clean`, { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) + .then(TestUtil.getProcessOutput.bind(undefined, "npx expo install expo-build-properties", { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true })) + // create-expo-app's blank template ships without a metro.config.js. react-native-xcode.sh's + // bundling step (used both for the initial build and for fast-path scenario-switch rebuilds) + // shells out to react-native's cli.js, which throws "No Metro config found" without one. + .then(TestUtil.getProcessOutput.bind(undefined, "npx expo customize metro.config.js", { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true })) + // Only generate the native project(s) for the platform(s) actually under test in this + // run - prebuild defaults to "all", which wastes ~10s regenerating the unused platform. + .then(TestUtil.getProcessOutput.bind(undefined, `npx expo prebuild --clean${getExpoPrebuildPlatformFlag()}`, { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true })) .then(() => { - ensureAndroidCleartextTraffic(path.join(projectDirectory, TestConfig.TestAppName, "android", "app", "src", "main", "AndroidManifest.xml")); + // Skipped entirely on iOS-only runs, where prebuild no longer generates the android/ folder. + const androidManifestPath = path.join(projectDirectory, TestConfig.TestAppName, "android", "app", "src", "main", "AndroidManifest.xml"); + if (fs.existsSync(androidManifestPath)) { + ensureAndroidCleartextTraffic(androidManifestPath); + } return null; }) .then(() => { return null; }); } else { - return TestUtil.getProcessOutput("npx @react-native-community/cli init " + appName + " --version 0.86.2 --install-pods", { cwd: projectDirectory, timeout: 30 * 60 * 1000 }) + return TestUtil.getProcessOutputWithPhaseTiming("npx @react-native-community/cli init " + appName + " --version 0.86.2 --install-pods", { cwd: projectDirectory, timeout: 30 * 60 * 1000, noLogStdOut: true }) .then((e) => { console.log(`"npx @react-native-community/cli init ${appName}" success. cwd=${projectDirectory}`); return e; }) .then(this.copyTemplate.bind(this, templatePath, projectDirectory)) - .then(TestUtil.getProcessOutput.bind(undefined, TestConfig.thisPluginInstallString, { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) + .then(TestUtil.getProcessOutput.bind(undefined, TestConfig.thisPluginInstallString, { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true, noLogStdErr: true })) .then(() => { return null; }) .catch((error) => { console.log(`"npx @react-native-community/cli init ${appName} failed". cwd=${projectDirectory}`, error); @@ -440,6 +515,7 @@ class RNProjectManager extends ProjectManager { * Creates a CodePush update package zip for a project. */ public createUpdateArchive(projectDirectory: string, targetPlatform: Platform.IPlatform, isDiff?: boolean): Q.Promise { + const __t0 = Date.now(); const bundleFolder: string = path.join(projectDirectory, TestConfig.TestAppName, "CodePush/"); const bundleName: string = (targetPlatform).getBundleName(); const bundlePath: string = path.join(bundleFolder, bundleName); @@ -453,19 +529,21 @@ class RNProjectManager extends ProjectManager { if (TestConfig.isExpoApp) { // Using react-native bundle instead of expo export because code-push-cli uses react-native-cli to build the app. return deferred.promise - .then(TestUtil.getProcessOutput.bind(undefined, "npx expo prebuild --clean", { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) - .then(TestUtil.getProcessOutput.bind(undefined, "npx expo customize metro.config.js", - { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) - .then(TestUtil.getProcessOutput.bind(undefined, "npm install @react-native-community/cli", - { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) + // No --clean: this project's native tree is already a clean Expo-managed one from + // setupProject, app.json never changes between these repeated calls, and nothing ever + // builds this project's native code (only `react-native bundle` reads from it) - a full + // wipe-and-regenerate here is pure wasted cost, incremental reconciliation is a no-op. + .then(TestUtil.getProcessOutput.bind(undefined, "npx expo prebuild --platform " + targetPlatform.getName(), { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true })) .then(TestUtil.getProcessOutput.bind(undefined, "npx react-native bundle --entry-file index.js --platform " + targetPlatform.getName() + " --bundle-output " + bundlePath + " --assets-dest " + bundleFolder + " --dev false", - { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) - .then(TestUtil.archiveFolder.bind(undefined, bundleFolder, "", path.join(projectDirectory, TestConfig.TestAppName, "update.zip"), isDiff)); + { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true })) + .then(TestUtil.archiveFolder.bind(undefined, bundleFolder, "", path.join(projectDirectory, TestConfig.TestAppName, "update.zip"), isDiff)) + .then((result) => { console.log(`[TIMING] createUpdateArchive(${projectDirectory}, ${targetPlatform.getName()}) took ${Date.now() - __t0}ms`); return result; }); } else { return deferred.promise .then(TestUtil.getProcessOutput.bind(undefined, "npx react-native bundle --entry-file index.js --platform " + targetPlatform.getName() + " --bundle-output " + bundlePath + " --assets-dest " + bundleFolder + " --dev false", - { cwd: path.join(projectDirectory, TestConfig.TestAppName) })) - .then(TestUtil.archiveFolder.bind(undefined, bundleFolder, "", path.join(projectDirectory, TestConfig.TestAppName, "update.zip"), isDiff)); + { cwd: path.join(projectDirectory, TestConfig.TestAppName), noLogStdOut: true })) + .then(TestUtil.archiveFolder.bind(undefined, bundleFolder, "", path.join(projectDirectory, TestConfig.TestAppName, "update.zip"), isDiff)) + .then((result) => { console.log(`[TIMING] createUpdateArchive(${projectDirectory}, ${targetPlatform.getName()}) took ${Date.now() - __t0}ms`); return result; }); } } @@ -523,23 +601,34 @@ class RNProjectManager extends ProjectManager { */ public runApplication(projectDirectory: string, targetPlatform: Platform.IPlatform): Q.Promise { console.log("Running project in " + projectDirectory + " on " + targetPlatform.getName()); + const __runAppStart = Date.now(); + const willBuild = !RNProjectManager.currentScenarioHasBuilt[projectDirectory]; return Q(null) .then(() => { // Build if this scenario has not yet been built. if (!RNProjectManager.currentScenarioHasBuilt[projectDirectory]) { RNProjectManager.currentScenarioHasBuilt[projectDirectory] = true; - return (targetPlatform).buildApp(projectDirectory); + const __buildStart = Date.now(); + return (targetPlatform).buildApp(projectDirectory) + .then(() => { console.log(`[TIMING] ${targetPlatform.getName()} buildApp(${projectDirectory}) took ${Date.now() - __buildStart}ms`); }); } }) .then(() => { // Uninstall the app so that the installation is clean and no files are left around for each test. - return targetPlatform.getEmulatorManager().uninstallApplication(TestConfig.TestNamespace); + const __uninstallStart = Date.now(); + return targetPlatform.getEmulatorManager().uninstallApplication(TestConfig.TestNamespace) + .then(() => { console.log(`[TIMING] ${targetPlatform.getName()} uninstallApplication took ${Date.now() - __uninstallStart}ms`); }); }) .then(() => { // Install and launch the app. + const __installStart = Date.now(); return (targetPlatform).installApp(projectDirectory) - .then(targetPlatform.getEmulatorManager().launchInstalledApplication.bind(undefined, TestConfig.TestNamespace)); + .then(targetPlatform.getEmulatorManager().launchInstalledApplication.bind(undefined, TestConfig.TestNamespace)) + .then(() => { console.log(`[TIMING] ${targetPlatform.getName()} installApp+launch took ${Date.now() - __installStart}ms`); }); + }) + .then(() => { + console.log(`[TIMING] ${targetPlatform.getName()} runApplication total (built=${willBuild}) took ${Date.now() - __runAppStart}ms`); }); } }