Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/compose/compose_test: TestComposeCompare failed #124974

Closed
cockroach-teamcity opened this issue Jun 3, 2024 · 2 comments
Closed

pkg/compose/compose_test: TestComposeCompare failed #124974

cockroach-teamcity opened this issue Jun 3, 2024 · 2 comments
Labels
branch-release-24.1.1-rc Used to mark GA and release blockers and technical advisories for 24.1.1-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 3, 2024

pkg/compose/compose_test.TestComposeCompare failed with artifacts on release-24.1.1-rc @ 7d95120d7ad6f1e3f1b0f1c997e1ce0eaada24f9:

        cockroach2-1  | nodeID:              1
        test-1        | === RUN   TestCompare/mutators
        test-1        |     compare_test.go:111: starting test: mutators
        test-1        | --- FAIL: TestCompare (1.01s)
        test-1        |     --- FAIL: TestCompare/mutators (0.00s)
        test-1        | panic: geos: no locations to init GEOS [recovered]
        test-1        | 	panic: geos: no locations to init GEOS
        test-1        | 
        test-1        | goroutine 163 [running]:
        test-1        | testing.tRunner.func1.2({0x23bb4c0, 0xc002781c00})
        test-1        | 	GOROOT/src/testing/testing.go:1631 +0x24a
        test-1        | testing.tRunner.func1()
        test-1        | 	GOROOT/src/testing/testing.go:1634 +0x377
        test-1        | panic({0x23bb4c0?, 0xc002781c00?})
        test-1        | 	GOROOT/src/runtime/panic.go:770 +0x132
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.encodeInvertedIndexHistogramUpperBounds(0x49c2640?, {0x3436e50?, 0xc002552b10?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:371 +0x45a
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.randHistogram(0xc002518660, 0x49c2640)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:304 +0x127
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator.func1(0xc000dfea80)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:220 +0x76
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator(0xc002518660, {0xc002781380?, 0x33fdf10?, 0xc002518fc0?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:253 +0x5e8
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.MultiStatementMutation.Mutate(0xc002518660?, 0x25cc014?, {0xc002781380?, 0x2?, 0x100?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:97 +0x28
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.RandCreateTables(0xc002518660, {0x25cc014, 0x5}, 0x2, 0x0, {0xc000dd1a58, 0x3, 0x4395db?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/schema.go:94 +0x131
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTablesN(0xc002518660, 0x2, {0x0, 0x0})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:118 +0x165
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTables(0xc002518660)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:98 +0x2f
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.init.wrapCommonSetup.func47(0x27f3db8?)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:51 +0x1b
        test-1        | pkg/compose/compare/compare/compare_test.TestCompare.func2(0xc0005161a0)
        test-1        | 	pkg/compose/compare/compare/compare_test/pkg/compose/compare/compare/compare_test.go:113 +0xe5
        test-1        | testing.tRunner(0xc0005161a0, 0xc0000e9050)
        test-1        | 	GOROOT/src/testing/testing.go:1689 +0xfb
        test-1        | created by testing.(*T).Run in goroutine 52
        test-1        | 	GOROOT/src/testing/testing.go:1742 +0x390
        
�[Ktest-1 exited with code 2
        Aborting on container exit...
         Container compare-test-1  Stopping
         Container compare-test-1  Stopped
         Container compare-cockroach2-1  Stopping
         Container compare-cockroach1-1  Stopping
         Container compare-cockroach2-1  Stopped
         Container compare-cockroach1-1  Stopped
        
    compose_test.go:143: exit status 2
--- FAIL: TestComposeCompare (8.91s)
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-39176

@cockroach-teamcity cockroach-teamcity added branch-release-24.1.1-rc Used to mark GA and release blockers and technical advisories for 24.1.1-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Jun 3, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Jun 3, 2024
@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jun 4, 2024
@rafiss rafiss self-assigned this Jun 4, 2024
@rafiss rafiss added the P-2 Issues/test failures with a fix SLA of 3 months label Jun 4, 2024
@cockroach-teamcity
Copy link
Member Author

pkg/compose/compose_test.TestComposeCompare failed with artifacts on release-24.1.1-rc @ b7a5b158354408939cb3d680aca4305c91b415af:

        cockroach1-1  | nodeID:              1
        test-1        | === RUN   TestCompare/mutators
        test-1        |     compare_test.go:111: starting test: mutators
        test-1        | --- FAIL: TestCompare (1.07s)
        test-1        |     --- FAIL: TestCompare/mutators (0.00s)
        test-1        | panic: geos: no locations to init GEOS [recovered]
        test-1        | 	panic: geos: no locations to init GEOS
        test-1        | 
        test-1        | goroutine 47 [running]:
        test-1        | testing.tRunner.func1.2({0x23bb4c0, 0xc0028036e0})
        test-1        | 	GOROOT/src/testing/testing.go:1631 +0x24a
        test-1        | testing.tRunner.func1()
        test-1        | 	GOROOT/src/testing/testing.go:1634 +0x377
        test-1        | panic({0x23bb4c0?, 0xc0028036e0?})
        test-1        | 	GOROOT/src/runtime/panic.go:770 +0x132
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.encodeInvertedIndexHistogramUpperBounds(0x49c2640?, {0x3436e50?, 0xc00250d7a0?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:371 +0x45a
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.randHistogram(0xc00250c150, 0x49c2640)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:304 +0x127
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator.func1(0xc000003b00)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:220 +0x76
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator(0xc00250c150, {0xc0028031c0?, 0x33fdf10?, 0xc00250d440?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:253 +0x5e8
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.MultiStatementMutation.Mutate(0xc00250c150?, 0x25cc014?, {0xc0028031c0?, 0x2?, 0x100?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:97 +0x28
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.RandCreateTables(0xc00250c150, {0x25cc014, 0x5}, 0x2, 0x0, {0xc002523a58, 0x3, 0x4395db?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/schema.go:94 +0x131
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTablesN(0xc00250c150, 0x2, {0x0, 0x0})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:118 +0x165
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTables(0xc00250c150)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:98 +0x2f
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.init.wrapCommonSetup.func47(0x27f3db8?)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:51 +0x1b
        test-1        | pkg/compose/compare/compare/compare_test.TestCompare.func2(0xc000826680)
        test-1        | 	pkg/compose/compare/compare/compare_test/pkg/compose/compare/compare/compare_test.go:113 +0xe5
        test-1        | testing.tRunner(0xc000826680, 0xc000437a70)
        test-1        | 	GOROOT/src/testing/testing.go:1689 +0xfb
        test-1        | created by testing.(*T).Run in goroutine 51
        test-1        | 	GOROOT/src/testing/testing.go:1742 +0x390
        
�[Ktest-1 exited with code 2
        Aborting on container exit...
         Container compare-test-1  Stopping
         Container compare-test-1  Stopped
         Container compare-cockroach1-1  Stopping
         Container compare-cockroach2-1  Stopping
         Container compare-cockroach1-1  Stopped
         Container compare-cockroach2-1  Stopped
        
    compose_test.go:143: exit status 2
--- FAIL: TestComposeCompare (10.00s)
Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

pkg/compose/compose_test.TestComposeCompare failed with artifacts on release-24.1.1-rc @ b7a5b158354408939cb3d680aca4305c91b415af:

        test-1        |     compare_test.go:102: Checking connection to: cockroach2
        test-1        | === RUN   TestCompare/mutators
        test-1        |     compare_test.go:111: starting test: mutators
        test-1        | --- FAIL: TestCompare (1.00s)
        test-1        |     --- FAIL: TestCompare/mutators (0.00s)
        test-1        | panic: geos: no locations to init GEOS [recovered]
        test-1        | 	panic: geos: no locations to init GEOS
        test-1        | 
        test-1        | goroutine 80 [running]:
        test-1        | testing.tRunner.func1.2({0x23bb4c0, 0xc0000ab820})
        test-1        | 	GOROOT/src/testing/testing.go:1631 +0x24a
        test-1        | testing.tRunner.func1()
        test-1        | 	GOROOT/src/testing/testing.go:1634 +0x377
        test-1        | panic({0x23bb4c0?, 0xc0000ab820?})
        test-1        | 	GOROOT/src/runtime/panic.go:770 +0x132
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.encodeInvertedIndexHistogramUpperBounds(0x49c2640?, {0x3436e50?, 0xc0025a2570?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:371 +0x45a
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.randHistogram(0xc0008caff0, 0x49c2640)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:304 +0x127
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator.func1(0xc00267c780)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:220 +0x76
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator(0xc0008caff0, {0xc000775e40?, 0x33fdf10?, 0xc0008cb0e0?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:253 +0x5e8
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.MultiStatementMutation.Mutate(0xc0008caff0?, 0x25cc014?, {0xc000775e40?, 0x1?, 0x100?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:97 +0x28
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.RandCreateTables(0xc0008caff0, {0x25cc014, 0x5}, 0x1, 0x0, {0xc0020bda58, 0x3, 0x4395db?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/schema.go:94 +0x131
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTablesN(0xc0008caff0, 0x1, {0x0, 0x0})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:118 +0x165
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTables(0xc0008caff0)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:98 +0x2f
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.init.wrapCommonSetup.func47(0x27f3db8?)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:51 +0x1b
        test-1        | pkg/compose/compare/compare/compare_test.TestCompare.func2(0xc0006bb6c0)
        test-1        | 	pkg/compose/compare/compare/compare_test/pkg/compose/compare/compare/compare_test.go:113 +0xe5
        test-1        | testing.tRunner(0xc0006bb6c0, 0xc000592d80)
        test-1        | 	GOROOT/src/testing/testing.go:1689 +0xfb
        test-1        | created by testing.(*T).Run in goroutine 27
        test-1        | 	GOROOT/src/testing/testing.go:1742 +0x390
        
�[Ktest-1 exited with code 2
        Aborting on container exit...
         Container compare-test-1  Stopping
         Container compare-test-1  Stopped
         Container compare-cockroach2-1  Stopping
         Container compare-cockroach1-1  Stopping
         Container compare-cockroach2-1  Stopped
         Container compare-cockroach1-1  Stopped
        
    compose_test.go:143: exit status 2
--- FAIL: TestComposeCompare (9.51s)
Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@exalate-issue-sync exalate-issue-sync bot added P-3 Issues/test failures with no fix SLA and removed P-2 Issues/test failures with a fix SLA of 3 months labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.1.1-rc Used to mark GA and release blockers and technical advisories for 24.1.1-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants