Skip to content

Bump lxml from 4.9.1 to 4.9.3 #2490

Bump lxml from 4.9.1 to 4.9.3

Bump lxml from 4.9.1 to 4.9.3 #2490

GitHub Actions / Test Results (Test Files) succeeded Sep 21, 2023 in 0s

13 parse errors, 11 errors, 210 fail, 73 skipped, 1 517 pass in 2h 12m 37s

   145 files  ±0       13 errors  735 suites  ±0   2h 12m 37s ⏱️ ±0s
1 811 tests ±0  1 517 ✔️ ±0    73 💤 ±0  210 ±0  11 🔥 ±0 
4 117 runs  ±0  3 428 ✔️ ±0  214 💤 ±0  454 ±0  21 🔥 ±0 

Results for commit 6a4f95b. ± Comparison against earlier commit d4f1025.

Annotations

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check failure on line 0 in test-files/xml/non-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/xml/non-xml.xml
Raw output
test-files/xml/non-xml.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check failure on line 0 in test-files/json/malformed-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/malformed-json.json
Raw output
test-files/json/malformed-json.json

Check failure on line 0 in test-files/json/empty.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/json/empty.json

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/junit-xml/non-junit.xml
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/xml/empty.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

File is empty.
Raw output
test-files/xml/empty.xml

Check failure on line 0 in test-files/json/non-json.json

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Unsupported file format: test-files/json/non-json.json
Raw output
test-files/json/non-json.json

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/junit-xml/non-junit.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Invalid format.
Raw output
test-files/junit-xml/non-junit.xml

Check failure on line 0 in test-files/junit-xml/pytest/corrupt-xml.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Premature end of data in tag skipped line 9, line 11, column 22 (corrupt-xml.xml, line 11)
Raw output
test-files/junit-xml/pytest/corrupt-xml.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

attributes construct error, line 5, column 109 (NUnit-issue47367.xml, line 5)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue47367.xml

Check failure on line 0 in test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

Error processing result file

Char 0x0 out of allowed range, line 33, column 16 (NUnit-issue17521.xml, line 33)
Raw output
test-files/nunit/nunit3/jenkins/NUnit-issue17521.xml

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: BakeDrawings

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.InvalidOperationException : Assert.Equals should not be used. Use Assert.AreEqual instead.
   at NUnit.Framework.Assert.Equals(Object a, Object b)
   at MyProject.Tests.Real.UserInput.BakeDrawingCommandTests.BakeDrawings()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: SilentRun

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.
   at MyProject.Tests.Real.UserInput.ProjectInitCommandTests.SilentRun()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: DiscardDrawingTests

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Users\USER\actions-runner\_work\MyProject\MyProject\SC\f4a8fa46-245d-4cd5-88c1-80fcfbda6369'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileSystemEnumerableIterator`1.CommonInit()
   at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
   at System.IO.Directory.GetFiles(String path)
   at MyProject.Tests.Real.FlagTests.DiscardDrawingTests()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: LoadDrawingsEventFlagTests

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
  Expected: 3
  But was:  0
   at MyProject.Tests.Real.FlagTests.LoadDrawingsEventFlagTests()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: ResetProjectEventFlagTests

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.
   at MyProject.Tests.Real.FlagTests.ResetProjectEventFlagTests()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: SetupLayersEventFlagTests

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
om.Exceptions.DocumentException : Document should be initlised, but isn't!
   at MyProject.Runtime.Events.SetupLayers.Execute()
   at MyProject.Tests.Real.FlagTests.SetupLayersEventFlagTests()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: SetupPipeEventFlagTests

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.
   at MyProject.Tests.Real.FlagTests.SetupPipeEventFlagTests()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: DrawingConstants

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.
   at MyProject.Tests.Real.RuntimeTests.DrawingConstants()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: FileConstants

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.
   at MyProject.Tests.Real.RuntimeTests.FileConstants()

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: PluginConstants

test-files/nunit/mstest/clicketyclackety.xml [took 0s]
Raw output
System.MissingMethodException : Method not found: 'System.Object MyProject.MyProjectPlugIn.get_Instance()'.
   at MyProject.Tests.Real.RuntimeTests.PluginConstants()

Check warning on line 0 in Prueba_Sistema.SIARAlgorithmTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: EST_INTER_TEMPTest (Prueba_Sistema.SIARAlgorithmTest)

test-files/trx/yami_YAMILEX 2015-10-24 04_18_59.trx [took 19s]
Raw output
El método de prueba Prueba_Sistema.SIARAlgorithmTest.EST_INTER_TEMPTest produjo la excepción: 
System.ArgumentOutOfRangeException: El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección.
Nombre del parámetro: index    en System.ThrowHelper.ThrowArgumentOutOfRangeException()
   en System.Collections.Generic.List`1.set_Item(Int32 index, T value)
   en TMC.Components.TemperatureControl.SIARAlgorithm.EST_INTER_TEMP(Double TAMP, Int32 TEXTERN) en E:\TMC\TMC\Components\TemperatureControl\SIARAlgorithms.cs:línea 363
   en Prueba_Sistema.SIARAlgorithmTest.EST_INTER_TEMPTest() en E:\TMC\Prueba_Sistema\SIARAlgorithmTest.cs:línea 199

Check warning on line 0 in Prueba_Sistema.SIARAlgorithmTest

See this annotation in the file changed.

@github-actions github-actions / Test Results (Test Files)

All 2 runs failed: EST_LAMB_TEMPTest (Prueba_Sistema.SIARAlgorithmTest)

test-files/trx/yami_YAMILEX 2015-10-24 04_18_59.trx [took 2s]
Raw output
El método de prueba Prueba_Sistema.SIARAlgorithmTest.EST_LAMB_TEMPTest produjo la excepción: 
System.ArgumentOutOfRangeException: El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección.
Nombre del parámetro: index    en System.ThrowHelper.ThrowArgumentOutOfRangeException()
   en System.Collections.Generic.List`1.get_Item(Int32 index)
   en TMC.Components.TemperatureControl.SIARAlgorithm.EST_LAMB_TEMP(Double TINTPP, Double TAMP, Int32 TEXTERN, Int32 CRPBuscar) en E:\TMC\TMC\Components\TemperatureControl\SIARAlgorithms.cs:línea 474
   en Prueba_Sistema.SIARAlgorithmTest.EST_LAMB_TEMPTest() en E:\TMC\Prueba_Sistema\SIARAlgorithmTest.cs:línea 217