Skip to content

Use checked signatures for Table and Column #1907

Use checked signatures for Table and Column

Use checked signatures for Table and Column #1907

Triggered via pull request February 17, 2025 18:26
Status Cancelled
Total duration 1h 3m 5s
Artifacts

engine-pull-request.yml

on: pull_request
🔍 Files Changed  /  Changed Files
6s
🔍 Files Changed / Changed Files
🔍 Files Changed  /  Changed Standard libs API docs files
8s
🔍 Files Changed / Changed Standard libs API docs files
⚙️ Checks  /  Engine (GraalVM CE) (linux, amd64)
37m 25s
⚙️ Checks / Engine (GraalVM CE) (linux, amd64)
⚙️ Checks  /  Engine (GraalVM CE) (windows, amd64)
45m 13s
⚙️ Checks / Engine (GraalVM CE) (windows, amd64)
⚙️ Checks  /  JVM Tests (GraalVM CE) (linux, amd64)
33m 28s
⚙️ Checks / JVM Tests (GraalVM CE) (linux, amd64)
⚙️ Checks  /  JVM Tests (GraalVM CE) (windows, amd64)
42m 34s
⚙️ Checks / JVM Tests (GraalVM CE) (windows, amd64)
⚙️ Checks  /  Standard Library API check (linux, amd64)
7m 5s
⚙️ Checks / Standard Library API check (linux, amd64)
⚙️ Checks  /  Standard Library Tests (GraalVM CE) (linux, amd64)
33m 49s
⚙️ Checks / Standard Library Tests (GraalVM CE) (linux, amd64)
⚙️ Checks  /  Standard Library Tests (GraalVM CE) (windows, amd64)
31m 24s
⚙️ Checks / Standard Library Tests (GraalVM CE) (windows, amd64)
⚙️ Checks  /  Verify License Packages (linux, amd64)
1m 23s
⚙️ Checks / Verify License Packages (linux, amd64)
🏷 Append Standard library API change label
0s
🏷 Append Standard library API change label
⚙️ Checks (Optional)  /  Engine (GraalVM CE) (macos, amd64)
1h 2m
⚙️ Checks (Optional) / Engine (GraalVM CE) (macos, amd64)
⚙️ Checks (Optional)  /  JVM Tests (GraalVM CE) (macos, amd64)
1h 2m
⚙️ Checks (Optional) / JVM Tests (GraalVM CE) (macos, amd64)
⚙️ Checks (Optional)  /  Standard Library Tests (GraalVM CE) (macos, amd64)
45m 31s
⚙️ Checks (Optional) / Standard Library Tests (GraalVM CE) (macos, amd64)
Engine Required Checks
0s
Engine Required Checks
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 2 warnings
S3_File writing: should be able to write and then read custom types, like Table as Excel
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
S3_File writing: should be able to write and then read custom types, like Table as CSV
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (xlsx)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (csv)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (json)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
[SQLite File] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite File] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
[SQLite In-Memory] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite In-Memory] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
[PostgreSQL] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
⚙️ Checks / Standard Library Tests (GraalVM CE) (linux, amd64)
Failed test were found and 'fail-on-error' option is set to true
[SQLite File] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite File] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
[SQLite In-Memory] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite In-Memory] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
⚙️ Checks / Engine (GraalVM CE) (linux, amd64)
Process completed with exit code 1.
⚙️ Checks (Optional) / Standard Library Tests (GraalVM CE) (macos, amd64)
Failed test were found and 'fail-on-error' option is set to true
S3_File writing: should be able to write and then read custom types, like Table as Excel
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
S3_File writing: should be able to write and then read custom types, like Table as CSV
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (xlsx)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (csv)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (json)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
[SQLite File] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite File] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
[SQLite In-Memory] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite In-Memory] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
Failed Standard Library Tests
2 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-2025.1.1-dev-macos-amd64/enso-2025.1.1-dev/bin/enso" "--no-ir-caches" "--run" "/Users/runner/work/enso/enso/test/AWS_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-2025.1.1-dev-macos-amd64/enso-2025.1.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
S3_File writing: should be able to write and then read custom types, like Table as Excel
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
S3_File writing: should be able to write and then read custom types, like Table as CSV
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (xlsx)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (csv)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
DataLinks to S3_File: should be able to write a Table to an S3 data link (json)
An unexpected panic was thrown: Type error: expected the result of `write` to be File, but got S3_File.
[SQLite File] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite File] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
[SQLite In-Memory] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite In-Memory] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
Failed Standard Library Tests
2 test suite(s) failed: Command failed: Command: "C:\\Windows\\system32\\cmd.exe" "/C" "C:\\runner\\_work\\enso\\enso\\built-distribution\\enso-engine-2025.1.1-dev-windows-amd64\\enso-2025.1.1-dev\\bin\\enso.bat" "--no-ir-caches" "--run" "C:\\runner\\_work\\enso\\enso\\test\\AWS_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-2025.1.1-dev-windows-amd64\\enso-2025.1.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
⚙️ Checks / Standard Library Tests (GraalVM CE) (windows, amd64)
Failed test were found and 'fail-on-error' option is set to true
⚙️ Checks / JVM Tests (GraalVM CE) (windows, amd64)
Canceling since a higher priority waiting request for '✨ Engine-refs/pull/12283/merge-engine-pull-request' exists
⚙️ Checks / JVM Tests (GraalVM CE) (windows, amd64)
The operation was canceled.
⚙️ Checks / Engine (GraalVM CE) (windows, amd64)
Canceling since a higher priority waiting request for '✨ Engine-refs/pull/12283/merge-engine-pull-request' exists
[SQLite File] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite File] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
[SQLite In-Memory] (Conversion_Spec) Table.expand_column: should report unsupported
An unexpected panic was thrown: Type error: expected `prefix` to be Text | DB_Table, but got Nothing.
[SQLite In-Memory] (Expression_Spec) Expression Comparison Operators: should be able to use in
An unexpected panic was thrown: Type error: expected `vector` to be DB_Column | Vector, but got Array.
⚙️ Checks / Engine (GraalVM CE) (windows, amd64)
The operation was canceled.
⚙️ Checks (Optional) / Engine (GraalVM CE) (macos, amd64)
Canceling since a higher priority waiting request for '✨ Engine-refs/pull/12283/merge-engine-pull-request' exists
⚙️ Checks (Optional) / Engine (GraalVM CE) (macos, amd64)
The operation was canceled.
⚙️ Checks (Optional) / JVM Tests (GraalVM CE) (macos, amd64)
Canceling since a higher priority waiting request for '✨ Engine-refs/pull/12283/merge-engine-pull-request' exists
⚙️ Checks (Optional) / JVM Tests (GraalVM CE) (macos, amd64)
The operation was canceled.
⚙️ Checks / JVM Tests (GraalVM CE) (linux, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
⚙️ Checks / Standard Library Tests (GraalVM CE) (linux, amd64)
Test report summary exceeded limit of 65535 bytes and will be trimmed