Skip to content

Add xml.write tests and .write to XML_Element #22777

Add xml.write tests and .write to XML_Element

Add xml.write tests and .write to XML_Element #22777

Triggered via pull request March 8, 2024 16:51
Status Failure
Total duration 1h 34m 41s
Artifacts 16

gui.yml

on: pull_request
Build Backend (linux, x86_64)
9m 39s
Build Backend (linux, x86_64)
Build Backend (macos, x86_64)
36m 1s
Build Backend (macos, x86_64)
Build Backend (windows, x86_64)
10m 21s
Build Backend (windows, x86_64)
Cancel Previous Runs
2s
Cancel Previous Runs
Lint (linux, x86_64)
8m 50s
Lint (linux, x86_64)
Native GUI tests (linux, x86_64)
3m 45s
Native GUI tests (linux, x86_64)
New (Vue) GUI build (linux, x86_64)
2m 1s
New (Vue) GUI build (linux, x86_64)
New (Vue) GUI build (macos, x86_64)
24m 55s
New (Vue) GUI build (macos, x86_64)
New (Vue) GUI build (windows, x86_64)
1m 38s
New (Vue) GUI build (windows, x86_64)
New (Vue) GUI tests (linux, x86_64)
9m 59s
New (Vue) GUI tests (linux, x86_64)
WASM GUI tests (linux, x86_64)
1m 23s
WASM GUI tests (linux, x86_64)
Package New IDE (linux, x86_64)
7m 24s
Package New IDE (linux, x86_64)
Package New IDE (macos, x86_64)
58m 22s
Package New IDE (macos, x86_64)
Package New IDE (windows, x86_64)
9m 51s
Package New IDE (windows, x86_64)
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 3 warnings
New (Vue) GUI tests (linux, x86_64)
Process completed with exit code 1.
Write XML ► Can roundtrip a document to and from a file: C:/runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml#L0
Failed test found in: C:/runner/_work/enso/enso/target/test-results/Base_Tests/JUnit.xml Error: '<?xml version="1.0" encoding="UTF-8"?><class><teacher id="100"><firstname>Mary</firstname><lastname>Smith</lastname><bio>Blah blah</bio></teacher><teacher id="101"><firstname>Bob</firstname><lastname>Jones</lastname><bio>This that</bio></teacher><student studentId="1000" year="2"><firstname>Alice</firstname><lastname>Wright</lastname><gpa>4.01</gpa></student><student studentId="1001" year="3"><firstname>Jessi</firstname><lastname>Cooper</lastname><gpa>3.99</gpa></student><student studentId="1002" year="1">Some<firstname>Randy</firstname>Extra<lastname>Brown</lastname>Text<gpa>3.99</gpa></student></class>' did not equal '<?xml version="1.0" encoding="UTF-8"?>\r<class>\r<teacher id="100">\r<firstname>Mary</firstname>\r<lastname>Smith</lastname>\r<bio>\rBlah blah\r</bio>\r</teacher>\r<teacher id="101">\r<firstname>Bob</firstname>\r<lastname>Jones</lastname>\r<bio>\rThis that\r</bio>\r</teacher>\r<student studentId="1000" year="2">\r<firstname>Alice</firstname>\r<lastname>Wright</lastname>\r<gpa>4.01</gpa>\r</student>\r<student studentId="1001" year="3">\r<firstname>Jessi</firstname>\r<lastname>Cooper</lastname>\r<gpa>3.99</gpa>\r</student>\r<student studentId="1002" year="1">\rSome\r<firstname>Randy</firstname>\rExtra\r<lastname>Brown</lastname>\rText\r<gpa>3.99</gpa>\r</student>\r</class>\r' (at C:\runner\_work\enso\enso\test\Base_Tests\src\Data\XML\XML_Spec.enso:68:13-104).
[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-d4d900d6-a50f-42be-98d8-88e686dcbbac" ("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-fdd7e3b3-4318-4b46-8244-1c554a6152f7" ("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-53acc30f-8614-4451-b913-91e4951c5692" ("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-53acc30f-8614-4451-b913-91e4951c5692" ("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-dd2e4d3d-fcec-4a1d-94f3-133ec0934fed" ("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-9e1abd9d-7444-496e-9b73-0f6df423ce31" ("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-0410d116-bc09-4a17-a1ca-c79aedfdc9d7" ("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-0427231e-e080-42bf-ab59-10f21bf9c327" ("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-77d37f15-97a3-4a03-ad8d-da71cc5c47c3" ("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-5c0c9f14-5858-4cde-8da4-9c4156f80c23" ("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-59a8df1c-14e4-49e9-8f2b-4effbaedbadb" ("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-69789860-ea21-4dac-9b6b-b3ac4c2cbc8e" ("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-d355b69d-9a23-4cf7-861b-91e63b921166" ("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-0ed27bee-5141-4b4c-b93c-951006d60c3f" ("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-c982e946-4f1d-459f-9418-19aaaaa6b29d" ("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
Launcher native-image-args Expired
6.33 KB
Project Manager native-image-args Expired
3.89 KB
dashboard-playwright-report Expired
2.61 MB
fbs-schema Expired
1.75 KB
gui2 Expired
5.54 MB
gui2-playwright-report Expired
485 KB
ide2-linux Expired
916 MB
ide2-macos Expired
903 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