Open github-actions[bot] opened 16 hours ago
This issue has multiple T-eam labels. Please make sure it only has one, or else issue synchronization will not work correctly.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
This issue has multiple T-eam labels. Please make sure it only has one, or else issue synchronization will not work correctly.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
Same error appeared in https://github.com/cockroachdb/cockroach/issues/136599 and https://github.com/cockroachdb/cockroach/issues/136541
pkg/ccl/workloadccl/workloadccl_test.TestImportFixtureCSVServer failed on master @ 0ea9ae61bfe16ba95414c287753c67334e92e578:
Fatal error:
Stack:
Log preceding fatal error
``` === RUN TestImportFixtureCSVServer test_log_scope.go:165: test logs captured to: outputs.zip/logTestImportFixtureCSVServer3604763791 test_log_scope.go:76: use -show-logs to present logs inline * * ERROR: a panic has occurred! * runtime error: integer divide by zero * (1) attached stack trace * -- stack trace: * | runtime.gopanic * | GOROOT/src/runtime/panic.go:770 * | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop * | pkg/util/stop/stopper.go:535 * | runtime.gopanic * | GOROOT/src/runtime/panic.go:770 * | runtime.panicdivide * | GOROOT/src/runtime/panic.go:240 * | github.com/cockroachdb/cockroach/pkg/ccl/workloadccl.csvServerPaths * | pkg/ccl/workloadccl/fixture.go:171 * | github.com/cockroachdb/cockroach/pkg/ccl/workloadccl.ImportFixture * | pkg/ccl/workloadccl/fixture.go:430 * | pkg/ccl/workloadccl/workloadccl_test_test.TestImportFixtureCSVServer * | pkg/ccl/workloadccl/fixture_test.go:259 * | testing.tRunner * | GOROOT/src/testing/testing.go:1689 * | runtime.goexit * | src/runtime/asm_amd64.s:1695 * Wraps: (2) runtime error: integer divide by zero * Error types: (1) *withstack.withStack (2) runtime.errorString * stopper.go:226: -- test log scope end -- ERROR: a panic has occurred! Details cannot be printed yet because we are still unwinding. Hopefully the test harness prints the panic below, otherwise check the test logs. test logs left over in: outputs.zip/logTestImportFixtureCSVServer3604763791 stopper.go:226: panic: runtime error: integer divide by zero --- FAIL: TestImportFixtureCSVServer (3.12s) ```
Parameters:
attempt=1
run=1
shard=1
Help
See also: How To Investigate a Go Test Failure (internal)
/cc @cockroachdb/test-eng @cockroachdb/sql-foundationsThis test on roachdash | Improve this report!
Jira issue: CRDB-45143