Skip to content

omicron-dev -- db-run not working on Helios #475

Description

@smklein

Since #427 landed, if I attempt to run:

$ cargo run --bin=omicron-dev -- db-run

I see the following:

   Compiling omicron-test-utils v0.1.0 (/home/smklein/omicron/test-utils)
    Finished dev [unoptimized + debuginfo] target(s) in 5.49s
     Running `target/debug/omicron-dev db-run`
omicron-dev: using temporary directory for database store (cleaned up on clean exit)
omicron-dev: will run this to start CockroachDB:
cockroach start-single-node --insecure --http-addr=:0 --store /tmp/.tmpPAeMXd/data --listen-addr 127.0.0.1:32221 --listening-url-file /tmp/.tmpPAeMXd/listen-url
omicron-dev: temporary directory: /tmp/.tmpPAeMXd
omicron-dev: wrong version of CockroachDB installed. expected 'v21.1.10', found: 'Err(error Some(4) when checking CockroachDB version)

This is true even after re-running the ./tools/ci_download_cockroachdb script.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions