01KR3QH4XTEJJVN8GA1NT0J622: 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: 01KR3QHHP61CSKC480Q8H2K0Q0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T12:04:24.864Zjob assigned to worker 01KR3QHKS16JE8TNQYMS1S14BT [factory aws, i-007da60478776b4b0] (queued for 48 s)
 
22026-05-08T12:04:32.775Zstarting task 0: "setup"
32026-05-08T12:04:32.780Z++ uname -s
42026-05-08T12:04:32.783Z+ kern=SunOS
52026-05-08T12:04:32.783Z+ build_user=build
62026-05-08T12:04:32.783Z+ build_uid=12345
72026-05-08T12:04:32.783Z+ work_dir=/work
82026-05-08T12:04:32.783Z+ input_dir=/input
92026-05-08T12:04:32.783Z+ [[ 0 == 12345 ]]
102026-05-08T12:04:32.783Z+ case "$kern" in
112026-05-08T12:04:32.783Z+ groupadd -g 12345 build
122026-05-08T12:04:32.786Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T12:04:34.793Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T12:04:34.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T12:04:34.872Z+ home_fs=zfs
162026-05-08T12:04:34.872Z+ [[ zfs == autofs ]]
172026-05-08T12:04:34.873Z+ mkdir -p /home/build
182026-05-08T12:04:34.876Z+ chown build:build /home/build /work
192026-05-08T12:04:36.877Z+ chmod 0700 /home/build /work
202026-05-08T12:04:36.880Zprocess exited: duration 4109 ms, exit code 0
 
212026-05-08T12:04:36.887Zstarting task 1: "rust-toolchain"
222026-05-08T12:04:36.893Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T12:04:36.893Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T12:04:36.893Z * rust toolchain channel = "1.94.0"
252026-05-08T12:04:36.893Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T12:04:36.893Z * rust toolchain profile = "default"
272026-05-08T12:04:36.893Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T12:04:36.896Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T12:04:36.896Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T12:04:36.986Zinfo: downloading installer
312026-05-08T12:04:38.670Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T12:04:38.670Zwarn: /home/build/.rustup/settings.toml
332026-05-08T12:04:38.670Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T12:04:38.670Zwarn: instead of the one inferred from the default host triple.
352026-05-08T12:04:38.683Zinfo: profile set to default
362026-05-08T12:04:38.683Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T12:04:38.686Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T12:04:38.827Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T12:04:38.830Zinfo: downloading 6 components
402026-05-08T12:04:55.050Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T12:04:55.050Z
422026-05-08T12:04:55.078Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T12:04:55.078Z
442026-05-08T12:04:55.078Z
452026-05-08T12:04:55.078ZRust is installed now. Great!
462026-05-08T12:04:55.078Z
472026-05-08T12:04:55.078ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T12:04:55.078Zenvironment variable. This has not been done automatically.
492026-05-08T12:04:55.078Z
502026-05-08T12:04:55.078ZTo configure your current shell, you need to source
512026-05-08T12:04:55.078Zthe corresponding env file under $HOME/.cargo.
522026-05-08T12:04:55.078Z
532026-05-08T12:04:55.078ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T12:04:55.082Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T12:04:55.082Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T12:04:55.082Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T12:04:55.082Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T12:04:55.082Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T12:04:55.082Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T12:04:55.082Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T12:04:55.082Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T12:04:55.183Z+ rustup --version
632026-05-08T12:04:55.190Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T12:04:55.193Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T12:04:55.212Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T12:04:55.215Z+ cargo --version
672026-05-08T12:04:55.225Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T12:04:55.228Z+ rustc --version
692026-05-08T12:04:55.249Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T12:04:55.252Zprocess exited: duration 18365 ms, exit code 0
 
712026-05-08T12:04:55.258Zstarting task 2: "authentication"
722026-05-08T12:04:55.281Zprocess exited: duration 22 ms, exit code 0
 
732026-05-08T12:04:55.287Zstarting task 3: "clone repository"
742026-05-08T12:04:55.293Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T12:04:55.296Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T12:04:55.333ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T12:05:05.084Z+ cd /work/oxidecomputer/omicron
782026-05-08T12:05:05.084Z+ git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa
792026-05-08T12:05:05.381ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T12:05:05.381Z * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD
812026-05-08T12:05:05.392Z+ [[ -n renovate/crucible-common-digest ]]
822026-05-08T12:05:05.396Z++ git branch --show-current
832026-05-08T12:05:05.397Z+ current=main
842026-05-08T12:05:05.397Z+ [[ main != renovate/crucible-common-digest ]]
852026-05-08T12:05:05.397Z+ git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa
862026-05-08T12:05:05.400Z+ git checkout -f renovate/crucible-common-digest
872026-05-08T12:05:05.636ZSwitched to branch 'renovate/crucible-common-digest'
882026-05-08T12:05:05.640Z+ git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa
892026-05-08T12:05:05.874ZHEAD is now at 5782badef Update crucible-common digest to 2e75a38
902026-05-08T12:05:05.877Zprocess exited: duration 10589 ms, exit code 0
 
912026-05-08T12:05:05.883Zstarting task 4: "build"
922026-05-08T12:05:05.893Z+ source ./env.sh
932026-05-08T12:05:05.893Z++ OLD_SHELL_OPTS=ehxB
942026-05-08T12:05:05.893Z++ set -o xtrace
952026-05-08T12:05:05.896Z++++ dirname ./env.sh
962026-05-08T12:05:05.899Z+++ readlink -f .
972026-05-08T12:05:05.903Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-08T12:05:05.903Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-08T12:05:05.903Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-08T12:05:05.903Z++ 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
1012026-05-08T12:05:05.903Z++ 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
1022026-05-08T12:05:05.903Z++ 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
1032026-05-08T12:05:05.903Z++ 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
1042026-05-08T12:05:05.903Z++ 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
1052026-05-08T12:05:05.903Z++ 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
1062026-05-08T12:05:05.903Z++ case $OLD_SHELL_OPTS in
1072026-05-08T12:05:05.903Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-05-08T12:05:05.903Z+ source .github/buildomat/ci-env.sh
1092026-05-08T12:05:05.903Z++ export CARGO_TERM_COLOR=always
1102026-05-08T12:05:05.903Z++ CARGO_TERM_COLOR=always
1112026-05-08T12:05:05.903Z+ target_os=illumos
1122026-05-08T12:05:05.903Z+ NEXTEST_VERSION=0.9.131
1132026-05-08T12:05:05.903Z+ cargo --version
1142026-05-08T12:05:05.913Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-08T12:05:05.916Z+ rustc --version
1162026-05-08T12:05:05.937Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-08T12:05:05.940Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1182026-05-08T12:05:05.943Z+ gunzip
1192026-05-08T12:05:05.943Z+ tar -xvf - -C /home/build/.cargo/bin
1202026-05-08T12:05:06.945Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1212026-05-08T12:05:06.948Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1222026-05-08T12:05:06.948Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1232026-05-08T12:05:06.949Ztests will store ephemeral output in /var/tmp/omicron_tmp
1242026-05-08T12:05:06.949Z+ mkdir /var/tmp/omicron_tmp
1252026-05-08T12:05:06.952Z+ OUTPUT_DIR=/work
1262026-05-08T12:05:06.952Z+ echo 'tests will store non-ephemeral output in /work'
1272026-05-08T12:05:06.952Ztests will store non-ephemeral output in /work
1282026-05-08T12:05:06.952Z+ mkdir -p /work
1292026-05-08T12:05:06.952Z+ banner prerequisites
1302026-05-08T12:05:06.955Z
1312026-05-08T12:05:06.955Z ##### ##### ###### ##### ###### #### # # # #### #
1322026-05-08T12:05:06.955Z # # # # # # # # # # # # # # #
1332026-05-08T12:05:06.955Z # # # # ##### # # ##### # # # # # #### #
1342026-05-08T12:05:06.955Z ##### ##### # ##### # # # # # # # # #
1352026-05-08T12:05:06.955Z # # # # # # # # # # # # # # #
1362026-05-08T12:05:06.955Z # # # ###### # # ###### ### # #### # #### #
1372026-05-08T12:05:06.955Z
1382026-05-08T12:05:06.955Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1392026-05-08T12:05:08.410Z Startup: Refreshing catalog 'helios' ... Done
1402026-05-08T12:05:08.529ZPlanning: Solver setup ... Done (0.097s)
1412026-05-08T12:05:08.536ZPlanning: Running solver ... Done (0.008s)
1422026-05-08T12:05:08.540ZPlanning: Finding local manifests ... Done (0.003s)
1432026-05-08T12:05:08.543ZPlanning: Fetching manifests: 0/2 0% complete
1442026-05-08T12:05:08.565ZPlanning: Fetching manifests: 2/2 100% complete
1452026-05-08T12:05:08.578ZPlanning: Package planning ... Done (0.014s)
1462026-05-08T12:05:08.581ZPlanning: Merging actions ... Done (0.002s)
1472026-05-08T12:05:08.767ZPlanning: Checking for conflicting actions ... Done (0.186s)
1482026-05-08T12:05:08.770ZPlanning: Consolidating action changes ... Done (0.001s)
1492026-05-08T12:05:09.617ZPlanning: Evaluating mediators ... Done (0.849s)
1502026-05-08T12:05:09.620ZPlanning: Planning completed in 1.21 seconds
1512026-05-08T12:05:09.627Z Packages to install: 2
1522026-05-08T12:05:09.628Z Estimated space available: 156.06 GB
1532026-05-08T12:05:09.631ZEstimated space to be consumed: 15.55 MB
1542026-05-08T12:05:09.631Z Create boot environment: No
1552026-05-08T12:05:09.631ZCreate backup boot environment: No
1562026-05-08T12:05:09.631Z Rebuild boot archive: No
1572026-05-08T12:05:09.631Z
1582026-05-08T12:05:09.631ZChanged packages:
1592026-05-08T12:05:09.631Zhelios
1602026-05-08T12:05:09.631Z developer/build-essential
1612026-05-08T12:05:09.631Z None -> 11-3.0
1622026-05-08T12:05:09.631Z library/libxmlsec1
1632026-05-08T12:05:09.631Z None -> 1.2.35-3.0
1642026-05-08T12:05:09.654Z
1652026-05-08T12:05:09.654ZDownload: 0/214 items 0.0/1.3MB 0% complete
1662026-05-08T12:05:10.221ZDownload: Completed 1.28 MB in 0.57 seconds (2.3M/s)
1672026-05-08T12:05:10.301Z Actions: 1/268 actions (Installing new actions)
1682026-05-08T12:05:10.342Z Actions: Completed 268 actions in 0.04 seconds.
1692026-05-08T12:05:10.351ZFinalize: Updating package state database ... Done (0.009s)
1702026-05-08T12:05:10.351ZFinalize: Updating package cache ... Done (0.000s)
1712026-05-08T12:05:10.361ZFinalize: Updating image state ... Done (0.010s)
1722026-05-08T12:05:12.942ZFinalize: Creating fast lookup database ... Done (2.560s)
1732026-05-08T12:05:13.011ZFinalize: Reading search index ... Done (0.013s)
1742026-05-08T12:05:13.014ZFinalize: Updating search index ... Done (0.000s)
1752026-05-08T12:05:13.102ZFinalize: Updating package cache ... Done (0.000s)
1762026-05-08T12:05:13.394ZPlanning: Evaluating mediator changes ... Done
1772026-05-08T12:05:13.498ZPlanning: Checking for conflicting actions ... Done
1782026-05-08T12:05:13.501ZPlanning: Consolidating action changes ... Done
1792026-05-08T12:05:13.657ZPlanning: Evaluating mediators ... Done
1802026-05-08T12:05:13.660ZPlanning: Planning completed in 0.26 seconds
1812026-05-08T12:05:13.681Z Mediators to change: 2
1822026-05-08T12:05:13.681Z Create boot environment: No
1832026-05-08T12:05:13.681ZCreate backup boot environment: No
1842026-05-08T12:05:13.756ZFinalize: Updating package state database ... Done
1852026-05-08T12:05:13.756ZFinalize: Updating package cache ... Done
1862026-05-08T12:05:13.762ZFinalize: Updating image state ... Done
1872026-05-08T12:05:15.672ZFinalize: Creating fast lookup database ... Done
1882026-05-08T12:05:15.730ZFinalize: Reading search index ... Done
1892026-05-08T12:05:15.733ZFinalize: Updating search index ... Done
1902026-05-08T12:05:15.816ZFinalize: Updating package cache ... Done
1912026-05-08T12:05:16.103ZPlanning: Evaluating mediator changes ... Done
1922026-05-08T12:05:16.208ZPlanning: Checking for conflicting actions ... Done
1932026-05-08T12:05:16.211ZPlanning: Consolidating action changes ... Done
1942026-05-08T12:05:16.366ZPlanning: Evaluating mediators ... Done
1952026-05-08T12:05:16.369ZPlanning: Planning completed in 0.26 seconds
1962026-05-08T12:05:16.389Z Mediators to change: 1
1972026-05-08T12:05:16.389Z Create boot environment: No
1982026-05-08T12:05:16.389ZCreate backup boot environment: No
1992026-05-08T12:05:16.465ZFinalize: Updating package state database ... Done
2002026-05-08T12:05:16.465ZFinalize: Updating package cache ... Done
2012026-05-08T12:05:16.471ZFinalize: Updating image state ... Done
2022026-05-08T12:05:18.410ZFinalize: Creating fast lookup database ... Done
2032026-05-08T12:05:18.470ZFinalize: Reading search index ... Done
2042026-05-08T12:05:18.474ZFinalize: Updating search index ... Done
2052026-05-08T12:05:18.551ZFinalize: Updating package cache ... Done
2062026-05-08T12:05:18.865ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-05-08T12:05:18.865Zapache system 2.4 system
2082026-05-08T12:05:18.865Zclang system 15 system
2092026-05-08T12:05:18.865Zcsh system system illumos
2102026-05-08T12:05:18.865Zctags system system illumos
2112026-05-08T12:05:18.865Zfile vendor vendor darwinsys
2122026-05-08T12:05:18.865Zfile system system illumos
2132026-05-08T12:05:18.865Zgcc vendor 14 vendor
2142026-05-08T12:05:18.865Zgcc system 13 system
2152026-05-08T12:05:18.865Zgcc system 10 system
2162026-05-08T12:05:18.865Zgo system 1.25 system
2172026-05-08T12:05:18.865Zllvm system 15 system
2182026-05-08T12:05:18.865Zmariadb system 11.4 system
2192026-05-08T12:05:18.865Zmta vendor vendor dma
2202026-05-08T12:05:18.865Zopenjdk system 17 system
2212026-05-08T12:05:18.865Zopenjdk system 11 system
2222026-05-08T12:05:18.865Zopenssl vendor 3 vendor
2232026-05-08T12:05:18.865Zperl system 5.40 system
2242026-05-08T12:05:18.865Zpostgresql system 18 system
2252026-05-08T12:05:18.865Zpostgresql system 17 system
2262026-05-08T12:05:18.865Zpython vendor 3 vendor
2272026-05-08T12:05:18.865Zpython system 2 system
2282026-05-08T12:05:18.865Zpython3 vendor 3.13 vendor
2292026-05-08T12:05:18.865Zruby system 3.4 system
2302026-05-08T12:05:18.865Zruby system 3.0 system
2312026-05-08T12:05:18.865Zwords vendor vendor american-english
2322026-05-08T12:05:18.865Zwords system system australian-english
2332026-05-08T12:05:18.865Zwords system system british-english
2342026-05-08T12:05:18.866Zwords system system canadian-english
2352026-05-08T12:05:18.866Zwords system system french
2362026-05-08T12:05:18.866Zwords system system italian
2372026-05-08T12:05:18.866Zwords system system ngerman
2382026-05-08T12:05:18.866Zwords system system ogerman
2392026-05-08T12:05:18.866Zwords system system spanish
2402026-05-08T12:05:19.120ZPUBLISHER TYPE STATUS P LOCATION
2412026-05-08T12:05:19.120Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2422026-05-08T12:05:19.385ZFMRI IFO
2432026-05-08T12:05:19.385Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2442026-05-08T12:05:19.385Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2452026-05-08T12:05:19.385Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2462026-05-08T12:05:19.385Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2472026-05-08T12:05:19.385Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2482026-05-08T12:05:19.385Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2492026-05-08T12:05:19.385Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2502026-05-08T12:05:19.385Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2512026-05-08T12:05:19.386Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2522026-05-08T12:05:19.600Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2532026-05-08T12:05:19.845Z Updating crates.io index
2542026-05-08T12:05:19.881Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552026-05-08T12:05:20.110Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-05-08T12:05:20.999Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2572026-05-08T12:05:21.489Z Updating git repository `https://github.com/oxidecomputer/propolis`
2582026-05-08T12:05:22.668Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2592026-05-08T12:05:23.159Z Updating git repository `https://github.com/oxidecomputer/crucible`
2602026-05-08T12:05:24.489Z Updating git repository `https://github.com/oxidecomputer/opte`
2612026-05-08T12:05:25.274Z Updating git repository `https://github.com/oxidecomputer/tofino`
2622026-05-08T12:05:25.563Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632026-05-08T12:05:26.272Z Updating git repository `https://github.com/oxidecomputer/clickward`
2642026-05-08T12:05:26.655Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-08T12:05:27.173Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2662026-05-08T12:05:27.554Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-05-08T12:05:28.578Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-05-08T12:05:29.150Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2692026-05-08T12:05:29.474Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702026-05-08T12:05:29.803Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-05-08T12:05:30.205Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2722026-05-08T12:05:30.406Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2732026-05-08T12:05:30.665Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2742026-05-08T12:05:30.931Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-05-08T12:05:31.289Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2762026-05-08T12:05:31.710Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772026-05-08T12:05:32.770Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2782026-05-08T12:05:33.166Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2792026-05-08T12:05:33.505Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2802026-05-08T12:05:33.783Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812026-05-08T12:05:34.854Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822026-05-08T12:05:35.610Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832026-05-08T12:05:36.082Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842026-05-08T12:05:36.459Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852026-05-08T12:05:36.803Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2862026-05-08T12:05:37.110Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2872026-05-08T12:05:37.418Z Updating crates.io index
2882026-05-08T12:05:37.457Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892026-05-08T12:05:37.685Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902026-05-08T12:05:37.952Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912026-05-08T12:05:38.406Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-05-08T12:05:39.356Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932026-05-08T12:05:50.402Zerror: failed to select a version for `vergen`.
2942026-05-08T12:05:50.402Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)`
2952026-05-08T12:05:50.402Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2962026-05-08T12:05:50.402Z ... 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)`
2972026-05-08T12:05:50.402Zversions that meet the requirements `^9.1.0` are: 9.1.0
2982026-05-08T12:05:50.402Z
2992026-05-08T12:05:50.402Zall possible versions conflict with previously selected packages.
3002026-05-08T12:05:50.402Z
3012026-05-08T12:05:50.402Z previously selected package `vergen v9.0.6`
3022026-05-08T12:05:50.402Z ... 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)`
3032026-05-08T12:05:50.402Z ... 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)`
3042026-05-08T12:05:50.402Z
3052026-05-08T12:05:50.402Zfailed to select a version for `vergen` which could resolve this conflict
3062026-05-08T12:05:50.444ZFailed to run command -- will try 2 more times
3072026-05-08T12:05:50.701Z Updating git repository `https://github.com/oxidecomputer/crucible`
3082026-05-08T12:05:50.722Z Updating crates.io index
3092026-05-08T12:05:50.968Z Updating crates.io index
3102026-05-08T12:05:51.548Zerror: failed to select a version for `vergen`.
3112026-05-08T12:05:51.548Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)`
3122026-05-08T12:05:51.548Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3132026-05-08T12:05:51.548Z ... 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)`
3142026-05-08T12:05:51.548Zversions that meet the requirements `^9.1.0` are: 9.1.0
3152026-05-08T12:05:51.548Z
3162026-05-08T12:05:51.548Zall possible versions conflict with previously selected packages.
3172026-05-08T12:05:51.548Z
3182026-05-08T12:05:51.548Z previously selected package `vergen v9.0.6`
3192026-05-08T12:05:51.548Z ... 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)`
3202026-05-08T12:05:51.548Z ... 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)`
3212026-05-08T12:05:51.548Z
3222026-05-08T12:05:51.548Zfailed to select a version for `vergen` which could resolve this conflict
3232026-05-08T12:05:51.573ZFailed to run command -- will try 1 more times
3242026-05-08T12:05:51.827Z Updating git repository `https://github.com/oxidecomputer/crucible`
3252026-05-08T12:05:51.897Z Updating crates.io index
3262026-05-08T12:05:52.484Zerror: failed to select a version for `vergen`.
3272026-05-08T12:05:52.484Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)`
3282026-05-08T12:05:52.484Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3292026-05-08T12:05:52.484Z ... 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)`
3302026-05-08T12:05:52.484Zversions that meet the requirements `^9.1.0` are: 9.1.0
3312026-05-08T12:05:52.484Z
3322026-05-08T12:05:52.484Zall possible versions conflict with previously selected packages.
3332026-05-08T12:05:52.484Z
3342026-05-08T12:05:52.484Z previously selected package `vergen v9.0.6`
3352026-05-08T12:05:52.484Z ... 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)`
3362026-05-08T12:05:52.484Z ... 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)`
3372026-05-08T12:05:52.484Z
3382026-05-08T12:05:52.484Zfailed to select a version for `vergen` which could resolve this conflict
3392026-05-08T12:05:52.510Z
3402026-05-08T12:05:52.514Zreal 45.548617492
3412026-05-08T12:05:52.514Zuser 19.508549398
3422026-05-08T12:05:52.514Zsys 2.163050203
3432026-05-08T12:05:52.514Ztrap 0.002280016
3442026-05-08T12:05:52.514Ztflt 0.050731379
3452026-05-08T12:05:52.514Zdflt 0.050546177
3462026-05-08T12:05:52.514Zkflt 0.015304443
3472026-05-08T12:05:52.514Zlock 0.098236115
3482026-05-08T12:05:52.514Zslp 1:11.567998014
3492026-05-08T12:05:52.514Zlat 0.125497610
3502026-05-08T12:05:52.514Zstop 0.000686175
3512026-05-08T12:05:52.514Zprocess exited: duration 46625 ms, exit code 101
 
3522026-05-08T12:05:52.522Zfound 0 output files
3532026-05-08T12:05:52.522Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
3542026-05-08T12:05:52.522Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used