Skip to content

Package libraries Java code as Java Modules #29514

Package libraries Java code as Java Modules

Package libraries Java code as Java Modules #29514

Triggered via pull request October 7, 2024 16:42
Status Cancelled
Total duration 46m 15s
Artifacts 2

scala-new.yml

on: pull_request
Cancel Previous Runs
3s
Cancel Previous Runs
Engine (GraalVM CE) (linux, amd64)
27m 47s
Engine (GraalVM CE) (linux, amd64)
Engine (GraalVM CE) (macos, amd64)
45m 22s
Engine (GraalVM CE) (macos, amd64)
Engine (GraalVM CE) (windows, amd64)
33m 26s
Engine (GraalVM CE) (windows, amd64)
JVM Tests (GraalVM CE) (linux, amd64)
28m 18s
JVM Tests (GraalVM CE) (linux, amd64)
JVM Tests (GraalVM CE) (macos, amd64)
46m 2s
JVM Tests (GraalVM CE) (macos, amd64)
JVM Tests (GraalVM CE) (windows, amd64)
36m 46s
JVM Tests (GraalVM CE) (windows, amd64)
Standard Library Tests (GraalVM CE) (linux, amd64)
29m 42s
Standard Library Tests (GraalVM CE) (linux, amd64)
Standard Library Tests (GraalVM CE) (macos, amd64)
45m 47s
Standard Library Tests (GraalVM CE) (macos, amd64)
Standard Library Tests (GraalVM CE) (windows, amd64)
28m 19s
Standard Library Tests (GraalVM CE) (windows, amd64)
Verify License Packages (linux, amd64)
2m 24s
Verify License Packages (linux, amd64)
Fit to window
Zoom out
Zoom in

Annotations

79 errors and 2 warnings
Verify License Packages (linux, amd64)
Process completed with exit code 1.
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@50165c18 n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:198:13-37).
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@402e29cc n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:232:13-37).
should allow copy/move edge case with source=target: test/Base_Tests/src/System/File_Spec.enso#L1053
(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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@1b5ac61a n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:1053:13-44).
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 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).
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@4b493239 n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:825:13-42).
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@2c672faa n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Spec.enso:893:17-59).
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).
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).
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).
should be able to read a text file: test/Base_Tests/src/System/File_Read_Spec.enso#L21
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@25500f76 n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Read_Spec.enso:21: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.
(Local -> Local) Data Link copying/moving ► should be able to copy a datalink file elsewhere using Data_Link.copy: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/Inter_Backend_File_Operations_Spec.enso:235:17-67).
(Local -> Local) Data Link copying/moving ► should be able to move a datalink using Data_Link.move: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/Inter_Backend_File_Operations_Spec.enso:265:17-67).
DataLinks to S3_File ► should be able to read a data link of an S3 File: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:528:13-88).
DataLinks to S3_File ► should be able to read a data link with custom credentials and secrets: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:539:21-81).
DataLinks to S3_File ► should be able to read a data link with a custom file format set: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:544:13-31).
DataLinks to S3_File ► should be able to read a data link stored on S3: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:553:17-58).
DataLinks to S3_File ► should be able to read an S3 data link overriding the format: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:561:17-35).
DataLinks to S3_File ► should be able to write a Table to an S3 data link (xlsx): /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:569-574).
S3_File reading ► should work with Data.read: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/AWS_Tests/JUnit.xml Error: An unexpected dataflow error ((Illegal_Argument.Error 'Unsupported protocol s3' Nothing)) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:266:17-45).
HTTP DataLink ► should allow to read a web resource, setting format to JSON: /runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml Error: An unexpected panic was thrown: java.lang.IllegalStateException: Error: Multiple Format providers found for format: json. The clashing definitions are in the following modules: Standard.Base.System.File_Format, Standard.Base.System.File_Format, Standard.Base.System.File_Format, Standard.Base.System.File_Format.
post ► Can perform a url-encoded form POST: /runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml Error: An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.UrlencodedBodyBuilder UnresolvedSymbol<new>)
post ► Can perform a multipart form POST: /runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml Error: An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.MultipartBodyBuilder UnresolvedSymbol<new>)
[SQLServer] Column.map ► should report unsupported error: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml Error: Expected error Unsupported_Database_Operation, but error There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
[SQLServer] Column.zip ► should report unsupported error: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml Error: Expected error Unsupported_Database_Operation, but error There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
[SQLServer] Temp column ► Can generate a temp column: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml Error: An unexpected dataflow error (There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
[SQLServer] Temp column ► Can generate a temp column without name conflicts: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Microsoft_Tests/JUnit.xml Error: An unexpected dataflow error (There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
Widgets for Database ► works for `connect`: /runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml#L0
Failed test found in: /runner/_work/enso/enso/target/test-results/Visualization_Tests/JUnit.xml Error: The value ([["details",{"type":"Widget","constructor":"Single_Choice","values":[{"type":"Choice","constructor":"Option","label":"Postgres","value":"(Postgres.Server 'localhost' 5432)","parameters":[],"icon":""},{"type":"Choice","constructor":"Option","label":"SQLite","value":"SQLite.From_File","parameters":[],"icon":""},{"type":"Choice","constructor":"Option","label":"SQLite (In-Memory)","value":"SQLite.In_Memory","parameters":[],"icon":""}],"label":null,"display":{"type":"Display","constructor":"Always"},"allow_custom":true}]]) did not contain the element (Redshift) (at /runner/_work/enso/enso/test/Visualization_Tests/src/Widgets/Database_Widgets_Spec.enso:56:13-44).
Standard Library Tests (GraalVM CE) (linux, amd64)
Failed test were found and 'fail-on-error' option is set to true
should work with Data.read: test/AWS_Tests/src/S3_Spec.enso#L266
An unexpected dataflow error ((Illegal_Argument.Error 'Unsupported protocol s3' Nothing)) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:266:17-45).
should be able to read a data link of an S3 File: test/AWS_Tests/src/S3_Spec.enso#L528
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:528:13-88).
should be able to read a data link with custom credentials and secrets: test/AWS_Tests/src/S3_Spec.enso#L539
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:539:21-81).
should be able to read a data link with a custom file format set: test/AWS_Tests/src/S3_Spec.enso#L544
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:544:13-31).
should be able to read a data link stored on S3: test/AWS_Tests/src/S3_Spec.enso#L553
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:553:17-58).
should be able to read an S3 data link overriding the format: test/AWS_Tests/src/S3_Spec.enso#L561
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:561:17-35).
should be able to write a Table to an S3 data link (xlsx)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:569-574).
should be able to write a Table to an S3 data link (csv)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:569-574).
should be able to write a Table to an S3 data link (json)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at /runner/_work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:569-574).
should be able to copy a datalink file elsewhere using Data_Link.copy: test/AWS_Tests/src/Inter_Backend_File_Operations_Spec.enso#L235
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /runner/_work/enso/enso/test/AWS_Tests/src/Inter_Backend_File_Operations_Spec.enso:235:17-67).
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@7f07b6f1 n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:198:13-37).
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@1d6c9642 n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:232:13-37).
should allow copy/move edge case with source=target: test\Base_Tests\src\System\File_Spec.enso#L1053
(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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@6675ba05 n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:1053:13-44).
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@ee22b6d n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:825:13-42).
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@a8ac2d0 n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Spec.enso:893:17-59).
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).
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).
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).
should be able to read a text file: test\Base_Tests\src\System\File_Read_Spec.enso#L21
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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@39ae53a5 n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Base_Tests\src\System\File_Read_Spec.enso:21:13-47).
should be able to read a file as Text: test\Base_Tests\src\System\File_Read_Spec.enso#L45
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:45:13-44).
Standard Library Tests (GraalVM CE) (windows, amd64)
The run was canceled by @github-actions[bot].
should work with Data.read: test\AWS_Tests\src\S3_Spec.enso#L266
An unexpected dataflow error ((Illegal_Argument.Error 'Unsupported protocol s3' Nothing)) has been matched (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:266:17-45).
should be able to read a data link of an S3 File: test\AWS_Tests\src\S3_Spec.enso#L528
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:528:13-88).
should be able to read a data link with custom credentials and secrets: test\AWS_Tests\src\S3_Spec.enso#L539
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:539:21-81).
should be able to read a data link with a custom file format set: test\AWS_Tests\src\S3_Spec.enso#L544
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:544:13-31).
should be able to read a data link stored on S3: test\AWS_Tests\src\S3_Spec.enso#L553
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:553:17-58).
should be able to read an S3 data link overriding the format: test\AWS_Tests\src\S3_Spec.enso#L561
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:561:17-35).
should be able to write a Table to an S3 data link (xlsx)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:569-574).
should be able to write a Table to an S3 data link (csv)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:569-574).
should be able to write a Table to an S3 data link (json)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at C:\runner\_work\enso\enso\test\AWS_Tests\src\S3_Spec.enso:569-574).
should be able to copy a datalink file elsewhere using Data_Link.copy: test\AWS_Tests\src\Inter_Backend_File_Operations_Spec.enso#L235
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at C:\runner\_work\enso\enso\test\AWS_Tests\src\Inter_Backend_File_Operations_Spec.enso:235:17-67).
JVM Tests (GraalVM CE) (windows, amd64)
The run was canceled by @github-actions[bot].
JVM Tests (GraalVM CE) (windows, amd64)
The operation was canceled.
Engine (GraalVM CE) (macos, amd64)
The run was canceled by @github-actions[bot].
Engine (GraalVM CE) (macos, amd64)
The operation was canceled.
Standard Library Tests (GraalVM CE) (macos, amd64)
The run was canceled by @github-actions[bot].
should work with Data.read: test/AWS_Tests/src/S3_Spec.enso#L266
An unexpected dataflow error ((Illegal_Argument.Error 'Unsupported protocol s3' Nothing)) has been matched (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:266:17-45).
should be able to read a data link of an S3 File: test/AWS_Tests/src/S3_Spec.enso#L528
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:528:13-88).
should be able to read a data link with custom credentials and secrets: test/AWS_Tests/src/S3_Spec.enso#L539
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:539:21-81).
should be able to read a data link with a custom file format set: test/AWS_Tests/src/S3_Spec.enso#L544
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:544:13-31).
should be able to read a data link stored on S3: test/AWS_Tests/src/S3_Spec.enso#L553
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:553:17-58).
should be able to read an S3 data link overriding the format: test/AWS_Tests/src/S3_Spec.enso#L561
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:561:17-35).
should be able to write a Table to an S3 data link (xlsx)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:569-574).
should be able to write a Table to an S3 data link (csv)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:569-574).
should be able to write a Table to an S3 data link (json)
Expected the result to not be an error, but a dataflow error has been matched: The data link for S3 is provided by the library Standard.AWS which is not loaded. Please import the library, and if necessary, restart the project. (at /Users/runner/work/enso/enso/test/AWS_Tests/src/S3_Spec.enso:569-574).
should be able to copy a datalink file elsewhere using Data_Link.copy: test/AWS_Tests/src/Inter_Backend_File_Operations_Spec.enso#L235
An unexpected dataflow error ((Missing_Data_Link_Library.Error 'Standard.AWS' 'S3')) has been matched (at /Users/runner/work/enso/enso/test/AWS_Tests/src/Inter_Backend_File_Operations_Spec.enso:235:17-67).
JVM Tests (GraalVM CE) (macos, amd64)
The run was canceled by @github-actions[bot].
JVM 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
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
16.7 KB
Launcher native-image-args
5.51 KB