01KQV39DS46K7BCH6TPYC3W980: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQV3A724T2ZTJBTNNM1S0YBX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T03:36:55.578Zjob assigned to worker 01KQV3AC3D5G3MHG8VDAATC0DH [factory aws, i-085410757ea63186d] (queued for 46 s)
 
22026-05-05T03:37:03.230Zstarting task 0: "setup"
32026-05-05T03:37:03.236Z++ uname -s
42026-05-05T03:37:03.239Z+ kern=SunOS
52026-05-05T03:37:03.239Z+ build_user=build
62026-05-05T03:37:03.239Z+ build_uid=12345
72026-05-05T03:37:03.239Z+ work_dir=/work
82026-05-05T03:37:03.239Z+ input_dir=/input
92026-05-05T03:37:03.239Z+ [[ 0 == 12345 ]]
102026-05-05T03:37:03.239Z+ case "$kern" in
112026-05-05T03:37:03.239Z+ groupadd -g 12345 build
122026-05-05T03:37:03.242Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T03:37:05.249Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T03:37:05.435Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T03:37:05.438Z+ home_fs=zfs
162026-05-05T03:37:05.438Z+ [[ zfs == autofs ]]
172026-05-05T03:37:05.438Z+ mkdir -p /home/build
182026-05-05T03:37:05.441Z+ chown build:build /home/build /work
192026-05-05T03:37:06.442Z+ chmod 0700 /home/build /work
202026-05-05T03:37:06.445Zprocess exited: duration 3217 ms, exit code 0
 
212026-05-05T03:37:06.452Zstarting task 1: "rust-toolchain"
222026-05-05T03:37:06.458Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T03:37:06.458Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-05T03:37:06.458Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-05T03:37:06.458Z * rust toolchain channel = "1.94.0"
262026-05-05T03:37:06.458Z * rust toolchain profile = "default"
272026-05-05T03:37:06.458Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T03:37:06.461Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T03:37:06.461Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T03:37:06.632Zinfo: downloading installer
312026-05-05T03:37:08.071Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T03:37:08.071Zwarn: /opt/ooce/bin
332026-05-05T03:37:08.071Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T03:37:08.071Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T03:37:08.071Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T03:37:08.071Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T03:37:08.071Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T03:37:08.071Zerror: cannot install while Rust is installed
392026-05-05T03:37:08.071Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T03:37:08.071Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T03:37:08.071Zwarn: /home/build/.rustup/settings.toml
422026-05-05T03:37:08.071Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T03:37:08.071Zwarn: instead of the one inferred from the default host triple.
442026-05-05T03:37:08.086Zinfo: profile set to default
452026-05-05T03:37:08.086Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T03:37:08.090Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T03:37:08.232Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T03:37:08.235Zinfo: downloading 6 components
492026-05-05T03:37:22.494Z
502026-05-05T03:37:22.494Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-05-05T03:37:22.526Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T03:37:22.526Z
532026-05-05T03:37:22.526Z
542026-05-05T03:37:22.527ZRust is installed now. Great!
552026-05-05T03:37:22.527Z
562026-05-05T03:37:22.527ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T03:37:22.527Zenvironment variable. This has not been done automatically.
582026-05-05T03:37:22.527Z
592026-05-05T03:37:22.527ZTo configure your current shell, you need to source
602026-05-05T03:37:22.527Zthe corresponding env file under $HOME/.cargo.
612026-05-05T03:37:22.527Z
622026-05-05T03:37:22.527ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T03:37:22.527Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T03:37:22.527Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T03:37:22.527Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T03:37:22.527Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T03:37:22.527Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T03:37:22.527Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T03:37:22.530Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T03:37:22.530Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T03:37:22.630Z+ rustup --version
722026-05-05T03:37:22.636Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T03:37:22.636Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T03:37:22.658Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T03:37:22.661Z+ cargo --version
762026-05-05T03:37:22.669Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T03:37:22.672Z+ rustc --version
782026-05-05T03:37:22.693Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T03:37:22.696Zprocess exited: duration 16242 ms, exit code 0
 
802026-05-05T03:37:22.702Zstarting task 2: "authentication"
812026-05-05T03:37:22.723Zprocess exited: duration 20 ms, exit code 0
 
822026-05-05T03:37:22.733Zstarting task 3: "clone repository"
832026-05-05T03:37:22.738Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T03:37:22.742Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T03:37:22.770ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T03:37:31.973Z+ cd /work/oxidecomputer/omicron
872026-05-05T03:37:31.973Z+ git fetch origin b88ada88b3bd17768d50213bdcc86cfeb28cf893
882026-05-05T03:37:32.291ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T03:37:32.291Z * branch b88ada88b3bd17768d50213bdcc86cfeb28cf893 -> FETCH_HEAD
902026-05-05T03:37:32.306Z+ [[ -n renovate/crucible-common-digest ]]
912026-05-05T03:37:32.309Z++ git branch --show-current
922026-05-05T03:37:32.312Z+ current=main
932026-05-05T03:37:32.312Z+ [[ main != renovate/crucible-common-digest ]]
942026-05-05T03:37:32.312Z+ git branch -f renovate/crucible-common-digest b88ada88b3bd17768d50213bdcc86cfeb28cf893
952026-05-05T03:37:32.315Z+ git checkout -f renovate/crucible-common-digest
962026-05-05T03:37:32.555ZSwitched to branch 'renovate/crucible-common-digest'
972026-05-05T03:37:32.558Z+ git reset --hard b88ada88b3bd17768d50213bdcc86cfeb28cf893
982026-05-05T03:37:32.571ZHEAD is now at b88ada88b Update crucible-common digest to 6b7b7b7
992026-05-05T03:37:32.574Zprocess exited: duration 9841 ms, exit code 0
 
1002026-05-05T03:37:32.581Zstarting task 4: "build"
1012026-05-05T03:37:32.586Z+ source .github/buildomat/ci-env.sh
1022026-05-05T03:37:32.586Z++ export CARGO_TERM_COLOR=always
1032026-05-05T03:37:32.586Z++ CARGO_TERM_COLOR=always
1042026-05-05T03:37:32.589Z+ cargo --version
1052026-05-05T03:37:32.596Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T03:37:32.600Z+ rustc --version
1072026-05-05T03:37:32.625Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T03:37:32.628Z+ WORK=/work
1092026-05-05T03:37:32.629Z+ pfexec mkdir -p /work
1102026-05-05T03:37:32.629Z+ pfexec chown build /work
1112026-05-05T03:37:32.634Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-05T03:37:45.048Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-05T03:37:52.435Z Startup: Caching catalogs ... Done
1142026-05-05T03:37:59.277ZPlanning: Solver setup ... Done (5.382s)
1152026-05-05T03:37:59.315ZPlanning: Running solver ... Done (0.037s)
1162026-05-05T03:37:59.447ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-05T03:37:59.898ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-05T03:38:00.456ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-05T03:38:00.493ZPlanning: Package planning ... Done (0.037s)
1202026-05-05T03:38:00.529ZPlanning: Merging actions ... Done (0.036s)
1212026-05-05T03:38:00.712ZPlanning: Checking for conflicting actions ... Done (0.182s)
1222026-05-05T03:38:00.721ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-05T03:38:01.589ZPlanning: Evaluating mediators ... Done (0.868s)
1242026-05-05T03:38:01.597ZPlanning: Planning completed in 8.99 seconds
1252026-05-05T03:38:01.610Z Packages to install: 5
1262026-05-05T03:38:01.610Z Mediators to change: 3
1272026-05-05T03:38:01.610Z Services to change: 1
1282026-05-05T03:38:01.610Z Estimated space available: 155.34 GB
1292026-05-05T03:38:01.610ZEstimated space to be consumed: 1.90 GB
1302026-05-05T03:38:01.613Z Create boot environment: No
1312026-05-05T03:38:01.613ZCreate backup boot environment: No
1322026-05-05T03:38:01.613Z Rebuild boot archive: No
1332026-05-05T03:38:01.613Z
1342026-05-05T03:38:01.613ZChanged mediators:
1352026-05-05T03:38:01.613Z mediator clang:
1362026-05-05T03:38:01.613Z version: None -> 15 (system default)
1372026-05-05T03:38:01.613Z
1382026-05-05T03:38:01.614Z mediator llvm:
1392026-05-05T03:38:01.614Z version: 14 (system default) -> 15 (system default)
1402026-05-05T03:38:01.614Z
1412026-05-05T03:38:01.614Z mediator postgresql:
1422026-05-05T03:38:01.614Z version: 15 (system default) -> 18 (system default)
1432026-05-05T03:38:01.614Z
1442026-05-05T03:38:01.614ZChanged packages:
1452026-05-05T03:38:01.614Zhelios-dev
1462026-05-05T03:38:01.614Z developer/build-essential
1472026-05-05T03:38:01.614Z None -> 11-2.0
1482026-05-05T03:38:01.614Z library/libxmlsec1
1492026-05-05T03:38:01.614Z None -> 1.2.35-2.0
1502026-05-05T03:38:01.614Z ooce/developer/clang-15
1512026-05-05T03:38:01.614Z None -> 15.0.7-2.0
1522026-05-05T03:38:01.616Z ooce/developer/llvm-15
1532026-05-05T03:38:01.616Z None -> 15.0.7-2.0
1542026-05-05T03:38:01.616Z ooce/library/postgresql-18
1552026-05-05T03:38:01.616Z None -> 18.1-2.0
1562026-05-05T03:38:01.616Z
1572026-05-05T03:38:01.616ZServices:
1582026-05-05T03:38:01.616Z restart_fmri:
1592026-05-05T03:38:01.616Z svc:/system/update-man-index:default
1602026-05-05T03:38:01.656Z
1612026-05-05T03:38:01.656ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-05T03:38:06.656ZDownload: 1215/4272 items 86.8/219.0MB 39% complete (17.4M/s)
1632026-05-05T03:38:11.837ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (15.2M/s)
1642026-05-05T03:38:17.224ZDownload: 3243/4272 items 203.0/219.0MB 92% complete (11.8M/s)
1652026-05-05T03:38:22.231ZDownload: 3616/4272 items 213.6/219.0MB 97% complete (9.4M/s)
1662026-05-05T03:38:33.183ZDownload: 4247/4272 items 218.9/219.0MB 99% complete (8.6M/s)
1672026-05-05T03:38:33.232ZDownload: Completed 218.99 MB in 31.50 seconds (7.0M/s)
1682026-05-05T03:38:33.305Z Actions: 1/4789 actions (Installing new actions)
1692026-05-05T03:38:36.874Z Actions: Completed 4789 actions in 3.37 seconds.
1702026-05-05T03:38:38.144Z Done (0.639s)
1712026-05-05T03:38:38.144Z Done (0.000s)
1722026-05-05T03:38:38.156Z Done (0.630s)
1732026-05-05T03:38:41.118Z Done (2.724s)
1742026-05-05T03:38:41.165Z Done (0.014s)
1752026-05-05T03:38:41.165Z Done (0.000s)
1762026-05-05T03:38:41.366Z Done (0.000s)
1772026-05-05T03:38:42.220ZPlanning: Evaluating mediator changes ... Done
1782026-05-05T03:38:42.324ZPlanning: Checking for conflicting actions ... Done
1792026-05-05T03:38:42.327ZPlanning: Consolidating action changes ... Done
1802026-05-05T03:38:42.486ZPlanning: Evaluating mediators ... Done
1812026-05-05T03:38:42.492ZPlanning: Planning completed in 0.26 seconds
1822026-05-05T03:38:42.501Z Mediators to change: 2
1832026-05-05T03:38:42.501Z Create boot environment: No
1842026-05-05T03:38:42.501ZCreate backup boot environment: No
1852026-05-05T03:38:42.564Z Done
1862026-05-05T03:38:42.564Z Done
1872026-05-05T03:38:43.253Z Done
1882026-05-05T03:38:45.683Z Done
1892026-05-05T03:38:45.759Z Done
1902026-05-05T03:38:45.765Z Done
1912026-05-05T03:38:45.899Z Done
1922026-05-05T03:38:46.153ZPlanning: Evaluating mediator changes ... Done
1932026-05-05T03:38:46.262ZPlanning: Checking for conflicting actions ... Done
1942026-05-05T03:38:46.266ZPlanning: Consolidating action changes ... Done
1952026-05-05T03:38:46.421ZPlanning: Evaluating mediators ... Done
1962026-05-05T03:38:46.424ZPlanning: Planning completed in 0.27 seconds
1972026-05-05T03:38:46.447Z Mediators to change: 1
1982026-05-05T03:38:46.447Z Create boot environment: No
1992026-05-05T03:38:46.447ZCreate backup boot environment: No
2002026-05-05T03:38:46.503Z Done
2012026-05-05T03:38:46.503Z Done
2022026-05-05T03:38:47.115Z Done
2032026-05-05T03:38:49.548Z Done
2042026-05-05T03:38:49.623Z Done
2052026-05-05T03:38:49.627Z Done
2062026-05-05T03:38:49.772Z Done
2072026-05-05T03:38:50.055ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-05-05T03:38:50.055Zclang system 15 system
2092026-05-05T03:38:50.055Zcsh system system illumos
2102026-05-05T03:38:50.056Zctags system system illumos
2112026-05-05T03:38:50.056Zfile system system illumos
2122026-05-05T03:38:50.056Zgcc vendor 12 vendor
2132026-05-05T03:38:50.056Zgcc system 14 system
2142026-05-05T03:38:50.056Zgcc system 10 system
2152026-05-05T03:38:50.056Zgo system 1.20 system
2162026-05-05T03:38:50.056Zgo system 1.19 system
2172026-05-05T03:38:50.056Zllvm system 15 system
2182026-05-05T03:38:50.056Zllvm system 14 system
2192026-05-05T03:38:50.056Zmariadb system 10.6 system
2202026-05-05T03:38:50.056Zmta vendor vendor dma
2212026-05-05T03:38:50.056Zopenjdk system 17 system
2222026-05-05T03:38:50.056Zopenjdk system 11 system
2232026-05-05T03:38:50.057Zopenjdk system 1.8 system
2242026-05-05T03:38:50.057Zopenssl vendor 3 vendor
2252026-05-05T03:38:50.057Zperl system 5.36 system
2262026-05-05T03:38:50.057Zpostgresql system 18 system
2272026-05-05T03:38:50.057Zpostgresql system 15 system
2282026-05-05T03:38:50.057Zpostgresql system 13 system
2292026-05-05T03:38:50.057Zpython vendor 3 vendor
2302026-05-05T03:38:50.057Zpython system 2 system
2312026-05-05T03:38:50.057Zpython3 system 3.11 system
2322026-05-05T03:38:50.057Zruby system 3.0 system
2332026-05-05T03:38:50.057Zwords vendor vendor american-english
2342026-05-05T03:38:50.057Zwords system system australian-english
2352026-05-05T03:38:50.057Zwords system system british-english
2362026-05-05T03:38:50.057Zwords system system canadian-english
2372026-05-05T03:38:50.057Zwords system system french
2382026-05-05T03:38:50.057Zwords system system italian
2392026-05-05T03:38:50.057Zwords system system ngerman
2402026-05-05T03:38:50.057Zwords system system ogerman
2412026-05-05T03:38:50.057Zwords system system spanish
2422026-05-05T03:38:50.276ZPUBLISHER TYPE STATUS P LOCATION
2432026-05-05T03:38:50.276Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-05-05T03:38:54.845ZFMRI IFO
2452026-05-05T03:38:54.845Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-05-05T03:38:54.846Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-05-05T03:38:54.846Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-05-05T03:38:54.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-05-05T03:38:54.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-05-05T03:38:54.846Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-05-05T03:38:54.847Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2522026-05-05T03:38:54.847Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2532026-05-05T03:38:54.847Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-05-05T03:38:54.847Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-05-05T03:38:54.847Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-05-05T03:38:54.847Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-05-05T03:38:54.847Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-05-05T03:38:54.847Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-05-05T03:38:54.847Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-05-05T03:38:54.847Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-05-05T03:38:54.847Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-05-05T03:38:55.973Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-05-05T03:38:56.225Z Updating crates.io index
2642026-05-05T03:38:56.265Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-05-05T03:38:57.121Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-05-05T03:38:57.556Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-05-05T03:38:58.238Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-05-05T03:38:59.061Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-05-05T03:38:59.541Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-05T03:39:00.852Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-05-05T03:39:01.777Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-05-05T03:39:02.102Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-05-05T03:39:03.070Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-05-05T03:39:03.545Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-05-05T03:39:03.913Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-05-05T03:39:04.291Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-05-05T03:39:05.179Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-05-05T03:39:05.712Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-05T03:39:06.037Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-05-05T03:39:06.372Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-05-05T03:39:06.750Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-05-05T03:39:06.988Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-05-05T03:39:07.227Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-05-05T03:39:07.489Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-05-05T03:39:07.921Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-05-05T03:39:08.448Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-05-05T03:39:09.060Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2882026-05-05T03:39:09.542Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2892026-05-05T03:39:09.883Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2902026-05-05T03:39:10.182Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912026-05-05T03:39:11.490Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922026-05-05T03:39:12.297Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932026-05-05T03:39:12.761Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-05-05T03:39:13.132Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-05-05T03:39:13.443Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-05-05T03:39:13.756Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-05-05T03:39:14.070Z Updating crates.io index
2982026-05-05T03:39:14.111Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992026-05-05T03:39:14.331Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002026-05-05T03:39:14.599Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012026-05-05T03:39:14.863Z Updating git repository `https://github.com/illumos/smf-rs`
3022026-05-05T03:39:15.352Z Updating git repository `https://github.com/oxidecomputer/omicron`
3032026-05-05T03:39:27.694Zerror: failed to select a version for `vergen`.
3042026-05-05T03:39:27.694Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3052026-05-05T03:39:27.694Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3062026-05-05T03:39:27.694Z ... 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)`
3072026-05-05T03:39:27.694Zversions that meet the requirements `^9.1.0` are: 9.1.0
3082026-05-05T03:39:27.694Z
3092026-05-05T03:39:27.694Zall possible versions conflict with previously selected packages.
3102026-05-05T03:39:27.694Z
3112026-05-05T03:39:27.694Z previously selected package `vergen v9.0.6`
3122026-05-05T03:39:27.694Z ... 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)`
3132026-05-05T03:39:27.694Z ... 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)`
3142026-05-05T03:39:27.694Z
3152026-05-05T03:39:27.694Zfailed to select a version for `vergen` which could resolve this conflict
3162026-05-05T03:39:27.738ZFailed to run command -- will try 2 more times
3172026-05-05T03:39:27.986Z Updating git repository `https://github.com/oxidecomputer/crucible`
3182026-05-05T03:39:28.012Z Updating crates.io index
3192026-05-05T03:39:28.244Z Updating crates.io index
3202026-05-05T03:39:29.004Zerror: failed to select a version for `vergen`.
3212026-05-05T03:39:29.004Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3222026-05-05T03:39:29.004Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3232026-05-05T03:39:29.004Z ... 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)`
3242026-05-05T03:39:29.004Zversions that meet the requirements `^9.1.0` are: 9.1.0
3252026-05-05T03:39:29.004Z
3262026-05-05T03:39:29.005Zall possible versions conflict with previously selected packages.
3272026-05-05T03:39:29.005Z
3282026-05-05T03:39:29.005Z previously selected package `vergen v9.0.6`
3292026-05-05T03:39:29.005Z ... 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)`
3302026-05-05T03:39:29.005Z ... 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)`
3312026-05-05T03:39:29.005Z
3322026-05-05T03:39:29.005Zfailed to select a version for `vergen` which could resolve this conflict
3332026-05-05T03:39:29.049ZFailed to run command -- will try 1 more times
3342026-05-05T03:39:29.322Z Updating git repository `https://github.com/oxidecomputer/crucible`
3352026-05-05T03:39:29.381Z Updating crates.io index
3362026-05-05T03:39:29.909Zerror: failed to select a version for `vergen`.
3372026-05-05T03:39:29.910Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3382026-05-05T03:39:29.910Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3392026-05-05T03:39:29.910Z ... 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)`
3402026-05-05T03:39:29.910Zversions that meet the requirements `^9.1.0` are: 9.1.0
3412026-05-05T03:39:29.910Z
3422026-05-05T03:39:29.910Zall possible versions conflict with previously selected packages.
3432026-05-05T03:39:29.910Z
3442026-05-05T03:39:29.910Z previously selected package `vergen v9.0.6`
3452026-05-05T03:39:29.910Z ... 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)`
3462026-05-05T03:39:29.910Z ... 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)`
3472026-05-05T03:39:29.910Z
3482026-05-05T03:39:29.910Zfailed to select a version for `vergen` which could resolve this conflict
3492026-05-05T03:39:29.934Z
3502026-05-05T03:39:29.941Zreal 1:57.292482897
3512026-05-05T03:39:29.941Zuser 54.141738666
3522026-05-05T03:39:29.941Zsys 5.731958208
3532026-05-05T03:39:29.941Ztrap 0.008410566
3542026-05-05T03:39:29.941Ztflt 0.027035118
3552026-05-05T03:39:29.941Zdflt 0.042836884
3562026-05-05T03:39:29.941Zkflt 0.013176586
3572026-05-05T03:39:29.941Zlock 0.142395909
3582026-05-05T03:39:29.941Zslp 2:58.387526615
3592026-05-05T03:39:29.941Zlat 0.248163424
3602026-05-05T03:39:29.941Zstop 0.000491436
3612026-05-05T03:39:29.941Zprocess exited: duration 117346 ms, exit code 101
 
3622026-05-05T03:39:29.951Zfound 0 output files
3632026-05-05T03:39:29.951Zupload error: rule "/work/package.tar.gz" required a match, but was not used