1873 passed, 29 failed and 50 skipped
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.ApplicationSpec.xml
7 tests were completed in 15ms with 7 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.ApplicationSpec | 7✅ | 15ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.CLIOutputSpec.xml
9 tests were completed in 4ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.CLIOutputSpec | 9✅ | 4ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.OptsSpec.xml
30 tests were completed in 51ms with 30 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.OptsSpec | 30✅ | 51ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.SpellingSpec.xml
3 tests were completed in 3ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.SpellingSpec | 3✅ | 3ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.cli.task.TaskProgressSpec.xml
2 tests were completed in 12ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.cli.task.TaskProgressSpec | 2✅ | 12ms |
❌ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.AliasAnalysisTest.xml
70 tests were completed in 9ms with 69 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.pass.analyse.test.AliasAnalysisTest | 69✅ | 1❌ | 9ms |
❌ 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 = 99a18396-0b12-4227-b315-f5f6b937667d), 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 = 93b2ad73-6cc3-4515-b4ec-6ea19ae4a430), 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 = c24a302c-9910-4f36-a1ba-26db12a911d8) 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
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.pass.analyse.test.FramePointerAnalysisTest.xml
17 tests were completed in 12ms with 17 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.pass.analyse.test.FramePointerAnalysisTest | 17✅ | 12ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.CacheInvalidationTest.xml
1 tests were completed in 83ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.CacheInvalidationTest | 1✅ | 83ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.ChangesetBuilderTest.xml
21 tests were completed in 283ms with 21 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.ChangesetBuilderTest | 21✅ | 283ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.FreshNameSupplyTest.xml
1 tests were completed in 18ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.FreshNameSupplyTest | 1✅ | 18ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.context.SuggestionBuilderTest.xml
64 tests were completed in 60ms with 63 passed, 0 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.context.SuggestionBuilderTest | 63✅ | 1⚪ | 60ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.core.ir.DiagnosticStorageTest.xml
2 tests were completed in 0ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.core.ir.DiagnosticStorageTest | 2✅ | 0ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.core.ir.MetadataStorageTest.xml
10 tests were completed in 4ms with 10 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.core.ir.MetadataStorageTest | 10✅ | 4ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.BindingAnalysisTest.xml
5 tests were completed in 2ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.BindingAnalysisTest | 5✅ | 2ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.DataflowAnalysisTest.xml
33 tests were completed in 7ms with 33 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.DataflowAnalysisTest | 33✅ | 7ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.DemandAnalysisTest.xml
7 tests were completed in 9ms with 7 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.DemandAnalysisTest | 7✅ | 9ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.GatherDiagnosticsTest.xml
4 tests were completed in 2ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.GatherDiagnosticsTest | 4✅ | 2ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.PrivateModifierTest.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.analyse.PrivateModifierTest | 3✅ | 2ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.analyse.TailCallTest.xml
20 tests were completed in 71ms with 20 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.analyse.TailCallTest | 20✅ | 71ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.ComplexTypeTest.xml
8 tests were completed in 1ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.ComplexTypeTest | 8✅ | 1ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.FunctionBindingTest.xml
13 tests were completed in 3ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.FunctionBindingTest | 13✅ | 3ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.GenerateMethodBodiesTest.xml
21 tests were completed in 2ms with 21 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.GenerateMethodBodiesTest | 21✅ | 2ms |
✅ /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 |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.LambdaShorthandToLambdaTest.xml
19 tests were completed in 17ms with 19 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.LambdaShorthandToLambdaTest | 19✅ | 17ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.NestedPatternMatchTest.xml
9 tests were completed in 1ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.NestedPatternMatchTest | 9✅ | 1ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.OperatorToFunctionTest.xml
5 tests were completed in 4ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.OperatorToFunctionTest | 5✅ | 4ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.desugar.SectionsToBinOpTest.xml
5 tests were completed in 6ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.desugar.SectionsToBinOpTest | 5✅ | 6ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.NoSelfInStaticTests.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.lint.NoSelfInStaticTests | 5✅ | 7ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.ShadowedPatternFieldsTest.xml
2 tests were completed in 5ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.lint.ShadowedPatternFieldsTest | 2✅ | 5ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.lint.UnusedBindingsTest.xml
8 tests were completed in 20ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.lint.UnusedBindingsTest | 8✅ | 20ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.optimise.LambdaConsolidateTest.xml
9 tests were completed in 3ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.optimise.LambdaConsolidateTest | 9✅ | 3ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.optimise.UnreachableMatchBranchesTest.xml
3 tests were completed in 1ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.optimise.UnreachableMatchBranchesTest | 3✅ | 1ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.PassConfigurationTest.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.PassConfigurationTest | 9✅ | 4ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.PassManagerTest.xml
2 tests were completed in 1ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.PassManagerTest | 2✅ | 1ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.DocumentationCommentsTest.xml
13 tests were completed in 4ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.DocumentationCommentsTest | 13✅ | 4ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.ExpressionAnnotationsTest.xml
4 tests were completed in 1ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.ExpressionAnnotationsTest | 4✅ | 1ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.GlobalNamesTest.xml
11 tests were completed in 3ms with 11 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.GlobalNamesTest | 11✅ | 3ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.IgnoredBindingsTest.xml
12 tests were completed in 0ms with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.IgnoredBindingsTest | 12✅ | 0ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.MethodDefinitionsTest.xml
1 tests were completed in 3ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.MethodDefinitionsTest | 1✅ | 3ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.ModuleAnnotationsTest.xml
8 tests were completed in 3ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.ModuleAnnotationsTest | 8✅ | 3ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.OverloadsResolutionTest.xml
6 tests were completed in 3ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.OverloadsResolutionTest | 6✅ | 3ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.PatternsTest.xml
1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.PatternsTest | 1✅ | 0ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.SugaredTypeFunctionsTest.xml
14 tests were completed in 4ms with 12 passed, 0 failed and 2 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.SugaredTypeFunctionsTest | 12✅ | 2⚪ | 4ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.SuspendedArgumentsTest.xml
9 tests were completed in 7ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.SuspendedArgumentsTest | 9✅ | 7ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.TypeNamesTest.xml
4 tests were completed in 6ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.TypeNamesTest | 4✅ | 6ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.pass.resolve.TypeSignaturesTest.xml
12 tests were completed in 5ms with 12 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.pass.resolve.TypeSignaturesTest | 12✅ | 5ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.PassesTest.xml
3 tests were completed in 1ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.PassesTest | 3✅ | 1ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.refactoring.IRUtilsTest.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.refactoring.IRUtilsTest | 9✅ | 10ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.semantic.ImportExportTest.xml
59 tests were completed in 250ms with 59 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.semantic.ImportExportTest | 59✅ | 250ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.compiler.test.semantic.TypeSignaturesTest.xml
6 tests were completed in 45ms with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.enso.compiler.test.semantic.TypeSignaturesTest | 6✅ | 45ms |
✅ /runner/_work/enso/enso/target/test-results/TEST-org.enso.distribution.locking.ConcurrencyTest.xml
Report exceeded GitHub limit of 65535 bytes and has been trimmed
Annotations
github-actions / Engine Tests Report (GraalVM CE, linux, amd64)
org.enso.compiler.pass.analyse.test.AliasAnalysisTest ► Redefinitions should be caught for bindings
Failed test found in:
/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 = 99a18396-0b12-4227-b315-f5f6b937667d), 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 = 93b2ad73-6cc3-4515-b4ec-6ea19ae4a430), 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 = c24a302c-9910-4f36-a1ba-26db12a911d8) 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 = 99a18396-0b12-4227-b315-f5f6b937667d), 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 = 93b2ad73-6cc3-4515-b4ec-6ea19ae4a430), 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 = c24a302c-9910-4f36-a1ba-26db12a911d8) 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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeComponentsTest ► should load component groups of standard library
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeComponentsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/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("/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeErrorsTest ► should not return cached method pointer when node panics
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeErrorsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(None, ExpressionUpdates(03f61dec-34c2-4c12-af88-1048dd076ba0, Set(ExpressionUpdate(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExecutionFailed(03f61dec-34c2-4c12-af88-1048dd076ba0, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(03f61dec-34c2-4c12-af88-1048dd076ba0, 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(03f61dec-34c2-4c12-af88-1048dd076ba0, Set(ExpressionUpdate(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExpressionUpdates(03f61dec-34c2-4c12-af88-1048dd076ba0, Set(ExpressionUpdate(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd, Some(Vector("Standard.Base.Panic.Panic")), None, Vector(ExecutionTime(0)), false, true, Panic("Method `function2` of type Main could not be found.", List(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd)))))), Response(None, ExecutionComplete(03f61dec-34c2-4c12-af88-1048dd076ba0)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(None, ExpressionUpdates(03f61dec-34c2-4c12-af88-1048dd076ba0, Set(ExpressionUpdate(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExecutionFailed(03f61dec-34c2-4c12-af88-1048dd076ba0, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(03f61dec-34c2-4c12-af88-1048dd076ba0, 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(03f61dec-34c2-4c12-af88-1048dd076ba0, Set(ExpressionUpdate(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd, None, None, Vector(), true, false, Pending(None, None))))), Response(None, ExpressionUpdates(03f61dec-34c2-4c12-af88-1048dd076ba0, Set(ExpressionUpdate(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd, Some(Vector("Standard.Base.Panic.Panic")), None, Vector(ExecutionTime(0)), false, true, Panic("Method `function2` of type Main could not be found.", List(987ab7fd-8eb4-42a2-9e2a-641fe63bf7fd)))))), Response(None, ExecutionComplete(03f61dec-34c2-4c12-af88-1048dd076ba0)))
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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest ► should panic when output context is not enabled
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(fdf070af-7d81-4f56-820e-633713c2097a), PushContextResponse(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa)), Response(None, ExecutionFailed(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(fdf070af-7d81-4f56-820e-633713c2097a), PushContextResponse(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa)), Response(None, ExpressionUpdates(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa, Set(ExpressionUpdate(294fb57a-6157-49e4-ac9e-d6436347ef0a, 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(294fb57a-6157-49e4-ac9e-d6436347ef0a)))))), Response(None, ExecutionComplete(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(fdf070af-7d81-4f56-820e-633713c2097a), PushContextResponse(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa)), Response(None, ExecutionFailed(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(fdf070af-7d81-4f56-820e-633713c2097a), PushContextResponse(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa)), Response(None, ExpressionUpdates(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa, Set(ExpressionUpdate(294fb57a-6157-49e4-ac9e-d6436347ef0a, 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(294fb57a-6157-49e4-ac9e-d6436347ef0a)))))), Response(None, ExecutionComplete(d21e81ea-4d98-44f8-a6e0-5a5f14ba3dfa)))
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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest ► should panic when input is not enabled
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeExecutionEnvironmentTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(b364ae6b-0948-450e-83db-6c9c3afabb2a), PushContextResponse(b6f8021a-4e7a-4147-b182-0f59d51fb7bd)), Response(None, ExecutionFailed(b6f8021a-4e7a-4147-b182-0f59d51fb7bd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(b6f8021a-4e7a-4147-b182-0f59d51fb7bd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(b364ae6b-0948-450e-83db-6c9c3afabb2a), PushContextResponse(b6f8021a-4e7a-4147-b182-0f59d51fb7bd)), Response(None, ExpressionUpdates(b6f8021a-4e7a-4147-b182-0f59d51fb7bd, Set(ExpressionUpdate(cfacb0fb-db8f-4f40-90f6-ede365d91022, 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(cfacb0fb-db8f-4f40-90f6-ede365d91022)))))), Response(None, ExecutionComplete(b6f8021a-4e7a-4147-b182-0f59d51fb7bd)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(b364ae6b-0948-450e-83db-6c9c3afabb2a), PushContextResponse(b6f8021a-4e7a-4147-b182-0f59d51fb7bd)), Response(None, ExecutionFailed(b6f8021a-4e7a-4147-b182-0f59d51fb7bd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(b6f8021a-4e7a-4147-b182-0f59d51fb7bd, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None)))) did not contain all of (Response(Some(b364ae6b-0948-450e-83db-6c9c3afabb2a), PushContextResponse(b6f8021a-4e7a-4147-b182-0f59d51fb7bd)), Response(None, ExpressionUpdates(b6f8021a-4e7a-4147-b182-0f59d51fb7bd, Set(ExpressionUpdate(cfacb0fb-db8f-4f40-90f6-ede365d91022, 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(cfacb0fb-db8f-4f40-90f6-ede365d91022)))))), Response(None, ExecutionComplete(b6f8021a-4e7a-4147-b182-0f59d51fb7bd)))
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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeRecomputeTest ► should recompute method call returning Panic with expression configs
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeRecomputeTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(7bc48706-e9d1-4c39-ae31-82612361323f), PushContextResponse(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1)), Response(None, ExecutionFailed(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, 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(7bc48706-e9d1-4c39-ae31-82612361323f), PushContextResponse(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1)), Response(None, ExpressionUpdates(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, Set(ExpressionUpdate(00000000-0000-00aa-1ca8-e531adfe46ea, 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(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, Set(ExpressionUpdate(00000000-0000-00ab-ca56-604cef2c416e, 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(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(7bc48706-e9d1-4c39-ae31-82612361323f), PushContextResponse(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1)), Response(None, ExecutionFailed(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, Failure("Execution of function main failed (No frame for FramePointer[parentLevel=1, frameSlotIdx=3]).", None))), Response(None, ExecutionFailed(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, 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(7bc48706-e9d1-4c39-ae31-82612361323f), PushContextResponse(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1)), Response(None, ExpressionUpdates(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, Set(ExpressionUpdate(00000000-0000-00aa-1ca8-e531adfe46ea, 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(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1, Set(ExpressionUpdate(00000000-0000-00ab-ca56-604cef2c416e, 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(e17ca763-cc13-4fb1-b77d-ce9ea11c3ec1)))
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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error unresolved symbol (pretty print)
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(dba93765-fb35-4350-8591-dd7b93fd3b91), PushContextResponse(82f85e8a-dc1e-47ad-ad7e-a00a302ae812)), Response(None, ExecutionFailed(82f85e8a-dc1e-47ad-ad7e-a00a302ae812, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(dba93765-fb35-4350-8591-dd7b93fd3b91), PushContextResponse(82f85e8a-dc1e-47ad-ad7e-a00a302ae812)), Response(None, ExecutionFailed(82f85e8a-dc1e-47ad-ad7e-a00a302ae812, Diagnostic(Error, Some("Method `+` of type Function could not be found."), Some(/tmp/enso-test-packages7639555367728298638/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None, Vector(StackTraceElement("Main.bar", Some(/tmp/enso-test-packages7639555367728298638/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None), StackTraceElement("Main.main", Some(/tmp/enso-test-packages7639555367728298638/src/Main.enso), Some(Range(Position(1, 7), Position(1, 16))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(dba93765-fb35-4350-8591-dd7b93fd3b91), PushContextResponse(82f85e8a-dc1e-47ad-ad7e-a00a302ae812)), Response(None, ExecutionFailed(82f85e8a-dc1e-47ad-ad7e-a00a302ae812, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(dba93765-fb35-4350-8591-dd7b93fd3b91), PushContextResponse(82f85e8a-dc1e-47ad-ad7e-a00a302ae812)), Response(None, ExecutionFailed(82f85e8a-dc1e-47ad-ad7e-a00a302ae812, Diagnostic(Error, Some("Method `+` of type Function could not be found."), Some(/tmp/enso-test-packages7639555367728298638/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None, Vector(StackTraceElement("Main.bar", Some(/tmp/enso-test-packages7639555367728298638/src/Main.enso), Some(Range(Position(3, 14), Position(3, 23))), None), StackTraceElement("Main.main", Some(/tmp/enso-test-packages7639555367728298638/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error unexpected type (pretty print)
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(21dd6a5b-1a83-42a5-89ce-f67bcb48850b), PushContextResponse(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684)), Response(None, ExecutionFailed(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(21dd6a5b-1a83-42a5-89ce-f67bcb48850b), PushContextResponse(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684)), Response(None, ExecutionFailed(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684, Diagnostic(Error, Some("Type error: Expected `str` to be Text, but got Integer."), Some(/tmp/enso-test-packages8634196256914690964/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None, Vector(StackTraceElement("Main.bar", Some(/tmp/enso-test-packages8634196256914690964/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None), StackTraceElement("Main.main", Some(/tmp/enso-test-packages8634196256914690964/src/Main.enso), Some(Range(Position(1, 7), Position(1, 18))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(21dd6a5b-1a83-42a5-89ce-f67bcb48850b), PushContextResponse(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684)), Response(None, ExecutionFailed(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(21dd6a5b-1a83-42a5-89ce-f67bcb48850b), PushContextResponse(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684)), Response(None, ExecutionFailed(b6f8db7b-005b-47d3-96b2-6d9c6c6ad684, Diagnostic(Error, Some("Type error: Expected `str` to be Text, but got Integer."), Some(/tmp/enso-test-packages8634196256914690964/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None, Vector(StackTraceElement("Main.bar", Some(/tmp/enso-test-packages8634196256914690964/src/Main.enso), Some(Range(Position(3, 10), Position(3, 15))), None), StackTraceElement("Main.main", Some(/tmp/enso-test-packages8634196256914690964/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error method does not exist (pretty print)
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(2c098b0b-2575-4739-8683-8e303d0cb950), PushContextResponse(e813415f-21a6-466f-8097-0b29cfe54bbb)), Response(None, ExecutionFailed(e813415f-21a6-466f-8097-0b29cfe54bbb, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(2c098b0b-2575-4739-8683-8e303d0cb950), PushContextResponse(e813415f-21a6-466f-8097-0b29cfe54bbb)), Response(None, ExecutionFailed(e813415f-21a6-466f-8097-0b29cfe54bbb, Diagnostic(Error, Some("Method `pi` of type Number.type could not be found."), Some(/tmp/enso-test-packages16022355879968742248/src/Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None, Vector(StackTraceElement("Main.main", Some(/tmp/enso-test-packages16022355879968742248/src/Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(2c098b0b-2575-4739-8683-8e303d0cb950), PushContextResponse(e813415f-21a6-466f-8097-0b29cfe54bbb)), Response(None, ExecutionFailed(e813415f-21a6-466f-8097-0b29cfe54bbb, Failure("No frame for FramePointer[parentLevel=1, frameSlotIdx=1]", None)))) did not contain the same elements as List(Response(Some(2c098b0b-2575-4739-8683-8e303d0cb950), PushContextResponse(e813415f-21a6-466f-8097-0b29cfe54bbb)), Response(None, ExecutionFailed(e813415f-21a6-466f-8097-0b29cfe54bbb, Diagnostic(Error, Some("Method `pi` of type Number.type could not be found."), Some(/tmp/enso-test-packages16022355879968742248/src/Main.enso), Some(Range(Position(3, 7), Position(3, 16))), None, Vector(StackTraceElement("Main.main", Some(/tmp/enso-test-packages16022355879968742248/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return error with a stack trace (pretty print)
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(e14265d5-fb3f-45af-8ced-98b166cb27cf), PushContextResponse(e3704fc2-44ed-4932-b943-abfa4c2188b4)), Response(None, ExecutionFailed(e3704fc2-44ed-4932-b943-abfa4c2188b4, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(e14265d5-fb3f-45af-8ced-98b166cb27cf), PushContextResponse(e3704fc2-44ed-4932-b943-abfa4c2188b4)), Response(None, ExecutionFailed(e3704fc2-44ed-4932-b943-abfa4c2188b4, 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(/tmp/enso-test-packages11054794743096841118/src/Main.enso), Some(Range(Position(12, 8), Position(12, 17))), None), StackTraceElement("Main.bar", Some(/tmp/enso-test-packages11054794743096841118/src/Main.enso), Some(Range(Position(9, 8), Position(9, 11))), None), StackTraceElement("Main.foo", Some(/tmp/enso-test-packages11054794743096841118/src/Main.enso), Some(Range(Position(6, 8), Position(6, 11))), None), StackTraceElement("Main.main", Some(/tmp/enso-test-packages11054794743096841118/src/Main.enso), Some(Range(Position(3, 4), Position(3, 7))), None))))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(e14265d5-fb3f-45af-8ced-98b166cb27cf), PushContextResponse(e3704fc2-44ed-4932-b943-abfa4c2188b4)), Response(None, ExecutionFailed(e3704fc2-44ed-4932-b943-abfa4c2188b4, Failure("Index 3 out of bounds for length 3", None)))) did not contain the same elements as List(Response(Some(e14265d5-fb3f-45af-8ced-98b166cb27cf), PushContextResponse(e3704fc2-44ed-4932-b943-abfa4c2188b4)), Response(None, ExecutionFailed(e3704fc2-44ed-4932-b943-abfa4c2188b4, 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(/tmp/enso-test-packages11054794743096841118/src/Main.enso), Some(Range(Position(12, 8), Position(12, 17))), None), StackTraceElement("Main.bar", Some(/tmp/enso-test-packages11054794743096841118/src/Main.enso), Some(Range(Position(9, 8), Position(9, 11))), None), StackTraceElement("Main.foo", Some(/tmp/enso-test-packages11054794743096841118/src/Main.enso), Some(Range(Position(6, 8), Position(6, 11))), None), StackTraceElement("Main.main", Some(/tmp/enso-test-packages11054794743096841118/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeServerTest ► RuntimeServer should return compiler error variable redefined
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeServerTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(942aaf70-e107-4d83-b04f-fc94dee3368a), PushContextResponse(ea792bb9-5956-473c-8072-1db120c45730)), Response(None, ExecutionUpdate(ea792bb9-5956-473c-8072-1db120c45730, List(Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages11619261057386715170/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages11619261057386715170/src/Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(942aaf70-e107-4d83-b04f-fc94dee3368a), PushContextResponse(ea792bb9-5956-473c-8072-1db120c45730)), Response(None, ExecutionUpdate(ea792bb9-5956-473c-8072-1db120c45730, List(Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages11619261057386715170/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(/tmp/enso-test-packages11619261057386715170/src/Main.enso), Some(Range(Position(2, 4), Position(2, 9))), None, Vector())))))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(942aaf70-e107-4d83-b04f-fc94dee3368a), PushContextResponse(ea792bb9-5956-473c-8072-1db120c45730)), Response(None, ExecutionUpdate(ea792bb9-5956-473c-8072-1db120c45730, List(Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages11619261057386715170/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages11619261057386715170/src/Main.enso), Some(Range(Position(2, 4), Position(2, 5))), None, Vector()))))) did not contain the same elements as List(Response(Some(942aaf70-e107-4d83-b04f-fc94dee3368a), PushContextResponse(ea792bb9-5956-473c-8072-1db120c45730)), Response(None, ExecutionUpdate(ea792bb9-5956-473c-8072-1db120c45730, List(Diagnostic(Warning, Some("Unused variable x."), Some(/tmp/enso-test-packages11619261057386715170/src/Main.enso), Some(Range(Position(1, 4), Position(1, 5))), None, Vector()), Diagnostic(Error, Some("Variable x is being redefined."), Some(/tmp/enso-test-packages11619261057386715170/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeStdlibTest ► should import Base modules
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeStdlibTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List("/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("/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return VisualizationExpressionFailed error when attaching visualization
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(ad1ce81f-67fe-450f-9831-f4c0be753ab6), VisualizationAttached())) did not contain the same elements as List(Response(Some(ad1ce81f-67fe-450f-9831-f4c0be753ab6), VisualizationAttached()), Response(None, VisualizationExpressionFailed(VisualizationContext(840afe20-c82f-40ac-a467-cec5c1ff5343, 6c662d46-4e97-459d-a393-0a010dcde90d, 8432874c-b7bf-406f-9038-5ffe31f2cb09), "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(ad1ce81f-67fe-450f-9831-f4c0be753ab6), VisualizationAttached())) did not contain the same elements as List(Response(Some(ad1ce81f-67fe-450f-9831-f4c0be753ab6), VisualizationAttached()), Response(None, VisualizationExpressionFailed(VisualizationContext(840afe20-c82f-40ac-a467-cec5c1ff5343, 6c662d46-4e97-459d-a393-0a010dcde90d, 8432874c-b7bf-406f-9038-5ffe31f2cb09), "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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return visualization evaluation errors with diagnostic info
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(a2b1934e-f384-43cb-a7e5-6a5d524b1d84), VisualizationAttached()), Response(None, ExecutionFailed(805427eb-1739-4bef-b62c-d73fce659c26, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(805427eb-1739-4bef-b62c-d73fce659c26, 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(a2b1934e-f384-43cb-a7e5-6a5d524b1d84), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(0efd71a5-91b7-4d72-8fd4-b51e27a74003, 805427eb-1739-4bef-b62c-d73fce659c26, b1818729-5f86-4a89-bff5-13239d1d64ca), "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(805427eb-1739-4bef-b62c-d73fce659c26)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(a2b1934e-f384-43cb-a7e5-6a5d524b1d84), VisualizationAttached()), Response(None, ExecutionFailed(805427eb-1739-4bef-b62c-d73fce659c26, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(805427eb-1739-4bef-b62c-d73fce659c26, 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(a2b1934e-f384-43cb-a7e5-6a5d524b1d84), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(0efd71a5-91b7-4d72-8fd4-b51e27a74003, 805427eb-1739-4bef-b62c-d73fce659c26, b1818729-5f86-4a89-bff5-13239d1d64ca), "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(805427eb-1739-4bef-b62c-d73fce659c26)))
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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should return visualization error with a stack trace
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(d193a5f0-908f-4fc4-829a-1d4cf4784832), VisualizationAttached()), Response(None, ExecutionFailed(f8f36a8f-6b97-4048-9fbe-d604710e5dca, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(f8f36a8f-6b97-4048-9fbe-d604710e5dca, 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(d193a5f0-908f-4fc4-829a-1d4cf4784832), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(d8d5c18d-956c-4878-a038-77077a1a6ddd, f8f36a8f-6b97-4048-9fbe-d604710e5dca, c4d29b0d-2675-490d-95f7-c914251edf0d), "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(/tmp/enso-test-packages15509321970904897874/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None, Vector(StackTraceElement("Visualization.encode", Some(/tmp/enso-test-packages15509321970904897874/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None), StackTraceElement("Visualization.inc_and_encode", Some(/tmp/enso-test-packages15509321970904897874/src/Visualization.enso), Some(Range(Position(3, 19), Position(3, 29))), None)))))), Response(None, ExecutionComplete(f8f36a8f-6b97-4048-9fbe-d604710e5dca)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(d193a5f0-908f-4fc4-829a-1d4cf4784832), VisualizationAttached()), Response(None, ExecutionFailed(f8f36a8f-6b97-4048-9fbe-d604710e5dca, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=4, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(f8f36a8f-6b97-4048-9fbe-d604710e5dca, 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(d193a5f0-908f-4fc4-829a-1d4cf4784832), VisualizationAttached()), Response(None, VisualizationEvaluationFailed(VisualizationContext(d8d5c18d-956c-4878-a038-77077a1a6ddd, f8f36a8f-6b97-4048-9fbe-d604710e5dca, c4d29b0d-2675-490d-95f7-c914251edf0d), "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(/tmp/enso-test-packages15509321970904897874/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None, Vector(StackTraceElement("Visualization.encode", Some(/tmp/enso-test-packages15509321970904897874/src/Visualization.enso), Some(Range(Position(1, 11), Position(1, 25))), None), StackTraceElement("Visualization.inc_and_encode", Some(/tmp/enso-test-packages15509321970904897874/src/Visualization.enso), Some(Range(Position(3, 19), Position(3, 29))), None)))))), Response(None, ExecutionComplete(f8f36a8f-6b97-4048-9fbe-d604710e5dca)))
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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should run visualization error preprocessor
Failed test found in:
/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should run visualization default preprocessor
Failed test found in:
/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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should execute default visualization preprocessor
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(cb1ae9c0-5bc7-4c0d-a675-c05cafb66556), VisualizationAttached()), Response(None, ExecutionFailed(159d3053-e7e3-4e5c-a25a-7a91b9614e9d, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(159d3053-e7e3-4e5c-a25a-7a91b9614e9d, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(cb1ae9c0-5bc7-4c0d-a675-c05cafb66556), VisualizationAttached()), Response(None, ExecutionComplete(159d3053-e7e3-4e5c-a25a-7a91b9614e9d)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(cb1ae9c0-5bc7-4c0d-a675-c05cafb66556), VisualizationAttached()), Response(None, ExecutionFailed(159d3053-e7e3-4e5c-a25a-7a91b9614e9d, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(159d3053-e7e3-4e5c-a25a-7a91b9614e9d, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(cb1ae9c0-5bc7-4c0d-a675-c05cafb66556), VisualizationAttached()), Response(None, ExecutionComplete(159d3053-e7e3-4e5c-a25a-7a91b9614e9d)))
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, linux, amd64)
org.enso.interpreter.test.instrument.RuntimeVisualizationsTest ► should execute default visualization preprocessor with a FQN
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.instrument.RuntimeVisualizationsTest.xml
Error:
org.scalatest.exceptions.TestFailedException: List(Response(Some(8e7927de-8798-43ac-8bae-9af4e5fd39ab), VisualizationAttached()), Response(None, ExecutionFailed(69861f2a-ebc4-4214-bd45-012fdeb501cd, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(69861f2a-ebc4-4214-bd45-012fdeb501cd, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(8e7927de-8798-43ac-8bae-9af4e5fd39ab), VisualizationAttached()), Response(None, ExecutionComplete(69861f2a-ebc4-4214-bd45-012fdeb501cd)))
Raw output
org.scalatest.exceptions.TestFailedException: List(Response(Some(8e7927de-8798-43ac-8bae-9af4e5fd39ab), VisualizationAttached()), Response(None, ExecutionFailed(69861f2a-ebc4-4214-bd45-012fdeb501cd, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None))), Response(None, ExecutionFailed(69861f2a-ebc4-4214-bd45-012fdeb501cd, Failure("Execution of function main failed (No parent frame for FramePointer[parentLevel=3, frameSlotIdx=1]).", None)))) did not contain all of (Response(Some(8e7927de-8798-43ac-8bae-9af4e5fd39ab), VisualizationAttached()), Response(None, ExecutionComplete(69861f2a-ebc4-4214-bd45-012fdeb501cd)))
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, linux, 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:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.CompileDiagnosticsTest.xml
/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, linux, amd64)
org.enso.interpreter.test.semantic.ImportsTest ► Overloaded methods should not be visible when not imported
Failed test found in:
/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, linux, amd64)
org.enso.interpreter.test.semantic.ImportsTest ► Importing module's types should not bring extension methods into the scope
Failed test found in:
/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, linux, amd64)
org.enso.interpreter.test.semantic.MethodsTest ► Methods when Context is Cached should throw an exception when non-existent
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
/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, linux, amd64)
org.enso.interpreter.test.semantic.MethodsTest ► Methods when Context is Cached should not be callable on instances when static
Failed test found in:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.MethodsTest.xml
/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, linux, 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:
/runner/_work/enso/enso/target/test-results/TEST-org.enso.interpreter.test.semantic.StrictCompileDiagnosticsTest.xml
/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)