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

roachtest: cdc/mixed-versions failed #87251

Closed
cockroach-teamcity opened this issue Sep 1, 2022 · 35 comments · Fixed by #89332
Closed

roachtest: cdc/mixed-versions failed #87251

cockroach-teamcity opened this issue Sep 1, 2022 · 35 comments · Fixed by #89332
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-cdc
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Sep 1, 2022

roachtest.cdc/mixed-versions failed with artifacts on master @ b316a5ed5fe7253d113174d9d95ddebf1143b4e4:

		fingerprints did not match at 1662012953217966182.0000000000: -7193529376367807878 vs -575912197428535334
		fingerprints did not match at 1662012953318282082.2147483647: -7193529376367807878 vs -575912197428535334
		fingerprints did not match at 1662012953318282083.0000000000: -2377291327688549372 vs -2947884904978010073
		fingerprints did not match at 1662012953418195508.2147483647: -2377291327688549372 vs -2947884904978010073
		fingerprints did not match at 1662012953418195509.0000000000: -2720948113420083189 vs -927396977112245779
		fingerprints did not match at 1662012953517937414.2147483647: -2720948113420083189 vs -927396977112245779
		fingerprints did not match at 1662012953517937415.0000000000: 7475856697260981752 vs 2117337898367763459
		fingerprints did not match at 1662012953617589744.2147483647: 7475856697260981752 vs 2117337898367763459
		fingerprints did not match at 1662012953617589745.0000000000: 1820627787345656057 vs 8899379016680462365
		fingerprints did not match at 1662012953718306485.2147483647: 1820627787345656057 vs 8899379016680462365
		fingerprints did not match at 1662012953718306486.0000000000: -1856891811505264868 vs -4451799070968216272
		fingerprints did not match at 1662012953817943295.2147483647: -1856891811505264868 vs -4451799070968216272
		fingerprints did not match at 1662012953817943296.0000000000: -7890515708225038336 vs -4235160518299549158
		fingerprints did not match at 1662012953918212792.2147483647: -7890515708225038336 vs -4235160518299549158
		fingerprints did not match at 1662012953918212793.0000000000: -1925874997012688649 vs 5743771035771097675
		fingerprints did not match at 1662012954018001281.2147483647: -1925874997012688649 vs 5743771035771097675
		fingerprints did not match at 1662012954018001282.0000000000: -1020645138007226035 vs -3099730575125181541

	cluster.go:1940,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:838,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:897: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1957
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1938
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:838
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:897
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1571
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/test-eng

This test on roachdash | Improve this report!

Jira issue: CRDB-19236

Epic CRDB-11732

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest 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. labels Sep 1, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Sep 1, 2022
@renatolabs
Copy link
Contributor

Something is definitely off here. This test failed 3/5 times on master, and it wasn't as flaky before. I'll investigate further, but pinging @cockroachdb/cdc in the meantime for awareness.

@blathers-crl
Copy link

blathers-crl bot commented Sep 1, 2022

cc @cockroachdb/cdc

@renatolabs
Copy link
Contributor

renatolabs commented Sep 1, 2022

Surprisingly, this seems to have started failing after #87154 was merged. That change let nodes being upgraded to drain (fully or partially) before continuing.

@HonoreDB Any ideas on why that change would have caused change in behavior here?

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ c080f7ac2f5be11aedd787dceba77cca7df18a16:

		fingerprints did not match at 1662099351776722537.2147483647: -5504122105430115108 vs -6938626673724847177
		fingerprints did not match at 1662099351776722538.0000000000: 5596921088790281501 vs -6268863605598542629
		fingerprints did not match at 1662099351875887885.2147483647: 5596921088790281501 vs -6268863605598542629
		fingerprints did not match at 1662099351875887886.0000000000: -4534180154201858110 vs 4337507150695460450
		fingerprints did not match at 1662099351976676988.2147483647: -4534180154201858110 vs 4337507150695460450
		fingerprints did not match at 1662099351976676989.0000000000: 5953914986731972728 vs -300574583327621445
		fingerprints did not match at 1662099352876112493.2147483647: 5284953782078420757 vs -300574583327621445
		fingerprints did not match at 1662099352876112494.0000000000: 1450909813359251334 vs -6054472895784290055
		fingerprints did not match at 1662099352976538244.2147483647: 1450909813359251334 vs -6054472895784290055
		fingerprints did not match at 1662099352976538245.0000000000: 583589532243642920 vs -8602147153929022241
		fingerprints did not match at 1662099353076417234.2147483647: 583589532243642920 vs -8602147153929022241
		fingerprints did not match at 1662099353076417235.0000000000: -71035702248901932 vs -6282454251916727236
		fingerprints did not match at 1662099353175880370.2147483647: -71035702248901932 vs -6282454251916727236
		fingerprints did not match at 1662099353175880371.0000000000: -1340635877996899893 vs 6886764399351665924
		fingerprints did not match at 1662099353276711012.2147483647: -1340635877996899893 vs 6886764399351665924
		fingerprints did not match at 1662099353276711013.0000000000: 3541606921596067522 vs -5317863480272223890
		fingerprints did not match at 1662099353376325266.2147483647: 3541606921596067522 vs -5317863480272223890

	cluster.go:1940,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:838,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:897: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1957
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1938
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:838
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:897
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1571
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ b0f13c9bbef3e6628471d887672be7c7658f6511:

		fingerprints did not match at 1662272571167896607.0000000000: 4076528321677549129 vs 8498272625799224098
		fingerprints did not match at 1662272576067958208.2147483647: -1169751966034711133 vs 8498272625799224098
		fingerprints did not match at 1662272576067958209.0000000000: 4366635406570438654 vs 7984292535257961989
		fingerprints did not match at 1662272576168292383.2147483647: 4366635406570438654 vs 7984292535257961989
		fingerprints did not match at 1662272576168292384.0000000000: 25527810404297770 vs -8511633086497636090
		fingerprints did not match at 1662272576267554966.2147483647: 25527810404297770 vs -8511633086497636090
		fingerprints did not match at 1662272576267554967.0000000000: -2847576470083308555 vs -7754893120596961694
		fingerprints did not match at 1662272576368319880.2147483647: -2847576470083308555 vs -7754893120596961694
		fingerprints did not match at 1662272576368319881.0000000000: 9184798235365703247 vs -7298263753307200097
		fingerprints did not match at 1662272576468004391.2147483647: 9184798235365703247 vs -7298263753307200097
		fingerprints did not match at 1662272576468004392.0000000000: -6451123634793280093 vs -9184612402067424060
		fingerprints did not match at 1662272576567935206.2147483647: -6451123634793280093 vs -9184612402067424060
		fingerprints did not match at 1662272576567935207.0000000000: 1056236695297565246 vs 8299899688113707799
		fingerprints did not match at 1662272576667664393.2147483647: 1056236695297565246 vs 8299899688113707799
		fingerprints did not match at 1662272576667664394.0000000000: -4140699070883546587 vs 5099157522006722240
		fingerprints did not match at 1662272576767731643.2147483647: -4140699070883546587 vs 5099157522006722240
		fingerprints did not match at 1662272576767731644.0000000000: 2173395231124217932 vs 8498272625799224098

	cluster.go:1940,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:838,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:897: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1957
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1938
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:838
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:897
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1571
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ e5917605f751c569ddd90062250a40cafd7ccf30:

		fingerprints did not match at 1662358914070482544.2147483647: -7228011086621559476 vs -3204693425901009185
		fingerprints did not match at 1662358914070482545.0000000000: 5120456845502537149 vs 3235505977127097750
		fingerprints did not match at 1662358914170815644.2147483647: 5120456845502537149 vs 3235505977127097750
		fingerprints did not match at 1662358914170815645.0000000000: -5208399516490887867 vs 8452669933309931024
		fingerprints did not match at 1662358914270179936.2147483647: -5208399516490887867 vs 8452669933309931024
		fingerprints did not match at 1662358914270179937.0000000000: 1096781724133102422 vs 1356007317732682290
		fingerprints did not match at 1662358914370427835.2147483647: 1096781724133102422 vs 1356007317732682290
		fingerprints did not match at 1662358914370427836.0000000000: 475419691846090109 vs 3592979405646739112
		fingerprints did not match at 1662358914470835093.2147483647: 475419691846090109 vs 3592979405646739112
		fingerprints did not match at 1662358914470835094.0000000000: -8710840535227068448 vs 585814883891964755
		fingerprints did not match at 1662358914570180276.2147483647: -8710840535227068448 vs 585814883891964755
		fingerprints did not match at 1662358914570180277.0000000000: -7131039710492934185 vs 2368602665347984304
		fingerprints did not match at 1662358914670186586.2147483647: -7131039710492934185 vs 2368602665347984304
		fingerprints did not match at 1662358914670186587.0000000000: 5060899120731899868 vs 7107680292492456388
		fingerprints did not match at 1662358914770111737.2147483647: 5060899120731899868 vs 7107680292492456388
		fingerprints did not match at 1662358914770111738.0000000000: 4568113876823923847 vs 5585235028394453366
		fingerprints did not match at 1662358914870160275.2147483647: 4568113876823923847 vs 5585235028394453366

	cluster.go:1940,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:838,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:897: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1957
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1938
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:838
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:897
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1571
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ e39111b2e714375faa0facc05e51e8f619a55b21:

		fingerprints did not match at 1662617657724194479.2147483647: 6030768765329030790 vs -8407274489499791096
		fingerprints did not match at 1662617657724194480.0000000000: -5194059977877580309 vs -9096668687567238396
		fingerprints did not match at 1662617657824931672.2147483647: -5194059977877580309 vs -9096668687567238396
		fingerprints did not match at 1662617657824931673.0000000000: -7648071544139881222 vs 4742032525034922915
		fingerprints did not match at 1662617657924827049.2147483647: -7648071544139881222 vs 4742032525034922915
		fingerprints did not match at 1662617657924827050.0000000000: 7356670587232018918 vs 6222211458950549680
		fingerprints did not match at 1662617658024892603.2147483647: 7356670587232018918 vs 6222211458950549680
		fingerprints did not match at 1662617658024892604.0000000000: -40752066590147370 vs 1495388728098283764
		fingerprints did not match at 1662617658124410894.2147483647: -40752066590147370 vs 1495388728098283764
		fingerprints did not match at 1662617658124410895.0000000000: 3533434108108108034 vs -7598488104417542713
		fingerprints did not match at 1662617658224136268.2147483647: 3533434108108108034 vs -7598488104417542713
		fingerprints did not match at 1662617658224136269.0000000000: -3231425772498384226 vs 2260727758105123574
		fingerprints did not match at 1662617658325208587.2147483647: -3231425772498384226 vs 2260727758105123574
		fingerprints did not match at 1662617658325208588.0000000000: -3873424178694992450 vs 584170428582524394
		fingerprints did not match at 1662617658425087848.2147483647: -3873424178694992450 vs 584170428582524394
		fingerprints did not match at 1662617658425087849.0000000000: 8607791985598828270 vs 769607980559229054
		fingerprints did not match at 1662617658524602342.2147483647: 8607791985598828270 vs 769607980559229054

	cluster.go:1940,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:908: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1957
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1938
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:908
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ a82711442c65cf14489c55041b45b11a1e38415b:

		fingerprints did not match at 1662706586507376217.2147483647: 6056079477969924238 vs -7235078662360421519
		fingerprints did not match at 1662706586507376218.0000000000: 18409882790469628 vs 470799676059028701
		fingerprints did not match at 1662706586808073598.2147483647: 231575321312572907 vs 470799676059028701
		fingerprints did not match at 1662706586808073599.0000000000: 7886222737995872892 vs 470799676059028701
		fingerprints did not match at 1662706586907951148.2147483647: 7886222737995872892 vs 470799676059028701
		fingerprints did not match at 1662706586907951149.0000000000: -6672458128311344484 vs 8430529754411727583
		fingerprints did not match at 1662706587007536758.2147483647: -6672458128311344484 vs 8430529754411727583
		fingerprints did not match at 1662706587007536759.0000000000: 5965549660981207029 vs 2371058395622238141
		fingerprints did not match at 1662706587107124138.2147483647: 5965549660981207029 vs 2371058395622238141
		fingerprints did not match at 1662706587107124139.0000000000: -4115840991251224671 vs 8863385589077717117
		fingerprints did not match at 1662706587214826904.2147483647: -4115840991251224671 vs 8863385589077717117
		fingerprints did not match at 1662706587214826905.0000000000: -7199459677605073317 vs -8583477590686988454
		fingerprints did not match at 1662706587307813588.2147483647: -7199459677605073317 vs -8583477590686988454
		fingerprints did not match at 1662706587307813589.0000000000: 5978306411562806758 vs -9121683692766977217
		fingerprints did not match at 1662706587407207884.2147483647: 5978306411562806758 vs -9121683692766977217
		fingerprints did not match at 1662706587407207885.0000000000: -8977746301914271223 vs -5581909108257224244
		fingerprints did not match at 1662706587607832635.2147483647: -7924446636047312404 vs -5581909108257224244

	cluster.go:1896,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:906: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1913
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1894
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:906
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@renatolabs renatolabs removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Sep 9, 2022
@renatolabs
Copy link
Contributor

After some more testing, if the updates are applied when nodes are not being restarted, no fingerprint mismatch errors are observed. This indicates that the issue is related to retrying the SQL operations in the fingerprint validator.

I don't have the answer as to why retrying is problematic here, and I'll do some more investigation, but I believe this shouldn't be a release blocker, as the changefeed events we get are fine.

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ bc2e47da0523b347c28cf024707e80cd35d6c98a:

		fingerprints did not match at 1662878830424699888.0000000000: -739767931100894388 vs -4667676522431124095
		fingerprints did not match at 1662878830525014852.2147483647: -739767931100894388 vs -4667676522431124095
		fingerprints did not match at 1662878830525014853.0000000000: 1447308745130083561 vs 5606030742144743113
		fingerprints did not match at 1662878830624220954.2147483647: 1447308745130083561 vs 5606030742144743113
		fingerprints did not match at 1662878830624220955.0000000000: -2343296992958870611 vs 4113138634138299631
		fingerprints did not match at 1662878830724376935.2147483647: -2343296992958870611 vs 4113138634138299631
		fingerprints did not match at 1662878830724376936.0000000000: 786956109003731601 vs -616767879781945742
		fingerprints did not match at 1662878830824778996.2147483647: 786956109003731601 vs -616767879781945742
		fingerprints did not match at 1662878830824778997.0000000000: 2923063072431093309 vs 7763707413725264764
		fingerprints did not match at 1662878830925097408.2147483647: 2923063072431093309 vs 7763707413725264764
		fingerprints did not match at 1662878830925097409.0000000000: 2165072859220306089 vs 5735215006712143101
		fingerprints did not match at 1662878831024212617.2147483647: 2165072859220306089 vs 5735215006712143101
		fingerprints did not match at 1662878831024212618.0000000000: -4901770647674614553 vs -7204113759600692415
		fingerprints did not match at 1662878831125110448.2147483647: -4901770647674614553 vs -7204113759600692415
		fingerprints did not match at 1662878831125110449.0000000000: -8415135616003080569 vs 762478196288286408
		fingerprints did not match at 1662878831224946782.2147483647: -8415135616003080569 vs 762478196288286408
		fingerprints did not match at 1662878831224946783.0000000000: 6522605321133737903 vs -4667676522431124095

	cluster.go:1933,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:917: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:917
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@samiskin
Copy link
Contributor

@renatolabs gonna assign it to you since its test code related

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ 2cfa6b1779ead01508c04e228bf72b4e0e96d98c:

		fingerprints did not match at 1663053841140282362.2147483647: -4534180154201858110 vs -6965158428476350012
		fingerprints did not match at 1663053841140282363.0000000000: 5953914986731972728 vs 6391460576891826461
		fingerprints did not match at 1663053841240411849.2147483647: 5953914986731972728 vs 6391460576891826461
		fingerprints did not match at 1663053841240411850.0000000000: -6354639917585771722 vs 3801500401046462632
		fingerprints did not match at 1663053841340413141.2147483647: -6354639917585771722 vs 3801500401046462632
		fingerprints did not match at 1663053841340413142.0000000000: -2013728773566020 vs 1245500209252698717
		fingerprints did not match at 1663053841440609509.2147483647: -2013728773566020 vs 1245500209252698717
		fingerprints did not match at 1663053841440609510.0000000000: 5219887851009666207 vs -6385092944706795728
		fingerprints did not match at 1663053841539845062.2147483647: 5219887851009666207 vs -6385092944706795728
		fingerprints did not match at 1663053841539845063.0000000000: -2741107848803484723 vs 2086767731328602723
		fingerprints did not match at 1663053841640634580.2147483647: -2741107848803484723 vs 2086767731328602723
		fingerprints did not match at 1663053841640634581.0000000000: -2719266329703377247 vs -2201857191655365249
		fingerprints did not match at 1663053841740782154.2147483647: -2719266329703377247 vs -2201857191655365249
		fingerprints did not match at 1663053841740782155.0000000000: 1889878099117468095 vs -6572163714247655852
		fingerprints did not match at 1663053841840211806.2147483647: 1889878099117468095 vs -6572163714247655852
		fingerprints did not match at 1663053841840211807.0000000000: -2502799354773033355 vs -1587460348166074274
		fingerprints did not match at 1663053841940518261.2147483647: -2502799354773033355 vs -1587460348166074274

	cluster.go:1933,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:917: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:917
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ 4780ee15194e7d22b661ac92254b13cd2b71dcb1:

		fingerprints did not match at 1664481859503598090.2147483647: 6030768765329030790 vs -8523149834585864659
		fingerprints did not match at 1664481859503598091.0000000000: -5194059977877580309 vs -8996283297191486431
		fingerprints did not match at 1664481859603529025.2147483647: -5194059977877580309 vs -8996283297191486431
		fingerprints did not match at 1664481859603529026.0000000000: -7648071544139881222 vs 6997912096822232471
		fingerprints did not match at 1664481859702963094.2147483647: -7648071544139881222 vs 6997912096822232471
		fingerprints did not match at 1664481859702963095.0000000000: 7356670587232018918 vs -8840696575015586920
		fingerprints did not match at 1664481859803703071.2147483647: 7356670587232018918 vs -8840696575015586920
		fingerprints did not match at 1664481859803703072.0000000000: -40752066590147370 vs 6818900537205415660
		fingerprints did not match at 1664481859903279986.2147483647: -40752066590147370 vs 6818900537205415660
		fingerprints did not match at 1664481859903279987.0000000000: 3533434108108108034 vs 1336418130294214155
		fingerprints did not match at 1664481860003364531.2147483647: 3533434108108108034 vs 1336418130294214155
		fingerprints did not match at 1664481860003364532.0000000000: -3231425772498384226 vs 8752197723836175014
		fingerprints did not match at 1664481860103405332.2147483647: -3231425772498384226 vs 8752197723836175014
		fingerprints did not match at 1664481860103405333.0000000000: -3873424178694992450 vs 8587140924771826330
		fingerprints did not match at 1664481860202802867.2147483647: -3873424178694992450 vs 8587140924771826330
		fingerprints did not match at 1664481860202802868.0000000000: 8607791985598828270 vs -3975228584142951330
		fingerprints did not match at 1664481860303526957.2147483647: 8607791985598828270 vs -3975228584142951330

	cluster.go:1933,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:928: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:928
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ 801bfc62afd7128be180e3396d21a1e0b2daa227:

		fingerprints did not match at 1664518320062672459.0000000000: 4808589727550839317 vs -5774023247496316648
		fingerprints did not match at 1664518320163289404.2147483647: 4808589727550839317 vs -5774023247496316648
		fingerprints did not match at 1664518320163289405.0000000000: -8744127954801686800 vs 7765221051652072957
		fingerprints did not match at 1664518320263458384.2147483647: -8744127954801686800 vs 7765221051652072957
		fingerprints did not match at 1664518320263458385.0000000000: -6345710326430108091 vs 5371251224252912968
		fingerprints did not match at 1664518320362725739.2147483647: -6345710326430108091 vs 5371251224252912968
		fingerprints did not match at 1664518320362725740.0000000000: -967136707537023790 vs 2301635016739991519
		fingerprints did not match at 1664518320462877702.2147483647: -967136707537023790 vs 2301635016739991519
		fingerprints did not match at 1664518320462877703.0000000000: 806716611766555098 vs -1848992730477202729
		fingerprints did not match at 1664518320562934272.2147483647: 806716611766555098 vs -1848992730477202729
		fingerprints did not match at 1664518320562934273.0000000000: -5044410426067668273 vs 6096644513174213058
		fingerprints did not match at 1664518320662518679.2147483647: -5044410426067668273 vs 6096644513174213058
		fingerprints did not match at 1664518320662518680.0000000000: -8905809295598944629 vs 7569762842666278278
		fingerprints did not match at 1664518320763181231.2147483647: -8905809295598944629 vs 7569762842666278278
		fingerprints did not match at 1664518320763181232.0000000000: 6689767577383519994 vs -5641934214363470345
		fingerprints did not match at 1664518320863413544.2147483647: 6689767577383519994 vs -5641934214363470345
		fingerprints did not match at 1664518320863413545.0000000000: -7976771548442033069 vs 8946917540258080606

	cluster.go:1933,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:928: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:928
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ e786cba2b137a671d3846cf7a33e7b9dea2854e6:

		fingerprints did not match at 1664605286080809772.0000000000: -4364558566504286476 vs -5262140961802473837
		fingerprints did not match at 1664605286180859148.2147483647: -4364558566504286476 vs -5262140961802473837
		fingerprints did not match at 1664605286180859149.0000000000: 2650990186961811037 vs 5538415444006256148
		fingerprints did not match at 1664605286280550607.2147483647: 2650990186961811037 vs 5538415444006256148
		fingerprints did not match at 1664605286280550608.0000000000: 7837609134549234441 vs 1145793462952353548
		fingerprints did not match at 1664605286381060396.2147483647: 7837609134549234441 vs 1145793462952353548
		fingerprints did not match at 1664605286381060397.0000000000: -8740484135413216269 vs -1361080058777978194
		fingerprints did not match at 1664605286480270504.2147483647: -8740484135413216269 vs -1361080058777978194
		fingerprints did not match at 1664605286480270505.0000000000: -6975421073774171178 vs -1903836879012755578
		fingerprints did not match at 1664605286580727587.2147483647: -6975421073774171178 vs -1903836879012755578
		fingerprints did not match at 1664605286580727588.0000000000: -5761541430099696852 vs 2151140931163716906
		fingerprints did not match at 1664605286680780291.2147483647: -5761541430099696852 vs 2151140931163716906
		fingerprints did not match at 1664605286680780292.0000000000: -1373843011178427220 vs -7581942339902377989
		fingerprints did not match at 1664605286780501977.2147483647: -1373843011178427220 vs -7581942339902377989
		fingerprints did not match at 1664605286780501978.0000000000: 8688837200314964430 vs 7348025533534450350
		fingerprints did not match at 1664605287480591137.2147483647: -5757180823270879594 vs 7348025533534450350
		fingerprints did not match at 1664605287480591138.0000000000: -2430437784800541748 vs -2487278720724488820

	cluster.go:1933,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:928: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:928
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ ff6961ef1741766b5cbe0b64ebf754e82343eb00:

		fingerprints did not match at 1664691307536795836.2147483647: -6936336332825746162 vs -1964470347799685272
		fingerprints did not match at 1664691307536795837.0000000000: 1409761268530863826 vs 7534970901624220852
		fingerprints did not match at 1664691307637085866.2147483647: 1409761268530863826 vs 7534970901624220852
		fingerprints did not match at 1664691307637085867.0000000000: 4869156571652056015 vs 4282007582466377223
		fingerprints did not match at 1664691307736653347.2147483647: 4869156571652056015 vs 4282007582466377223
		fingerprints did not match at 1664691307736653348.0000000000: -9147261054238506853 vs -4430413990010731123
		fingerprints did not match at 1664691307837306592.2147483647: -9147261054238506853 vs -4430413990010731123
		fingerprints did not match at 1664691307837306593.0000000000: -7936440079256142921 vs -3955168599439907068
		fingerprints did not match at 1664691307936479024.2147483647: -7936440079256142921 vs -3955168599439907068
		fingerprints did not match at 1664691307936479025.0000000000: -3462726794276188825 vs -548358993193430793
		fingerprints did not match at 1664691308037180767.2147483647: -3462726794276188825 vs -548358993193430793
		fingerprints did not match at 1664691308037180768.0000000000: -7259789532578113597 vs 6782750420211515394
		fingerprints did not match at 1664691308137323109.2147483647: -7259789532578113597 vs 6782750420211515394
		fingerprints did not match at 1664691308137323110.0000000000: -4670772747091317773 vs -3970712325312376575
		fingerprints did not match at 1664691308236743407.2147483647: -4670772747091317773 vs -3970712325312376575
		fingerprints did not match at 1664691308236743408.0000000000: -7763292159935404365 vs -5182296994150468885
		fingerprints did not match at 1664691308337067762.2147483647: -7763292159935404365 vs -5182296994150468885

	cluster.go:1933,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:928: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:928
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ 84384b50c023dd4c05fff76af85a6975f5d2b0ab:

		fingerprints did not match at 1664778277350394621.2147483647: -7855532854964105937 vs 5690886339044810382
		fingerprints did not match at 1664778277350394622.0000000000: -797047475322405602 vs -608938500741963210
		fingerprints did not match at 1664778277450760726.2147483647: -797047475322405602 vs -608938500741963210
		fingerprints did not match at 1664778277450760727.0000000000: 2752835279557903440 vs 2686614029052943224
		fingerprints did not match at 1664778277550249445.2147483647: 2752835279557903440 vs 2686614029052943224
		fingerprints did not match at 1664778277550249446.0000000000: -3563636142158141069 vs -3605228340797639077
		fingerprints did not match at 1664778277650800517.2147483647: -3563636142158141069 vs -3605228340797639077
		fingerprints did not match at 1664778277650800518.0000000000: 6906223391861150293 vs 6677459142688296317
		fingerprints did not match at 1664778277750099595.2147483647: 6906223391861150293 vs 6677459142688296317
		fingerprints did not match at 1664778277750099596.0000000000: -1624937131902668486 vs -1580802596092301806
		fingerprints did not match at 1664778277850748139.2147483647: -1624937131902668486 vs -1580802596092301806
		fingerprints did not match at 1664778277850748140.0000000000: 3723367299261468995 vs 3517525677131124331
		fingerprints did not match at 1664778277950275040.2147483647: 3723367299261468995 vs 3517525677131124331
		fingerprints did not match at 1664778277950275041.0000000000: -6433160262075080976 vs -6502037942341123624
		fingerprints did not match at 1664778278050779361.2147483647: -6433160262075080976 vs -6502037942341123624
		fingerprints did not match at 1664778278050779362.0000000000: -435420560782520107 vs -393537832304095235
		fingerprints did not match at 1664778278150003919.2147483647: -435420560782520107 vs -393537832304095235

	cluster.go:1933,cdc.go:1472,cdc.go:1906,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:928: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1472
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1906
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:928
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ 0eaeeb773474716753781289788fdd087fb9b166:

		fingerprints did not match at 1664864265487670498.2147483647: 1957270356864343921 vs 6682341183587158723
		fingerprints did not match at 1664864265487670499.0000000000: 5842274663859134634 vs 1622988256888403224
		fingerprints did not match at 1664864265588001427.2147483647: 5842274663859134634 vs 1622988256888403224
		fingerprints did not match at 1664864265588001428.0000000000: 4037141605529870843 vs 9192726468435571785
		fingerprints did not match at 1664864265687548320.2147483647: 4037141605529870843 vs 9192726468435571785
		fingerprints did not match at 1664864265687548321.0000000000: -5227646288894531253 vs -1088105810100388615
		fingerprints did not match at 1664864265787577617.2147483647: -5227646288894531253 vs -1088105810100388615
		fingerprints did not match at 1664864265787577618.0000000000: 5468884680900843177 vs 896373857987560219
		fingerprints did not match at 1664864265887193305.2147483647: 5468884680900843177 vs 896373857987560219
		fingerprints did not match at 1664864265887193306.0000000000: -6460433360979454912 vs -2179178220205866510
		fingerprints did not match at 1664864265987250247.2147483647: -6460433360979454912 vs -2179178220205866510
		fingerprints did not match at 1664864265987250248.0000000000: -8195000970511212780 vs -3903081506127264887
		fingerprints did not match at 1664864266087324919.2147483647: -8195000970511212780 vs -3903081506127264887
		fingerprints did not match at 1664864266087324920.0000000000: -6712002273342686752 vs -9097294390941807023
		fingerprints did not match at 1664864266187621581.2147483647: -6712002273342686752 vs -9097294390941807023
		fingerprints did not match at 1664864266187621582.0000000000: -9045283248394546556 vs 4145997184254720115
		fingerprints did not match at 1664864266288018852.2147483647: -9045283248394546556 vs 4145997184254720115

	cluster.go:1933,cdc.go:1476,cdc.go:1910,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:928: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1476
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1910
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:928
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ 0eaeeb773474716753781289788fdd087fb9b166:

		fingerprints did not match at 1664877762988255602.0000000000: -4239418400742319003 vs 4735511461644748076
		fingerprints did not match at 1664877763887730569.2147483647: -2812234913042714878 vs 4735511461644748076
		fingerprints did not match at 1664877763887730570.0000000000: 8591251739860658367 vs 2584105777970091186
		fingerprints did not match at 1664877763987687763.2147483647: 8591251739860658367 vs 2584105777970091186
		fingerprints did not match at 1664877763987687764.0000000000: 6124876638741255577 vs 2610402507490893735
		fingerprints did not match at 1664877764088015272.2147483647: 6124876638741255577 vs 2610402507490893735
		fingerprints did not match at 1664877764088015273.0000000000: 4076750997103479157 vs -640399063808560835
		fingerprints did not match at 1664877764188289002.2147483647: 4076750997103479157 vs -640399063808560835
		fingerprints did not match at 1664877764188289003.0000000000: 2898238594267101785 vs 4259745488311466336
		fingerprints did not match at 1664877764288276817.2147483647: 2898238594267101785 vs 4259745488311466336
		fingerprints did not match at 1664877764288276818.0000000000: 7029159768084391621 vs 3714729188199569865
		fingerprints did not match at 1664877764388486318.2147483647: 7029159768084391621 vs 3714729188199569865
		fingerprints did not match at 1664877764388486319.0000000000: 4215550375179559629 vs -2777996503014290107
		fingerprints did not match at 1664877764488310757.2147483647: 4215550375179559629 vs -2777996503014290107
		fingerprints did not match at 1664877764488310758.0000000000: -3825060371815799547 vs 9035290240912610442
		fingerprints did not match at 1664877764588028846.2147483647: -3825060371815799547 vs 9035290240912610442
		fingerprints did not match at 1664877764588028847.0000000000: -5529341206820454671 vs 6474381745540279503

	cluster.go:1933,cdc.go:1476,cdc.go:1910,mixed_version_cdc.go:114,panic.go:884,test_impl.go:265,mixed_version_cdc.go:252,versionupgrade.go:197,mixed_version_cdc.go:337,mixed_version_cdc.go:58,test_runner.go:928: cluster.RunE: context canceled
		(1) attached stack trace
		  -- stack trace:
		  | main.(*clusterImpl).RunE
		  | 	main/pkg/cmd/roachtest/cluster.go:1950
		  | main.(*clusterImpl).Run
		  | 	main/pkg/cmd/roachtest/cluster.go:1931
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.kafkaManager.stop
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1476
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.setupKafka.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1910
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).Cleanup
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:114
		  | runtime.gopanic
		  | 	GOROOT/src/runtime/panic.go:884
		  | main.(*testImpl).Fatalf
		  | 	main/pkg/cmd/roachtest/test_impl.go:265
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*cdcMixedVersionTester).assertValid.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:252
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*versionUpgradeTest).run
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/versionupgrade.go:197
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.runCDCMixedVersions
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:337
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDCMixedVersions.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/mixed_version_cdc.go:58
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:928
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1594
		Wraps: (2) cluster.RunE
		Wraps: (3) context canceled
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *errors.errorString

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

renatolabs added a commit to renatolabs/cockroach that referenced this issue Oct 4, 2022
This commit updates the fingerprint validator (and its use in the
`cdc/mixed-versions` test) to ignore duplicated events received by the
validator.

A previously implicit assumption of the validator is that any events
that it receives are either not duplicated, or -- if they are
duplicated -- they are within the previous resolved timestamp and the
current resolved timestamp. However, that assumption is not justified
by the changefeed guarantees and depends on how frequently `resolved`
events are emitted and how often the changefeed checkpoints.

In the specific case of the `cdc/mixed-versions` roachtest, it was
possible for the changefeed to start from an old checkpoint (older
than the last received `resolved` timestamp), causing it to re-emit
old events that happened way before the previously observed resolved
event. As a consequence, when the validator applies the update
associated with that event, there is a mismatch with state of the
original table as of the update's timestamp, as the fingerprint
validator relies on the fact that updates are applied in order.

To fix the issue, we now skip events that happen before the timestamp
of the previous `resolved` event received. In addition, the caller can
also tell the validator to verify that such out-of-order messages
received by the validator have indeed been previously seen; if not,
that would represent a violation of the changefeed's guarantees.

Fixes: cockroachdb#87251.

Release note: None
@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ d090ac9e42263b3fe8ec94d156bed056d06bedac:

fingerprints did not match at 1664950391730747988.2147483647: -6325310831525243001 vs -5997988663952653414
fingerprints did not match at 1664950391730747989.0000000000: 1676723974184180501 vs -8007629515233935648
fingerprints did not match at 1664950391831506760.2147483647: 1676723974184180501 vs -8007629515233935648
fingerprints did not match at 1664950391831506761.0000000000: -5808020502071172591 vs 7879989829769162
fingerprints did not match at 1664950391930659151.2147483647: -5808020502071172591 vs 7879989829769162
fingerprints did not match at 1664950391930659152.0000000000: -1091669101769571579 vs 5390381993107919198
fingerprints did not match at 1664950392031023807.2147483647: -1091669101769571579 vs 5390381993107919198
fingerprints did not match at 1664950392031023808.0000000000: 5270773181903130777 vs 2077539220928636264
fingerprints did not match at 1664950392131563494.2147483647: 5270773181903130777 vs 2077539220928636264
fingerprints did not match at 1664950392131563495.0000000000: 552495283147539828 vs -5030047368872509750
fingerprints did not match at 1664950392231128963.2147483647: 552495283147539828 vs -5030047368872509750
fingerprints did not match at 1664950392231128964.0000000000: -2630812117978763488 vs 5514935674755597504
fingerprints did not match at 1664950392330777048.2147483647: -2630812117978763488 vs 5514935674755597504
fingerprints did not match at 1664950392330777049.0000000000: 4715969356084427808 vs -6629087949120676072
fingerprints did not match at 1664950392431319749.2147483647: 4715969356084427808 vs -6629087949120676072
fingerprints did not match at 1664950392431319750.0000000000: -6702308734955758723 vs 2506130921677329051
fingerprints did not match at 1664950392531059868.2147483647: -6702308734955758723 vs 2506130921677329051
fingerprints did not match at 1664950392531059869.0000000000: -8152954731541731962 vs -2272881201459498562
fingerprints did not match at 1664950392631167205.2147483647: -8152954731541731962 vs -2272881201459498562
fingerprints did not match at 1664950392631167206.0000000000: 2546654260350590020 vs 7879989829769162
fingerprints did not match at 1664950392731643889.2147483647: 2546654260350590020 vs 7879989829769162
fingerprints did not match at 1664950392731643890.0000000000: 823925519125100695 vs 5516650479990396309
fingerprints did not match at 1664950392831054333.2147483647: 823925519125100695 vs 5516650479990396309
fingerprints did not match at 1664950392831054334.0000000000: -501059309516611277 vs -2149697519991899404
fingerprints did not match at 1664950392931419547.2147483647: -501059309516611277 vs -2149697519991899404
fingerprints did not match at 1664950392931419548.0000000000: 6567915341580823591 vs 365513777777038945
fingerprints did not match at 1664950393031130019.2147483647: 6567915341580823591 vs 365513777777038945
fingerprints did not match at 1664950393031130020.0000000000: 6688204745868067891 vs 1510679642553175227
fingerprints did not match at 1664950393131634473.2147483647: 6688204745868067891 vs 1510679642553175227
fingerprints did not match at 1664950393131634474.0000000000: -4990524811582727305 vs -3539861371720413004
fingerprints did not match at 1664950393231327425.2147483647: -4990524811582727305 vs -3539861371720413004
fingerprints did not match at 1664950393231327426.0000000000: 5410376674898669323 vs 8210974410901878471
fingerprints did not match at 1664950393331465172.2147483647: 5410376674898669323 vs 8210974410901878471
fingerprints did not match at 1664950393331465173.0000000000: -7098416418865017797 vs 3020520649536617390
fingerprints did not match at 1664950393430723659.2147483647: -7098416418865017797 vs 3020520649536617390
fingerprints did not match at 1664950393430723660.0000000000: 7715607103979643731 vs 7879989829769162
fingerprints did not match at 1664950393531118335.2147483647: 7715607103979643731 vs 7879989829769162
fingerprints did not match at 1664950393531118336.0000000000: 1111504026381410710 vs -5489799944164389094
fingerprints did not match at 1664950393631225371.2147483647: 1111504026381410710 vs -5489799944164389094
fingerprints did not match at 1664950393631225372.0000000000: 8986262536680029631 vs -5345478537177146205
fingerprints did not match at 1664950393730728931.2147483647: 8986262536680029631 vs -5345478537177146205
fingerprints did not match at 1664950393730728932.0000000000: 7086349846278632753 vs -7439636718825533658
fingerprints did not match at 1664950393831404633.2147483647: 7086349846278632753 vs -7439636718825533658
fingerprints did not match at 1664950393831404634.0000000000: -4396424772683484982 vs -2524089739143049983
fingerprints did not match at 1664950393930680774.2147483647: -4396424772683484982 vs -2524089739143049983
fingerprints did not match at 1664950393930680775.0000000000: -1203897984166596099 vs -1978992453397809854
fingerprints did not match at 1664950394031421488.2147483647: -1203897984166596099 vs -1978992453397809854
fingerprints did not match at 1664950394031421489.0000000000: 8436003769517475455 vs 1605602440647692034
fingerprints did not match at 1664950394131601865.2147483647: 8436003769517475455 vs 1605602440647692034
(cluster.go:1933).Run: cluster.RunE: context canceled

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

renatolabs added a commit to renatolabs/cockroach that referenced this issue Oct 6, 2022
This commit updates the fingerprint validator (and its use in the
`cdc/mixed-versions` test) to ignore duplicated events received by the
validator.

A previously implicit assumption of the validator is that any events
that it receives are either not duplicated, or -- if they are
duplicated -- they are within the previous resolved timestamp and the
current resolved timestamp. However, that assumption is not justified
by the changefeed guarantees and depends on how frequently `resolved`
events are emitted and how often the changefeed checkpoints.

In the specific case of the `cdc/mixed-versions` roachtest, it was
possible for the changefeed to start from an old checkpoint (older
than the last received `resolved` timestamp), causing it to re-emit
old events that happened way before the previously observed resolved
event. As a consequence, when the validator applies the update
associated with that event, there is a mismatch with state of the
original table as of the update's timestamp, as the fingerprint
validator relies on the fact that updates are applied in order.

To fix the issue, we now skip events that happen before the timestamp
of the previous `resolved` event received. In addition, the caller can
also tell the validator to verify that such out-of-order messages
received by the validator have indeed been previously seen; if not,
that would represent a violation of the changefeed's guarantees.

Fixes: cockroachdb#87251.

Release note: None
craig bot pushed a commit that referenced this issue Oct 6, 2022
87128: lint: Add commit/PR body linter for epic and issue refs r=nickvigilante a=nickvigilante

Before: Commits and PRs would inconsistently contain references to issues.
Sometimes the author would forget to add it. Some authors might not
think to add them. And there were no epic references provided.

Why: Adding issue and epic references to PRs and commits provides
traceability and context for the revenue teams, product, management and
engineers.

Now: A new GitHub Action workflow checks for references to issues the PR
closes or informs and epics the PR is part of. It looks for references
in the PR body and in commit messages and, if it doesn't find what it
expects, it fails the check.

This PR is a continuation of #77654.

Fixes #77376

Release note: None

Release justification: Adding linter for better epic tracking

89332: roachtest: ignore duplicated events in fingerprint validator r=srosenberg a=renatolabs

This commit updates the fingerprint validator (and its use in the
`cdc/mixed-versions` test) to ignore duplicated events received by the
validator.

A previously implicit assumption of the validator is that any events
that it receives are either not duplicated, or -- if they are
duplicated -- they are within the previous resolved timestamp and the
current resolved timestamp. However, that assumption is not justified
by the changefeed guarantees and depends on how frequently `resolved`
events are emitted and how often the changefeed checkpoints.

In the specific case of the `cdc/mixed-versions` roachtest, it was
possible for the changefeed to start from an old checkpoint (older
than the last received `resolved` timestamp), causing it to re-emit
old events that happened way before the previously observed resolved
event. As a consequence, when the validator applies the update
associated with that event, there is a mismatch with state of the
original table as of the update's timestamp, as the fingerprint
validator relies on the fact that updates are applied in order.

To fix the issue, we now skip events that happen before the timestamp
of the previous `resolved` event received. In addition, the caller can
also tell the validator to verify that such out-of-order messages
received by the validator have indeed been previously seen; if not,
that would represent a violation of the changefeed's guarantees.

Fixes: #87251.

Release note: None

89504: sql: fix panic in DROP ROLE when schemas have the same name r=ajwerner a=rafiss

fixes #89486

Release note (bug fix): Fix a crash that could occur when dropping a role that owned two schemas with the same name in different databases. The bug was introduced in v22.1.0.

89516: bazel,ci: check generated code and docs are up-to-date in CI r=rail a=rickystewart

When I created the file `build/bazelutil/checked_in_genfiles.txt` it was meant to contain an exhaustive list of all checked-in Go code, to be used by CI. In reality this file never had an exhaustive list and is not updated when new checked-in generated files are added. These days we have the `pkg/gen` infrastructure which *does* keep an exhaustive list of checked-in generated code, so the file is redundant anyway. Here I delete the file and just directly run `pkg/gen` for checking whether the generated code is up-to-date.

Closes #88744.

Release note: None

Co-authored-by: Nick Vigilante <[email protected]>
Co-authored-by: Renato Costa <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: Ricky Stewart <[email protected]>
@craig craig bot closed this as completed in f350ab7 Oct 6, 2022
blathers-crl bot pushed a commit that referenced this issue Oct 6, 2022
This commit updates the fingerprint validator (and its use in the
`cdc/mixed-versions` test) to ignore duplicated events received by the
validator.

A previously implicit assumption of the validator is that any events
that it receives are either not duplicated, or -- if they are
duplicated -- they are within the previous resolved timestamp and the
current resolved timestamp. However, that assumption is not justified
by the changefeed guarantees and depends on how frequently `resolved`
events are emitted and how often the changefeed checkpoints.

In the specific case of the `cdc/mixed-versions` roachtest, it was
possible for the changefeed to start from an old checkpoint (older
than the last received `resolved` timestamp), causing it to re-emit
old events that happened way before the previously observed resolved
event. As a consequence, when the validator applies the update
associated with that event, there is a mismatch with state of the
original table as of the update's timestamp, as the fingerprint
validator relies on the fact that updates are applied in order.

To fix the issue, we now skip events that happen before the timestamp
of the previous `resolved` event received. In addition, the caller can
also tell the validator to verify that such out-of-order messages
received by the validator have indeed been previously seen; if not,
that would represent a violation of the changefeed's guarantees.

Fixes: #87251.

Release note: None
blathers-crl bot pushed a commit that referenced this issue Oct 6, 2022
This commit updates the fingerprint validator (and its use in the
`cdc/mixed-versions` test) to ignore duplicated events received by the
validator.

A previously implicit assumption of the validator is that any events
that it receives are either not duplicated, or -- if they are
duplicated -- they are within the previous resolved timestamp and the
current resolved timestamp. However, that assumption is not justified
by the changefeed guarantees and depends on how frequently `resolved`
events are emitted and how often the changefeed checkpoints.

In the specific case of the `cdc/mixed-versions` roachtest, it was
possible for the changefeed to start from an old checkpoint (older
than the last received `resolved` timestamp), causing it to re-emit
old events that happened way before the previously observed resolved
event. As a consequence, when the validator applies the update
associated with that event, there is a mismatch with state of the
original table as of the update's timestamp, as the fingerprint
validator relies on the fact that updates are applied in order.

To fix the issue, we now skip events that happen before the timestamp
of the previous `resolved` event received. In addition, the caller can
also tell the validator to verify that such out-of-order messages
received by the validator have indeed been previously seen; if not,
that would represent a violation of the changefeed's guarantees.

Fixes: #87251.

Release note: None
renatolabs added a commit to renatolabs/cockroach that referenced this issue Oct 13, 2022
In recent work related to writing `cdc/mixed-versions` and debugging
its failure (cockroachdb#87251), we introduced new functionality in the
`FingerprintValidator` related to validating the ordering of messages
received, particularly with respect to `resolved` events. However,
that logic is duplicated as it is already implemented in the
`OrderValidator`, which the roachtest already used. This removes
timestamp validation logic from `FingerprintValidator`; the ordering
validator should be used if the test intends to perform that
validation.

Epic: None.

Release note: None.
renatolabs added a commit to renatolabs/cockroach that referenced this issue Oct 13, 2022
In recent work related to writing `cdc/mixed-versions` and debugging
its failure (cockroachdb#87251), we introduced new functionality in the
`FingerprintValidator` related to validating the ordering of messages
received, particularly with respect to `resolved` events. However,
that logic is duplicated as it is already implemented in the
`OrderValidator`, which the roachtest already used. This removes
timestamp validation logic from `FingerprintValidator`; the ordering
validator should be used if the test intends to perform that
validation.

Epic: None.

Release note: None.
craig bot pushed a commit that referenced this issue Oct 13, 2022
89934: cdctest: simplify FingerprintValidator r=srosenberg a=renatolabs

In recent work related to writing `cdc/mixed-versions` and debugging its failure (#87251), we introduced new functionality in the `FingerprintValidator` related to validating the ordering of messages received, particularly with respect to `resolved` events. However, that logic is duplicated as it is already implemented in the `OrderValidator`, which the roachtest already used. This removes timestamp validation logic from `FingerprintValidator`; the ordering validator should be used if the test intends to perform that validation.

Epic: None.

Release note: None.

Co-authored-by: Renato Costa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-cdc
Projects
None yet
5 participants