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: pgjdbc failed #91500

Closed
cockroach-teamcity opened this issue Nov 8, 2022 · 7 comments · Fixed by #91843
Closed

roachtest: pgjdbc failed #91500

cockroach-teamcity opened this issue Nov 8, 2022 · 7 comments · Fixed by #91843
Assignees
Labels
branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 8, 2022

roachtest.pgjdbc failed with artifacts on release-22.2 @ 9048c36c4f4e851bfabde9209083fadeee7aa532:

		  | FAILURE: Build failed with an exception.
		  |
		  | * What went wrong:
		  | A problem occurred configuring root project 'pgjdbc'.
		  | > Could not resolve all artifacts for configuration ':classpath'.
		  |    > Could not find org.ajoberstar.grgit:grgit-core:4.0.1.
		  |      Searched in the following locations:
		  |        - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom
		  |      If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
		  |      Required by:
		  |          project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.71 > com.github.vlsi.gradle:stage-vote-release-plugin:1.71
		  |          project : > com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:1.71 > com.github.vlsi.gradle:stage-vote-release-plugin:1.71 > org.ajoberstar.grgit:grgit-gradle:4.0.1
		  |
		  | * Try:
		  | Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
		  |
		  | * Get more help at https://help.gradle.org
		  |
		  | BUILD FAILED in 1s
		  |
		  | stdout:
		  | > Task :buildSrc:compileKotlin UP-TO-DATE
		  | > Task :buildSrc:compileJava NO-SOURCE
		  | > Task :buildSrc:compileGroovy NO-SOURCE
		  | > Task :buildSrc:pluginDescriptors UP-TO-DATE
		  | > Task :buildSrc:processResources NO-SOURCE
		  | > Task :buildSrc:classes UP-TO-DATE
		  | > Task :buildSrc:inspectClassesForKotlinIC UP-TO-DATE
		  | > Task :buildSrc:jar UP-TO-DATE
		  | > Task :buildSrc:assemble UP-TO-DATE
		  | > Task :buildSrc:autostyleKotlinCheck UP-TO-DATE
		  | > Task :buildSrc:autostyleKotlinGradleCheck UP-TO-DATE
		  | > Task :buildSrc:autostyleCheck UP-TO-DATE
		  | > Task :buildSrc:compileTestKotlin NO-SOURCE
		  | > Task :buildSrc:pluginUnderTestMetadata UP-TO-DATE
		  | > Task :buildSrc:compileTestJava NO-SOURCE
		  | > Task :buildSrc:compileTestGroovy NO-SOURCE
		  | > Task :buildSrc:processTestResources NO-SOURCE
		  | > Task :buildSrc:testClasses UP-TO-DATE
		  | > Task :buildSrc:test NO-SOURCE
		  | > Task :buildSrc:validatePlugins UP-TO-DATE
		  | > Task :buildSrc:check UP-TO-DATE
		  | > Task :buildSrc:build UP-TO-DATE
		Wraps: (6) COMMAND_PROBLEM
		Wraps: (7) Node 1. Command with error:
		  | ``````
		  | cd /mnt/data1/pgjdbc/pgjdbc/ && ../gradlew test --tests OidToStringTest
		  | ``````
		Wraps: (8) exit status 1
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *cluster.WithCommandDetails (6) errors.Cmd (7) *hintdetail.withDetail (8) *exec.ExitError

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

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-21291

@cockroach-teamcity cockroach-teamcity added branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 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 Nov 8, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Nov 8, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Nov 8, 2022
@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Nov 8, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.pgjdbc failed with artifacts on release-22.2 @ a91533a57a3bbb920b6e6b3bdb2c2824d7b0996e:

test artifacts and logs in: /artifacts/pgjdbc/run_1
	orm_helpers.go:191,orm_helpers.go:117,java_helpers.go:220,pgjdbc.go:206,pgjdbc.go:218,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-706-ga91533a57a
		Tests run against pgjdbc REL42.3.3
		5792 Total Tests Run
		5044 tests passed
		748 tests failed
		72 tests skipped
		178 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: org.postgresql.test.jdbc2.StatementTest.testDateFunctions - https://github.com/cockroachdb/cockroach/issues/17511 (unexpected)
		For a full summary look at the pgjdbc artifacts 
		
		An updated blocklist (pgjdbcBlocklist) is available in the artifacts' pgjdbc log

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.pgjdbc failed with artifacts on release-22.2 @ 9a72dc474bd00f1f28089ac217794015dd351190:

test artifacts and logs in: /artifacts/pgjdbc/run_1
	orm_helpers.go:191,orm_helpers.go:117,java_helpers.go:220,pgjdbc.go:206,pgjdbc.go:218,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-727-g9a72dc474b
		Tests run against pgjdbc REL42.3.3
		5792 Total Tests Run
		5044 tests passed
		748 tests failed
		72 tests skipped
		178 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: org.postgresql.test.jdbc2.StatementTest.testDateFunctions - https://github.com/cockroachdb/cockroach/issues/17511 (unexpected)
		For a full summary look at the pgjdbc artifacts 
		
		An updated blocklist (pgjdbcBlocklist) is available in the artifacts' pgjdbc log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , 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.pgjdbc failed with artifacts on release-22.2 @ 52be02c4e055223c36e26408ac1c0d8d41cfb146:

test artifacts and logs in: /artifacts/pgjdbc/run_1
	orm_helpers.go:191,orm_helpers.go:117,java_helpers.go:220,pgjdbc.go:206,pgjdbc.go:218,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-761-g52be02c4e0
		Tests run against pgjdbc REL42.3.3
		5792 Total Tests Run
		5044 tests passed
		748 tests failed
		72 tests skipped
		178 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: org.postgresql.test.jdbc2.StatementTest.testDateFunctions - https://github.com/cockroachdb/cockroach/issues/17511 (unexpected)
		For a full summary look at the pgjdbc artifacts 
		
		An updated blocklist (pgjdbcBlocklist) is available in the artifacts' pgjdbc log

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.pgjdbc failed with artifacts on release-22.2 @ 9ec2ddb8dc118ce91bf806612bc4c0f86dd7b32b:

test artifacts and logs in: /artifacts/pgjdbc/run_1
	orm_helpers.go:191,orm_helpers.go:117,java_helpers.go:220,pgjdbc.go:206,pgjdbc.go:218,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-765-g9ec2ddb8dc
		Tests run against pgjdbc REL42.3.3
		5792 Total Tests Run
		5044 tests passed
		748 tests failed
		72 tests skipped
		178 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: org.postgresql.test.jdbc2.StatementTest.testDateFunctions - https://github.com/cockroachdb/cockroach/issues/17511 (unexpected)
		For a full summary look at the pgjdbc artifacts 
		
		An updated blocklist (pgjdbcBlocklist) is available in the artifacts' pgjdbc log

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.pgjdbc failed with artifacts on release-22.2 @ 9ec2ddb8dc118ce91bf806612bc4c0f86dd7b32b:

test artifacts and logs in: /artifacts/pgjdbc/run_1
	orm_helpers.go:191,orm_helpers.go:117,java_helpers.go:220,pgjdbc.go:206,pgjdbc.go:218,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-765-g9ec2ddb8dc
		Tests run against pgjdbc REL42.3.3
		5792 Total Tests Run
		5044 tests passed
		748 tests failed
		72 tests skipped
		178 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: org.postgresql.test.jdbc2.StatementTest.testDateFunctions - https://github.com/cockroachdb/cockroach/issues/17511 (unexpected)
		For a full summary look at the pgjdbc artifacts 
		
		An updated blocklist (pgjdbcBlocklist) is available in the artifacts' pgjdbc log

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.pgjdbc failed with artifacts on release-22.2 @ 9ec2ddb8dc118ce91bf806612bc4c0f86dd7b32b:

test artifacts and logs in: /artifacts/pgjdbc/run_1
	orm_helpers.go:191,orm_helpers.go:117,java_helpers.go:220,pgjdbc.go:206,pgjdbc.go:218,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-765-g9ec2ddb8dc
		Tests run against pgjdbc REL42.3.3
		5792 Total Tests Run
		5044 tests passed
		748 tests failed
		72 tests skipped
		178 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: org.postgresql.test.jdbc2.StatementTest.testDateFunctions - https://github.com/cockroachdb/cockroach/issues/17511 (unexpected)
		For a full summary look at the pgjdbc artifacts 
		
		An updated blocklist (pgjdbcBlocklist) is available in the artifacts' pgjdbc log

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.pgjdbc failed with artifacts on release-22.2 @ 56072375c3e6184a2ac0494ce90b34a4bf0e9f45:

test artifacts and logs in: /artifacts/pgjdbc/run_1
	orm_helpers.go:191,orm_helpers.go:117,java_helpers.go:220,pgjdbc.go:206,pgjdbc.go:218,test_runner.go:930: 
		Tests run on Cockroach v22.2.0-beta.2-787-g56072375c3
		Tests run against pgjdbc REL42.3.3
		5792 Total Tests Run
		5044 tests passed
		748 tests failed
		72 tests skipped
		178 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: org.postgresql.test.jdbc2.StatementTest.testDateFunctions - https://github.com/cockroachdb/cockroach/issues/17511 (unexpected)
		For a full summary look at the pgjdbc artifacts 
		
		An updated blocklist (pgjdbcBlocklist) is available in the artifacts' pgjdbc log

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-22.2 Used to mark GA and release blockers, technical advisories, and bugs for 22.2 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants