Skip to content

Dropdown widget improvements. #21968

Dropdown widget improvements.

Dropdown widget improvements. #21968

Triggered via pull request March 4, 2024 12:01
Status Failure
Total duration 1h 50m 54s
Artifacts 6

scala-new.yml

on: pull_request
Cancel Previous Runs
4s
Cancel Previous Runs
Engine (linux, x86_64)
52m 30s
Engine (linux, x86_64)
Engine (macos, x86_64)
1h 50m
Engine (macos, x86_64)
Engine (windows, x86_64)
49m 21s
Engine (windows, x86_64)
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 4 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-5547ed3a-d8fe-40d9-92cf-5a7d79881e08" ("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-8a2e7603-6b8c-4cc1-9c52-cc1c1f0940f3" ("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-6e1d2204-7af1-4e15-873b-10cbc2c640fb" ("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-6e1d2204-7af1-4e15-873b-10cbc2c640fb" ("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-aaeb4eee-a456-4db4-8eea-a32ac0569c2d" ("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-47192c6b-4ccd-4b42-ad27-69e6a25dd38e" ("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-aeed03bc-5f66-4bd9-b3cb-b199f805a6b3" ("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-32ec9cdf-1c76-4be8-b4c9-fcb36ff9fb29" ("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-0d9f5978-e581-4461-9142-54cc4cb682ea" ("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-3dfb9d3a-6250-45c4-bdba-badc3e4edc10" ("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-1f9dfeb3-946f-4f6d-aba7-7cda23de2ed2" ("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-a5561a54-0e1d-4a15-88d3-c9693a08aaab" ("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-62403db3-bf58-4213-a54e-ef45ed210248" ("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-2cf716d3-c362-42fe-895d-cb5b3b4843d7" ("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-a5a6c1c4-dbff-442a-b531-bd5b5a182198" ("x" INTEGER)]) has been matched (at /Users/runner/work/enso/enso/test/Table_Tests/src/Database/SQLite_Spec.enso:297:13-51).
Engine (macos, x86_64)
Failed test were found and 'fail-on-error' option is set to true
Engine (macos, x86_64)
Process completed with exit code 1.
Engine (windows, x86_64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
Engine (linux, x86_64)
Test report summary exceeded limit of 65535 bytes and will be trimmed
Engine (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/.
Engine (macos, x86_64)
Test report summary exceeded limit of 65535 bytes and will be trimmed

Artifacts

Produced during runtime
Name Size
Edition File Expired
898 Bytes
Engine Runner native-image-args Expired
3.89 KB
Launcher native-image-args Expired
7.83 KB
Test_Results_linux Expired
198 KB
Test_Results_windows Expired
168 KB
fbs-schema Expired
1.76 KB