01KRQDEXPEW531KTA4Q2MC9AF2: 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: 01KRQDH9211R265AE6N1R8AVE9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:34:28.649Zjob assigned to worker 01KRQDHFW086W4R5F93X3W4F68 [factory aws, i-0dea5af183a1fb6d6] (queued for 58 s)
 
22026-05-16T03:34:35.761Zstarting task 0: "setup"
32026-05-16T03:34:35.765Z++ uname -s
42026-05-16T03:34:35.765Z+ kern=SunOS
52026-05-16T03:34:35.765Z+ build_user=build
62026-05-16T03:34:35.765Z+ build_uid=12345
72026-05-16T03:34:35.765Z+ work_dir=/work
82026-05-16T03:34:35.765Z+ input_dir=/input
92026-05-16T03:34:35.765Z+ [[ 0 == 12345 ]]
102026-05-16T03:34:35.765Z+ case "$kern" in
112026-05-16T03:34:35.765Z+ groupadd -g 12345 build
122026-05-16T03:34:35.769Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:34:37.776Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:34:37.906Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:34:37.918Z+ home_fs=zfs
162026-05-16T03:34:37.918Z+ [[ zfs == autofs ]]
172026-05-16T03:34:37.918Z+ mkdir -p /home/build
182026-05-16T03:34:37.918Z+ chown build:build /home/build /work
192026-05-16T03:34:39.937Z+ chmod 0700 /home/build /work
202026-05-16T03:34:40.008Zprocess exited: duration 4153 ms, exit code 0
 
212026-05-16T03:34:40.091Zstarting task 1: "rust-toolchain"
222026-05-16T03:34:40.130Z * rust toolchain channel = "1.94.0"
232026-05-16T03:34:40.131Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-16T03:34:40.131Z * rust toolchain profile = "default"
252026-05-16T03:34:40.131Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-16T03:34:40.131Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:34:40.131Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:34:40.131Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:34:40.131Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:34:40.232Zinfo: downloading installer
312026-05-16T03:34:41.592Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:34:41.592Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:34:41.592Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:34:41.592Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:34:41.606Zinfo: profile set to default
362026-05-16T03:34:41.606Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:34:41.610Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:34:41.757Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:34:41.761Zinfo: downloading 6 components
402026-05-16T03:34:56.098Z
412026-05-16T03:34:56.098Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-16T03:34:56.122Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:34:56.123Z
442026-05-16T03:34:56.123Z
452026-05-16T03:34:56.123ZRust is installed now. Great!
462026-05-16T03:34:56.123Z
472026-05-16T03:34:56.123ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:34:56.123Zenvironment variable. This has not been done automatically.
492026-05-16T03:34:56.123Z
502026-05-16T03:34:56.123ZTo configure your current shell, you need to source
512026-05-16T03:34:56.123Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:34:56.123Z
532026-05-16T03:34:56.123ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:34:56.123Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:34:56.123Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:34:56.124Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:34:56.124Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:34:56.124Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:34:56.124Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:34:56.134Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:34:56.135Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:34:56.219Z+ rustup --version
632026-05-16T03:34:56.223Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:34:56.223Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:34:56.241Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:34:56.250Z+ cargo --version
672026-05-16T03:34:56.253Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:34:56.253Z+ rustc --version
692026-05-16T03:34:56.276Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:34:56.279Zprocess exited: duration 16219 ms, exit code 0
 
712026-05-16T03:34:56.285Zstarting task 2: "authentication"
722026-05-16T03:34:56.300ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-16T03:35:16.424Zprocess exited: duration 20121 ms, exit code 0
 
742026-05-16T03:35:16.466Zstarting task 3: "clone repository"
752026-05-16T03:35:16.481Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-16T03:35:16.481Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-16T03:35:16.504ZCloning into '/work/oxidecomputer/omicron'...
782026-05-16T03:35:26.395Z+ cd /work/oxidecomputer/omicron
792026-05-16T03:35:26.395Z+ git fetch origin 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
802026-05-16T03:35:26.776ZFrom https://github.com/oxidecomputer/omicron
812026-05-16T03:35:26.776Z * branch 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 -> FETCH_HEAD
822026-05-16T03:35:26.893Z+ [[ -n renovate/crucible-common-digest ]]
832026-05-16T03:35:26.893Z++ git branch --show-current
842026-05-16T03:35:26.893Z+ current=main
852026-05-16T03:35:26.893Z+ [[ main != renovate/crucible-common-digest ]]
862026-05-16T03:35:26.893Z+ git branch -f renovate/crucible-common-digest 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
872026-05-16T03:35:26.893Z+ git checkout -f renovate/crucible-common-digest
882026-05-16T03:35:26.969ZSwitched to branch 'renovate/crucible-common-digest'
892026-05-16T03:35:27.010Z+ git reset --hard 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
902026-05-16T03:35:27.010ZHEAD is now at 9ce59b3a4 Update crucible-common digest to c59a136
912026-05-16T03:35:27.010Zprocess exited: duration 10510 ms, exit code 0
 
922026-05-16T03:35:27.054Zstarting task 4: "build"
932026-05-16T03:35:27.070Z+ source .github/buildomat/ci-env.sh
942026-05-16T03:35:27.070Z++ export CARGO_TERM_COLOR=always
952026-05-16T03:35:27.070Z++ CARGO_TERM_COLOR=always
962026-05-16T03:35:27.070Z+ cargo --version
972026-05-16T03:35:27.100Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-05-16T03:35:27.100Z+ rustc --version
992026-05-16T03:35:27.115Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-05-16T03:35:27.115Z+ WORK=/work
1012026-05-16T03:35:27.115Z+ pfexec mkdir -p /work
1022026-05-16T03:35:27.115Z+ pfexec chown build /work
1032026-05-16T03:35:27.115Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042026-05-16T03:35:28.617Z Startup: Refreshing catalog 'helios' ... Done
1052026-05-16T03:35:28.674Z Startup: Caching catalogs ... Done
1062026-05-16T03:35:28.935ZPlanning: Solver setup ... Done (0.172s)
1072026-05-16T03:35:28.962ZPlanning: Running solver ... Done (0.016s)
1082026-05-16T03:35:28.962ZPlanning: Finding local manifests ... Done (0.003s)
1092026-05-16T03:35:28.963ZPlanning: Fetching manifests: 0/2 0% complete
1102026-05-16T03:35:28.968ZPlanning: Fetching manifests: 2/2 100% complete
1112026-05-16T03:35:28.972ZPlanning: Package planning ... Done (0.014s)
1122026-05-16T03:35:28.977ZPlanning: Merging actions ... Done (0.001s)
1132026-05-16T03:35:29.167ZPlanning: Checking for conflicting actions ... Done (0.194s)
1142026-05-16T03:35:29.178ZPlanning: Consolidating action changes ... Done (0.001s)
1152026-05-16T03:35:30.074ZPlanning: Evaluating mediators ... Done (0.907s)
1162026-05-16T03:35:30.080ZPlanning: Planning completed in 1.38 seconds
1172026-05-16T03:35:30.098Z Packages to install: 2
1182026-05-16T03:35:30.098Z Estimated space available: 156.07 GB
1192026-05-16T03:35:30.098ZEstimated space to be consumed: 19.74 MB
1202026-05-16T03:35:30.098Z Create boot environment: No
1212026-05-16T03:35:30.098ZCreate backup boot environment: No
1222026-05-16T03:35:30.098Z Rebuild boot archive: No
1232026-05-16T03:35:30.098Z
1242026-05-16T03:35:30.098ZChanged packages:
1252026-05-16T03:35:30.098Zhelios
1262026-05-16T03:35:30.098Z developer/build-essential
1272026-05-16T03:35:30.098Z None -> 11-3.0
1282026-05-16T03:35:30.099Z library/libxmlsec1
1292026-05-16T03:35:30.099Z None -> 1.2.35-3.0
1302026-05-16T03:35:30.110Z
1312026-05-16T03:35:30.110ZDownload: 0/214 items 0.0/1.3MB 0% complete
1322026-05-16T03:35:30.588ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1332026-05-16T03:35:30.650Z Actions: 1/268 actions (Installing new actions)
1342026-05-16T03:35:30.690Z Actions: Completed 268 actions in 0.04 seconds.
1352026-05-16T03:35:30.696ZFinalize: Updating package state database ... Done (0.006s)
1362026-05-16T03:35:30.696ZFinalize: Updating package cache ... Done (0.000s)
1372026-05-16T03:35:30.717ZFinalize: Updating image state ... Done (0.015s)
1382026-05-16T03:35:33.381ZFinalize: Creating fast lookup database ... Done (2.586s)
1392026-05-16T03:35:33.485ZFinalize: Reading search index ... Done (0.012s)
1402026-05-16T03:35:33.485ZFinalize: Updating search index ... Done (0.000s)
1412026-05-16T03:35:33.605ZFinalize: Updating package cache ... Done (0.000s)
1422026-05-16T03:35:33.820ZPlanning: Evaluating mediator changes ... Done
1432026-05-16T03:35:33.982ZPlanning: Checking for conflicting actions ... Done
1442026-05-16T03:35:34.091ZPlanning: Consolidating action changes ... Done
1452026-05-16T03:35:34.182ZPlanning: Evaluating mediators ... Done
1462026-05-16T03:35:34.182ZPlanning: Planning completed in 0.26 seconds
1472026-05-16T03:35:34.182Z Mediators to change: 2
1482026-05-16T03:35:34.182Z Create boot environment: No
1492026-05-16T03:35:34.183ZCreate backup boot environment: No
1502026-05-16T03:35:34.374ZFinalize: Updating package state database ... Done
1512026-05-16T03:35:34.374ZFinalize: Updating package cache ... Done
1522026-05-16T03:35:34.374ZFinalize: Updating image state ... Done
1532026-05-16T03:35:36.115ZFinalize: Creating fast lookup database ... Done
1542026-05-16T03:35:36.183ZFinalize: Reading search index ... Done
1552026-05-16T03:35:36.241ZFinalize: Updating search index ... Done
1562026-05-16T03:35:36.265ZFinalize: Updating package cache ... Done
1572026-05-16T03:35:36.545ZPlanning: Evaluating mediator changes ... Done
1582026-05-16T03:35:36.653ZPlanning: Checking for conflicting actions ... Done
1592026-05-16T03:35:36.679ZPlanning: Consolidating action changes ... Done
1602026-05-16T03:35:36.800ZPlanning: Evaluating mediators ... Done
1612026-05-16T03:35:36.825ZPlanning: Planning completed in 0.26 seconds
1622026-05-16T03:35:36.852Z Mediators to change: 1
1632026-05-16T03:35:36.852Z Create boot environment: No
1642026-05-16T03:35:36.852ZCreate backup boot environment: No
1652026-05-16T03:35:36.880ZFinalize: Updating package state database ... Done
1662026-05-16T03:35:36.880ZFinalize: Updating package cache ... Done
1672026-05-16T03:35:36.892ZFinalize: Updating image state ... Done
1682026-05-16T03:35:38.875ZFinalize: Creating fast lookup database ... Done
1692026-05-16T03:35:38.905ZFinalize: Reading search index ... Done
1702026-05-16T03:35:38.914ZFinalize: Updating search index ... Done
1712026-05-16T03:35:38.971ZFinalize: Updating package cache ... Done
1722026-05-16T03:35:39.300ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1732026-05-16T03:35:39.300Zapache system 2.4 system
1742026-05-16T03:35:39.300Zclang system 15 system
1752026-05-16T03:35:39.300Zcsh system system illumos
1762026-05-16T03:35:39.300Zctags system system illumos
1772026-05-16T03:35:39.300Zfile vendor vendor darwinsys
1782026-05-16T03:35:39.300Zfile system system illumos
1792026-05-16T03:35:39.300Zgcc vendor 14 vendor
1802026-05-16T03:35:39.300Zgcc system 13 system
1812026-05-16T03:35:39.300Zgcc system 10 system
1822026-05-16T03:35:39.300Zgo system 1.25 system
1832026-05-16T03:35:39.300Zllvm system 15 system
1842026-05-16T03:35:39.300Zmariadb system 11.4 system
1852026-05-16T03:35:39.300Zmta vendor vendor dma
1862026-05-16T03:35:39.300Zopenjdk system 17 system
1872026-05-16T03:35:39.300Zopenjdk system 11 system
1882026-05-16T03:35:39.300Zopenssl vendor 3 vendor
1892026-05-16T03:35:39.300Zperl system 5.40 system
1902026-05-16T03:35:39.300Zpostgresql system 18 system
1912026-05-16T03:35:39.300Zpostgresql system 17 system
1922026-05-16T03:35:39.300Zpython vendor 3 vendor
1932026-05-16T03:35:39.301Zpython system 2 system
1942026-05-16T03:35:39.301Zpython3 vendor 3.13 vendor
1952026-05-16T03:35:39.301Zruby system 3.4 system
1962026-05-16T03:35:39.301Zruby system 3.0 system
1972026-05-16T03:35:39.301Zwords vendor vendor american-english
1982026-05-16T03:35:39.301Zwords system system australian-english
1992026-05-16T03:35:39.301Zwords system system british-english
2002026-05-16T03:35:39.301Zwords system system canadian-english
2012026-05-16T03:35:39.301Zwords system system french
2022026-05-16T03:35:39.301Zwords system system italian
2032026-05-16T03:35:39.301Zwords system system ngerman
2042026-05-16T03:35:39.301Zwords system system ogerman
2052026-05-16T03:35:39.301Zwords system system spanish
2062026-05-16T03:35:39.541ZPUBLISHER TYPE STATUS P LOCATION
2072026-05-16T03:35:39.542Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2082026-05-16T03:35:39.820ZFMRI IFO
2092026-05-16T03:35:39.820Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2102026-05-16T03:35:39.820Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2112026-05-16T03:35:39.820Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2122026-05-16T03:35:39.821Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2132026-05-16T03:35:39.821Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2142026-05-16T03:35:39.821Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2152026-05-16T03:35:39.821Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2162026-05-16T03:35:39.821Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2172026-05-16T03:35:39.821Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2182026-05-16T03:35:40.045Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2192026-05-16T03:35:40.289Z Updating crates.io index
2202026-05-16T03:35:40.334Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2212026-05-16T03:35:40.799Z Updating git repository `https://github.com/oxidecomputer/lldp`
2222026-05-16T03:35:41.168Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-05-16T03:35:41.452Z Updating git repository `https://github.com/oxidecomputer/propolis`
2242026-05-16T03:35:42.516Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2252026-05-16T03:35:42.957Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-05-16T03:35:44.249Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-05-16T03:35:45.150Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-05-16T03:35:45.380Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-05-16T03:35:46.170Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-05-16T03:35:46.590Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-05-16T03:35:46.994Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-05-16T03:35:47.179Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-05-16T03:35:48.114Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-05-16T03:35:48.583Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-05-16T03:35:48.813Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2362026-05-16T03:35:49.230Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2372026-05-16T03:35:49.529Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2382026-05-16T03:35:49.856Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-05-16T03:35:50.156Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2402026-05-16T03:35:50.381Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2412026-05-16T03:35:50.622Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-05-16T03:35:51.042Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2432026-05-16T03:35:51.361Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-05-16T03:35:52.188Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2452026-05-16T03:35:52.641Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2462026-05-16T03:35:52.851Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-05-16T03:35:53.121Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-05-16T03:35:54.396Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-05-16T03:35:55.042Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-05-16T03:35:55.480Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-16T03:35:55.914Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-16T03:35:56.302Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-16T03:35:56.619Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-16T03:35:56.990Z Updating crates.io index
2552026-05-16T03:35:56.999Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-05-16T03:35:57.257Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-05-16T03:35:57.494Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-05-16T03:35:57.739Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-16T03:35:58.055Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-05-16T03:36:10.059Zerror: failed to select a version for `vergen`.
2612026-05-16T03:36:10.059Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2622026-05-16T03:36:10.059Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2632026-05-16T03:36:10.059Z ... 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)`
2642026-05-16T03:36:10.059Zversions that meet the requirements `^9.1.0` are: 9.1.0
2652026-05-16T03:36:10.059Z
2662026-05-16T03:36:10.059Zall possible versions conflict with previously selected packages.
2672026-05-16T03:36:10.059Z
2682026-05-16T03:36:10.059Z previously selected package `vergen v9.0.6`
2692026-05-16T03:36:10.059Z ... 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)`
2702026-05-16T03:36:10.059Z ... 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)`
2712026-05-16T03:36:10.059Z
2722026-05-16T03:36:10.059Zfailed to select a version for `vergen` which could resolve this conflict
2732026-05-16T03:36:10.093ZFailed to run command -- will try 2 more times
2742026-05-16T03:36:10.331Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752026-05-16T03:36:10.354Z Updating crates.io index
2762026-05-16T03:36:10.599Z Updating crates.io index
2772026-05-16T03:36:11.165Zerror: failed to select a version for `vergen`.
2782026-05-16T03:36:11.165Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2792026-05-16T03:36:11.165Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2802026-05-16T03:36:11.166Z ... 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)`
2812026-05-16T03:36:11.166Zversions that meet the requirements `^9.1.0` are: 9.1.0
2822026-05-16T03:36:11.166Z
2832026-05-16T03:36:11.166Zall possible versions conflict with previously selected packages.
2842026-05-16T03:36:11.166Z
2852026-05-16T03:36:11.166Z previously selected package `vergen v9.0.6`
2862026-05-16T03:36:11.166Z ... 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)`
2872026-05-16T03:36:11.166Z ... 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)`
2882026-05-16T03:36:11.166Z
2892026-05-16T03:36:11.166Zfailed to select a version for `vergen` which could resolve this conflict
2902026-05-16T03:36:11.188ZFailed to run command -- will try 1 more times
2912026-05-16T03:36:11.438Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-05-16T03:36:11.502Z Updating crates.io index
2932026-05-16T03:36:12.106Zerror: failed to select a version for `vergen`.
2942026-05-16T03:36:12.106Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2952026-05-16T03:36:12.106Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2962026-05-16T03:36:12.107Z ... 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)`
2972026-05-16T03:36:12.107Zversions that meet the requirements `^9.1.0` are: 9.1.0
2982026-05-16T03:36:12.107Z
2992026-05-16T03:36:12.107Zall possible versions conflict with previously selected packages.
3002026-05-16T03:36:12.107Z
3012026-05-16T03:36:12.107Z previously selected package `vergen v9.0.6`
3022026-05-16T03:36:12.107Z ... 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)`
3032026-05-16T03:36:12.107Z ... 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)`
3042026-05-16T03:36:12.107Z
3052026-05-16T03:36:12.107Zfailed to select a version for `vergen` which could resolve this conflict
3062026-05-16T03:36:12.147Z
3072026-05-16T03:36:12.174Zreal 45.013039255
3082026-05-16T03:36:12.174Zuser 20.016661219
3092026-05-16T03:36:12.174Zsys 2.192739215
3102026-05-16T03:36:12.174Ztrap 0.002711540
3112026-05-16T03:36:12.174Ztflt 0.043867246
3122026-05-16T03:36:12.174Zdflt 0.044039115
3132026-05-16T03:36:12.174Zkflt 0.014617335
3142026-05-16T03:36:12.174Zlock 0.110483546
3152026-05-16T03:36:12.174Zslp 1:09.899283033
3162026-05-16T03:36:12.174Zlat 0.148026529
3172026-05-16T03:36:12.174Zstop 0.000469980
3182026-05-16T03:36:12.174Zprocess exited: duration 45067 ms, exit code 101
 
3192026-05-16T03:36:12.236Zfound 0 output files
3202026-05-16T03:36:12.236Zupload error: rule "/work/package.tar.gz" required a match, but was not used