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: jepsen/bank-multitable/split failed #56645

Closed
cockroach-teamcity opened this issue Nov 13, 2020 · 0 comments · Fixed by #56815
Closed

roachtest: jepsen/bank-multitable/split failed #56645

cockroach-teamcity opened this issue Nov 13, 2020 · 0 comments · Fixed by #56815
Labels
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.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(roachtest).jepsen/bank-multitable/split failed on release-20.2@0884565b5005096ad7ac713a89f4f6d70a4e2406:

		  | Retrieving org/eclipse/jetty/jetty-util/9.2.17.v20160517/jetty-util-9.2.17.v20160517.jar from central
		  | Retrieving org/clojure/algo.generic/0.1.2/algo.generic-0.1.2.jar from central
		  | Retrieving io/aleph/dirigiste/0.1.3/dirigiste-0.1.3.jar from central
		  | Retrieving org/clojure/data.codec/0.1.1/data.codec-0.1.1.jar from central
		  | Retrieving spootnik/unilog/0.7.13/unilog-0.7.13.jar from clojars
		  | Retrieving jepsen/txn/jepsen.txn/0.1.0-SNAPSHOT/jepsen.txn-0.1.0-20180331.164519-2.jar from clojars
		  | Retrieving riddley/riddley/0.1.12/riddley-0.1.12.jar from clojars
		  | Retrieving interval-metrics/interval-metrics/1.0.0/interval-metrics-1.0.0.jar from clojars
		  | Retrieving potemkin/potemkin/0.4.3/potemkin-0.4.3.jar from clojars
		  | Retrieving clj-time/clj-time/0.11.0/clj-time-0.11.0.jar from clojars
		  | Retrieving org/clojars/pallix/analemma/1.0.0/analemma-1.0.0.jar from clojars
		  | Retrieving knossos/knossos/0.3.3/knossos-0.3.3.jar from clojars
		  | Retrieving tea-time/tea-time/1.0.0-SNAPSHOT/tea-time-1.0.0-20180509.005632-5.jar from clojars
		  | Retrieving clj-ssh/clj-ssh/0.5.14/clj-ssh-0.5.14.jar from clojars
		  | Retrieving gnuplot/gnuplot/0.1.1/gnuplot-0.1.1.jar from clojars
		  | Retrieving http-kit/http-kit/2.1.18/http-kit-2.1.18.jar from clojars
		  | Retrieving ring/ring/1.6.0-beta5/ring-1.6.0-beta5.jar from clojars
		  | Retrieving ring/ring-core/1.6.0-beta5/ring-core-1.6.0-beta5.jar from clojars
		  | Retrieving ring/ring-codec/1.0.1/ring-codec-1.0.1.jar from clojars
		  | Retrieving crypto-random/crypto-random/1.2.0/crypto-random-1.2.0.jar from clojars
		  | Retrieving crypto-equality/crypto-equality/1.0.0/crypto-equality-1.0.0.jar from clojars
		  | Retrieving ring/ring-devel/1.6.0-beta5/ring-devel-1.6.0-beta5.jar from clojars
		  | Retrieving clj-stacktrace/clj-stacktrace/0.2.8/clj-stacktrace-0.2.8.jar from clojars
		  | Retrieving ns-tracker/ns-tracker/0.3.0/ns-tracker-0.3.0.jar from clojars
		  | Retrieving ring/ring-jetty-adapter/1.6.0-beta5/ring-jetty-adapter-1.6.0-beta5.jar from clojars
		  | Retrieving ring/ring-servlet/1.6.0-beta5/ring-servlet-1.6.0-beta5.jar from clojars
		  | Retrieving hiccup/hiccup/1.0.5/hiccup-1.0.5.jar from clojars
		  | Retrieving org/clojars/achim/multiset/0.1.0/multiset-0.1.0.jar from clojars
		  | Retrieving byte-streams/byte-streams/0.2.2/byte-streams-0.2.2.jar from clojars
		  | Retrieving primitive-math/primitive-math/0.1.5/primitive-math-0.1.5.jar from clojars
		  | Retrieving clj-tuple/clj-tuple/0.2.2/clj-tuple-0.2.2.jar from clojars
		  | Retrieving manifold/manifold/0.1.4/manifold-0.1.4.jar from clojars
		  | Retrieving dom-top/dom-top/1.0.3-SNAPSHOT/dom-top-1.0.3-20180405.202045-3.jar from clojars
		  | Retrieving slingshot/slingshot/0.12.2/slingshot-0.12.2.jar from clojars
		  | Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.6
		  | This could be due to a typo in :dependencies, file system permissions, or network issues.
		  | If you are behind a proxy, try setting the 'http_proxy' environment variable.
		  | Error: COMMAND_PROBLEM: exit status 1
		  | (1) COMMAND_PROBLEM
		  | Wraps: (2) Node 6. Command with error:
		  |   | ```
		  |   | bash -e -c "cd /mnt/data1/jepsen/jepsen && ~/lein install && rm -f /mnt/data1/jepsen/cockroachdb/invoke.log"
		  |   | ```
		  | Wraps: (3) exit status 1
		  | Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
		  |
		  | stdout:
		  | /home/ubuntu/.lein/self-installs/leiningen-2.9.4-standalone.jar.pending: OK
		Wraps: (4) exit status 20
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError

More

Artifacts: /jepsen/bank-multitable/split

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-release-20.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 13, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Nov 13, 2020
craig bot pushed a commit that referenced this issue Dec 1, 2020
56815: jepsen: ignore some install errors r=andreimatei a=andreimatei

Two failures. Seem to have been transient.

```
| Could not transfer artifact org.clojure:clojure:jar:1.9.0 from/to central (https://repo1.maven.org/maven2/): GET request of: org/clojure/clojure/1.9.0/clojure-1.9.0.jar from central failed
| Could not find artifact org.clojure:clojure:jar:1.9.0 in clojars (https://repo.clojars.org/)
| This could be due to a typo in :dependencies, file system permissions, or network issues.
| If you are behind a proxy, try setting the 'http_proxy' environment variable.
```

```
| Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.6
| This could be due to a typo in :dependencies, file system permissions, or network issues.
```

Fixes #56695
Fixes #56645

Release note: None

57035: colflow: add sync protection to latency getter map r=asubiotto a=cathymw

This commit adds a mutex lock to LatencyGetter, ensuring that concurrent
writes to the latencyMap do not occur.

Closes: #56997 
Closes: #56360
Closes: #56278
Closes: #56275

Release note: None.

57262: roachtest: remove testDollarQuotes from v21.1 blocklist r=rafiss a=otan

These seem to pass now, have not digged deep into why but passing is
always good news.

Refs #57168 

Release note: None

57265: pgwire: lazily populate second timezone offset r=rafiss a=otan

Looks like #55071 was too greedy -- looks like (at the very least)
pgjdbc expects the second offset to only be displayed if there is a
second offset. It's easy to do, so I have done so.

Fixed TimeTZ along the way.

Refs #57168 

Release note (bug fix): Second timezone offsets for TimeTZ now
correctly display over the postgres wire protocol - these were
previously omitted.

Release note (bug fix): Second timezone offsets are only displayed in
the postgres wire protocol for TimestampTZ values. In an earlier patch
for v21.1, this would always display.

57278: sql: add SHOW SURVIVAL GOAL FROM DATABASE r=ajstorm a=otan

two commits in here, one is a minor fix up i thought might as well go in with this one.

----

delegate: add database name to SHOW REGIONS FROM DATABASE

This seems to match behaviour I've seen from other places, e.g. SHOW
ZONE CONFIGURATION.

Release note (sql change): The database name is now displayed in `SHOW
REGIONS FROM DATABASE`.

sql: add SHOW SURVIVAL GOAL FROM DATABASE

Release note (sql change): Add `SHOW SURVIVAL GOAL FROM DATABASE
[database]`, which shows the survival goal for a multi-region database.



57313: licenses: Update CCL reference to Apache license r=bdarnell a=bdarnell

CCL.txt contains an outdated reference to the Apache license. This edit brings it up to
date with the text on https://www.cockroachlabs.com/cockroachdb-community-license/

Release note: None

57316: sql: categorize undefined column error when adding unique constraints r=ajwerner a=jayshrivastava

Previously, adding a unique constraint to a table on one or more columns
that do not exist would cause uncategorized error. Now, the error is
categorized as pgcode.UndefinedColumn.

Closes: #57314 

Release note (sql change): A pgcode.UndefinedColumn will now be returned
when adding a unique constraint to one or more undefined columns.

57326: authors: add kevinkokomani to authors r=otan a=kevinkokomani

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
Co-authored-by: Cathy <[email protected]>
Co-authored-by: Oliver Tan <[email protected]>
Co-authored-by: Ben Darnell <[email protected]>
Co-authored-by: Jayant Shrivastava <[email protected]>
Co-authored-by: Kevin Kokomani <[email protected]>
@craig craig bot closed this as completed in efd1cbb Dec 1, 2020
andreimatei added a commit to andreimatei/cockroach that referenced this issue Dec 1, 2020
Two failures. Seem to have been transient.

```
| Could not transfer artifact org.clojure:clojure:jar:1.9.0 from/to central (https://repo1.maven.org/maven2/): GET request of: org/clojure/clojure/1.9.0/clojure-1.9.0.jar from central failed
| Could not find artifact org.clojure:clojure:jar:1.9.0 in clojars (https://repo.clojars.org/)
| This could be due to a typo in :dependencies, file system permissions, or network issues.
| If you are behind a proxy, try setting the 'http_proxy' environment variable.
```

```
| Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.6
| This could be due to a typo in :dependencies, file system permissions, or network issues.
```

Fixes cockroachdb#56695
Fixes cockroachdb#56645
Fixes cockroachdb#56644
Fixes cockroachdb#56565
Fixes cockroachdb#56519

Release note: None
andreimatei added a commit to andreimatei/cockroach that referenced this issue Dec 1, 2020
Two failures. Seem to have been transient.

```
| Could not transfer artifact org.clojure:clojure:jar:1.9.0 from/to central (https://repo1.maven.org/maven2/): GET request of: org/clojure/clojure/1.9.0/clojure-1.9.0.jar from central failed
| Could not find artifact org.clojure:clojure:jar:1.9.0 in clojars (https://repo.clojars.org/)
| This could be due to a typo in :dependencies, file system permissions, or network issues.
| If you are behind a proxy, try setting the 'http_proxy' environment variable.
```

```
| Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.6
| This could be due to a typo in :dependencies, file system permissions, or network issues.
```

Fixes cockroachdb#56695
Fixes cockroachdb#56645
Fixes cockroachdb#56644
Fixes cockroachdb#56565
Fixes cockroachdb#56519

Release note: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant