01M18AEDPKB3RWAM500C5GBGXP: 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: [],
    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: 01M18AERKDSNN67J5TTHDPNT9J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-30T03:13:14.141Zjob assigned to worker 01M18AEWWZ3TPN2WJ531SQQXS9 [factory aws, i-021254763774e5a30] (queued for 52 s)
 
22026-08-30T03:13:21.804Zstarting task 0: "setup"
32026-08-30T03:13:21.809Z++ uname -s
42026-08-30T03:13:21.812Z+ kern=SunOS
52026-08-30T03:13:21.812Z+ build_user=build
62026-08-30T03:13:21.812Z+ build_uid=12345
72026-08-30T03:13:21.812Z+ work_dir=/work
82026-08-30T03:13:21.812Z+ input_dir=/input
92026-08-30T03:13:21.812Z+ [[ 0 == 12345 ]]
102026-08-30T03:13:21.812Z+ case "$kern" in
112026-08-30T03:13:21.812Z+ groupadd -g 12345 build
122026-08-30T03:13:21.815Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-30T03:13:23.821Z+ zfs create -o mountpoint=/work rpool/work
142026-08-30T03:13:23.920Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-30T03:13:23.924Z+ home_fs=zfs
162026-08-30T03:13:23.924Z+ [[ zfs == autofs ]]
172026-08-30T03:13:23.924Z+ mkdir -p /home/build
182026-08-30T03:13:23.927Z+ chown build:build /home/build /work
192026-08-30T03:13:25.927Z+ chmod 0700 /home/build /work
202026-08-30T03:13:25.931Zprocess exited: duration 4130 ms, exit code 0
 
212026-08-30T03:13:25.937Zstarting task 1: "rust-toolchain"
222026-08-30T03:13:25.943Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-30T03:13:25.943Z * rust toolchain channel = "1.97.1"
242026-08-30T03:13:25.943Z * rust toolchain profile = "default"
252026-08-30T03:13:25.943Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-30T03:13:25.943Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-30T03:13:25.943Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-30T03:13:25.946Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-30T03:13:25.946Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-30T03:13:26.064Zinfo: downloading installer
312026-08-30T03:13:27.211Zwarn: It looks like you have an existing rustup settings file at:
322026-08-30T03:13:27.211Zwarn: /home/build/.rustup/settings.toml
332026-08-30T03:13:27.211Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-30T03:13:27.211Zwarn: instead of the one inferred from the default host triple.
352026-08-30T03:13:27.224Zinfo: profile set to default
362026-08-30T03:13:27.224Zinfo: default host triple is x86_64-unknown-illumos
372026-08-30T03:13:27.227Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-30T03:13:27.354Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-30T03:13:27.357Zinfo: downloading 6 components
402026-08-30T03:13:41.087Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-30T03:13:41.087Z
422026-08-30T03:13:41.114Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-30T03:13:41.114Z
442026-08-30T03:13:41.114Z
452026-08-30T03:13:41.114ZRust is installed now. Great!
462026-08-30T03:13:41.114Z
472026-08-30T03:13:41.114ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-30T03:13:41.114Zenvironment variable. This has not been done automatically.
492026-08-30T03:13:41.115Z
502026-08-30T03:13:41.115ZTo configure your current shell, you need to source
512026-08-30T03:13:41.115Zthe corresponding env file under $HOME/.cargo.
522026-08-30T03:13:41.115Z
532026-08-30T03:13:41.115ZThis is usually done by running one of the following (note the leading DOT):
542026-08-30T03:13:41.118Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-30T03:13:41.118Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-30T03:13:41.118Zsource "~/.cargo/env.nu" # For nushell
572026-08-30T03:13:41.118Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-30T03:13:41.118Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-30T03:13:41.118Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-30T03:13:41.118Zwarn: no default linker (`cc`) was found in your PATH
612026-08-30T03:13:41.118Zwarn: many Rust crates require a system C toolchain to build
622026-08-30T03:13:41.227Z+ rustup --version
632026-08-30T03:13:41.234Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-30T03:13:41.234Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-30T03:13:41.255Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-30T03:13:41.258Z+ cargo --version
672026-08-30T03:13:41.266Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-30T03:13:41.269Z+ rustc --version
692026-08-30T03:13:41.291Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-30T03:13:41.294Zprocess exited: duration 15356 ms, exit code 0
 
712026-08-30T03:13:41.300Zstarting task 2: "authentication"
722026-08-30T03:13:41.340Zprocess exited: duration 39 ms, exit code 0
 
732026-08-30T03:13:41.347Zstarting task 3: "clone repository"
742026-08-30T03:13:41.358Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-30T03:13:41.363Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-30T03:13:41.399ZCloning into '/work/oxidecomputer/omicron'...
772026-08-30T03:14:00.947Z+ cd /work/oxidecomputer/omicron
782026-08-30T03:14:00.947Z+ git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
792026-08-30T03:14:01.304ZFrom https://github.com/oxidecomputer/omicron
802026-08-30T03:14:01.305Z * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD
812026-08-30T03:14:01.320Z+ [[ -n renovate/ddm-admin-client-digest ]]
822026-08-30T03:14:01.324Z++ git branch --show-current
832026-08-30T03:14:01.326Z+ current=main
842026-08-30T03:14:01.327Z+ [[ main != renovate/ddm-admin-client-digest ]]
852026-08-30T03:14:01.327Z+ git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
862026-08-30T03:14:01.329Z+ git checkout -f renovate/ddm-admin-client-digest
872026-08-30T03:14:01.605ZSwitched to branch 'renovate/ddm-admin-client-digest'
882026-08-30T03:14:01.610Z+ git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
892026-08-30T03:14:01.624ZHEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c
902026-08-30T03:14:01.626Zprocess exited: duration 20278 ms, exit code 0
 
912026-08-30T03:14:01.632Zstarting task 4: "build"
922026-08-30T03:14:01.642Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932026-08-30T03:14:01.642Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942026-08-30T03:14:01.642Ztests will store ephemeral output in /var/tmp/omicron_tmp
952026-08-30T03:14:01.642Z+ mkdir /var/tmp/omicron_tmp
962026-08-30T03:14:01.646Z+ source ./env.sh
972026-08-30T03:14:01.646Z++ OLD_SHELL_OPTS=ehxB
982026-08-30T03:14:01.646Z++ set -o xtrace
992026-08-30T03:14:01.648Z++++ dirname ./env.sh
1002026-08-30T03:14:01.651Z+++ readlink -f .
1012026-08-30T03:14:01.654Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-30T03:14:01.654Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-30T03:14:01.654Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-30T03:14:01.654Z++ 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
1052026-08-30T03:14:01.654Z++ 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
1062026-08-30T03:14:01.654Z++ 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
1072026-08-30T03:14:01.654Z++ 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
1082026-08-30T03:14:01.654Z++ 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
1092026-08-30T03:14:01.654Z++ 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
1102026-08-30T03:14:01.654Z++ 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
1112026-08-30T03:14:01.654Z++ 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
1122026-08-30T03:14:01.654Z++ case $OLD_SHELL_OPTS in
1132026-08-30T03:14:01.654Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-30T03:14:01.654Z+ source .github/buildomat/ci-env.sh
1152026-08-30T03:14:01.655Z++ export CARGO_TERM_COLOR=always
1162026-08-30T03:14:01.655Z++ CARGO_TERM_COLOR=always
1172026-08-30T03:14:01.655Z+++ uname -s
1182026-08-30T03:14:01.658Z++ [[ SunOS == \S\u\n\O\S ]]
1192026-08-30T03:14:01.658Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1202026-08-30T03:14:01.658Z+ target_os=illumos
1212026-08-30T03:14:01.658Z+ NEXTEST_VERSION=0.9.131
1222026-08-30T03:14:01.658Z+ cargo --version
1232026-08-30T03:14:01.667Zcargo 1.97.1 (c980f4866 2026-06-30)
1242026-08-30T03:14:01.672Z+ rustc --version
1252026-08-30T03:14:01.692Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1262026-08-30T03:14:01.695Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-08-30T03:14:01.698Z+ gunzip
1282026-08-30T03:14:01.698Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-08-30T03:14:02.761Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-08-30T03:14:02.764Z+ OUTPUT_DIR=/work
1312026-08-30T03:14:02.764Z+ echo 'tests will store non-ephemeral output in /work'
1322026-08-30T03:14:02.764Ztests will store non-ephemeral output in /work
1332026-08-30T03:14:02.764Z+ mkdir -p /work
1342026-08-30T03:14:02.767Z+ banner prerequisites
1352026-08-30T03:14:02.770Z
1362026-08-30T03:14:02.770Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-08-30T03:14:02.770Z # # # # # # # # # # # # # # #
1382026-08-30T03:14:02.770Z # # # # ##### # # ##### # # # # # #### #
1392026-08-30T03:14:02.770Z ##### ##### # ##### # # # # # # # # #
1402026-08-30T03:14:02.770Z # # # # # # # # # # # # # # #
1412026-08-30T03:14:02.770Z # # # ###### # # ###### ### # #### # #### #
1422026-08-30T03:14:02.770Z
1432026-08-30T03:14:02.770Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-08-30T03:14:04.792Z Startup: Refreshing catalog 'helios' ... Done
1452026-08-30T03:14:05.202Z Startup: Caching catalogs ... Done
1462026-08-30T03:14:07.512ZPlanning: Solver setup ... Done (2.188s)
1472026-08-30T03:14:07.575ZPlanning: Running solver ... Done (0.064s)
1482026-08-30T03:14:07.625ZPlanning: Finding local manifests ... Done (0.003s)
1492026-08-30T03:14:07.637ZPlanning: Fetching manifests: 0/2 0% complete
1502026-08-30T03:14:07.654ZPlanning: Fetching manifests: 2/2 100% complete
1512026-08-30T03:14:07.669ZPlanning: Package planning ... Done (0.014s)
1522026-08-30T03:14:07.672ZPlanning: Merging actions ... Done (0.002s)
1532026-08-30T03:14:07.898ZPlanning: Checking for conflicting actions ... Done (0.227s)
1542026-08-30T03:14:07.901ZPlanning: Consolidating action changes ... Done (0.001s)
1552026-08-30T03:14:08.784ZPlanning: Evaluating mediators ... Done (0.885s)
1562026-08-30T03:14:08.787ZPlanning: Planning completed in 3.55 seconds
1572026-08-30T03:14:08.794Z Packages to install: 2
1582026-08-30T03:14:08.794Z Estimated space available: 155.99 GB
1592026-08-30T03:14:08.794ZEstimated space to be consumed: 83.65 MB
1602026-08-30T03:14:08.794Z Create boot environment: No
1612026-08-30T03:14:08.797ZCreate backup boot environment: No
1622026-08-30T03:14:08.797Z Rebuild boot archive: No
1632026-08-30T03:14:08.797Z
1642026-08-30T03:14:08.797ZChanged packages:
1652026-08-30T03:14:08.797Zhelios
1662026-08-30T03:14:08.797Z developer/build-essential
1672026-08-30T03:14:08.797Z None -> 11-3.0
1682026-08-30T03:14:08.797Z library/libxmlsec1
1692026-08-30T03:14:08.797Z None -> 1.2.35-3.0
1702026-08-30T03:14:08.820Z
1712026-08-30T03:14:08.820ZDownload: 0/214 items 0.0/1.3MB 0% complete
1722026-08-30T03:14:08.890ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1732026-08-30T03:14:08.951Z Actions: 1/268 actions (Installing new actions)
1742026-08-30T03:14:08.989Z Actions: Completed 268 actions in 0.04 seconds.
1752026-08-30T03:14:09.030ZFinalize: Updating package state database ... Done (0.040s)
1762026-08-30T03:14:09.030ZFinalize: Updating package cache ... Done (0.000s)
1772026-08-30T03:14:09.126ZFinalize: Updating image state ... Done (0.096s)
1782026-08-30T03:14:11.735ZFinalize: Creating fast lookup database ... Done (2.550s)
1792026-08-30T03:14:11.811ZFinalize: Reading search index ... Done (0.012s)
1802026-08-30T03:14:11.814ZFinalize: Updating search index ... Done (0.000s)
1812026-08-30T03:14:11.917ZFinalize: Updating package cache ... Done (0.000s)
1822026-08-30T03:14:12.290ZPlanning: Evaluating mediator changes ... Done
1832026-08-30T03:14:12.395ZPlanning: Checking for conflicting actions ... Done
1842026-08-30T03:14:12.398ZPlanning: Consolidating action changes ... Done
1852026-08-30T03:14:12.551ZPlanning: Evaluating mediators ... Done
1862026-08-30T03:14:12.554ZPlanning: Planning completed in 0.26 seconds
1872026-08-30T03:14:12.575Z Mediators to change: 2
1882026-08-30T03:14:12.575Z Create boot environment: No
1892026-08-30T03:14:12.575ZCreate backup boot environment: No
1902026-08-30T03:14:12.618ZFinalize: Updating package state database ... Done
1912026-08-30T03:14:12.618ZFinalize: Updating package cache ... Done
1922026-08-30T03:14:12.672ZFinalize: Updating image state ... Done
1932026-08-30T03:14:14.604ZFinalize: Creating fast lookup database ... Done
1942026-08-30T03:14:14.665ZFinalize: Reading search index ... Done
1952026-08-30T03:14:14.668ZFinalize: Updating search index ... Done
1962026-08-30T03:14:14.742ZFinalize: Updating package cache ... Done
1972026-08-30T03:14:15.025ZPlanning: Evaluating mediator changes ... Done
1982026-08-30T03:14:15.129ZPlanning: Checking for conflicting actions ... Done
1992026-08-30T03:14:15.132ZPlanning: Consolidating action changes ... Done
2002026-08-30T03:14:15.284ZPlanning: Evaluating mediators ... Done
2012026-08-30T03:14:15.287ZPlanning: Planning completed in 0.26 seconds
2022026-08-30T03:14:15.306Z Mediators to change: 1
2032026-08-30T03:14:15.306Z Create boot environment: No
2042026-08-30T03:14:15.307ZCreate backup boot environment: No
2052026-08-30T03:14:15.389ZFinalize: Updating package state database ... Done
2062026-08-30T03:14:15.389ZFinalize: Updating package cache ... Done
2072026-08-30T03:14:15.443ZFinalize: Updating image state ... Done
2082026-08-30T03:14:17.364ZFinalize: Creating fast lookup database ... Done
2092026-08-30T03:14:17.425ZFinalize: Reading search index ... Done
2102026-08-30T03:14:17.428ZFinalize: Updating search index ... Done
2112026-08-30T03:14:17.489ZFinalize: Updating package cache ... Done
2122026-08-30T03:14:17.799ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132026-08-30T03:14:17.799Zapache system 2.4 system
2142026-08-30T03:14:17.799Zclang system 15 system
2152026-08-30T03:14:17.799Zcsh system system illumos
2162026-08-30T03:14:17.799Zctags system system illumos
2172026-08-30T03:14:17.799Zfile vendor vendor darwinsys
2182026-08-30T03:14:17.799Zfile system system illumos
2192026-08-30T03:14:17.799Zgcc vendor 14 vendor
2202026-08-30T03:14:17.799Zgcc system 13 system
2212026-08-30T03:14:17.799Zgcc system 10 system
2222026-08-30T03:14:17.799Zgo system 1.25 system
2232026-08-30T03:14:17.799Zllvm system 15 system
2242026-08-30T03:14:17.799Zmariadb system 11.4 system
2252026-08-30T03:14:17.799Zmta vendor vendor dma
2262026-08-30T03:14:17.799Zopenjdk system 17 system
2272026-08-30T03:14:17.799Zopenjdk system 11 system
2282026-08-30T03:14:17.800Zopenssl vendor 3 vendor
2292026-08-30T03:14:17.800Zperl system 5.40 system
2302026-08-30T03:14:17.800Zpostgresql system 18 system
2312026-08-30T03:14:17.800Zpostgresql system 17 system
2322026-08-30T03:14:17.800Zpython vendor 3 vendor
2332026-08-30T03:14:17.800Zpython system 2 system
2342026-08-30T03:14:17.800Zpython3 vendor 3.13 vendor
2352026-08-30T03:14:17.800Zruby system 3.4 system
2362026-08-30T03:14:17.800Zruby system 3.0 system
2372026-08-30T03:14:17.800Zwords vendor vendor american-english
2382026-08-30T03:14:17.800Zwords system system australian-english
2392026-08-30T03:14:17.800Zwords system system british-english
2402026-08-30T03:14:17.800Zwords system system canadian-english
2412026-08-30T03:14:17.800Zwords system system french
2422026-08-30T03:14:17.800Zwords system system italian
2432026-08-30T03:14:17.800Zwords system system ngerman
2442026-08-30T03:14:17.800Zwords system system ogerman
2452026-08-30T03:14:17.800Zwords system system spanish
2462026-08-30T03:14:18.059ZPUBLISHER TYPE STATUS P LOCATION
2472026-08-30T03:14:18.059Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2482026-08-30T03:14:18.567ZFMRI IFO
2492026-08-30T03:14:18.567Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2502026-08-30T03:14:18.567Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2512026-08-30T03:14:18.567Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2522026-08-30T03:14:18.567Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2532026-08-30T03:14:18.567Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2542026-08-30T03:14:18.567Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2552026-08-30T03:14:18.567Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2562026-08-30T03:14:18.567Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2572026-08-30T03:14:18.567Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2582026-08-30T03:14:18.903Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-08-30T03:14:19.223Z Updating crates.io index
2602026-08-30T03:14:19.227Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-08-30T03:14:19.522Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-08-30T03:14:19.894Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2632026-08-30T03:14:20.154Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-08-30T03:14:21.524Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-08-30T03:14:22.137Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-08-30T03:14:24.124Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-08-30T03:14:25.189Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-08-30T03:14:25.521Z Updating git repository `https://github.com/oxidecomputer/lldp`
2692026-08-30T03:14:25.905Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-08-30T03:14:27.268Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-08-30T03:14:27.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-08-30T03:14:28.044Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2732026-08-30T03:14:28.304Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742026-08-30T03:14:28.572Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752026-08-30T03:14:28.840Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762026-08-30T03:14:29.151Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-30T03:14:29.417Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-08-30T03:14:29.727Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2792026-08-30T03:14:30.098Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802026-08-30T03:14:30.537Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2812026-08-30T03:14:31.227Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822026-08-30T03:14:31.514Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2832026-08-30T03:14:32.073Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2842026-08-30T03:14:32.395Z Updating git repository `https://github.com/oxidecomputer/erebor`
2852026-08-30T03:14:32.677Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-08-30T03:14:33.139Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-08-30T03:14:33.415Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-08-30T03:14:33.711Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-08-30T03:14:34.066Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-08-30T03:14:34.334Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-08-30T03:14:34.655Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-08-30T03:14:35.040Z Updating git repository `https://github.com/oxidecomputer/tough`
2932026-08-30T03:14:35.775Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-08-30T03:14:36.045Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-08-30T03:14:36.328Z Updating crates.io index
2962026-08-30T03:14:36.331Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-08-30T03:14:36.683Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2982026-08-30T03:14:37.480Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992026-08-30T03:14:37.748Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002026-08-30T03:14:38.027Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012026-08-30T03:14:38.359Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022026-08-30T03:14:38.631Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3032026-08-30T03:14:39.050Z Updating git repository `https://github.com/illumos/smf-rs`
3042026-08-30T03:14:40.830Zerror: failed to select a version for `oxnet`.
3052026-08-30T03:14:40.830Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
3062026-08-30T03:14:40.830Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
3072026-08-30T03:14:40.830Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3082026-08-30T03:14:40.830Zversions that meet the requirements `^0.1.7` are: 0.1.7
3092026-08-30T03:14:40.830Z
3102026-08-30T03:14:40.830Zall possible versions conflict with previously selected packages
3112026-08-30T03:14:40.830Z
3122026-08-30T03:14:40.830Z previously selected package `oxnet v0.1.6`
3132026-08-30T03:14:40.830Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
3142026-08-30T03:14:40.830Z
3152026-08-30T03:14:40.830Zfailed to select a version for `oxnet` which could resolve this conflict
3162026-08-30T03:14:40.879ZFailed to run command -- will try 2 more times
3172026-08-30T03:14:41.126Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3182026-08-30T03:14:41.161Z Updating crates.io index
3192026-08-30T03:14:41.190Z Updating crates.io index
3202026-08-30T03:14:42.025Zerror: failed to select a version for `oxnet`.
3212026-08-30T03:14:42.025Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
3222026-08-30T03:14:42.025Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
3232026-08-30T03:14:42.025Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3242026-08-30T03:14:42.026Zversions that meet the requirements `^0.1.7` are: 0.1.7
3252026-08-30T03:14:42.026Z
3262026-08-30T03:14:42.026Zall possible versions conflict with previously selected packages
3272026-08-30T03:14:42.026Z
3282026-08-30T03:14:42.026Z previously selected package `oxnet v0.1.6`
3292026-08-30T03:14:42.026Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
3302026-08-30T03:14:42.026Z
3312026-08-30T03:14:42.026Zfailed to select a version for `oxnet` which could resolve this conflict
3322026-08-30T03:14:42.066ZFailed to run command -- will try 1 more times
3332026-08-30T03:14:42.316Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3342026-08-30T03:14:42.387Z Updating crates.io index
3352026-08-30T03:14:42.608Zerror: failed to select a version for `oxnet`.
3362026-08-30T03:14:42.608Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
3372026-08-30T03:14:42.608Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
3382026-08-30T03:14:42.608Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3392026-08-30T03:14:42.608Zversions that meet the requirements `^0.1.7` are: 0.1.7
3402026-08-30T03:14:42.608Z
3412026-08-30T03:14:42.609Zall possible versions conflict with previously selected packages
3422026-08-30T03:14:42.609Z
3432026-08-30T03:14:42.609Z previously selected package `oxnet v0.1.6`
3442026-08-30T03:14:42.609Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
3452026-08-30T03:14:42.609Z
3462026-08-30T03:14:42.609Zfailed to select a version for `oxnet` which could resolve this conflict
3472026-08-30T03:14:42.635Z
3482026-08-30T03:14:42.638Zreal 39.862128571
3492026-08-30T03:14:42.638Zuser 17.026751418
3502026-08-30T03:14:42.638Zsys 2.248371477
3512026-08-30T03:14:42.638Ztrap 0.001845061
3522026-08-30T03:14:42.638Ztflt 0.045534480
3532026-08-30T03:14:42.638Zdflt 0.043197570
3542026-08-30T03:14:42.638Zkflt 0.014613007
3552026-08-30T03:14:42.638Zlock 49.074077507
3562026-08-30T03:14:42.638Zslp 1:01.430675448
3572026-08-30T03:14:42.638Zlat 0.098286977
3582026-08-30T03:14:42.638Zstop 0.012170637
3592026-08-30T03:14:42.638Zprocess exited: duration 41003 ms, exit code 101
 
3602026-08-30T03:14:42.644Zfound 0 output files
3612026-08-30T03:14:42.647Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
3622026-08-30T03:14:42.647Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used