01KW11NZ75SA0JDM33YQASCNN2: 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: 01KW11PGPMSGMWYAMW47DYNG2F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:07:11.083Zjob assigned to worker 01KW11PKZ2MC9ZVRCQCMPJY2F1 [factory aws, i-07aff583ed5fa974c] (queued for 1 m 2 s)
 
22026-06-26T04:07:19.166Zstarting task 0: "setup"
32026-06-26T04:07:19.172Z++ uname -s
42026-06-26T04:07:19.176Z+ kern=SunOS
52026-06-26T04:07:19.176Z+ build_user=build
62026-06-26T04:07:19.176Z+ build_uid=12345
72026-06-26T04:07:19.176Z+ work_dir=/work
82026-06-26T04:07:19.176Z+ input_dir=/input
92026-06-26T04:07:19.176Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:19.176Z+ case "$kern" in
112026-06-26T04:07:19.176Z+ groupadd -g 12345 build
122026-06-26T04:07:19.179Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:21.186Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:21.311Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:21.314Z+ home_fs=zfs
162026-06-26T04:07:21.314Z+ [[ zfs == autofs ]]
172026-06-26T04:07:21.314Z+ mkdir -p /home/build
182026-06-26T04:07:21.318Z+ chown build:build /home/build /work
192026-06-26T04:07:23.319Z+ chmod 0700 /home/build /work
202026-06-26T04:07:23.323Zprocess exited: duration 4160 ms, exit code 0
 
212026-06-26T04:07:23.330Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:23.337Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:23.337Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:07:23.337Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T04:07:23.337Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-26T04:07:23.337Z * rust toolchain channel = "1.96.0"
272026-06-26T04:07:23.337Z * rust toolchain profile = "default"
282026-06-26T04:07:23.341Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:23.341Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:23.436Zinfo: downloading installer
312026-06-26T04:07:25.006Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:25.006Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:25.006Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:25.006Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:25.019Zinfo: profile set to default
362026-06-26T04:07:25.019Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:25.022Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:25.174Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:25.177Zinfo: downloading 6 components
402026-06-26T04:07:41.034Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:41.035Z
422026-06-26T04:07:41.063Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:41.063Z
442026-06-26T04:07:41.063Z
452026-06-26T04:07:41.063ZRust is installed now. Great!
462026-06-26T04:07:41.063Z
472026-06-26T04:07:41.063ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:41.063Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:41.063Z
502026-06-26T04:07:41.063ZTo configure your current shell, you need to source
512026-06-26T04:07:41.063Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:41.063Z
532026-06-26T04:07:41.067ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:41.067Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:41.067Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:41.067Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:41.067Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:41.067Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:41.067Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:41.067Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:41.067Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:41.166Z+ rustup --version
632026-06-26T04:07:41.173Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:41.176Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:41.194Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:41.197Z+ cargo --version
672026-06-26T04:07:41.212Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:41.215Z+ rustc --version
692026-06-26T04:07:41.234Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:41.237Zprocess exited: duration 17907 ms, exit code 0
 
712026-06-26T04:07:41.244Zstarting task 2: "authentication"
722026-06-26T04:07:41.269Zprocess exited: duration 24 ms, exit code 0
 
732026-06-26T04:07:41.276Zstarting task 3: "clone repository"
742026-06-26T04:07:41.282Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:41.287Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:41.319ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:51.369Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:51.369Z+ git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
792026-06-26T04:07:51.664ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:51.665Z * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD
812026-06-26T04:07:51.678Z+ [[ -n renovate/crucible-common-digest ]]
822026-06-26T04:07:51.681Z++ git branch --show-current
832026-06-26T04:07:51.685Z+ current=main
842026-06-26T04:07:51.685Z+ [[ main != renovate/crucible-common-digest ]]
852026-06-26T04:07:51.685Z+ git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
862026-06-26T04:07:51.688Z+ git checkout -f renovate/crucible-common-digest
872026-06-26T04:07:51.930ZSwitched to branch 'renovate/crucible-common-digest'
882026-06-26T04:07:51.934Z+ git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
892026-06-26T04:07:51.947ZHEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090
902026-06-26T04:07:51.950Zprocess exited: duration 10672 ms, exit code 0
 
912026-06-26T04:07:51.957Zstarting task 4: "build"
922026-06-26T04:07:51.966Z+ source ./env.sh
932026-06-26T04:07:51.966Z++ OLD_SHELL_OPTS=ehxB
942026-06-26T04:07:51.966Z++ set -o xtrace
952026-06-26T04:07:51.970Z++++ dirname ./env.sh
962026-06-26T04:07:51.973Z+++ readlink -f .
972026-06-26T04:07:51.978Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-26T04:07:51.978Z++ 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-06-26T04:07:51.978Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-26T04:07:51.978Z++ 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-06-26T04:07:51.978Z++ 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-06-26T04:07:51.978Z++ 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-06-26T04:07:51.978Z++ 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-06-26T04:07:51.978Z++ 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-06-26T04:07:51.978Z++ 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-06-26T04:07:51.978Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1072026-06-26T04:07:51.979Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1082026-06-26T04:07:51.979Z++ case $OLD_SHELL_OPTS in
1092026-06-26T04:07:51.979Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-26T04:07:51.979Z+ source .github/buildomat/ci-env.sh
1112026-06-26T04:07:51.979Z++ export CARGO_TERM_COLOR=always
1122026-06-26T04:07:51.979Z++ CARGO_TERM_COLOR=always
1132026-06-26T04:07:51.979Z+ target_os=illumos
1142026-06-26T04:07:51.979Z+ NEXTEST_VERSION=0.9.131
1152026-06-26T04:07:51.979Z+ cargo --version
1162026-06-26T04:07:51.987Zcargo 1.96.0 (30a34c682 2026-05-25)
1172026-06-26T04:07:51.990Z+ rustc --version
1182026-06-26T04:07:52.010Zrustc 1.96.0 (ac68faa20 2026-05-25)
1192026-06-26T04:07:52.014Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1202026-06-26T04:07:52.017Z+ gunzip
1212026-06-26T04:07:52.017Z+ tar -xvf - -C /home/build/.cargo/bin
1222026-06-26T04:07:52.870Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1232026-06-26T04:07:52.873Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1242026-06-26T04:07:52.874Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1252026-06-26T04:07:52.874Ztests will store ephemeral output in /var/tmp/omicron_tmp
1262026-06-26T04:07:52.874Z+ mkdir /var/tmp/omicron_tmp
1272026-06-26T04:07:52.874Z+ OUTPUT_DIR=/work
1282026-06-26T04:07:52.874Z+ echo 'tests will store non-ephemeral output in /work'
1292026-06-26T04:07:52.874Ztests will store non-ephemeral output in /work
1302026-06-26T04:07:52.874Z+ mkdir -p /work
1312026-06-26T04:07:52.877Z+ banner prerequisites
1322026-06-26T04:07:52.880Z
1332026-06-26T04:07:52.880Z ##### ##### ###### ##### ###### #### # # # #### #
1342026-06-26T04:07:52.880Z # # # # # # # # # # # # # # #
1352026-06-26T04:07:52.880Z # # # # ##### # # ##### # # # # # #### #
1362026-06-26T04:07:52.880Z ##### ##### # ##### # # # # # # # # #
1372026-06-26T04:07:52.880Z # # # # # # # # # # # # # # #
1382026-06-26T04:07:52.880Z # # # ###### # # ###### ### # #### # #### #
1392026-06-26T04:07:52.881Z
1402026-06-26T04:07:52.881Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1412026-06-26T04:07:55.002Z Startup: Refreshing catalog 'helios' ... Done
1422026-06-26T04:07:55.114Z Startup: Caching catalogs ... Done
1432026-06-26T04:07:55.608ZPlanning: Solver setup ... Done (0.441s)
1442026-06-26T04:07:55.632ZPlanning: Running solver ... Done (0.024s)
1452026-06-26T04:07:55.644ZPlanning: Finding local manifests ... Done (0.003s)
1462026-06-26T04:07:55.657ZPlanning: Fetching manifests: 0/2 0% complete
1472026-06-26T04:07:55.674ZPlanning: Fetching manifests: 2/2 100% complete
1482026-06-26T04:07:55.690ZPlanning: Package planning ... Done (0.015s)
1492026-06-26T04:07:55.693ZPlanning: Merging actions ... Done (0.002s)
1502026-06-26T04:07:55.855ZPlanning: Checking for conflicting actions ... Done (0.165s)
1512026-06-26T04:07:55.859ZPlanning: Consolidating action changes ... Done (0.001s)
1522026-06-26T04:07:56.743ZPlanning: Evaluating mediators ... Done (0.887s)
1532026-06-26T04:07:56.747ZPlanning: Planning completed in 1.61 seconds
1542026-06-26T04:07:56.754Z Packages to install: 2
1552026-06-26T04:07:56.754Z Estimated space available: 156.05 GB
1562026-06-26T04:07:56.754ZEstimated space to be consumed: 30.96 MB
1572026-06-26T04:07:56.754Z Create boot environment: No
1582026-06-26T04:07:56.754ZCreate backup boot environment: No
1592026-06-26T04:07:56.754Z Rebuild boot archive: No
1602026-06-26T04:07:56.758Z
1612026-06-26T04:07:56.758ZChanged packages:
1622026-06-26T04:07:56.758Zhelios
1632026-06-26T04:07:56.758Z developer/build-essential
1642026-06-26T04:07:56.758Z None -> 11-3.0
1652026-06-26T04:07:56.758Z library/libxmlsec1
1662026-06-26T04:07:56.758Z None -> 1.2.35-3.0
1672026-06-26T04:07:56.781Z
1682026-06-26T04:07:56.781ZDownload: 0/214 items 0.0/1.3MB 0% complete
1692026-06-26T04:07:57.435ZDownload: Completed 1.28 MB in 0.65 seconds (2.0M/s)
1702026-06-26T04:07:57.558Z Actions: 1/268 actions (Installing new actions)
1712026-06-26T04:07:57.622Z Actions: Completed 268 actions in 0.04 seconds.
1722026-06-26T04:07:57.660ZFinalize: Updating package state database ... Done (0.011s)
1732026-06-26T04:07:57.667ZFinalize: Updating package cache ... Done (0.000s)
1742026-06-26T04:07:57.667ZFinalize: Updating image state ... Done (0.029s)
1752026-06-26T04:08:00.181ZFinalize: Creating fast lookup database ... Done (2.520s)
1762026-06-26T04:08:00.257ZFinalize: Reading search index ... Done (0.012s)
1772026-06-26T04:08:00.268ZFinalize: Updating search index ... Done (0.000s)
1782026-06-26T04:08:00.421ZFinalize: Updating package cache ... Done (0.000s)
1792026-06-26T04:08:00.731ZPlanning: Evaluating mediator changes ... Done
1802026-06-26T04:08:00.836ZPlanning: Checking for conflicting actions ... Done
1812026-06-26T04:08:00.841ZPlanning: Consolidating action changes ... Done
1822026-06-26T04:08:00.993ZPlanning: Evaluating mediators ... Done
1832026-06-26T04:08:00.999ZPlanning: Planning completed in 0.26 seconds
1842026-06-26T04:08:01.016Z Mediators to change: 2
1852026-06-26T04:08:01.016Z Create boot environment: No
1862026-06-26T04:08:01.016ZCreate backup boot environment: No
1872026-06-26T04:08:01.147ZFinalize: Updating package state database ... Done
1882026-06-26T04:08:01.147ZFinalize: Updating package cache ... Done
1892026-06-26T04:08:01.167ZFinalize: Updating image state ... Done
1902026-06-26T04:08:03.106ZFinalize: Creating fast lookup database ... Done
1912026-06-26T04:08:03.172ZFinalize: Reading search index ... Done
1922026-06-26T04:08:03.175ZFinalize: Updating search index ... Done
1932026-06-26T04:08:03.271ZFinalize: Updating package cache ... Done
1942026-06-26T04:08:03.557ZPlanning: Evaluating mediator changes ... Done
1952026-06-26T04:08:03.681ZPlanning: Checking for conflicting actions ... Done
1962026-06-26T04:08:03.691ZPlanning: Consolidating action changes ... Done
1972026-06-26T04:08:03.821ZPlanning: Evaluating mediators ... Done
1982026-06-26T04:08:03.825ZPlanning: Planning completed in 0.26 seconds
1992026-06-26T04:08:03.844Z Mediators to change: 1
2002026-06-26T04:08:03.844Z Create boot environment: No
2012026-06-26T04:08:03.844ZCreate backup boot environment: No
2022026-06-26T04:08:03.898ZFinalize: Updating package state database ... Done
2032026-06-26T04:08:03.898ZFinalize: Updating package cache ... Done
2042026-06-26T04:08:03.919ZFinalize: Updating image state ... Done
2052026-06-26T04:08:05.858ZFinalize: Creating fast lookup database ... Done
2062026-06-26T04:08:05.925ZFinalize: Reading search index ... Done
2072026-06-26T04:08:05.928ZFinalize: Updating search index ... Done
2082026-06-26T04:08:06.008ZFinalize: Updating package cache ... Done
2092026-06-26T04:08:06.320ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-06-26T04:08:06.320Zapache system 2.4 system
2112026-06-26T04:08:06.320Zclang system 15 system
2122026-06-26T04:08:06.320Zcsh system system illumos
2132026-06-26T04:08:06.320Zctags system system illumos
2142026-06-26T04:08:06.320Zfile vendor vendor darwinsys
2152026-06-26T04:08:06.320Zfile system system illumos
2162026-06-26T04:08:06.320Zgcc vendor 14 vendor
2172026-06-26T04:08:06.320Zgcc system 13 system
2182026-06-26T04:08:06.320Zgcc system 10 system
2192026-06-26T04:08:06.320Zgo system 1.25 system
2202026-06-26T04:08:06.320Zllvm system 15 system
2212026-06-26T04:08:06.320Zmariadb system 11.4 system
2222026-06-26T04:08:06.320Zmta vendor vendor dma
2232026-06-26T04:08:06.320Zopenjdk system 17 system
2242026-06-26T04:08:06.320Zopenjdk system 11 system
2252026-06-26T04:08:06.320Zopenssl vendor 3 vendor
2262026-06-26T04:08:06.320Zperl system 5.40 system
2272026-06-26T04:08:06.320Zpostgresql system 18 system
2282026-06-26T04:08:06.320Zpostgresql system 17 system
2292026-06-26T04:08:06.320Zpython vendor 3 vendor
2302026-06-26T04:08:06.320Zpython system 2 system
2312026-06-26T04:08:06.320Zpython3 vendor 3.13 vendor
2322026-06-26T04:08:06.320Zruby system 3.4 system
2332026-06-26T04:08:06.320Zruby system 3.0 system
2342026-06-26T04:08:06.320Zwords vendor vendor american-english
2352026-06-26T04:08:06.320Zwords system system australian-english
2362026-06-26T04:08:06.320Zwords system system british-english
2372026-06-26T04:08:06.320Zwords system system canadian-english
2382026-06-26T04:08:06.320Zwords system system french
2392026-06-26T04:08:06.320Zwords system system italian
2402026-06-26T04:08:06.320Zwords system system ngerman
2412026-06-26T04:08:06.321Zwords system system ogerman
2422026-06-26T04:08:06.321Zwords system system spanish
2432026-06-26T04:08:06.573ZPUBLISHER TYPE STATUS P LOCATION
2442026-06-26T04:08:06.573Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2452026-06-26T04:08:06.877ZFMRI IFO
2462026-06-26T04:08:06.877Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2472026-06-26T04:08:06.877Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2482026-06-26T04:08:06.877Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2492026-06-26T04:08:06.877Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2502026-06-26T04:08:06.877Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2512026-06-26T04:08:06.877Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2522026-06-26T04:08:06.877Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2532026-06-26T04:08:06.877Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2542026-06-26T04:08:06.877Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2552026-06-26T04:08:07.128Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562026-06-26T04:08:07.430Z Updating crates.io index
2572026-06-26T04:08:07.434Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2582026-06-26T04:08:07.694Z Updating git repository `https://github.com/oxidecomputer/lldp`
2592026-06-26T04:08:08.028Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2602026-06-26T04:08:08.349Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612026-06-26T04:08:09.295Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-06-26T04:08:09.796Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632026-06-26T04:08:11.456Z Updating git repository `https://github.com/oxidecomputer/opte`
2642026-06-26T04:08:12.224Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652026-06-26T04:08:12.524Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-06-26T04:08:13.809Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672026-06-26T04:08:14.079Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-26T04:08:14.408Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-06-26T04:08:14.691Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-06-26T04:08:15.151Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-06-26T04:08:15.607Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2722026-06-26T04:08:15.873Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-26T04:08:16.118Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-06-26T04:08:16.400Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-06-26T04:08:16.707Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-06-26T04:08:17.113Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-06-26T04:08:17.360Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-06-26T04:08:17.647Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-06-26T04:08:18.030Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-06-26T04:08:18.364Z Updating git repository `https://github.com/oxidecomputer/erebor`
2812026-06-26T04:08:18.767Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822026-06-26T04:08:19.246Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-06-26T04:08:19.711Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-06-26T04:08:19.986Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-06-26T04:08:20.324Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-06-26T04:08:20.553Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-06-26T04:08:20.789Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-06-26T04:08:21.113Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2892026-06-26T04:08:21.511Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-06-26T04:08:21.784Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-06-26T04:08:22.041Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-06-26T04:08:22.303Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-06-26T04:08:22.583Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2942026-06-26T04:08:23.105Z Updating crates.io index
2952026-06-26T04:08:23.108Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-06-26T04:08:23.337Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-06-26T04:08:23.644Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-06-26T04:08:23.928Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-06-26T04:08:25.919Zerror: failed to select a version for `dropshot`.
3002026-06-26T04:08:25.919Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
3012026-06-26T04:08:25.919Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3022026-06-26T04:08:25.919Z ... 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)`
3032026-06-26T04:08:25.919Zversions that meet the requirements `^0.17.1` are: 0.17.1
3042026-06-26T04:08:25.919Z
3052026-06-26T04:08:25.919Zall possible versions conflict with previously selected packages
3062026-06-26T04:08:25.920Z
3072026-06-26T04:08:25.920Z previously selected package `dropshot v0.17.0`
3082026-06-26T04:08:25.920Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3092026-06-26T04:08:25.920Z
3102026-06-26T04:08:25.920Zfailed to select a version for `dropshot` which could resolve this conflict
3112026-06-26T04:08:25.967ZFailed to run command -- will try 2 more times
3122026-06-26T04:08:26.227Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-06-26T04:08:26.249Z Updating crates.io index
3142026-06-26T04:08:26.289Z Updating crates.io index
3152026-06-26T04:08:27.355Zerror: failed to select a version for `dropshot`.
3162026-06-26T04:08:27.355Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
3172026-06-26T04:08:27.355Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3182026-06-26T04:08:27.355Z ... 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)`
3192026-06-26T04:08:27.356Zversions that meet the requirements `^0.17.1` are: 0.17.1
3202026-06-26T04:08:27.356Z
3212026-06-26T04:08:27.356Zall possible versions conflict with previously selected packages
3222026-06-26T04:08:27.356Z
3232026-06-26T04:08:27.356Z previously selected package `dropshot v0.17.0`
3242026-06-26T04:08:27.356Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3252026-06-26T04:08:27.356Z
3262026-06-26T04:08:27.356Zfailed to select a version for `dropshot` which could resolve this conflict
3272026-06-26T04:08:27.391ZFailed to run command -- will try 1 more times
3282026-06-26T04:08:27.639Z Updating git repository `https://github.com/oxidecomputer/crucible`
3292026-06-26T04:08:27.707Z Updating crates.io index
3302026-06-26T04:08:27.956Zerror: failed to select a version for `dropshot`.
3312026-06-26T04:08:27.956Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
3322026-06-26T04:08:27.956Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3332026-06-26T04:08:27.956Z ... 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)`
3342026-06-26T04:08:27.956Zversions that meet the requirements `^0.17.1` are: 0.17.1
3352026-06-26T04:08:27.956Z
3362026-06-26T04:08:27.956Zall possible versions conflict with previously selected packages
3372026-06-26T04:08:27.957Z
3382026-06-26T04:08:27.957Z previously selected package `dropshot v0.17.0`
3392026-06-26T04:08:27.957Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3402026-06-26T04:08:27.957Z
3412026-06-26T04:08:27.957Zfailed to select a version for `dropshot` which could resolve this conflict
3422026-06-26T04:08:27.981Z
3432026-06-26T04:08:27.981Zreal 35.097494246
3442026-06-26T04:08:27.981Zuser 13.936927658
3452026-06-26T04:08:27.984Zsys 1.966141571
3462026-06-26T04:08:27.984Ztrap 0.001568680
3472026-06-26T04:08:27.984Ztflt 0.042722655
3482026-06-26T04:08:27.985Zdflt 0.043990245
3492026-06-26T04:08:27.985Zkflt 0.013660745
3502026-06-26T04:08:27.985Zlock 37.244227378
3512026-06-26T04:08:27.985Zslp 57.288965824
3522026-06-26T04:08:27.985Zlat 0.086646645
3532026-06-26T04:08:27.985Zstop 0.011461232
3542026-06-26T04:08:27.985Zprocess exited: duration 36025 ms, exit code 101
 
3552026-06-26T04:08:27.995Zfound 0 output files
3562026-06-26T04:08:27.995Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
3572026-06-26T04:08:27.995Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used