01KRQDEXNWAPMPGVSZAV1TA9ZK: 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: 01KRQDH60BQS0CHWB85SFTPZ5Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:34:18.538Zjob assigned to worker 01KRQDHAHZE3E0VZZSW1YSCA9T [factory aws, i-0559962e5d3156eeb] (queued for 51 s)
 
22026-05-16T03:34:26.694Zstarting task 0: "setup"
32026-05-16T03:34:26.698Z++ uname -s
42026-05-16T03:34:26.701Z+ kern=SunOS
52026-05-16T03:34:26.701Z+ build_user=build
62026-05-16T03:34:26.701Z+ build_uid=12345
72026-05-16T03:34:26.701Z+ work_dir=/work
82026-05-16T03:34:26.702Z+ input_dir=/input
92026-05-16T03:34:26.702Z+ [[ 0 == 12345 ]]
102026-05-16T03:34:26.702Z+ case "$kern" in
112026-05-16T03:34:26.702Z+ groupadd -g 12345 build
122026-05-16T03:34:26.705Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:34:28.711Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:34:28.832Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:34:28.835Z+ home_fs=zfs
162026-05-16T03:34:28.835Z+ [[ zfs == autofs ]]
172026-05-16T03:34:28.835Z+ mkdir -p /home/build
182026-05-16T03:34:28.838Z+ chown build:build /home/build /work
192026-05-16T03:34:30.843Z+ chmod 0700 /home/build /work
202026-05-16T03:34:30.881Zprocess exited: duration 4153 ms, exit code 0
 
212026-05-16T03:34:30.947Zstarting task 1: "rust-toolchain"
222026-05-16T03:34:30.959Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-16T03:34:30.959Z * rust toolchain channel = "1.94.0"
242026-05-16T03:34:30.959Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-16T03:34:30.959Z * rust toolchain profile = "default"
262026-05-16T03:34:30.959Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:34:30.959Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:34:30.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:34:30.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:34:31.044Zinfo: downloading installer
312026-05-16T03:34:32.434Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:34:32.434Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:34:32.434Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:34:32.434Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:34:32.444Zinfo: profile set to default
362026-05-16T03:34:32.445Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:34:32.455Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:34:32.639Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:34:32.656Zinfo: downloading 6 components
402026-05-16T03:34:47.328Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-16T03:34:47.329Z
422026-05-16T03:34:47.393Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:34:47.393Z
442026-05-16T03:34:47.393Z
452026-05-16T03:34:47.393ZRust is installed now. Great!
462026-05-16T03:34:47.393Z
472026-05-16T03:34:47.393ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:34:47.393Zenvironment variable. This has not been done automatically.
492026-05-16T03:34:47.393Z
502026-05-16T03:34:47.393ZTo configure your current shell, you need to source
512026-05-16T03:34:47.393Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:34:47.393Z
532026-05-16T03:34:47.393ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:34:47.393Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:34:47.393Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:34:47.394Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:34:47.394Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:34:47.394Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:34:47.394Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:34:47.394Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:34:47.394Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:34:47.446Z+ rustup --version
632026-05-16T03:34:47.524Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:34:47.524Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:34:47.558Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:34:47.558Z+ cargo --version
672026-05-16T03:34:47.558Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:34:47.558Z+ rustc --version
692026-05-16T03:34:47.558Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:34:47.558Zprocess exited: duration 16581 ms, exit code 0
 
712026-05-16T03:34:47.611Zstarting task 2: "authentication"
722026-05-16T03:34:47.633ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-16T03:35:14.333Zprocess exited: duration 26731 ms, exit code 0
 
742026-05-16T03:35:14.377Zstarting task 3: "clone repository"
752026-05-16T03:35:14.398Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-16T03:35:14.398Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-16T03:35:14.467ZCloning into '/work/oxidecomputer/omicron'...
782026-05-16T03:35:24.183Z+ cd /work/oxidecomputer/omicron
792026-05-16T03:35:24.183Z+ git fetch origin 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
802026-05-16T03:35:24.395ZFrom https://github.com/oxidecomputer/omicron
812026-05-16T03:35:24.395Z * branch 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 -> FETCH_HEAD
822026-05-16T03:35:24.411Z+ [[ -n renovate/crucible-common-digest ]]
832026-05-16T03:35:24.411Z++ git branch --show-current
842026-05-16T03:35:24.411Z+ current=main
852026-05-16T03:35:24.411Z+ [[ main != renovate/crucible-common-digest ]]
862026-05-16T03:35:24.412Z+ git branch -f renovate/crucible-common-digest 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
872026-05-16T03:35:24.412Z+ git checkout -f renovate/crucible-common-digest
882026-05-16T03:35:24.829ZSwitched to branch 'renovate/crucible-common-digest'
892026-05-16T03:35:24.839Z+ git reset --hard 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
902026-05-16T03:35:24.839ZHEAD is now at 9ce59b3a4 Update crucible-common digest to c59a136
912026-05-16T03:35:24.839Zprocess exited: duration 10245 ms, exit code 0
 
922026-05-16T03:35:24.981Zstarting task 4: "build"
932026-05-16T03:35:24.997Z+ source ./env.sh
942026-05-16T03:35:24.997Z++ OLD_SHELL_OPTS=ehxB
952026-05-16T03:35:24.997Z++ set -o xtrace
962026-05-16T03:35:24.997Z++++ dirname ./env.sh
972026-05-16T03:35:24.998Z+++ readlink -f .
982026-05-16T03:35:24.998Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-16T03:35:24.998Z++ export 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-16T03:35:24.998Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-16T03:35:24.998Z++ 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
1022026-05-16T03:35:24.998Z++ 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
1032026-05-16T03:35:24.998Z++ 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
1042026-05-16T03:35:24.998Z++ 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
1052026-05-16T03:35:24.998Z++ 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
1062026-05-16T03:35:24.998Z++ 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
1072026-05-16T03:35:24.998Z++ case $OLD_SHELL_OPTS in
1082026-05-16T03:35:24.998Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-16T03:35:24.998Z+ source .github/buildomat/ci-env.sh
1102026-05-16T03:35:24.998Z++ export CARGO_TERM_COLOR=always
1112026-05-16T03:35:24.998Z++ CARGO_TERM_COLOR=always
1122026-05-16T03:35:24.998Z+ target_os=illumos
1132026-05-16T03:35:24.998Z+ NEXTEST_VERSION=0.9.131
1142026-05-16T03:35:24.998Z+ cargo --version
1152026-05-16T03:35:24.998Zcargo 1.94.0 (85eff7c80 2026-01-15)
1162026-05-16T03:35:24.998Z+ rustc --version
1172026-05-16T03:35:25.012Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1182026-05-16T03:35:25.018Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1192026-05-16T03:35:25.018Z+ gunzip
1202026-05-16T03:35:25.019Z+ tar -xvf - -C /home/build/.cargo/bin
1212026-05-16T03:35:25.804Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1222026-05-16T03:35:25.822Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1232026-05-16T03:35:25.822Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1242026-05-16T03:35:25.822Ztests will store ephemeral output in /var/tmp/omicron_tmp
1252026-05-16T03:35:25.822Z+ mkdir /var/tmp/omicron_tmp
1262026-05-16T03:35:25.822Z+ OUTPUT_DIR=/work
1272026-05-16T03:35:25.823Z+ echo 'tests will store non-ephemeral output in /work'
1282026-05-16T03:35:25.823Ztests will store non-ephemeral output in /work
1292026-05-16T03:35:25.823Z+ mkdir -p /work
1302026-05-16T03:35:25.823Z+ banner prerequisites
1312026-05-16T03:35:25.823Z
1322026-05-16T03:35:25.823Z ##### ##### ###### ##### ###### #### # # # #### #
1332026-05-16T03:35:25.823Z # # # # # # # # # # # # # # #
1342026-05-16T03:35:25.823Z # # # # ##### # # ##### # # # # # #### #
1352026-05-16T03:35:25.823Z ##### ##### # ##### # # # # # # # # #
1362026-05-16T03:35:25.823Z # # # # # # # # # # # # # # #
1372026-05-16T03:35:25.823Z # # # ###### # # ###### ### # #### # #### #
1382026-05-16T03:35:25.823Z
1392026-05-16T03:35:25.823Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1402026-05-16T03:35:27.373Z Startup: Refreshing catalog 'helios' ... Done
1412026-05-16T03:35:27.421Z Startup: Caching catalogs ... Done
1422026-05-16T03:35:27.679ZPlanning: Solver setup ... Done (0.173s)
1432026-05-16T03:35:27.735ZPlanning: Running solver ... Done (0.016s)
1442026-05-16T03:35:27.735ZPlanning: Finding local manifests ... Done (0.003s)
1452026-05-16T03:35:27.735ZPlanning: Fetching manifests: 0/2 0% complete
1462026-05-16T03:35:27.735ZPlanning: Fetching manifests: 2/2 100% complete
1472026-05-16T03:35:27.736ZPlanning: Package planning ... Done (0.014s)
1482026-05-16T03:35:27.736ZPlanning: Merging actions ... Done (0.001s)
1492026-05-16T03:35:27.901ZPlanning: Checking for conflicting actions ... Done (0.193s)
1502026-05-16T03:35:27.922ZPlanning: Consolidating action changes ... Done (0.001s)
1512026-05-16T03:35:28.764ZPlanning: Evaluating mediators ... Done (0.874s)
1522026-05-16T03:35:28.781ZPlanning: Planning completed in 1.33 seconds
1532026-05-16T03:35:28.781Z Packages to install: 2
1542026-05-16T03:35:28.781Z Estimated space available: 156.06 GB
1552026-05-16T03:35:28.781ZEstimated space to be consumed: 19.74 MB
1562026-05-16T03:35:28.781Z Create boot environment: No
1572026-05-16T03:35:28.781ZCreate backup boot environment: No
1582026-05-16T03:35:28.781Z Rebuild boot archive: No
1592026-05-16T03:35:28.781Z
1602026-05-16T03:35:28.782ZChanged packages:
1612026-05-16T03:35:28.782Zhelios
1622026-05-16T03:35:28.782Z developer/build-essential
1632026-05-16T03:35:28.782Z None -> 11-3.0
1642026-05-16T03:35:28.782Z library/libxmlsec1
1652026-05-16T03:35:28.782Z None -> 1.2.35-3.0
1662026-05-16T03:35:28.791Z
1672026-05-16T03:35:28.791ZDownload: 0/214 items 0.0/1.3MB 0% complete
1682026-05-16T03:35:29.355ZDownload: Completed 1.28 MB in 0.57 seconds (2.2M/s)
1692026-05-16T03:35:29.444Z Actions: 1/268 actions (Installing new actions)
1702026-05-16T03:35:29.485Z Actions: Completed 268 actions in 0.04 seconds.
1712026-05-16T03:35:29.492ZFinalize: Updating package state database ... Done (0.007s)
1722026-05-16T03:35:29.492ZFinalize: Updating package cache ... Done (0.000s)
1732026-05-16T03:35:29.506ZFinalize: Updating image state ... Done (0.015s)
1742026-05-16T03:35:32.071ZFinalize: Creating fast lookup database ... Done (2.527s)
1752026-05-16T03:35:32.177ZFinalize: Reading search index ... Done (0.013s)
1762026-05-16T03:35:32.192ZFinalize: Updating search index ... Done (0.000s)
1772026-05-16T03:35:32.254ZFinalize: Updating package cache ... Done (0.000s)
1782026-05-16T03:35:32.541ZPlanning: Evaluating mediator changes ... Done
1792026-05-16T03:35:32.693ZPlanning: Checking for conflicting actions ... Done
1802026-05-16T03:35:32.734ZPlanning: Consolidating action changes ... Done
1812026-05-16T03:35:32.820ZPlanning: Evaluating mediators ... Done
1822026-05-16T03:35:32.845ZPlanning: Planning completed in 0.26 seconds
1832026-05-16T03:35:32.845Z Mediators to change: 2
1842026-05-16T03:35:32.845Z Create boot environment: No
1852026-05-16T03:35:32.845ZCreate backup boot environment: No
1862026-05-16T03:35:32.899ZFinalize: Updating package state database ... Done
1872026-05-16T03:35:32.899ZFinalize: Updating package cache ... Done
1882026-05-16T03:35:32.928ZFinalize: Updating image state ... Done
1892026-05-16T03:35:34.864ZFinalize: Creating fast lookup database ... Done
1902026-05-16T03:35:34.954ZFinalize: Reading search index ... Done
1912026-05-16T03:35:34.991ZFinalize: Updating search index ... Done
1922026-05-16T03:35:35.040ZFinalize: Updating package cache ... Done
1932026-05-16T03:35:35.329ZPlanning: Evaluating mediator changes ... Done
1942026-05-16T03:35:35.435ZPlanning: Checking for conflicting actions ... Done
1952026-05-16T03:35:35.448ZPlanning: Consolidating action changes ... Done
1962026-05-16T03:35:35.581ZPlanning: Evaluating mediators ... Done
1972026-05-16T03:35:35.614ZPlanning: Planning completed in 0.27 seconds
1982026-05-16T03:35:35.625Z Mediators to change: 1
1992026-05-16T03:35:35.625Z Create boot environment: No
2002026-05-16T03:35:35.626ZCreate backup boot environment: No
2012026-05-16T03:35:35.755ZFinalize: Updating package state database ... Done
2022026-05-16T03:35:35.755ZFinalize: Updating package cache ... Done
2032026-05-16T03:35:35.773ZFinalize: Updating image state ... Done
2042026-05-16T03:35:37.647ZFinalize: Creating fast lookup database ... Done
2052026-05-16T03:35:37.748ZFinalize: Reading search index ... Done
2062026-05-16T03:35:37.837ZFinalize: Updating search index ... Done
2072026-05-16T03:35:37.837ZFinalize: Updating package cache ... Done
2082026-05-16T03:35:38.134ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-05-16T03:35:38.135Zapache system 2.4 system
2102026-05-16T03:35:38.135Zclang system 15 system
2112026-05-16T03:35:38.135Zcsh system system illumos
2122026-05-16T03:35:38.135Zctags system system illumos
2132026-05-16T03:35:38.135Zfile vendor vendor darwinsys
2142026-05-16T03:35:38.135Zfile system system illumos
2152026-05-16T03:35:38.135Zgcc vendor 14 vendor
2162026-05-16T03:35:38.135Zgcc system 13 system
2172026-05-16T03:35:38.135Zgcc system 10 system
2182026-05-16T03:35:38.135Zgo system 1.25 system
2192026-05-16T03:35:38.135Zllvm system 15 system
2202026-05-16T03:35:38.135Zmariadb system 11.4 system
2212026-05-16T03:35:38.135Zmta vendor vendor dma
2222026-05-16T03:35:38.135Zopenjdk system 17 system
2232026-05-16T03:35:38.135Zopenjdk system 11 system
2242026-05-16T03:35:38.135Zopenssl vendor 3 vendor
2252026-05-16T03:35:38.135Zperl system 5.40 system
2262026-05-16T03:35:38.135Zpostgresql system 18 system
2272026-05-16T03:35:38.136Zpostgresql system 17 system
2282026-05-16T03:35:38.136Zpython vendor 3 vendor
2292026-05-16T03:35:38.136Zpython system 2 system
2302026-05-16T03:35:38.136Zpython3 vendor 3.13 vendor
2312026-05-16T03:35:38.136Zruby system 3.4 system
2322026-05-16T03:35:38.136Zruby system 3.0 system
2332026-05-16T03:35:38.136Zwords vendor vendor american-english
2342026-05-16T03:35:38.136Zwords system system australian-english
2352026-05-16T03:35:38.136Zwords system system british-english
2362026-05-16T03:35:38.136Zwords system system canadian-english
2372026-05-16T03:35:38.136Zwords system system french
2382026-05-16T03:35:38.136Zwords system system italian
2392026-05-16T03:35:38.136Zwords system system ngerman
2402026-05-16T03:35:38.136Zwords system system ogerman
2412026-05-16T03:35:38.136Zwords system system spanish
2422026-05-16T03:35:38.366ZPUBLISHER TYPE STATUS P LOCATION
2432026-05-16T03:35:38.366Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2442026-05-16T03:35:38.694ZFMRI IFO
2452026-05-16T03:35:38.694Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2462026-05-16T03:35:38.694Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2472026-05-16T03:35:38.694Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2482026-05-16T03:35:38.694Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2492026-05-16T03:35:38.694Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2502026-05-16T03:35:38.695Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2512026-05-16T03:35:38.695Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2522026-05-16T03:35:38.695Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2532026-05-16T03:35:38.695Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2542026-05-16T03:35:38.881Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2552026-05-16T03:35:39.101Z Updating crates.io index
2562026-05-16T03:35:39.149Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2572026-05-16T03:35:39.936Z Updating git repository `https://github.com/oxidecomputer/lldp`
2582026-05-16T03:35:40.234Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2592026-05-16T03:35:40.632Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602026-05-16T03:35:41.788Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612026-05-16T03:35:42.273Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622026-05-16T03:35:43.640Z Updating git repository `https://github.com/oxidecomputer/opte`
2632026-05-16T03:35:44.431Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642026-05-16T03:35:44.804Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-05-16T03:35:45.514Z Updating git repository `https://github.com/oxidecomputer/clickward`
2662026-05-16T03:35:45.934Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-16T03:35:46.359Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-05-16T03:35:46.784Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-05-16T03:35:47.645Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-05-16T03:35:48.110Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2712026-05-16T03:35:48.488Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-05-16T03:35:48.701Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2732026-05-16T03:35:49.204Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2742026-05-16T03:35:49.623Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2752026-05-16T03:35:49.833Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2762026-05-16T03:35:50.065Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2772026-05-16T03:35:50.302Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782026-05-16T03:35:50.733Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2792026-05-16T03:35:51.178Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802026-05-16T03:35:51.740Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2812026-05-16T03:35:52.135Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2822026-05-16T03:35:52.405Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832026-05-16T03:35:52.693Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842026-05-16T03:35:52.970Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-05-16T03:35:54.288Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-05-16T03:35:54.678Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872026-05-16T03:35:55.093Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882026-05-16T03:35:55.432Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2892026-05-16T03:35:55.719Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-05-16T03:35:56.066Z Updating crates.io index
2912026-05-16T03:35:56.107Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-05-16T03:35:56.325Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-05-16T03:35:56.581Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-05-16T03:35:56.956Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-05-16T03:35:57.884Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-05-16T03:36:09.123Zerror: failed to select a version for `vergen`.
2972026-05-16T03:36:09.123Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2982026-05-16T03:36:09.123Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2992026-05-16T03:36:09.123Z ... 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)`
3002026-05-16T03:36:09.123Zversions that meet the requirements `^9.1.0` are: 9.1.0
3012026-05-16T03:36:09.123Z
3022026-05-16T03:36:09.123Zall possible versions conflict with previously selected packages.
3032026-05-16T03:36:09.123Z
3042026-05-16T03:36:09.123Z previously selected package `vergen v9.0.6`
3052026-05-16T03:36:09.123Z ... 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)`
3062026-05-16T03:36:09.123Z ... 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)`
3072026-05-16T03:36:09.123Z
3082026-05-16T03:36:09.123Zfailed to select a version for `vergen` which could resolve this conflict
3092026-05-16T03:36:09.173ZFailed to run command -- will try 2 more times
3102026-05-16T03:36:09.411Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-05-16T03:36:09.433Z Updating crates.io index
3122026-05-16T03:36:09.695Z Updating crates.io index
3132026-05-16T03:36:10.242Zerror: failed to select a version for `vergen`.
3142026-05-16T03:36:10.243Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3152026-05-16T03:36:10.243Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3162026-05-16T03:36:10.243Z ... 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)`
3172026-05-16T03:36:10.243Zversions that meet the requirements `^9.1.0` are: 9.1.0
3182026-05-16T03:36:10.243Z
3192026-05-16T03:36:10.243Zall possible versions conflict with previously selected packages.
3202026-05-16T03:36:10.243Z
3212026-05-16T03:36:10.243Z previously selected package `vergen v9.0.6`
3222026-05-16T03:36:10.243Z ... 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)`
3232026-05-16T03:36:10.243Z ... 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)`
3242026-05-16T03:36:10.243Z
3252026-05-16T03:36:10.243Zfailed to select a version for `vergen` which could resolve this conflict
3262026-05-16T03:36:10.269ZFailed to run command -- will try 1 more times
3272026-05-16T03:36:10.524Z Updating git repository `https://github.com/oxidecomputer/crucible`
3282026-05-16T03:36:10.597Z Updating crates.io index
3292026-05-16T03:36:11.170Zerror: failed to select a version for `vergen`.
3302026-05-16T03:36:11.170Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3312026-05-16T03:36:11.170Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3322026-05-16T03:36:11.170Z ... 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)`
3332026-05-16T03:36:11.170Zversions that meet the requirements `^9.1.0` are: 9.1.0
3342026-05-16T03:36:11.170Z
3352026-05-16T03:36:11.170Zall possible versions conflict with previously selected packages.
3362026-05-16T03:36:11.171Z
3372026-05-16T03:36:11.171Z previously selected package `vergen v9.0.6`
3382026-05-16T03:36:11.171Z ... 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)`
3392026-05-16T03:36:11.171Z ... 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)`
3402026-05-16T03:36:11.171Z
3412026-05-16T03:36:11.171Zfailed to select a version for `vergen` which could resolve this conflict
3422026-05-16T03:36:11.194Z
3432026-05-16T03:36:11.199Zreal 45.395675294
3442026-05-16T03:36:11.199Zuser 19.841122767
3452026-05-16T03:36:11.199Zsys 2.151811060
3462026-05-16T03:36:11.199Ztrap 0.001965971
3472026-05-16T03:36:11.199Ztflt 0.044700098
3482026-05-16T03:36:11.199Zdflt 0.044410487
3492026-05-16T03:36:11.199Zkflt 0.014039311
3502026-05-16T03:36:11.199Zlock 0.100190821
3512026-05-16T03:36:11.199Zslp 1:10.903609735
3522026-05-16T03:36:11.199Zlat 0.127508356
3532026-05-16T03:36:11.199Zstop 0.000668470
3542026-05-16T03:36:11.199Zprocess exited: duration 46237 ms, exit code 101
 
3552026-05-16T03:36:11.208Zfound 0 output files
3562026-05-16T03:36:11.208Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
3572026-05-16T03:36:11.208Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used