01M18AEDQ2GR0XGA2D1ZFPYTCX: 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: 01M18AEVFHF9HRG6VSFNV2XZ73

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-30T03:13:14.142Zjob assigned to worker 01M18AF24NPZVFXBYVKA19C9DR [factory aws, i-0a6000e8a56f35ef8] (queued for 49 s)
 
22026-08-30T03:13:21.975Zstarting task 0: "setup"
32026-08-30T03:13:21.979Z++ uname -s
42026-08-30T03:13:21.983Z+ kern=SunOS
52026-08-30T03:13:21.983Z+ build_user=build
62026-08-30T03:13:21.983Z+ build_uid=12345
72026-08-30T03:13:21.983Z+ work_dir=/work
82026-08-30T03:13:21.983Z+ input_dir=/input
92026-08-30T03:13:21.983Z+ [[ 0 == 12345 ]]
102026-08-30T03:13:21.983Z+ case "$kern" in
112026-08-30T03:13:21.983Z+ groupadd -g 12345 build
122026-08-30T03:13:21.986Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-30T03:13:23.994Z+ zfs create -o mountpoint=/work rpool/work
142026-08-30T03:13:24.094Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-30T03:13:24.097Z+ home_fs=zfs
162026-08-30T03:13:24.097Z+ [[ zfs == autofs ]]
172026-08-30T03:13:24.097Z+ mkdir -p /home/build
182026-08-30T03:13:24.100Z+ chown build:build /home/build /work
192026-08-30T03:13:25.100Z+ chmod 0700 /home/build /work
202026-08-30T03:13:25.103Zprocess exited: duration 3132 ms, exit code 0
 
212026-08-30T03:13:25.110Zstarting task 1: "rust-toolchain"
222026-08-30T03:13:25.115Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-30T03:13:25.116Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-30T03:13:25.116Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-30T03:13:25.116Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-30T03:13:25.119Z * rust toolchain channel = "1.97.1"
272026-08-30T03:13:25.119Z * rust toolchain profile = "default"
282026-08-30T03:13:25.119Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-30T03:13:25.119Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-30T03:13:25.231Zinfo: downloading installer
312026-08-30T03:13:26.507Zwarn: It looks like you have an existing rustup settings file at:
322026-08-30T03:13:26.507Zwarn: /home/build/.rustup/settings.toml
332026-08-30T03:13:26.507Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-30T03:13:26.507Zwarn: instead of the one inferred from the default host triple.
352026-08-30T03:13:26.521Zinfo: profile set to default
362026-08-30T03:13:26.521Zinfo: default host triple is x86_64-unknown-illumos
372026-08-30T03:13:26.525Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-30T03:13:26.663Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-30T03:13:26.667Zinfo: downloading 6 components
402026-08-30T03:13:41.355Z
412026-08-30T03:13:41.355Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-30T03:13:41.385Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-30T03:13:41.385Z
442026-08-30T03:13:41.388Z
452026-08-30T03:13:41.388ZRust is installed now. Great!
462026-08-30T03:13:41.388Z
472026-08-30T03:13:41.388ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-30T03:13:41.388Zenvironment variable. This has not been done automatically.
492026-08-30T03:13:41.388Z
502026-08-30T03:13:41.388ZTo configure your current shell, you need to source
512026-08-30T03:13:41.388Zthe corresponding env file under $HOME/.cargo.
522026-08-30T03:13:41.388Z
532026-08-30T03:13:41.388ZThis is usually done by running one of the following (note the leading DOT):
542026-08-30T03:13:41.389Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-30T03:13:41.389Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-30T03:13:41.389Zsource "~/.cargo/env.nu" # For nushell
572026-08-30T03:13:41.389Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-30T03:13:41.389Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-30T03:13:41.389Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-30T03:13:41.389Zwarn: no default linker (`cc`) was found in your PATH
612026-08-30T03:13:41.389Zwarn: many Rust crates require a system C toolchain to build
622026-08-30T03:13:41.494Z+ rustup --version
632026-08-30T03:13:41.500Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-30T03:13:41.504Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-30T03:13:41.521Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-30T03:13:41.524Z+ cargo --version
672026-08-30T03:13:41.532Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-30T03:13:41.536Z+ rustc --version
692026-08-30T03:13:41.557Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-30T03:13:41.560Zprocess exited: duration 16448 ms, exit code 0
 
712026-08-30T03:13:41.566Zstarting task 2: "authentication"
722026-08-30T03:13:41.585Zprocess exited: duration 18 ms, exit code 0
 
732026-08-30T03:13:41.591Zstarting task 3: "clone repository"
742026-08-30T03:13:41.596Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-30T03:13:41.599Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-30T03:13:41.632ZCloning into '/work/oxidecomputer/omicron'...
772026-08-30T03:13:54.107Z+ cd /work/oxidecomputer/omicron
782026-08-30T03:13:54.107Z+ git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
792026-08-30T03:13:54.430ZFrom https://github.com/oxidecomputer/omicron
802026-08-30T03:13:54.430Z * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD
812026-08-30T03:13:54.445Z+ [[ -n renovate/ddm-admin-client-digest ]]
822026-08-30T03:13:54.448Z++ git branch --show-current
832026-08-30T03:13:54.451Z+ current=main
842026-08-30T03:13:54.451Z+ [[ main != renovate/ddm-admin-client-digest ]]
852026-08-30T03:13:54.451Z+ git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
862026-08-30T03:13:54.455Z+ git checkout -f renovate/ddm-admin-client-digest
872026-08-30T03:13:54.488ZSwitched to branch 'renovate/ddm-admin-client-digest'
882026-08-30T03:13:54.491Z+ git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
892026-08-30T03:13:54.527ZHEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c
902026-08-30T03:13:54.530Zprocess exited: duration 12937 ms, exit code 0
 
912026-08-30T03:13:54.536Zstarting task 4: "build"
922026-08-30T03:13:54.542Z+ source .github/buildomat/ci-env.sh
932026-08-30T03:13:54.542Z++ export CARGO_TERM_COLOR=always
942026-08-30T03:13:54.542Z++ CARGO_TERM_COLOR=always
952026-08-30T03:13:54.545Z+++ uname -s
962026-08-30T03:13:54.545Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-30T03:13:54.545Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-30T03:13:54.549Z+ cargo --version
992026-08-30T03:13:54.557Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-30T03:13:54.560Z+ rustc --version
1012026-08-30T03:13:54.580Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-30T03:13:54.583Z+ WORK=/work
1032026-08-30T03:13:54.583Z+ pfexec mkdir -p /work
1042026-08-30T03:13:54.586Z+ pfexec chown build /work
1052026-08-30T03:13:54.589Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-30T03:13:57.009Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-30T03:13:57.413Z Startup: Caching catalogs ... Done
1082026-08-30T03:13:59.762ZPlanning: Solver setup ... Done (2.222s)
1092026-08-30T03:13:59.825ZPlanning: Running solver ... Done (0.064s)
1102026-08-30T03:13:59.879ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-30T03:13:59.891ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-30T03:13:59.909ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-30T03:13:59.925ZPlanning: Package planning ... Done (0.016s)
1142026-08-30T03:13:59.929ZPlanning: Merging actions ... Done (0.001s)
1152026-08-30T03:14:00.157ZPlanning: Checking for conflicting actions ... Done (0.230s)
1162026-08-30T03:14:00.161ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-30T03:14:01.049ZPlanning: Evaluating mediators ... Done (0.892s)
1182026-08-30T03:14:01.053ZPlanning: Planning completed in 3.60 seconds
1192026-08-30T03:14:01.060Z Packages to install: 2
1202026-08-30T03:14:01.060Z Estimated space available: 156.01 GB
1212026-08-30T03:14:01.060ZEstimated space to be consumed: 83.65 MB
1222026-08-30T03:14:01.060Z Create boot environment: No
1232026-08-30T03:14:01.060ZCreate backup boot environment: No
1242026-08-30T03:14:01.060Z Rebuild boot archive: No
1252026-08-30T03:14:01.063Z
1262026-08-30T03:14:01.063ZChanged packages:
1272026-08-30T03:14:01.063Zhelios
1282026-08-30T03:14:01.063Z developer/build-essential
1292026-08-30T03:14:01.063Z None -> 11-3.0
1302026-08-30T03:14:01.063Z library/libxmlsec1
1312026-08-30T03:14:01.063Z None -> 1.2.35-3.0
1322026-08-30T03:14:01.089Z
1332026-08-30T03:14:01.089ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-30T03:14:01.171ZDownload: Completed 1.28 MB in 0.08 seconds (15.7M/s)
1352026-08-30T03:14:01.230Z Actions: 1/268 actions (Installing new actions)
1362026-08-30T03:14:01.268Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-30T03:14:01.306ZFinalize: Updating package state database ... Done (0.038s)
1382026-08-30T03:14:01.306ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-30T03:14:01.403ZFinalize: Updating image state ... Done (0.096s)
1402026-08-30T03:14:04.112ZFinalize: Creating fast lookup database ... Done (2.653s)
1412026-08-30T03:14:04.180ZFinalize: Reading search index ... Done (0.014s)
1422026-08-30T03:14:04.183ZFinalize: Updating search index ... Done (0.000s)
1432026-08-30T03:14:04.270ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-30T03:14:04.651ZPlanning: Evaluating mediator changes ... Done
1452026-08-30T03:14:04.755ZPlanning: Checking for conflicting actions ... Done
1462026-08-30T03:14:04.759ZPlanning: Consolidating action changes ... Done
1472026-08-30T03:14:04.912ZPlanning: Evaluating mediators ... Done
1482026-08-30T03:14:04.916ZPlanning: Planning completed in 0.26 seconds
1492026-08-30T03:14:04.937Z Mediators to change: 2
1502026-08-30T03:14:04.937Z Create boot environment: No
1512026-08-30T03:14:04.938ZCreate backup boot environment: No
1522026-08-30T03:14:04.979ZFinalize: Updating package state database ... Done
1532026-08-30T03:14:04.979ZFinalize: Updating package cache ... Done
1542026-08-30T03:14:05.036ZFinalize: Updating image state ... Done
1552026-08-30T03:14:07.012ZFinalize: Creating fast lookup database ... Done
1562026-08-30T03:14:07.073ZFinalize: Reading search index ... Done
1572026-08-30T03:14:07.076ZFinalize: Updating search index ... Done
1582026-08-30T03:14:07.138ZFinalize: Updating package cache ... Done
1592026-08-30T03:14:07.426ZPlanning: Evaluating mediator changes ... Done
1602026-08-30T03:14:07.532ZPlanning: Checking for conflicting actions ... Done
1612026-08-30T03:14:07.536ZPlanning: Consolidating action changes ... Done
1622026-08-30T03:14:07.691ZPlanning: Evaluating mediators ... Done
1632026-08-30T03:14:07.694ZPlanning: Planning completed in 0.27 seconds
1642026-08-30T03:14:07.714Z Mediators to change: 1
1652026-08-30T03:14:07.714Z Create boot environment: No
1662026-08-30T03:14:07.714ZCreate backup boot environment: No
1672026-08-30T03:14:07.763ZFinalize: Updating package state database ... Done
1682026-08-30T03:14:07.763ZFinalize: Updating package cache ... Done
1692026-08-30T03:14:07.818ZFinalize: Updating image state ... Done
1702026-08-30T03:14:09.776ZFinalize: Creating fast lookup database ... Done
1712026-08-30T03:14:09.841ZFinalize: Reading search index ... Done
1722026-08-30T03:14:09.845ZFinalize: Updating search index ... Done
1732026-08-30T03:14:09.901ZFinalize: Updating package cache ... Done
1742026-08-30T03:14:10.221ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-30T03:14:10.221Zapache system 2.4 system
1762026-08-30T03:14:10.221Zclang system 15 system
1772026-08-30T03:14:10.221Zcsh system system illumos
1782026-08-30T03:14:10.221Zctags system system illumos
1792026-08-30T03:14:10.221Zfile vendor vendor darwinsys
1802026-08-30T03:14:10.221Zfile system system illumos
1812026-08-30T03:14:10.221Zgcc vendor 14 vendor
1822026-08-30T03:14:10.221Zgcc system 13 system
1832026-08-30T03:14:10.221Zgcc system 10 system
1842026-08-30T03:14:10.221Zgo system 1.25 system
1852026-08-30T03:14:10.221Zllvm system 15 system
1862026-08-30T03:14:10.221Zmariadb system 11.4 system
1872026-08-30T03:14:10.221Zmta vendor vendor dma
1882026-08-30T03:14:10.221Zopenjdk system 17 system
1892026-08-30T03:14:10.221Zopenjdk system 11 system
1902026-08-30T03:14:10.222Zopenssl vendor 3 vendor
1912026-08-30T03:14:10.222Zperl system 5.40 system
1922026-08-30T03:14:10.222Zpostgresql system 18 system
1932026-08-30T03:14:10.222Zpostgresql system 17 system
1942026-08-30T03:14:10.222Zpython vendor 3 vendor
1952026-08-30T03:14:10.222Zpython system 2 system
1962026-08-30T03:14:10.222Zpython3 vendor 3.13 vendor
1972026-08-30T03:14:10.222Zruby system 3.4 system
1982026-08-30T03:14:10.222Zruby system 3.0 system
1992026-08-30T03:14:10.222Zwords vendor vendor american-english
2002026-08-30T03:14:10.222Zwords system system australian-english
2012026-08-30T03:14:10.222Zwords system system british-english
2022026-08-30T03:14:10.222Zwords system system canadian-english
2032026-08-30T03:14:10.222Zwords system system french
2042026-08-30T03:14:10.222Zwords system system italian
2052026-08-30T03:14:10.222Zwords system system ngerman
2062026-08-30T03:14:10.222Zwords system system ogerman
2072026-08-30T03:14:10.222Zwords system system spanish
2082026-08-30T03:14:10.480ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-30T03:14:10.480Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-30T03:14:10.989ZFMRI IFO
2112026-08-30T03:14:10.989Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-30T03:14:10.989Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-30T03:14:10.989Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-30T03:14:10.989Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-30T03:14:10.989Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-30T03:14:10.989Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-30T03:14:10.989Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-30T03:14:10.989Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-30T03:14:10.989Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-30T03:14:11.340Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-30T03:14:11.701Z Updating crates.io index
2222026-08-30T03:14:11.705Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-30T03:14:12.014Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-30T03:14:12.475Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-30T03:14:12.768Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-30T03:14:13.744Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-30T03:14:14.284Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-30T03:14:15.997Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-30T03:14:16.864Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-30T03:14:17.173Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-30T03:14:17.546Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-30T03:14:18.723Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-30T03:14:19.011Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-30T03:14:19.427Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-30T03:14:19.719Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-30T03:14:20.303Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-30T03:14:20.588Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-30T03:14:20.861Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-30T03:14:21.181Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-30T03:14:21.507Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-30T03:14:21.884Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422026-08-30T03:14:22.419Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-30T03:14:22.931Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-30T03:14:23.260Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-30T03:14:23.853Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-30T03:14:24.182Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-30T03:14:24.494Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-30T03:14:24.955Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-30T03:14:25.483Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-30T03:14:25.919Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-30T03:14:26.263Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-30T03:14:26.548Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-30T03:14:26.897Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-30T03:14:27.291Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-30T03:14:27.844Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-30T03:14:28.130Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-30T03:14:28.435Z Updating crates.io index
2582026-08-30T03:14:28.441Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-30T03:14:28.808Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-30T03:14:29.158Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-30T03:14:29.445Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-30T03:14:29.756Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-30T03:14:30.085Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-30T03:14:30.368Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-30T03:14:30.774Z Updating git repository `https://github.com/illumos/smf-rs`
2662026-08-30T03:14:32.618Zerror: failed to select a version for `oxnet`.
2672026-08-30T03:14:32.618Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
2682026-08-30T03:14:32.619Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
2692026-08-30T03:14:32.619Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
2702026-08-30T03:14:32.619Zversions that meet the requirements `^0.1.7` are: 0.1.7
2712026-08-30T03:14:32.619Z
2722026-08-30T03:14:32.619Zall possible versions conflict with previously selected packages
2732026-08-30T03:14:32.619Z
2742026-08-30T03:14:32.619Z previously selected package `oxnet v0.1.6`
2752026-08-30T03:14:32.619Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
2762026-08-30T03:14:32.619Z
2772026-08-30T03:14:32.619Zfailed to select a version for `oxnet` which could resolve this conflict
2782026-08-30T03:14:32.668ZFailed to run command -- will try 2 more times
2792026-08-30T03:14:32.910Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802026-08-30T03:14:32.946Z Updating crates.io index
2812026-08-30T03:14:32.972Z Updating crates.io index
2822026-08-30T03:14:34.170Zerror: failed to select a version for `oxnet`.
2832026-08-30T03:14:34.170Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
2842026-08-30T03:14:34.170Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
2852026-08-30T03:14:34.170Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
2862026-08-30T03:14:34.170Zversions that meet the requirements `^0.1.7` are: 0.1.7
2872026-08-30T03:14:34.170Z
2882026-08-30T03:14:34.170Zall possible versions conflict with previously selected packages
2892026-08-30T03:14:34.170Z
2902026-08-30T03:14:34.170Z previously selected package `oxnet v0.1.6`
2912026-08-30T03:14:34.170Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
2922026-08-30T03:14:34.170Z
2932026-08-30T03:14:34.170Zfailed to select a version for `oxnet` which could resolve this conflict
2942026-08-30T03:14:34.209ZFailed to run command -- will try 1 more times
2952026-08-30T03:14:34.453Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-08-30T03:14:34.525Z Updating crates.io index
2972026-08-30T03:14:34.725Zerror: failed to select a version for `oxnet`.
2982026-08-30T03:14:34.725Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
2992026-08-30T03:14:34.725Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
3002026-08-30T03:14:34.725Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3012026-08-30T03:14:34.725Zversions that meet the requirements `^0.1.7` are: 0.1.7
3022026-08-30T03:14:34.725Z
3032026-08-30T03:14:34.725Zall possible versions conflict with previously selected packages
3042026-08-30T03:14:34.725Z
3052026-08-30T03:14:34.725Z previously selected package `oxnet v0.1.6`
3062026-08-30T03:14:34.725Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
3072026-08-30T03:14:34.725Z
3082026-08-30T03:14:34.725Zfailed to select a version for `oxnet` which could resolve this conflict
3092026-08-30T03:14:34.751Z
3102026-08-30T03:14:34.755Zreal 40.159340010
3112026-08-30T03:14:34.755Zuser 17.482775178
3122026-08-30T03:14:34.755Zsys 2.329665087
3132026-08-30T03:14:34.755Ztrap 0.002511033
3142026-08-30T03:14:34.755Ztflt 0.044174644
3152026-08-30T03:14:34.755Zdflt 0.044343339
3162026-08-30T03:14:34.755Zkflt 0.015096877
3172026-08-30T03:14:34.755Zlock 49.012981648
3182026-08-30T03:14:34.755Zslp 1:01.444057274
3192026-08-30T03:14:34.755Zlat 0.115079817
3202026-08-30T03:14:34.755Zstop 0.017022017
3212026-08-30T03:14:34.755Zprocess exited: duration 40216 ms, exit code 101
 
3222026-08-30T03:14:34.763Zfound 0 output files
3232026-08-30T03:14:34.763Zupload error: rule "/work/package.tar.gz" required a match, but was not used