01KRMVH37BTAKSDQJ0PQ9QS2AF: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KRMVHRWQ6XC7FNKJP7K4CW21

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T03:41:37.690Zjob assigned to worker 01KRMVHVC1A1E9Y3HK93X2C6TV [factory aws, i-0c8820caf5066c898] (queued for 54 s)
 
22026-05-15T03:41:45.410Zstarting task 0: "setup"
32026-05-15T03:41:45.416Z++ uname -s
42026-05-15T03:41:45.419Z+ kern=SunOS
52026-05-15T03:41:45.419Z+ build_user=build
62026-05-15T03:41:45.419Z+ build_uid=12345
72026-05-15T03:41:45.419Z+ work_dir=/work
82026-05-15T03:41:45.419Z+ input_dir=/input
92026-05-15T03:41:45.419Z+ [[ 0 == 12345 ]]
102026-05-15T03:41:45.419Z+ case "$kern" in
112026-05-15T03:41:45.419Z+ groupadd -g 12345 build
122026-05-15T03:41:45.422Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T03:41:47.428Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T03:41:47.601Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T03:41:47.604Z+ home_fs=zfs
162026-05-15T03:41:47.605Z+ [[ zfs == autofs ]]
172026-05-15T03:41:47.605Z+ mkdir -p /home/build
182026-05-15T03:41:47.607Z+ chown build:build /home/build /work
192026-05-15T03:41:49.609Z+ chmod 0700 /home/build /work
202026-05-15T03:41:49.613Zprocess exited: duration 4203 ms, exit code 0
 
212026-05-15T03:41:49.620Zstarting task 1: "rust-toolchain"
222026-05-15T03:41:49.627Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T03:41:49.628Z * rust toolchain channel = "1.94.0"
242026-05-15T03:41:49.628Z * rust toolchain profile = "default"
252026-05-15T03:41:49.628Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-15T03:41:49.628Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T03:41:49.628Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T03:41:49.632Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T03:41:49.632Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T03:41:49.742Zinfo: downloading installer
312026-05-15T03:41:51.364Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T03:41:51.364Zwarn: /home/build/.rustup/settings.toml
332026-05-15T03:41:51.364Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T03:41:51.364Zwarn: instead of the one inferred from the default host triple.
352026-05-15T03:41:51.377Zinfo: profile set to default
362026-05-15T03:41:51.377Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T03:41:51.380Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T03:41:51.527Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T03:41:51.530Zinfo: downloading 6 components
402026-05-15T03:42:05.890Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T03:42:05.890Z
422026-05-15T03:42:05.919Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T03:42:05.920Z
442026-05-15T03:42:05.920Z
452026-05-15T03:42:05.920ZRust is installed now. Great!
462026-05-15T03:42:05.920Z
472026-05-15T03:42:05.922ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T03:42:05.923Zenvironment variable. This has not been done automatically.
492026-05-15T03:42:05.923Z
502026-05-15T03:42:05.923ZTo configure your current shell, you need to source
512026-05-15T03:42:05.923Zthe corresponding env file under $HOME/.cargo.
522026-05-15T03:42:05.923Z
532026-05-15T03:42:05.923ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T03:42:05.923Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T03:42:05.923Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T03:42:05.923Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T03:42:05.923Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T03:42:05.923Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T03:42:05.923Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T03:42:05.923Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T03:42:05.923Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T03:42:06.015Z+ rustup --version
632026-05-15T03:42:06.021Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T03:42:06.024Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T03:42:06.042Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T03:42:06.045Z+ cargo --version
672026-05-15T03:42:06.055Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T03:42:06.057Z+ rustc --version
692026-05-15T03:42:06.077Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T03:42:06.081Zprocess exited: duration 16459 ms, exit code 0
 
712026-05-15T03:42:06.088Zstarting task 2: "authentication"
722026-05-15T03:42:06.106Zprocess exited: duration 17 ms, exit code 0
 
732026-05-15T03:42:06.111Zstarting task 3: "clone repository"
742026-05-15T03:42:06.115Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T03:42:06.118Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T03:42:06.152ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T03:42:16.116Z+ cd /work/oxidecomputer/omicron
782026-05-15T03:42:16.116Z+ git fetch origin 14b845f1c0c845be1f7f5eb74bea3339104249aa
792026-05-15T03:42:16.399ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T03:42:16.399Z * branch 14b845f1c0c845be1f7f5eb74bea3339104249aa -> FETCH_HEAD
812026-05-15T03:42:16.413Z+ [[ -n '' ]]
822026-05-15T03:42:16.413Z+ git reset --hard 14b845f1c0c845be1f7f5eb74bea3339104249aa
832026-05-15T03:42:16.650ZHEAD is now at 14b845f1c Update crucible-common digest to c59a136
842026-05-15T03:42:16.653Zprocess exited: duration 10541 ms, exit code 0
 
852026-05-15T03:42:16.659Zstarting task 4: "build"
862026-05-15T03:42:16.665Z+ source .github/buildomat/ci-env.sh
872026-05-15T03:42:16.665Z++ export CARGO_TERM_COLOR=always
882026-05-15T03:42:16.665Z++ CARGO_TERM_COLOR=always
892026-05-15T03:42:16.665Z+ cargo --version
902026-05-15T03:42:16.678Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-15T03:42:16.683Z+ rustc --version
922026-05-15T03:42:16.699Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-15T03:42:16.704Z+ WORK=/work
942026-05-15T03:42:16.704Z+ pfexec mkdir -p /work
952026-05-15T03:42:16.707Z+ pfexec chown build /work
962026-05-15T03:42:16.709Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-15T03:42:18.223Z Startup: Refreshing catalog 'helios' ... Done
982026-05-15T03:42:18.279Z Startup: Caching catalogs ... Done
992026-05-15T03:42:18.494ZPlanning: Solver setup ... Done (0.174s)
1002026-05-15T03:42:18.538ZPlanning: Running solver ... Done (0.016s)
1012026-05-15T03:42:18.548ZPlanning: Finding local manifests ... Done (0.003s)
1022026-05-15T03:42:18.548ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-15T03:42:18.554ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-15T03:42:18.560ZPlanning: Package planning ... Done (0.014s)
1052026-05-15T03:42:18.564ZPlanning: Merging actions ... Done (0.001s)
1062026-05-15T03:42:18.754ZPlanning: Checking for conflicting actions ... Done (0.193s)
1072026-05-15T03:42:18.758ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-15T03:42:19.670ZPlanning: Evaluating mediators ... Done (0.915s)
1092026-05-15T03:42:19.674ZPlanning: Planning completed in 1.37 seconds
1102026-05-15T03:42:19.716Z Packages to install: 2
1112026-05-15T03:42:19.716Z Estimated space available: 156.07 GB
1122026-05-15T03:42:19.716ZEstimated space to be consumed: 19.74 MB
1132026-05-15T03:42:19.720Z Create boot environment: No
1142026-05-15T03:42:19.720ZCreate backup boot environment: No
1152026-05-15T03:42:19.721Z Rebuild boot archive: No
1162026-05-15T03:42:19.721Z
1172026-05-15T03:42:19.721ZChanged packages:
1182026-05-15T03:42:19.721Zhelios
1192026-05-15T03:42:19.721Z developer/build-essential
1202026-05-15T03:42:19.721Z None -> 11-3.0
1212026-05-15T03:42:19.721Z library/libxmlsec1
1222026-05-15T03:42:19.721Z None -> 1.2.35-3.0
1232026-05-15T03:42:19.742Z
1242026-05-15T03:42:19.742ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-15T03:42:20.291ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1262026-05-15T03:42:20.372Z Actions: 1/268 actions (Installing new actions)
1272026-05-15T03:42:20.412Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-15T03:42:20.418ZFinalize: Updating package state database ... Done (0.006s)
1292026-05-15T03:42:20.418ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-15T03:42:20.433ZFinalize: Updating image state ... Done (0.015s)
1312026-05-15T03:42:23.027ZFinalize: Creating fast lookup database ... Done (2.572s)
1322026-05-15T03:42:23.095ZFinalize: Reading search index ... Done (0.013s)
1332026-05-15T03:42:23.098ZFinalize: Updating search index ... Done (0.000s)
1342026-05-15T03:42:23.204ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-15T03:42:23.498ZPlanning: Evaluating mediator changes ... Done
1362026-05-15T03:42:23.603ZPlanning: Checking for conflicting actions ... Done
1372026-05-15T03:42:23.607ZPlanning: Consolidating action changes ... Done
1382026-05-15T03:42:23.762ZPlanning: Evaluating mediators ... Done
1392026-05-15T03:42:23.765ZPlanning: Planning completed in 0.26 seconds
1402026-05-15T03:42:23.786Z Mediators to change: 2
1412026-05-15T03:42:23.786Z Create boot environment: No
1422026-05-15T03:42:23.786ZCreate backup boot environment: No
1432026-05-15T03:42:23.846ZFinalize: Updating package state database ... Done
1442026-05-15T03:42:23.846ZFinalize: Updating package cache ... Done
1452026-05-15T03:42:23.854ZFinalize: Updating image state ... Done
1462026-05-15T03:42:25.818ZFinalize: Creating fast lookup database ... Done
1472026-05-15T03:42:25.879ZFinalize: Reading search index ... Done
1482026-05-15T03:42:25.882ZFinalize: Updating search index ... Done
1492026-05-15T03:42:25.971ZFinalize: Updating package cache ... Done
1502026-05-15T03:42:26.260ZPlanning: Evaluating mediator changes ... Done
1512026-05-15T03:42:26.367ZPlanning: Checking for conflicting actions ... Done
1522026-05-15T03:42:26.371ZPlanning: Consolidating action changes ... Done
1532026-05-15T03:42:26.533ZPlanning: Evaluating mediators ... Done
1542026-05-15T03:42:26.537ZPlanning: Planning completed in 0.27 seconds
1552026-05-15T03:42:26.553Z Mediators to change: 1
1562026-05-15T03:42:26.553Z Create boot environment: No
1572026-05-15T03:42:26.553ZCreate backup boot environment: No
1582026-05-15T03:42:26.609ZFinalize: Updating package state database ... Done
1592026-05-15T03:42:26.609ZFinalize: Updating package cache ... Done
1602026-05-15T03:42:26.619ZFinalize: Updating image state ... Done
1612026-05-15T03:42:28.585ZFinalize: Creating fast lookup database ... Done
1622026-05-15T03:42:28.648ZFinalize: Reading search index ... Done
1632026-05-15T03:42:28.651ZFinalize: Updating search index ... Done
1642026-05-15T03:42:28.724ZFinalize: Updating package cache ... Done
1652026-05-15T03:42:29.039ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-15T03:42:29.039Zapache system 2.4 system
1672026-05-15T03:42:29.039Zclang system 15 system
1682026-05-15T03:42:29.039Zcsh system system illumos
1692026-05-15T03:42:29.039Zctags system system illumos
1702026-05-15T03:42:29.039Zfile vendor vendor darwinsys
1712026-05-15T03:42:29.039Zfile system system illumos
1722026-05-15T03:42:29.039Zgcc vendor 14 vendor
1732026-05-15T03:42:29.039Zgcc system 13 system
1742026-05-15T03:42:29.039Zgcc system 10 system
1752026-05-15T03:42:29.039Zgo system 1.25 system
1762026-05-15T03:42:29.039Zllvm system 15 system
1772026-05-15T03:42:29.039Zmariadb system 11.4 system
1782026-05-15T03:42:29.039Zmta vendor vendor dma
1792026-05-15T03:42:29.039Zopenjdk system 17 system
1802026-05-15T03:42:29.039Zopenjdk system 11 system
1812026-05-15T03:42:29.039Zopenssl vendor 3 vendor
1822026-05-15T03:42:29.039Zperl system 5.40 system
1832026-05-15T03:42:29.039Zpostgresql system 18 system
1842026-05-15T03:42:29.039Zpostgresql system 17 system
1852026-05-15T03:42:29.039Zpython vendor 3 vendor
1862026-05-15T03:42:29.039Zpython system 2 system
1872026-05-15T03:42:29.039Zpython3 vendor 3.13 vendor
1882026-05-15T03:42:29.040Zruby system 3.4 system
1892026-05-15T03:42:29.040Zruby system 3.0 system
1902026-05-15T03:42:29.040Zwords vendor vendor american-english
1912026-05-15T03:42:29.040Zwords system system australian-english
1922026-05-15T03:42:29.040Zwords system system british-english
1932026-05-15T03:42:29.040Zwords system system canadian-english
1942026-05-15T03:42:29.040Zwords system system french
1952026-05-15T03:42:29.040Zwords system system italian
1962026-05-15T03:42:29.040Zwords system system ngerman
1972026-05-15T03:42:29.040Zwords system system ogerman
1982026-05-15T03:42:29.040Zwords system system spanish
1992026-05-15T03:42:29.297ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-15T03:42:29.297Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-15T03:42:29.574ZFMRI IFO
2022026-05-15T03:42:29.575Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-15T03:42:29.575Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-15T03:42:29.575Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-15T03:42:29.575Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-15T03:42:29.575Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-15T03:42:29.575Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-15T03:42:29.575Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-15T03:42:29.575Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-15T03:42:29.575Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-15T03:42:29.783Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-15T03:42:30.073Z Updating crates.io index
2132026-05-15T03:42:30.116Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-15T03:42:30.340Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-15T03:42:31.125Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-15T03:42:31.766Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-15T03:42:32.553Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-15T03:42:33.073Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-15T03:42:34.834Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-15T03:42:35.743Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-15T03:42:36.195Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-15T03:42:36.971Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-15T03:42:37.590Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-15T03:42:37.895Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-15T03:42:38.217Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-15T03:42:39.377Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-15T03:42:39.813Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2282026-05-15T03:42:40.203Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2292026-05-15T03:42:40.434Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2302026-05-15T03:42:40.812Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2312026-05-15T03:42:41.186Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2322026-05-15T03:42:41.402Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2332026-05-15T03:42:41.652Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-05-15T03:42:41.998Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-05-15T03:42:42.351Z Updating git repository `https://github.com/oxidecomputer/crucible`
2362026-05-15T03:42:43.064Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-15T03:42:43.463Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-15T03:42:43.760Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-15T03:42:44.265Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-15T03:42:44.540Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-15T03:42:45.877Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2422026-05-15T03:42:46.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2432026-05-15T03:42:46.775Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2442026-05-15T03:42:47.187Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2452026-05-15T03:42:47.444Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2462026-05-15T03:42:47.800Z Updating crates.io index
2472026-05-15T03:42:47.839Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-15T03:42:48.082Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-15T03:42:48.326Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-15T03:42:48.678Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-15T03:42:49.504Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-15T03:43:00.736Zerror: failed to select a version for `vergen`.
2532026-05-15T03:43:00.736Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2542026-05-15T03:43:00.736Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2552026-05-15T03:43:00.736Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
2562026-05-15T03:43:00.736Zversions that meet the requirements `^9.1.0` are: 9.1.0
2572026-05-15T03:43:00.736Z
2582026-05-15T03:43:00.736Zall possible versions conflict with previously selected packages.
2592026-05-15T03:43:00.736Z
2602026-05-15T03:43:00.736Z previously selected package `vergen v9.0.6`
2612026-05-15T03:43:00.736Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
2622026-05-15T03:43:00.736Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
2632026-05-15T03:43:00.737Z
2642026-05-15T03:43:00.737Zfailed to select a version for `vergen` which could resolve this conflict
2652026-05-15T03:43:00.782ZFailed to run command -- will try 2 more times
2662026-05-15T03:43:01.056Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-15T03:43:01.100Z Updating crates.io index
2682026-05-15T03:43:01.418Z Updating crates.io index
2692026-05-15T03:43:02.045Zerror: failed to select a version for `vergen`.
2702026-05-15T03:43:02.045Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2712026-05-15T03:43:02.045Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2722026-05-15T03:43:02.045Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
2732026-05-15T03:43:02.046Zversions that meet the requirements `^9.1.0` are: 9.1.0
2742026-05-15T03:43:02.046Z
2752026-05-15T03:43:02.046Zall possible versions conflict with previously selected packages.
2762026-05-15T03:43:02.046Z
2772026-05-15T03:43:02.046Z previously selected package `vergen v9.0.6`
2782026-05-15T03:43:02.046Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
2792026-05-15T03:43:02.046Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
2802026-05-15T03:43:02.046Z
2812026-05-15T03:43:02.046Zfailed to select a version for `vergen` which could resolve this conflict
2822026-05-15T03:43:02.075ZFailed to run command -- will try 1 more times
2832026-05-15T03:43:02.309Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842026-05-15T03:43:02.378Z Updating crates.io index
2852026-05-15T03:43:02.903Zerror: failed to select a version for `vergen`.
2862026-05-15T03:43:02.903Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2872026-05-15T03:43:02.903Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2882026-05-15T03:43:02.903Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
2892026-05-15T03:43:02.903Zversions that meet the requirements `^9.1.0` are: 9.1.0
2902026-05-15T03:43:02.903Z
2912026-05-15T03:43:02.903Zall possible versions conflict with previously selected packages.
2922026-05-15T03:43:02.903Z
2932026-05-15T03:43:02.903Z previously selected package `vergen v9.0.6`
2942026-05-15T03:43:02.903Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
2952026-05-15T03:43:02.903Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
2962026-05-15T03:43:02.903Z
2972026-05-15T03:43:02.903Zfailed to select a version for `vergen` which could resolve this conflict
2982026-05-15T03:43:02.934Z
2992026-05-15T03:43:02.938Zreal 46.214485368
3002026-05-15T03:43:02.938Zuser 20.187217179
3012026-05-15T03:43:02.938Zsys 2.195540342
3022026-05-15T03:43:02.938Ztrap 0.002892276
3032026-05-15T03:43:02.938Ztflt 0.044824187
3042026-05-15T03:43:02.938Zdflt 0.045661536
3052026-05-15T03:43:02.938Zkflt 0.014792419
3062026-05-15T03:43:02.939Zlock 0.102641320
3072026-05-15T03:43:02.939Zslp 1:12.134691386
3082026-05-15T03:43:02.939Zlat 0.152877793
3092026-05-15T03:43:02.939Zstop 0.000539473
3102026-05-15T03:43:02.939Zprocess exited: duration 46269 ms, exit code 101
 
3112026-05-15T03:43:02.951Zfound 0 output files
3122026-05-15T03:43:02.951Zupload error: rule "/work/package.tar.gz" required a match, but was not used