01KW11NZ7PGG71AT7KX68GJS24: 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: 01KW11PM0N9FDD59S7X5311EER

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:07:04.055Zjob assigned to worker 01KW11PX4BQD5GKR96HHSRZZVE [factory aws, i-0fbc9422d0d84c5ac] (queued for 51 s)
 
22026-06-26T04:07:11.025Zstarting task 0: "setup"
32026-06-26T04:07:11.034Z++ uname -s
42026-06-26T04:07:11.037Z+ kern=SunOS
52026-06-26T04:07:11.037Z+ build_user=build
62026-06-26T04:07:11.037Z+ build_uid=12345
72026-06-26T04:07:11.037Z+ work_dir=/work
82026-06-26T04:07:11.037Z+ input_dir=/input
92026-06-26T04:07:11.037Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:11.037Z+ case "$kern" in
112026-06-26T04:07:11.037Z+ groupadd -g 12345 build
122026-06-26T04:07:11.040Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:13.048Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:13.135Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:13.138Z+ home_fs=zfs
162026-06-26T04:07:13.138Z+ [[ zfs == autofs ]]
172026-06-26T04:07:13.138Z+ mkdir -p /home/build
182026-06-26T04:07:13.141Z+ chown build:build /home/build /work
192026-06-26T04:07:15.141Z+ chmod 0700 /home/build /work
202026-06-26T04:07:15.144Zprocess exited: duration 4121 ms, exit code 0
 
212026-06-26T04:07:15.149Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:15.154Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:15.155Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:07:15.157Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T04:07:15.157Z * rust toolchain channel = "1.96.0"
262026-06-26T04:07:15.157Z * rust toolchain profile = "default"
272026-06-26T04:07:15.157Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:07:15.157Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:15.157Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:15.244Zinfo: downloading installer
312026-06-26T04:07:16.882Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:16.882Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:16.882Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:16.882Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:16.894Zinfo: profile set to default
362026-06-26T04:07:16.894Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:16.897Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:17.071Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:17.074Zinfo: downloading 6 components
402026-06-26T04:07:33.029Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:33.029Z
422026-06-26T04:07:33.053Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:33.053Z
442026-06-26T04:07:33.053Z
452026-06-26T04:07:33.053ZRust is installed now. Great!
462026-06-26T04:07:33.053Z
472026-06-26T04:07:33.053ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:33.053Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:33.055Z
502026-06-26T04:07:33.055ZTo configure your current shell, you need to source
512026-06-26T04:07:33.055Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:33.055Z
532026-06-26T04:07:33.055ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:33.058Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:33.058Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:33.058Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:33.058Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:33.058Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:33.058Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:33.058Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:33.058Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:33.159Z+ rustup --version
632026-06-26T04:07:33.165Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:33.165Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:33.185Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:33.188Z+ cargo --version
672026-06-26T04:07:33.196Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:33.199Z+ rustc --version
692026-06-26T04:07:33.220Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:33.222Zprocess exited: duration 18072 ms, exit code 0
 
712026-06-26T04:07:33.228Zstarting task 2: "authentication"
722026-06-26T04:07:33.248Zprocess exited: duration 19 ms, exit code 0
 
732026-06-26T04:07:33.253Zstarting task 3: "clone repository"
742026-06-26T04:07:33.258Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:33.261Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:33.292ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:44.346Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:44.346Z+ git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
792026-06-26T04:07:44.666ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:44.667Z * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD
812026-06-26T04:07:44.681Z+ [[ -n renovate/crucible-common-digest ]]
822026-06-26T04:07:44.684Z++ git branch --show-current
832026-06-26T04:07:44.684Z+ current=main
842026-06-26T04:07:44.684Z+ [[ main != renovate/crucible-common-digest ]]
852026-06-26T04:07:44.684Z+ git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
862026-06-26T04:07:44.687Z+ git checkout -f renovate/crucible-common-digest
872026-06-26T04:07:44.930ZSwitched to branch 'renovate/crucible-common-digest'
882026-06-26T04:07:44.934Z+ git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
892026-06-26T04:07:44.948ZHEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090
902026-06-26T04:07:44.953Zprocess exited: duration 11694 ms, exit code 0
 
912026-06-26T04:07:44.962Zstarting task 4: "build"
922026-06-26T04:07:44.968Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:07:44.968Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:07:44.968Z++ CARGO_TERM_COLOR=always
952026-06-26T04:07:44.971Z+ cargo --version
962026-06-26T04:07:44.977Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:07:44.980Z+ rustc --version
982026-06-26T04:07:45.001Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:07:45.005Z+ WORK=/work
1002026-06-26T04:07:45.005Z+ pfexec mkdir -p /work
1012026-06-26T04:07:45.009Z+ pfexec chown build /work
1022026-06-26T04:07:45.015Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-26T04:07:46.978Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-26T04:07:47.086Z Startup: Caching catalogs ... Done
1052026-06-26T04:07:47.577ZPlanning: Solver setup ... Done (0.436s)
1062026-06-26T04:07:47.602ZPlanning: Running solver ... Done (0.025s)
1072026-06-26T04:07:47.613ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-26T04:07:47.628ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-26T04:07:47.642ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-26T04:07:47.655ZPlanning: Package planning ... Done (0.013s)
1112026-06-26T04:07:47.658ZPlanning: Merging actions ... Done (0.001s)
1122026-06-26T04:07:47.820ZPlanning: Checking for conflicting actions ... Done (0.163s)
1132026-06-26T04:07:47.823ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-26T04:07:48.700ZPlanning: Evaluating mediators ... Done (0.877s)
1152026-06-26T04:07:48.703ZPlanning: Planning completed in 1.59 seconds
1162026-06-26T04:07:48.708Z Packages to install: 2
1172026-06-26T04:07:48.708Z Estimated space available: 156.06 GB
1182026-06-26T04:07:48.708ZEstimated space to be consumed: 30.96 MB
1192026-06-26T04:07:48.708Z Create boot environment: No
1202026-06-26T04:07:48.708ZCreate backup boot environment: No
1212026-06-26T04:07:48.711Z Rebuild boot archive: No
1222026-06-26T04:07:48.711Z
1232026-06-26T04:07:48.711ZChanged packages:
1242026-06-26T04:07:48.711Zhelios
1252026-06-26T04:07:48.711Z developer/build-essential
1262026-06-26T04:07:48.711Z None -> 11-3.0
1272026-06-26T04:07:48.711Z library/libxmlsec1
1282026-06-26T04:07:48.711Z None -> 1.2.35-3.0
1292026-06-26T04:07:48.735Z
1302026-06-26T04:07:48.735ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-26T04:07:49.218ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1322026-06-26T04:07:49.293Z Actions: 1/268 actions (Installing new actions)
1332026-06-26T04:07:49.331Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-26T04:07:49.344ZFinalize: Updating package state database ... Done (0.012s)
1352026-06-26T04:07:49.344ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-26T04:07:49.372ZFinalize: Updating image state ... Done (0.029s)
1372026-06-26T04:07:51.958ZFinalize: Creating fast lookup database ... Done (2.559s)
1382026-06-26T04:07:52.030ZFinalize: Reading search index ... Done (0.012s)
1392026-06-26T04:07:52.033ZFinalize: Updating search index ... Done (0.000s)
1402026-06-26T04:07:52.115ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-26T04:07:52.428ZPlanning: Evaluating mediator changes ... Done
1422026-06-26T04:07:52.532ZPlanning: Checking for conflicting actions ... Done
1432026-06-26T04:07:52.536ZPlanning: Consolidating action changes ... Done
1442026-06-26T04:07:52.688ZPlanning: Evaluating mediators ... Done
1452026-06-26T04:07:52.692ZPlanning: Planning completed in 0.26 seconds
1462026-06-26T04:07:52.711Z Mediators to change: 2
1472026-06-26T04:07:52.711Z Create boot environment: No
1482026-06-26T04:07:52.711ZCreate backup boot environment: No
1492026-06-26T04:07:52.759ZFinalize: Updating package state database ... Done
1502026-06-26T04:07:52.759ZFinalize: Updating package cache ... Done
1512026-06-26T04:07:52.773ZFinalize: Updating image state ... Done
1522026-06-26T04:07:54.702ZFinalize: Creating fast lookup database ... Done
1532026-06-26T04:07:54.764ZFinalize: Reading search index ... Done
1542026-06-26T04:07:54.768ZFinalize: Updating search index ... Done
1552026-06-26T04:07:54.827ZFinalize: Updating package cache ... Done
1562026-06-26T04:07:55.111ZPlanning: Evaluating mediator changes ... Done
1572026-06-26T04:07:55.216ZPlanning: Checking for conflicting actions ... Done
1582026-06-26T04:07:55.218ZPlanning: Consolidating action changes ... Done
1592026-06-26T04:07:55.370ZPlanning: Evaluating mediators ... Done
1602026-06-26T04:07:55.373ZPlanning: Planning completed in 0.26 seconds
1612026-06-26T04:07:55.393Z Mediators to change: 1
1622026-06-26T04:07:55.393Z Create boot environment: No
1632026-06-26T04:07:55.393ZCreate backup boot environment: No
1642026-06-26T04:07:55.431ZFinalize: Updating package state database ... Done
1652026-06-26T04:07:55.431ZFinalize: Updating package cache ... Done
1662026-06-26T04:07:55.446ZFinalize: Updating image state ... Done
1672026-06-26T04:07:57.382ZFinalize: Creating fast lookup database ... Done
1682026-06-26T04:07:57.440ZFinalize: Reading search index ... Done
1692026-06-26T04:07:57.456ZFinalize: Updating search index ... Done
1702026-06-26T04:07:57.496ZFinalize: Updating package cache ... Done
1712026-06-26T04:07:57.840ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-26T04:07:57.841Zapache system 2.4 system
1732026-06-26T04:07:57.841Zclang system 15 system
1742026-06-26T04:07:57.841Zcsh system system illumos
1752026-06-26T04:07:57.841Zctags system system illumos
1762026-06-26T04:07:57.841Zfile vendor vendor darwinsys
1772026-06-26T04:07:57.841Zfile system system illumos
1782026-06-26T04:07:57.841Zgcc vendor 14 vendor
1792026-06-26T04:07:57.841Zgcc system 13 system
1802026-06-26T04:07:57.841Zgcc system 10 system
1812026-06-26T04:07:57.841Zgo system 1.25 system
1822026-06-26T04:07:57.841Zllvm system 15 system
1832026-06-26T04:07:57.841Zmariadb system 11.4 system
1842026-06-26T04:07:57.842Zmta vendor vendor dma
1852026-06-26T04:07:57.842Zopenjdk system 17 system
1862026-06-26T04:07:57.842Zopenjdk system 11 system
1872026-06-26T04:07:57.843Zopenssl vendor 3 vendor
1882026-06-26T04:07:57.843Zperl system 5.40 system
1892026-06-26T04:07:57.843Zpostgresql system 18 system
1902026-06-26T04:07:57.843Zpostgresql system 17 system
1912026-06-26T04:07:57.843Zpython vendor 3 vendor
1922026-06-26T04:07:57.843Zpython system 2 system
1932026-06-26T04:07:57.843Zpython3 vendor 3.13 vendor
1942026-06-26T04:07:57.843Zruby system 3.4 system
1952026-06-26T04:07:57.843Zruby system 3.0 system
1962026-06-26T04:07:57.843Zwords vendor vendor american-english
1972026-06-26T04:07:57.843Zwords system system australian-english
1982026-06-26T04:07:57.843Zwords system system british-english
1992026-06-26T04:07:57.843Zwords system system canadian-english
2002026-06-26T04:07:57.843Zwords system system french
2012026-06-26T04:07:57.843Zwords system system italian
2022026-06-26T04:07:57.843Zwords system system ngerman
2032026-06-26T04:07:57.844Zwords system system ogerman
2042026-06-26T04:07:57.844Zwords system system spanish
2052026-06-26T04:07:58.062ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-26T04:07:58.062Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-26T04:07:58.351ZFMRI IFO
2082026-06-26T04:07:58.351Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-26T04:07:58.351Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-26T04:07:58.351Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-26T04:07:58.351Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-26T04:07:58.351Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-26T04:07:58.351Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-26T04:07:58.351Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-26T04:07:58.351Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-26T04:07:58.351Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-26T04:07:58.596Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-26T04:07:58.876Z Updating crates.io index
2192026-06-26T04:07:58.880Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-26T04:07:59.139Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-26T04:07:59.460Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-26T04:07:59.774Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-26T04:08:00.598Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-26T04:08:01.076Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-26T04:08:02.612Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-26T04:08:03.360Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-26T04:08:03.639Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-26T04:08:04.669Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-26T04:08:05.115Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-26T04:08:05.446Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-26T04:08:05.697Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-26T04:08:06.161Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-26T04:08:06.655Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-26T04:08:07.083Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-26T04:08:07.358Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-26T04:08:07.634Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-26T04:08:07.915Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-26T04:08:08.190Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-26T04:08:08.460Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-26T04:08:08.743Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-26T04:08:09.095Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-26T04:08:09.410Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-26T04:08:09.663Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-06-26T04:08:10.092Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2452026-06-26T04:08:10.525Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2462026-06-26T04:08:10.779Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-06-26T04:08:11.305Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-06-26T04:08:11.563Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-06-26T04:08:11.831Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-06-26T04:08:12.168Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-26T04:08:12.539Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-06-26T04:08:12.802Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-06-26T04:08:13.099Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-26T04:08:13.351Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-06-26T04:08:13.643Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-06-26T04:08:13.938Z Updating crates.io index
2572026-06-26T04:08:13.941Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2582026-06-26T04:08:14.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2592026-06-26T04:08:14.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2602026-06-26T04:08:14.726Z Updating git repository `https://github.com/illumos/smf-rs`
2612026-06-26T04:08:16.614Zerror: failed to select a version for `dropshot`.
2622026-06-26T04:08:16.614Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
2632026-06-26T04:08:16.614Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2642026-06-26T04:08:16.615Z ... 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)`
2652026-06-26T04:08:16.615Zversions that meet the requirements `^0.17.1` are: 0.17.1
2662026-06-26T04:08:16.615Z
2672026-06-26T04:08:16.615Zall possible versions conflict with previously selected packages
2682026-06-26T04:08:16.615Z
2692026-06-26T04:08:16.615Z previously selected package `dropshot v0.17.0`
2702026-06-26T04:08:16.615Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
2712026-06-26T04:08:16.615Z
2722026-06-26T04:08:16.615Zfailed to select a version for `dropshot` which could resolve this conflict
2732026-06-26T04:08:16.659ZFailed to run command -- will try 2 more times
2742026-06-26T04:08:16.900Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752026-06-26T04:08:16.923Z Updating crates.io index
2762026-06-26T04:08:16.959Z Updating crates.io index
2772026-06-26T04:08:18.194Zerror: failed to select a version for `dropshot`.
2782026-06-26T04:08:18.194Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
2792026-06-26T04:08:18.194Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2802026-06-26T04:08:18.194Z ... 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-06-26T04:08:18.194Zversions that meet the requirements `^0.17.1` are: 0.17.1
2822026-06-26T04:08:18.194Z
2832026-06-26T04:08:18.194Zall possible versions conflict with previously selected packages
2842026-06-26T04:08:18.194Z
2852026-06-26T04:08:18.194Z previously selected package `dropshot v0.17.0`
2862026-06-26T04:08:18.194Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
2872026-06-26T04:08:18.194Z
2882026-06-26T04:08:18.194Zfailed to select a version for `dropshot` which could resolve this conflict
2892026-06-26T04:08:18.232ZFailed to run command -- will try 1 more times
2902026-06-26T04:08:18.474Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-06-26T04:08:18.542Z Updating crates.io index
2922026-06-26T04:08:18.791Zerror: failed to select a version for `dropshot`.
2932026-06-26T04:08:18.791Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
2942026-06-26T04:08:18.791Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2952026-06-26T04:08:18.791Z ... 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)`
2962026-06-26T04:08:18.791Zversions that meet the requirements `^0.17.1` are: 0.17.1
2972026-06-26T04:08:18.791Z
2982026-06-26T04:08:18.791Zall possible versions conflict with previously selected packages
2992026-06-26T04:08:18.791Z
3002026-06-26T04:08:18.791Z previously selected package `dropshot v0.17.0`
3012026-06-26T04:08:18.791Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3022026-06-26T04:08:18.791Z
3032026-06-26T04:08:18.791Zfailed to select a version for `dropshot` which could resolve this conflict
3042026-06-26T04:08:18.815Z
3052026-06-26T04:08:18.818Zreal 33.800999221
3062026-06-26T04:08:18.818Zuser 13.845639109
3072026-06-26T04:08:18.818Zsys 1.898527575
3082026-06-26T04:08:18.818Ztrap 0.001528453
3092026-06-26T04:08:18.818Ztflt 0.041242680
3102026-06-26T04:08:18.818Zdflt 0.042165748
3112026-06-26T04:08:18.818Zkflt 0.013629202
3122026-06-26T04:08:18.818Zlock 35.941630430
3132026-06-26T04:08:18.818Zslp 54.819087999
3142026-06-26T04:08:18.818Zlat 0.102446914
3152026-06-26T04:08:18.818Zstop 0.009274566
3162026-06-26T04:08:18.818Zprocess exited: duration 33853 ms, exit code 101
 
3172026-06-26T04:08:18.824Zfound 0 output files
3182026-06-26T04:08:18.824Zupload error: rule "/work/package.tar.gz" required a match, but was not used