Recognize if-like Tree.MultiSegmentApp as IfThenElse IR #11365
1873 passed, 29 failed and 50 skipped
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.cli.ApplicationSpec.xml
7 tests were completed in 31ms with 7 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.ApplicationSpec | 7✅ | 31ms |
✅ /Users/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 |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.cli.OptsSpec.xml
30 tests were completed in 100ms with 30 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.OptsSpec | 30✅ | 100ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.cli.SpellingSpec.xml
3 tests were completed in 7ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.SpellingSpec | 3✅ | 7ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.cli.task.TaskProgressSpec.xml
2 tests were completed in 23ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.task.TaskProgressSpec | 2✅ | 23ms |
❌ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml
70 tests were completed in 67ms with 69 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.pass.analyse.test.AliasAnalysisTest | 69✅ | 1❌ | 67ms |
❌ 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=41, end=42, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix(function = Name.Literal(name = +, isMethod = true, location = Some(IdentifiedLocation[start=47, end=48, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = acb92a31-1d30-4c81-ab95-3bc681e46ee4), arguments = List(CallArgument.Specified(name = None, value = Name.Literal(name = b, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 06683033-f683-43b3-8677-9c2410989b52), location = Some(IdentifiedLocation[start=45, end=46, 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=49, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.ChildScope], diagnostics = null, id = null)), hasDefaultsSuspended = false, location = Some(IdentifiedLocation[start=45, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=41, end=50, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = 0e025003-78ae-4f04-be76-d251660866f0) 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
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.FramePointerAnalysisTest.xml
17 tests were completed in 28ms with 17 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.pass.analyse.test.FramePointerAnalysisTest | 17✅ | 28ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.CacheInvalidationTest.xml
1 tests were completed in 329ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.CacheInvalidationTest | 1✅ | 329ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.ChangesetBuilderTest.xml
21 tests were completed in 499ms with 21 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.ChangesetBuilderTest | 21✅ | 499ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.FreshNameSupplyTest.xml
1 tests were completed in 25ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.FreshNameSupplyTest | 1✅ | 25ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.SuggestionBuilderTest.xml
64 tests were completed in 130ms with 63 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.SuggestionBuilderTest | 63✅ | 1⚪ | 130ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.core.ir.DiagnosticStorageTest.xml
2 tests were completed in 2ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.core.ir.DiagnosticStorageTest | 2✅ | 2ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.core.ir.MetadataStorageTest.xml
10 tests were completed in 8ms with 10 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.core.ir.MetadataStorageTest | 10✅ | 8ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.BindingAnalysisTest.xml
5 tests were completed in 5ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.BindingAnalysisTest | 5✅ | 5ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.DataflowAnalysisTest.xml
33 tests were completed in 31ms with 33 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.DataflowAnalysisTest | 33✅ | 31ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.DemandAnalysisTest.xml
7 tests were completed in 17ms with 7 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.DemandAnalysisTest | 7✅ | 17ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.GatherDiagnosticsTest.xml
4 tests were completed in 5ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.GatherDiagnosticsTest | 4✅ | 5ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.PrivateModifierTest.xml
3 tests were completed in 87ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.PrivateModifierTest | 3✅ | 87ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.TailCallTest.xml
20 tests were completed in 148ms with 20 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.TailCallTest | 20✅ | 148ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.ComplexTypeTest.xml
8 tests were completed in 4ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.ComplexTypeTest | 8✅ | 4ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.FunctionBindingTest.xml
13 tests were completed in 7ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.FunctionBindingTest | 13✅ | 7ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.GenerateMethodBodiesTest.xml
21 tests were completed in 14ms with 21 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.GenerateMethodBodiesTest | 21✅ | 14ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.ImportsTest.xml
3 tests were completed in 2ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.ImportsTest | 3✅ | 2ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.LambdaShorthandToLambdaTest.xml
19 tests were completed in 39ms with 19 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.LambdaShorthandToLambdaTest | 19✅ | 39ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.NestedPatternMatchTest.xml
9 tests were completed in 4ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.NestedPatternMatchTest | 9✅ | 4ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.OperatorToFunctionTest.xml
5 tests were completed in 7ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.OperatorToFunctionTest | 5✅ | 7ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.SectionsToBinOpTest.xml
5 tests were completed in 20ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.SectionsToBinOpTest | 5✅ | 20ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.NoSelfInStaticTests.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.lint.NoSelfInStaticTests | 5✅ | 16ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.ShadowedPatternFieldsTest.xml
2 tests were completed in 12ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.lint.ShadowedPatternFieldsTest | 2✅ | 12ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.UnusedBindingsTest.xml
8 tests were completed in 40ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.lint.UnusedBindingsTest | 8✅ | 40ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.optimise.LambdaConsolidateTest.xml
9 tests were completed in 10ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.optimise.LambdaConsolidateTest | 9✅ | 10ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.optimise.UnreachableMatchBranchesTest.xml
3 tests were completed in 4ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.optimise.UnreachableMatchBranchesTest | 3✅ | 4ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.PassConfigurationTest.xml
9 tests were completed in 8ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.PassConfigurationTest | 9✅ | 8ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.PassManagerTest.xml
2 tests were completed in 3ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.PassManagerTest | 2✅ | 3ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.DocumentationCommentsTest.xml
13 tests were completed in 10ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.DocumentationCommentsTest | 13✅ | 10ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.ExpressionAnnotationsTest.xml
4 tests were completed in 5ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.ExpressionAnnotationsTest | 4✅ | 5ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.GlobalNamesTest.xml
11 tests were completed in 11ms with 11 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.GlobalNamesTest | 11✅ | 11ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.IgnoredBindingsTest.xml
12 tests were completed in 2ms with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.IgnoredBindingsTest | 12✅ | 2ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.MethodDefinitionsTest.xml
1 tests were completed in 5ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.MethodDefinitionsTest | 1✅ | 5ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.ModuleAnnotationsTest.xml
8 tests were completed in 7ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.ModuleAnnotationsTest | 8✅ | 7ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.OverloadsResolutionTest.xml
6 tests were completed in 7ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.OverloadsResolutionTest | 6✅ | 7ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.PatternsTest.xml
1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.PatternsTest | 1✅ | 1ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.SugaredTypeFunctionsTest.xml
14 tests were completed in 22ms with 12 passed, 0 failed and 2 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.SugaredTypeFunctionsTest | 12✅ | 2⚪ | 22ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.SuspendedArgumentsTest.xml
9 tests were completed in 24ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.SuspendedArgumentsTest | 9✅ | 24ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.TypeNamesTest.xml
4 tests were completed in 42ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.TypeNamesTest | 4✅ | 42ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.TypeSignaturesTest.xml
12 tests were completed in 10ms with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.TypeSignaturesTest | 12✅ | 10ms |
✅ /Users/runner/work/enso/enso/target/test-results/TEST-org.enso.compiler.test.PassesTest.xml
3 tests were completed in 13ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.PassesTest | 3✅ | 13ms | ||
Report exceeded GitHub limit of 65535 bytes and has been trimmed |
Annotations
github-actions / Engine Tests Report (GraalVM CE, macos, amd64)
org.enso.compiler.pass.analyse.test.AliasAnalysisTest ► Redefinitions should be caught for bindings
Failed test found in:
/Users/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=41, end=42, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix(function = Name.Literal(name = +, isMethod = true, location = Some(IdentifiedLocation[start=47, end=48, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = acb92a31-1d30-4c81-ab95-3bc681e46ee4), arguments = List(CallArgument.Specified(name = None, value = Name.Literal(name = b, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 06683033-f683-43b3-8677-9c2410989b52), location = Some(IdentifiedLocation[start=45, end=46, 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=49, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.ChildScope], diagnostics = null, id = null)), hasDefaultsSuspended = false, location = Some(IdentifiedLocation[start=45, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=41, end=50, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = 0e025003-78ae-4f04-be76-d251660866f0) 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=41, end=42, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), expression = Application.Prefix(function = Name.Literal(name = +, isMethod = true, location = Some(IdentifiedLocation[start=47, end=48, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = acb92a31-1d30-4c81-ab95-3bc681e46ee4), arguments = List(CallArgument.Specified(name = None, value = Name.Literal(name = b, isMethod = false, location = Some(IdentifiedLocation[start=45, end=46, uuid=None]), passData = MetadataStorage[AliasMetadata.Occurrence], diagnostics = null, id = 06683033-f683-43b3-8677-9c2410989b52), location = Some(IdentifiedLocation[start=45, end=46, 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=49, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=49, end=50, uuid=None]), passData = MetadataStorage[AliasMetadata.ChildScope], diagnostics = null, id = null)), hasDefaultsSuspended = false, location = Some(IdentifiedLocation[start=45, end=50, uuid=None]), passData = MetadataStorage[], diagnostics = null, id = null), location = Some(IdentifiedLocation[start=41, end=50, uuid=None]) passData = MetadataStorage[AliasMetadata.Occurrence, IgnoredBindings.State.NotIgnored], diagnostics = null, id = 0e025003-78ae-4f04-be76-d251660866f0) 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)
Check failure on line 26 in lib/scala/testkit/src/main/scala/org/enso/testkit/OsSpec.scala
github-actions / Engine Tests Report (GraalVM CE, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeComponentsTest ► should load component groups of standard library
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeComponentsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/Users/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("/Users/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeErrorsTest ► should not return cached method pointer when node panics
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeErrorsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(None, ExpressionUpdates(cb76200a-be31-4848-85b1-11f141f33ed8, Set(ExpressionUpdate(92d4c061-b881-43ea-9e47-be9854079a0b, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExecutionFailed(cb76200a-be31-4848-85b1-11f141f33ed8, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(cb76200a-be31-4848-85b1-11f141f33ed8, 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(cb76200a-be31-4848-85b1-11f141f33ed8, Set(ExpressionUpdate(92d4c061-b881-43ea-9e47-be9854079a0b, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExpressionUpdates(cb76200a-be31-4848-85b1-11f141f33ed8, Set(ExpressionUpdate(92d4c061-b881-43ea-9e47-be9854079a0b, Some(Vector("Standard.Base.Panic.Panic")), None, Vector(ExecutionTime(0)), false, true, Panic("Method `function2` of type Main could not be found.", List(92d4c061-b881-43ea-9e47-be9854079a0b)))))), Response(None, ExecutionComplete(cb76200a-be31-4848-85b1-11f141f33ed8)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(None, ExpressionUpdates(cb76200a-be31-4848-85b1-11f141f33ed8, Set(ExpressionUpdate(92d4c061-b881-43ea-9e47-be9854079a0b, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExecutionFailed(cb76200a-be31-4848-85b1-11f141f33ed8, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(cb76200a-be31-4848-85b1-11f141f33ed8, 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(cb76200a-be31-4848-85b1-11f141f33ed8, Set(ExpressionUpdate(92d4c061-b881-43ea-9e47-be9854079a0b, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExpressionUpdates(cb76200a-be31-4848-85b1-11f141f33ed8, Set(ExpressionUpdate(92d4c061-b881-43ea-9e47-be9854079a0b, Some(Vector("Standard.Base.Panic.Panic")), None, Vector(ExecutionTime(0)), false, true, Panic("Method `function2` of type Main could not be found.", List(92d4c061-b881-43ea-9e47-be9854079a0b)))))), Response(None, ExecutionComplete(cb76200a-be31-4848-85b1-11f141f33ed8)))
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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest ► should panic when output context is not enabled
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(54ab5f91-519f-428f-9d55-2ec477075394), PushContextResponse(0eea8dbb-acbc-445a-a781-c32923971aaf)), Response(None, ExecutionFailed(0eea8dbb-acbc-445a-a781-c32923971aaf, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(0eea8dbb-acbc-445a-a781-c32923971aaf, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(54ab5f91-519f-428f-9d55-2ec477075394), PushContextResponse(0eea8dbb-acbc-445a-a781-c32923971aaf)), Response(None, ExpressionUpdates(0eea8dbb-acbc-445a-a781-c32923971aaf, Set(ExpressionUpdate(2195c25b-82e8-47d1-afd8-3189e9964633, 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(2195c25b-82e8-47d1-afd8-3189e9964633)))))), Response(None, ExecutionComplete(0eea8dbb-acbc-445a-a781-c32923971aaf)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(54ab5f91-519f-428f-9d55-2ec477075394), PushContextResponse(0eea8dbb-acbc-445a-a781-c32923971aaf)), Response(None, ExecutionFailed(0eea8dbb-acbc-445a-a781-c32923971aaf, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(0eea8dbb-acbc-445a-a781-c32923971aaf, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(54ab5f91-519f-428f-9d55-2ec477075394), PushContextResponse(0eea8dbb-acbc-445a-a781-c32923971aaf)), Response(None, ExpressionUpdates(0eea8dbb-acbc-445a-a781-c32923971aaf, Set(ExpressionUpdate(2195c25b-82e8-47d1-afd8-3189e9964633, 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(2195c25b-82e8-47d1-afd8-3189e9964633)))))), Response(None, ExecutionComplete(0eea8dbb-acbc-445a-a781-c32923971aaf)))
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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest ► should panic when input is not enabled
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(4ef45ffd-f5c9-4b68-af0b-3cf1ea2bfad7), PushContextResponse(f091d51b-e835-4883-ba52-7e4a387edc82)), Response(None, ExecutionFailed(f091d51b-e835-4883-ba52-7e4a387edc82, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(f091d51b-e835-4883-ba52-7e4a387edc82, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(4ef45ffd-f5c9-4b68-af0b-3cf1ea2bfad7), PushContextResponse(f091d51b-e835-4883-ba52-7e4a387edc82)), Response(None, ExpressionUpdates(f091d51b-e835-4883-ba52-7e4a387edc82, Set(ExpressionUpdate(a655ffe4-eaba-45b4-9ee6-eb9fea03082b, 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(a655ffe4-eaba-45b4-9ee6-eb9fea03082b)))))), Response(None, ExecutionComplete(f091d51b-e835-4883-ba52-7e4a387edc82)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(4ef45ffd-f5c9-4b68-af0b-3cf1ea2bfad7), PushContextResponse(f091d51b-e835-4883-ba52-7e4a387edc82)), Response(None, ExecutionFailed(f091d51b-e835-4883-ba52-7e4a387edc82, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(f091d51b-e835-4883-ba52-7e4a387edc82, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(4ef45ffd-f5c9-4b68-af0b-3cf1ea2bfad7), PushContextResponse(f091d51b-e835-4883-ba52-7e4a387edc82)), Response(None, ExpressionUpdates(f091d51b-e835-4883-ba52-7e4a387edc82, Set(ExpressionUpdate(a655ffe4-eaba-45b4-9ee6-eb9fea03082b, 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(a655ffe4-eaba-45b4-9ee6-eb9fea03082b)))))), Response(None, ExecutionComplete(f091d51b-e835-4883-ba52-7e4a387edc82)))
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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeRecomputeTest ► should recompute method call returning Panic with expression configs
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeRecomputeTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(1aabf8e9-e464-4382-9ba3-f352676f98c9), PushContextResponse(838ff655-3908-4cfb-b34e-4b0cd2156527)), Response(None, ExecutionFailed(838ff655-3908-4cfb-b34e-4b0cd2156527, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(838ff655-3908-4cfb-b34e-4b0cd2156527, 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(1aabf8e9-e464-4382-9ba3-f352676f98c9), PushContextResponse(838ff655-3908-4cfb-b34e-4b0cd2156527)), Response(None, ExpressionUpdates(838ff655-3908-4cfb-b34e-4b0cd2156527, Set(ExpressionUpdate(00000000-0000-00aa-69bb-e53a8983489d, 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(838ff655-3908-4cfb-b34e-4b0cd2156527, Set(ExpressionUpdate(00000000-0000-00ab-6715-ae5d8b9642cb, 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(838ff655-3908-4cfb-b34e-4b0cd2156527)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(1aabf8e9-e464-4382-9ba3-f352676f98c9), PushContextResponse(838ff655-3908-4cfb-b34e-4b0cd2156527)), Response(None, ExecutionFailed(838ff655-3908-4cfb-b34e-4b0cd2156527, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(838ff655-3908-4cfb-b34e-4b0cd2156527, 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(1aabf8e9-e464-4382-9ba3-f352676f98c9), PushContextResponse(838ff655-3908-4cfb-b34e-4b0cd2156527)), Response(None, ExpressionUpdates(838ff655-3908-4cfb-b34e-4b0cd2156527, Set(ExpressionUpdate(00000000-0000-00aa-69bb-e53a8983489d, 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(838ff655-3908-4cfb-b34e-4b0cd2156527, Set(ExpressionUpdate(00000000-0000-00ab-6715-ae5d8b9642cb, 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(838ff655-3908-4cfb-b34e-4b0cd2156527)))
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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error unresolved symbol (pretty print)
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(5d375223-02f8-4384-8a99-2f34f8bee657), PushContextResponse(d49ef1d6-62a6-4265-8ba8-6bc66ccac022)), Response(None, ExecutionFailed(d49ef1d6-62a6-4265-8ba8-6bc66ccac022, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(5d375223-02f8-4384-8a99-2f34f8bee657), PushContextResponse(d49ef1d6-62a6-4265-8ba8-6bc66ccac022)), Response(None, ExecutionFailed(d49ef1d6-62a6-4265-8ba8-6bc66ccac022, Diagnostic(Error, Some("Method `+` of type Function could not be found."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages4262525964178440851/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None, Vector(StackTraceElement("Main.bar", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages4262525964178440851/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None), StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages4262525964178440851/src/Main.enso), Some(Range(Position(1, 7), Position(1, 16))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(5d375223-02f8-4384-8a99-2f34f8bee657), PushContextResponse(d49ef1d6-62a6-4265-8ba8-6bc66ccac022)), Response(None, ExecutionFailed(d49ef1d6-62a6-4265-8ba8-6bc66ccac022, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(5d375223-02f8-4384-8a99-2f34f8bee657), PushContextResponse(d49ef1d6-62a6-4265-8ba8-6bc66ccac022)), Response(None, ExecutionFailed(d49ef1d6-62a6-4265-8ba8-6bc66ccac022, Diagnostic(Error, Some("Method `+` of type Function could not be found."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages4262525964178440851/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None, Vector(StackTraceElement("Main.bar", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages4262525964178440851/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None), StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages4262525964178440851/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error unexpected type (pretty print)
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(ec234e82-ac51-4d1f-be8a-9a35243f7d75), PushContextResponse(231278bf-9c5d-43ae-a58e-130f2067111f)), Response(None, ExecutionFailed(231278bf-9c5d-43ae-a58e-130f2067111f, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(ec234e82-ac51-4d1f-be8a-9a35243f7d75), PushContextResponse(231278bf-9c5d-43ae-a58e-130f2067111f)), Response(None, ExecutionFailed(231278bf-9c5d-43ae-a58e-130f2067111f, Diagnostic(Error, Some("Type error: Expected `str` to be Text, but got Integer."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7134980218005829569/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None, Vector(StackTraceElement("Main.bar", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7134980218005829569/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None), StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7134980218005829569/src/Main.enso), Some(Range(Position(1, 7), Position(1, 18))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(ec234e82-ac51-4d1f-be8a-9a35243f7d75), PushContextResponse(231278bf-9c5d-43ae-a58e-130f2067111f)), Response(None, ExecutionFailed(231278bf-9c5d-43ae-a58e-130f2067111f, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(ec234e82-ac51-4d1f-be8a-9a35243f7d75), PushContextResponse(231278bf-9c5d-43ae-a58e-130f2067111f)), Response(None, ExecutionFailed(231278bf-9c5d-43ae-a58e-130f2067111f, Diagnostic(Error, Some("Type error: Expected `str` to be Text, but got Integer."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7134980218005829569/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None, Vector(StackTraceElement("Main.bar", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7134980218005829569/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None), StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7134980218005829569/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error method does not exist (pretty print)
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(60e4b6ff-eff3-4b47-ba29-2bea95fc083b), PushContextResponse(14d5826e-f969-42f8-b820-add5843e9f68)), Response(None, ExecutionFailed(14d5826e-f969-42f8-b820-add5843e9f68, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(60e4b6ff-eff3-4b47-ba29-2bea95fc083b), PushContextResponse(14d5826e-f969-42f8-b820-add5843e9f68)), Response(None, ExecutionFailed(14d5826e-f969-42f8-b820-add5843e9f68, Diagnostic(Error, Some("Method `pi` of type Number.type could not be found."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8155345134911993368/src/Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None, Vector(StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8155345134911993368/src/Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(60e4b6ff-eff3-4b47-ba29-2bea95fc083b), PushContextResponse(14d5826e-f969-42f8-b820-add5843e9f68)), Response(None, ExecutionFailed(14d5826e-f969-42f8-b820-add5843e9f68, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(60e4b6ff-eff3-4b47-ba29-2bea95fc083b), PushContextResponse(14d5826e-f969-42f8-b820-add5843e9f68)), Response(None, ExecutionFailed(14d5826e-f969-42f8-b820-add5843e9f68, Diagnostic(Error, Some("Method `pi` of type Number.type could not be found."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8155345134911993368/src/Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None, Vector(StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8155345134911993368/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error with a stack trace (pretty print)
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(daaf158f-f36d-47eb-b860-15fd8a577af9), PushContextResponse(c30b027c-d589-4c0f-949a-f18fbb44bdb8)), Response(None, ExecutionFailed(c30b027c-d589-4c0f-949a-f18fbb44bdb8, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(daaf158f-f36d-47eb-b860-15fd8a577af9), PushContextResponse(c30b027c-d589-4c0f-949a-f18fbb44bdb8)), Response(None, ExecutionFailed(c30b027c-d589-4c0f-949a-f18fbb44bdb8, 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(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/src/Main.enso), Some(Range(Position(12, 8), Position(12, 17))), None), StackTraceElement("Main.bar", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/src/Main.enso), Some(Range(Position(9, 8), Position(9, 11))), None), StackTraceElement("Main.foo", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/src/Main.enso), Some(Range(Position(6, 8), Position(6, 11))), None), StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/src/Main.enso), Some(Range(Position(3, 4), Position(3, 7))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(daaf158f-f36d-47eb-b860-15fd8a577af9), PushContextResponse(c30b027c-d589-4c0f-949a-f18fbb44bdb8)), Response(None, ExecutionFailed(c30b027c-d589-4c0f-949a-f18fbb44bdb8, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(daaf158f-f36d-47eb-b860-15fd8a577af9), PushContextResponse(c30b027c-d589-4c0f-949a-f18fbb44bdb8)), Response(None, ExecutionFailed(c30b027c-d589-4c0f-949a-f18fbb44bdb8, 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(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/src/Main.enso), Some(Range(Position(12, 8), Position(12, 17))), None), StackTraceElement("Main.bar", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/src/Main.enso), Some(Range(Position(9, 8), Position(9, 11))), None), StackTraceElement("Main.foo", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/src/Main.enso), Some(Range(Position(6, 8), Position(6, 11))), None), StackTraceElement("Main.main", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages8463722087165875505/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return compiler error variable redefined
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(4cb16078-5264-42e8-b807-c575971873df), PushContextResponse(3eeb7025-9954-46d3-832c-4ec3972c7dcf)), Response(None, ExecutionUpdate(3eeb7025-9954-46d3-832c-4ec3972c7dcf, List(Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/src/Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(4cb16078-5264-42e8-b807-c575971873df), PushContextResponse(3eeb7025-9954-46d3-832c-4ec3972c7dcf)), Response(None, ExecutionUpdate(3eeb7025-9954-46d3-832c-4ec3972c7dcf, List(Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/src/Main.enso), Some(Range(Position(2, 4), Position(2, 9))), None, Vector())))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(4cb16078-5264-42e8-b807-c575971873df), PushContextResponse(3eeb7025-9954-46d3-832c-4ec3972c7dcf)), Response(None, ExecutionUpdate(3eeb7025-9954-46d3-832c-4ec3972c7dcf, List(Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/src/Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(4cb16078-5264-42e8-b807-c575971873df), PushContextResponse(3eeb7025-9954-46d3-832c-4ec3972c7dcf)), Response(None, ExecutionUpdate(3eeb7025-9954-46d3-832c-4ec3972c7dcf, List(Diagnostic(Warning, Some("Unused variable x."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages13071922131884609669/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeStdlibTest ► should import Base modules
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeStdlibTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/Users/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("/Users/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return VisualizationExpressionFailed error when attaching visualization
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(61b44898-4cd0-4fc5-a73e-22c57cfa0150), VisualizationAttached())) did not contain the same elements as List(Response(Some(61b44898-4cd0-4fc5-a73e-22c57cfa0150), VisualizationAttached()), Response(None, VisualizationExpressionFailed(VisualizationContext(3a1ef7c5-18bc-4da7-8300-f980fd17aef0, 00149108-4c26-4eb9-bb23-655ae116ba5f, 76f1233c-0b0e-40c9-805e-fd57bcd00976), "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(61b44898-4cd0-4fc5-a73e-22c57cfa0150), VisualizationAttached())) did not contain the same elements as List(Response(Some(61b44898-4cd0-4fc5-a73e-22c57cfa0150), VisualizationAttached()), Response(None, VisualizationExpressionFailed(VisualizationContext(3a1ef7c5-18bc-4da7-8300-f980fd17aef0, 00149108-4c26-4eb9-bb23-655ae116ba5f, 76f1233c-0b0e-40c9-805e-fd57bcd00976), "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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return visualization evaluation errors with diagnostic info
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(9e6bd3a3-ea1d-4133-9dd3-aedd32ba4d14), VisualizationAttached()), Response(None, ExecutionFailed(4ca90b56-209d-4fb7-b15a-2f2e8740f2e4, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(4ca90b56-209d-4fb7-b15a-2f2e8740f2e4, 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(9e6bd3a3-ea1d-4133-9dd3-aedd32ba4d14), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(5bec0d7e-1bc3-4a76-b151-f0a378a6058d, 4ca90b56-209d-4fb7-b15a-2f2e8740f2e4, 06483ab0-aa96-47b8-bf8f-48c60493a2a2), "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(4ca90b56-209d-4fb7-b15a-2f2e8740f2e4)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(9e6bd3a3-ea1d-4133-9dd3-aedd32ba4d14), VisualizationAttached()), Response(None, ExecutionFailed(4ca90b56-209d-4fb7-b15a-2f2e8740f2e4, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(4ca90b56-209d-4fb7-b15a-2f2e8740f2e4, 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(9e6bd3a3-ea1d-4133-9dd3-aedd32ba4d14), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(5bec0d7e-1bc3-4a76-b151-f0a378a6058d, 4ca90b56-209d-4fb7-b15a-2f2e8740f2e4, 06483ab0-aa96-47b8-bf8f-48c60493a2a2), "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(4ca90b56-209d-4fb7-b15a-2f2e8740f2e4)))
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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return visualization error with a stack trace
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(f26e51f4-f9b7-4f64-85d3-c063b27d0d99), VisualizationAttached()), Response(None, ExecutionFailed(69e89581-8433-45b1-ad8b-3975130579c3, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(69e89581-8433-45b1-ad8b-3975130579c3, 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(f26e51f4-f9b7-4f64-85d3-c063b27d0d99), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(f8eddf8e-1a4a-4647-9f77-c5b87ae2ef68, 69e89581-8433-45b1-ad8b-3975130579c3, 12e2ae87-3ba4-45e4-aaa1-b4ab51e90c26), "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(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7826546418693738616/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None, Vector(StackTraceElement("Visualization.encode", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7826546418693738616/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None), StackTraceElement("Visualization.inc_and_encode", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7826546418693738616/src/Visualization.enso), Some(Range(Position(3, 19), Position(3, 29))), None)))))), Response(None, ExecutionComplete(69e89581-8433-45b1-ad8b-3975130579c3)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(f26e51f4-f9b7-4f64-85d3-c063b27d0d99), VisualizationAttached()), Response(None, ExecutionFailed(69e89581-8433-45b1-ad8b-3975130579c3, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(69e89581-8433-45b1-ad8b-3975130579c3, 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(f26e51f4-f9b7-4f64-85d3-c063b27d0d99), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(f8eddf8e-1a4a-4647-9f77-c5b87ae2ef68, 69e89581-8433-45b1-ad8b-3975130579c3, 12e2ae87-3ba4-45e4-aaa1-b4ab51e90c26), "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(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7826546418693738616/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None, Vector(StackTraceElement("Visualization.encode", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7826546418693738616/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None), StackTraceElement("Visualization.inc_and_encode", Some(/var/folders/6y/f6qmctm15g7d62gdx37s226h0000gn/T/enso-test-packages7826546418693738616/src/Visualization.enso), Some(Range(Position(3, 19), Position(3, 29))), None)))))), Response(None, ExecutionComplete(69e89581-8433-45b1-ad8b-3975130579c3)))
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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should run visualization error preprocessor
Failed test found in:
/Users/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should run visualization default preprocessor
Failed test found in:
/Users/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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should execute default visualization preprocessor
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(abbee6aa-057b-4dc8-916d-c36658881a12), VisualizationAttached()), Response(None, ExecutionFailed(3c0da450-9a0f-4174-b16a-e0a9d66f999f, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(3c0da450-9a0f-4174-b16a-e0a9d66f999f, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(abbee6aa-057b-4dc8-916d-c36658881a12), VisualizationAttached()), Response(None, ExecutionComplete(3c0da450-9a0f-4174-b16a-e0a9d66f999f)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(abbee6aa-057b-4dc8-916d-c36658881a12), VisualizationAttached()), Response(None, ExecutionFailed(3c0da450-9a0f-4174-b16a-e0a9d66f999f, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(3c0da450-9a0f-4174-b16a-e0a9d66f999f, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(abbee6aa-057b-4dc8-916d-c36658881a12), VisualizationAttached()), Response(None, ExecutionComplete(3c0da450-9a0f-4174-b16a-e0a9d66f999f)))
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, macos, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should execute default visualization preprocessor with a FQN
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(f68d21d7-de7a-4e53-b1c5-3d98cbc14de1), VisualizationAttached()), Response(None, ExecutionFailed(91dcc731-85ef-4abb-9e0a-0f8caba4eaee, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(91dcc731-85ef-4abb-9e0a-0f8caba4eaee, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(f68d21d7-de7a-4e53-b1c5-3d98cbc14de1), VisualizationAttached()), Response(None, ExecutionComplete(91dcc731-85ef-4abb-9e0a-0f8caba4eaee)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(f68d21d7-de7a-4e53-b1c5-3d98cbc14de1), VisualizationAttached()), Response(None, ExecutionFailed(91dcc731-85ef-4abb-9e0a-0f8caba4eaee, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(91dcc731-85ef-4abb-9e0a-0f8caba4eaee, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(f68d21d7-de7a-4e53-b1c5-3d98cbc14de1), VisualizationAttached()), Response(None, ExecutionComplete(91dcc731-85ef-4abb-9e0a-0f8caba4eaee)))
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, macos, 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:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
/Users/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, macos, amd64)
org.enso.interpreter.test.semantic.ImportsTest ► Overloaded methods should not be visible when not imported
Failed test found in:
/Users/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, macos, amd64)
org.enso.interpreter.test.semantic.ImportsTest ► Importing module's types should not bring extension methods into the scope
Failed test found in:
/Users/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, macos, amd64)
org.enso.interpreter.test.semantic.MethodsTest ► Methods when Context is Cached should throw an exception when non-existent
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
/Users/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, macos, amd64)
org.enso.interpreter.test.semantic.MethodsTest ► Methods when Context is Cached should not be callable on instances when static
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
/Users/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)
github-actions / Engine Tests Report (GraalVM CE, macos, amd64)
org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest ► Compile Errors in Batch Mode when Context is Cached should be reported and abort execution
Failed test found in:
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
/Users/runner/work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: HashSet("Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:3:5: warning: Unused variable x.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.") did not equal HashSet("Test:3:5: error: Variable x is being redefined.", "Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.")
Raw output
org.scalatest.exceptions.TestFailedException: HashSet("Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:3:5: warning: Unused variable x.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.") did not equal HashSet("Test:3:5: error: Variable x is being redefined.", "Test:4:9: error: Unexpected expression.", "Test:2:9: error: Parentheses can't be empty.", "Test:2:5: warning: Unused variable x.", "Test:4:5: warning: Unused variable y.")
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.StrictCompileDiagnosticsTest.$anonfun$specify$1(StrictCompileDiagnosticsTest.scala:38)
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)