01KRD476DMZ8W5S34M7RJWAAMR: 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: 01KRD49GRCFADW8CR4BB2YYJ02

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T03:40:28.438Zjob assigned to worker 01KRD49VNAKKR9KYEJ165HTM1Y [factory aws, i-0d44a2a565df08ff9] (queued for 53 s)
 
22026-05-12T03:40:36.462Zstarting task 0: "setup"
32026-05-12T03:40:36.742Z++ uname -s
42026-05-12T03:40:36.742Z+ kern=SunOS
52026-05-12T03:40:36.742Z+ build_user=build
62026-05-12T03:40:36.742Z+ build_uid=12345
72026-05-12T03:40:36.742Z+ work_dir=/work
82026-05-12T03:40:36.742Z+ input_dir=/input
92026-05-12T03:40:36.742Z+ [[ 0 == 12345 ]]
102026-05-12T03:40:36.742Z+ case "$kern" in
112026-05-12T03:40:36.742Z+ groupadd -g 12345 build
122026-05-12T03:40:36.742Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T03:40:41.646Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T03:40:41.821Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T03:40:41.821Z+ home_fs=zfs
162026-05-12T03:40:41.821Z+ [[ zfs == autofs ]]
172026-05-12T03:40:41.825Z+ mkdir -p /home/build
182026-05-12T03:40:41.826Z+ chown build:build /home/build /work
192026-05-12T03:40:41.826Z+ chmod 0700 /home/build /work
202026-05-12T03:40:41.826Zprocess exited: duration 4154 ms, exit code 0
 
212026-05-12T03:40:42.137Zstarting task 1: "rust-toolchain"
222026-05-12T03:40:42.546Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T03:40:42.546Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T03:40:42.546Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T03:40:42.546Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T03:40:42.546Z * rust toolchain channel = "1.94.0"
272026-05-12T03:40:42.546Z * rust toolchain profile = "default"
282026-05-12T03:40:42.546Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T03:40:42.546Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T03:40:42.546Zinfo: downloading installer
312026-05-12T03:40:45.333Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T03:40:45.333Zwarn: /home/build/.rustup/settings.toml
332026-05-12T03:40:45.333Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T03:40:45.333Zwarn: instead of the one inferred from the default host triple.
352026-05-12T03:40:45.415Zinfo: profile set to default
362026-05-12T03:40:45.415Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T03:40:45.415Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T03:40:45.415Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T03:40:45.415Zinfo: downloading 6 components
402026-05-12T03:40:58.720Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T03:40:58.720Z
422026-05-12T03:40:58.751Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T03:40:58.751Z
442026-05-12T03:40:58.751Z
452026-05-12T03:40:58.751ZRust is installed now. Great!
462026-05-12T03:40:58.751Z
472026-05-12T03:40:58.751ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T03:40:58.751Zenvironment variable. This has not been done automatically.
492026-05-12T03:40:58.751Z
502026-05-12T03:40:58.751ZTo configure your current shell, you need to source
512026-05-12T03:40:58.755Zthe corresponding env file under $HOME/.cargo.
522026-05-12T03:40:58.755Z
532026-05-12T03:40:58.755ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T03:40:58.755Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T03:40:58.755Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T03:40:58.755Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T03:40:58.755Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T03:40:58.755Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T03:40:58.755Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T03:40:58.755Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T03:40:58.755Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T03:40:58.857Z+ rustup --version
632026-05-12T03:40:58.863Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T03:40:58.868Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T03:40:58.886Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T03:40:58.889Z+ cargo --version
672026-05-12T03:40:58.897Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T03:40:58.900Z+ rustc --version
692026-05-12T03:40:58.924Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T03:40:58.934Zprocess exited: duration 16874 ms, exit code 0
 
712026-05-12T03:40:58.947Zstarting task 2: "authentication"
722026-05-12T03:40:58.967Zprocess exited: duration 21 ms, exit code 0
 
732026-05-12T03:40:58.976Zstarting task 3: "clone repository"
742026-05-12T03:40:58.980Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T03:40:58.984Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T03:40:59.046ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T03:41:08.562Z+ cd /work/oxidecomputer/omicron
782026-05-12T03:41:08.563Z+ git fetch origin 4ffa2952926342b3c787ae0d44292fb79d7178e0
792026-05-12T03:41:08.851ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T03:41:08.851Z * branch 4ffa2952926342b3c787ae0d44292fb79d7178e0 -> FETCH_HEAD
812026-05-12T03:41:08.863Z+ [[ -n renovate/crucible-common-digest ]]
822026-05-12T03:41:08.868Z++ git branch --show-current
832026-05-12T03:41:08.874Z+ current=main
842026-05-12T03:41:08.874Z+ [[ main != renovate/crucible-common-digest ]]
852026-05-12T03:41:08.874Z+ git branch -f renovate/crucible-common-digest 4ffa2952926342b3c787ae0d44292fb79d7178e0
862026-05-12T03:41:08.874Z+ git checkout -f renovate/crucible-common-digest
872026-05-12T03:41:09.108ZSwitched to branch 'renovate/crucible-common-digest'
882026-05-12T03:41:09.111Z+ git reset --hard 4ffa2952926342b3c787ae0d44292fb79d7178e0
892026-05-12T03:41:09.124ZHEAD is now at 4ffa29529 Update crucible-common digest to fefccc0
902026-05-12T03:41:09.145Zprocess exited: duration 10149 ms, exit code 0
 
912026-05-12T03:41:09.159Zstarting task 4: "build"
922026-05-12T03:41:09.165Z+ source .github/buildomat/ci-env.sh
932026-05-12T03:41:09.165Z++ export CARGO_TERM_COLOR=always
942026-05-12T03:41:09.165Z++ CARGO_TERM_COLOR=always
952026-05-12T03:41:09.165Z+ cargo --version
962026-05-12T03:41:09.177Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T03:41:09.180Z+ rustc --version
982026-05-12T03:41:09.197Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T03:41:09.202Z+ WORK=/work
1002026-05-12T03:41:09.202Z+ pfexec mkdir -p /work
1012026-05-12T03:41:09.205Z+ pfexec chown build /work
1022026-05-12T03:41:09.208Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-12T03:41:10.722Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-12T03:41:10.770Z Startup: Caching catalogs ... Done
1052026-05-12T03:41:10.926ZPlanning: Solver setup ... Done (0.119s)
1062026-05-12T03:41:10.934ZPlanning: Running solver ... Done (0.009s)
1072026-05-12T03:41:10.938ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-12T03:41:10.948ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-12T03:41:10.964ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-12T03:41:10.980ZPlanning: Package planning ... Done (0.013s)
1112026-05-12T03:41:10.984ZPlanning: Merging actions ... Done (0.001s)
1122026-05-12T03:41:11.171ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-05-12T03:41:11.176ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-12T03:41:12.082ZPlanning: Evaluating mediators ... Done (0.911s)
1152026-05-12T03:41:12.086ZPlanning: Planning completed in 1.29 seconds
1162026-05-12T03:41:12.092Z Packages to install: 2
1172026-05-12T03:41:12.092Z Estimated space available: 156.10 GB
1182026-05-12T03:41:12.092ZEstimated space to be consumed: 16.95 MB
1192026-05-12T03:41:12.092Z Create boot environment: No
1202026-05-12T03:41:12.092ZCreate backup boot environment: No
1212026-05-12T03:41:12.092Z Rebuild boot archive: No
1222026-05-12T03:41:12.096Z
1232026-05-12T03:41:12.096ZChanged packages:
1242026-05-12T03:41:12.096Zhelios
1252026-05-12T03:41:12.096Z developer/build-essential
1262026-05-12T03:41:12.096Z None -> 11-3.0
1272026-05-12T03:41:12.096Z library/libxmlsec1
1282026-05-12T03:41:12.096Z None -> 1.2.35-3.0
1292026-05-12T03:41:12.118Z
1302026-05-12T03:41:12.118ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-12T03:41:15.159ZDownload: Completed 1.28 MB in 3.02 seconds (434k/s)
1322026-05-12T03:41:15.272Z Actions: 1/268 actions (Installing new actions)
1332026-05-12T03:41:15.313Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-12T03:41:15.321ZFinalize: Updating package state database ... Done (0.005s)
1352026-05-12T03:41:15.321ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-12T03:41:15.337ZFinalize: Updating image state ... Done (0.012s)
1372026-05-12T03:41:17.928ZFinalize: Creating fast lookup database ... Done (2.580s)
1382026-05-12T03:41:17.997ZFinalize: Reading search index ... Done (0.012s)
1392026-05-12T03:41:18.001ZFinalize: Updating search index ... Done (0.000s)
1402026-05-12T03:41:18.112ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-12T03:41:18.407ZPlanning: Evaluating mediator changes ... Done
1422026-05-12T03:41:18.510ZPlanning: Checking for conflicting actions ... Done
1432026-05-12T03:41:18.513ZPlanning: Consolidating action changes ... Done
1442026-05-12T03:41:18.673ZPlanning: Evaluating mediators ... Done
1452026-05-12T03:41:18.678ZPlanning: Planning completed in 0.26 seconds
1462026-05-12T03:41:18.710Z Mediators to change: 2
1472026-05-12T03:41:18.710Z Create boot environment: No
1482026-05-12T03:41:18.711ZCreate backup boot environment: No
1492026-05-12T03:41:18.768ZFinalize: Updating package state database ... Done
1502026-05-12T03:41:18.768ZFinalize: Updating package cache ... Done
1512026-05-12T03:41:18.776ZFinalize: Updating image state ... Done
1522026-05-12T03:41:20.708ZFinalize: Creating fast lookup database ... Done
1532026-05-12T03:41:20.769ZFinalize: Reading search index ... Done
1542026-05-12T03:41:20.772ZFinalize: Updating search index ... Done
1552026-05-12T03:41:20.864ZFinalize: Updating package cache ... Done
1562026-05-12T03:41:21.148ZPlanning: Evaluating mediator changes ... Done
1572026-05-12T03:41:21.252ZPlanning: Checking for conflicting actions ... Done
1582026-05-12T03:41:21.256ZPlanning: Consolidating action changes ... Done
1592026-05-12T03:41:21.410ZPlanning: Evaluating mediators ... Done
1602026-05-12T03:41:21.413ZPlanning: Planning completed in 0.26 seconds
1612026-05-12T03:41:21.437Z Mediators to change: 1
1622026-05-12T03:41:21.437Z Create boot environment: No
1632026-05-12T03:41:21.437ZCreate backup boot environment: No
1642026-05-12T03:41:21.493ZFinalize: Updating package state database ... Done
1652026-05-12T03:41:21.493ZFinalize: Updating package cache ... Done
1662026-05-12T03:41:21.503ZFinalize: Updating image state ... Done
1672026-05-12T03:41:23.439ZFinalize: Creating fast lookup database ... Done
1682026-05-12T03:41:23.541ZFinalize: Reading search index ... Done
1692026-05-12T03:41:23.548ZFinalize: Updating search index ... Done
1702026-05-12T03:41:23.580ZFinalize: Updating package cache ... Done
1712026-05-12T03:41:23.894ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-12T03:41:23.894Zapache system 2.4 system
1732026-05-12T03:41:23.894Zclang system 15 system
1742026-05-12T03:41:23.894Zcsh system system illumos
1752026-05-12T03:41:23.894Zctags system system illumos
1762026-05-12T03:41:23.894Zfile vendor vendor darwinsys
1772026-05-12T03:41:23.894Zfile system system illumos
1782026-05-12T03:41:23.894Zgcc vendor 14 vendor
1792026-05-12T03:41:23.894Zgcc system 13 system
1802026-05-12T03:41:23.894Zgcc system 10 system
1812026-05-12T03:41:23.895Zgo system 1.25 system
1822026-05-12T03:41:23.895Zllvm system 15 system
1832026-05-12T03:41:23.895Zmariadb system 11.4 system
1842026-05-12T03:41:23.895Zmta vendor vendor dma
1852026-05-12T03:41:23.895Zopenjdk system 17 system
1862026-05-12T03:41:23.895Zopenjdk system 11 system
1872026-05-12T03:41:23.895Zopenssl vendor 3 vendor
1882026-05-12T03:41:23.895Zperl system 5.40 system
1892026-05-12T03:41:23.895Zpostgresql system 18 system
1902026-05-12T03:41:23.895Zpostgresql system 17 system
1912026-05-12T03:41:23.895Zpython vendor 3 vendor
1922026-05-12T03:41:23.895Zpython system 2 system
1932026-05-12T03:41:23.895Zpython3 vendor 3.13 vendor
1942026-05-12T03:41:23.895Zruby system 3.4 system
1952026-05-12T03:41:23.895Zruby system 3.0 system
1962026-05-12T03:41:23.895Zwords vendor vendor american-english
1972026-05-12T03:41:23.895Zwords system system australian-english
1982026-05-12T03:41:23.895Zwords system system british-english
1992026-05-12T03:41:23.895Zwords system system canadian-english
2002026-05-12T03:41:23.895Zwords system system french
2012026-05-12T03:41:23.895Zwords system system italian
2022026-05-12T03:41:23.896Zwords system system ngerman
2032026-05-12T03:41:23.896Zwords system system ogerman
2042026-05-12T03:41:23.896Zwords system system spanish
2052026-05-12T03:41:24.138ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-12T03:41:24.138Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-12T03:41:24.432ZFMRI IFO
2082026-05-12T03:41:24.432Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-12T03:41:24.432Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-12T03:41:24.432Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-12T03:41:24.432Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-12T03:41:24.432Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-12T03:41:24.433Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-12T03:41:24.433Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-12T03:41:24.433Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-12T03:41:24.433Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-12T03:41:24.629Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-12T03:41:24.868Z Updating crates.io index
2192026-05-12T03:41:24.901Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-12T03:41:25.113Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-12T03:41:25.942Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-12T03:41:26.321Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-12T03:41:27.455Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-12T03:41:27.951Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-12T03:41:29.224Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-12T03:41:29.916Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-12T03:41:30.376Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-12T03:41:31.432Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-12T03:41:31.834Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-12T03:41:32.295Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-12T03:41:32.599Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-12T03:41:33.721Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-12T03:41:34.204Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-12T03:41:34.599Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-12T03:41:35.048Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-12T03:41:35.458Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-12T03:41:35.838Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-12T03:41:36.061Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-12T03:41:36.295Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-12T03:41:36.708Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-12T03:41:37.025Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-12T03:41:37.798Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-12T03:41:38.385Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-12T03:41:38.641Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-12T03:41:38.908Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-12T03:41:39.174Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-12T03:41:40.670Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-12T03:41:41.141Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-12T03:41:41.356Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-12T03:41:41.711Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-12T03:41:42.002Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-12T03:41:42.341Z Updating crates.io index
2532026-05-12T03:41:42.349Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-12T03:41:42.614Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-12T03:41:42.900Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-12T03:41:43.109Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-12T03:41:44.076Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-12T03:41:55.330Zerror: failed to select a version for `vergen`.
2592026-05-12T03:41:55.330Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)`
2602026-05-12T03:41:55.330Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2612026-05-12T03:41:55.330Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
2622026-05-12T03:41:55.330Zversions that meet the requirements `^9.1.0` are: 9.1.0
2632026-05-12T03:41:55.330Z
2642026-05-12T03:41:55.330Zall possible versions conflict with previously selected packages.
2652026-05-12T03:41:55.331Z
2662026-05-12T03:41:55.331Z previously selected package `vergen v9.0.6`
2672026-05-12T03:41:55.331Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
2682026-05-12T03:41:55.331Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
2692026-05-12T03:41:55.331Z
2702026-05-12T03:41:55.331Zfailed to select a version for `vergen` which could resolve this conflict
2712026-05-12T03:41:55.351ZFailed to run command -- will try 2 more times
2722026-05-12T03:41:55.632Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732026-05-12T03:41:55.686Z Updating crates.io index
2742026-05-12T03:41:55.858Z Updating crates.io index
2752026-05-12T03:41:56.526Zerror: failed to select a version for `vergen`.
2762026-05-12T03:41:56.526Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)`
2772026-05-12T03:41:56.526Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2782026-05-12T03:41:56.526Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
2792026-05-12T03:41:56.526Zversions that meet the requirements `^9.1.0` are: 9.1.0
2802026-05-12T03:41:56.526Z
2812026-05-12T03:41:56.526Zall possible versions conflict with previously selected packages.
2822026-05-12T03:41:56.526Z
2832026-05-12T03:41:56.526Z previously selected package `vergen v9.0.6`
2842026-05-12T03:41:56.526Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
2852026-05-12T03:41:56.526Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
2862026-05-12T03:41:56.526Z
2872026-05-12T03:41:56.526Zfailed to select a version for `vergen` which could resolve this conflict
2882026-05-12T03:41:56.567ZFailed to run command -- will try 1 more times
2892026-05-12T03:41:56.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-12T03:41:57.309Z Updating crates.io index
2912026-05-12T03:41:57.708Zerror: failed to select a version for `vergen`.
2922026-05-12T03:41:57.708Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)`
2932026-05-12T03:41:57.708Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2942026-05-12T03:41:57.708Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
2952026-05-12T03:41:57.708Zversions that meet the requirements `^9.1.0` are: 9.1.0
2962026-05-12T03:41:57.708Z
2972026-05-12T03:41:57.708Zall possible versions conflict with previously selected packages.
2982026-05-12T03:41:57.709Z
2992026-05-12T03:41:57.709Z previously selected package `vergen v9.0.6`
3002026-05-12T03:41:57.709Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3012026-05-12T03:41:57.709Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
3022026-05-12T03:41:57.709Z
3032026-05-12T03:41:57.709Zfailed to select a version for `vergen` which could resolve this conflict
3042026-05-12T03:41:57.815Z
3052026-05-12T03:41:57.815Zreal 48.144202931
3062026-05-12T03:41:57.815Zuser 19.905766569
3072026-05-12T03:41:57.815Zsys 2.164196091
3082026-05-12T03:41:57.815Ztrap 0.003779970
3092026-05-12T03:41:57.815Ztflt 0.044550276
3102026-05-12T03:41:57.815Zdflt 0.044735295
3112026-05-12T03:41:57.815Zkflt 0.014382705
3122026-05-12T03:41:57.815Zlock 0.106030849
3132026-05-12T03:41:57.815Zslp 1:16.296686981
3142026-05-12T03:41:57.815Zlat 0.161482995
3152026-05-12T03:41:57.815Zstop 0.000547910
3162026-05-12T03:41:57.815Zprocess exited: duration 48198 ms, exit code 101
 
3172026-05-12T03:41:57.941Zfound 0 output files
3182026-05-12T03:41:57.941Zupload error: rule "/work/package.tar.gz" required a match, but was not used