01KQV39DRN7S5GA9GNSM5V4DYK: 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-2.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: 01KQV3A3GJ3NADH9BJFAHWVQPQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T03:37:02.614Zjob assigned to worker 01KQV3A6GP1A0KCKCNFPAZT64E [factory aws, i-0e67718eed2da8ca3] (queued for 57 s)
 
22026-05-05T03:37:10.991Zstarting task 0: "setup"
32026-05-05T03:37:10.996Z++ uname -s
42026-05-05T03:37:10.999Z+ kern=SunOS
52026-05-05T03:37:10.999Z+ build_user=build
62026-05-05T03:37:10.999Z+ build_uid=12345
72026-05-05T03:37:10.999Z+ work_dir=/work
82026-05-05T03:37:10.999Z+ input_dir=/input
92026-05-05T03:37:10.999Z+ [[ 0 == 12345 ]]
102026-05-05T03:37:10.999Z+ case "$kern" in
112026-05-05T03:37:10.999Z+ groupadd -g 12345 build
122026-05-05T03:37:11.003Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T03:37:13.011Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T03:37:13.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T03:37:13.140Z+ home_fs=zfs
162026-05-05T03:37:13.140Z+ [[ zfs == autofs ]]
172026-05-05T03:37:13.140Z+ mkdir -p /home/build
182026-05-05T03:37:13.143Z+ chown build:build /home/build /work
192026-05-05T03:37:14.145Z+ chmod 0700 /home/build /work
202026-05-05T03:37:14.149Zprocess exited: duration 3163 ms, exit code 0
 
212026-05-05T03:37:14.155Zstarting task 1: "rust-toolchain"
222026-05-05T03:37:14.163Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T03:37:14.163Z * rust toolchain channel = "1.94.0"
242026-05-05T03:37:14.163Z * rust toolchain profile = "default"
252026-05-05T03:37:14.163Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T03:37:14.163Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T03:37:14.163Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T03:37:14.166Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T03:37:14.170Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T03:37:14.276Zinfo: downloading installer
312026-05-05T03:37:16.013Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T03:37:16.013Zwarn: /opt/ooce/bin
332026-05-05T03:37:16.013Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T03:37:16.013Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T03:37:16.013Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T03:37:16.013Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T03:37:16.013Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T03:37:16.014Zerror: cannot install while Rust is installed
392026-05-05T03:37:16.014Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T03:37:16.014Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T03:37:16.014Zwarn: /home/build/.rustup/settings.toml
422026-05-05T03:37:16.014Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T03:37:16.014Zwarn: instead of the one inferred from the default host triple.
442026-05-05T03:37:16.027Zinfo: profile set to default
452026-05-05T03:37:16.027Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T03:37:16.032Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T03:37:16.193Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T03:37:16.193Zinfo: downloading 6 components
492026-05-05T03:37:31.463Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T03:37:31.463Z
512026-05-05T03:37:31.507Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T03:37:31.507Z
532026-05-05T03:37:31.507Z
542026-05-05T03:37:31.507ZRust is installed now. Great!
552026-05-05T03:37:31.507Z
562026-05-05T03:37:31.507ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T03:37:31.507Zenvironment variable. This has not been done automatically.
582026-05-05T03:37:31.507Z
592026-05-05T03:37:31.507ZTo configure your current shell, you need to source
602026-05-05T03:37:31.507Zthe corresponding env file under $HOME/.cargo.
612026-05-05T03:37:31.507Z
622026-05-05T03:37:31.507ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T03:37:31.507Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T03:37:31.507Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T03:37:31.507Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T03:37:31.507Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T03:37:31.508Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T03:37:31.508Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T03:37:31.512Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T03:37:31.512Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T03:37:31.615Z+ rustup --version
722026-05-05T03:37:31.622Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T03:37:31.622Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T03:37:31.646Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T03:37:31.648Z+ cargo --version
762026-05-05T03:37:31.659Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T03:37:31.661Z+ rustc --version
782026-05-05T03:37:31.684Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T03:37:31.687Zprocess exited: duration 17530 ms, exit code 0
 
802026-05-05T03:37:31.693Zstarting task 2: "authentication"
812026-05-05T03:37:31.716Zprocess exited: duration 23 ms, exit code 0
 
822026-05-05T03:37:31.722Zstarting task 3: "clone repository"
832026-05-05T03:37:31.729Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T03:37:31.732Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T03:37:31.769ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T03:37:41.050Z+ cd /work/oxidecomputer/omicron
872026-05-05T03:37:41.050Z+ git fetch origin b88ada88b3bd17768d50213bdcc86cfeb28cf893
882026-05-05T03:37:41.325ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T03:37:41.325Z * branch b88ada88b3bd17768d50213bdcc86cfeb28cf893 -> FETCH_HEAD
902026-05-05T03:37:41.337Z+ [[ -n renovate/crucible-common-digest ]]
912026-05-05T03:37:41.340Z++ git branch --show-current
922026-05-05T03:37:41.343Z+ current=main
932026-05-05T03:37:41.343Z+ [[ main != renovate/crucible-common-digest ]]
942026-05-05T03:37:41.343Z+ git branch -f renovate/crucible-common-digest b88ada88b3bd17768d50213bdcc86cfeb28cf893
952026-05-05T03:37:41.346Z+ git checkout -f renovate/crucible-common-digest
962026-05-05T03:37:41.588ZSwitched to branch 'renovate/crucible-common-digest'
972026-05-05T03:37:41.591Z+ git reset --hard b88ada88b3bd17768d50213bdcc86cfeb28cf893
982026-05-05T03:37:41.607ZHEAD is now at b88ada88b Update crucible-common digest to 6b7b7b7
992026-05-05T03:37:41.610Zprocess exited: duration 9885 ms, exit code 0
 
1002026-05-05T03:37:41.615Zstarting task 4: "build"
1012026-05-05T03:37:41.626Z+ source ./env.sh
1022026-05-05T03:37:41.626Z++ OLD_SHELL_OPTS=ehxB
1032026-05-05T03:37:41.626Z++ set -o xtrace
1042026-05-05T03:37:41.630Z++++ dirname ./env.sh
1052026-05-05T03:37:41.633Z+++ readlink -f .
1062026-05-05T03:37:41.636Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-05-05T03:37:41.636Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-05T03:37:41.636Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-05T03:37:41.641Z++ 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
1102026-05-05T03:37:41.641Z++ 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
1112026-05-05T03:37:41.642Z++ 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
1122026-05-05T03:37:41.642Z++ 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
1132026-05-05T03:37:41.642Z++ 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
1142026-05-05T03:37:41.642Z++ 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
1152026-05-05T03:37:41.642Z++ case $OLD_SHELL_OPTS in
1162026-05-05T03:37:41.642Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-05T03:37:41.642Z+ source .github/buildomat/ci-env.sh
1182026-05-05T03:37:41.642Z++ export CARGO_TERM_COLOR=always
1192026-05-05T03:37:41.642Z++ CARGO_TERM_COLOR=always
1202026-05-05T03:37:41.642Z+ target_os=illumos
1212026-05-05T03:37:41.642Z+ NEXTEST_VERSION=0.9.131
1222026-05-05T03:37:41.642Z+ cargo --version
1232026-05-05T03:37:41.647Zcargo 1.94.0 (85eff7c80 2026-01-15)
1242026-05-05T03:37:41.650Z+ rustc --version
1252026-05-05T03:37:41.673Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1262026-05-05T03:37:41.677Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-05-05T03:37:41.683Z+ gunzip
1282026-05-05T03:37:41.683Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-05-05T03:37:42.460Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-05-05T03:37:42.462Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1312026-05-05T03:37:42.462Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1322026-05-05T03:37:42.462Ztests will store ephemeral output in /var/tmp/omicron_tmp
1332026-05-05T03:37:42.462Z+ mkdir /var/tmp/omicron_tmp
1342026-05-05T03:37:42.465Z+ OUTPUT_DIR=/work
1352026-05-05T03:37:42.465Z+ echo 'tests will store non-ephemeral output in /work'
1362026-05-05T03:37:42.465Ztests will store non-ephemeral output in /work
1372026-05-05T03:37:42.465Z+ mkdir -p /work
1382026-05-05T03:37:42.468Z+ banner prerequisites
1392026-05-05T03:37:42.472Z
1402026-05-05T03:37:42.472Z ##### ##### ###### ##### ###### #### # # # #### #
1412026-05-05T03:37:42.472Z # # # # # # # # # # # # # # #
1422026-05-05T03:37:42.472Z # # # # ##### # # ##### # # # # # #### #
1432026-05-05T03:37:42.472Z ##### ##### # ##### # # # # # # # # #
1442026-05-05T03:37:42.472Z # # # # # # # # # # # # # # #
1452026-05-05T03:37:42.472Z # # # ###### # # ###### ### # #### # #### #
1462026-05-05T03:37:42.472Z
1472026-05-05T03:37:42.472Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1482026-05-05T03:37:55.376Z Startup: Refreshing catalog 'helios-dev' ... Done
1492026-05-05T03:38:03.414Z Startup: Caching catalogs ... Done
1502026-05-05T03:38:10.755ZPlanning: Solver setup ... Done (5.788s)
1512026-05-05T03:38:10.796ZPlanning: Running solver ... Done (0.041s)
1522026-05-05T03:38:10.937ZPlanning: Finding local manifests ... Done (0.003s)
1532026-05-05T03:38:10.959ZPlanning: Fetching manifests: 0/5 0% complete
1542026-05-05T03:38:11.506ZPlanning: Fetching manifests: 5/5 100% complete
1552026-05-05T03:38:11.548ZPlanning: Package planning ... Done (0.041s)
1562026-05-05T03:38:11.586ZPlanning: Merging actions ... Done (0.038s)
1572026-05-05T03:38:11.778ZPlanning: Checking for conflicting actions ... Done (0.193s)
1582026-05-05T03:38:11.788ZPlanning: Consolidating action changes ... Done (0.009s)
1592026-05-05T03:38:12.683ZPlanning: Evaluating mediators ... Done (0.894s)
1602026-05-05T03:38:12.690ZPlanning: Planning completed in 9.10 seconds
1612026-05-05T03:38:12.703Z Packages to install: 5
1622026-05-05T03:38:12.703Z Mediators to change: 3
1632026-05-05T03:38:12.703Z Services to change: 1
1642026-05-05T03:38:12.706Z Estimated space available: 155.33 GB
1652026-05-05T03:38:12.706ZEstimated space to be consumed: 1.90 GB
1662026-05-05T03:38:12.706Z Create boot environment: No
1672026-05-05T03:38:12.706ZCreate backup boot environment: No
1682026-05-05T03:38:12.706Z Rebuild boot archive: No
1692026-05-05T03:38:12.706Z
1702026-05-05T03:38:12.706ZChanged mediators:
1712026-05-05T03:38:12.706Z mediator clang:
1722026-05-05T03:38:12.706Z version: None -> 15 (system default)
1732026-05-05T03:38:12.706Z
1742026-05-05T03:38:12.706Z mediator llvm:
1752026-05-05T03:38:12.706Z version: 14 (system default) -> 15 (system default)
1762026-05-05T03:38:12.706Z
1772026-05-05T03:38:12.706Z mediator postgresql:
1782026-05-05T03:38:12.706Z version: 15 (system default) -> 18 (system default)
1792026-05-05T03:38:12.706Z
1802026-05-05T03:38:12.706ZChanged packages:
1812026-05-05T03:38:12.706Zhelios-dev
1822026-05-05T03:38:12.706Z developer/build-essential
1832026-05-05T03:38:12.706Z None -> 11-2.0
1842026-05-05T03:38:12.706Z library/libxmlsec1
1852026-05-05T03:38:12.706Z None -> 1.2.35-2.0
1862026-05-05T03:38:12.706Z ooce/developer/clang-15
1872026-05-05T03:38:12.706Z None -> 15.0.7-2.0
1882026-05-05T03:38:12.707Z ooce/developer/llvm-15
1892026-05-05T03:38:12.707Z None -> 15.0.7-2.0
1902026-05-05T03:38:12.707Z ooce/library/postgresql-18
1912026-05-05T03:38:12.707Z None -> 18.1-2.0
1922026-05-05T03:38:12.707Z
1932026-05-05T03:38:12.707ZServices:
1942026-05-05T03:38:12.707Z restart_fmri:
1952026-05-05T03:38:12.707Z svc:/system/update-man-index:default
1962026-05-05T03:38:12.758Z
1972026-05-05T03:38:12.758ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1982026-05-05T03:38:19.210ZDownload: 209/4272 items 1.3/219.0MB 0% complete (1.4M/s)
1992026-05-05T03:38:24.955ZDownload: 1196/4272 items 83.5/219.0MB 38% complete (8.7M/s)
2002026-05-05T03:38:30.098ZDownload: 2225/4272 items 119.2/219.0MB 54% complete (11.9M/s)
2012026-05-05T03:38:36.949ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (12.3M/s)
2022026-05-05T03:38:44.013ZDownload: 4251/4272 items 218.9/219.0MB 99% complete (9.8M/s)
2032026-05-05T03:38:50.818ZDownload: 4253/4272 items 218.9/219.0MB 99% complete
2042026-05-05T03:38:50.857ZDownload: Completed 218.99 MB in 38.09 seconds (5.8M/s)
2052026-05-05T03:38:51.013Z Actions: 1/4789 actions (Installing new actions)
2062026-05-05T03:38:54.493Z Actions: Completed 4789 actions in 3.48 seconds.
2072026-05-05T03:38:55.171Z Done (0.677s)
2082026-05-05T03:38:55.171Z Done (0.000s)
2092026-05-05T03:38:55.833Z Done (0.663s)
2102026-05-05T03:38:58.996Z Done (2.794s)
2112026-05-05T03:38:59.075Z Done (0.013s)
2122026-05-05T03:38:59.078Z Done (0.000s)
2132026-05-05T03:38:59.356Z Done (0.000s)
2142026-05-05T03:39:00.248ZPlanning: Evaluating mediator changes ... Done
2152026-05-05T03:39:00.361ZPlanning: Checking for conflicting actions ... Done
2162026-05-05T03:39:00.364ZPlanning: Consolidating action changes ... Done
2172026-05-05T03:39:00.521ZPlanning: Evaluating mediators ... Done
2182026-05-05T03:39:00.528ZPlanning: Planning completed in 0.27 seconds
2192026-05-05T03:39:00.543Z Mediators to change: 2
2202026-05-05T03:39:00.543Z Create boot environment: No
2212026-05-05T03:39:00.543ZCreate backup boot environment: No
2222026-05-05T03:39:00.620Z Done
2232026-05-05T03:39:00.620Z Done
2242026-05-05T03:39:01.248Z Done
2252026-05-05T03:39:03.777Z Done
2262026-05-05T03:39:03.843Z Done
2272026-05-05T03:39:03.846Z Done
2282026-05-05T03:39:03.994Z Done
2292026-05-05T03:39:04.264ZPlanning: Evaluating mediator changes ... Done
2302026-05-05T03:39:04.376ZPlanning: Checking for conflicting actions ... Done
2312026-05-05T03:39:04.380ZPlanning: Consolidating action changes ... Done
2322026-05-05T03:39:04.537ZPlanning: Evaluating mediators ... Done
2332026-05-05T03:39:04.542ZPlanning: Planning completed in 0.28 seconds
2342026-05-05T03:39:04.559Z Mediators to change: 1
2352026-05-05T03:39:04.559Z Create boot environment: No
2362026-05-05T03:39:04.559ZCreate backup boot environment: No
2372026-05-05T03:39:04.619Z Done
2382026-05-05T03:39:04.619Z Done
2392026-05-05T03:39:05.257Z Done
2402026-05-05T03:39:07.797Z Done
2412026-05-05T03:39:07.873Z Done
2422026-05-05T03:39:07.876Z Done
2432026-05-05T03:39:08.036Z Done
2442026-05-05T03:39:08.326ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452026-05-05T03:39:08.326Zclang system 15 system
2462026-05-05T03:39:08.326Zcsh system system illumos
2472026-05-05T03:39:08.326Zctags system system illumos
2482026-05-05T03:39:08.326Zfile system system illumos
2492026-05-05T03:39:08.326Zgcc vendor 12 vendor
2502026-05-05T03:39:08.326Zgcc system 14 system
2512026-05-05T03:39:08.326Zgcc system 10 system
2522026-05-05T03:39:08.326Zgo system 1.20 system
2532026-05-05T03:39:08.326Zgo system 1.19 system
2542026-05-05T03:39:08.326Zllvm system 15 system
2552026-05-05T03:39:08.327Zllvm system 14 system
2562026-05-05T03:39:08.327Zmariadb system 10.6 system
2572026-05-05T03:39:08.327Zmta vendor vendor dma
2582026-05-05T03:39:08.327Zopenjdk system 17 system
2592026-05-05T03:39:08.327Zopenjdk system 11 system
2602026-05-05T03:39:08.327Zopenjdk system 1.8 system
2612026-05-05T03:39:08.327Zopenssl vendor 3 vendor
2622026-05-05T03:39:08.327Zperl system 5.36 system
2632026-05-05T03:39:08.327Zpostgresql system 18 system
2642026-05-05T03:39:08.327Zpostgresql system 15 system
2652026-05-05T03:39:08.327Zpostgresql system 13 system
2662026-05-05T03:39:08.327Zpython vendor 3 vendor
2672026-05-05T03:39:08.327Zpython system 2 system
2682026-05-05T03:39:08.327Zpython3 system 3.11 system
2692026-05-05T03:39:08.327Zruby system 3.0 system
2702026-05-05T03:39:08.327Zwords vendor vendor american-english
2712026-05-05T03:39:08.327Zwords system system australian-english
2722026-05-05T03:39:08.327Zwords system system british-english
2732026-05-05T03:39:08.327Zwords system system canadian-english
2742026-05-05T03:39:08.327Zwords system system french
2752026-05-05T03:39:08.327Zwords system system italian
2762026-05-05T03:39:08.327Zwords system system ngerman
2772026-05-05T03:39:08.327Zwords system system ogerman
2782026-05-05T03:39:08.327Zwords system system spanish
2792026-05-05T03:39:08.559ZPUBLISHER TYPE STATUS P LOCATION
2802026-05-05T03:39:08.559Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2812026-05-05T03:39:13.285ZFMRI IFO
2822026-05-05T03:39:13.285Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2832026-05-05T03:39:13.285Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2842026-05-05T03:39:13.285Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2852026-05-05T03:39:13.285Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2862026-05-05T03:39:13.285Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2872026-05-05T03:39:13.285Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2882026-05-05T03:39:13.285Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2892026-05-05T03:39:13.285Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2902026-05-05T03:39:13.285Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2912026-05-05T03:39:13.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2922026-05-05T03:39:13.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2932026-05-05T03:39:13.286Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2942026-05-05T03:39:13.286Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2952026-05-05T03:39:13.286Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2962026-05-05T03:39:13.286Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2972026-05-05T03:39:13.286Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2982026-05-05T03:39:13.286Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2992026-05-05T03:39:14.432Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3002026-05-05T03:39:14.710Z Updating crates.io index
3012026-05-05T03:39:14.750Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022026-05-05T03:39:14.977Z Updating git repository `https://github.com/oxidecomputer/lldp`
3032026-05-05T03:39:15.933Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3042026-05-05T03:39:16.434Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052026-05-05T03:39:17.639Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3062026-05-05T03:39:18.127Z Updating git repository `https://github.com/oxidecomputer/crucible`
3072026-05-05T03:39:19.445Z Updating git repository `https://github.com/oxidecomputer/opte`
3082026-05-05T03:39:20.414Z Updating git repository `https://github.com/oxidecomputer/tofino`
3092026-05-05T03:39:20.605Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3102026-05-05T03:39:21.273Z Updating git repository `https://github.com/oxidecomputer/clickward`
3112026-05-05T03:39:22.131Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122026-05-05T03:39:22.492Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3132026-05-05T03:39:22.874Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3142026-05-05T03:39:23.748Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3152026-05-05T03:39:25.320Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-05-05T03:39:25.346Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3172026-05-05T03:39:25.347Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3182026-05-05T03:39:25.379Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3192026-05-05T03:39:25.761Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3202026-05-05T03:39:26.010Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3212026-05-05T03:39:26.261Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3222026-05-05T03:39:26.684Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3232026-05-05T03:39:27.185Z Updating git repository `https://github.com/oxidecomputer/crucible`
3242026-05-05T03:39:28.100Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3252026-05-05T03:39:28.631Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3262026-05-05T03:39:29.086Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3272026-05-05T03:39:29.349Z Updating git repository `https://github.com/oxidecomputer/ispf`
3282026-05-05T03:39:30.674Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3292026-05-05T03:39:32.695Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3302026-05-05T03:39:32.736Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3312026-05-05T03:39:32.736Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322026-05-05T03:39:32.736Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3332026-05-05T03:39:33.007Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3342026-05-05T03:39:33.277Z Updating crates.io index
3352026-05-05T03:39:33.286Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362026-05-05T03:39:33.582Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372026-05-05T03:39:33.834Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3382026-05-05T03:39:34.173Z Updating git repository `https://github.com/illumos/smf-rs`
3392026-05-05T03:39:34.986Z Updating git repository `https://github.com/oxidecomputer/omicron`
3402026-05-05T03:39:46.357Zerror: failed to select a version for `vergen`.
3412026-05-05T03:39:46.357Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3422026-05-05T03:39:46.357Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3432026-05-05T03:39:46.358Z ... 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)`
3442026-05-05T03:39:46.358Zversions that meet the requirements `^9.1.0` are: 9.1.0
3452026-05-05T03:39:46.358Z
3462026-05-05T03:39:46.358Zall possible versions conflict with previously selected packages.
3472026-05-05T03:39:46.358Z
3482026-05-05T03:39:46.358Z previously selected package `vergen v9.0.6`
3492026-05-05T03:39:46.358Z ... 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)`
3502026-05-05T03:39:46.358Z ... 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)`
3512026-05-05T03:39:46.358Z
3522026-05-05T03:39:46.358Zfailed to select a version for `vergen` which could resolve this conflict
3532026-05-05T03:39:46.400ZFailed to run command -- will try 2 more times
3542026-05-05T03:39:46.658Z Updating git repository `https://github.com/oxidecomputer/crucible`
3552026-05-05T03:39:46.681Z Updating crates.io index
3562026-05-05T03:39:46.962Z Updating crates.io index
3572026-05-05T03:39:47.565Zerror: failed to select a version for `vergen`.
3582026-05-05T03:39:47.565Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3592026-05-05T03:39:47.566Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3602026-05-05T03:39:47.566Z ... 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)`
3612026-05-05T03:39:47.566Zversions that meet the requirements `^9.1.0` are: 9.1.0
3622026-05-05T03:39:47.566Z
3632026-05-05T03:39:47.566Zall possible versions conflict with previously selected packages.
3642026-05-05T03:39:47.566Z
3652026-05-05T03:39:47.566Z previously selected package `vergen v9.0.6`
3662026-05-05T03:39:47.567Z ... 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)`
3672026-05-05T03:39:47.567Z ... 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)`
3682026-05-05T03:39:47.567Z
3692026-05-05T03:39:47.567Zfailed to select a version for `vergen` which could resolve this conflict
3702026-05-05T03:39:47.592ZFailed to run command -- will try 1 more times
3712026-05-05T03:39:47.852Z Updating git repository `https://github.com/oxidecomputer/crucible`
3722026-05-05T03:39:47.931Z Updating crates.io index
3732026-05-05T03:39:48.440Zerror: failed to select a version for `vergen`.
3742026-05-05T03:39:48.440Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3752026-05-05T03:39:48.440Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3762026-05-05T03:39:48.440Z ... 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)`
3772026-05-05T03:39:48.440Zversions that meet the requirements `^9.1.0` are: 9.1.0
3782026-05-05T03:39:48.440Z
3792026-05-05T03:39:48.440Zall possible versions conflict with previously selected packages.
3802026-05-05T03:39:48.440Z
3812026-05-05T03:39:48.440Z previously selected package `vergen v9.0.6`
3822026-05-05T03:39:48.440Z ... 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)`
3832026-05-05T03:39:48.440Z ... 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)`
3842026-05-05T03:39:48.440Z
3852026-05-05T03:39:48.440Zfailed to select a version for `vergen` which could resolve this conflict
3862026-05-05T03:39:48.466Z
3872026-05-05T03:39:48.470Zreal 2:05.979700721
3882026-05-05T03:39:48.470Zuser 56.180523951
3892026-05-05T03:39:48.470Zsys 5.933466800
3902026-05-05T03:39:48.470Ztrap 0.007803896
3912026-05-05T03:39:48.470Ztflt 0.032464342
3922026-05-05T03:39:48.470Zdflt 0.046143251
3932026-05-05T03:39:48.470Zkflt 0.015035138
3942026-05-05T03:39:48.470Zlock 0.112562872
3952026-05-05T03:39:48.470Zslp 3:13.753668329
3962026-05-05T03:39:48.470Zlat 0.223725360
3972026-05-05T03:39:48.470Zstop 0.000888182
3982026-05-05T03:39:48.470Zprocess exited: duration 126839 ms, exit code 101
 
3992026-05-05T03:39:48.477Zfound 0 output files
4002026-05-05T03:39:48.477Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
4012026-05-05T03:39:48.477Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used