cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.1k stars 3.81k forks source link

roachtest: pgjdbc failed #127209

Closed cockroach-teamcity closed 3 months ago

cockroach-teamcity commented 3 months ago

roachtest.pgjdbc failed with artifacts on master @ eccb77d2320955b477bb03bc1f1aee137bd1de76:

(pgjdbc.go:131).func1: all attempts failed for building pgjdbc (without tests): full command output in run_222310.772912392_n1_cd-mntdata1pgjdbcpgj.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/pgjdbc/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-40317

cockroach-teamcity commented 3 months ago

roachtest.pgjdbc failed with artifacts on master @ 73ecc8b494c4e7f757bb35d68b3587a51af93b02:

(pgjdbc.go:131).func1: all attempts failed for building pgjdbc (without tests): full command output in run_090356.702162006_n1_cd-mntdata1pgjdbcpgj.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/pgjdbc/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #127232 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1.24-rc release-blocker]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.pgjdbc failed with artifacts on master @ 73ecc8b494c4e7f757bb35d68b3587a51af93b02:

(pgjdbc.go:131).func1: all attempts failed for building pgjdbc (without tests): full command output in run_142959.454387968_n1_cd-mntdata1pgjdbcpgj.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/pgjdbc/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

Same failure on other branches

- #127232 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1.24-rc release-blocker]

This test on roachdash | Improve this report!

fqazi commented 3 months ago

This is linked to a dependency no longer being available at the required version:

* 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

On Maven the latest version available is 4.1.1 (https://mvnrepository.com/artifact/org.ajoberstar.grgit/grgit-core)

fqazi commented 3 months ago

Nevermind, this is just a flake, I linked to the wrong repo: https://plugins.gradle.org/plugin/org.ajoberstar.grgit/4.0.1

cockroach-teamcity commented 3 months ago

roachtest.pgjdbc failed with artifacts on master @ bcd4e5e37f2a95e73347f5ed83db5a24bebfd8d1:

(pgjdbc.go:131).func1: all attempts failed for building pgjdbc (without tests): full command output in run_105543.423300804_n1_cd-mntdata1pgjdbcpgj.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/pgjdbc/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #127340 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.3-rc release-blocker] - #127261 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2] - #127251 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1] - #127250 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.2] - #127232 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1.24-rc]

This test on roachdash | Improve this report!

rafiss commented 3 months ago

This is linked to a dependency no longer being available at the required version:

Nevermind, this is just a flake

@fqazi I think you were correct initially. The dependency was either renamed or removed from the package repository.

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 853ms
cockroach-teamcity commented 3 months ago

roachtest.pgjdbc failed with artifacts on master @ bcd4e5e37f2a95e73347f5ed83db5a24bebfd8d1:

(pgjdbc.go:131).func1: all attempts failed for building pgjdbc (without tests): full command output in run_144222.676756089_n1_cd-mntdata1pgjdbcpgj.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/pgjdbc/cpu_arch=arm64/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

Same failure on other branches

- #127341 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2.9-rc] - #127340 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.3-rc] - #127261 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2] - #127251 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1] - #127250 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.2] - #127232 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1.24-rc]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.pgjdbc failed with artifacts on master @ 46854026bc11b3870c8bbefc976f5550b18dd82c:

(pgjdbc.go:131).func1: all attempts failed for building pgjdbc (without tests): full command output in run_105843.978110345_n1_cd-mntdata1pgjdbcpgj.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/pgjdbc/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

- #127420 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1 release-blocker] - #127341 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2.9-rc] - #127340 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.3-rc] - #127261 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2] - #127251 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1] - #127250 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.2] - #127232 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1.24-rc]

This test on roachdash | Improve this report!

cockroach-teamcity commented 3 months ago

roachtest.pgjdbc failed with artifacts on master @ 46854026bc11b3870c8bbefc976f5550b18dd82c:

(pgjdbc.go:131).func1: all attempts failed for building pgjdbc (without tests): full command output in run_143059.221371513_n1_cd-mntdata1pgjdbcpgj.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/pgjdbc/cpu_arch=arm64/run_1

Parameters:

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for azure clusters

Same failure on other branches

- #127420 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1 release-blocker] - #127341 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2.9-rc] - #127340 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.1.3-rc] - #127261 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2] - #127251 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1] - #127250 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-24.2] - #127232 roachtest: pgjdbc failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.1.24-rc]

This test on roachdash | Improve this report!