01KRJ93ABBHJBMVZGH4FD3BHRW: 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: 01KRJ93S7BSQNT6Q38B3DVJPZ0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T03:40:48.277Zjob assigned to worker 01KRJ93Y8QSAC5CF0G5JDVDDXP [factory aws, i-0840d7fe96f565e9a] (queued for 46 s)
 
22026-05-14T03:40:55.847Zstarting task 0: "setup"
32026-05-14T03:40:55.854Z++ uname -s
42026-05-14T03:40:55.857Z+ kern=SunOS
52026-05-14T03:40:55.857Z+ build_user=build
62026-05-14T03:40:55.857Z+ build_uid=12345
72026-05-14T03:40:55.857Z+ work_dir=/work
82026-05-14T03:40:55.857Z+ input_dir=/input
92026-05-14T03:40:55.857Z+ [[ 0 == 12345 ]]
102026-05-14T03:40:55.857Z+ case "$kern" in
112026-05-14T03:40:55.857Z+ groupadd -g 12345 build
122026-05-14T03:40:55.860Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T03:40:57.865Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T03:40:58.036Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T03:40:58.039Z+ home_fs=zfs
162026-05-14T03:40:58.039Z+ [[ zfs == autofs ]]
172026-05-14T03:40:58.039Z+ mkdir -p /home/build
182026-05-14T03:40:58.042Z+ chown build:build /home/build /work
192026-05-14T03:41:00.042Z+ chmod 0700 /home/build /work
202026-05-14T03:41:00.045Zprocess exited: duration 4197 ms, exit code 0
 
212026-05-14T03:41:00.051Zstarting task 1: "rust-toolchain"
222026-05-14T03:41:00.056Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T03:41:00.056Z * rust toolchain channel = "1.94.0"
242026-05-14T03:41:00.056Z * rust toolchain profile = "default"
252026-05-14T03:41:00.056Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-14T03:41:00.056Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T03:41:00.056Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T03:41:00.059Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T03:41:00.059Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T03:41:00.123Zinfo: downloading installer
312026-05-14T03:41:01.508Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T03:41:01.508Zwarn: /home/build/.rustup/settings.toml
332026-05-14T03:41:01.508Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T03:41:01.508Zwarn: instead of the one inferred from the default host triple.
352026-05-14T03:41:01.521Zinfo: profile set to default
362026-05-14T03:41:01.521Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T03:41:01.524Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T03:41:01.655Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T03:41:01.659Zinfo: downloading 6 components
402026-05-14T03:41:15.885Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T03:41:15.885Z
422026-05-14T03:41:15.917Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T03:41:15.917Z
442026-05-14T03:41:15.918Z
452026-05-14T03:41:15.918ZRust is installed now. Great!
462026-05-14T03:41:15.918Z
472026-05-14T03:41:15.918ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T03:41:15.918Zenvironment variable. This has not been done automatically.
492026-05-14T03:41:15.918Z
502026-05-14T03:41:15.918ZTo configure your current shell, you need to source
512026-05-14T03:41:15.918Zthe corresponding env file under $HOME/.cargo.
522026-05-14T03:41:15.918Z
532026-05-14T03:41:15.918ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T03:41:15.921Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T03:41:15.921Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T03:41:15.921Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T03:41:15.921Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T03:41:15.921Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T03:41:15.921Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T03:41:15.921Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T03:41:15.921Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T03:41:16.023Z+ rustup --version
632026-05-14T03:41:16.029Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T03:41:16.032Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T03:41:16.050Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T03:41:16.053Z+ cargo --version
672026-05-14T03:41:16.063Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T03:41:16.065Z+ rustc --version
692026-05-14T03:41:16.086Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T03:41:16.089Zprocess exited: duration 16038 ms, exit code 0
 
712026-05-14T03:41:16.095Zstarting task 2: "authentication"
722026-05-14T03:41:16.113Zprocess exited: duration 18 ms, exit code 0
 
732026-05-14T03:41:16.119Zstarting task 3: "clone repository"
742026-05-14T03:41:16.125Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T03:41:16.128Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T03:41:16.160ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T03:41:27.113Z+ cd /work/oxidecomputer/omicron
782026-05-14T03:41:27.113Z+ git fetch origin 38ff18820319d3069155971401ce98abb958fa13
792026-05-14T03:41:27.394ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T03:41:27.394Z * branch 38ff18820319d3069155971401ce98abb958fa13 -> FETCH_HEAD
812026-05-14T03:41:27.410Z+ [[ -n renovate/crucible-common-digest ]]
822026-05-14T03:41:27.413Z++ git branch --show-current
832026-05-14T03:41:27.413Z+ current=main
842026-05-14T03:41:27.413Z+ [[ main != renovate/crucible-common-digest ]]
852026-05-14T03:41:27.413Z+ git branch -f renovate/crucible-common-digest 38ff18820319d3069155971401ce98abb958fa13
862026-05-14T03:41:27.416Z+ git checkout -f renovate/crucible-common-digest
872026-05-14T03:41:27.651ZSwitched to branch 'renovate/crucible-common-digest'
882026-05-14T03:41:27.654Z+ git reset --hard 38ff18820319d3069155971401ce98abb958fa13
892026-05-14T03:41:27.666ZHEAD is now at 38ff18820 Update crucible-common digest to 33a3712
902026-05-14T03:41:27.669Zprocess exited: duration 11548 ms, exit code 0
 
912026-05-14T03:41:27.675Zstarting task 4: "build"
922026-05-14T03:41:27.680Z+ source .github/buildomat/ci-env.sh
932026-05-14T03:41:27.680Z++ export CARGO_TERM_COLOR=always
942026-05-14T03:41:27.680Z++ CARGO_TERM_COLOR=always
952026-05-14T03:41:27.684Z+ cargo --version
962026-05-14T03:41:27.690Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T03:41:27.693Z+ rustc --version
982026-05-14T03:41:27.715Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T03:41:27.717Z+ WORK=/work
1002026-05-14T03:41:27.717Z+ pfexec mkdir -p /work
1012026-05-14T03:41:27.720Z+ pfexec chown build /work
1022026-05-14T03:41:27.723Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T03:41:29.165Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T03:41:29.227Z Startup: Caching catalogs ... Done
1052026-05-14T03:41:29.430ZPlanning: Solver setup ... Done (0.172s)
1062026-05-14T03:41:29.446ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T03:41:29.450ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-14T03:41:29.461ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T03:41:29.480ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T03:41:29.493ZPlanning: Package planning ... Done (0.013s)
1112026-05-14T03:41:29.496ZPlanning: Merging actions ... Done (0.002s)
1122026-05-14T03:41:29.690ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-05-14T03:41:29.693ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T03:41:30.466ZPlanning: Evaluating mediators ... Done (0.775s)
1152026-05-14T03:41:30.473ZPlanning: Planning completed in 1.22 seconds
1162026-05-14T03:41:30.476Z Packages to install: 2
1172026-05-14T03:41:30.476Z Estimated space available: 156.08 GB
1182026-05-14T03:41:30.476ZEstimated space to be consumed: 19.74 MB
1192026-05-14T03:41:30.476Z Create boot environment: No
1202026-05-14T03:41:30.476ZCreate backup boot environment: No
1212026-05-14T03:41:30.476Z Rebuild boot archive: No
1222026-05-14T03:41:30.476Z
1232026-05-14T03:41:30.476ZChanged packages:
1242026-05-14T03:41:30.476Zhelios
1252026-05-14T03:41:30.476Z developer/build-essential
1262026-05-14T03:41:30.476Z None -> 11-3.0
1272026-05-14T03:41:30.476Z library/libxmlsec1
1282026-05-14T03:41:30.477Z None -> 1.2.35-3.0
1292026-05-14T03:41:30.501Z
1302026-05-14T03:41:30.501ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T03:41:30.986ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1322026-05-14T03:41:31.068Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T03:41:31.107Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T03:41:31.115ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-14T03:41:31.115ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T03:41:31.130ZFinalize: Updating image state ... Done (0.015s)
1372026-05-14T03:41:33.671ZFinalize: Creating fast lookup database ... Done (2.518s)
1382026-05-14T03:41:33.745ZFinalize: Reading search index ... Done (0.012s)
1392026-05-14T03:41:33.749ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T03:41:33.828ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T03:41:34.118ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T03:41:34.225ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T03:41:34.230ZPlanning: Consolidating action changes ... Done
1442026-05-14T03:41:34.381ZPlanning: Evaluating mediators ... Done
1452026-05-14T03:41:34.384ZPlanning: Planning completed in 0.26 seconds
1462026-05-14T03:41:34.404Z Mediators to change: 2
1472026-05-14T03:41:34.404Z Create boot environment: No
1482026-05-14T03:41:34.404ZCreate backup boot environment: No
1492026-05-14T03:41:34.463ZFinalize: Updating package state database ... Done
1502026-05-14T03:41:34.463ZFinalize: Updating package cache ... Done
1512026-05-14T03:41:34.472ZFinalize: Updating image state ... Done
1522026-05-14T03:41:36.406ZFinalize: Creating fast lookup database ... Done
1532026-05-14T03:41:36.506ZFinalize: Reading search index ... Done
1542026-05-14T03:41:36.509ZFinalize: Updating search index ... Done
1552026-05-14T03:41:36.553ZFinalize: Updating package cache ... Done
1562026-05-14T03:41:36.841ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T03:41:36.947ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T03:41:36.950ZPlanning: Consolidating action changes ... Done
1592026-05-14T03:41:37.107ZPlanning: Evaluating mediators ... Done
1602026-05-14T03:41:37.109ZPlanning: Planning completed in 0.27 seconds
1612026-05-14T03:41:37.130Z Mediators to change: 1
1622026-05-14T03:41:37.130Z Create boot environment: No
1632026-05-14T03:41:37.130ZCreate backup boot environment: No
1642026-05-14T03:41:37.258ZFinalize: Updating package state database ... Done
1652026-05-14T03:41:37.258ZFinalize: Updating package cache ... Done
1662026-05-14T03:41:37.267ZFinalize: Updating image state ... Done
1672026-05-14T03:41:39.203ZFinalize: Creating fast lookup database ... Done
1682026-05-14T03:41:39.270ZFinalize: Reading search index ... Done
1692026-05-14T03:41:39.275ZFinalize: Updating search index ... Done
1702026-05-14T03:41:39.358ZFinalize: Updating package cache ... Done
1712026-05-14T03:41:39.664ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T03:41:39.664Zapache system 2.4 system
1732026-05-14T03:41:39.664Zclang system 15 system
1742026-05-14T03:41:39.664Zcsh system system illumos
1752026-05-14T03:41:39.664Zctags system system illumos
1762026-05-14T03:41:39.664Zfile vendor vendor darwinsys
1772026-05-14T03:41:39.664Zfile system system illumos
1782026-05-14T03:41:39.664Zgcc vendor 14 vendor
1792026-05-14T03:41:39.664Zgcc system 13 system
1802026-05-14T03:41:39.664Zgcc system 10 system
1812026-05-14T03:41:39.664Zgo system 1.25 system
1822026-05-14T03:41:39.664Zllvm system 15 system
1832026-05-14T03:41:39.665Zmariadb system 11.4 system
1842026-05-14T03:41:39.665Zmta vendor vendor dma
1852026-05-14T03:41:39.665Zopenjdk system 17 system
1862026-05-14T03:41:39.665Zopenjdk system 11 system
1872026-05-14T03:41:39.665Zopenssl vendor 3 vendor
1882026-05-14T03:41:39.665Zperl system 5.40 system
1892026-05-14T03:41:39.665Zpostgresql system 18 system
1902026-05-14T03:41:39.665Zpostgresql system 17 system
1912026-05-14T03:41:39.665Zpython vendor 3 vendor
1922026-05-14T03:41:39.665Zpython system 2 system
1932026-05-14T03:41:39.665Zpython3 vendor 3.13 vendor
1942026-05-14T03:41:39.665Zruby system 3.4 system
1952026-05-14T03:41:39.665Zruby system 3.0 system
1962026-05-14T03:41:39.665Zwords vendor vendor american-english
1972026-05-14T03:41:39.665Zwords system system australian-english
1982026-05-14T03:41:39.665Zwords system system british-english
1992026-05-14T03:41:39.665Zwords system system canadian-english
2002026-05-14T03:41:39.665Zwords system system french
2012026-05-14T03:41:39.665Zwords system system italian
2022026-05-14T03:41:39.666Zwords system system ngerman
2032026-05-14T03:41:39.666Zwords system system ogerman
2042026-05-14T03:41:39.666Zwords system system spanish
2052026-05-14T03:41:39.926ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T03:41:39.927Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T03:41:40.200ZFMRI IFO
2082026-05-14T03:41:40.200Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T03:41:40.200Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T03:41:40.200Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T03:41:40.200Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T03:41:40.200Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T03:41:40.200Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T03:41:40.200Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T03:41:40.200Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T03:41:40.200Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T03:41:40.433Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T03:41:40.663Z Updating crates.io index
2192026-05-14T03:41:40.699Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T03:41:40.898Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T03:41:41.913Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T03:41:42.577Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T03:41:43.386Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T03:41:43.878Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T03:41:45.251Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T03:41:46.079Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T03:41:46.362Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T03:41:47.252Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T03:41:47.636Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T03:41:47.956Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T03:41:48.276Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T03:41:49.220Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T03:41:49.657Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T03:41:50.071Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T03:41:50.416Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T03:41:50.796Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T03:41:51.032Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T03:41:51.245Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T03:41:51.490Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T03:41:51.934Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T03:41:52.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-14T03:41:53.141Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-14T03:41:53.602Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-14T03:41:53.990Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-14T03:41:54.293Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-14T03:41:54.575Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-14T03:41:55.942Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-14T03:41:56.440Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-14T03:41:56.978Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-14T03:41:57.360Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-14T03:41:57.639Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-14T03:41:57.949Z Updating crates.io index
2532026-05-14T03:41:57.990Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-14T03:41:58.240Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-14T03:41:58.484Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-14T03:41:58.845Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-14T03:41:59.779Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-14T03:42:10.919Zerror: failed to select a version for `vergen`.
2592026-05-14T03:42:10.919Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)`
2602026-05-14T03:42:10.919Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2612026-05-14T03:42:10.919Z ... 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)`
2622026-05-14T03:42:10.919Zversions that meet the requirements `^9.1.0` are: 9.1.0
2632026-05-14T03:42:10.919Z
2642026-05-14T03:42:10.919Zall possible versions conflict with previously selected packages.
2652026-05-14T03:42:10.919Z
2662026-05-14T03:42:10.919Z previously selected package `vergen v9.0.6`
2672026-05-14T03:42:10.919Z ... 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)`
2682026-05-14T03:42:10.919Z ... 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)`
2692026-05-14T03:42:10.919Z
2702026-05-14T03:42:10.919Zfailed to select a version for `vergen` which could resolve this conflict
2712026-05-14T03:42:10.962ZFailed to run command -- will try 2 more times
2722026-05-14T03:42:11.208Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732026-05-14T03:42:11.231Z Updating crates.io index
2742026-05-14T03:42:11.463Z Updating crates.io index
2752026-05-14T03:42:12.009Zerror: failed to select a version for `vergen`.
2762026-05-14T03:42:12.009Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)`
2772026-05-14T03:42:12.009Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2782026-05-14T03:42:12.009Z ... 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)`
2792026-05-14T03:42:12.009Zversions that meet the requirements `^9.1.0` are: 9.1.0
2802026-05-14T03:42:12.009Z
2812026-05-14T03:42:12.009Zall possible versions conflict with previously selected packages.
2822026-05-14T03:42:12.010Z
2832026-05-14T03:42:12.010Z previously selected package `vergen v9.0.6`
2842026-05-14T03:42:12.010Z ... 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)`
2852026-05-14T03:42:12.010Z ... 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)`
2862026-05-14T03:42:12.010Z
2872026-05-14T03:42:12.010Zfailed to select a version for `vergen` which could resolve this conflict
2882026-05-14T03:42:12.035ZFailed to run command -- will try 1 more times
2892026-05-14T03:42:12.277Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-14T03:42:12.352Z Updating crates.io index
2912026-05-14T03:42:12.812Zerror: failed to select a version for `vergen`.
2922026-05-14T03:42:12.812Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)`
2932026-05-14T03:42:12.812Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2942026-05-14T03:42:12.812Z ... 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)`
2952026-05-14T03:42:12.812Zversions that meet the requirements `^9.1.0` are: 9.1.0
2962026-05-14T03:42:12.812Z
2972026-05-14T03:42:12.812Zall possible versions conflict with previously selected packages.
2982026-05-14T03:42:12.812Z
2992026-05-14T03:42:12.812Z previously selected package `vergen v9.0.6`
3002026-05-14T03:42:12.812Z ... 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)`
3012026-05-14T03:42:12.812Z ... 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)`
3022026-05-14T03:42:12.812Z
3032026-05-14T03:42:12.812Zfailed to select a version for `vergen` which could resolve this conflict
3042026-05-14T03:42:12.836Z
3052026-05-14T03:42:12.840Zreal 45.110836392
3062026-05-14T03:42:12.840Zuser 19.864054976
3072026-05-14T03:42:12.841Zsys 2.145072767
3082026-05-14T03:42:12.841Ztrap 0.002183441
3092026-05-14T03:42:12.841Ztflt 0.041764797
3102026-05-14T03:42:12.841Zdflt 0.041296426
3112026-05-14T03:42:12.841Zkflt 0.014341966
3122026-05-14T03:42:12.841Zlock 0.108657685
3132026-05-14T03:42:12.841Zslp 1:10.095089404
3142026-05-14T03:42:12.841Zlat 0.138283291
3152026-05-14T03:42:12.841Zstop 0.000435110
3162026-05-14T03:42:12.841Zprocess exited: duration 45162 ms, exit code 101
 
3172026-05-14T03:42:12.848Zfound 0 output files
3182026-05-14T03:42:12.848Zupload error: rule "/work/package.tar.gz" required a match, but was not used