Remove gui1 codebase #22440
gui.yml
on: pull_request
Build Backend (linux, x86_64)
13s
Build Backend (macos, x86_64)
40m 4s
Build Backend (windows, x86_64)
7m 38s
Cancel Previous Runs
3s
Lint (linux, x86_64)
17s
Native GUI tests (linux, x86_64)
19s
New (Vue) GUI build (linux, x86_64)
17s
New (Vue) GUI build (macos, x86_64)
25m 52s
New (Vue) GUI build (windows, x86_64)
23m 50s
New (Vue) GUI tests (linux, x86_64)
12s
WASM GUI tests (linux, x86_64)
20s
Package New IDE (linux, x86_64)
0s
Package New IDE (macos, x86_64)
23m 31s
Package New IDE (windows, x86_64)
4m 56s
Annotations
24 errors and 3 warnings
Build Backend (linux, x86_64)
Process completed with exit code 101.
|
Lint (linux, x86_64)
Process completed with exit code 101.
|
Native GUI tests (linux, x86_64)
Process completed with exit code 101.
|
New (Vue) GUI build (linux, x86_64)
Process completed with exit code 101.
|
New (Vue) GUI tests (linux, x86_64)
Process completed with exit code 101.
|
WASM GUI tests (linux, x86_64)
Process completed with exit code 101.
|
Package New IDE (macos, x86_64)
Process completed with exit code 1.
|
Package New IDE (windows, x86_64)
Process completed with exit code 1.
|
[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-84d1c90e-f760-4c2c-9ad2-c7a69431a666" ("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-c1470e74-ee58-4ca9-93b7-9aa43fa77e58" ("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-1342e557-95d1-4be2-8261-85b00b13abff" ("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-1342e557-95d1-4be2-8261-85b00b13abff" ("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-e0e9c069-7d30-434e-984d-a008fa20f03f" ("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-e77d7c93-7820-4652-8cc3-9d19c6057aea" ("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-496adf10-06f7-4cea-bd40-fa0d42ae555a" ("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-13eca5b7-2f61-43bc-9951-b328bf616c8c" ("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-fa0fe584-cb48-455d-820a-73dcba594c99" ("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-f0d4a520-3718-481c-8b99-907a5fe1abce" ("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-50d2da7d-32f5-4f2c-a803-ea9473b96385" ("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.Error Standard.Base.Data.Numbers.Integer 2.0000000000000018 '`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-9f5f424b-666c-4745-a49a-b96c2e3d80f7" ("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-40e00a2c-5742-400b-a1b3-3bac85b1c00e" ("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-62cb735a-c835-4072-815e-d81da64e779f" ("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-e303125c-f74b-4040-846c-04c0569495b2" ("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 | |
---|---|---|
Launcher native-image-args
Expired
|
7.83 KB |
|
Project Manager native-image-args
Expired
|
3.89 KB |
|
fbs-schema
Expired
|
1.75 KB |
|
gui2
Expired
|
6.4 MB |
|
project-manager-macos
Expired
|
803 MB |
|
project-manager-windows
Expired
|
813 MB |
|