01KRMVH36WR2T1ZTK8DBY42HFC: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "=/tmp/nextest-chrome-trace.json",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-32c256gb",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KRMVHNY3KJWCM9D8Q58QW0PS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T03:41:34.672Zjob assigned to worker 01KRMVHP5R0DWPACNY408ST4GF [factory aws, i-0a048359fb8fc3f24] (queued for 54 s)
 
22026-05-15T03:41:42.460Zstarting task 0: "setup"
32026-05-15T03:41:42.465Z++ uname -s
42026-05-15T03:41:42.468Z+ kern=SunOS
52026-05-15T03:41:42.468Z+ build_user=build
62026-05-15T03:41:42.468Z+ build_uid=12345
72026-05-15T03:41:42.468Z+ work_dir=/work
82026-05-15T03:41:42.468Z+ input_dir=/input
92026-05-15T03:41:42.468Z+ [[ 0 == 12345 ]]
102026-05-15T03:41:42.468Z+ case "$kern" in
112026-05-15T03:41:42.468Z+ groupadd -g 12345 build
122026-05-15T03:41:42.471Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T03:41:44.479Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T03:41:44.565Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T03:41:44.568Z+ home_fs=zfs
162026-05-15T03:41:44.568Z+ [[ zfs == autofs ]]
172026-05-15T03:41:44.568Z+ mkdir -p /home/build
182026-05-15T03:41:44.571Z+ chown build:build /home/build /work
192026-05-15T03:41:46.574Z+ chmod 0700 /home/build /work
202026-05-15T03:41:46.577Zprocess exited: duration 4119 ms, exit code 0
 
212026-05-15T03:41:46.582Zstarting task 1: "rust-toolchain"
222026-05-15T03:41:46.589Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T03:41:46.589Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T03:41:46.589Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-15T03:41:46.589Z * rust toolchain channel = "1.94.0"
262026-05-15T03:41:46.589Z * rust toolchain profile = "default"
272026-05-15T03:41:46.589Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T03:41:46.592Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T03:41:46.595Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T03:41:46.665Zinfo: downloading installer
312026-05-15T03:41:48.043Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T03:41:48.044Zwarn: /home/build/.rustup/settings.toml
332026-05-15T03:41:48.044Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T03:41:48.044Zwarn: instead of the one inferred from the default host triple.
352026-05-15T03:41:48.059Zinfo: profile set to default
362026-05-15T03:41:48.059Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T03:41:48.062Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T03:41:48.200Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T03:41:48.204Zinfo: downloading 6 components
402026-05-15T03:42:03.273Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T03:42:03.273Z
422026-05-15T03:42:03.303Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T03:42:03.304Z
442026-05-15T03:42:03.304Z
452026-05-15T03:42:03.304ZRust is installed now. Great!
462026-05-15T03:42:03.304Z
472026-05-15T03:42:03.307ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T03:42:03.307Zenvironment variable. This has not been done automatically.
492026-05-15T03:42:03.307Z
502026-05-15T03:42:03.307ZTo configure your current shell, you need to source
512026-05-15T03:42:03.307Zthe corresponding env file under $HOME/.cargo.
522026-05-15T03:42:03.307Z
532026-05-15T03:42:03.307ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T03:42:03.307Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T03:42:03.307Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T03:42:03.307Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T03:42:03.307Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T03:42:03.307Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T03:42:03.307Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T03:42:03.307Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T03:42:03.307Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T03:42:03.408Z+ rustup --version
632026-05-15T03:42:03.416Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T03:42:03.418Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T03:42:03.435Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T03:42:03.439Z+ cargo --version
672026-05-15T03:42:03.448Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T03:42:03.451Z+ rustc --version
692026-05-15T03:42:03.473Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T03:42:03.476Zprocess exited: duration 16893 ms, exit code 0
 
712026-05-15T03:42:03.481Zstarting task 2: "authentication"
722026-05-15T03:42:03.505Zprocess exited: duration 23 ms, exit code 0
 
732026-05-15T03:42:03.510Zstarting task 3: "clone repository"
742026-05-15T03:42:03.517Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T03:42:03.519Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T03:42:03.556ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T03:42:13.503Z+ cd /work/oxidecomputer/omicron
782026-05-15T03:42:13.503Z+ git fetch origin 14b845f1c0c845be1f7f5eb74bea3339104249aa
792026-05-15T03:42:13.770ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T03:42:13.770Z * branch 14b845f1c0c845be1f7f5eb74bea3339104249aa -> FETCH_HEAD
812026-05-15T03:42:13.781Z+ [[ -n '' ]]
822026-05-15T03:42:13.781Z+ git reset --hard 14b845f1c0c845be1f7f5eb74bea3339104249aa
832026-05-15T03:42:14.017ZHEAD is now at 14b845f1c Update crucible-common digest to c59a136
842026-05-15T03:42:14.020Zprocess exited: duration 10508 ms, exit code 0
 
852026-05-15T03:42:14.025Zstarting task 4: "build"
862026-05-15T03:42:14.034Z+ source ./env.sh
872026-05-15T03:42:14.034Z++ OLD_SHELL_OPTS=ehxB
882026-05-15T03:42:14.034Z++ set -o xtrace
892026-05-15T03:42:14.038Z++++ dirname ./env.sh
902026-05-15T03:42:14.040Z+++ readlink -f .
912026-05-15T03:42:14.043Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-05-15T03:42:14.043Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-05-15T03:42:14.043Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-05-15T03:42:14.043Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-05-15T03:42:14.043Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-05-15T03:42:14.043Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-05-15T03:42:14.043Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-05-15T03:42:14.043Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-15T03:42:14.043Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-15T03:42:14.043Z++ case $OLD_SHELL_OPTS in
1012026-05-15T03:42:14.043Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022026-05-15T03:42:14.043Z+ source .github/buildomat/ci-env.sh
1032026-05-15T03:42:14.043Z++ export CARGO_TERM_COLOR=always
1042026-05-15T03:42:14.043Z++ CARGO_TERM_COLOR=always
1052026-05-15T03:42:14.043Z+ target_os=illumos
1062026-05-15T03:42:14.043Z+ NEXTEST_VERSION=0.9.131
1072026-05-15T03:42:14.043Z+ cargo --version
1082026-05-15T03:42:14.054Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-05-15T03:42:14.056Z+ rustc --version
1102026-05-15T03:42:14.081Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-05-15T03:42:14.085Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1122026-05-15T03:42:14.087Z+ gunzip
1132026-05-15T03:42:14.090Z+ tar -xvf - -C /home/build/.cargo/bin
1142026-05-15T03:42:14.901Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1152026-05-15T03:42:14.905Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1162026-05-15T03:42:14.905Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1172026-05-15T03:42:14.905Ztests will store ephemeral output in /var/tmp/omicron_tmp
1182026-05-15T03:42:14.905Z+ mkdir /var/tmp/omicron_tmp
1192026-05-15T03:42:14.908Z+ OUTPUT_DIR=/work
1202026-05-15T03:42:14.908Z+ echo 'tests will store non-ephemeral output in /work'
1212026-05-15T03:42:14.908Ztests will store non-ephemeral output in /work
1222026-05-15T03:42:14.908Z+ mkdir -p /work
1232026-05-15T03:42:14.908Z+ banner prerequisites
1242026-05-15T03:42:14.911Z
1252026-05-15T03:42:14.911Z ##### ##### ###### ##### ###### #### # # # #### #
1262026-05-15T03:42:14.911Z # # # # # # # # # # # # # # #
1272026-05-15T03:42:14.911Z # # # # ##### # # ##### # # # # # #### #
1282026-05-15T03:42:14.911Z ##### ##### # ##### # # # # # # # # #
1292026-05-15T03:42:14.911Z # # # # # # # # # # # # # # #
1302026-05-15T03:42:14.911Z # # # ###### # # ###### ### # #### # #### #
1312026-05-15T03:42:14.911Z
1322026-05-15T03:42:14.911Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1332026-05-15T03:42:16.370Z Startup: Refreshing catalog 'helios' ... Done
1342026-05-15T03:42:16.428Z Startup: Caching catalogs ... Done
1352026-05-15T03:42:16.632ZPlanning: Solver setup ... Done (0.172s)
1362026-05-15T03:42:16.648ZPlanning: Running solver ... Done (0.016s)
1372026-05-15T03:42:16.655ZPlanning: Finding local manifests ... Done (0.003s)
1382026-05-15T03:42:16.666ZPlanning: Fetching manifests: 0/2 0% complete
1392026-05-15T03:42:16.685ZPlanning: Fetching manifests: 2/2 100% complete
1402026-05-15T03:42:16.701ZPlanning: Package planning ... Done (0.014s)
1412026-05-15T03:42:16.705ZPlanning: Merging actions ... Done (0.002s)
1422026-05-15T03:42:16.895ZPlanning: Checking for conflicting actions ... Done (0.193s)
1432026-05-15T03:42:16.898ZPlanning: Consolidating action changes ... Done (0.001s)
1442026-05-15T03:42:17.754ZPlanning: Evaluating mediators ... Done (0.857s)
1452026-05-15T03:42:17.757ZPlanning: Planning completed in 1.31 seconds
1462026-05-15T03:42:17.763Z Packages to install: 2
1472026-05-15T03:42:17.763Z Estimated space available: 156.06 GB
1482026-05-15T03:42:17.763ZEstimated space to be consumed: 19.74 MB
1492026-05-15T03:42:17.763Z Create boot environment: No
1502026-05-15T03:42:17.763ZCreate backup boot environment: No
1512026-05-15T03:42:17.763Z Rebuild boot archive: No
1522026-05-15T03:42:17.767Z
1532026-05-15T03:42:17.767ZChanged packages:
1542026-05-15T03:42:17.768Zhelios
1552026-05-15T03:42:17.768Z developer/build-essential
1562026-05-15T03:42:17.768Z None -> 11-3.0
1572026-05-15T03:42:17.768Z library/libxmlsec1
1582026-05-15T03:42:17.768Z None -> 1.2.35-3.0
1592026-05-15T03:42:17.790Z
1602026-05-15T03:42:17.790ZDownload: 0/214 items 0.0/1.3MB 0% complete
1612026-05-15T03:42:18.370ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1622026-05-15T03:42:18.453Z Actions: 1/268 actions (Installing new actions)
1632026-05-15T03:42:18.496Z Actions: Completed 268 actions in 0.04 seconds.
1642026-05-15T03:42:18.500ZFinalize: Updating package state database ... Done (0.007s)
1652026-05-15T03:42:18.500ZFinalize: Updating package cache ... Done (0.000s)
1662026-05-15T03:42:18.542ZFinalize: Updating image state ... Done (0.015s)
1672026-05-15T03:42:21.073ZFinalize: Creating fast lookup database ... Done (2.535s)
1682026-05-15T03:42:21.144ZFinalize: Reading search index ... Done (0.012s)
1692026-05-15T03:42:21.147ZFinalize: Updating search index ... Done (0.000s)
1702026-05-15T03:42:21.239ZFinalize: Updating package cache ... Done (0.000s)
1712026-05-15T03:42:21.533ZPlanning: Evaluating mediator changes ... Done
1722026-05-15T03:42:21.638ZPlanning: Checking for conflicting actions ... Done
1732026-05-15T03:42:21.640ZPlanning: Consolidating action changes ... Done
1742026-05-15T03:42:21.797ZPlanning: Evaluating mediators ... Done
1752026-05-15T03:42:21.802ZPlanning: Planning completed in 0.26 seconds
1762026-05-15T03:42:21.819Z Mediators to change: 2
1772026-05-15T03:42:21.820Z Create boot environment: No
1782026-05-15T03:42:21.820ZCreate backup boot environment: No
1792026-05-15T03:42:21.877ZFinalize: Updating package state database ... Done
1802026-05-15T03:42:21.877ZFinalize: Updating package cache ... Done
1812026-05-15T03:42:21.886ZFinalize: Updating image state ... Done
1822026-05-15T03:42:23.819ZFinalize: Creating fast lookup database ... Done
1832026-05-15T03:42:23.882ZFinalize: Reading search index ... Done
1842026-05-15T03:42:23.888ZFinalize: Updating search index ... Done
1852026-05-15T03:42:23.980ZFinalize: Updating package cache ... Done
1862026-05-15T03:42:24.260ZPlanning: Evaluating mediator changes ... Done
1872026-05-15T03:42:24.365ZPlanning: Checking for conflicting actions ... Done
1882026-05-15T03:42:24.370ZPlanning: Consolidating action changes ... Done
1892026-05-15T03:42:24.523ZPlanning: Evaluating mediators ... Done
1902026-05-15T03:42:24.529ZPlanning: Planning completed in 0.26 seconds
1912026-05-15T03:42:24.546Z Mediators to change: 1
1922026-05-15T03:42:24.546Z Create boot environment: No
1932026-05-15T03:42:24.546ZCreate backup boot environment: No
1942026-05-15T03:42:24.620ZFinalize: Updating package state database ... Done
1952026-05-15T03:42:24.620ZFinalize: Updating package cache ... Done
1962026-05-15T03:42:24.628ZFinalize: Updating image state ... Done
1972026-05-15T03:42:26.554ZFinalize: Creating fast lookup database ... Done
1982026-05-15T03:42:26.613ZFinalize: Reading search index ... Done
1992026-05-15T03:42:26.616ZFinalize: Updating search index ... Done
2002026-05-15T03:42:26.689ZFinalize: Updating package cache ... Done
2012026-05-15T03:42:27.001ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022026-05-15T03:42:27.001Zapache system 2.4 system
2032026-05-15T03:42:27.001Zclang system 15 system
2042026-05-15T03:42:27.001Zcsh system system illumos
2052026-05-15T03:42:27.001Zctags system system illumos
2062026-05-15T03:42:27.001Zfile vendor vendor darwinsys
2072026-05-15T03:42:27.001Zfile system system illumos
2082026-05-15T03:42:27.001Zgcc vendor 14 vendor
2092026-05-15T03:42:27.001Zgcc system 13 system
2102026-05-15T03:42:27.002Zgcc system 10 system
2112026-05-15T03:42:27.002Zgo system 1.25 system
2122026-05-15T03:42:27.002Zllvm system 15 system
2132026-05-15T03:42:27.002Zmariadb system 11.4 system
2142026-05-15T03:42:27.002Zmta vendor vendor dma
2152026-05-15T03:42:27.002Zopenjdk system 17 system
2162026-05-15T03:42:27.002Zopenjdk system 11 system
2172026-05-15T03:42:27.002Zopenssl vendor 3 vendor
2182026-05-15T03:42:27.002Zperl system 5.40 system
2192026-05-15T03:42:27.002Zpostgresql system 18 system
2202026-05-15T03:42:27.002Zpostgresql system 17 system
2212026-05-15T03:42:27.002Zpython vendor 3 vendor
2222026-05-15T03:42:27.002Zpython system 2 system
2232026-05-15T03:42:27.002Zpython3 vendor 3.13 vendor
2242026-05-15T03:42:27.002Zruby system 3.4 system
2252026-05-15T03:42:27.002Zruby system 3.0 system
2262026-05-15T03:42:27.002Zwords vendor vendor american-english
2272026-05-15T03:42:27.002Zwords system system australian-english
2282026-05-15T03:42:27.002Zwords system system british-english
2292026-05-15T03:42:27.002Zwords system system canadian-english
2302026-05-15T03:42:27.002Zwords system system french
2312026-05-15T03:42:27.002Zwords system system italian
2322026-05-15T03:42:27.002Zwords system system ngerman
2332026-05-15T03:42:27.002Zwords system system ogerman
2342026-05-15T03:42:27.002Zwords system system spanish
2352026-05-15T03:42:27.254ZPUBLISHER TYPE STATUS P LOCATION
2362026-05-15T03:42:27.254Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2372026-05-15T03:42:27.536ZFMRI IFO
2382026-05-15T03:42:27.536Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2392026-05-15T03:42:27.536Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2402026-05-15T03:42:27.536Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2412026-05-15T03:42:27.536Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2422026-05-15T03:42:27.537Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2432026-05-15T03:42:27.537Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2442026-05-15T03:42:27.537Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2452026-05-15T03:42:27.537Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2462026-05-15T03:42:27.537Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2472026-05-15T03:42:27.756Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482026-05-15T03:42:28.034Z Updating crates.io index
2492026-05-15T03:42:28.037Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502026-05-15T03:42:28.318Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-05-15T03:42:29.280Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2522026-05-15T03:42:29.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
2532026-05-15T03:42:30.731Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2542026-05-15T03:42:31.221Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552026-05-15T03:42:32.473Z Updating git repository `https://github.com/oxidecomputer/opte`
2562026-05-15T03:42:33.161Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572026-05-15T03:42:33.498Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-05-15T03:42:34.597Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-05-15T03:42:34.932Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-05-15T03:42:35.196Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-05-15T03:42:35.661Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-05-15T03:42:36.521Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-05-15T03:42:36.958Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-05-15T03:42:37.283Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-05-15T03:42:37.674Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-05-15T03:42:37.941Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-05-15T03:42:38.255Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-05-15T03:42:38.485Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-05-15T03:42:38.716Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-05-15T03:42:39.145Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-05-15T03:42:39.708Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-15T03:42:40.331Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-05-15T03:42:40.819Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-05-15T03:42:41.192Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-05-15T03:42:41.690Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-05-15T03:42:42.709Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-05-15T03:42:43.381Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-05-15T03:42:43.769Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-05-15T03:42:44.109Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-05-15T03:42:44.442Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-05-15T03:42:44.719Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-05-15T03:42:45.074Z Updating crates.io index
2832026-05-15T03:42:45.114Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-05-15T03:42:45.328Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-05-15T03:42:45.643Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-05-15T03:42:45.884Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-05-15T03:42:46.248Z Updating git repository `https://github.com/oxidecomputer/omicron`
2882026-05-15T03:42:57.941Zerror: failed to select a version for `vergen`.
2892026-05-15T03:42:57.941Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2902026-05-15T03:42:57.941Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2912026-05-15T03:42:57.941Z ... 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)`
2922026-05-15T03:42:57.941Zversions that meet the requirements `^9.1.0` are: 9.1.0
2932026-05-15T03:42:57.941Z
2942026-05-15T03:42:57.941Zall possible versions conflict with previously selected packages.
2952026-05-15T03:42:57.941Z
2962026-05-15T03:42:57.941Z previously selected package `vergen v9.0.6`
2972026-05-15T03:42:57.941Z ... 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)`
2982026-05-15T03:42:57.941Z ... 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)`
2992026-05-15T03:42:57.942Z
3002026-05-15T03:42:57.942Zfailed to select a version for `vergen` which could resolve this conflict
3012026-05-15T03:42:57.982ZFailed to run command -- will try 2 more times
3022026-05-15T03:42:58.235Z Updating git repository `https://github.com/oxidecomputer/crucible`
3032026-05-15T03:42:58.260Z Updating crates.io index
3042026-05-15T03:42:58.498Z Updating crates.io index
3052026-05-15T03:42:59.142Zerror: failed to select a version for `vergen`.
3062026-05-15T03:42:59.142Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3072026-05-15T03:42:59.142Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3082026-05-15T03:42:59.142Z ... 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)`
3092026-05-15T03:42:59.142Zversions that meet the requirements `^9.1.0` are: 9.1.0
3102026-05-15T03:42:59.143Z
3112026-05-15T03:42:59.143Zall possible versions conflict with previously selected packages.
3122026-05-15T03:42:59.143Z
3132026-05-15T03:42:59.143Z previously selected package `vergen v9.0.6`
3142026-05-15T03:42:59.143Z ... 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)`
3152026-05-15T03:42:59.143Z ... 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)`
3162026-05-15T03:42:59.143Z
3172026-05-15T03:42:59.143Zfailed to select a version for `vergen` which could resolve this conflict
3182026-05-15T03:42:59.166ZFailed to run command -- will try 1 more times
3192026-05-15T03:42:59.420Z Updating git repository `https://github.com/oxidecomputer/crucible`
3202026-05-15T03:42:59.496Z Updating crates.io index
3212026-05-15T03:42:59.989Zerror: failed to select a version for `vergen`.
3222026-05-15T03:42:59.989Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3232026-05-15T03:42:59.989Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3242026-05-15T03:42:59.989Z ... 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)`
3252026-05-15T03:42:59.989Zversions that meet the requirements `^9.1.0` are: 9.1.0
3262026-05-15T03:42:59.989Z
3272026-05-15T03:42:59.989Zall possible versions conflict with previously selected packages.
3282026-05-15T03:42:59.989Z
3292026-05-15T03:42:59.989Z previously selected package `vergen v9.0.6`
3302026-05-15T03:42:59.989Z ... 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)`
3312026-05-15T03:42:59.990Z ... 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)`
3322026-05-15T03:42:59.990Z
3332026-05-15T03:42:59.990Zfailed to select a version for `vergen` which could resolve this conflict
3342026-05-15T03:43:00.003Z
3352026-05-15T03:43:00.003Zreal 45.062395133
3362026-05-15T03:43:00.003Zuser 19.810908431
3372026-05-15T03:43:00.003Zsys 2.185610185
3382026-05-15T03:43:00.003Ztrap 0.002332360
3392026-05-15T03:43:00.003Ztflt 0.046878195
3402026-05-15T03:43:00.003Zdflt 0.043948022
3412026-05-15T03:43:00.003Zkflt 0.014562150
3422026-05-15T03:43:00.003Zlock 0.097881062
3432026-05-15T03:43:00.003Zslp 1:10.182985672
3442026-05-15T03:43:00.003Zlat 0.124176837
3452026-05-15T03:43:00.003Zstop 0.000666250
3462026-05-15T03:43:00.003Zprocess exited: duration 45953 ms, exit code 101
 
3472026-05-15T03:43:00.037Zfound 0 output files
3482026-05-15T03:43:00.037Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
3492026-05-15T03:43:00.037Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used