01KR3QH4Y972VPNXQTMGNTX1YN: 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: 01KR3QHN3PBCGDQQNSJRZ26A6W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T12:04:35.911Zjob assigned to worker 01KR3QHS92F05AQ9G439YSYA1J [factory aws, i-0d3328d166b9f318d] (queued for 56 s)
 
22026-05-08T12:04:43.284Zstarting task 0: "setup"
32026-05-08T12:04:43.288Z++ uname -s
42026-05-08T12:04:43.291Z+ kern=SunOS
52026-05-08T12:04:43.291Z+ build_user=build
62026-05-08T12:04:43.291Z+ build_uid=12345
72026-05-08T12:04:43.291Z+ work_dir=/work
82026-05-08T12:04:43.291Z+ input_dir=/input
92026-05-08T12:04:43.291Z+ [[ 0 == 12345 ]]
102026-05-08T12:04:43.291Z+ case "$kern" in
112026-05-08T12:04:43.291Z+ groupadd -g 12345 build
122026-05-08T12:04:43.294Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T12:04:45.303Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T12:04:45.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T12:04:45.496Z+ home_fs=zfs
162026-05-08T12:04:45.496Z+ [[ zfs == autofs ]]
172026-05-08T12:04:45.496Z+ mkdir -p /home/build
182026-05-08T12:04:45.496Z+ chown build:build /home/build /work
192026-05-08T12:04:47.495Z+ chmod 0700 /home/build /work
202026-05-08T12:04:47.499Zprocess exited: duration 4218 ms, exit code 0
 
212026-05-08T12:04:47.505Zstarting task 1: "rust-toolchain"
222026-05-08T12:04:47.511Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T12:04:47.511Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T12:04:47.511Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T12:04:47.511Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T12:04:47.511Z * rust toolchain channel = "1.94.0"
272026-05-08T12:04:47.511Z * rust toolchain profile = "default"
282026-05-08T12:04:47.514Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T12:04:47.514Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T12:04:47.585Zinfo: downloading installer
312026-05-08T12:04:49.161Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T12:04:49.161Zwarn: /home/build/.rustup/settings.toml
332026-05-08T12:04:49.162Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T12:04:49.162Zwarn: instead of the one inferred from the default host triple.
352026-05-08T12:04:49.173Zinfo: profile set to default
362026-05-08T12:04:49.173Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T12:04:49.176Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T12:04:49.323Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T12:04:49.327Zinfo: downloading 6 components
402026-05-08T12:05:04.664Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T12:05:04.664Z
422026-05-08T12:05:04.697Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T12:05:04.697Z
442026-05-08T12:05:04.697Z
452026-05-08T12:05:04.697ZRust is installed now. Great!
462026-05-08T12:05:04.697Z
472026-05-08T12:05:04.697ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T12:05:04.702Zenvironment variable. This has not been done automatically.
492026-05-08T12:05:04.702Z
502026-05-08T12:05:04.702ZTo configure your current shell, you need to source
512026-05-08T12:05:04.702Zthe corresponding env file under $HOME/.cargo.
522026-05-08T12:05:04.702Z
532026-05-08T12:05:04.702ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T12:05:04.702Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T12:05:04.702Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T12:05:04.702Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T12:05:04.703Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T12:05:04.703Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T12:05:04.703Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T12:05:04.703Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T12:05:04.703Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T12:05:04.789Z+ rustup --version
632026-05-08T12:05:04.795Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T12:05:04.797Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T12:05:04.815Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T12:05:04.818Z+ cargo --version
672026-05-08T12:05:04.826Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T12:05:04.829Z+ rustc --version
692026-05-08T12:05:04.850Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T12:05:04.854Zprocess exited: duration 17348 ms, exit code 0
 
712026-05-08T12:05:04.859Zstarting task 2: "authentication"
722026-05-08T12:05:04.877Zprocess exited: duration 17 ms, exit code 0
 
732026-05-08T12:05:04.883Zstarting task 3: "clone repository"
742026-05-08T12:05:04.889Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T12:05:04.893Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T12:05:04.924ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T12:05:14.576Z+ cd /work/oxidecomputer/omicron
782026-05-08T12:05:14.576Z+ git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa
792026-05-08T12:05:14.839ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T12:05:14.839Z * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD
812026-05-08T12:05:14.855Z+ [[ -n renovate/crucible-common-digest ]]
822026-05-08T12:05:14.858Z++ git branch --show-current
832026-05-08T12:05:14.858Z+ current=main
842026-05-08T12:05:14.858Z+ [[ main != renovate/crucible-common-digest ]]
852026-05-08T12:05:14.858Z+ git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa
862026-05-08T12:05:14.861Z+ git checkout -f renovate/crucible-common-digest
872026-05-08T12:05:15.098ZSwitched to branch 'renovate/crucible-common-digest'
882026-05-08T12:05:15.101Z+ git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa
892026-05-08T12:05:15.113ZHEAD is now at 5782badef Update crucible-common digest to 2e75a38
902026-05-08T12:05:15.116Zprocess exited: duration 10231 ms, exit code 0
 
912026-05-08T12:05:15.121Zstarting task 4: "build"
922026-05-08T12:05:15.127Z+ source .github/buildomat/ci-env.sh
932026-05-08T12:05:15.127Z++ export CARGO_TERM_COLOR=always
942026-05-08T12:05:15.127Z++ CARGO_TERM_COLOR=always
952026-05-08T12:05:15.127Z+ cargo --version
962026-05-08T12:05:15.138Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T12:05:15.141Z+ rustc --version
982026-05-08T12:05:15.163Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T12:05:15.166Z+ WORK=/work
1002026-05-08T12:05:15.166Z+ pfexec mkdir -p /work
1012026-05-08T12:05:15.169Z+ pfexec chown build /work
1022026-05-08T12:05:15.173Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-08T12:05:16.602Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-08T12:05:16.721ZPlanning: Solver setup ... Done (0.098s)
1052026-05-08T12:05:16.730ZPlanning: Running solver ... Done (0.008s)
1062026-05-08T12:05:16.734ZPlanning: Finding local manifests ... Done (0.003s)
1072026-05-08T12:05:16.737ZPlanning: Fetching manifests: 0/2 0% complete
1082026-05-08T12:05:16.753ZPlanning: Fetching manifests: 2/2 100% complete
1092026-05-08T12:05:16.768ZPlanning: Package planning ... Done (0.016s)
1102026-05-08T12:05:16.771ZPlanning: Merging actions ... Done (0.001s)
1112026-05-08T12:05:16.960ZPlanning: Checking for conflicting actions ... Done (0.188s)
1122026-05-08T12:05:16.963ZPlanning: Consolidating action changes ... Done (0.001s)
1132026-05-08T12:05:17.880ZPlanning: Evaluating mediators ... Done (0.921s)
1142026-05-08T12:05:17.883ZPlanning: Planning completed in 1.28 seconds
1152026-05-08T12:05:17.946Z Packages to install: 2
1162026-05-08T12:05:17.946Z Estimated space available: 156.09 GB
1172026-05-08T12:05:17.949ZEstimated space to be consumed: 15.55 MB
1182026-05-08T12:05:17.949Z Create boot environment: No
1192026-05-08T12:05:17.949ZCreate backup boot environment: No
1202026-05-08T12:05:17.949Z Rebuild boot archive: No
1212026-05-08T12:05:17.949Z
1222026-05-08T12:05:17.949ZChanged packages:
1232026-05-08T12:05:17.949Zhelios
1242026-05-08T12:05:17.950Z developer/build-essential
1252026-05-08T12:05:17.950Z None -> 11-3.0
1262026-05-08T12:05:17.950Z library/libxmlsec1
1272026-05-08T12:05:17.950Z None -> 1.2.35-3.0
1282026-05-08T12:05:17.972Z
1292026-05-08T12:05:17.972ZDownload: 0/214 items 0.0/1.3MB 0% complete
1302026-05-08T12:05:18.638ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1312026-05-08T12:05:18.702Z Actions: 1/268 actions (Installing new actions)
1322026-05-08T12:05:18.743Z Actions: Completed 268 actions in 0.04 seconds.
1332026-05-08T12:05:18.749ZFinalize: Updating package state database ... Done (0.007s)
1342026-05-08T12:05:18.749ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-08T12:05:18.760ZFinalize: Updating image state ... Done (0.010s)
1362026-05-08T12:05:21.349ZFinalize: Creating fast lookup database ... Done (2.569s)
1372026-05-08T12:05:21.419ZFinalize: Reading search index ... Done (0.014s)
1382026-05-08T12:05:21.421ZFinalize: Updating search index ... Done (0.000s)
1392026-05-08T12:05:21.525ZFinalize: Updating package cache ... Done (0.000s)
1402026-05-08T12:05:21.813ZPlanning: Evaluating mediator changes ... Done
1412026-05-08T12:05:21.917ZPlanning: Checking for conflicting actions ... Done
1422026-05-08T12:05:21.920ZPlanning: Consolidating action changes ... Done
1432026-05-08T12:05:22.076ZPlanning: Evaluating mediators ... Done
1442026-05-08T12:05:22.079ZPlanning: Planning completed in 0.26 seconds
1452026-05-08T12:05:22.100Z Mediators to change: 2
1462026-05-08T12:05:22.100Z Create boot environment: No
1472026-05-08T12:05:22.100ZCreate backup boot environment: No
1482026-05-08T12:05:22.160ZFinalize: Updating package state database ... Done
1492026-05-08T12:05:22.160ZFinalize: Updating package cache ... Done
1502026-05-08T12:05:22.168ZFinalize: Updating image state ... Done
1512026-05-08T12:05:24.133ZFinalize: Creating fast lookup database ... Done
1522026-05-08T12:05:24.195ZFinalize: Reading search index ... Done
1532026-05-08T12:05:24.198ZFinalize: Updating search index ... Done
1542026-05-08T12:05:24.288ZFinalize: Updating package cache ... Done
1552026-05-08T12:05:24.583ZPlanning: Evaluating mediator changes ... Done
1562026-05-08T12:05:24.690ZPlanning: Checking for conflicting actions ... Done
1572026-05-08T12:05:24.693ZPlanning: Consolidating action changes ... Done
1582026-05-08T12:05:24.850ZPlanning: Evaluating mediators ... Done
1592026-05-08T12:05:24.853ZPlanning: Planning completed in 0.27 seconds
1602026-05-08T12:05:24.874Z Mediators to change: 1
1612026-05-08T12:05:24.874Z Create boot environment: No
1622026-05-08T12:05:24.874ZCreate backup boot environment: No
1632026-05-08T12:05:24.932ZFinalize: Updating package state database ... Done
1642026-05-08T12:05:24.932ZFinalize: Updating package cache ... Done
1652026-05-08T12:05:24.940ZFinalize: Updating image state ... Done
1662026-05-08T12:05:26.894ZFinalize: Creating fast lookup database ... Done
1672026-05-08T12:05:26.953ZFinalize: Reading search index ... Done
1682026-05-08T12:05:26.956ZFinalize: Updating search index ... Done
1692026-05-08T12:05:27.034ZFinalize: Updating package cache ... Done
1702026-05-08T12:05:27.350ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1712026-05-08T12:05:27.350Zapache system 2.4 system
1722026-05-08T12:05:27.351Zclang system 15 system
1732026-05-08T12:05:27.351Zcsh system system illumos
1742026-05-08T12:05:27.351Zctags system system illumos
1752026-05-08T12:05:27.351Zfile vendor vendor darwinsys
1762026-05-08T12:05:27.351Zfile system system illumos
1772026-05-08T12:05:27.351Zgcc vendor 14 vendor
1782026-05-08T12:05:27.351Zgcc system 13 system
1792026-05-08T12:05:27.351Zgcc system 10 system
1802026-05-08T12:05:27.351Zgo system 1.25 system
1812026-05-08T12:05:27.351Zllvm system 15 system
1822026-05-08T12:05:27.351Zmariadb system 11.4 system
1832026-05-08T12:05:27.351Zmta vendor vendor dma
1842026-05-08T12:05:27.351Zopenjdk system 17 system
1852026-05-08T12:05:27.351Zopenjdk system 11 system
1862026-05-08T12:05:27.351Zopenssl vendor 3 vendor
1872026-05-08T12:05:27.351Zperl system 5.40 system
1882026-05-08T12:05:27.351Zpostgresql system 18 system
1892026-05-08T12:05:27.351Zpostgresql system 17 system
1902026-05-08T12:05:27.351Zpython vendor 3 vendor
1912026-05-08T12:05:27.351Zpython system 2 system
1922026-05-08T12:05:27.351Zpython3 vendor 3.13 vendor
1932026-05-08T12:05:27.351Zruby system 3.4 system
1942026-05-08T12:05:27.351Zruby system 3.0 system
1952026-05-08T12:05:27.351Zwords vendor vendor american-english
1962026-05-08T12:05:27.351Zwords system system australian-english
1972026-05-08T12:05:27.351Zwords system system british-english
1982026-05-08T12:05:27.351Zwords system system canadian-english
1992026-05-08T12:05:27.351Zwords system system french
2002026-05-08T12:05:27.351Zwords system system italian
2012026-05-08T12:05:27.351Zwords system system ngerman
2022026-05-08T12:05:27.351Zwords system system ogerman
2032026-05-08T12:05:27.351Zwords system system spanish
2042026-05-08T12:05:27.606ZPUBLISHER TYPE STATUS P LOCATION
2052026-05-08T12:05:27.606Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2062026-05-08T12:05:27.874ZFMRI IFO
2072026-05-08T12:05:27.874Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2082026-05-08T12:05:27.874Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2092026-05-08T12:05:27.874Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2102026-05-08T12:05:27.874Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2112026-05-08T12:05:27.874Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2122026-05-08T12:05:27.874Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2132026-05-08T12:05:27.874Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2142026-05-08T12:05:27.875Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2152026-05-08T12:05:27.875Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2162026-05-08T12:05:28.099Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2172026-05-08T12:05:28.345Z Updating crates.io index
2182026-05-08T12:05:28.382Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2192026-05-08T12:05:29.250Z Updating git repository `https://github.com/oxidecomputer/lldp`
2202026-05-08T12:05:29.795Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-05-08T12:05:30.121Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-05-08T12:05:31.336Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-05-08T12:05:31.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-05-08T12:05:33.674Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-05-08T12:05:34.490Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-05-08T12:05:34.806Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2272026-05-08T12:05:35.715Z Updating git repository `https://github.com/oxidecomputer/clickward`
2282026-05-08T12:05:35.947Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2292026-05-08T12:05:36.411Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2302026-05-08T12:05:36.761Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2312026-05-08T12:05:37.637Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-05-08T12:05:38.254Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-05-08T12:05:38.497Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-05-08T12:05:39.024Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2352026-05-08T12:05:39.403Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-05-08T12:05:39.632Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-05-08T12:05:39.878Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-05-08T12:05:40.144Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2392026-05-08T12:05:40.566Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2402026-05-08T12:05:40.880Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412026-05-08T12:05:41.529Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-08T12:05:41.927Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-08T12:05:42.279Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-08T12:05:42.836Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-08T12:05:43.117Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-08T12:05:44.904Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-05-08T12:05:45.481Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-05-08T12:05:45.875Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-05-08T12:05:46.309Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-08T12:05:46.696Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-05-08T12:05:47.021Z Updating crates.io index
2522026-05-08T12:05:47.080Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-08T12:05:47.324Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-08T12:05:47.617Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-08T12:05:47.856Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-08T12:05:48.803Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-08T12:05:59.874Zerror: failed to select a version for `vergen`.
2582026-05-08T12:05:59.874Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)`
2592026-05-08T12:05:59.874Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2602026-05-08T12:05:59.875Z ... 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)`
2612026-05-08T12:05:59.875Zversions that meet the requirements `^9.1.0` are: 9.1.0
2622026-05-08T12:05:59.875Z
2632026-05-08T12:05:59.875Zall possible versions conflict with previously selected packages.
2642026-05-08T12:05:59.875Z
2652026-05-08T12:05:59.875Z previously selected package `vergen v9.0.6`
2662026-05-08T12:05:59.875Z ... 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)`
2672026-05-08T12:05:59.875Z ... 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)`
2682026-05-08T12:05:59.875Z
2692026-05-08T12:05:59.875Zfailed to select a version for `vergen` which could resolve this conflict
2702026-05-08T12:05:59.918ZFailed to run command -- will try 2 more times
2712026-05-08T12:06:00.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-08T12:06:00.193Z Updating crates.io index
2732026-05-08T12:06:00.420Z Updating crates.io index
2742026-05-08T12:06:00.968Zerror: failed to select a version for `vergen`.
2752026-05-08T12:06:00.968Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)`
2762026-05-08T12:06:00.968Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2772026-05-08T12:06:00.968Z ... 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)`
2782026-05-08T12:06:00.968Zversions that meet the requirements `^9.1.0` are: 9.1.0
2792026-05-08T12:06:00.968Z
2802026-05-08T12:06:00.968Zall possible versions conflict with previously selected packages.
2812026-05-08T12:06:00.968Z
2822026-05-08T12:06:00.968Z previously selected package `vergen v9.0.6`
2832026-05-08T12:06:00.968Z ... 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)`
2842026-05-08T12:06:00.969Z ... 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)`
2852026-05-08T12:06:00.969Z
2862026-05-08T12:06:00.969Zfailed to select a version for `vergen` which could resolve this conflict
2872026-05-08T12:06:00.994ZFailed to run command -- will try 1 more times
2882026-05-08T12:06:01.246Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-08T12:06:01.322Z Updating crates.io index
2902026-05-08T12:06:01.762Zerror: failed to select a version for `vergen`.
2912026-05-08T12:06:01.762Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)`
2922026-05-08T12:06:01.762Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2932026-05-08T12:06:01.762Z ... 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)`
2942026-05-08T12:06:01.762Zversions that meet the requirements `^9.1.0` are: 9.1.0
2952026-05-08T12:06:01.762Z
2962026-05-08T12:06:01.762Zall possible versions conflict with previously selected packages.
2972026-05-08T12:06:01.762Z
2982026-05-08T12:06:01.762Z previously selected package `vergen v9.0.6`
2992026-05-08T12:06:01.762Z ... 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)`
3002026-05-08T12:06:01.762Z ... 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)`
3012026-05-08T12:06:01.762Z
3022026-05-08T12:06:01.762Zfailed to select a version for `vergen` which could resolve this conflict
3032026-05-08T12:06:01.787Z
3042026-05-08T12:06:01.790Zreal 46.612592451
3052026-05-08T12:06:01.790Zuser 19.953497628
3062026-05-08T12:06:01.790Zsys 2.211391272
3072026-05-08T12:06:01.790Ztrap 0.003642231
3082026-05-08T12:06:01.790Ztflt 0.045175663
3092026-05-08T12:06:01.790Zdflt 0.046290884
3102026-05-08T12:06:01.790Zkflt 0.015117941
3112026-05-08T12:06:01.790Zlock 0.107871974
3122026-05-08T12:06:01.790Zslp 1:13.169873282
3132026-05-08T12:06:01.790Zlat 0.151691367
3142026-05-08T12:06:01.790Zstop 0.000443910
3152026-05-08T12:06:01.790Zprocess exited: duration 46667 ms, exit code 101
 
3162026-05-08T12:06:01.797Zfound 0 output files
3172026-05-08T12:06:01.800Zupload error: rule "/work/package.tar.gz" required a match, but was not used