Check Hermes override pre-condition from Host package when building for Android #562
Annotations
7 errors and 10 notices
|
Unit tests (windows-latest)
Process completed with exit code 1.
|
|
should call the CLI to autolink:
packages\host\packages\host\src\node\gradle.test.ts#L57
AssertionError [ERR_ASSERTION]: Expected failure: Initialized native services in: C:\Users\runneradmin\.gradle\native
Initialized jansi services in: C:\Users\runneradmin\.gradle\native
The client will now receive all logging from the daemon (pid: 9000). The daemon log file: C:\Users\runneradmin\.gradle\daemon\8.14.3\daemon-9000.out.log
Starting 2nd build in daemon [uptime: 3 mins 12.96 secs, performance: 99%, GC rate: 0.00/s, heap usage: 0% of 2 GiB, non-heap usage: 41% of 512 MiB]
Using 4 worker leases.
Now considering [D:\a\react-native-node-api\react-native-node-api\apps\test-app\android, D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-plugin] as hierarchies to watch
Watching the file system is configured to be enabled if available
File system watching is active
Starting Build
Settings evaluated using settings file 'D:\a\react-native-node-api\react-native-node-api\apps\test-app\android\settings.gradle'.
Now considering [D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-plugin, D:\a\react-native-node-api\react-native-node-api\apps\test-app\android] as hierarchies to watch
Resolved plugin [id: 'org.gradle.toolchains.foojay-resolver-convention', version: '0.5.0']
Now considering [D:\a\react-native-node-api\react-native-node-api\node_modules\react-native, D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-plugin, D:\a\react-native-node-api\react-native-node-api\apps\test-app\android] as hierarchies to watch
Projects loaded. Root project using build file 'D:\a\react-native-node-api\react-native-node-api\apps\test-app\android\build.gradle'.
Included projects: [root project 'react-native-node-api-test-app', project ':app', project ':react-native-node-api', project ':support']
> Configure project :gradle-plugin
Evaluating project ':gradle-plugin' using build file 'D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-plugin\build.gradle.kts'.
Resolved plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.1.20', apply: false]
> Configure project :gradle-plugin:react-native-gradle-plugin
Evaluating project ':gradle-plugin:react-native-gradle-plugin' using build file 'D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-plugin\react-native-gradle-plugin\build.gradle.kts'.
Resolved plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.1.20']
Resolved plugin [id: 'java-gradle-plugin']
Build 961367c0-5962-4f45-b7ea-45430685d082 is started
Using Kotlin Gradle Plugin gradle85 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
> Configure project :gradle-plugin:settings-plugin
Evaluating project ':gradle-plugin:settings-plugin' using build file 'D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-plugin\settings-plugin\build.gradle.kts'.
Resolved plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.1.20']
Resolved plugin [id: 'java-gradle-plugin']
Using Kotlin Gradle Plugin gradle85 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
> Configure project :gradle-plugin:shared
Evaluating project ':gradle-plugin:shared' using build file 'D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-plugin\shared\build.gradle.kts'.
Resolved plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.1.20']
Using Kotlin Gradle Plugin gradle85 variant
kotlin scripting plugin: created the scripting discovery configuration: kotlinScriptDef
kotlin scripting plugin: created the scripting discovery configuration: testKotlinScriptDef
> Configure project :gradle-plugin:shared-testutil
Evaluating project ':gradle-plugin:shared-testutil' using build file 'D:\a\react-native-node-api\react-native-node-api\node_modules\@react-native\gradle-p
|
|
should succeed with a mention of Node-API modules:
packages\host\packages\host\src\node\cli\bin.test.ts#L37
AssertionError [ERR_ASSERTION]: Expected success (got null): undefined undefined
null !== 0
at TestContext.<anonymous> (D:\a\react-native-node-api\react-native-node-api\packages\host\src\node\cli\bin.test.ts:37:14)
at Test.runInAsyncScope (node:async_hooks:214:14)
at Test.run (node:internal/test_runner/test:1047:25)
at Test.start (node:internal/test_runner/test:944:17)
at node:internal/test_runner/test:1440:71
at node:internal/per_context/primordials:483:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:451:29)
at node:internal/per_context/primordials:483:9
at Array.map (<anonymous>) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: null,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
|
|
should succeed with a mention of usage:
packages\host\packages\host\src\node\cli\bin.test.ts#L17
AssertionError [ERR_ASSERTION]: Expected success (got null): undefined undefined
null !== 0
at TestContext.<anonymous> (D:\a\react-native-node-api\react-native-node-api\packages\host\src\node\cli\bin.test.ts:17:14)
at Test.runInAsyncScope (node:async_hooks:214:14)
at Test.run (node:internal/test_runner/test:1047:25)
at Test.start (node:internal/test_runner/test:944:17)
at node:internal/test_runner/test:1440:71
at node:internal/per_context/primordials:483:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:451:29)
at node:internal/per_context/primordials:483:9
at Array.map (<anonymous>) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: null,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
|
|
Test app (Android)
The operation was canceled.
|
|
Test app (Android)
Canceling since a higher priority waiting request for Check-refs/pull/234/merge exists
|
|
Check
Canceling since a higher priority waiting request for Check-refs/pull/234/merge exists
|
|
Unit tests (ubuntu-latest)
Total Tests: 20
Suites 📂: 8
Passed ✅: 20
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 649.665ms
|
|
Unit tests (ubuntu-latest)
Total Tests: 3
Suites 📂: 2
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 509.388ms
|
|
Unit tests (ubuntu-latest)
Total Tests: 43
Suites 📂: 20
Passed ✅: 43
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 162134.053ms
|
|
Unit tests (macos-latest)
Total Tests: 20
Suites 📂: 8
Passed ✅: 20
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 725.604ms
|
|
Unit tests (macos-latest)
Total Tests: 3
Suites 📂: 2
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 687.795ms
|
|
Unit tests (macos-latest)
Total Tests: 43
Suites 📂: 20
Passed ✅: 43
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 168722.937ms
|
|
Unit tests (windows-latest)
Total Tests: 20
Suites 📂: 8
Passed ✅: 20
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1167.372ms
|
|
Unit tests (windows-latest)
Total Tests: 3
Suites 📂: 2
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 741.432ms
|
|
Unit tests (windows-latest)
Total Tests: 43
Suites 📂: 20
Passed ✅: 38
Failed ❌: 3
Canceled 🚫: 0
Skipped ⏭️: 2
Todo 📝: 0
Duration 🕐: 203576.771ms
|
|
Unit tests (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
emulator-logcat
Expired
|
117 KB |
sha256:8234625f1d22b808a26cc2317b2de8d0de42d21e8b8d7ae4efa93bca4cf95e72
|
|