Recognize if-like Tree.MultiSegmentApp as IfThenElse IR #11365
1865 passed, 30 failed and 57 skipped
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.ApplicationSpec.xml
7 tests were completed in 40ms with 7 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.ApplicationSpec | 7✅ | 40ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.CLIOutputSpec.xml
9 tests were completed in 8ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.CLIOutputSpec | 9✅ | 8ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.OptsSpec.xml
30 tests were completed in 137ms with 30 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.OptsSpec | 30✅ | 137ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.SpellingSpec.xml
3 tests were completed in 9ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.SpellingSpec | 3✅ | 9ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.task.TaskProgressSpec.xml
2 tests were completed in 26ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.task.TaskProgressSpec | 2✅ | 26ms |
❌ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml
70 tests were completed in 16ms with 69 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.pass.analyse.test.AliasAnalysisTest | 69✅ | 1❌ | 16ms |
❌ org.enso.compiler.pass.analyse.test.AliasAnalysisTest
✅ The analysis scope should have a number of scopes of 1 without children
✅ The analysis scope should have a nesting level of 1 without children
✅ The analysis scope should have the correct number of scopes with children
✅ The analysis scope should have the correct nesting depth with children
✅ The analysis scope should allow correctly getting the n-th parent
✅ The analysis scope should return `None` for nonexistent parents
✅ The analysis scope should find the occurrence for an ID in the current scope if it exists
✅ The analysis scope should find the occurrence for an name in the current scope if it exists
✅ The analysis scope should find no occurrences if they do not exist
✅ The analysis scope should correctly resolve usage links where they exist
✅ The analysis scope should correctly find the scope where a given ID occurs
✅ The analysis scope should correctly find the scopes in which a given symbol occurs
✅ The analysis scope should return the correct set of symbols
✅ The analysis scope should check correctly for specified occurrences of a symbol
✅ The analysis scope should be able to convert from a symbol to identifiers that use it
✅ The analysis scope should be able to convert from an identifier to the associated symbol
✅ The analysis scope should be able to check if a provided scope is a child of the current scope
✅ The analysis scope should allow itself to be copied deeply
✅ The analysis scope should count the number of scopes to the root
✅ if_then_doubled example should have four subscopes
✅ if_then_doubled example should frame needs two slots for x
✅ if_then_doubled example should are uses different
✅ if_then_doubled example should frame pointer for definition of a
✅ if_then_doubled example should xUse1 uses xDef1
✅ if_then_doubled example should xUse2 uses xDef2
✅ The Aliasing graph should allow itself to be deep copied
✅ The Aliasing graph should correctly resolve usages where possible
✅ The Aliasing graph should gather all links for a given ID correctly
✅ The Aliasing graph should find the scope where a given ID is defined
✅ The Aliasing graph should find all scopes where a given symbol occurs
✅ The Aliasing graph should correctly determine the number of scopes in the graph
✅ The Aliasing graph should correctly determine the maximum level of nesting in the graph
✅ The Aliasing graph should correctly determines whether an occurrence shadows other bindings
✅ The Aliasing graph should correctly determine the identifiers of bindings shadowed by a definition
✅ The Aliasing graph should correctly determine all symbols that occur in the graph
✅ The Aliasing graph should correctly return all links for a given symbol
✅ The Aliasing graph should correctly finds the occurrence for a provided ID
✅ The Aliasing graph should correctly finds the definition link for a provided id
✅ Alias analysis for atom definitions should assign Info.Scope.Root metadata to the atom
✅ Alias analysis for atom definitions should create definition occurrences in the atom's scope
✅ Alias analysis for atom definitions should create defaults in the same scope as the argument
✅ Alias analysis for atom definitions should create usage links where valid
✅ Alias analysis for atom definitions should enforce the ordering scope constraint on function arguments
✅ Alias analysis on function methods should assign Info.Scope.Root metadata to the method
✅ Alias analysis on function methods should assign Info.Scope.Child to all child scopes
✅ Alias analysis on function methods should not allocate additional scopes unnecessarily
✅ Alias analysis on function methods should allocate new scopes where necessary
✅ Alias analysis on function methods should assign Info.GraphOccurrence to definitions and usages of symbols
✅ Alias analysis on function methods should create the correct usage links for resolvable entities
✅ Alias analysis on function methods should not resolve links for unknown symbols
✅ Alias analysis on block methods should assign Info.Scope.Root metadata to the method
✅ Alias analysis on block methods should assign Info.Scope.Child to all child scopes
✅ Alias analysis on block methods should not allocate additional scopes unnecessarily
✅ Alias analysis on self should assign Info.Scope.Root metadata to the method
✅ Alias analysis on self should not add self to the scope
✅ Alias analysis on self should add self as a definition
✅ Alias analysis on conversion methods should assign Info.Scope.Root metatata to the method
✅ Alias analysis on conversion methods should assign Info.Scope.Child to all child scopes
✅ Alias analysis on conversion methods should not allocate additional scopes unnecessarily
✅ Alias analysis on conversion methods should allocate new scopes where necessary
✅ Alias analysis on conversion methods should assign Info.GraphOccurrence to definitions and usages of symbols
✅ Alias analysis on conversion methods should create the correct usage links for resolvable entities
✅ Alias analysis on conversion methods should not resolve links for unknown symbols
✅ Alias analysis on case expressions should expose the scrutinee in the parent scope
✅ Alias analysis on case expressions should create child scopes for the branch function
✅ Alias analysis on case expressions should cons branch scope should have argument definitions
✅ Alias analysis on case expressions should correctly link to pattern variables
✅ Alias analysis on case expressions should correctly link to pattern variables in type patterns
✅ Alias analysis on typeset literals should create a new scope for the literal
❌ Redefinitions should be caught for bindings
org.scalatest.exceptions.TestFailedException:
Expression.Binding(
name =
Name.Literal(
name = a,
isMethod = false,
location = Some(IdentifiedLocation[start=45, end=46, uuid=None]),
passData = MetadataStorage[],
diagnostics = null,
id = null
)
,
expression =
Application.Prefix(
function =
Name.Literal(
name = +,
isMethod = true,
location = Some(IdentifiedLocation[start=51, end=52, uuid=None]),
passData = MetadataStorage[AliasMetadata.Occurrence],
diagnostics = null,
id = 9671babc-db0b-41fc-bf24-627771233e55
)
,
arguments = List(
CallArgument.Specified(
name = None,
value =
Name.Literal(
name = b,
isMethod = false,
location = Some(IdentifiedLocation[start=49, end=50, uuid=None]),
passData = MetadataStorage[AliasMetadata.Occurrence],
diagnostics = null,
id = 65b4f461-c807-4ff8-8071-79a65dc3f1d0
)
,
location = Some(IdentifiedLocation[start=49, end=50, uuid=None]),
passData = MetadataStorage[AliasMetadata.ChildScope],
diagnostics = null,
id = null
)
,
CallArgument.Specified(
name = None,
value = Literal.Number(
base = None,
value = 1,
location = Some(IdentifiedLocation[start=53, end=54, uuid=None]),
passData = MetadataStorage[],
diagnostics = null,
id = null
)
,
location = Some(IdentifiedLocation[start=53, end=54, uuid=None]),
passData = MetadataStorage[AliasMetadata.ChildScope],
diagnostics = null,
id = null
)
),
hasDefaultsSuspended = false,
location = Some(IdentifiedLocation[start=49, end=54, uuid=None]),
passData = MetadataStorage[],
diagnostics = null,
id = null
)
,
location = Some(IdentifiedLocation[start=45, end=54, uuid=None])
passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored],
diagnostics = null,
id = f2cf9ea9-18d1-472e-9e9c-1f7b6bd42e43
)
was not an instance of org.enso.compiler.core.ir.expression.errors.Redefined$Binding, but an instance of org.enso.compiler.core.ir.Expression$Binding
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.FramePointerAnalysisTest.xml
17 tests were completed in 32ms with 17 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.pass.analyse.test.FramePointerAnalysisTest | 17✅ | 32ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.CacheInvalidationTest.xml
1 tests were completed in 31ms with 0 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.CacheInvalidationTest | 1⚪ | 31ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.ChangesetBuilderTest.xml
21 tests were completed in 712ms with 21 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.ChangesetBuilderTest | 21✅ | 712ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.FreshNameSupplyTest.xml
1 tests were completed in 31ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.FreshNameSupplyTest | 1✅ | 31ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.SuggestionBuilderTest.xml
64 tests were completed in 156ms with 63 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.SuggestionBuilderTest | 63✅ | 1⚪ | 156ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.core.ir.DiagnosticStorageTest.xml
2 tests were completed in 0ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.core.ir.DiagnosticStorageTest | 2✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.core.ir.MetadataStorageTest.xml
10 tests were completed in 15ms with 10 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.core.ir.MetadataStorageTest | 10✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.BindingAnalysisTest.xml
5 tests were completed in 15ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.BindingAnalysisTest | 5✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.DataflowAnalysisTest.xml
33 tests were completed in 15ms with 33 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.DataflowAnalysisTest | 33✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.DemandAnalysisTest.xml
7 tests were completed in 15ms with 7 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.DemandAnalysisTest | 7✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.GatherDiagnosticsTest.xml
4 tests were completed in 15ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.GatherDiagnosticsTest | 4✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.PrivateModifierTest.xml
3 tests were completed in 16ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.PrivateModifierTest | 3✅ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.TailCallTest.xml
20 tests were completed in 125ms with 20 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.TailCallTest | 20✅ | 125ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.ComplexTypeTest.xml
8 tests were completed in 0ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.ComplexTypeTest | 8✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.FunctionBindingTest.xml
13 tests were completed in 0ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.FunctionBindingTest | 13✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.GenerateMethodBodiesTest.xml
21 tests were completed in 0ms with 21 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.GenerateMethodBodiesTest | 21✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.ImportsTest.xml
3 tests were completed in 0ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.ImportsTest | 3✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.LambdaShorthandToLambdaTest.xml
19 tests were completed in 47ms with 19 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.LambdaShorthandToLambdaTest | 19✅ | 47ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.NestedPatternMatchTest.xml
9 tests were completed in 0ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.NestedPatternMatchTest | 9✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.OperatorToFunctionTest.xml
5 tests were completed in 0ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.OperatorToFunctionTest | 5✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.SectionsToBinOpTest.xml
5 tests were completed in 16ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.SectionsToBinOpTest | 5✅ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.NoSelfInStaticTests.xml
5 tests were completed in 0ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.lint.NoSelfInStaticTests | 5✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.ShadowedPatternFieldsTest.xml
2 tests were completed in 15ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.lint.ShadowedPatternFieldsTest | 2✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.UnusedBindingsTest.xml
8 tests were completed in 15ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.lint.UnusedBindingsTest | 8✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.optimise.LambdaConsolidateTest.xml
9 tests were completed in 0ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.optimise.LambdaConsolidateTest | 9✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.optimise.UnreachableMatchBranchesTest.xml
3 tests were completed in 0ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.optimise.UnreachableMatchBranchesTest | 3✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.PassConfigurationTest.xml
9 tests were completed in 0ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.PassConfigurationTest | 9✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.PassManagerTest.xml
2 tests were completed in 0ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.PassManagerTest | 2✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.DocumentationCommentsTest.xml
13 tests were completed in 0ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.DocumentationCommentsTest | 13✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.ExpressionAnnotationsTest.xml
4 tests were completed in 15ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.ExpressionAnnotationsTest | 4✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.GlobalNamesTest.xml
11 tests were completed in 16ms with 11 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.GlobalNamesTest | 11✅ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.IgnoredBindingsTest.xml
12 tests were completed in 0ms with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.IgnoredBindingsTest | 12✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.MethodDefinitionsTest.xml
1 tests were completed in 16ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.MethodDefinitionsTest | 1✅ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.ModuleAnnotationsTest.xml
8 tests were completed in 16ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.ModuleAnnotationsTest | 8✅ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.OverloadsResolutionTest.xml
6 tests were completed in 0ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.OverloadsResolutionTest | 6✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.PatternsTest.xml
1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.PatternsTest | 1✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.SugaredTypeFunctionsTest.xml
14 tests were completed in 16ms with 12 passed, 0 failed and 2 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.SugaredTypeFunctionsTest | 12✅ | 2⚪ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.SuspendedArgumentsTest.xml
9 tests were completed in 32ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.SuspendedArgumentsTest | 9✅ | 32ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.TypeNamesTest.xml
4 tests were completed in 15ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.TypeNamesTest | 4✅ | 15ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.TypeSignaturesTest.xml
12 tests were completed in 16ms with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.TypeSignaturesTest | 12✅ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.PassesTest.xml
3 tests were completed in 0ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.PassesTest | 3✅ | 0ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.refactoring.IRUtilsTest.xml
9 tests were completed in 16ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.refactoring.IRUtilsTest | 9✅ | 16ms |
✅ C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.semantic.ImportExportTest.xml
59 tests were completed in 4s with 59 passed, 0 failed and 0 skipped.
Report exceeded GitHub limit of 65535 bytes and has been trimmed
Annotations
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.compiler.pass.analyse.test.AliasAnalysisTest ► Redefinitions should be caught for bindings
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Expression.Binding( name = Name.Literal( name = a, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix( function = Name.Literal( name = +, isMethod = true, location = Some(IdentifiedLocation[start=51, end=52, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 9671babc-db0b-41fc-bf24-627771233e55), arguments = List(CallArgument.Specified( name = None, value = Name.Literal( name = b, isMethod = false, location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 65b4f461-c807-4ff8-8071-79a65dc3f1d0), location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.ChildScope], diagnostics = null, id = null), CallArgument.Specified( name = None, value = Literal.Number(base = None, value = 1, location = Some(IdentifiedLocation[start=53, end=54, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=53, end=54, uuid=None]), passData = MetadataStorage[AliasMetadata.ChildScope], diagnostics = null, id = null)), hasDefaultsSuspended = false, location = Some(IdentifiedLocation[start=49, end=54, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=45, end=54, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = f2cf9ea9-18d1-472e-9e9c-1f7b6bd42e43) was not an instance of org.enso.compiler.core.ir.expression.errors.Redefined$Binding, but an instance of org.enso.compiler.core.ir.Expression$Binding
Raw output
org.scalatest.exceptions.TestFailedException: Expression.Binding( name = Name.Literal( name = a, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix( function = Name.Literal( name = +, isMethod = true, location = Some(IdentifiedLocation[start=51, end=52, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 9671babc-db0b-41fc-bf24-627771233e55), arguments = List(CallArgument.Specified( name = None, value = Name.Literal( name = b, isMethod = false, location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 65b4f461-c807-4ff8-8071-79a65dc3f1d0), location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.ChildScope], diagnostics = null, id = null), CallArgument.Specified( name = None, value = Literal.Number(base = None, value = 1, location = Some(IdentifiedLocation[start=53, end=54, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=53, end=54, uuid=None]), passData = MetadataStorage[AliasMetadata.ChildScope], diagnostics = null, id = null)), hasDefaultsSuspended = false, location = Some(IdentifiedLocation[start=49, end=54, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=45, end=54, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = f2cf9ea9-18d1-472e-9e9c-1f7b6bd42e43) was not an instance of org.enso.compiler.core.ir.expression.errors.Redefined$Binding, but an instance of org.enso.compiler.core.ir.Expression$Binding
at org.scalatest.matchers.MatchersHelper$.newTestFailedException(MatchersHelper.scala:143)
at org.scalatest.matchers.TypeMatcherHelper$.assertAnType(TypeMatcherHelper.scala:177)
at org.enso.runtime/org.enso.compiler.pass.analyse.test.AliasAnalysisTest.$anonfun$new$96(AliasAnalysisTest.scala:1390)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1240)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.enso.runtime/org.enso.compiler.pass.analyse.test.AliasAnalysisTest.withFixture(AliasAnalysisTest.scala:28)
at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1238)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTest$1(AnyWordSpecLike.scala:1250)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1250)
at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:1232)
at org.enso.runtime/org.enso.compiler.pass.analyse.test.AliasAnalysisTest.runTest(AliasAnalysisTest.scala:28)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTests$1(AnyWordSpecLike.scala:1309)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1309)
at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:1308)
at org.enso.runtime/org.enso.compiler.pass.analyse.test.AliasAnalysisTest.runTests(AliasAnalysisTest.scala:28)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.enso.runtime/org.enso.compiler.pass.analyse.test.AliasAnalysisTest.org$scalatest$wordspec$AnyWordSpecLike$$super$run(AliasAnalysisTest.scala:28)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1354)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1354)
at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:1352)
at org.enso.runtime/org.enso.compiler.pass.analyse.test.AliasAnalysisTest.run(AliasAnalysisTest.scala:28)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeAsyncCommandsTest ► should interrupt running execution context
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeAsyncCommandsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: 0 did not equal 1
Raw output
org.scalatest.exceptions.TestFailedException: 0 did not equal 1
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:397)
at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.shouldEqual(Matchers.scala:7394)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeAsyncCommandsTest.$anonfun$new$2(RuntimeAsyncCommandsTest.scala:254)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeAsyncCommandsTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeAsyncCommandsTest.scala:27)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeAsyncCommandsTest.runTest(RuntimeAsyncCommandsTest.scala:27)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Check failure on line 26 in lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeComponentsTest ► should load component groups of standard library
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeComponentsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~") did not equal List()
Raw output
org.scalatest.exceptions.TestFailedException: List("C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~") did not equal List()
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:397)
at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.shouldEqual(Matchers.scala:7394)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.$anonfun$new$4(RuntimeComponentsTest.scala:381)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.org$scalatest$concurrent$TimeLimitedTests$$super$withFixture(RuntimeComponentsTest.scala:35)
at org.scalatest.concurrent.TimeLimitedTests.$anonfun$withFixture$3(TimeLimitedTests.scala:154)
at org.scalatest.enablers.Timed$$anon$1.timeoutAfter(Timed.scala:127)
at org.scalatest.concurrent.TimeLimits$.failAfterImpl(TimeLimits.scala:282)
at org.scalatest.concurrent.TimeLimitedTests.withFixture(TimeLimitedTests.scala:153)
at org.scalatest.concurrent.TimeLimitedTests.withFixture$(TimeLimitedTests.scala:150)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.org$enso$testkit$OsSpec$$super$withFixture(RuntimeComponentsTest.scala:35)
at org.enso.testkit.OsSpec.withFixture(OsSpec.scala:26)
at org.enso.testkit.OsSpec.withFixture$(OsSpec.scala:18)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.withFixture(RuntimeComponentsTest.scala:35)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeComponentsTest.scala:35)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.runTest(RuntimeComponentsTest.scala:35)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.org$scalatest$BeforeAndAfterAll$$super$run(RuntimeComponentsTest.scala:35)
at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeComponentsTest.run(RuntimeComponentsTest.scala:35)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeErrorsTest ► should not return cached method pointer when node panics
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeErrorsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(None, ExpressionUpdates(22559851-ed77-4c6a-9945-7fbb4a760818, Set(ExpressionUpdate(1dbb8a5a-8772-4dee-aa92-aa03a2e35054, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExecutionFailed(22559851-ed77-4c6a-9945-7fbb4a760818, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(22559851-ed77-4c6a-9945-7fbb4a760818, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None)))) did not contain the same elements as List(Response(None, ExpressionUpdates(22559851-ed77-4c6a-9945-7fbb4a760818, Set(ExpressionUpdate(1dbb8a5a-8772-4dee-aa92-aa03a2e35054, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExpressionUpdates(22559851-ed77-4c6a-9945-7fbb4a760818, Set(ExpressionUpdate(1dbb8a5a-8772-4dee-aa92-aa03a2e35054, Some(Vector("Standard.Base.Panic.Panic")), None, Vector(ExecutionTime(0)), false, true, Panic("Method `function2` of type Main could not be found.", List(1dbb8a5a-8772-4dee-aa92-aa03a2e35054)))))), Response(None, ExecutionComplete(22559851-ed77-4c6a-9945-7fbb4a760818)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(None, ExpressionUpdates(22559851-ed77-4c6a-9945-7fbb4a760818, Set(ExpressionUpdate(1dbb8a5a-8772-4dee-aa92-aa03a2e35054, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExecutionFailed(22559851-ed77-4c6a-9945-7fbb4a760818, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(22559851-ed77-4c6a-9945-7fbb4a760818, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None)))) did not contain the same elements as List(Response(None, ExpressionUpdates(22559851-ed77-4c6a-9945-7fbb4a760818, Set(ExpressionUpdate(1dbb8a5a-8772-4dee-aa92-aa03a2e35054, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExpressionUpdates(22559851-ed77-4c6a-9945-7fbb4a760818, Set(ExpressionUpdate(1dbb8a5a-8772-4dee-aa92-aa03a2e35054, Some(Vector("Standard.Base.Panic.Panic")), None, Vector(ExecutionTime(0)), false, true, Panic("Method `function2` of type Main could not be found.", List(1dbb8a5a-8772-4dee-aa92-aa03a2e35054)))))), Response(None, ExecutionComplete(22559851-ed77-4c6a-9945-7fbb4a760818)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeErrorsTest.$anonfun$new$23(RuntimeErrorsTest.scala:2783)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeErrorsTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeErrorsTest.scala:23)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeErrorsTest.runTest(RuntimeErrorsTest.scala:23)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Check failure on line 26 in lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest ► should panic when output context is not enabled
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(2fa271c7-b720-449c-831c-289e04ba0022), PushContextResponse(304c7c96-b7e2-4438-bdcd-29132f3cecd5)), Response(None, ExecutionFailed(304c7c96-b7e2-4438-bdcd-29132f3cecd5, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(304c7c96-b7e2-4438-bdcd-29132f3cecd5, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(2fa271c7-b720-449c-831c-289e04ba0022), PushContextResponse(304c7c96-b7e2-4438-bdcd-29132f3cecd5)), Response(None, ExpressionUpdates(304c7c96-b7e2-4438-bdcd-29132f3cecd5, Set(ExpressionUpdate(77985368-e513-470a-9eda-6a4e8769d08c, Some(Vector("Standard.Base.Panic.Panic")), Some(MethodCall(MethodPointer("Standard.Base.Runtime", "Standard.Base.Runtime.Context", "if_enabled"), Vector(2, 3, 4))), Vector(ExecutionTime(0)), false, true, Panic("The Output context is disabled.", List(77985368-e513-470a-9eda-6a4e8769d08c)))))), Response(None, ExecutionComplete(304c7c96-b7e2-4438-bdcd-29132f3cecd5)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(2fa271c7-b720-449c-831c-289e04ba0022), PushContextResponse(304c7c96-b7e2-4438-bdcd-29132f3cecd5)), Response(None, ExecutionFailed(304c7c96-b7e2-4438-bdcd-29132f3cecd5, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(304c7c96-b7e2-4438-bdcd-29132f3cecd5, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(2fa271c7-b720-449c-831c-289e04ba0022), PushContextResponse(304c7c96-b7e2-4438-bdcd-29132f3cecd5)), Response(None, ExpressionUpdates(304c7c96-b7e2-4438-bdcd-29132f3cecd5, Set(ExpressionUpdate(77985368-e513-470a-9eda-6a4e8769d08c, Some(Vector("Standard.Base.Panic.Panic")), Some(MethodCall(MethodPointer("Standard.Base.Runtime", "Standard.Base.Runtime.Context", "if_enabled"), Vector(2, 3, 4))), Vector(ExecutionTime(0)), false, true, Panic("The Output context is disabled.", List(77985368-e513-470a-9eda-6a4e8769d08c)))))), Response(None, ExecutionComplete(304c7c96-b7e2-4438-bdcd-29132f3cecd5)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.allOf(ResultOfContainWord.scala:331)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.$anonfun$new$1(RuntimeExecutionEnvironmentTest.scala:183)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$scalatest$concurrent$TimeLimitedTests$$super$withFixture(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.concurrent.TimeLimitedTests.$anonfun$withFixture$3(TimeLimitedTests.scala:154)
at org.scalatest.enablers.Timed$$anon$1.timeoutAfter(Timed.scala:127)
at org.scalatest.concurrent.TimeLimits$.failAfterImpl(TimeLimits.scala:282)
at org.scalatest.concurrent.TimeLimitedTests.withFixture(TimeLimitedTests.scala:153)
at org.scalatest.concurrent.TimeLimitedTests.withFixture$(TimeLimitedTests.scala:150)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$enso$testkit$OsSpec$$super$withFixture(RuntimeExecutionEnvironmentTest.scala:26)
at org.enso.testkit.OsSpec.withFixture(OsSpec.scala:26)
at org.enso.testkit.OsSpec.withFixture$(OsSpec.scala:18)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.withFixture(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.runTest(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$scalatest$BeforeAndAfterAll$$super$run(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.run(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Check failure on line 26 in lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest ► should panic when input is not enabled
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(c69a8fde-3de0-459f-b87d-03d405f61788), PushContextResponse(4a8dfa79-2e62-49fb-a11a-e7e7df61b782)), Response(None, ExecutionFailed(4a8dfa79-2e62-49fb-a11a-e7e7df61b782, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(4a8dfa79-2e62-49fb-a11a-e7e7df61b782, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(c69a8fde-3de0-459f-b87d-03d405f61788), PushContextResponse(4a8dfa79-2e62-49fb-a11a-e7e7df61b782)), Response(None, ExpressionUpdates(4a8dfa79-2e62-49fb-a11a-e7e7df61b782, Set(ExpressionUpdate(7562c484-9ce8-4e5a-9a44-5cf6508d88fc, Some(Vector("Standard.Base.Panic.Panic")), Some(MethodCall(MethodPointer("Standard.Base.Runtime", "Standard.Base.Runtime.Context", "if_enabled"), Vector(2, 3, 4))), Vector(ExecutionTime(0)), false, true, Panic("The Input context is disabled.", List(7562c484-9ce8-4e5a-9a44-5cf6508d88fc)))))), Response(None, ExecutionComplete(4a8dfa79-2e62-49fb-a11a-e7e7df61b782)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(c69a8fde-3de0-459f-b87d-03d405f61788), PushContextResponse(4a8dfa79-2e62-49fb-a11a-e7e7df61b782)), Response(None, ExecutionFailed(4a8dfa79-2e62-49fb-a11a-e7e7df61b782, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(4a8dfa79-2e62-49fb-a11a-e7e7df61b782, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(c69a8fde-3de0-459f-b87d-03d405f61788), PushContextResponse(4a8dfa79-2e62-49fb-a11a-e7e7df61b782)), Response(None, ExpressionUpdates(4a8dfa79-2e62-49fb-a11a-e7e7df61b782, Set(ExpressionUpdate(7562c484-9ce8-4e5a-9a44-5cf6508d88fc, Some(Vector("Standard.Base.Panic.Panic")), Some(MethodCall(MethodPointer("Standard.Base.Runtime", "Standard.Base.Runtime.Context", "if_enabled"), Vector(2, 3, 4))), Vector(ExecutionTime(0)), false, true, Panic("The Input context is disabled.", List(7562c484-9ce8-4e5a-9a44-5cf6508d88fc)))))), Response(None, ExecutionComplete(4a8dfa79-2e62-49fb-a11a-e7e7df61b782)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.allOf(ResultOfContainWord.scala:331)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.$anonfun$new$2(RuntimeExecutionEnvironmentTest.scala:276)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$scalatest$concurrent$TimeLimitedTests$$super$withFixture(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.concurrent.TimeLimitedTests.$anonfun$withFixture$3(TimeLimitedTests.scala:154)
at org.scalatest.enablers.Timed$$anon$1.timeoutAfter(Timed.scala:127)
at org.scalatest.concurrent.TimeLimits$.failAfterImpl(TimeLimits.scala:282)
at org.scalatest.concurrent.TimeLimitedTests.withFixture(TimeLimitedTests.scala:153)
at org.scalatest.concurrent.TimeLimitedTests.withFixture$(TimeLimitedTests.scala:150)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$enso$testkit$OsSpec$$super$withFixture(RuntimeExecutionEnvironmentTest.scala:26)
at org.enso.testkit.OsSpec.withFixture(OsSpec.scala:26)
at org.enso.testkit.OsSpec.withFixture$(OsSpec.scala:18)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.withFixture(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.runTest(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.org$scalatest$BeforeAndAfterAll$$super$run(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.run(RuntimeExecutionEnvironmentTest.scala:26)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeRecomputeTest ► should recompute method call returning Panic with expression configs
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeRecomputeTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(b9440b3f-328a-4f64-8534-ce058864cc77), PushContextResponse(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd)), Response(None, ExecutionFailed(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain the same elements as List(Response(Some(b9440b3f-328a-4f64-8534-ce058864cc77), PushContextResponse(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd)), Response(None, ExpressionUpdates(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Set(ExpressionUpdate(00000000-0000-00aa-d5b1-4c8ebe954edd, Some(Vector("Standard.Base.Errors.Common.Forbidden_Operation")), Some(MethodCall(MethodPointer("Standard.Base.Panic", "Standard.Base.Panic.Panic", "catch"), Vector())), Vector(ExecutionTime(0)), false, true, Value(None, None))))), Response(None, ExpressionUpdates(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Set(ExpressionUpdate(00000000-0000-00ab-9a15-eebb7f8c43e8, Some(Vector("Standard.Base.Data.Boolean.Boolean")), Some(MethodCall(MethodPointer("Standard.Base.Runtime", "Standard.Base.Runtime.Context", "is_enabled"), Vector(1))), Vector(ExecutionTime(0)), false, true, Value(None, None))))), Response(None, ExecutionComplete(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(b9440b3f-328a-4f64-8534-ce058864cc77), PushContextResponse(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd)), Response(None, ExecutionFailed(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain the same elements as List(Response(Some(b9440b3f-328a-4f64-8534-ce058864cc77), PushContextResponse(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd)), Response(None, ExpressionUpdates(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Set(ExpressionUpdate(00000000-0000-00aa-d5b1-4c8ebe954edd, Some(Vector("Standard.Base.Errors.Common.Forbidden_Operation")), Some(MethodCall(MethodPointer("Standard.Base.Panic", "Standard.Base.Panic.Panic", "catch"), Vector())), Vector(ExecutionTime(0)), false, true, Value(None, None))))), Response(None, ExpressionUpdates(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd, Set(ExpressionUpdate(00000000-0000-00ab-9a15-eebb7f8c43e8, Some(Vector("Standard.Base.Data.Boolean.Boolean")), Some(MethodCall(MethodPointer("Standard.Base.Runtime", "Standard.Base.Runtime.Context", "is_enabled"), Vector(1))), Vector(ExecutionTime(0)), false, true, Value(None, None))))), Response(None, ExecutionComplete(e817fa1e-8e0c-4f60-89fc-5eb6b831eabd)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeRecomputeTest.$anonfun$new$7(RuntimeRecomputeTest.scala:719)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeRecomputeTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeRecomputeTest.scala:20)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeRecomputeTest.runTest(RuntimeRecomputeTest.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error unresolved symbol (pretty print)
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(96849f4d-37a5-4abf-acb8-901834328239), PushContextResponse(453aa5b9-5b7f-43dc-81a2-fd449ca171fa)), Response(None, ExecutionFailed(453aa5b9-5b7f-43dc-81a2-fd449ca171fa, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(96849f4d-37a5-4abf-acb8-901834328239), PushContextResponse(453aa5b9-5b7f-43dc-81a2-fd449ca171fa)), Response(None, ExecutionFailed(453aa5b9-5b7f-43dc-81a2-fd449ca171fa, Diagnostic(Error, Some("Method `+` of type Function could not be found."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages147451481505729626\src\Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None, Vector(StackTraceElement("Main.bar", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages147451481505729626\src\Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None), StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages147451481505729626\src\Main.enso), Some(Range(Position(1, 7), Position(1, 16))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(96849f4d-37a5-4abf-acb8-901834328239), PushContextResponse(453aa5b9-5b7f-43dc-81a2-fd449ca171fa)), Response(None, ExecutionFailed(453aa5b9-5b7f-43dc-81a2-fd449ca171fa, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(96849f4d-37a5-4abf-acb8-901834328239), PushContextResponse(453aa5b9-5b7f-43dc-81a2-fd449ca171fa)), Response(None, ExecutionFailed(453aa5b9-5b7f-43dc-81a2-fd449ca171fa, Diagnostic(Error, Some("Method `+` of type Function could not be found."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages147451481505729626\src\Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None, Vector(StackTraceElement("Main.bar", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages147451481505729626\src\Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None), StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages147451481505729626\src\Main.enso), Some(Range(Position(1, 7), Position(1, 16))), None))))))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.$anonfun$new$53(RuntimeServerTest.scala:5136)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeServerTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.runTest(RuntimeServerTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error unexpected type (pretty print)
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(5134f452-54c2-4252-9e83-cb21e8780b5f), PushContextResponse(d4626843-76ea-4990-a9fa-b8dfe0ccdff8)), Response(None, ExecutionFailed(d4626843-76ea-4990-a9fa-b8dfe0ccdff8, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(5134f452-54c2-4252-9e83-cb21e8780b5f), PushContextResponse(d4626843-76ea-4990-a9fa-b8dfe0ccdff8)), Response(None, ExecutionFailed(d4626843-76ea-4990-a9fa-b8dfe0ccdff8, Diagnostic(Error, Some("Type error: Expected `str` to be Text, but got Integer."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages17827042145950245145\src\Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None, Vector(StackTraceElement("Main.bar", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages17827042145950245145\src\Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None), StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages17827042145950245145\src\Main.enso), Some(Range(Position(1, 7), Position(1, 18))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(5134f452-54c2-4252-9e83-cb21e8780b5f), PushContextResponse(d4626843-76ea-4990-a9fa-b8dfe0ccdff8)), Response(None, ExecutionFailed(d4626843-76ea-4990-a9fa-b8dfe0ccdff8, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(5134f452-54c2-4252-9e83-cb21e8780b5f), PushContextResponse(d4626843-76ea-4990-a9fa-b8dfe0ccdff8)), Response(None, ExecutionFailed(d4626843-76ea-4990-a9fa-b8dfe0ccdff8, Diagnostic(Error, Some("Type error: Expected `str` to be Text, but got Integer."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages17827042145950245145\src\Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None, Vector(StackTraceElement("Main.bar", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages17827042145950245145\src\Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None), StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages17827042145950245145\src\Main.enso), Some(Range(Position(1, 7), Position(1, 18))), None))))))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.$anonfun$new$55(RuntimeServerTest.scala:5287)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeServerTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.runTest(RuntimeServerTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error method does not exist (pretty print)
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(b76eeb34-1581-4a02-84b2-3ba93900abb9), PushContextResponse(df4dcd66-92aa-4108-b46f-009a9b335cbc)), Response(None, ExecutionFailed(df4dcd66-92aa-4108-b46f-009a9b335cbc, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(b76eeb34-1581-4a02-84b2-3ba93900abb9), PushContextResponse(df4dcd66-92aa-4108-b46f-009a9b335cbc)), Response(None, ExecutionFailed(df4dcd66-92aa-4108-b46f-009a9b335cbc, Diagnostic(Error, Some("Method `pi` of type Number.type could not be found."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages4667304395464740589\src\Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None, Vector(StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages4667304395464740589\src\Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(b76eeb34-1581-4a02-84b2-3ba93900abb9), PushContextResponse(df4dcd66-92aa-4108-b46f-009a9b335cbc)), Response(None, ExecutionFailed(df4dcd66-92aa-4108-b46f-009a9b335cbc, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(b76eeb34-1581-4a02-84b2-3ba93900abb9), PushContextResponse(df4dcd66-92aa-4108-b46f-009a9b335cbc)), Response(None, ExecutionFailed(df4dcd66-92aa-4108-b46f-009a9b335cbc, Diagnostic(Error, Some("Method `pi` of type Number.type could not be found."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages4667304395464740589\src\Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None, Vector(StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages4667304395464740589\src\Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None))))))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.$anonfun$new$57(RuntimeServerTest.scala:5432)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeServerTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.runTest(RuntimeServerTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error with a stack trace (pretty print)
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(89028d2e-5667-48db-9d37-aa93ba29f7ec), PushContextResponse(75bbfe29-8afd-4626-8983-e5c1adef3e96)), Response(None, ExecutionFailed(75bbfe29-8afd-4626-8983-e5c1adef3e96, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(89028d2e-5667-48db-9d37-aa93ba29f7ec), PushContextResponse(75bbfe29-8afd-4626-8983-e5c1adef3e96)), Response(None, ExecutionFailed(75bbfe29-8afd-4626-8983-e5c1adef3e96, Diagnostic(Error, Some("Type error: Expected `that` to be Integer, but got Function."), None, Some(Range(Position(6, 18), Position(6, 43))), None, Vector(StackTraceElement("Integer.+", None, Some(Range(Position(6, 18), Position(6, 43))), None), StackTraceElement("Main.baz", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(12, 8), Position(12, 17))), None), StackTraceElement("Main.bar", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(9, 8), Position(9, 11))), None), StackTraceElement("Main.foo", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(6, 8), Position(6, 11))), None), StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(3, 4), Position(3, 7))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(89028d2e-5667-48db-9d37-aa93ba29f7ec), PushContextResponse(75bbfe29-8afd-4626-8983-e5c1adef3e96)), Response(None, ExecutionFailed(75bbfe29-8afd-4626-8983-e5c1adef3e96, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(89028d2e-5667-48db-9d37-aa93ba29f7ec), PushContextResponse(75bbfe29-8afd-4626-8983-e5c1adef3e96)), Response(None, ExecutionFailed(75bbfe29-8afd-4626-8983-e5c1adef3e96, Diagnostic(Error, Some("Type error: Expected `that` to be Integer, but got Function."), None, Some(Range(Position(6, 18), Position(6, 43))), None, Vector(StackTraceElement("Integer.+", None, Some(Range(Position(6, 18), Position(6, 43))), None), StackTraceElement("Main.baz", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(12, 8), Position(12, 17))), None), StackTraceElement("Main.bar", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(9, 8), Position(9, 11))), None), StackTraceElement("Main.foo", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(6, 8), Position(6, 11))), None), StackTraceElement("Main.main", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages16662985007776192833\src\Main.enso), Some(Range(Position(3, 4), Position(3, 7))), None))))))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.$anonfun$new$59(RuntimeServerTest.scala:5617)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeServerTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.runTest(RuntimeServerTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return compiler error variable redefined
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(1d187524-e159-49f9-9d92-9e22d866ccd6), PushContextResponse(00e891bc-e68c-4924-8dd3-e393c399f44e)), Response(None, ExecutionUpdate(00e891bc-e68c-4924-8dd3-e393c399f44e, List(Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(1d187524-e159-49f9-9d92-9e22d866ccd6), PushContextResponse(00e891bc-e68c-4924-8dd3-e393c399f44e)), Response(None, ExecutionUpdate(00e891bc-e68c-4924-8dd3-e393c399f44e, List(Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(2, 4), Position(2, 9))), None, Vector())))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(1d187524-e159-49f9-9d92-9e22d866ccd6), PushContextResponse(00e891bc-e68c-4924-8dd3-e393c399f44e)), Response(None, ExecutionUpdate(00e891bc-e68c-4924-8dd3-e393c399f44e, List(Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(1d187524-e159-49f9-9d92-9e22d866ccd6), PushContextResponse(00e891bc-e68c-4924-8dd3-e393c399f44e)), Response(None, ExecutionUpdate(00e891bc-e68c-4924-8dd3-e393c399f44e, List(Diagnostic(Warning, Some("Unused variable x."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages6831660710713360241\src\Main.enso), Some(Range(Position(2, 4), Position(2, 9))), None, Vector())))))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.$anonfun$new$63(RuntimeServerTest.scala:5891)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeServerTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeServerTest.runTest(RuntimeServerTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Check failure on line 26 in lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeStdlibTest ► should import Base modules
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeStdlibTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~", "Hello World!") did not equal List("Hello World!")
Raw output
org.scalatest.exceptions.TestFailedException: List("C:\runner\_work\enso\enso\distribution\lib\Standard\Database\0.0.0-dev\src\Errors.enso:91:9: warning: Unused variable max_length.", " 91 | max_length = 300", " | ^~~~~~~~~~", "Hello World!") did not equal List("Hello World!")
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:397)
at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.shouldEqual(Matchers.scala:7394)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.$anonfun$new$1(RuntimeStdlibTest.scala:302)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.org$scalatest$concurrent$TimeLimitedTests$$super$withFixture(RuntimeStdlibTest.scala:26)
at org.scalatest.concurrent.TimeLimitedTests.$anonfun$withFixture$3(TimeLimitedTests.scala:154)
at org.scalatest.enablers.Timed$$anon$1.timeoutAfter(Timed.scala:127)
at org.scalatest.concurrent.TimeLimits$.failAfterImpl(TimeLimits.scala:282)
at org.scalatest.concurrent.TimeLimitedTests.withFixture(TimeLimitedTests.scala:153)
at org.scalatest.concurrent.TimeLimitedTests.withFixture$(TimeLimitedTests.scala:150)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.org$enso$testkit$OsSpec$$super$withFixture(RuntimeStdlibTest.scala:26)
at org.enso.testkit.OsSpec.withFixture(OsSpec.scala:26)
at org.enso.testkit.OsSpec.withFixture$(OsSpec.scala:18)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.withFixture(RuntimeStdlibTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.org$scalatest$BeforeAndAfterEach$$super$runTest(RuntimeStdlibTest.scala:26)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:227)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.runTest(RuntimeStdlibTest.scala:26)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.org$scalatest$BeforeAndAfterAll$$super$run(RuntimeStdlibTest.scala:26)
at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeStdlibTest.run(RuntimeStdlibTest.scala:26)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return VisualizationExpressionFailed error when attaching visualization
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(ec5c67ff-b3e6-46fa-ad0f-0492ed4b22c0), VisualizationAttached())) did not contain the same elements as List(Response(Some(ec5c67ff-b3e6-46fa-ad0f-0492ed4b22c0), VisualizationAttached()), Response(None, VisualizationExpressionFailed(VisualizationContext(28fd71ee-f45a-423b-b112-3124eeef23bd, fe807e97-2736-4c33-8fd3-4617d266d8a4, 0bf2f419-8e18-4119-b26b-12c924de3c1a), "Method `does_not_exist` of type Main could not be found.", Some(Diagnostic(Error, Some("Method `does_not_exist` of type Main could not be found."), None, None, None, Vector())))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(ec5c67ff-b3e6-46fa-ad0f-0492ed4b22c0), VisualizationAttached())) did not contain the same elements as List(Response(Some(ec5c67ff-b3e6-46fa-ad0f-0492ed4b22c0), VisualizationAttached()), Response(None, VisualizationExpressionFailed(VisualizationContext(28fd71ee-f45a-423b-b112-3124eeef23bd, fe807e97-2736-4c33-8fd3-4617d266d8a4, 0bf2f419-8e18-4119-b26b-12c924de3c1a), "Method `does_not_exist` of type Main could not be found.", Some(Diagnostic(Error, Some("Method `does_not_exist` of type Main could not be found."), None, None, None, Vector())))))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$34(RuntimeVisualizationsTest.scala:2073)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$34$adapted(RuntimeVisualizationsTest.scala:2010)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.withContext(RuntimeVisualizationsTest.scala:265)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$33(RuntimeVisualizationsTest.scala:2010)
at [email protected]/scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return visualization evaluation errors with diagnostic info
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(03995e27-1dd4-457e-bd87-2d43999ee01f), VisualizationAttached()), Response(None, ExecutionFailed(b7fe5188-4ef5-4565-b2eb-919d72770f48, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(b7fe5188-4ef5-4565-b2eb-919d72770f48, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None)))) did not contain the same elements as List(Response(Some(03995e27-1dd4-457e-bd87-2d43999ee01f), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(1f88edef-29e8-47d5-a5c5-a252d2befb8a, b7fe5188-4ef5-4565-b2eb-919d72770f48, 8d30cf78-06c5-427b-87f7-8d9bf44d2fcd), "Method `visualise_me` of type Integer could not be found.", Some(Diagnostic(Error, Some("Method `visualise_me` of type Integer could not be found."), None, Some(Range(Position(0, 5), Position(0, 19))), None, Vector(StackTraceElement("<inline_source>.Enso_Test.Test.Main", None, Some(Range(Position(0, 5), Position(0, 19))), None)))))), Response(None, ExecutionComplete(b7fe5188-4ef5-4565-b2eb-919d72770f48)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(03995e27-1dd4-457e-bd87-2d43999ee01f), VisualizationAttached()), Response(None, ExecutionFailed(b7fe5188-4ef5-4565-b2eb-919d72770f48, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(b7fe5188-4ef5-4565-b2eb-919d72770f48, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None)))) did not contain the same elements as List(Response(Some(03995e27-1dd4-457e-bd87-2d43999ee01f), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(1f88edef-29e8-47d5-a5c5-a252d2befb8a, b7fe5188-4ef5-4565-b2eb-919d72770f48, 8d30cf78-06c5-427b-87f7-8d9bf44d2fcd), "Method `visualise_me` of type Integer could not be found.", Some(Diagnostic(Error, Some("Method `visualise_me` of type Integer could not be found."), None, Some(Range(Position(0, 5), Position(0, 19))), None, Vector(StackTraceElement("<inline_source>.Enso_Test.Test.Main", None, Some(Range(Position(0, 5), Position(0, 19))), None)))))), Response(None, ExecutionComplete(b7fe5188-4ef5-4565-b2eb-919d72770f48)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$36(RuntimeVisualizationsTest.scala:2161)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$36$adapted(RuntimeVisualizationsTest.scala:2096)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.withContext(RuntimeVisualizationsTest.scala:265)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$35(RuntimeVisualizationsTest.scala:2096)
at [email protected]/scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return visualization error with a stack trace
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(7eb18bfc-ffa0-47fc-89fb-d222a33529c2), VisualizationAttached()), Response(None, ExecutionFailed(8cbe8814-9e87-43b3-aae5-49979ade3b4c, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(8cbe8814-9e87-43b3-aae5-49979ade3b4c, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None)))) did not contain the same elements as List(Response(Some(7eb18bfc-ffa0-47fc-89fb-d222a33529c2), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(7c227bd2-61fe-4c0a-8d3a-f6b46213fa49, 8cbe8814-9e87-43b3-aae5-49979ade3b4c, 8f4ac94c-d710-4b09-927a-df18338553d4), "Method `visualise_me` of type Integer could not be found.", Some(Diagnostic(Error, Some("Method `visualise_me` of type Integer could not be found."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages10022245388352725460\src\Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None, Vector(StackTraceElement("Visualization.encode", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages10022245388352725460\src\Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None), StackTraceElement("Visualization.inc_and_encode", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages10022245388352725460\src\Visualization.enso), Some(Range(Position(3, 19), Position(3, 29))), None)))))), Response(None, ExecutionComplete(8cbe8814-9e87-43b3-aae5-49979ade3b4c)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(7eb18bfc-ffa0-47fc-89fb-d222a33529c2), VisualizationAttached()), Response(None, ExecutionFailed(8cbe8814-9e87-43b3-aae5-49979ade3b4c, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(8cbe8814-9e87-43b3-aae5-49979ade3b4c, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None)))) did not contain the same elements as List(Response(Some(7eb18bfc-ffa0-47fc-89fb-d222a33529c2), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(7c227bd2-61fe-4c0a-8d3a-f6b46213fa49, 8cbe8814-9e87-43b3-aae5-49979ade3b4c, 8f4ac94c-d710-4b09-927a-df18338553d4), "Method `visualise_me` of type Integer could not be found.", Some(Diagnostic(Error, Some("Method `visualise_me` of type Integer could not be found."), Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages10022245388352725460\src\Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None, Vector(StackTraceElement("Visualization.encode", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages10022245388352725460\src\Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None), StackTraceElement("Visualization.inc_and_encode", Some(C:\Users\ContainerAdministrator\AppData\Local\Temp\enso-test-packages10022245388352725460\src\Visualization.enso), Some(Range(Position(3, 19), Position(3, 29))), None)))))), Response(None, ExecutionComplete(8cbe8814-9e87-43b3-aae5-49979ade3b4c)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.theSameElementsAs(ResultOfContainWord.scala:205)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$38(RuntimeVisualizationsTest.scala:2283)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$38$adapted(RuntimeVisualizationsTest.scala:2196)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.withContext(RuntimeVisualizationsTest.scala:265)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$37(RuntimeVisualizationsTest.scala:2196)
at [email protected]/scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should run visualization error preprocessor
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
scala.MatchError: None (of class scala.None$)
Raw output
scala.MatchError: None (of class scala.None$)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$44(RuntimeVisualizationsTest.scala:2651)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$44$adapted(RuntimeVisualizationsTest.scala:2558)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.withContext(RuntimeVisualizationsTest.scala:265)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$43(RuntimeVisualizationsTest.scala:2558)
at [email protected]/scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should run visualization default preprocessor
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
scala.MatchError: None (of class scala.None$)
Raw output
scala.MatchError: None (of class scala.None$)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$46(RuntimeVisualizationsTest.scala:2754)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$46$adapted(RuntimeVisualizationsTest.scala:2670)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.withContext(RuntimeVisualizationsTest.scala:265)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$45(RuntimeVisualizationsTest.scala:2670)
at [email protected]/scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should execute default visualization preprocessor
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(f33566f3-8541-4786-ab8e-b318729ede66), VisualizationAttached()), Response(None, ExecutionFailed(907d66e8-5194-40b7-9b26-d3c4b94bd293, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(907d66e8-5194-40b7-9b26-d3c4b94bd293, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(f33566f3-8541-4786-ab8e-b318729ede66), VisualizationAttached()), Response(None, ExecutionComplete(907d66e8-5194-40b7-9b26-d3c4b94bd293)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(f33566f3-8541-4786-ab8e-b318729ede66), VisualizationAttached()), Response(None, ExecutionFailed(907d66e8-5194-40b7-9b26-d3c4b94bd293, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(907d66e8-5194-40b7-9b26-d3c4b94bd293, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(f33566f3-8541-4786-ab8e-b318729ede66), VisualizationAttached()), Response(None, ExecutionComplete(907d66e8-5194-40b7-9b26-d3c4b94bd293)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.allOf(ResultOfContainWord.scala:331)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$80(RuntimeVisualizationsTest.scala:5054)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$80$adapted(RuntimeVisualizationsTest.scala:4986)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.withContext(RuntimeVisualizationsTest.scala:265)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$79(RuntimeVisualizationsTest.scala:4986)
at [email protected]/scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should execute default visualization preprocessor with a FQN
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(4d0b4337-4269-4c62-be39-30683b473a81), VisualizationAttached()), Response(None, ExecutionFailed(f224c52f-4869-4c2e-8ea4-5bffc9fec016, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(f224c52f-4869-4c2e-8ea4-5bffc9fec016, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(4d0b4337-4269-4c62-be39-30683b473a81), VisualizationAttached()), Response(None, ExecutionComplete(f224c52f-4869-4c2e-8ea4-5bffc9fec016)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(4d0b4337-4269-4c62-be39-30683b473a81), VisualizationAttached()), Response(None, ExecutionFailed(f224c52f-4869-4c2e-8ea4-5bffc9fec016, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(f224c52f-4869-4c2e-8ea4-5bffc9fec016, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(4d0b4337-4269-4c62-be39-30683b473a81), VisualizationAttached()), Response(None, ExecutionComplete(f224c52f-4869-4c2e-8ea4-5bffc9fec016)))
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.dsl.ResultOfContainWord.allOf(ResultOfContainWord.scala:331)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$82(RuntimeVisualizationsTest.scala:5145)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$82$adapted(RuntimeVisualizationsTest.scala:5076)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.withContext(RuntimeVisualizationsTest.scala:265)
at org.enso.runtime/org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.$anonfun$new$81(RuntimeVisualizationsTest.scala:5076)
at [email protected]/scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.semantic.CompileDiagnosticsTest ► Compile Error Reporting when Context is Cached should surface redefinition errors in the language
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: Nothing did not equal "(Compile_Error.Error 'Variable x is being redefined.')"
Raw output
org.scalatest.exceptions.TestFailedException: Nothing did not equal "(Compile_Error.Error 'Variable x is being redefined.')"
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:397)
at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.shouldEqual(Matchers.scala:7394)
at org.enso.runtime/org.enso.interpreter.test.semantic.CompileDiagnosticsTest.$anonfun$specify$3(CompileDiagnosticsTest.scala:54)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1240)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.wordspec.AnyWordSpec.withFixture(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1238)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTest$1(AnyWordSpecLike.scala:1250)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1250)
at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:1232)
at org.scalatest.wordspec.AnyWordSpec.runTest(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTests$1(AnyWordSpecLike.scala:1309)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1309)
at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:1308)
at org.scalatest.wordspec.AnyWordSpec.runTests(AnyWordSpec.scala:1880)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.wordspec.AnyWordSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1354)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1354)
at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:1352)
at org.scalatest.wordspec.AnyWordSpec.run(AnyWordSpec.scala:1880)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.semantic.ImportsTest ► Overloaded methods should not be visible when not imported
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.ImportsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `method` of type X could not be found."
Raw output
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `method` of type X could not be found."
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.should.Matchers$ResultOfHaveWordForExtent.message(Matchers.scala:2823)
at org.enso.runtime/org.enso.interpreter.test.semantic.ImportsTest.$anonfun$new$3(ImportsTest.scala:29)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.semantic.ImportsTest ► Importing module's types should not bring extension methods into the scope
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.ImportsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `foo` of type Integer could not be found."
Raw output
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `foo` of type Integer could not be found."
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.should.Matchers$ResultOfHaveWordForExtent.message(Matchers.scala:2823)
at org.enso.runtime/org.enso.interpreter.test.semantic.ImportsTest.$anonfun$new$26(ImportsTest.scala:127)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1832)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1830)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTest$1(AnyFlatSpecLike.scala:1842)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1842)
at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:1824)
at org.scalatest.flatspec.AnyFlatSpec.runTest(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$runTests$1(AnyFlatSpecLike.scala:1900)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1900)
at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:1899)
at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1686)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1686)
at org.scalatest.flatspec.AnyFlatSpecLike.$anonfun$run$1(AnyFlatSpecLike.scala:1945)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1945)
at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:1943)
at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1686)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.semantic.MethodsTest ► Methods when Context is Cached should throw an exception when non-existent
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `foo` of type Integer could not be found."
Raw output
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `foo` of type Integer could not be found."
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.should.Matchers$ResultOfHaveWordForExtent.message(Matchers.scala:2823)
at org.enso.runtime/org.enso.interpreter.test.semantic.MethodsTest.$anonfun$specify$8(MethodsTest.scala:114)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1240)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.wordspec.AnyWordSpec.withFixture(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1238)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTest$1(AnyWordSpecLike.scala:1250)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1250)
at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:1232)
at org.scalatest.wordspec.AnyWordSpec.runTest(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTests$1(AnyWordSpecLike.scala:1309)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1309)
at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:1308)
at org.scalatest.wordspec.AnyWordSpec.runTests(AnyWordSpec.scala:1880)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.wordspec.AnyWordSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1354)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1354)
at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:1352)
at org.scalatest.wordspec.AnyWordSpec.run(AnyWordSpec.scala:1880)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
github-actions / Engine Tests Report (GraalVM CE, windows, amd64)
org.enso.interpreter.test.semantic.MethodsTest ► Methods when Context is Cached should not be callable on instances when static
Failed test found in:
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
C:/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `new` of type Foo could not be found."
Raw output
org.scalatest.exceptions.TestFailedException: org.enso.interpreter.test.InterpreterException: No_Such_Method had message "No_Such_Method" instead of expected message "Method `new` of type Foo could not be found."
at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
at org.scalatest.matchers.should.Matchers$ResultOfHaveWordForExtent.message(Matchers.scala:2823)
at org.enso.runtime/org.enso.interpreter.test.semantic.MethodsTest.$anonfun$specify$15(MethodsTest.scala:226)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1240)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
at org.scalatest.wordspec.AnyWordSpec.withFixture(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1238)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTest$1(AnyWordSpecLike.scala:1250)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1250)
at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:1232)
at org.scalatest.wordspec.AnyWordSpec.runTest(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTests$1(AnyWordSpecLike.scala:1309)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
at [email protected]/scala.collection.immutable.List.foreach(List.scala:333)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1309)
at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:1308)
at org.scalatest.wordspec.AnyWordSpec.runTests(AnyWordSpec.scala:1880)
at org.scalatest.Suite.run(Suite.scala:1114)
at org.scalatest.Suite.run$(Suite.scala:1096)
at org.scalatest.wordspec.AnyWordSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(AnyWordSpec.scala:1880)
at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1354)
at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1354)
at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:1352)
at org.scalatest.wordspec.AnyWordSpec.run(AnyWordSpec.scala:1880)
at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)