Package libraries Java code as Java Modules #29517
scala-new.yml
on: pull_request
Cancel Previous Runs
3s
Engine (GraalVM CE) (linux, amd64)
22m 8s
Engine (GraalVM CE) (macos, amd64)
1h 1m
Engine (GraalVM CE) (windows, amd64)
31m 57s
JVM Tests (GraalVM CE) (linux, amd64)
25m 45s
JVM Tests (GraalVM CE) (macos, amd64)
53m 8s
JVM Tests (GraalVM CE) (windows, amd64)
51m 35s
Standard Library Tests (GraalVM CE) (linux, amd64)
24m 15s
Standard Library Tests (GraalVM CE) (macos, amd64)
36m 29s
Standard Library Tests (GraalVM CE) (windows, amd64)
31m 54s
Verify License Packages (linux, amd64)
1m 50s
Annotations
62 errors and 7 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@2561d38d 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@16b66a40 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@1b17cc40 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@bef6669 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@774ffee7 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@4c8ac62d n=_ Nothing))) has been matched (at /runner/_work/enso/enso/test/Base_Tests/src/System/File_Read_Spec.enso:21:13-47).
|
Standard Library Tests (GraalVM CE) (linux, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
Can perform a url-encoded form POST
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.UrlencodedBodyBuilder UnresolvedSymbol<new>)
|
Can perform a multipart form POST
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.MultipartBodyBuilder UnresolvedSymbol<new>)
|
should report unsupported error:
test/Table_Tests/src/Common_Table_Operations/Map_Spec.enso#L24
Expected error Unsupported_Database_Operation, but error There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
Trying org.sqlite.JDBC
Trying org.postgresql.Driver. has been returned (at /runner/_work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Map_Spec.enso:24:17-92).
|
should report unsupported error:
test/Table_Tests/src/Common_Table_Operations/Map_Spec.enso#L139
Expected error Unsupported_Database_Operation, but error There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
Trying org.sqlite.JDBC
Trying org.postgresql.Driver. has been returned (at /runner/_work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Map_Spec.enso:139:17-95).
|
Can generate a temp column:
test/Table_Tests/src/Common_Table_Operations/Temp_Column_Spec.enso#L36
An unexpected dataflow error (There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
Trying org.sqlite.JDBC
Trying org.postgresql.Driver.) has been matched (at /runner/_work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Temp_Column_Spec.enso:36:13-58).
|
Can generate a temp column without name conflicts:
test/Table_Tests/src/Common_Table_Operations/Temp_Column_Spec.enso#L40
An unexpected dataflow error (There was an SQL error: No handler to connect to jdbc:sqlserver://localhost:1433
Trying org.sqlite.JDBC
Trying org.postgresql.Driver.) has been matched (at /runner/_work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Temp_Column_Spec.enso:40:13-60).
|
works for `connect`:
test/Visualization_Tests/src/Widgets/Database_Widgets_Spec.enso#L56
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).
|
Failed Standard Library Tests
5 test suite(s) failed: Command failed: Command:
cd "/runner/_work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/usr/bin/bash" "/runner/_work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-linux-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/runner/_work/enso/enso/test/Base_Tests"
with working directory: /runner/_work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
cd "/runner/_work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/usr/bin/bash" "/runner/_work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-linux-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/runner/_work/enso/enso/test/Microsoft_Tests"
with working directory: /runner/_work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
cd "/runner/_work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/usr/bin/bash" "/runner/_work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-linux-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/runner/_work/enso/enso/test/Table_Tests"
with working directory: /runner/_work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
cd "/runner/_work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/usr/bin/bash" "/runner/_work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-linux-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/runner/_work/enso/enso/test/Tableau_Tests"
with working directory: /runner/_work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
cd "/runner/_work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/usr/bin/bash" "/runner/_work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-linux-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/runner/_work/enso/enso/test/Visualization_Tests"
with working directory: /runner/_work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions
|
Standard Library Tests (GraalVM CE) (linux, amd64)
Process completed with exit code 1.
|
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) (windows, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
Can perform a url-encoded form POST
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.UrlencodedBodyBuilder UnresolvedSymbol<new>)
|
Can perform a multipart form POST
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.MultipartBodyBuilder UnresolvedSymbol<new>)
|
should recognise a SQLite database file:
test\Table_Tests\src\Database\SQLite_Spec.enso#L425
Expected a value of type Standard.Database.Connection.SQLite_Format.SQLite_Format but got a value of type Standard.Base.Nothing.Nothing instead (at C:\runner\_work\enso\enso\test\Table_Tests\src\Database\SQLite_Spec.enso:425:13-80).
|
should recognise a sqlite file by extension for writing:
test\Table_Tests\src\Database\SQLite_Spec.enso#L428
Expected a value of type Standard.Database.Connection.SQLite_Format.SQLite_Format but got a value of type Standard.Base.Nothing.Nothing instead (at C:\runner\_work\enso\enso\test\Table_Tests\src\Database\SQLite_Spec.enso:428:13-114).
|
should connect to a db file:
test\Table_Tests\src\Database\SQLite_Spec.enso#L453
An unexpected dataflow error ((Unsupported_Type (File_Format_Metadata.Value 'C:\\runner\\_work\\enso\\enso\\test\\Table_Tests\\data\\transient\\sqlite_test.db' 'sqlite_test.db' '.db' File.read_first_bytes[File.enso:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@5bc40e3a n=_ Nothing))) has been matched (at C:\runner\_work\enso\enso\test\Table_Tests\src\Database\SQLite_Spec.enso:453:13-50).
|
works for `connect`:
test\Visualization_Tests\src\Widgets\Database_Widgets_Spec.enso#L56
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 C:\runner\_work\enso\enso\test\Visualization_Tests\src\Widgets\Database_Widgets_Spec.enso:56:13-44).
|
Failed Standard Library Tests
4 test suite(s) failed: Command failed: Command:
"C:\\Windows\\system32\\cmd.exe" "/C" "C:\\runner\\_work\\enso\\enso\\built-distribution\\enso-engine-2024.5.1-dev-windows-amd64\\enso-2024.5.1-dev\\bin\\enso.bat" "--no-ir-caches" "--run" "C:\\runner\\_work\\enso\\enso\\test\\Base_Tests"
with working directory: C:\runner\_work\enso\enso\test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
"C:\\Windows\\system32\\cmd.exe" "/C" "C:\\runner\\_work\\enso\\enso\\built-distribution\\enso-engine-2024.5.1-dev-windows-amd64\\enso-2024.5.1-dev\\bin\\enso.bat" "--no-ir-caches" "--run" "C:\\runner\\_work\\enso\\enso\\test\\Table_Tests"
with working directory: C:\runner\_work\enso\enso\test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
"C:\\Windows\\system32\\cmd.exe" "/C" "C:\\runner\\_work\\enso\\enso\\built-distribution\\enso-engine-2024.5.1-dev-windows-amd64\\enso-2024.5.1-dev\\bin\\enso.bat" "--no-ir-caches" "--run" "C:\\runner\\_work\\enso\\enso\\test\\Tableau_Tests"
with working directory: C:\runner\_work\enso\enso\test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
"C:\\Windows\\system32\\cmd.exe" "/C" "C:\\runner\\_work\\enso\\enso\\built-distribution\\enso-engine-2024.5.1-dev-windows-amd64\\enso-2024.5.1-dev\\bin\\enso.bat" "--no-ir-caches" "--run" "C:\\runner\\_work\\enso\\enso\\test\\Visualization_Tests"
with working directory: C:\runner\_work\enso\enso\test
with environment overrides:
JAVA_OPTS=-enableassertions
|
Standard Library Tests (GraalVM CE) (windows, 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 '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@7cc6b67d 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@735da04 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@26f7f2c6 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@6518d76a 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@59d8ce0c 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@620b51c2 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).
|
Can perform a url-encoded form POST
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.UrlencodedBodyBuilder UnresolvedSymbol<new>)
|
Can perform a multipart form POST
An unexpected panic was thrown: (No_Such_Method.Error org.enso.base.net.http.MultipartBodyBuilder UnresolvedSymbol<new>)
|
works for `connect`:
test/Visualization_Tests/src/Widgets/Database_Widgets_Spec.enso#L56
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 /Users/runner/work/enso/enso/test/Visualization_Tests/src/Widgets/Database_Widgets_Spec.enso:56:13-44).
|
Failed Standard Library Tests
4 test suite(s) failed: Command failed: Command:
cd "/Users/runner/work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/bin/bash" "/Users/runner/work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-macos-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/Users/runner/work/enso/enso/test/Base_Tests"
with working directory: /Users/runner/work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
cd "/Users/runner/work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/bin/bash" "/Users/runner/work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-macos-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/Users/runner/work/enso/enso/test/Table_Tests"
with working directory: /Users/runner/work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
cd "/Users/runner/work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/bin/bash" "/Users/runner/work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-macos-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/Users/runner/work/enso/enso/test/Tableau_Tests"
with working directory: /Users/runner/work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions;
Command failed: Command:
cd "/Users/runner/work/enso/enso/test" && JAVA_OPTS="-enableassertions" "/bin/bash" "/Users/runner/work/enso/enso/built-distribution/enso-engine-2024.5.1-dev-macos-amd64/enso-2024.5.1-dev/bin/enso" "--no-ir-caches" "--run" "/Users/runner/work/enso/enso/test/Visualization_Tests"
with working directory: /Users/runner/work/enso/enso/test
with environment overrides:
JAVA_OPTS=-enableassertions
|
Standard Library Tests (GraalVM CE) (macos, amd64)
Process completed with exit code 1.
|
Standard Library Tests (GraalVM CE) (macos, amd64)
Failed test were found and 'fail-on-error' option is set to true
|
JVM Tests (GraalVM CE) (windows, amd64)
Scala Tests failed: Command failed: Command:
|
JVM Tests (GraalVM CE) (windows, amd64)
Process completed with exit code 1.
|
JVM Tests (GraalVM CE) (macos, amd64)
Scala Tests failed: Command failed: Command:
|
JVM Tests (GraalVM CE) (macos, 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 '/Users/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@58b0d4f2 n=_ Nothing))) has been matched (at /Users/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 '/Users/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@3c5ac7b3 n=_ Nothing))) has been matched (at /Users/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 '/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:732-734] self=org.enso.interpreter.runtime.data.EnsoFile@f07bcdf n=_ Nothing))) has been matched (at /Users/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 /Users/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 '/Users/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@4f6a4e99 n=_ Nothing))) has been matched (at /Users/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 '/Users/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@62aa3eb3 n=_ Nothing))) has been matched (at /Users/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 /Users/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 /Users/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 /Users/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 '/Users/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@7b140eb7 n=_ Nothing))) has been matched (at /Users/runner/work/enso/enso/test/Base_Tests/src/System/File_Read_Spec.enso:21:13-47).
|
JVM Tests (GraalVM CE) (linux, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
Standard Library Tests (GraalVM CE) (macos, amd64)
The following actions use a deprecated Node.js version and will be forced to run on node20: jetli/[email protected]. 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) (windows, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
JVM Tests (GraalVM CE) (macos, amd64)
The following actions use a deprecated Node.js version and will be forced to run on node20: jetli/[email protected]. 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
|
Engine (GraalVM CE) (macos, amd64)
The following actions use a deprecated Node.js version and will be forced to run on node20: jetli/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.99 KB |
|