More type-checking for concrete children #22892
Triggered via pull request
March 12, 2024 13:06
Status
Success
Total duration
1h 26m 30s
Artifacts
16
gui.yml
on: pull_request
Build Backend (linux, x86_64)
7m 54s
Build Backend (macos, x86_64)
31m 46s
Build Backend (windows, x86_64)
9m 26s
Cancel Previous Runs
2s
Lint (linux, x86_64)
5m 58s
Native GUI tests (linux, x86_64)
3m 40s
New (Vue) GUI build (linux, x86_64)
2m 55s
New (Vue) GUI build (macos, x86_64)
18m 54s
New (Vue) GUI build (windows, x86_64)
1m 52s
New (Vue) GUI tests (linux, x86_64)
5m 44s
WASM GUI tests (linux, x86_64)
48s
Package New IDE (linux, x86_64)
4m 57s
Package New IDE (macos, x86_64)
54m 23s
Package New IDE (windows, x86_64)
11m 11s
Annotations
16 errors and 3 warnings
[SQLite File] Dropping Missing Values ► filter_blank_rows should deal with edge cases:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_747-370b2183-1ec6-411c-b574-ab5a4958e493" ("X" INTEGER)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:78:13-41).
|
[SQLite File] Dropping Missing Values ► filter_blank_rows should work with a table with many columns:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_748-b9cec192-0ecd-4d2e-ab10-9c83e2422f53" ("col_0" INTEGER …]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:95:13-47).
|
[SQLite File] Dropping Missing Values ► should allow to select blank columns:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_745-a9d21379-e7d5-4a60-ab45-09620192e7ea" ("a" INTEGER, "b …]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:101:13-53).
|
[SQLite File] Dropping Missing Values ► should allow to remove blank columns:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_745-a9d21379-e7d5-4a60-ab45-09620192e7ea" ("a" INTEGER, "b …]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:110:13-73).
|
[SQLite File] Dropping Missing Values ► select_blank_columns and remove_blank_columns should deal with edge cases:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_749-9b68605e-fec8-4610-bce1-8424017db9cd" ("X" INTEGER)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:174:13-46).
|
[SQLite File] Filling Missing Values ► should coerce long and double types to double:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_197-a93ed1d3-1a44-441a-bc22-d045c9d686d6" ("X" INTEGER, "Y …]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:199:13-69).
|
[SQLite File] Filling Missing Values ► should keep String, Boolean, Long and Double type:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_198-f238d596-a935-4e25-98d0-06770767341f" ("X" TEXT, "Y" B …]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:236:13-69).
|
[SQLite File] Filling Missing Values ► should not allow mixing types by default:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
Expected error No_Common_Type, but error There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_199-10b55f51-5ac9-4fe7-a6f0-88e0f02e8807" ("X" INTEGER, "Y …] has been returned (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:258:13-55).
|
[SQLite File] Filling Missing Values ► should allow setting a default column by reference:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_200-87bc30b2-4a53-4aa1-9486-ae6486713d5e" ("A" TEXT, "B" T …]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:314:13-63).
|
[SQLite File] Filling Missing Values ► will for now report that Previous_Value is not supported:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
Expected error Unsupported_Database_Operation, but error There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_201-f46b54a6-2cff-4ee4-9f22-395be1ca161e" ("A" TEXT)] has been returned (at /Users/runner/work/enso/enso/test/Table_Tests/src/Common_Table_Operations/Missing_Values_Spec.enso:353:13-95).
|
[SQLite File] math functions ► round, trunc, ceil, floor:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_400-65cc6049-04ff-4b4e-ada4-599b377fe5cc" ("x" REAL)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Database/SQLite_Spec.enso:238:13-92).
|
[SQLite File] math functions ► Can round correctly near the precision limit:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected panic was thrown: Type error: `arg1`.
|
[SQLite File] math functions ► Can round correctly near the precision limit, using banker's rounding:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_402-acbf430a-65db-4944-96fd-30260148a450" ("x" REAL)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Database/SQLite_Spec.enso:277:13-97).
|
[SQLite File] math functions ► Can handle NaN/Infinity:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_403-47b4cace-2a89-469e-b502-71ea654cb215" ("x" REAL)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Database/SQLite_Spec.enso:286:17-66).
|
[SQLite File] math functions ► round returns the correct type:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_404-9bdaca7c-4bf6-4409-8cf6-30d0d17e26bb" ("x" REAL)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Database/SQLite_Spec.enso:291:13-53).
|
[SQLite File] math functions ► round returns the correct type:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml#L0
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/Table_Tests/JUnit.xml
Error:
An unexpected dataflow error (There was an SQL error: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database). [Query was: CREATE TABLE "table_405-ac1f16ab-7d7c-446d-a79b-5ca7af8c285f" ("x" INTEGER)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Database/SQLite_Spec.enso:297:13-51).
|
New (Vue) GUI build (macos, x86_64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: s-weigand/[email protected], jetli/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Backend (macos, x86_64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: s-weigand/[email protected], jetli/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Package New IDE (macos, x86_64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: s-weigand/[email protected], jetli/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Edition File
Expired
|
898 Bytes |
|
Engine Runner native-image-args
Expired
|
4.34 KB |
|
Project Manager native-image-args
Expired
|
3.89 KB |
|
dashboard-playwright-report
Expired
|
585 KB |
|
fbs-schema
Expired
|
1.75 KB |
|
gui2
Expired
|
5.55 MB |
|
gui2-playwright-report
Expired
|
483 KB |
|
ide2-linux
Expired
|
916 MB |
|
ide2-macos
Expired
|
904 MB |
|
ide2-unpacked-linux
Expired
|
911 MB |
|
ide2-unpacked-macos
Expired
|
906 MB |
|
ide2-unpacked-windows
Expired
|
916 MB |
|
ide2-windows
Expired
|
745 MB |
|
project-manager-linux
Expired
|
813 MB |
|
project-manager-macos
Expired
|
803 MB |
|
project-manager-windows
Expired
|
814 MB |
|