Check Hermes override pre-condition from Host package when building for Android #564
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: 3696). The daemon log file: C:\Users\runneradmin\.gradle\daemon\8.14.3\daemon-3696.out.log
Starting 2nd build in daemon [uptime: 2 mins 56.781 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 d1f5297b-2f77-47d7-beb2-c1b5c8135d5e 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-
|
|
should succeed with a mention of Node-API modules:
packages\host\packages\host\src\node\cli\bin.test.ts#L46
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Auto-linking Node-API modules/. Input:
''
at TestContext.<anonymous> (D:\a\react-native-node-api\react-native-node-api\packages\host\src\node\cli\bin.test.ts:46: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: true,
code: 'ERR_ASSERTION',
actual: '',
expected: /Auto-linking Node-API modules/,
operator: 'match',
diff: 'simple'
}
|
|
should succeed with a mention of usage:
packages\host\packages\host\src\node\cli\bin.test.ts#L24
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Usage: react-native-node-api/. Input:
''
at TestContext.<anonymous> (D:\a\react-native-node-api\react-native-node-api\packages\host\src\node\cli\bin.test.ts:24: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: true,
code: 'ERR_ASSERTION',
actual: '',
expected: /Usage: react-native-node-api/,
operator: 'match',
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 🕐: 634.218ms
|
|
Unit tests (ubuntu-latest)
Total Tests: 3
Suites 📂: 2
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 457.470ms
|
|
Unit tests (ubuntu-latest)
Total Tests: 43
Suites 📂: 20
Passed ✅: 43
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 141426.399ms
|
|
Unit tests (windows-latest)
Total Tests: 20
Suites 📂: 8
Passed ✅: 20
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 995.324ms
|
|
Unit tests (windows-latest)
Total Tests: 3
Suites 📂: 2
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 677.989ms
|
|
Unit tests (windows-latest)
Total Tests: 43
Suites 📂: 20
Passed ✅: 38
Failed ❌: 3
Canceled 🚫: 0
Skipped ⏭️: 2
Todo 📝: 0
Duration 🕐: 187640.136ms
|
|
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
|
|
Unit tests (macos-latest)
Total Tests: 20
Suites 📂: 8
Passed ✅: 20
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 735.416ms
|
|
Unit tests (macos-latest)
Total Tests: 3
Suites 📂: 2
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 792.938ms
|
|
Unit tests (macos-latest)
Total Tests: 43
Suites 📂: 20
Passed ✅: 43
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 189415.055ms
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
emulator-logcat
Expired
|
120 KB |
sha256:5e79a75c6bea34356cf8212a28a7a4de34da19c7755b2bc15606537ecb333b65
|
|