Package libraries Java code as Java Modules #31350
scala-new.yml
on: pull_request
Cancel Previous Runs
3s
Engine (GraalVM CE) (linux, amd64)
26m 5s
Engine (GraalVM CE) (macos, amd64)
53m 40s
Engine (GraalVM CE) (windows, amd64)
22m 34s
JVM Tests (GraalVM CE) (linux, amd64)
33m 17s
JVM Tests (GraalVM CE) (macos, amd64)
1h 5m
JVM Tests (GraalVM CE) (windows, amd64)
1h 18m
Standard Library Tests (GraalVM CE) (linux, amd64)
34m 55s
Standard Library Tests (GraalVM CE) (macos, amd64)
5h 59m
Standard Library Tests (GraalVM CE) (windows, amd64)
30m 13s
Verify License Packages (linux, amd64)
6m 11s
Annotations
67 errors and 7 warnings
Verify License Packages (linux, amd64)
Process completed with exit code 1.
|
File Operations: should only allow copying a file if Output is enabled:
test/Base_Tests/src/System/File_Spec.enso#L198
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/runner/_work/enso/enso/test/Base_Tests/data/short.txt' 'short.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /runner/_work/enso/enso/test/Base_Tests/data/short.txt) n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:198:13-37).
|
File Operations: should only allow moving a file if Output is enabled:
test/Base_Tests/src/System/File_Spec.enso#L232
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/runner/_work/enso/enso/test/Base_Tests/data/short_copy.txt' 'short_copy.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /runner/_work/enso/enso/test/Base_Tests/data/short_copy.txt) n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:232:13-37).
|
File Operations: should allow copy/move edge case with source=target:
test/Base_Tests/src/System/File_Spec.enso#L1061
(replace_existing=False) An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/runner/_work/enso/enso/test/Base_Tests/data/transient/src-target-in-one.txt' 'src-target-in-one.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /runner/_work/enso/enso/test/Base_Tests/data/transient/src-target-in-one.txt) n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:1061:13-44).
|
File Operations: should gracefully handle permission errors:
test/Base_Tests/src/System/File_Spec.enso#L279
Expected a value of type Standard.Base.Errors.File_Error.File_Error, built with constructor Access_Denied, but got a value [(Unsupported_Type (File_Format_Metadata.Value '/runner/_work/enso/enso/test/Base_Tests/data/transient/permissions2.txt' 'permissions2.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /runner/_work/enso/enso/test/Base_Tests/data/transient/permissions2.txt) n=_ Nothing))] of type Standard.Base.Errors.File_Error.File_Error, built with constructor Unsupported_Type instead (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:279:17-61).
|
write operations: should respect file access permissions and fail with an error if denied, in all modes:
test/Base_Tests/src/System/File_Spec.enso#L825
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/runner/_work/enso/enso/test/Base_Tests/data/transient/permissions3.txt' 'permissions3.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /runner/_work/enso/enso/test/Base_Tests/data/transient/permissions3.txt) n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:825:13-42).
|
write operations: should warn about not-encodable characters according to the problem behaviour:
test/Base_Tests/src/System/File_Spec.enso#L893
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/runner/_work/enso/enso/test/Base_Tests/data/transient/encoding-errors.txt' 'encoding-errors.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /runner/_work/enso/enso/test/Base_Tests/data/transient/encoding-errors.txt) n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:893:17-59).
|
Temporary_File facility: should allow to create a new file and allow to dispose it manually:
test/Base_Tests/src/System/Temporary_File_Spec.enso#L30
An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/Temporary_File_Spec.enso:30:13-33).
|
Temporary_File facility: should allow to create a new file and allow to dispose it once the reference is dropped:
test/Base_Tests/src/System/Temporary_File_Spec.enso#L56
An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/Temporary_File_Spec.enso:56:13-48).
|
Temporary_File facility: should allow to materialize an input stream, regardless of Output Context settings:
test/Base_Tests/src/System/Temporary_File_Spec.enso#L75
(normal mode - Output context enabled) An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/Temporary_File_Spec.enso:75:21-71).
|
Auto_Detect: should be able to read a text file:
test/Base_Tests/src/System/File_Read_Spec.enso#L24
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/runner/_work/enso/enso/test/Base_Tests/data/helloworld.txt' 'helloworld.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /runner/_work/enso/enso/test/Base_Tests/data/helloworld.txt) n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Read_Spec.enso:24:13-47).
|
JVM Tests (GraalVM CE) (linux, amd64)
Scala Tests failed: Command failed: Command:
|
JVM Tests (GraalVM CE) (linux, amd64)
Process completed with exit code 1.
|
Standard Library Tests (GraalVM CE) (linux, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
Data.read_many: should allow to read a list of files and return them as vector
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should work with paths as Text
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to Report_Error if any file fails to load
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to Ignore errors if any file fails to load
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to continue loading if errors are encountered, but report them as warnings
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
HTTP in Data.read: can use URI or Text URLs in Data.read_many
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
[SQLServer] Audit Logs: should see Database operations performed on a table through the standard workflow:
test/Table_Tests/src/Database/Common/Audit_Spec.enso#L37
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.Microsoft' 'SQLServer_Connection')) has been matched (at /runner/_work/enso/enso/test/Table_Tests/src/Database/Common/Audit_Spec.enso:37:29-126).
|
[SQLServer] Audit Logs: should see Database operations performed manually:
test/Table_Tests/src/Database/Common/Audit_Spec.enso#L74
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.Microsoft' 'SQLServer_Connection')) has been matched (at /runner/_work/enso/enso/test/Table_Tests/src/Database/Common/Audit_Spec.enso:74:13-49).
|
[SQLServer] Audit Logs: should still be able to open a local data link if not logged in:
test/Table_Tests/src/Database/Common/Audit_Spec.enso#L92
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.Microsoft' 'SQLServer_Connection')) has been matched (at /runner/_work/enso/enso/test/Table_Tests/src/Database/Common/Audit_Spec.enso:92:17-123).
|
Response caching: Cache should return the same repsonse:
test/Table_Tests/src/IO/Fetch_Spec.enso#L186
An unexpected dataflow error ((Compile_Error.Error 'No polyglot symbol for org.enso.base.enso_cloud.EnsoSecretHelper')) has been matched (at /runner/_work/enso/enso/test/Table_Tests/src/IO/Fetch_Spec.enso:186:17-63).
|
File Operations: should only allow copying a file if Output is enabled:
test/Base_Tests/src/System/File_Spec.enso#L198
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/Users/runner/work/enso/enso/test/Base_Tests/data/short.txt' 'short.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /Users/runner/work/enso/enso/test/Base_Tests/data/short.txt) n=_ Nothing))) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:198:13-37).
|
File Operations: should only allow moving a file if Output is enabled:
test/Base_Tests/src/System/File_Spec.enso#L232
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/Users/runner/work/enso/enso/test/Base_Tests/data/short_copy.txt' 'short_copy.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /Users/runner/work/enso/enso/test/Base_Tests/data/short_copy.txt) n=_ Nothing))) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:232:13-37).
|
File Operations: should allow copy/move edge case with source=target:
test/Base_Tests/src/System/File_Spec.enso#L1061
(replace_existing=False) An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/Users/runner/work/enso/enso/test/Base_Tests/data/transient/src-target-in-one.txt' 'src-target-in-one.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /Users/runner/work/enso/enso/test/Base_Tests/data/transient/src-target-in-one.txt) n=_ Nothing))) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:1061:13-44).
|
File Operations: should gracefully handle permission errors:
test/Base_Tests/src/System/File_Spec.enso#L279
Expected a value of type Standard.Base.Errors.File_Error.File_Error, built with constructor Access_Denied, but got a value [(Unsupported_Type (File_Format_Metadata.Value '/Users/runner/work/enso/enso/test/Base_Tests/data/transient/permissions2.txt' 'permissions2.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /Users/runner/work/enso/enso/test/Base_Tests/data/transient/permissions2.txt) n=_ Nothing))] of type Standard.Base.Errors.File_Error.File_Error, built with constructor Unsupported_Type instead (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:279:17-61).
|
write operations: should respect file access permissions and fail with an error if denied, in all modes:
test/Base_Tests/src/System/File_Spec.enso#L825
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/Users/runner/work/enso/enso/test/Base_Tests/data/transient/permissions3.txt' 'permissions3.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /Users/runner/work/enso/enso/test/Base_Tests/data/transient/permissions3.txt) n=_ Nothing))) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:825:13-42).
|
write operations: should warn about not-encodable characters according to the problem behaviour:
test/Base_Tests/src/System/File_Spec.enso#L893
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/Users/runner/work/enso/enso/test/Base_Tests/data/transient/encoding-errors.txt' 'encoding-errors.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /Users/runner/work/enso/enso/test/Base_Tests/data/transient/encoding-errors.txt) n=_ Nothing))) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:893:17-59).
|
Temporary_File facility: should allow to create a new file and allow to dispose it manually:
test/Base_Tests/src/System/Temporary_File_Spec.enso#L30
An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/Temporary_File_Spec.enso:30:13-33).
|
Temporary_File facility: should allow to create a new file and allow to dispose it once the reference is dropped:
test/Base_Tests/src/System/Temporary_File_Spec.enso#L56
An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/Temporary_File_Spec.enso:56:13-48).
|
Temporary_File facility: should allow to materialize an input stream, regardless of Output Context settings:
test/Base_Tests/src/System/Temporary_File_Spec.enso#L75
(normal mode - Output context enabled) An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/Temporary_File_Spec.enso:75:21-71).
|
Auto_Detect: should be able to read a text file:
test/Base_Tests/src/System/File_Read_Spec.enso#L24
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value '/Users/runner/work/enso/enso/test/Base_Tests/data/helloworld.txt' 'helloworld.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File /Users/runner/work/enso/enso/test/Base_Tests/data/helloworld.txt) n=_ Nothing))) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Read_Spec.enso:24:13-47).
|
File Operations: should only allow copying a file if Output is enabled:
test\Base_Tests\src\System\File_Spec.enso#L198
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value 'C:\\runner\\_work\\enso\\enso\\test\\Base_Tests\\data\\short.txt' 'short.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File C:\runner\_work\enso\enso\test\Base_Tests\data\short.txt) n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:198:13-37).
|
File Operations: should only allow moving a file if Output is enabled:
test\Base_Tests\src\System\File_Spec.enso#L232
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value 'C:\\runner\\_work\\enso\\enso\\test\\Base_Tests\\data\\short_copy.txt' 'short_copy.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File C:\runner\_work\enso\enso\test\Base_Tests\data\short_copy.txt) n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:232:13-37).
|
File Operations: should allow copy/move edge case with source=target:
test\Base_Tests\src\System\File_Spec.enso#L1061
(replace_existing=False) An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value 'C:\\runner\\_work\\enso\\enso\\test\\Base_Tests\\data\\transient\\src-target-in-one.txt' 'src-target-in-one.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File C:\runner\_work\enso\enso\test\Base_Tests\data\transient\src-target-in-one.txt) n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:1061:13-44).
|
write operations: should respect file access permissions and fail with an error if denied, in all modes:
test\Base_Tests\src\System\File_Spec.enso#L825
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value 'C:\\runner\\_work\\enso\\enso\\test\\Base_Tests\\data\\transient\\permissions3.txt' 'permissions3.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File C:\runner\_work\enso\enso\test\Base_Tests\data\transient\permissions3.txt) n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:825:13-42).
|
write operations: should warn about not-encodable characters according to the problem behaviour:
test\Base_Tests\src\System\File_Spec.enso#L893
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value 'C:\\runner\\_work\\enso\\enso\\test\\Base_Tests\\data\\transient\\encoding-errors.txt' 'encoding-errors.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File C:\runner\_work\enso\enso\test\Base_Tests\data\transient\encoding-errors.txt) n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:893:17-59).
|
Temporary_File facility: should allow to create a new file and allow to dispose it manually:
test\Base_Tests\src\System\Temporary_File_Spec.enso#L30
An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\Temporary_File_Spec.enso:30:13-33).
|
Temporary_File facility: should allow to create a new file and allow to dispose it once the reference is dropped:
test\Base_Tests\src\System\Temporary_File_Spec.enso#L56
An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\Temporary_File_Spec.enso:56:13-48).
|
Temporary_File facility: should allow to materialize an input stream, regardless of Output Context settings:
test\Base_Tests\src\System\Temporary_File_Spec.enso#L75
(normal mode - Output context enabled) An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\Temporary_File_Spec.enso:75:21-71).
|
Auto_Detect: should be able to read a text file:
test\Base_Tests\src\System\File_Read_Spec.enso#L24
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value 'C:\\runner\\_work\\enso\\enso\\test\\Base_Tests\\data\\helloworld.txt' 'helloworld.txt' '.txt' File.read_first_bytes[File.enso:728-734] self=(File C:\runner\_work\enso\enso\test\Base_Tests\data\helloworld.txt) n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Read_Spec.enso:24:13-47).
|
Plain_Text: should be able to read a file as Text:
test\Base_Tests\src\System\File_Read_Spec.enso#L48
An unexpected dataflow error ((Illegal_Argument.Error 'Expected a file format, but got a function.' Nothing)) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Read_Spec.enso:48:13-44).
|
JVM Tests (GraalVM CE) (macos, amd64)
Scala Tests failed: Command failed: Command:
|
JVM Tests (GraalVM CE) (macos, amd64)
Process completed with exit code 1.
|
Standard Library Tests (GraalVM CE) (windows, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
Data.read_many: should allow to read a list of files and return them as vector
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should work with paths as Text
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to Report_Error if any file fails to load
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to Ignore errors if any file fails to load
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to continue loading if errors are encountered, but report them as warnings
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
HTTP in Data.read: can use URI or Text URLs in Data.read_many
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Response caching: Cache should return the same repsonse:
test\Table_Tests\src\IO\Fetch_Spec.enso#L186
An unexpected dataflow error ((Compile_Error.Error 'No polyglot symbol for org.enso.base.enso_cloud.EnsoSecretHelper')) has been matched (at C:\runner\_work\enso\enso\test\Table_Tests\src\IO\Fetch_Spec.enso:186:17-63).
|
Response caching: Cache should handle many entries:
test\Table_Tests\src\IO\Fetch_Spec.enso#L212
An unexpected dataflow error ((Compile_Error.Error 'No polyglot symbol for org.enso.base.enso_cloud.EnsoSecretHelper')) has been matched (at C:\runner\_work\enso\enso\test\Table_Tests\src\IO\Fetch_Spec.enso:212:17-67).
|
Response caching: Cache policy should work for HTTP.fetch
An unexpected error was returned: (Map_Error.Error 0 (Compile_Error.Error 'No polyglot symbol for org.enso.base.enso_cloud.EnsoSecretHelper'))
|
Response caching: Cache policy should work for Data.fetch
An unexpected error was returned: (Map_Error.Error 0 (Compile_Error.Error 'No polyglot symbol for org.enso.base.enso_cloud.EnsoSecretHelper'))
|
JVM Tests (GraalVM CE) (windows, amd64)
Scala Tests failed: Command failed: Command:
|
JVM Tests (GraalVM CE) (windows, amd64)
Process completed with exit code 1.
|
Standard Library Tests (GraalVM CE) (macos, amd64)
The job running on runner GitHub Actions 282 has exceeded the maximum execution time of 360 minutes.
|
Data.read_many: should allow to read a list of files and return them as vector
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should work with paths as Text
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to Report_Error if any file fails to load
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to Ignore errors if any file fails to load
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Data.read_many: should allow to continue loading if errors are encountered, but report them as warnings
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
HTTP in Data.read: can use URI or Text URLs in Data.read_many
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.read.ReadManyReturnSPI UnresolvedSymbol<get_types>)
|
Standard Library Tests (GraalVM CE) (macos, amd64)
The operation was canceled.
|
JVM Tests (GraalVM CE) (linux, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
Standard Library Tests (GraalVM CE) (linux, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
Engine (GraalVM CE) (macos, amd64)
The following actions use a deprecated Node.js version and will be forced to run on node20: jetli/wasm-pack-action@v0.4.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
JVM Tests (GraalVM CE) (macos, amd64)
The following actions use a deprecated Node.js version and will be forced to run on node20: jetli/wasm-pack-action@v0.4.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
JVM Tests (GraalVM CE) (macos, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
JVM Tests (GraalVM CE) (windows, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Engine Runner native-image-args", "Launcher native-image-args".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Engine Runner native-image-args
|
25.2 KB |
|
Launcher native-image-args
|
6.21 KB |
|