01KMM48QJ4X9AJ267KH5SA8TF4: test-ddm-quartet

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMM49FJG9T3B6DKK2EK1KGKM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:05:57.295Zjob assigned to worker 01KMM52RHD1J8D08XVJ8XGKHRS [factory aws, i-0b952ac44229d480b] (queued for 14 m 30 s)
 
22026-03-26T04:06:04.427Zstarting task 0: "setup"
32026-03-26T04:06:04.431Z++ uname -s
42026-03-26T04:06:04.434Z+ kern=SunOS
52026-03-26T04:06:04.434Z+ build_user=build
62026-03-26T04:06:04.434Z+ build_uid=12345
72026-03-26T04:06:04.434Z+ work_dir=/work
82026-03-26T04:06:04.434Z+ input_dir=/input
92026-03-26T04:06:04.434Z+ [[ 0 == 12345 ]]
102026-03-26T04:06:04.434Z+ case "$kern" in
112026-03-26T04:06:04.434Z+ groupadd -g 12345 build
122026-03-26T04:06:04.438Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:06:06.443Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:06:06.546Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:06:06.549Z+ home_fs=zfs
162026-03-26T04:06:06.549Z+ [[ zfs == autofs ]]
172026-03-26T04:06:06.549Z+ mkdir -p /home/build
182026-03-26T04:06:06.549Z+ chown build:build /home/build /work
192026-03-26T04:06:08.551Z+ chmod 0700 /home/build /work
202026-03-26T04:06:08.554Zprocess exited: duration 4127 ms, exit code 0
 
212026-03-26T04:06:08.563Zstarting task 1: "rust-toolchain"
222026-03-26T04:06:08.567Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:06:08.567Z * rust toolchain channel = "stable"
242026-03-26T04:06:08.567Z * rust toolchain profile = "default"
252026-03-26T04:06:08.567Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T04:06:08.567Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:06:08.570Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T04:06:08.570Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:06:08.570Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:06:08.688Zinfo: downloading installer
312026-03-26T04:06:10.144Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:06:10.144Zwarn: /opt/ooce/bin
332026-03-26T04:06:10.144Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:06:10.144Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:06:10.144Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:06:10.144Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:06:10.144Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:06:10.144Zerror: cannot install while Rust is installed
392026-03-26T04:06:10.144Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:06:10.144Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:06:10.144Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:06:10.144Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:06:10.144Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:06:10.159Zinfo: profile set to default
452026-03-26T04:06:10.159Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:06:10.162Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:06:10.317Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:06:10.319Zinfo: downloading 6 components
492026-03-26T04:06:27.325Z
502026-03-26T04:06:27.325Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-26T04:06:27.352Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:06:27.352Z
532026-03-26T04:06:27.352Z
542026-03-26T04:06:27.352ZRust is installed now. Great!
552026-03-26T04:06:27.353Z
562026-03-26T04:06:27.356ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:06:27.356Zenvironment variable. This has not been done automatically.
582026-03-26T04:06:27.356Z
592026-03-26T04:06:27.356ZTo configure your current shell, you need to source
602026-03-26T04:06:27.356Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:06:27.356Z
622026-03-26T04:06:27.356ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:06:27.356Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:06:27.356Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:06:27.356Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:06:27.356Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:06:27.356Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:06:27.356Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:06:27.356Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:06:27.356Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:06:27.441Z+ rustup --version
722026-03-26T04:06:27.450Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:06:27.453Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:06:27.470Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:06:27.472Z+ cargo --version
762026-03-26T04:06:27.486Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:06:27.488Z+ rustc --version
782026-03-26T04:06:27.508Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:06:27.510Zprocess exited: duration 18942 ms, exit code 0
 
802026-03-26T04:06:27.516Zstarting task 2: "authentication"
812026-03-26T04:06:27.533Zprocess exited: duration 15 ms, exit code 0
 
822026-03-26T04:06:27.540Zstarting task 3: "clone repository"
832026-03-26T04:06:27.543Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:06:27.547Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:06:27.578ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:06:28.339Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:06:28.339Z+ git fetch origin a1dba7f2c9be3c7727e21fad2946a96decaf2443
882026-03-26T04:06:28.586ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:06:28.586Z * branch a1dba7f2c9be3c7727e21fad2946a96decaf2443 -> FETCH_HEAD
902026-03-26T04:06:28.594Z+ [[ -n renovate/dropshot-0.x ]]
912026-03-26T04:06:28.597Z++ git branch --show-current
922026-03-26T04:06:28.597Z+ current=main
932026-03-26T04:06:28.597Z+ [[ main != renovate/dropshot-0.x ]]
942026-03-26T04:06:28.597Z+ git branch -f renovate/dropshot-0.x a1dba7f2c9be3c7727e21fad2946a96decaf2443
952026-03-26T04:06:28.600Z+ git checkout -f renovate/dropshot-0.x
962026-03-26T04:06:28.617ZSwitched to branch 'renovate/dropshot-0.x'
972026-03-26T04:06:28.620Z+ git reset --hard a1dba7f2c9be3c7727e21fad2946a96decaf2443
982026-03-26T04:06:28.634ZHEAD is now at a1dba7f Update Rust crate dropshot to 0.17.0
992026-03-26T04:06:28.637Zprocess exited: duration 1095 ms, exit code 0
 
1002026-03-26T04:06:28.643Zstarting task 4: "build"
1012026-03-26T04:06:28.649Z++ dladm
1022026-03-26T04:06:28.653ZLINK CLASS MTU STATE BRIDGE OVER
1032026-03-26T04:06:28.653Zena0 phys 9216 up -- --
1042026-03-26T04:06:28.656Z++ ipadm
1052026-03-26T04:06:28.656ZADDROBJ TYPE STATE ADDR
1062026-03-26T04:06:28.656Zlo0/v4 static ok 127.0.0.1/8
1072026-03-26T04:06:28.656Zena0/dhcp dhcp ok 10.150.1.60/24
1082026-03-26T04:06:28.656Zlo0/v6 static ok ::1/128
1092026-03-26T04:06:28.659Z++ banner collect
1102026-03-26T04:06:28.659Z
1112026-03-26T04:06:28.659Z #### #### # # ###### #### #####
1122026-03-26T04:06:28.659Z # # # # # # # # # #
1132026-03-26T04:06:28.659Z # # # # # ##### # #
1142026-03-26T04:06:28.659Z # # # # # # # #
1152026-03-26T04:06:28.659Z # # # # # # # # # #
1162026-03-26T04:06:28.659Z #### #### ###### ###### ###### #### #
1172026-03-26T04:06:28.659Z
1182026-03-26T04:06:28.659Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-03-26T04:06:28.659Z++ repo=softnpu
1202026-03-26T04:06:28.659Z++ series=image
1212026-03-26T04:06:28.659Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-03-26T04:06:28.659Z++ name=softnpu
1232026-03-26T04:06:28.659Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-03-26T04:06:28.659Z++ mkdir -p download
1252026-03-26T04:06:28.662Z++ pushd download
1262026-03-26T04:06:28.662Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-03-26T04:06:28.662Z++ [[ ! -f softnpu ]]
1282026-03-26T04:06:28.662Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-03-26T04:06:28.667Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-03-26T04:06:28.667Z Dload Upload Total Spent Left Speed
1312026-03-26T04:06:29.030Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 43.22M 0 0 100 15.63M 100 15.63M 0 0 43.21M 0 0 100 15.63M 100 15.63M 0 0 43.20M 0 0
1322026-03-26T04:06:29.034Z++ popd
1332026-03-26T04:06:29.034Z/work/oxidecomputer/maghemite
1342026-03-26T04:06:29.034Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-03-26T04:06:29.034Z++ repo=sidecar-lite
1362026-03-26T04:06:29.034Z++ series=release
1372026-03-26T04:06:29.034Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-03-26T04:06:29.034Z++ name=libsidecar_lite.so
1392026-03-26T04:06:29.034Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-03-26T04:06:29.034Z++ mkdir -p download
1412026-03-26T04:06:29.037Z++ pushd download
1422026-03-26T04:06:29.037Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-03-26T04:06:29.037Z++ [[ ! -f libsidecar_lite.so ]]
1442026-03-26T04:06:29.037Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-03-26T04:06:29.041Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-03-26T04:06:29.044Z Dload Upload Total Spent Left Speed
1472026-03-26T04:06:29.450Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 29.40M 0 0 100 12.04M 100 12.04M 0 0 29.39M 0 0 100 12.04M 100 12.04M 0 0 29.39M 0 0
1482026-03-26T04:06:29.454Z++ popd
1492026-03-26T04:06:29.457Z/work/oxidecomputer/maghemite
1502026-03-26T04:06:29.457Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-03-26T04:06:29.457Z++ repo=sidecar-lite
1522026-03-26T04:06:29.457Z++ series=release
1532026-03-26T04:06:29.458Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-03-26T04:06:29.458Z++ name=scadm
1552026-03-26T04:06:29.458Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-03-26T04:06:29.458Z++ mkdir -p download
1572026-03-26T04:06:29.458Z++ pushd download
1582026-03-26T04:06:29.458Z++ [[ ! -f scadm ]]
1592026-03-26T04:06:29.458Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-03-26T04:06:29.458Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-03-26T04:06:29.461Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-03-26T04:06:29.464Z Dload Upload Total Spent Left Speed
1632026-03-26T04:06:29.825Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 43.53M 0 0 100 15.78M 100 15.78M 0 0 43.52M 0 0 100 15.78M 100 15.78M 0 0 43.51M 0 0
1642026-03-26T04:06:29.828Z++ popd
1652026-03-26T04:06:29.828Z/work/oxidecomputer/maghemite
1662026-03-26T04:06:29.828Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-03-26T04:06:29.828Z++ repo=dendrite
1682026-03-26T04:06:29.828Z++ series=image
1692026-03-26T04:06:29.828Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-03-26T04:06:29.828Z++ name=dendrite-softnpu.tar.gz
1712026-03-26T04:06:29.828Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-03-26T04:06:29.828Z++ mkdir -p download
1732026-03-26T04:06:29.831Z++ pushd download
1742026-03-26T04:06:29.831Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-03-26T04:06:29.832Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-03-26T04:06:29.832Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-03-26T04:06:29.836Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-03-26T04:06:29.842Z Dload Upload Total Spent Left Speed
1792026-03-26T04:06:31.238Z 0 0 0 0 0 0 0 0 0 62 71.59M 62 45.03M 0 0 45.06M 0 00:01 00:01 45.07M 100 71.59M 100 71.59M 0 0 51.07M 0 00:01 00:01 45.07M 100 71.59M 100 71.59M 0 0 51.07M 0 00:01 00:01 45.07M 100 71.59M 100 71.59M 0 0 51.07M 0 00:01 00:01 45.07M
1802026-03-26T04:06:31.241Z++ popd
1812026-03-26T04:06:31.245Z/work/oxidecomputer/maghemite
1822026-03-26T04:06:31.245Z++ get_artifact maghemite release a1dba7f2c9be3c7727e21fad2946a96decaf2443 ddm
1832026-03-26T04:06:31.245Z++ repo=maghemite
1842026-03-26T04:06:31.245Z++ series=release
1852026-03-26T04:06:31.245Z++ commit=a1dba7f2c9be3c7727e21fad2946a96decaf2443
1862026-03-26T04:06:31.245Z++ name=ddm
1872026-03-26T04:06:31.245Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-03-26T04:06:31.245Z++ mkdir -p download
1892026-03-26T04:06:31.245Z++ pushd download
1902026-03-26T04:06:31.245Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-03-26T04:06:31.245Z++ [[ ! -f ddm ]]
1922026-03-26T04:06:31.245Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a1dba7f2c9be3c7727e21fad2946a96decaf2443/ddm
1932026-03-26T04:06:31.251Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-03-26T04:06:31.255Z Dload Upload Total Spent Left Speed
1952026-03-26T04:06:31.303Z 0 0 0 0 0 0 0 0 0
1962026-03-26T04:06:31.306Zcurl: (22) The requested URL returned error: 404
1972026-03-26T04:06:31.306Z++ popd
1982026-03-26T04:06:31.306Z/work/oxidecomputer/maghemite
1992026-03-26T04:06:31.306Z++ get_artifact maghemite release a1dba7f2c9be3c7727e21fad2946a96decaf2443 ddmadm
2002026-03-26T04:06:31.306Z++ repo=maghemite
2012026-03-26T04:06:31.306Z++ series=release
2022026-03-26T04:06:31.306Z++ commit=a1dba7f2c9be3c7727e21fad2946a96decaf2443
2032026-03-26T04:06:31.307Z++ name=ddmadm
2042026-03-26T04:06:31.307Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-03-26T04:06:31.307Z++ mkdir -p download
2062026-03-26T04:06:31.311Z++ pushd download
2072026-03-26T04:06:31.311Z++ [[ ! -f ddmadm ]]
2082026-03-26T04:06:31.311Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-03-26T04:06:31.311Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a1dba7f2c9be3c7727e21fad2946a96decaf2443/ddmadm
2102026-03-26T04:06:31.316Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-03-26T04:06:31.316Z Dload Upload Total Spent Left Speed
2122026-03-26T04:06:31.367Z 0 0 0 0 0 0 0 0 0
2132026-03-26T04:06:31.367Zcurl: (22) The requested URL returned error: 404
2142026-03-26T04:06:31.371Z++ popd
2152026-03-26T04:06:31.371Z/work/oxidecomputer/maghemite
2162026-03-26T04:06:31.371Z++ pushd download
2172026-03-26T04:06:31.371Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-03-26T04:06:31.371Z++ chmod +x softnpu
2192026-03-26T04:06:31.374Z++ chmod +x scadm
2202026-03-26T04:06:31.374Z++ chmod +x ddmadm
2212026-03-26T04:06:31.374Zchmod: WARNING: can't access ddmadm
2222026-03-26T04:06:31.376Z++ chmod +x ddmd
2232026-03-26T04:06:31.377Zchmod: WARNING: can't access ddmd
2242026-03-26T04:06:31.377Z++ mv ddmadm ddmadm-v2
2252026-03-26T04:06:31.377Zmv: cannot access ddmadm
2262026-03-26T04:06:31.377Z++ mv ddmd ddmd-v2
2272026-03-26T04:06:31.380Zmv: cannot access ddmd
2282026-03-26T04:06:31.380Z++ rm -rf zones/dendrite
2292026-03-26T04:06:31.380Z++ mkdir -p zones/dendrite
2302026-03-26T04:06:31.380Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-03-26T04:06:32.381Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-03-26T04:06:32.384Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-03-26T04:06:32.387Z++ popd
2342026-03-26T04:06:32.387Z/work/oxidecomputer/maghemite
2352026-03-26T04:06:32.387Z++ banner install
2362026-03-26T04:06:32.387Z
2372026-03-26T04:06:32.387Z # # # #### ##### ## # #
2382026-03-26T04:06:32.387Z # ## # # # # # # #
2392026-03-26T04:06:32.387Z # # # # #### # # # # #
2402026-03-26T04:06:32.387Z # # # # # # ###### # #
2412026-03-26T04:06:32.388Z # # ## # # # # # # #
2422026-03-26T04:06:32.388Z # # # #### # # # ###### ######
2432026-03-26T04:06:32.388Z
2442026-03-26T04:06:32.388Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-03-26T04:06:32.388Z++ set +o errexit
2462026-03-26T04:06:32.388Z++ pkg info clang-15
2472026-03-26T04:06:32.388Z++ grep -qi installed
2482026-03-26T04:06:33.626Zpkg: info: no packages matching the following patterns you specified are
2492026-03-26T04:06:33.626Zinstalled on the system. Try querying remotely instead:
2502026-03-26T04:06:33.626Z
2512026-03-26T04:06:33.626Z clang-15
2522026-03-26T04:06:33.666Z++ [[ 1 != 0 ]]
2532026-03-26T04:06:33.666Z++ set -o errexit
2542026-03-26T04:06:33.666Z++ pfexec pkg install clang-15
2552026-03-26T04:06:41.373Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-03-26T04:06:48.145Z Startup: Caching catalogs ... Done
2572026-03-26T04:06:51.751ZPlanning: Solver setup ... Done
2582026-03-26T04:06:51.763ZPlanning: Running solver ... Done
2592026-03-26T04:06:51.876ZPlanning: Finding local manifests ... Done
2602026-03-26T04:06:51.889ZPlanning: Fetching manifests: 0/2 0% complete
2612026-03-26T04:06:51.974ZPlanning: Fetching manifests: 2/2 100% complete
2622026-03-26T04:06:52.003ZPlanning: Package planning ... Done
2632026-03-26T04:06:52.029ZPlanning: Merging actions ... Done
2642026-03-26T04:06:52.142ZPlanning: Checking for conflicting actions ... Done
2652026-03-26T04:06:52.149ZPlanning: Consolidating action changes ... Done
2662026-03-26T04:06:52.853ZPlanning: Evaluating mediators ... Done
2672026-03-26T04:06:52.859ZPlanning: Planning completed in 4.56 seconds
2682026-03-26T04:06:52.868Z Packages to install: 2
2692026-03-26T04:06:52.869Z Mediators to change: 2
2702026-03-26T04:06:52.873Z Services to change: 1
2712026-03-26T04:06:52.873Z Create boot environment: No
2722026-03-26T04:06:52.873ZCreate backup boot environment: No
2732026-03-26T04:06:52.918Z
2742026-03-26T04:06:52.918ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-03-26T04:06:57.913ZDownload: 2371/3076 items 119.0/211.3MB 56% complete (24.0M/s)
2762026-03-26T04:07:00.927ZDownload: Completed 211.31 MB in 8.01 seconds (26.4M/s)
2772026-03-26T04:07:01.147Z Actions: 1/3418 actions (Installing new actions)
2782026-03-26T04:07:04.279Z Actions: Completed 3418 actions in 3.13 seconds.
2792026-03-26T04:07:04.577Z Done
2802026-03-26T04:07:04.578Z Done
2812026-03-26T04:07:05.273Z Done
2822026-03-26T04:07:08.582Z Done
2832026-03-26T04:07:08.657Z Done
2842026-03-26T04:07:08.660Z Done
2852026-03-26T04:07:08.968Z Done
2862026-03-26T04:07:09.605Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2872026-03-26T04:07:09.605Z++ set +o errexit
2882026-03-26T04:07:09.608Z++ pkg info pkg-config
2892026-03-26T04:07:09.608Z++ grep -qi installed
2902026-03-26T04:07:09.832Z++ [[ 0 != 0 ]]
2912026-03-26T04:07:09.832Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-03-26T04:07:09.832Z++ set +o errexit
2932026-03-26T04:07:09.836Z++ pkg info brand/omicron1
2942026-03-26T04:07:09.836Z++ grep -qi installed
2952026-03-26T04:07:10.016Zpkg: info: no packages matching the following patterns you specified are
2962026-03-26T04:07:10.016Zinstalled on the system. Try querying remotely instead:
2972026-03-26T04:07:10.016Z
2982026-03-26T04:07:10.016Z brand/omicron1
2992026-03-26T04:07:10.049Z++ [[ 1 != 0 ]]
3002026-03-26T04:07:10.049Z++ set -o errexit
3012026-03-26T04:07:10.049Z++ pfexec pkg install brand/omicron1
3022026-03-26T04:07:10.444Z Startup: Refreshing catalog 'helios-dev' ... Done
3032026-03-26T04:07:13.952ZPlanning: Solver setup ... Done
3042026-03-26T04:07:13.963ZPlanning: Running solver ... Done
3052026-03-26T04:07:14.078ZPlanning: Finding local manifests ... Done
3062026-03-26T04:07:14.082ZPlanning: Fetching manifests: 0/2 0% complete
3072026-03-26T04:07:14.196ZPlanning: Fetching manifests: 2/2 100% complete
3082026-03-26T04:07:14.211ZPlanning: Package planning ... Done
3092026-03-26T04:07:14.216ZPlanning: Merging actions ... Done
3102026-03-26T04:07:14.362ZPlanning: Checking for conflicting actions ... Done
3112026-03-26T04:07:14.365ZPlanning: Consolidating action changes ... Done
3122026-03-26T04:07:14.519ZPlanning: Evaluating mediators ... Done
3132026-03-26T04:07:14.522ZPlanning: Planning completed in 4.07 seconds
3142026-03-26T04:07:14.528Z Packages to install: 2
3152026-03-26T04:07:14.528Z Create boot environment: No
3162026-03-26T04:07:14.528ZCreate backup boot environment: No
3172026-03-26T04:07:14.559Z
3182026-03-26T04:07:14.559ZDownload: 0/5 items 0.0/1.1MB 0% complete
3192026-03-26T04:07:14.584ZDownload: Completed 1.07 MB in 0.02 seconds (48.8M/s)
3202026-03-26T04:07:14.660Z Actions: 1/28 actions (Installing new actions)
3212026-03-26T04:07:14.673Z Actions: Completed 28 actions in 0.01 seconds.
3222026-03-26T04:07:14.945Z Done
3232026-03-26T04:07:14.945Z Done
3242026-03-26T04:07:15.541Z Done
3252026-03-26T04:07:18.208Z Done
3262026-03-26T04:07:18.280Z Done
3272026-03-26T04:07:18.284Z Done
3282026-03-26T04:07:18.420Z Done
3292026-03-26T04:07:18.547Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3302026-03-26T04:07:18.547Z++ set +o errexit
3312026-03-26T04:07:18.551Z++ pkg info brand/omicron1/tools
3322026-03-26T04:07:18.551Z++ grep -qi installed
3332026-03-26T04:07:18.732Zpkg: info: no packages matching the following patterns you specified are
3342026-03-26T04:07:18.732Zinstalled on the system. Try querying remotely instead:
3352026-03-26T04:07:18.732Z
3362026-03-26T04:07:18.732Z brand/omicron1/tools
3372026-03-26T04:07:18.769Z++ [[ 1 != 0 ]]
3382026-03-26T04:07:18.769Z++ set -o errexit
3392026-03-26T04:07:18.769Z++ pfexec pkg install brand/omicron1/tools
3402026-03-26T04:07:19.151Z Startup: Refreshing catalog 'helios-dev' ... Done
3412026-03-26T04:07:22.666ZPlanning: Solver setup ... Done
3422026-03-26T04:07:22.679ZPlanning: Running solver ... Done
3432026-03-26T04:07:22.797ZPlanning: Finding local manifests ... Done
3442026-03-26T04:07:22.800ZPlanning: Fetching manifests: 0/1 0% complete
3452026-03-26T04:07:22.908ZPlanning: Fetching manifests: 1/1 100% complete
3462026-03-26T04:07:22.920ZPlanning: Package planning ... Done
3472026-03-26T04:07:22.923ZPlanning: Merging actions ... Done
3482026-03-26T04:07:23.062ZPlanning: Checking for conflicting actions ... Done
3492026-03-26T04:07:23.065ZPlanning: Consolidating action changes ... Done
3502026-03-26T04:07:23.218ZPlanning: Evaluating mediators ... Done
3512026-03-26T04:07:23.221ZPlanning: Planning completed in 4.07 seconds
3522026-03-26T04:07:23.226Z Packages to install: 1
3532026-03-26T04:07:23.226Z Services to change: 1
3542026-03-26T04:07:23.226Z Create boot environment: No
3552026-03-26T04:07:23.226ZCreate backup boot environment: No
3562026-03-26T04:07:23.257Z
3572026-03-26T04:07:23.257ZDownload: 0/2 items 0.0/1.2MB 0% complete
3582026-03-26T04:07:23.283ZDownload: Completed 1.19 MB in 0.03 seconds (47.4M/s)
3592026-03-26T04:07:23.382Z Actions: 1/19 actions (Installing new actions)
3602026-03-26T04:07:23.396Z Actions: Completed 19 actions in 0.01 seconds.
3612026-03-26T04:07:23.666Z Done
3622026-03-26T04:07:23.666Z Done
3632026-03-26T04:07:24.254Z Done
3642026-03-26T04:07:26.948Z Done
3652026-03-26T04:07:27.219Z Done
3662026-03-26T04:07:27.231Z Done
3672026-03-26T04:07:27.231Z Done
3682026-03-26T04:07:27.316Z++ pfexec svcadm enable baseline
3692026-03-26T04:07:27.334Z++ retry=0
3702026-03-26T04:07:27.343Z+++ svcs -Hostate baseline
3712026-03-26T04:07:27.347Z++ [[ offline* != online ]]
3722026-03-26T04:07:27.347Z++ [[ 0 -gt 300 ]]
3732026-03-26T04:07:27.347Z++ sleep 1
3742026-03-26T04:07:28.348Z++ retry=1
3752026-03-26T04:07:28.351Z+++ svcs -Hostate baseline
3762026-03-26T04:07:28.360Z++ [[ offline* != online ]]
3772026-03-26T04:07:28.360Z++ [[ 1 -gt 300 ]]
3782026-03-26T04:07:28.360Z++ sleep 1
3792026-03-26T04:07:29.362Z++ retry=2
3802026-03-26T04:07:29.365Z+++ svcs -Hostate baseline
3812026-03-26T04:07:29.377Z++ [[ offline* != online ]]
3822026-03-26T04:07:29.377Z++ [[ 2 -gt 300 ]]
3832026-03-26T04:07:29.380Z++ sleep 1
3842026-03-26T04:07:30.379Z++ retry=3
3852026-03-26T04:07:30.382Z+++ svcs -Hostate baseline
3862026-03-26T04:07:30.394Z++ [[ offline* != online ]]
3872026-03-26T04:07:30.394Z++ [[ 3 -gt 300 ]]
3882026-03-26T04:07:30.394Z++ sleep 1
3892026-03-26T04:07:31.396Z++ retry=4
3902026-03-26T04:07:31.401Z+++ svcs -Hostate baseline
3912026-03-26T04:07:31.416Z++ [[ offline* != online ]]
3922026-03-26T04:07:31.416Z++ [[ 4 -gt 300 ]]
3932026-03-26T04:07:31.417Z++ sleep 1
3942026-03-26T04:07:32.414Z++ retry=5
3952026-03-26T04:07:32.416Z+++ svcs -Hostate baseline
3962026-03-26T04:07:32.429Z++ [[ offline* != online ]]
3972026-03-26T04:07:32.429Z++ [[ 5 -gt 300 ]]
3982026-03-26T04:07:32.429Z++ sleep 1
3992026-03-26T04:07:33.431Z++ retry=6
4002026-03-26T04:07:33.435Z+++ svcs -Hostate baseline
4012026-03-26T04:07:33.447Z++ [[ offline* != online ]]
4022026-03-26T04:07:33.447Z++ [[ 6 -gt 300 ]]
4032026-03-26T04:07:33.447Z++ sleep 1
4042026-03-26T04:07:34.451Z++ retry=7
4052026-03-26T04:07:34.451Z+++ svcs -Hostate baseline
4062026-03-26T04:07:34.465Z++ [[ offline* != online ]]
4072026-03-26T04:07:34.465Z++ [[ 7 -gt 300 ]]
4082026-03-26T04:07:34.465Z++ sleep 1
4092026-03-26T04:07:35.467Z++ retry=8
4102026-03-26T04:07:35.470Z+++ svcs -Hostate baseline
4112026-03-26T04:07:35.483Z++ [[ offline* != online ]]
4122026-03-26T04:07:35.483Z++ [[ 8 -gt 300 ]]
4132026-03-26T04:07:35.483Z++ sleep 1
4142026-03-26T04:07:36.485Z++ retry=9
4152026-03-26T04:07:36.489Z+++ svcs -Hostate baseline
4162026-03-26T04:07:36.503Z++ [[ offline* != online ]]
4172026-03-26T04:07:36.503Z++ [[ 9 -gt 300 ]]
4182026-03-26T04:07:36.504Z++ sleep 1
4192026-03-26T04:07:37.508Z++ retry=10
4202026-03-26T04:07:37.518Z+++ svcs -Hostate baseline
4212026-03-26T04:07:37.522Z++ [[ offline* != online ]]
4222026-03-26T04:07:37.522Z++ [[ 10 -gt 300 ]]
4232026-03-26T04:07:37.522Z++ sleep 1
4242026-03-26T04:07:38.524Z++ retry=11
4252026-03-26T04:07:38.527Z+++ svcs -Hostate baseline
4262026-03-26T04:07:38.539Z++ [[ offline* != online ]]
4272026-03-26T04:07:38.539Z++ [[ 11 -gt 300 ]]
4282026-03-26T04:07:38.539Z++ sleep 1
4292026-03-26T04:07:39.540Z++ retry=12
4302026-03-26T04:07:39.543Z+++ svcs -Hostate baseline
4312026-03-26T04:07:39.556Z++ [[ offline* != online ]]
4322026-03-26T04:07:39.556Z++ [[ 12 -gt 300 ]]
4332026-03-26T04:07:39.556Z++ sleep 1
4342026-03-26T04:07:40.559Z++ retry=13
4352026-03-26T04:07:40.562Z+++ svcs -Hostate baseline
4362026-03-26T04:07:40.575Z++ [[ offline* != online ]]
4372026-03-26T04:07:40.575Z++ [[ 13 -gt 300 ]]
4382026-03-26T04:07:40.575Z++ sleep 1
4392026-03-26T04:07:41.577Z++ retry=14
4402026-03-26T04:07:41.580Z+++ svcs -Hostate baseline
4412026-03-26T04:07:41.594Z++ [[ offline* != online ]]
4422026-03-26T04:07:41.594Z++ [[ 14 -gt 300 ]]
4432026-03-26T04:07:41.594Z++ sleep 1
4442026-03-26T04:07:42.596Z++ retry=15
4452026-03-26T04:07:42.599Z+++ svcs -Hostate baseline
4462026-03-26T04:07:42.613Z++ [[ offline* != online ]]
4472026-03-26T04:07:42.613Z++ [[ 15 -gt 300 ]]
4482026-03-26T04:07:42.613Z++ sleep 1
4492026-03-26T04:07:43.615Z++ retry=16
4502026-03-26T04:07:43.618Z+++ svcs -Hostate baseline
4512026-03-26T04:07:43.631Z++ [[ offline* != online ]]
4522026-03-26T04:07:43.631Z++ [[ 16 -gt 300 ]]
4532026-03-26T04:07:43.631Z++ sleep 1
4542026-03-26T04:07:44.633Z++ retry=17
4552026-03-26T04:07:44.636Z+++ svcs -Hostate baseline
4562026-03-26T04:07:44.649Z++ [[ offline* != online ]]
4572026-03-26T04:07:44.649Z++ [[ 17 -gt 300 ]]
4582026-03-26T04:07:44.649Z++ sleep 1
4592026-03-26T04:07:45.652Z++ retry=18
4602026-03-26T04:07:45.655Z+++ svcs -Hostate baseline
4612026-03-26T04:07:45.668Z++ [[ offline* != online ]]
4622026-03-26T04:07:45.668Z++ [[ 18 -gt 300 ]]
4632026-03-26T04:07:45.668Z++ sleep 1
4642026-03-26T04:07:46.670Z++ retry=19
4652026-03-26T04:07:46.673Z+++ svcs -Hostate baseline
4662026-03-26T04:07:46.687Z++ [[ offline* != online ]]
4672026-03-26T04:07:46.687Z++ [[ 19 -gt 300 ]]
4682026-03-26T04:07:46.687Z++ sleep 1
4692026-03-26T04:07:47.691Z++ retry=20
4702026-03-26T04:07:47.694Z+++ svcs -Hostate baseline
4712026-03-26T04:07:47.706Z++ [[ offline* != online ]]
4722026-03-26T04:07:47.706Z++ [[ 20 -gt 300 ]]
4732026-03-26T04:07:47.706Z++ sleep 1
4742026-03-26T04:07:48.708Z++ retry=21
4752026-03-26T04:07:48.711Z+++ svcs -Hostate baseline
4762026-03-26T04:07:48.724Z++ [[ offline* != online ]]
4772026-03-26T04:07:48.724Z++ [[ 21 -gt 300 ]]
4782026-03-26T04:07:48.724Z++ sleep 1
4792026-03-26T04:07:49.726Z++ retry=22
4802026-03-26T04:07:49.729Z+++ svcs -Hostate baseline
4812026-03-26T04:07:49.742Z++ [[ offline* != online ]]
4822026-03-26T04:07:49.742Z++ [[ 22 -gt 300 ]]
4832026-03-26T04:07:49.742Z++ sleep 1
4842026-03-26T04:07:50.744Z++ retry=23
4852026-03-26T04:07:50.747Z+++ svcs -Hostate baseline
4862026-03-26T04:07:50.760Z++ [[ offline* != online ]]
4872026-03-26T04:07:50.760Z++ [[ 23 -gt 300 ]]
4882026-03-26T04:07:50.760Z++ sleep 1
4892026-03-26T04:07:51.763Z++ retry=24
4902026-03-26T04:07:51.767Z+++ svcs -Hostate baseline
4912026-03-26T04:07:51.781Z++ [[ offline* != online ]]
4922026-03-26T04:07:51.781Z++ [[ 24 -gt 300 ]]
4932026-03-26T04:07:51.784Z++ sleep 1
4942026-03-26T04:07:52.780Z++ retry=25
4952026-03-26T04:07:52.784Z+++ svcs -Hostate baseline
4962026-03-26T04:07:52.796Z++ [[ offline* != online ]]
4972026-03-26T04:07:52.796Z++ [[ 25 -gt 300 ]]
4982026-03-26T04:07:52.796Z++ sleep 1
4992026-03-26T04:07:53.798Z++ retry=26
5002026-03-26T04:07:53.801Z+++ svcs -Hostate baseline
5012026-03-26T04:07:53.815Z++ [[ offline* != online ]]
5022026-03-26T04:07:53.815Z++ [[ 26 -gt 300 ]]
5032026-03-26T04:07:53.815Z++ sleep 1
5042026-03-26T04:07:54.818Z++ retry=27
5052026-03-26T04:07:54.821Z+++ svcs -Hostate baseline
5062026-03-26T04:07:54.832Z++ [[ offline* != online ]]
5072026-03-26T04:07:54.833Z++ [[ 27 -gt 300 ]]
5082026-03-26T04:07:54.833Z++ sleep 1
5092026-03-26T04:07:55.835Z++ retry=28
5102026-03-26T04:07:55.839Z+++ svcs -Hostate baseline
5112026-03-26T04:07:55.851Z++ [[ offline* != online ]]
5122026-03-26T04:07:55.851Z++ [[ 28 -gt 300 ]]
5132026-03-26T04:07:55.851Z++ sleep 1
5142026-03-26T04:07:56.853Z++ retry=29
5152026-03-26T04:07:56.856Z+++ svcs -Hostate baseline
5162026-03-26T04:07:56.869Z++ [[ offline* != online ]]
5172026-03-26T04:07:56.869Z++ [[ 29 -gt 300 ]]
5182026-03-26T04:07:56.872Z++ sleep 1
5192026-03-26T04:07:57.871Z++ retry=30
5202026-03-26T04:07:57.874Z+++ svcs -Hostate baseline
5212026-03-26T04:07:57.887Z++ [[ offline* != online ]]
5222026-03-26T04:07:57.887Z++ [[ 30 -gt 300 ]]
5232026-03-26T04:07:57.887Z++ sleep 1
5242026-03-26T04:07:58.889Z++ retry=31
5252026-03-26T04:07:58.892Z+++ svcs -Hostate baseline
5262026-03-26T04:07:58.904Z++ [[ offline* != online ]]
5272026-03-26T04:07:58.905Z++ [[ 31 -gt 300 ]]
5282026-03-26T04:07:58.905Z++ sleep 1
5292026-03-26T04:07:59.907Z++ retry=32
5302026-03-26T04:07:59.910Z+++ svcs -Hostate baseline
5312026-03-26T04:07:59.923Z++ [[ offline* != online ]]
5322026-03-26T04:07:59.923Z++ [[ 32 -gt 300 ]]
5332026-03-26T04:07:59.923Z++ sleep 1
5342026-03-26T04:08:00.925Z++ retry=33
5352026-03-26T04:08:00.928Z+++ svcs -Hostate baseline
5362026-03-26T04:08:00.942Z++ [[ offline* != online ]]
5372026-03-26T04:08:00.942Z++ [[ 33 -gt 300 ]]
5382026-03-26T04:08:00.942Z++ sleep 1
5392026-03-26T04:08:01.943Z++ retry=34
5402026-03-26T04:08:01.947Z+++ svcs -Hostate baseline
5412026-03-26T04:08:01.959Z++ [[ offline* != online ]]
5422026-03-26T04:08:01.959Z++ [[ 34 -gt 300 ]]
5432026-03-26T04:08:01.959Z++ sleep 1
5442026-03-26T04:08:02.961Z++ retry=35
5452026-03-26T04:08:02.964Z+++ svcs -Hostate baseline
5462026-03-26T04:08:02.977Z++ [[ offline* != online ]]
5472026-03-26T04:08:02.977Z++ [[ 35 -gt 300 ]]
5482026-03-26T04:08:02.977Z++ sleep 1
5492026-03-26T04:08:03.981Z++ retry=36
5502026-03-26T04:08:03.984Z+++ svcs -Hostate baseline
5512026-03-26T04:08:03.995Z++ [[ offline* != online ]]
5522026-03-26T04:08:03.995Z++ [[ 36 -gt 300 ]]
5532026-03-26T04:08:03.995Z++ sleep 1
5542026-03-26T04:08:04.998Z++ retry=37
5552026-03-26T04:08:05.001Z+++ svcs -Hostate baseline
5562026-03-26T04:08:05.014Z++ [[ offline* != online ]]
5572026-03-26T04:08:05.014Z++ [[ 37 -gt 300 ]]
5582026-03-26T04:08:05.014Z++ sleep 1
5592026-03-26T04:08:06.016Z++ retry=38
5602026-03-26T04:08:06.019Z+++ svcs -Hostate baseline
5612026-03-26T04:08:06.032Z++ [[ offline* != online ]]
5622026-03-26T04:08:06.032Z++ [[ 38 -gt 300 ]]
5632026-03-26T04:08:06.032Z++ sleep 1
5642026-03-26T04:08:07.034Z++ retry=39
5652026-03-26T04:08:07.037Z+++ svcs -Hostate baseline
5662026-03-26T04:08:07.050Z++ [[ offline* != online ]]
5672026-03-26T04:08:07.050Z++ [[ 39 -gt 300 ]]
5682026-03-26T04:08:07.050Z++ sleep 1
5692026-03-26T04:08:08.052Z++ retry=40
5702026-03-26T04:08:08.055Z+++ svcs -Hostate baseline
5712026-03-26T04:08:08.068Z++ [[ offline* != online ]]
5722026-03-26T04:08:08.068Z++ [[ 40 -gt 300 ]]
5732026-03-26T04:08:08.068Z++ sleep 1
5742026-03-26T04:08:09.071Z++ retry=41
5752026-03-26T04:08:09.074Z+++ svcs -Hostate baseline
5762026-03-26T04:08:09.086Z++ [[ offline* != online ]]
5772026-03-26T04:08:09.086Z++ [[ 41 -gt 300 ]]
5782026-03-26T04:08:09.086Z++ sleep 1
5792026-03-26T04:08:10.089Z++ retry=42
5802026-03-26T04:08:10.092Z+++ svcs -Hostate baseline
5812026-03-26T04:08:10.105Z++ [[ offline* != online ]]
5822026-03-26T04:08:10.105Z++ [[ 42 -gt 300 ]]
5832026-03-26T04:08:10.108Z++ sleep 1
5842026-03-26T04:08:11.107Z++ retry=43
5852026-03-26T04:08:11.110Z+++ svcs -Hostate baseline
5862026-03-26T04:08:11.123Z++ [[ offline* != online ]]
5872026-03-26T04:08:11.123Z++ [[ 43 -gt 300 ]]
5882026-03-26T04:08:11.123Z++ sleep 1
5892026-03-26T04:08:12.125Z++ retry=44
5902026-03-26T04:08:12.128Z+++ svcs -Hostate baseline
5912026-03-26T04:08:12.141Z++ [[ offline* != online ]]
5922026-03-26T04:08:12.141Z++ [[ 44 -gt 300 ]]
5932026-03-26T04:08:12.142Z++ sleep 1
5942026-03-26T04:08:13.143Z++ retry=45
5952026-03-26T04:08:13.146Z+++ svcs -Hostate baseline
5962026-03-26T04:08:13.159Z++ [[ offline* != online ]]
5972026-03-26T04:08:13.159Z++ [[ 45 -gt 300 ]]
5982026-03-26T04:08:13.159Z++ sleep 1
5992026-03-26T04:08:14.162Z++ retry=46
6002026-03-26T04:08:14.165Z+++ svcs -Hostate baseline
6012026-03-26T04:08:14.177Z++ [[ offline* != online ]]
6022026-03-26T04:08:14.177Z++ [[ 46 -gt 300 ]]
6032026-03-26T04:08:14.177Z++ sleep 1
6042026-03-26T04:08:15.179Z++ retry=47
6052026-03-26T04:08:15.184Z+++ svcs -Hostate baseline
6062026-03-26T04:08:15.195Z++ [[ offline* != online ]]
6072026-03-26T04:08:15.195Z++ [[ 47 -gt 300 ]]
6082026-03-26T04:08:15.195Z++ sleep 1
6092026-03-26T04:08:16.199Z++ retry=48
6102026-03-26T04:08:16.205Z+++ svcs -Hostate baseline
6112026-03-26T04:08:16.213Z++ [[ offline* != online ]]
6122026-03-26T04:08:16.213Z++ [[ 48 -gt 300 ]]
6132026-03-26T04:08:16.216Z++ sleep 1
6142026-03-26T04:08:17.216Z++ retry=49
6152026-03-26T04:08:17.219Z+++ svcs -Hostate baseline
6162026-03-26T04:08:17.232Z++ [[ offline* != online ]]
6172026-03-26T04:08:17.232Z++ [[ 49 -gt 300 ]]
6182026-03-26T04:08:17.232Z++ sleep 1
6192026-03-26T04:08:18.234Z++ retry=50
6202026-03-26T04:08:18.237Z+++ svcs -Hostate baseline
6212026-03-26T04:08:18.250Z++ [[ offline* != online ]]
6222026-03-26T04:08:18.250Z++ [[ 50 -gt 300 ]]
6232026-03-26T04:08:18.250Z++ sleep 1
6242026-03-26T04:08:19.252Z++ retry=51
6252026-03-26T04:08:19.255Z+++ svcs -Hostate baseline
6262026-03-26T04:08:19.269Z++ [[ offline* != online ]]
6272026-03-26T04:08:19.269Z++ [[ 51 -gt 300 ]]
6282026-03-26T04:08:19.269Z++ sleep 1
6292026-03-26T04:08:20.271Z++ retry=52
6302026-03-26T04:08:20.274Z+++ svcs -Hostate baseline
6312026-03-26T04:08:20.287Z++ [[ offline* != online ]]
6322026-03-26T04:08:20.287Z++ [[ 52 -gt 300 ]]
6332026-03-26T04:08:20.287Z++ sleep 1
6342026-03-26T04:08:21.289Z++ retry=53
6352026-03-26T04:08:21.292Z+++ svcs -Hostate baseline
6362026-03-26T04:08:23.327Z++ [[ offline* != online ]]
6372026-03-26T04:08:23.327Z++ [[ 53 -gt 300 ]]
6382026-03-26T04:08:23.327Z++ sleep 1
6392026-03-26T04:08:23.363Z++ retry=54
6402026-03-26T04:08:23.363Z+++ svcs -Hostate baseline
6412026-03-26T04:08:23.363Z++ [[ offline* != online ]]
6422026-03-26T04:08:23.363Z++ [[ 54 -gt 300 ]]
6432026-03-26T04:08:23.363Z++ sleep 1
6442026-03-26T04:08:23.364Z++ retry=55
6452026-03-26T04:08:23.364Z+++ svcs -Hostate baseline
6462026-03-26T04:08:23.386Z++ [[ offline* != online ]]
6472026-03-26T04:08:23.386Z++ [[ 55 -gt 300 ]]
6482026-03-26T04:08:23.386Z++ sleep 1
6492026-03-26T04:08:24.771Z++ retry=56
6502026-03-26T04:08:24.800Z+++ svcs -Hostate baseline
6512026-03-26T04:08:24.800Z++ [[ offline* != online ]]
6522026-03-26T04:08:24.800Z++ [[ 56 -gt 300 ]]
6532026-03-26T04:08:24.800Z++ sleep 1
6542026-03-26T04:08:25.535Z++ retry=57
6552026-03-26T04:08:25.553Z+++ svcs -Hostate baseline
6562026-03-26T04:08:25.553Z++ [[ offline* != online ]]
6572026-03-26T04:08:25.553Z++ [[ 57 -gt 300 ]]
6582026-03-26T04:08:25.553Z++ sleep 1
6592026-03-26T04:08:27.253Z++ retry=58
6602026-03-26T04:08:27.286Z+++ svcs -Hostate baseline
6612026-03-26T04:08:27.286Z++ [[ offline* != online ]]
6622026-03-26T04:08:27.286Z++ [[ 58 -gt 300 ]]
6632026-03-26T04:08:27.286Z++ sleep 1
6642026-03-26T04:08:27.764Z++ retry=59
6652026-03-26T04:08:27.789Z+++ svcs -Hostate baseline
6662026-03-26T04:08:27.789Z++ [[ offline* != online ]]
6672026-03-26T04:08:27.789Z++ [[ 59 -gt 300 ]]
6682026-03-26T04:08:27.789Z++ sleep 1
6692026-03-26T04:08:28.418Z++ retry=60
6702026-03-26T04:08:28.421Z+++ svcs -Hostate baseline
6712026-03-26T04:08:28.433Z++ [[ offline* != online ]]
6722026-03-26T04:08:28.433Z++ [[ 60 -gt 300 ]]
6732026-03-26T04:08:28.434Z++ sleep 1
6742026-03-26T04:08:29.436Z++ retry=61
6752026-03-26T04:08:29.438Z+++ svcs -Hostate baseline
6762026-03-26T04:08:29.452Z++ [[ offline* != online ]]
6772026-03-26T04:08:29.452Z++ [[ 61 -gt 300 ]]
6782026-03-26T04:08:29.452Z++ sleep 1
6792026-03-26T04:08:30.498Z++ retry=62
6802026-03-26T04:08:30.502Z+++ svcs -Hostate baseline
6812026-03-26T04:08:30.502Z++ [[ offline* != online ]]
6822026-03-26T04:08:30.503Z++ [[ 62 -gt 300 ]]
6832026-03-26T04:08:30.503Z++ sleep 1
6842026-03-26T04:08:31.472Z++ retry=63
6852026-03-26T04:08:31.475Z+++ svcs -Hostate baseline
6862026-03-26T04:08:31.488Z++ [[ offline* != online ]]
6872026-03-26T04:08:31.488Z++ [[ 63 -gt 300 ]]
6882026-03-26T04:08:31.488Z++ sleep 1
6892026-03-26T04:08:32.490Z++ retry=64
6902026-03-26T04:08:32.493Z+++ svcs -Hostate baseline
6912026-03-26T04:08:32.507Z++ [[ offline* != online ]]
6922026-03-26T04:08:32.508Z++ [[ 64 -gt 300 ]]
6932026-03-26T04:08:32.508Z++ sleep 1
6942026-03-26T04:08:33.509Z++ retry=65
6952026-03-26T04:08:33.511Z+++ svcs -Hostate baseline
6962026-03-26T04:08:33.524Z++ [[ offline* != online ]]
6972026-03-26T04:08:33.524Z++ [[ 65 -gt 300 ]]
6982026-03-26T04:08:33.524Z++ sleep 1
6992026-03-26T04:08:34.526Z++ retry=66
7002026-03-26T04:08:34.529Z+++ svcs -Hostate baseline
7012026-03-26T04:08:34.542Z++ [[ offline* != online ]]
7022026-03-26T04:08:34.542Z++ [[ 66 -gt 300 ]]
7032026-03-26T04:08:34.542Z++ sleep 1
7042026-03-26T04:08:35.545Z++ retry=67
7052026-03-26T04:08:35.547Z+++ svcs -Hostate baseline
7062026-03-26T04:08:35.560Z++ [[ offline* != online ]]
7072026-03-26T04:08:35.560Z++ [[ 67 -gt 300 ]]
7082026-03-26T04:08:35.560Z++ sleep 1
7092026-03-26T04:08:36.563Z++ retry=68
7102026-03-26T04:08:36.565Z+++ svcs -Hostate baseline
7112026-03-26T04:08:36.579Z++ [[ offline* != online ]]
7122026-03-26T04:08:36.579Z++ [[ 68 -gt 300 ]]
7132026-03-26T04:08:36.579Z++ sleep 1
7142026-03-26T04:08:37.582Z++ retry=69
7152026-03-26T04:08:37.585Z+++ svcs -Hostate baseline
7162026-03-26T04:08:37.597Z++ [[ offline* != online ]]
7172026-03-26T04:08:37.597Z++ [[ 69 -gt 300 ]]
7182026-03-26T04:08:37.597Z++ sleep 1
7192026-03-26T04:08:38.603Z++ retry=70
7202026-03-26T04:08:38.606Z+++ svcs -Hostate baseline
7212026-03-26T04:08:38.615Z++ [[ offline* != online ]]
7222026-03-26T04:08:38.615Z++ [[ 70 -gt 300 ]]
7232026-03-26T04:08:38.615Z++ sleep 1
7242026-03-26T04:08:39.617Z++ retry=71
7252026-03-26T04:08:39.621Z+++ svcs -Hostate baseline
7262026-03-26T04:08:39.633Z++ [[ offline* != online ]]
7272026-03-26T04:08:39.633Z++ [[ 71 -gt 300 ]]
7282026-03-26T04:08:39.633Z++ sleep 1
7292026-03-26T04:08:40.636Z++ retry=72
7302026-03-26T04:08:40.639Z+++ svcs -Hostate baseline
7312026-03-26T04:08:40.651Z++ [[ offline* != online ]]
7322026-03-26T04:08:40.652Z++ [[ 72 -gt 300 ]]
7332026-03-26T04:08:40.652Z++ sleep 1
7342026-03-26T04:08:41.654Z++ retry=73
7352026-03-26T04:08:41.657Z+++ svcs -Hostate baseline
7362026-03-26T04:08:41.670Z++ [[ offline* != online ]]
7372026-03-26T04:08:41.670Z++ [[ 73 -gt 300 ]]
7382026-03-26T04:08:41.670Z++ sleep 1
7392026-03-26T04:08:42.672Z++ retry=74
7402026-03-26T04:08:42.675Z+++ svcs -Hostate baseline
7412026-03-26T04:08:42.688Z++ [[ offline* != online ]]
7422026-03-26T04:08:42.688Z++ [[ 74 -gt 300 ]]
7432026-03-26T04:08:42.688Z++ sleep 1
7442026-03-26T04:08:43.691Z++ retry=75
7452026-03-26T04:08:43.696Z+++ svcs -Hostate baseline
7462026-03-26T04:08:43.707Z++ [[ offline* != online ]]
7472026-03-26T04:08:43.707Z++ [[ 75 -gt 300 ]]
7482026-03-26T04:08:43.707Z++ sleep 1
7492026-03-26T04:08:44.709Z++ retry=76
7502026-03-26T04:08:44.712Z+++ svcs -Hostate baseline
7512026-03-26T04:08:44.724Z++ [[ offline* != online ]]
7522026-03-26T04:08:44.724Z++ [[ 76 -gt 300 ]]
7532026-03-26T04:08:44.725Z++ sleep 1
7542026-03-26T04:08:45.727Z++ retry=77
7552026-03-26T04:08:45.730Z+++ svcs -Hostate baseline
7562026-03-26T04:08:45.743Z++ [[ offline* != online ]]
7572026-03-26T04:08:45.743Z++ [[ 77 -gt 300 ]]
7582026-03-26T04:08:45.743Z++ sleep 1
7592026-03-26T04:08:46.745Z++ retry=78
7602026-03-26T04:08:46.748Z+++ svcs -Hostate baseline
7612026-03-26T04:08:46.761Z++ [[ offline* != online ]]
7622026-03-26T04:08:46.761Z++ [[ 78 -gt 300 ]]
7632026-03-26T04:08:46.761Z++ sleep 1
7642026-03-26T04:08:47.764Z++ retry=79
7652026-03-26T04:08:47.766Z+++ svcs -Hostate baseline
7662026-03-26T04:08:47.780Z++ [[ offline* != online ]]
7672026-03-26T04:08:47.780Z++ [[ 79 -gt 300 ]]
7682026-03-26T04:08:47.780Z++ sleep 1
7692026-03-26T04:08:48.782Z++ retry=80
7702026-03-26T04:08:48.785Z+++ svcs -Hostate baseline
7712026-03-26T04:08:48.797Z++ [[ offline* != online ]]
7722026-03-26T04:08:48.797Z++ [[ 80 -gt 300 ]]
7732026-03-26T04:08:48.797Z++ sleep 1
7742026-03-26T04:08:49.800Z++ retry=81
7752026-03-26T04:08:49.803Z+++ svcs -Hostate baseline
7762026-03-26T04:08:49.815Z++ [[ offline* != online ]]
7772026-03-26T04:08:49.815Z++ [[ 81 -gt 300 ]]
7782026-03-26T04:08:49.815Z++ sleep 1
7792026-03-26T04:08:50.817Z++ retry=82
7802026-03-26T04:08:50.820Z+++ svcs -Hostate baseline
7812026-03-26T04:08:50.835Z++ [[ offline* != online ]]
7822026-03-26T04:08:50.835Z++ [[ 82 -gt 300 ]]
7832026-03-26T04:08:50.835Z++ sleep 1
7842026-03-26T04:08:51.836Z++ retry=83
7852026-03-26T04:08:51.839Z+++ svcs -Hostate baseline
7862026-03-26T04:08:51.852Z++ [[ offline* != online ]]
7872026-03-26T04:08:51.852Z++ [[ 83 -gt 300 ]]
7882026-03-26T04:08:51.852Z++ sleep 1
7892026-03-26T04:08:52.856Z++ retry=84
7902026-03-26T04:08:52.859Z+++ svcs -Hostate baseline
7912026-03-26T04:08:52.870Z++ [[ offline* != online ]]
7922026-03-26T04:08:52.870Z++ [[ 84 -gt 300 ]]
7932026-03-26T04:08:52.870Z++ sleep 1
7942026-03-26T04:08:53.872Z++ retry=85
7952026-03-26T04:08:53.876Z+++ svcs -Hostate baseline
7962026-03-26T04:08:53.887Z++ [[ offline* != online ]]
7972026-03-26T04:08:53.887Z++ [[ 85 -gt 300 ]]
7982026-03-26T04:08:53.887Z++ sleep 1
7992026-03-26T04:08:54.889Z++ retry=86
8002026-03-26T04:08:54.892Z+++ svcs -Hostate baseline
8012026-03-26T04:08:54.905Z++ [[ offline* != online ]]
8022026-03-26T04:08:54.905Z++ [[ 86 -gt 300 ]]
8032026-03-26T04:08:54.905Z++ sleep 1
8042026-03-26T04:08:55.908Z++ retry=87
8052026-03-26T04:08:55.911Z+++ svcs -Hostate baseline
8062026-03-26T04:08:55.924Z++ [[ offline* != online ]]
8072026-03-26T04:08:55.924Z++ [[ 87 -gt 300 ]]
8082026-03-26T04:08:55.927Z++ sleep 1
8092026-03-26T04:08:56.926Z++ retry=88
8102026-03-26T04:08:56.929Z+++ svcs -Hostate baseline
8112026-03-26T04:08:56.943Z++ [[ offline* != online ]]
8122026-03-26T04:08:56.943Z++ [[ 88 -gt 300 ]]
8132026-03-26T04:08:56.943Z++ sleep 1
8142026-03-26T04:08:57.944Z++ retry=89
8152026-03-26T04:08:57.947Z+++ svcs -Hostate baseline
8162026-03-26T04:08:57.960Z++ [[ offline* != online ]]
8172026-03-26T04:08:57.960Z++ [[ 89 -gt 300 ]]
8182026-03-26T04:08:57.963Z++ sleep 1
8192026-03-26T04:08:58.962Z++ retry=90
8202026-03-26T04:08:58.965Z+++ svcs -Hostate baseline
8212026-03-26T04:08:58.977Z++ [[ offline* != online ]]
8222026-03-26T04:08:58.977Z++ [[ 90 -gt 300 ]]
8232026-03-26T04:08:58.977Z++ sleep 1
8242026-03-26T04:08:59.979Z++ retry=91
8252026-03-26T04:08:59.982Z+++ svcs -Hostate baseline
8262026-03-26T04:08:59.995Z++ [[ offline* != online ]]
8272026-03-26T04:08:59.995Z++ [[ 91 -gt 300 ]]
8282026-03-26T04:08:59.995Z++ sleep 1
8292026-03-26T04:09:00.997Z++ retry=92
8302026-03-26T04:09:01.000Z+++ svcs -Hostate baseline
8312026-03-26T04:09:01.013Z++ [[ offline* != online ]]
8322026-03-26T04:09:01.013Z++ [[ 92 -gt 300 ]]
8332026-03-26T04:09:01.013Z++ sleep 1
8342026-03-26T04:09:02.015Z++ retry=93
8352026-03-26T04:09:02.020Z+++ svcs -Hostate baseline
8362026-03-26T04:09:02.031Z++ [[ offline* != online ]]
8372026-03-26T04:09:02.031Z++ [[ 93 -gt 300 ]]
8382026-03-26T04:09:02.031Z++ sleep 1
8392026-03-26T04:09:03.033Z++ retry=94
8402026-03-26T04:09:03.036Z+++ svcs -Hostate baseline
8412026-03-26T04:09:03.048Z++ [[ offline* != online ]]
8422026-03-26T04:09:03.048Z++ [[ 94 -gt 300 ]]
8432026-03-26T04:09:03.048Z++ sleep 1
8442026-03-26T04:09:04.051Z++ retry=95
8452026-03-26T04:09:04.054Z+++ svcs -Hostate baseline
8462026-03-26T04:09:04.066Z++ [[ offline* != online ]]
8472026-03-26T04:09:04.066Z++ [[ 95 -gt 300 ]]
8482026-03-26T04:09:04.066Z++ sleep 1
8492026-03-26T04:09:05.070Z++ retry=96
8502026-03-26T04:09:05.073Z+++ svcs -Hostate baseline
8512026-03-26T04:09:05.084Z++ [[ offline* != online ]]
8522026-03-26T04:09:05.084Z++ [[ 96 -gt 300 ]]
8532026-03-26T04:09:05.084Z++ sleep 1
8542026-03-26T04:09:06.086Z++ retry=97
8552026-03-26T04:09:06.090Z+++ svcs -Hostate baseline
8562026-03-26T04:09:06.102Z++ [[ online != online ]]
8572026-03-26T04:09:06.102Z++ set -o errexit
8582026-03-26T04:09:06.102Z++ set -o pipefail
8592026-03-26T04:09:06.102Z++ banner build
8602026-03-26T04:09:06.105Z
8612026-03-26T04:09:06.105Z ##### # # # # #####
8622026-03-26T04:09:06.105Z # # # # # # # #
8632026-03-26T04:09:06.105Z ##### # # # # # #
8642026-03-26T04:09:06.105Z # # # # # # # #
8652026-03-26T04:09:06.105Z # # # # # # # #
8662026-03-26T04:09:06.106Z ##### #### # ###### #####
8672026-03-26T04:09:06.106Z
8682026-03-26T04:09:06.106Z++ cargo build --release --bin ddmd --bin ddmadm
8692026-03-26T04:09:06.111Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
8702026-03-26T04:09:06.276Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
8712026-03-26T04:09:06.280Zinfo: downloading 6 components
8722026-03-26T04:09:21.240Z Updating git repository `https://github.com/oxidecomputer/falcon`
8732026-03-26T04:09:21.851ZFrom https://github.com/oxidecomputer/falcon
8742026-03-26T04:09:21.851Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
8752026-03-26T04:09:21.931Z Updating crates.io index
8762026-03-26T04:09:21.934Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8772026-03-26T04:09:22.661ZFrom https://github.com/oxidecomputer/dendrite
8782026-03-26T04:09:22.661Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
8792026-03-26T04:09:22.861Z Updating git repository `https://github.com/oxidecomputer/ispf`
8802026-03-26T04:09:23.126ZFrom https://github.com/oxidecomputer/ispf
8812026-03-26T04:09:23.126Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8822026-03-26T04:09:23.133Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8832026-03-26T04:09:23.477ZFrom https://github.com/oxidecomputer/netadm-sys
8842026-03-26T04:09:23.477Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8852026-03-26T04:09:23.485Z Updating git repository `https://github.com/oxidecomputer/omicron`
8862026-03-26T04:09:30.653ZFrom https://github.com/oxidecomputer/omicron
8872026-03-26T04:09:30.653Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8882026-03-26T04:09:31.077Z Updating git repository `https://github.com/oxidecomputer/opte`
8892026-03-26T04:09:31.681ZFrom https://github.com/oxidecomputer/opte
8902026-03-26T04:09:31.681Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8912026-03-26T04:09:31.711Z Updating git repository `https://github.com/illumos/smf-rs`
8922026-03-26T04:09:31.999ZFrom https://github.com/illumos/smf-rs
8932026-03-26T04:09:31.999Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8942026-03-26T04:09:32.252Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8952026-03-26T04:09:32.579ZFrom https://github.com/oxidecomputer/network-interface
8962026-03-26T04:09:32.579Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8972026-03-26T04:09:32.714Z Updating git repository `https://github.com/oxidecomputer/zone`
8982026-03-26T04:09:32.981ZFrom https://github.com/oxidecomputer/zone
8992026-03-26T04:09:32.981Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9002026-03-26T04:09:33.012Z Updating git repository `https://github.com/oxidecomputer/propolis`
9012026-03-26T04:09:34.143ZFrom https://github.com/oxidecomputer/propolis
9022026-03-26T04:09:34.143Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9032026-03-26T04:09:34.251Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9042026-03-26T04:09:34.716ZFrom https://github.com/oxidecomputer/transceiver-control
9052026-03-26T04:09:34.716Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
9062026-03-26T04:09:34.932Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9072026-03-26T04:09:35.224ZFrom https://github.com/oxidecomputer/dlpi-sys
9082026-03-26T04:09:35.224Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
9092026-03-26T04:09:35.239Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9102026-03-26T04:09:35.833ZFrom https://github.com/jmesmon/rust-libzfs
9112026-03-26T04:09:35.833Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9122026-03-26T04:09:35.841Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9132026-03-26T04:09:36.081ZFrom https://github.com/oxidecomputer/rusty-doors
9142026-03-26T04:09:36.081Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9152026-03-26T04:09:36.093Z Updating git repository `https://github.com/oxidecomputer/lldp`
9162026-03-26T04:09:36.424ZFrom https://github.com/oxidecomputer/lldp
9172026-03-26T04:09:36.424Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
9182026-03-26T04:09:36.490Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9192026-03-26T04:09:36.727ZFrom https://github.com/oxidecomputer/slog-error-chain
9202026-03-26T04:09:36.727Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9212026-03-26T04:09:36.783Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9222026-03-26T04:09:37.096ZFrom https://github.com/oxidecomputer/tufaceous
9232026-03-26T04:09:37.096Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
9242026-03-26T04:09:37.117Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9252026-03-26T04:09:37.589ZFrom https://github.com/oxidecomputer/management-gateway-service
9262026-03-26T04:09:37.589Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
9272026-03-26T04:09:37.845Z Updating git repository `https://github.com/oxidecomputer/crucible`
9282026-03-26T04:09:38.647ZFrom https://github.com/oxidecomputer/crucible
9292026-03-26T04:09:38.647Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9302026-03-26T04:09:39.290Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9312026-03-26T04:09:39.563ZFrom https://github.com/oxidecomputer/serde_human_bytes
9322026-03-26T04:09:39.563Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9332026-03-26T04:09:40.271Z Updating git repository `https://github.com/oxidecomputer/propolis`
9342026-03-26T04:09:40.634ZFrom https://github.com/oxidecomputer/propolis
9352026-03-26T04:09:40.634Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
9362026-03-26T04:09:40.691Z Updating git repository `https://github.com/oxidecomputer/tofino`
9372026-03-26T04:09:40.949ZFrom https://github.com/oxidecomputer/tofino
9382026-03-26T04:09:40.949Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
9392026-03-26T04:09:40.967Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9402026-03-26T04:09:41.517ZFrom https://github.com/oxidecomputer/maghemite
9412026-03-26T04:09:41.517Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
9422026-03-26T04:09:41.592Z Updating git repository `https://github.com/oxidecomputer/clickward`
9432026-03-26T04:09:41.860ZFrom https://github.com/oxidecomputer/clickward
9442026-03-26T04:09:41.860Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9452026-03-26T04:09:41.876Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9462026-03-26T04:09:42.107ZFrom https://github.com/oxidecomputer/illumos-devinfo
9472026-03-26T04:09:42.107Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9482026-03-26T04:09:42.317Z Updating git repository `https://github.com/oxidecomputer/crucible`
9492026-03-26T04:09:42.638ZFrom https://github.com/oxidecomputer/crucible
9502026-03-26T04:09:42.638Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
9512026-03-26T04:09:44.029Z Downloading crates ...
9522026-03-26T04:09:44.116Z Downloaded clap v4.6.0
9532026-03-26T04:09:44.123Z Downloaded base16ct v1.0.0
9542026-03-26T04:09:44.126Z Downloaded base16ct v0.2.0
9552026-03-26T04:09:44.129Z Downloaded async-stream-impl v0.3.6
9562026-03-26T04:09:44.129Z Downloaded anyhow v1.0.102
9572026-03-26T04:09:44.134Z Downloaded autocfg v1.5.0
9582026-03-26T04:09:44.134Z Downloaded anstyle-query v1.1.5
9592026-03-26T04:09:44.138Z Downloaded darling_core v0.21.3
9602026-03-26T04:09:44.141Z Downloaded generic-array v0.14.7
9612026-03-26T04:09:44.144Z Downloaded dyn-clone v1.0.20
9622026-03-26T04:09:44.144Z Downloaded digest v0.10.7
9632026-03-26T04:09:44.147Z Downloaded data-encoding v2.10.0
9642026-03-26T04:09:44.147Z Downloaded backoff v0.4.0
9652026-03-26T04:09:44.147Z Downloaded foreign-types-shared v0.1.1
9662026-03-26T04:09:44.161Z Downloaded async-stream v0.3.6
9672026-03-26T04:09:44.166Z Downloaded foreign-types v0.3.2
9682026-03-26T04:09:44.169Z Downloaded dropshot v0.16.7
9692026-03-26T04:09:44.180Z Downloaded futures-io v0.3.32
9702026-03-26T04:09:44.183Z Downloaded futures-executor v0.3.32
9712026-03-26T04:09:44.183Z Downloaded fs-err v3.3.0
9722026-03-26T04:09:44.183Z Downloaded aead v0.5.2
9732026-03-26T04:09:44.185Z Downloaded getrandom v0.2.17
9742026-03-26T04:09:44.188Z Downloaded backon v1.6.0
9752026-03-26T04:09:44.188Z Downloaded fs_extra v1.3.0
9762026-03-26T04:09:44.191Z Downloaded foreign-types-macros v0.2.3
9772026-03-26T04:09:44.194Z Downloaded getrandom v0.3.4
9782026-03-26T04:09:44.194Z Downloaded futures-channel v0.3.32
9792026-03-26T04:09:44.197Z Downloaded foreign-types-shared v0.3.1
9802026-03-26T04:09:44.201Z Downloaded icu_normalizer v2.1.1
9812026-03-26T04:09:44.203Z Downloaded byte-wrapper v0.1.0
9822026-03-26T04:09:44.203Z Downloaded glob v0.3.3
9832026-03-26T04:09:44.206Z Downloaded futures-macro v0.3.32
9842026-03-26T04:09:44.206Z Downloaded git-stub v1.0.0
9852026-03-26T04:09:44.209Z Downloaded hostname v0.4.2
9862026-03-26T04:09:44.209Z Downloaded hostname v0.3.1
9872026-03-26T04:09:44.209Z Downloaded fixedbitset v0.4.2
9882026-03-26T04:09:44.212Z Downloaded dof v0.4.0
9892026-03-26T04:09:44.212Z Downloaded foreign-types v0.5.0
9902026-03-26T04:09:44.212Z Downloaded either v1.15.0
9912026-03-26T04:09:44.215Z Downloaded futures-core v0.3.32
9922026-03-26T04:09:44.215Z Downloaded foldhash v0.2.0
9932026-03-26T04:09:44.215Z Downloaded derive-where v1.6.1
9942026-03-26T04:09:44.218Z Downloaded gethostname v0.5.0
9952026-03-26T04:09:44.221Z Downloaded darling_macro v0.23.0
9962026-03-26T04:09:44.221Z Downloaded colorchoice v1.0.5
9972026-03-26T04:09:44.221Z Downloaded dropshot-api-manager-types v0.5.2
9982026-03-26T04:09:44.224Z Downloaded const-random-macro v0.1.16
9992026-03-26T04:09:44.224Z Downloaded curve25519-dalek-derive v0.1.1
10002026-03-26T04:09:44.227Z Downloaded hex v0.4.3
10012026-03-26T04:09:44.227Z Downloaded heck v0.5.0
10022026-03-26T04:09:44.230Z Downloaded bytecount v0.6.9
10032026-03-26T04:09:44.230Z Downloaded crucible-workspace-hack v0.1.0
10042026-03-26T04:09:44.230Z Downloaded critical-section v1.2.0
10052026-03-26T04:09:44.233Z Downloaded base64 v0.21.7
10062026-03-26T04:09:44.235Z Downloaded futures-sink v0.3.32
10072026-03-26T04:09:44.238Z Downloaded half v2.7.1
10082026-03-26T04:09:44.241Z Downloaded convert_case v0.4.0
10092026-03-26T04:09:44.241Z Downloaded adler2 v2.0.1
10102026-03-26T04:09:44.244Z Downloaded const-random v0.1.18
10112026-03-26T04:09:44.244Z Downloaded deranged v0.5.8
10122026-03-26T04:09:44.247Z Downloaded atomicwrites v0.4.4
10132026-03-26T04:09:44.247Z Downloaded float-ord v0.3.2
10142026-03-26T04:09:44.247Z Downloaded errno v0.3.14
10152026-03-26T04:09:44.250Z Downloaded cpufeatures v0.2.17
10162026-03-26T04:09:44.250Z Downloaded crc8 v0.1.1
10172026-03-26T04:09:44.252Z Downloaded compression-core v0.4.31
10182026-03-26T04:09:44.252Z Downloaded cfg-if v1.0.4
10192026-03-26T04:09:44.252Z Downloaded block-buffer v0.10.4
10202026-03-26T04:09:44.255Z Downloaded hash32 v0.3.1
10212026-03-26T04:09:44.258Z Downloaded futures-task v0.3.32
10222026-03-26T04:09:44.258Z Downloaded bcs v0.1.6
10232026-03-26T04:09:44.260Z Downloaded dunce v1.0.5
10242026-03-26T04:09:44.261Z Downloaded dtrace-parser v0.3.0
10252026-03-26T04:09:44.261Z Downloaded cipher v0.4.4
10262026-03-26T04:09:44.263Z Downloaded embedded-io v0.4.0
10272026-03-26T04:09:44.266Z Downloaded bitflags v1.3.2
10282026-03-26T04:09:44.266Z Downloaded hubpack_derive v0.1.1
10292026-03-26T04:09:44.269Z Downloaded git-stub-vcs v0.1.0
10302026-03-26T04:09:44.269Z Downloaded globset v0.4.18
10312026-03-26T04:09:44.272Z Downloaded hubpack v0.1.2
10322026-03-26T04:09:44.272Z Downloaded erased-serde v0.3.31
10332026-03-26T04:09:44.272Z Downloaded clap_lex v1.1.0
10342026-03-26T04:09:44.274Z Downloaded form_urlencoded v1.2.2
10352026-03-26T04:09:44.274Z Downloaded base64 v0.22.1
10362026-03-26T04:09:44.277Z Downloaded cpufeatures v0.3.0
10372026-03-26T04:09:44.280Z Downloaded chacha20 v0.10.0
10382026-03-26T04:09:44.283Z Downloaded httpdate v1.0.3
10392026-03-26T04:09:44.283Z Downloaded fxhash v0.2.1
10402026-03-26T04:09:44.283Z Downloaded fastrand v2.3.0
10412026-03-26T04:09:44.286Z Downloaded cancel-safe-futures v0.1.5
10422026-03-26T04:09:44.286Z Downloaded embedded-io v0.6.1
10432026-03-26T04:09:44.286Z Downloaded byteorder v1.5.0
10442026-03-26T04:09:44.288Z Downloaded anstyle-parse v1.0.0
10452026-03-26T04:09:44.288Z Downloaded fnv v1.0.7
10462026-03-26T04:09:44.291Z Downloaded crypto-common v0.1.7
10472026-03-26T04:09:44.291Z Downloaded crossbeam-deque v0.8.6
10482026-03-26T04:09:44.291Z Downloaded async-recursion v1.1.1
10492026-03-26T04:09:44.294Z Downloaded http-body v1.0.1
10502026-03-26T04:09:44.297Z Downloaded crunchy v0.2.4
10512026-03-26T04:09:44.297Z Downloaded equivalent v1.0.2
10522026-03-26T04:09:44.297Z Downloaded enum-as-inner v0.6.1
10532026-03-26T04:09:44.297Z Downloaded defmt v0.3.100
10542026-03-26T04:09:44.300Z Downloaded ciborium-io v0.2.2
10552026-03-26T04:09:44.303Z Downloaded ident_case v1.0.1
10562026-03-26T04:09:44.303Z Downloaded atomic-waker v1.1.2
10572026-03-26T04:09:44.305Z Downloaded defmt-parser v1.0.0
10582026-03-26T04:09:44.305Z Downloaded darling_macro v0.21.3
10592026-03-26T04:09:44.305Z Downloaded ciborium-ll v0.2.2
10602026-03-26T04:09:44.308Z Downloaded heck v0.4.1
10612026-03-26T04:09:44.308Z Downloaded dtrace-parser v0.2.0
10622026-03-26T04:09:44.314Z Downloaded bit-set v0.8.0
10632026-03-26T04:09:44.317Z Downloaded group v0.13.0
10642026-03-26T04:09:44.317Z Downloaded derive-ex v0.1.8
10652026-03-26T04:09:44.320Z Downloaded cfg_aliases v0.2.1
10662026-03-26T04:09:44.322Z Downloaded foldhash v0.1.5
10672026-03-26T04:09:44.325Z Downloaded daft-derive v0.1.5
10682026-03-26T04:09:44.328Z Downloaded is_terminal_polyfill v1.70.2
10692026-03-26T04:09:44.328Z Downloaded csv-core v0.1.13
10702026-03-26T04:09:44.331Z Downloaded camino-tempfile v1.4.1
10712026-03-26T04:09:44.331Z Downloaded instant v0.1.13
10722026-03-26T04:09:44.331Z Downloaded indent_write v2.2.0
10732026-03-26T04:09:44.333Z Downloaded idna_adapter v1.2.1
10742026-03-26T04:09:44.333Z Downloaded libscf-sys v1.1.0
10752026-03-26T04:09:44.333Z Downloaded futures v0.3.32
10762026-03-26T04:09:44.336Z Downloaded internet-checksum v0.2.1
10772026-03-26T04:09:44.339Z Downloaded base64ct v1.8.3
10782026-03-26T04:09:44.339Z Downloaded async-trait v0.1.89
10792026-03-26T04:09:44.342Z Downloaded cstr-argument v0.1.2
10802026-03-26T04:09:44.345Z Downloaded http-body-util v0.1.3
10812026-03-26T04:09:44.345Z Downloaded drift v0.1.3
10822026-03-26T04:09:44.347Z Downloaded crc32fast v1.5.0
10832026-03-26T04:09:44.350Z Downloaded defmt-macros v1.0.1
10842026-03-26T04:09:44.353Z Downloaded dof v0.3.0
10852026-03-26T04:09:44.353Z Downloaded displaydoc v0.2.5
10862026-03-26T04:09:44.365Z Downloaded ff v0.13.1
10872026-03-26T04:09:44.365Z Downloaded debug-ignore v1.0.5
10882026-03-26T04:09:44.365Z Downloaded defmt v1.0.1
10892026-03-26T04:09:44.365Z Downloaded cobs v0.3.0
10902026-03-26T04:09:44.365Z Downloaded argon2 v0.5.3
10912026-03-26T04:09:44.365Z Downloaded is_ci v1.2.0
10922026-03-26T04:09:44.365Z Downloaded is-terminal v0.4.17
10932026-03-26T04:09:44.365Z Downloaded compression-codecs v0.4.37
10942026-03-26T04:09:44.369Z Downloaded daft v0.1.5
10952026-03-26T04:09:44.369Z Downloaded macaddr v1.0.1
10962026-03-26T04:09:44.369Z Downloaded hashbrown v0.12.3
10972026-03-26T04:09:44.372Z Downloaded fixedbitset v0.5.7
10982026-03-26T04:09:44.375Z Downloaded colored v3.1.1
10992026-03-26T04:09:44.375Z Downloaded lazy_static v1.5.0
11002026-03-26T04:09:44.378Z Downloaded highway v1.3.0
11012026-03-26T04:09:44.378Z Downloaded elliptic-curve v0.13.8
11022026-03-26T04:09:44.381Z Downloaded memoffset v0.9.1
11032026-03-26T04:09:44.381Z Downloaded itoa v1.0.18
11042026-03-26T04:09:44.384Z Downloaded match_cfg v0.1.0
11052026-03-26T04:09:44.384Z Downloaded managed v0.8.0
11062026-03-26T04:09:44.387Z Downloaded lru-slab v0.1.2
11072026-03-26T04:09:44.387Z Downloaded memmap v0.7.0
11082026-03-26T04:09:44.387Z Downloaded linked-hash-map v0.5.6
11092026-03-26T04:09:44.390Z Downloaded mime v0.3.17
11102026-03-26T04:09:44.390Z Downloaded lru-cache v0.1.2
11112026-03-26T04:09:44.393Z Downloaded num-derive v0.3.3
11122026-03-26T04:09:44.395Z Downloaded num-conv v0.2.0
11132026-03-26T04:09:44.395Z Downloaded num-derive v0.4.2
11142026-03-26T04:09:44.398Z Downloaded httparse v1.10.1
11152026-03-26T04:09:44.398Z Downloaded newline-converter v0.3.0
11162026-03-26T04:09:44.398Z Downloaded newtype_derive v0.1.6
11172026-03-26T04:09:44.402Z Downloaded natord v1.0.9
11182026-03-26T04:09:44.402Z Downloaded inout v0.1.4
11192026-03-26T04:09:44.402Z Downloaded ingot v0.1.1
11202026-03-26T04:09:44.404Z Downloaded bit-vec v0.8.0
11212026-03-26T04:09:44.404Z Downloaded ipnet v2.12.0
11222026-03-26T04:09:44.404Z Downloaded find-msvc-tools v0.1.9
11232026-03-26T04:09:44.407Z Downloaded cmake v0.1.57
11242026-03-26T04:09:44.407Z Downloaded hmac v0.12.1
11252026-03-26T04:09:44.410Z Downloaded chacha20 v0.9.1
11262026-03-26T04:09:44.414Z Downloaded newtype-uuid-macros v0.1.0
11272026-03-26T04:09:44.417Z Downloaded ingot-types v0.1.2
11282026-03-26T04:09:44.420Z Downloaded openssl-macros v0.1.1
11292026-03-26T04:09:44.423Z Downloaded num_threads v0.1.7
11302026-03-26T04:09:44.423Z Downloaded num v0.4.3
11312026-03-26T04:09:44.423Z Downloaded dropshot_endpoint v0.17.0
11322026-03-26T04:09:44.426Z Downloaded const_format_proc_macros v0.2.34
11332026-03-26T04:09:44.429Z Downloaded anstream v1.0.0
11342026-03-26T04:09:44.431Z Downloaded openssl-probe v0.2.1
11352026-03-26T04:09:44.431Z Downloaded num-iter v0.1.45
11362026-03-26T04:09:44.431Z Downloaded keccak v0.1.6
11372026-03-26T04:09:44.435Z Downloaded anstyle v1.0.14
11382026-03-26T04:09:44.437Z Downloaded humantime v2.3.0
11392026-03-26T04:09:44.437Z Downloaded omicron-workspace-hack v0.1.0
11402026-03-26T04:09:44.440Z Downloaded ipnetwork v0.21.1
11412026-03-26T04:09:44.443Z Downloaded flate2 v1.1.9
11422026-03-26T04:09:44.446Z Downloaded num_enum_derive v0.5.11
11432026-03-26T04:09:44.449Z Downloaded ciborium v0.2.2
11442026-03-26T04:09:44.452Z Downloaded plain v0.2.3
11452026-03-26T04:09:44.455Z Downloaded async-compression v0.4.41
11462026-03-26T04:09:44.458Z Downloaded percent-encoding v2.3.2
11472026-03-26T04:09:44.461Z Downloaded opaque-debug v0.3.1
11482026-03-26T04:09:44.461Z Downloaded no-std-compat v0.4.1
11492026-03-26T04:09:44.461Z Downloaded dropshot_endpoint v0.16.7
11502026-03-26T04:09:44.464Z Downloaded expectorate v1.2.0
11512026-03-26T04:09:44.468Z Downloaded blake2 v0.10.6
11522026-03-26T04:09:44.468Z Downloaded getrandom v0.4.2
11532026-03-26T04:09:44.472Z Downloaded darling v0.21.3
11542026-03-26T04:09:44.475Z Downloaded libsw-core v0.3.2
11552026-03-26T04:09:44.475Z Downloaded icu_provider v2.1.1
11562026-03-26T04:09:44.479Z Downloaded phf_shared v0.12.1
11572026-03-26T04:09:44.479Z Downloaded icu_properties v2.1.2
11582026-03-26T04:09:44.483Z Downloaded cargo_toml v0.22.3
11592026-03-26T04:09:44.483Z Downloaded bitflags v2.11.0
11602026-03-26T04:09:44.483Z Downloaded olpc-cjson v0.1.4
11612026-03-26T04:09:44.486Z Downloaded pin-utils v0.1.0
11622026-03-26T04:09:44.486Z Downloaded clap_derive v4.6.0
11632026-03-26T04:09:44.489Z Downloaded iana-time-zone v0.1.65
11642026-03-26T04:09:44.489Z Downloaded console v0.15.11
11652026-03-26T04:09:44.491Z Downloaded parse-display v0.10.0
11662026-03-26T04:09:44.491Z Downloaded pretty-hex v0.4.2
11672026-03-26T04:09:44.494Z Downloaded camino v1.2.2
11682026-03-26T04:09:44.499Z Downloaded multer v3.1.0
11692026-03-26T04:09:44.514Z Downloaded jobserver v0.1.34
11702026-03-26T04:09:44.514Z Downloaded num-integer v0.1.46
11712026-03-26T04:09:44.514Z Downloaded num-complex v0.4.6
11722026-03-26T04:09:44.514Z Downloaded newtype-uuid v1.3.2
11732026-03-26T04:09:44.514Z Downloaded paste v1.0.15
11742026-03-26T04:09:44.514Z Downloaded proc-macro-error-attr v1.0.4
11752026-03-26T04:09:44.517Z Downloaded libsw v3.5.0
11762026-03-26T04:09:44.517Z Downloaded hyper-rustls v0.27.7
11772026-03-26T04:09:44.520Z Downloaded proc-macro-crate v1.3.1
11782026-03-26T04:09:44.520Z Downloaded powerfmt v0.2.0
11792026-03-26T04:09:44.523Z Downloaded console v0.16.3
11802026-03-26T04:09:44.523Z Downloaded proc-macro-error-attr2 v2.0.0
11812026-03-26T04:09:44.523Z Downloaded indexmap v1.9.3
11822026-03-26T04:09:44.526Z Downloaded derive_more v0.99.20
11832026-03-26T04:09:44.529Z Downloaded linear-map v1.2.0
11842026-03-26T04:09:44.529Z Downloaded num-rational v0.4.2
11852026-03-26T04:09:44.531Z Downloaded icu_normalizer_data v2.1.1
11862026-03-26T04:09:44.531Z Downloaded progenitor-client v0.10.0
11872026-03-26T04:09:44.534Z Downloaded potential_utf v0.1.4
11882026-03-26T04:09:44.534Z Downloaded progenitor-macro v0.10.0
11892026-03-26T04:09:44.538Z Downloaded progenitor-macro v0.11.2
11902026-03-26T04:09:44.541Z Downloaded num_enum v0.5.11
11912026-03-26T04:09:44.544Z Downloaded crossbeam-epoch v0.9.18
11922026-03-26T04:09:44.547Z Downloaded poly1305 v0.8.0
11932026-03-26T04:09:44.547Z Downloaded num_enum v0.7.6
11942026-03-26T04:09:44.550Z Downloaded hashbrown v0.15.5
11952026-03-26T04:09:44.553Z Downloaded pin-project-lite v0.2.17
11962026-03-26T04:09:44.556Z Downloaded oxnet v0.1.4
11972026-03-26T04:09:44.559Z Downloaded progenitor v0.11.2
11982026-03-26T04:09:44.559Z Downloaded oxide-tokio-rt v0.1.3
11992026-03-26T04:09:44.562Z Downloaded ref-cast v1.0.25
12002026-03-26T04:09:44.562Z Downloaded owo-colors v4.3.0
12012026-03-26T04:09:44.565Z Downloaded num_enum_derive v0.7.6
12022026-03-26T04:09:44.565Z Downloaded pem v3.0.6
12032026-03-26T04:09:44.565Z Downloaded parse-display-derive v0.10.0
12042026-03-26T04:09:44.568Z Downloaded allocator-api2 v0.2.21
12052026-03-26T04:09:44.568Z Downloaded quick-error v1.2.3
12062026-03-26T04:09:44.571Z Downloaded lock_api v0.4.14
12072026-03-26T04:09:44.571Z Downloaded rand_xorshift v0.4.0
12082026-03-26T04:09:44.571Z Downloaded chacha20poly1305 v0.10.1
12092026-03-26T04:09:44.574Z Downloaded ahash v0.8.12
12102026-03-26T04:09:44.577Z Downloaded rustc_version v0.4.1
12112026-03-26T04:09:44.579Z Downloaded darling v0.23.0
12122026-03-26T04:09:44.583Z Downloaded password-hash v0.5.0
12132026-03-26T04:09:44.585Z Downloaded parking_lot_core v0.9.12
12142026-03-26T04:09:44.585Z Downloaded pin-project-internal v1.1.11
12152026-03-26T04:09:44.588Z Downloaded cookie v0.18.1
12162026-03-26T04:09:44.588Z Downloaded phf v0.12.1
12172026-03-26T04:09:44.591Z Downloaded crossbeam-utils v0.8.21
12182026-03-26T04:09:44.591Z Downloaded pest_generator v2.8.6
12192026-03-26T04:09:44.594Z Downloaded memmap2 v0.9.10
12202026-03-26T04:09:44.594Z Downloaded parking_lot v0.11.2
12212026-03-26T04:09:44.598Z Downloaded rustc-hash v2.1.1
12222026-03-26T04:09:44.601Z Downloaded rustc_version v0.1.7
12232026-03-26T04:09:44.601Z Downloaded proc-macro-crate v3.5.0
12242026-03-26T04:09:44.601Z Downloaded pkg-config v0.3.32
12252026-03-26T04:09:44.605Z Downloaded hickory-resolver v0.25.2
12262026-03-26T04:09:44.613Z Downloaded ppv-lite86 v0.2.21
12272026-03-26T04:09:44.616Z Downloaded hickory-resolver v0.24.4
12282026-03-26T04:09:44.619Z Downloaded arc-swap v1.9.0
12292026-03-26T04:09:44.621Z Downloaded proc-macro-error v1.0.4
12302026-03-26T04:09:44.624Z Downloaded progenitor-client v0.11.2
12312026-03-26T04:09:44.624Z Downloaded ingot-macros v0.1.1
12322026-03-26T04:09:44.627Z Downloaded progenitor-macro v0.13.0
12332026-03-26T04:09:44.627Z Downloaded heapless v0.8.0
12342026-03-26T04:09:44.630Z Downloaded progenitor v0.13.0
12352026-03-26T04:09:44.630Z Downloaded proc-macro-error2 v2.0.1
12362026-03-26T04:09:44.633Z Downloaded scopeguard v1.2.0
12372026-03-26T04:09:44.635Z Downloaded same-file v1.0.6
12382026-03-26T04:09:44.635Z Downloaded darling_core v0.23.0
12392026-03-26T04:09:44.640Z Downloaded progenitor-extras v0.1.1
12402026-03-26T04:09:44.643Z Downloaded progenitor-client v0.13.0
12412026-03-26T04:09:44.643Z Downloaded rand_core v0.10.0
12422026-03-26T04:09:44.646Z Downloaded rand_chacha v0.9.0
12432026-03-26T04:09:44.646Z Downloaded rand_core v0.9.5
12442026-03-26T04:09:44.646Z Downloaded rand_chacha v0.3.1
12452026-03-26T04:09:44.649Z Downloaded scroll_derive v0.13.1
12462026-03-26T04:09:44.649Z Downloaded scroll_derive v0.12.1
12472026-03-26T04:09:44.649Z Downloaded ref-cast-impl v1.0.25
12482026-03-26T04:09:44.649Z Downloaded const_format v0.2.35
12492026-03-26T04:09:44.652Z Downloaded rand_core v0.6.4
12502026-03-26T04:09:44.657Z Downloaded log v0.4.29
12512026-03-26T04:09:44.660Z Downloaded parking_lot v0.12.5
12522026-03-26T04:09:44.660Z Downloaded semver v0.1.20
12532026-03-26T04:09:44.663Z Downloaded serde_spanned v1.1.0
12542026-03-26T04:09:44.663Z Downloaded serde_spanned v0.6.9
12552026-03-26T04:09:44.666Z Downloaded serde_urlencoded v0.7.1
12562026-03-26T04:09:44.666Z Downloaded jiff-static v0.2.23
12572026-03-26T04:09:44.669Z Downloaded serde-big-array v0.5.1
12582026-03-26T04:09:44.669Z Downloaded papergrid v0.11.0
12592026-03-26T04:09:44.672Z Downloaded resolv-conf v0.7.6
12602026-03-26T04:09:44.672Z Downloaded serde_repr v0.1.20
12612026-03-26T04:09:44.675Z Downloaded serde_plain v1.0.2
12622026-03-26T04:09:44.677Z Downloaded pest_derive v2.8.6
12632026-03-26T04:09:44.680Z Downloaded litemap v0.8.1
12642026-03-26T04:09:44.685Z Downloaded dropshot-api-manager v0.5.2
12652026-03-26T04:09:44.688Z Downloaded bytes v1.11.1
12662026-03-26T04:09:44.693Z Downloaded http v1.4.0
12672026-03-26T04:09:44.706Z Downloaded pin-project v1.1.11
12682026-03-26T04:09:44.712Z Downloaded siphasher v1.0.2
12692026-03-26T04:09:44.715Z Downloaded secrecy v0.10.3
12702026-03-26T04:09:44.715Z Downloaded schemars_derive v0.8.22
12712026-03-26T04:09:44.715Z Downloaded slog-envlogger v2.2.0
12722026-03-26T04:09:44.718Z Downloaded slog-bunyan v2.5.0
12732026-03-26T04:09:44.718Z Downloaded sigpipe v0.1.3
12742026-03-26T04:09:44.718Z Downloaded sha1 v0.10.6
12752026-03-26T04:09:44.721Z Downloaded rustls-native-certs v0.8.3
12762026-03-26T04:09:44.721Z Downloaded icu_locale_core v2.1.1
12772026-03-26T04:09:44.724Z Downloaded structmeta-derive v0.3.0
12782026-03-26T04:09:44.728Z Downloaded spin v0.5.2
12792026-03-26T04:09:44.728Z Downloaded quinn-udp v0.5.14
12802026-03-26T04:09:44.730Z Downloaded crypto-bigint v0.5.5
12812026-03-26T04:09:44.733Z Downloaded rusty-fork v0.3.1
12822026-03-26T04:09:44.736Z Downloaded smawk v0.3.2
12832026-03-26T04:09:44.736Z Downloaded num-traits v0.2.19
12842026-03-26T04:09:44.738Z Downloaded quote v1.0.45
12852026-03-26T04:09:44.744Z Downloaded serde_derive_internals v0.29.1
12862026-03-26T04:09:44.747Z Downloaded structmeta v0.3.0
12872026-03-26T04:09:44.747Z Downloaded stable_deref_trait v1.2.1
12882026-03-26T04:09:44.747Z Downloaded strum v0.26.3
12892026-03-26T04:09:44.751Z Downloaded strum v0.27.2
12902026-03-26T04:09:44.754Z Downloaded scroll v0.13.0
12912026-03-26T04:09:44.754Z Downloaded scroll v0.12.0
12922026-03-26T04:09:44.754Z Downloaded postcard v1.1.3
12932026-03-26T04:09:44.757Z Downloaded indicatif v0.18.4
12942026-03-26T04:09:44.760Z Downloaded parking_lot_core v0.8.6
12952026-03-26T04:09:44.760Z Downloaded semver v1.0.27
12962026-03-26T04:09:44.763Z Downloaded strsim v0.11.1
12972026-03-26T04:09:44.763Z Downloaded rustls-pemfile v2.2.0
12982026-03-26T04:09:44.766Z Downloaded supports-color v3.0.2
12992026-03-26T04:09:44.766Z Downloaded subtle v2.6.1
13002026-03-26T04:09:44.766Z Downloaded serde_tokenstream v0.2.3
13012026-03-26T04:09:44.766Z Downloaded progenitor v0.10.0
13022026-03-26T04:09:44.769Z Downloaded rustls-pki-types v1.14.0
13032026-03-26T04:09:44.772Z Downloaded sync_wrapper v1.0.2
13042026-03-26T04:09:44.772Z Downloaded tagptr v0.2.0
13052026-03-26T04:09:44.775Z Downloaded tabwriter v1.4.1
13062026-03-26T04:09:44.775Z Downloaded swrite v0.1.0
13072026-03-26T04:09:44.778Z Downloaded sha2 v0.10.9
13082026-03-26T04:09:44.778Z Downloaded testing_table v0.3.0
13092026-03-26T04:09:44.781Z Downloaded tabled_derive v0.11.0
13102026-03-26T04:09:44.781Z Downloaded tabled_derive v0.7.0
13112026-03-26T04:09:44.781Z Downloaded terminal_size v0.4.4
13122026-03-26T04:09:44.784Z Downloaded signal-hook-registry v1.4.8
13132026-03-26T04:09:44.784Z Downloaded shlex v1.3.0
13142026-03-26T04:09:44.784Z Downloaded serde_path_to_error v0.1.20
13152026-03-26T04:09:44.787Z Downloaded rhai_codegen v3.1.0
13162026-03-26T04:09:44.789Z Downloaded smf v0.2.3
13172026-03-26T04:09:44.792Z Downloaded slog-term v2.9.2
13182026-03-26T04:09:44.792Z Downloaded miniz_oxide v0.8.9
13192026-03-26T04:09:44.795Z Downloaded thread-id v4.2.2
13202026-03-26T04:09:44.795Z Downloaded openssl-sys v0.9.112
13212026-03-26T04:09:44.798Z Downloaded hashbrown v0.16.1
13222026-03-26T04:09:44.801Z Downloaded cc v1.2.57
13232026-03-26T04:09:44.804Z Downloaded termtree v0.5.1
13242026-03-26T04:09:44.807Z Downloaded simd-adler32 v0.3.8
13252026-03-26T04:09:44.807Z Downloaded progenitor-impl v0.10.0
13262026-03-26T04:09:44.810Z Downloaded slog-stdlog v4.1.1
13272026-03-26T04:09:44.810Z Downloaded slog-json v2.6.1
13282026-03-26T04:09:44.810Z Downloaded slog-dtrace v0.3.0
13292026-03-26T04:09:44.813Z Downloaded serde_with_macros v3.18.0
13302026-03-26T04:09:44.813Z Downloaded slog-async v2.8.0
13312026-03-26T04:09:44.813Z Downloaded pest_meta v2.8.6
13322026-03-26T04:09:44.816Z Downloaded thiserror-impl-no-std v2.0.2
13332026-03-26T04:09:44.816Z Downloaded crossbeam-channel v0.5.15
13342026-03-26T04:09:44.819Z Downloaded tinyvec_macros v0.1.1
13352026-03-26T04:09:44.819Z Downloaded take_mut v0.2.2
13362026-03-26T04:09:44.822Z Downloaded slab v0.4.12
13372026-03-26T04:09:44.826Z Downloaded slog-scope v4.4.1
13382026-03-26T04:09:44.830Z Downloaded rustversion v1.0.22
13392026-03-26T04:09:44.830Z Downloaded time-core v0.1.8
13402026-03-26T04:09:44.833Z Downloaded progenitor-impl v0.13.0
13412026-03-26T04:09:44.833Z Downloaded icu_collections v2.1.1
13422026-03-26T04:09:44.837Z Downloaded once_cell v1.21.4
13432026-03-26T04:09:44.840Z Downloaded progenitor-impl v0.11.2
13442026-03-26T04:09:44.840Z Downloaded synstructure v0.13.2
13452026-03-26T04:09:44.840Z Downloaded static_assertions v1.1.0
13462026-03-26T04:09:44.840Z Downloaded smartstring v1.0.1
13472026-03-26T04:09:44.846Z Downloaded papergrid v0.17.0
13482026-03-26T04:09:44.852Z Downloaded schemars v0.8.22
13492026-03-26T04:09:44.859Z Downloaded ryu v1.0.23
13502026-03-26T04:09:44.861Z Downloaded proc-macro2 v1.0.106
13512026-03-26T04:09:44.864Z Downloaded thread-id v5.1.0
13522026-03-26T04:09:44.864Z Downloaded thiserror v1.0.69
13532026-03-26T04:09:44.868Z Downloaded thiserror-impl v1.0.69
13542026-03-26T04:09:44.870Z Downloaded tower-service v0.3.3
13552026-03-26T04:09:44.870Z Downloaded toml_datetime v0.6.11
13562026-03-26T04:09:44.873Z Downloaded spin v0.9.8
13572026-03-26T04:09:44.876Z Downloaded toml_write v0.1.2
13582026-03-26T04:09:44.879Z Downloaded strum_macros v0.27.2
13592026-03-26T04:09:44.883Z Downloaded memchr v2.8.0
13602026-03-26T04:09:44.885Z Downloaded thiserror-no-std v2.0.2
13612026-03-26T04:09:44.888Z Downloaded tiny-keccak v2.0.2
13622026-03-26T04:09:44.888Z Downloaded thread_local v1.1.9
13632026-03-26T04:09:44.891Z Downloaded typify-macro v0.6.1
13642026-03-26T04:09:44.894Z Downloaded typeid v1.0.3
13652026-03-26T04:09:44.896Z Downloaded time-macros v0.2.27
13662026-03-26T04:09:44.899Z Downloaded strum_macros v0.26.4
13672026-03-26T04:09:44.904Z Downloaded thiserror v2.0.18
13682026-03-26T04:09:44.908Z Downloaded try-lock v0.2.5
13692026-03-26T04:09:44.911Z Downloaded tower-layer v0.3.3
13702026-03-26T04:09:44.911Z Downloaded tokio-rustls v0.25.0
13712026-03-26T04:09:44.913Z Downloaded tokio-dtrace v0.1.1
13722026-03-26T04:09:44.913Z Downloaded indexmap v2.13.0
13732026-03-26T04:09:44.919Z Downloaded rustls-platform-verifier v0.6.2
13742026-03-26T04:09:44.922Z Downloaded unicode-linebreak v0.1.5
13752026-03-26T04:09:44.922Z Downloaded serde_yaml v0.9.34+deprecated
13762026-03-26T04:09:44.925Z Downloaded idna v1.1.0
13772026-03-26T04:09:44.928Z Downloaded tinystr v0.8.2
13782026-03-26T04:09:44.931Z Downloaded unicode-xid v0.2.6
13792026-03-26T04:09:44.933Z Downloaded tokio-macros v2.6.1
13802026-03-26T04:09:44.937Z Downloaded universal-hash v0.5.1
13812026-03-26T04:09:44.937Z Downloaded unit-prefix v0.5.2
13822026-03-26T04:09:44.940Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13832026-03-26T04:09:44.940Z Downloaded term v1.2.1
13842026-03-26T04:09:44.940Z Downloaded unarray v0.1.4
13852026-03-26T04:09:44.942Z Downloaded tempfile v3.27.0
13862026-03-26T04:09:44.942Z Downloaded usdt v0.5.0
13872026-03-26T04:09:44.945Z Downloaded untrusted v0.9.0
13882026-03-26T04:09:44.945Z Downloaded utf8_iter v1.0.4
13892026-03-26T04:09:44.945Z Downloaded usdt-macro v0.6.0
13902026-03-26T04:09:44.948Z Downloaded untrusted v0.7.1
13912026-03-26T04:09:44.948Z Downloaded utf-8 v0.7.6
13922026-03-26T04:09:44.948Z Downloaded snafu-derive v0.8.9
13932026-03-26T04:09:44.951Z Downloaded utf8parse v0.2.2
13942026-03-26T04:09:44.951Z Downloaded usdt-macro v0.5.0
13952026-03-26T04:09:44.951Z Downloaded usdt v0.6.0
13962026-03-26T04:09:44.954Z Downloaded waitgroup v0.1.2
13972026-03-26T04:09:44.954Z Downloaded usdt-attr-macro v0.5.0
13982026-03-26T04:09:44.954Z Downloaded want v0.3.1
13992026-03-26T04:09:44.954Z Downloaded rayon-core v1.13.0
14002026-03-26T04:09:44.957Z Downloaded wait-timeout v0.2.1
14012026-03-26T04:09:44.957Z Downloaded serde_core v1.0.228
14022026-03-26T04:09:44.960Z Downloaded h2 v0.4.13
14032026-03-26T04:09:44.963Z Downloaded rand v0.8.5
14042026-03-26T04:09:44.966Z Downloaded tokio-tungstenite v0.21.0
14052026-03-26T04:09:44.968Z Downloaded toml_datetime v1.1.0+spec-1.1.0
14062026-03-26T04:09:44.968Z Downloaded quinn v0.11.9
14072026-03-26T04:09:44.971Z Downloaded version_check v0.9.5
14082026-03-26T04:09:44.974Z Downloaded typify-macro v0.4.3
14092026-03-26T04:09:44.980Z Downloaded yoke-derive v0.8.1
14102026-03-26T04:09:44.983Z Downloaded toml_writer v1.1.0+spec-1.1.0
14112026-03-26T04:09:44.992Z Downloaded prettyplease v0.2.37
14122026-03-26T04:09:44.996Z Downloaded zerofrom-derive v0.1.6
14132026-03-26T04:09:44.999Z Downloaded zerofrom v0.1.6
14142026-03-26T04:09:45.002Z Downloaded similar v2.7.0
14152026-03-26T04:09:45.005Z Downloaded thiserror-impl v2.0.18
14162026-03-26T04:09:45.009Z Downloaded thin-vec v0.2.14
14172026-03-26T04:09:45.009Z Downloaded tokio-rustls v0.26.4
14182026-03-26T04:09:45.009Z Downloaded icu_properties_data v2.1.2
14192026-03-26T04:09:45.014Z Downloaded zeroize_derive v1.4.3
14202026-03-26T04:09:45.017Z Downloaded slog v2.8.2
14212026-03-26T04:09:45.020Z Downloaded hkdf v0.12.4
14222026-03-26T04:09:45.022Z Downloaded futures-util v0.3.32
14232026-03-26T04:09:45.027Z Downloaded socket2 v0.6.3
14242026-03-26T04:09:45.030Z Downloaded usdt-impl v0.6.0
14252026-03-26T04:09:45.030Z Downloaded usdt-impl v0.5.0
14262026-03-26T04:09:45.033Z Downloaded schemars v0.9.0
14272026-03-26T04:09:45.038Z Downloaded toml_parser v1.1.0+spec-1.1.0
14282026-03-26T04:09:45.041Z Downloaded smallvec v1.15.1
14292026-03-26T04:09:45.041Z Downloaded serde v1.0.228
14302026-03-26T04:09:45.044Z Downloaded rand v0.10.0
14312026-03-26T04:09:45.046Z Downloaded rand v0.9.2
14322026-03-26T04:09:45.049Z Downloaded zone v0.3.1
14332026-03-26T04:09:45.049Z Downloaded qorb v0.4.1
14342026-03-26T04:09:45.052Z Downloaded zone_cfg_derive v0.3.1
14352026-03-26T04:09:45.052Z Downloaded hyper-util v0.1.20
14362026-03-26T04:09:45.058Z Downloaded serde_derive v1.0.228
14372026-03-26T04:09:45.061Z Downloaded tokio-stream v0.1.18
14382026-03-26T04:09:45.065Z Downloaded toml v0.8.23
14392026-03-26T04:09:45.073Z Downloaded vsss-rs v3.3.4
14402026-03-26T04:09:45.076Z Downloaded minimal-lexical v0.2.1
14412026-03-26T04:09:45.078Z Downloaded toml v0.9.12+spec-1.1.0
14422026-03-26T04:09:45.081Z Downloaded zeroize v1.8.2
14432026-03-26T04:09:45.081Z Downloaded usdt-attr-macro v0.6.0
14442026-03-26T04:09:45.084Z Downloaded toml v1.1.0+spec-1.1.0
14452026-03-26T04:09:45.084Z Downloaded zmij v1.0.21
14462026-03-26T04:09:45.087Z Downloaded zerovec-derive v0.11.2
14472026-03-26T04:09:45.087Z Downloaded yoke v0.8.1
14482026-03-26T04:09:45.090Z Downloaded test-strategy v0.4.5
14492026-03-26T04:09:45.093Z Downloaded nom v7.1.3
14502026-03-26T04:09:45.102Z Downloaded xz2 v0.1.7
14512026-03-26T04:09:45.105Z Downloaded writeable v0.6.2
14522026-03-26T04:09:45.105Z Downloaded whoami v1.6.1
14532026-03-26T04:09:45.105Z Downloaded typify v0.6.1
14542026-03-26T04:09:45.108Z Downloaded itertools v0.12.1
14552026-03-26T04:09:45.111Z Downloaded iri-string v0.7.11
14562026-03-26T04:09:45.115Z Downloaded tracing-attributes v0.1.31
14572026-03-26T04:09:45.117Z Downloaded itertools v0.14.0
14582026-03-26T04:09:45.120Z Downloaded ucd-trie v0.1.7
14592026-03-26T04:09:45.126Z Downloaded tinyvec v1.11.0
14602026-03-26T04:09:45.129Z Downloaded snafu v0.8.9
14612026-03-26T04:09:45.134Z Downloaded goblin v0.8.2
14622026-03-26T04:09:45.138Z Downloaded uuid v1.22.0
14632026-03-26T04:09:45.141Z Downloaded toml_edit v0.25.8+spec-1.1.0
14642026-03-26T04:09:45.143Z Downloaded toml_edit v0.22.27
14652026-03-26T04:09:45.151Z Downloaded typenum v1.19.0
14662026-03-26T04:09:45.154Z Downloaded ron v0.12.0
14672026-03-26T04:09:45.174Z Downloaded textwrap v0.16.2
14682026-03-26T04:09:45.179Z Downloaded rustls-webpki v0.103.10
14692026-03-26T04:09:45.182Z Downloaded zerocopy-derive v0.7.35
14702026-03-26T04:09:45.189Z Downloaded typify v0.4.3
14712026-03-26T04:09:45.192Z Downloaded steno v0.4.1
14722026-03-26T04:09:45.195Z Downloaded clap_builder v4.6.0
14732026-03-26T04:09:45.197Z Downloaded unicode-ident v1.0.24
14742026-03-26T04:09:45.200Z Downloaded schemars v1.2.1
14752026-03-26T04:09:45.219Z Downloaded walkdir v2.5.0
14762026-03-26T04:09:45.228Z Downloaded mio v1.1.1
14772026-03-26T04:09:45.231Z Downloaded nom v8.0.0
14782026-03-26T04:09:45.235Z Downloaded iddqd v0.3.17
14792026-03-26T04:09:45.238Z Downloaded zerotrie v0.2.3
14802026-03-26T04:09:45.241Z Downloaded tungstenite v0.21.0
14812026-03-26T04:09:45.247Z Downloaded hyper v1.8.1
14822026-03-26T04:09:45.250Z Downloaded tracing-core v0.1.36
14832026-03-26T04:09:45.257Z Downloaded unsafe-libyaml v0.2.11
14842026-03-26T04:09:45.261Z Downloaded aho-corasick v1.1.4
14852026-03-26T04:09:45.268Z Downloaded libm v0.2.16
14862026-03-26T04:09:45.271Z Downloaded pest v2.8.6
14872026-03-26T04:09:45.276Z Downloaded toml_edit v0.19.15
14882026-03-26T04:09:45.285Z Downloaded unicode-segmentation v1.13.1
14892026-03-26T04:09:45.289Z Downloaded tower v0.5.3
14902026-03-26T04:09:45.294Z Downloaded reqwest v0.13.2
14912026-03-26T04:09:45.312Z Downloaded zerocopy-derive v0.8.47
14922026-03-26T04:09:45.328Z Downloaded serde_json v1.0.149
14932026-03-26T04:09:45.331Z Downloaded regex v1.12.3
14942026-03-26T04:09:45.363Z Downloaded url v2.5.8
14952026-03-26T04:09:45.367Z Downloaded reqwest v0.12.28
14962026-03-26T04:09:45.386Z Downloaded serde_with v3.18.0
14972026-03-26T04:09:45.389Z Downloaded goblin v0.10.5
14982026-03-26T04:09:45.393Z Downloaded rustls-webpki v0.102.8
14992026-03-26T04:09:45.403Z Downloaded typed-path v0.9.3
15002026-03-26T04:09:45.413Z Downloaded tower-http v0.6.8
15012026-03-26T04:09:45.440Z Downloaded proptest v1.11.0
15022026-03-26T04:09:45.454Z Downloaded rayon v1.11.0
15032026-03-26T04:09:45.458Z Downloaded unicode-normalization v0.1.25
15042026-03-26T04:09:45.461Z Downloaded tough v0.20.0
15052026-03-26T04:09:45.465Z Downloaded portable-atomic v1.13.1
15062026-03-26T04:09:45.469Z Downloaded quinn-proto v0.11.14
15072026-03-26T04:09:45.473Z Downloaded tokio-util v0.7.18
15082026-03-26T04:09:45.480Z Downloaded aws-lc-rs v1.16.2
15092026-03-26T04:09:45.502Z Downloaded zerovec v0.11.5
15102026-03-26T04:09:45.519Z Downloaded chrono v0.4.44
15112026-03-26T04:09:45.523Z Downloaded openssl v0.10.76
15122026-03-26T04:09:45.530Z Downloaded time v0.3.47
15132026-03-26T04:09:45.535Z Downloaded syn v1.0.109
15142026-03-26T04:09:45.560Z Downloaded zerocopy v0.7.35
15152026-03-26T04:09:45.570Z Downloaded winnow v0.5.40
15162026-03-26T04:09:45.574Z Downloaded nix v0.31.2
15172026-03-26T04:09:45.587Z Downloaded vcpkg v0.2.15
15182026-03-26T04:09:45.608Z Downloaded tabled v0.15.0
15192026-03-26T04:09:45.616Z Downloaded dropshot v0.17.0
15202026-03-26T04:09:45.628Z Downloaded winnow v1.0.0
15212026-03-26T04:09:45.633Z Downloaded smoltcp v0.11.0
15222026-03-26T04:09:45.639Z Downloaded hickory-proto v0.25.2
15232026-03-26T04:09:45.647Z Downloaded winnow v0.7.15
15242026-03-26T04:09:45.652Z Downloaded moka v0.12.15
15252026-03-26T04:09:45.656Z Downloaded unicode-width v0.2.2
15262026-03-26T04:09:45.659Z Downloaded tabled v0.20.0
15272026-03-26T04:09:45.668Z Downloaded zerocopy v0.8.47
15282026-03-26T04:09:45.678Z Downloaded rhai v1.24.0
15292026-03-26T04:09:45.684Z Downloaded regex-syntax v0.8.10
15302026-03-26T04:09:45.695Z Downloaded hickory-proto v0.24.4
15312026-03-26T04:09:45.698Z Downloaded curve25519-dalek v4.1.3
15322026-03-26T04:09:45.702Z Downloaded bstr v1.12.1
15332026-03-26T04:09:45.711Z Downloaded rustix v1.1.4
15342026-03-26T04:09:45.734Z Downloaded webpki-roots v1.0.6
15352026-03-26T04:09:45.753Z Downloaded syn v2.0.117
15362026-03-26T04:09:45.759Z Downloaded rustls v0.22.4
15372026-03-26T04:09:45.765Z Downloaded unicode-width v0.1.14
15382026-03-26T04:09:45.779Z Downloaded regress v0.10.5
15392026-03-26T04:09:45.785Z Downloaded openapiv3 v2.2.0
15402026-03-26T04:09:45.789Z Downloaded rustls v0.23.37
15412026-03-26T04:09:45.811Z Downloaded rustix v0.38.44
15422026-03-26T04:09:45.823Z Downloaded typify-impl v0.6.1
15432026-03-26T04:09:45.830Z Downloaded typify-impl v0.4.3
15442026-03-26T04:09:45.837Z Downloaded tracing v0.1.44
15452026-03-26T04:09:45.848Z Downloaded sled v0.34.7
15462026-03-26T04:09:45.887Z Downloaded petgraph v0.6.5
15472026-03-26T04:09:45.907Z Downloaded lzma-sys v0.1.20
15482026-03-26T04:09:45.925Z Downloaded jiff v0.2.23
15492026-03-26T04:09:45.933Z Downloaded regex-automata v0.4.14
15502026-03-26T04:09:45.942Z Downloaded libc v0.2.183
15512026-03-26T04:09:45.961Z Downloaded petgraph v0.8.3
15522026-03-26T04:09:45.981Z Downloaded tokio v1.50.0
15532026-03-26T04:09:46.003Z Downloaded chrono-tz v0.10.4
15542026-03-26T04:09:46.022Z Downloaded encoding_rs v0.8.35
15552026-03-26T04:09:46.064Z Downloaded csv v1.4.0
15562026-03-26T04:09:46.081Z Downloaded sha3 v0.10.8
15572026-03-26T04:09:46.201Z Downloaded ring v0.17.14
15582026-03-26T04:09:46.920Z Downloaded aws-lc-sys v0.39.0
15592026-03-26T04:09:47.273Z Compiling proc-macro2 v1.0.106
15602026-03-26T04:09:47.273Z Compiling quote v1.0.45
15612026-03-26T04:09:47.273Z Compiling unicode-ident v1.0.24
15622026-03-26T04:09:47.274Z Compiling serde_core v1.0.228
15632026-03-26T04:09:47.276Z Compiling serde v1.0.228
15642026-03-26T04:09:47.276Z Compiling libc v0.2.183
15652026-03-26T04:09:47.276Z Compiling cfg-if v1.0.4
15662026-03-26T04:09:47.536Z Compiling zmij v1.0.21
15672026-03-26T04:09:47.607Z Compiling autocfg v1.5.0
15682026-03-26T04:09:47.977Z Compiling memchr v2.8.0
15692026-03-26T04:09:47.980Z Compiling libm v0.2.16
15702026-03-26T04:09:48.308Z Compiling version_check v0.9.5
15712026-03-26T04:09:48.334Z Compiling itoa v1.0.18
15722026-03-26T04:09:48.474Z Compiling icu_properties_data v2.1.2
15732026-03-26T04:09:48.595Z Compiling icu_normalizer_data v2.1.1
15742026-03-26T04:09:48.732Z Compiling stable_deref_trait v1.2.1
15752026-03-26T04:09:48.758Z Compiling parking_lot_core v0.9.12
15762026-03-26T04:09:48.845Z Compiling syn v2.0.117
15772026-03-26T04:09:48.893Z Compiling serde_json v1.0.149
15782026-03-26T04:09:48.909Z Compiling thiserror v2.0.18
15792026-03-26T04:09:49.063Z Compiling num-traits v0.2.19
15802026-03-26T04:09:49.143Z Compiling writeable v0.6.2
15812026-03-26T04:09:49.162Z Compiling litemap v0.8.1
15822026-03-26T04:09:49.256Z Compiling jobserver v0.1.34
15832026-03-26T04:09:49.357Z Compiling shlex v1.3.0
15842026-03-26T04:09:49.373Z Compiling find-msvc-tools v0.1.9
15852026-03-26T04:09:49.501Z Compiling percent-encoding v2.3.2
15862026-03-26T04:09:49.619Z Compiling cc v1.2.57
15872026-03-26T04:09:49.636Z Compiling heck v0.5.0
15882026-03-26T04:09:49.831Z Compiling rand_core v0.10.0
15892026-03-26T04:09:49.848Z Compiling getrandom v0.4.2
15902026-03-26T04:09:49.862Z Compiling form_urlencoded v1.2.2
15912026-03-26T04:09:50.001Z Compiling errno v0.3.14
15922026-03-26T04:09:50.097Z Compiling utf8_iter v1.0.4
15932026-03-26T04:09:50.432Z Compiling zerocopy v0.8.47
15942026-03-26T04:09:50.471Z Compiling getrandom v0.2.17
15952026-03-26T04:09:50.694Z Compiling iana-time-zone v0.1.65
15962026-03-26T04:09:50.820Z Compiling rustversion v1.0.22
15972026-03-26T04:09:50.901Z Compiling pin-project-lite v0.2.17
15982026-03-26T04:09:50.943Z Compiling uuid v1.22.0
15992026-03-26T04:09:51.007Z Compiling semver v1.0.27
16002026-03-26T04:09:51.036Z Compiling scopeguard v1.2.0
16012026-03-26T04:09:51.149Z Compiling dyn-clone v1.0.20
16022026-03-26T04:09:51.165Z Compiling schemars v0.8.22
16032026-03-26T04:09:51.296Z Compiling lock_api v0.4.14
16042026-03-26T04:09:51.457Z Compiling socket2 v0.6.3
16052026-03-26T04:09:51.505Z Compiling signal-hook-registry v1.4.8
16062026-03-26T04:09:51.565Z Compiling mio v1.1.1
16072026-03-26T04:09:51.767Z Compiling synstructure v0.13.2
16082026-03-26T04:09:51.806Z Compiling serde_derive_internals v0.29.1
16092026-03-26T04:09:51.987Z Compiling log v0.4.29
16102026-03-26T04:09:52.016Z Compiling portable-atomic v1.13.1
16112026-03-26T04:09:52.266Z Compiling typenum v1.19.0
16122026-03-26T04:09:52.283Z Compiling subtle v2.6.1
16132026-03-26T04:09:52.298Z Compiling allocator-api2 v0.2.21
16142026-03-26T04:09:52.403Z Compiling foldhash v0.2.0
16152026-03-26T04:09:52.433Z Compiling equivalent v1.0.2
16162026-03-26T04:09:52.458Z Compiling bitflags v2.11.0
16172026-03-26T04:09:52.525Z Compiling futures-core v0.3.32
16182026-03-26T04:09:52.585Z Compiling hashbrown v0.16.1
16192026-03-26T04:09:52.609Z Compiling critical-section v1.2.0
16202026-03-26T04:09:52.626Z Compiling ring v0.17.14
16212026-03-26T04:09:52.716Z Compiling cmake v0.1.57
16222026-03-26T04:09:52.751Z Compiling dunce v1.0.5
16232026-03-26T04:09:52.853Z Compiling fs_extra v1.3.0
16242026-03-26T04:09:52.953Z Compiling serde_derive v1.0.228
16252026-03-26T04:09:53.049Z Compiling zerofrom-derive v0.1.6
16262026-03-26T04:09:53.122Z Compiling yoke-derive v0.8.1
16272026-03-26T04:09:53.150Z Compiling zerovec-derive v0.11.2
16282026-03-26T04:09:53.153Z Compiling displaydoc v0.2.5
16292026-03-26T04:09:53.153Z Compiling schemars_derive v0.8.22
16302026-03-26T04:09:53.247Z Compiling thiserror-impl v2.0.18
16312026-03-26T04:09:53.316Z Compiling tokio-macros v2.6.1
16322026-03-26T04:09:53.882Z Compiling zerocopy-derive v0.8.47
16332026-03-26T04:09:54.060Z Compiling zeroize_derive v1.4.3
16342026-03-26T04:09:54.103Z Compiling futures-macro v0.3.32
16352026-03-26T04:09:54.213Z Compiling zerofrom v0.1.6
16362026-03-26T04:09:54.229Z Compiling once_cell v1.21.4
16372026-03-26T04:09:54.344Z Compiling yoke v0.8.1
16382026-03-26T04:09:54.347Z Compiling aws-lc-sys v0.39.0
16392026-03-26T04:09:54.600Z Compiling zerovec v0.11.5
16402026-03-26T04:09:54.618Z Compiling zerotrie v0.2.3
16412026-03-26T04:09:54.621Z Compiling httparse v1.10.1
16422026-03-26T04:09:54.720Z Compiling zeroize v1.8.2
16432026-03-26T04:09:54.987Z Compiling futures-sink v0.3.32
16442026-03-26T04:09:55.003Z Compiling rand_core v0.6.4
16452026-03-26T04:09:55.065Z Compiling slab v0.4.12
16462026-03-26T04:09:55.104Z Compiling ucd-trie v0.1.7
16472026-03-26T04:09:55.190Z Compiling tinystr v0.8.2
16482026-03-26T04:09:55.245Z Compiling potential_utf v0.1.4
16492026-03-26T04:09:55.248Z Compiling thiserror v1.0.69
16502026-03-26T04:09:55.275Z Compiling rustix v1.1.4
16512026-03-26T04:09:55.333Z Compiling pest v2.8.6
16522026-03-26T04:09:55.404Z Compiling icu_locale_core v2.1.1
16532026-03-26T04:09:55.428Z Compiling icu_collections v2.1.1
16542026-03-26T04:09:55.571Z Compiling futures-channel v0.3.32
16552026-03-26T04:09:55.672Z Compiling thiserror-impl v1.0.69
16562026-03-26T04:09:55.821Z Compiling futures-io v0.3.32
16572026-03-26T04:09:56.018Z Compiling futures-task v0.3.32
16582026-03-26T04:09:56.128Z Compiling smallvec v1.15.1
16592026-03-26T04:09:56.154Z Compiling bytes v1.11.1
16602026-03-26T04:09:56.191Z Compiling icu_provider v2.1.1
16612026-03-26T04:09:56.215Z Compiling chrono v0.4.44
16622026-03-26T04:09:56.520Z Compiling icu_normalizer v2.1.1
16632026-03-26T04:09:56.594Z Compiling icu_properties v2.1.2
16642026-03-26T04:09:56.781Z Compiling parking_lot v0.12.5
16652026-03-26T04:09:56.805Z Compiling serde_tokenstream v0.2.3
16662026-03-26T04:09:57.047Z Compiling tokio v1.50.0
16672026-03-26T04:09:57.642Z Compiling idna_adapter v1.2.1
16682026-03-26T04:09:57.667Z Compiling pest_meta v2.8.6
16692026-03-26T04:09:57.691Z Compiling futures-util v0.3.32
16702026-03-26T04:09:57.792Z Compiling idna v1.1.0
16712026-03-26T04:09:57.841Z Compiling generic-array v0.14.7
16722026-03-26T04:09:58.080Z Compiling getrandom v0.3.4
16732026-03-26T04:09:58.147Z Compiling url v2.5.8
16742026-03-26T04:09:58.413Z Compiling pest_generator v2.8.6
16752026-03-26T04:09:59.034Z Compiling pest_derive v2.8.6
16762026-03-26T04:09:59.053Z Compiling indexmap v2.13.0
16772026-03-26T04:10:00.136Z Compiling tracing-core v0.1.36
16782026-03-26T04:10:00.175Z Compiling tracing-attributes v0.1.31
16792026-03-26T04:10:00.571Z Compiling fnv v1.0.7
16802026-03-26T04:10:00.699Z Compiling rustls-pki-types v1.14.0
16812026-03-26T04:10:01.159Z Compiling slog v2.8.2
16822026-03-26T04:10:01.387Z Compiling tracing v0.1.44
16832026-03-26T04:10:01.403Z Compiling paste v1.0.15
16842026-03-26T04:10:01.419Z Compiling base64 v0.22.1
16852026-03-26T04:10:01.524Z Compiling regex-syntax v0.8.10
16862026-03-26T04:10:01.689Z Compiling byteorder v1.5.0
16872026-03-26T04:10:01.918Z Compiling http v1.4.0
16882026-03-26T04:10:02.628Z Compiling erased-serde v0.3.31
16892026-03-26T04:10:02.679Z Compiling strsim v0.11.1
16902026-03-26T04:10:02.971Z Compiling omicron-workspace-hack v0.1.0
16912026-03-26T04:10:03.543Z Compiling crypto-common v0.1.7
16922026-03-26T04:10:03.679Z Compiling aho-corasick v1.1.4
16932026-03-26T04:10:03.699Z Compiling anyhow v1.0.102
16942026-03-26T04:10:03.962Z Compiling untrusted v0.9.0
16952026-03-26T04:10:04.019Z Compiling scroll_derive v0.13.1
16962026-03-26T04:10:04.072Z Compiling time-core v0.1.8
16972026-03-26T04:10:04.092Z Compiling ident_case v1.0.1
16982026-03-26T04:10:04.216Z Compiling num-conv v0.2.0
16992026-03-26T04:10:04.347Z Compiling time-macros v0.2.27
17002026-03-26T04:10:04.395Z Compiling ipnetwork v0.21.1
17012026-03-26T04:10:04.839Z Compiling regex-automata v0.4.14
17022026-03-26T04:10:04.921Z Compiling ipnet v2.12.0
17032026-03-26T04:10:05.057Z Compiling tokio-util v0.7.18
17042026-03-26T04:10:05.337Z Compiling http-body v1.0.1
17052026-03-26T04:10:05.508Z Compiling ppv-lite86 v0.2.21
17062026-03-26T04:10:06.035Z Compiling daft-derive v0.1.5
17072026-03-26T04:10:06.057Z Compiling async-trait v0.1.89
17082026-03-26T04:10:06.173Z Compiling atomic-waker v1.1.2
17092026-03-26T04:10:06.251Z Compiling camino v1.2.2
17102026-03-26T04:10:06.571Z Compiling regex v1.12.3
17112026-03-26T04:10:07.192Z Compiling crossbeam-utils v0.8.21
17122026-03-26T04:10:07.327Z Compiling try-lock v0.2.5
17132026-03-26T04:10:07.346Z Compiling ryu v1.0.23
17142026-03-26T04:10:07.446Z Compiling usdt-impl v0.6.0
17152026-03-26T04:10:07.483Z Compiling syn v1.0.109
17162026-03-26T04:10:07.524Z Compiling tower-layer v0.3.3
17172026-03-26T04:10:07.624Z Compiling tower-service v0.3.3
17182026-03-26T04:10:07.733Z Compiling want v0.3.1
17192026-03-26T04:10:07.830Z Compiling h2 v0.4.13
17202026-03-26T04:10:07.902Z Compiling scroll v0.13.0
17212026-03-26T04:10:07.952Z Compiling oxnet v0.1.4
17222026-03-26T04:10:08.544Z Compiling block-buffer v0.10.4
17232026-03-26T04:10:08.718Z Compiling httpdate v1.0.3
17242026-03-26T04:10:09.084Z Compiling plain v0.2.3
17252026-03-26T04:10:09.102Z Compiling pin-utils v0.1.0
17262026-03-26T04:10:09.179Z Compiling pretty-hex v0.4.2
17272026-03-26T04:10:09.198Z Compiling aws-lc-rs v1.16.2
17282026-03-26T04:10:09.322Z Compiling goblin v0.10.5
17292026-03-26T04:10:09.501Z Compiling digest v0.10.7
17302026-03-26T04:10:10.439Z Compiling hyper v1.8.1
17312026-03-26T04:10:10.836Z Compiling slog-async v2.8.0
17322026-03-26T04:10:11.145Z Compiling dtrace-parser v0.3.0
17332026-03-26T04:10:11.712Z Compiling hyper-util v0.1.20
17342026-03-26T04:10:12.177Z Compiling dof v0.4.0
17352026-03-26T04:10:12.834Z Compiling thread-id v5.1.0
17362026-03-26T04:10:12.925Z Compiling untrusted v0.7.1
17372026-03-26T04:10:13.524Z Compiling serde_urlencoded v0.7.1
17382026-03-26T04:10:13.710Z Compiling http-body-util v0.1.3
17392026-03-26T04:10:13.798Z Compiling rustls v0.22.4
17402026-03-26T04:10:13.863Z Compiling rustls v0.23.37
17412026-03-26T04:10:14.016Z Compiling rand_core v0.9.5
17422026-03-26T04:10:14.281Z Compiling usdt-macro v0.6.0
17432026-03-26T04:10:14.337Z Compiling usdt-attr-macro v0.6.0
17442026-03-26T04:10:14.427Z Compiling structmeta-derive v0.3.0
17452026-03-26T04:10:14.647Z Compiling multer v3.1.0
17462026-03-26T04:10:14.826Z Compiling powerfmt v0.2.0
17472026-03-26T04:10:14.884Z Compiling ref-cast v1.0.25
17482026-03-26T04:10:15.091Z Compiling deranged v0.5.8
17492026-03-26T04:10:15.197Z Compiling rand_chacha v0.9.0
17502026-03-26T04:10:15.213Z Compiling darling_core v0.23.0
17512026-03-26T04:10:15.495Z Compiling structmeta v0.3.0
17522026-03-26T04:10:15.754Z Compiling newtype-uuid-macros v0.1.0
17532026-03-26T04:10:15.772Z Compiling sync_wrapper v1.0.2
17542026-03-26T04:10:15.886Z Compiling cpufeatures v0.2.17
17552026-03-26T04:10:16.073Z Compiling num_threads v0.1.7
17562026-03-26T04:10:16.296Z Compiling tower v0.5.3
17572026-03-26T04:10:16.338Z Compiling time v0.3.47
17582026-03-26T04:10:16.499Z Compiling rand v0.9.2
17592026-03-26T04:10:16.520Z Compiling webpki-roots v1.0.6
17602026-03-26T04:10:16.644Z Compiling newtype-uuid v1.3.2
17612026-03-26T04:10:16.864Z Compiling ref-cast-impl v1.0.25
17622026-03-26T04:10:17.192Z Compiling async-stream-impl v0.3.6
17632026-03-26T04:10:17.294Z Compiling darling_macro v0.23.0
17642026-03-26T04:10:17.459Z Compiling strum_macros v0.26.4
17652026-03-26T04:10:17.858Z Compiling hex v0.4.3
17662026-03-26T04:10:18.023Z Compiling iri-string v0.7.11
17672026-03-26T04:10:18.145Z Compiling darling v0.23.0
17682026-03-26T04:10:18.234Z Compiling daft v0.1.5
17692026-03-26T04:10:19.053Z Compiling crossbeam-channel v0.5.15
17702026-03-26T04:10:19.229Z Compiling openapiv3 v2.2.0
17712026-03-26T04:10:19.764Z Compiling tower-http v0.6.8
17722026-03-26T04:10:20.649Z Compiling dropshot v0.16.7
17732026-03-26T04:10:20.683Z Compiling fastrand v2.3.0
17742026-03-26T04:10:20.882Z Compiling serde_with_macros v3.18.0
17752026-03-26T04:10:21.300Z Compiling futures-executor v0.3.32
17762026-03-26T04:10:21.318Z Compiling regress v0.10.5
17772026-03-26T04:10:21.371Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17782026-03-26T04:10:21.758Z Compiling thread_local v1.1.9
17792026-03-26T04:10:21.976Z Compiling futures v0.3.32
17802026-03-26T04:10:22.064Z Compiling derive-ex v0.1.8
17812026-03-26T04:10:22.143Z Compiling dropshot_endpoint v0.16.7
17822026-03-26T04:10:23.593Z Compiling strum_macros v0.27.2
17832026-03-26T04:10:23.730Z Compiling is-terminal v0.4.17
17842026-03-26T04:10:23.747Z Compiling take_mut v0.2.2
17852026-03-26T04:10:23.831Z Compiling term v1.2.1
17862026-03-26T04:10:23.864Z Compiling winnow v1.0.0
17872026-03-26T04:10:24.710Z Compiling slog-term v2.9.2
17882026-03-26T04:10:25.621Z Compiling test-strategy v0.4.5
17892026-03-26T04:10:25.933Z Compiling tempfile v3.27.0
17902026-03-26T04:10:26.910Z Compiling match_cfg v0.1.0
17912026-03-26T04:10:26.979Z Compiling hostname v0.3.1
17922026-03-26T04:10:27.289Z Compiling slog-json v2.6.1
17932026-03-26T04:10:27.418Z Compiling memmap2 v0.9.10
17942026-03-26T04:10:27.543Z Compiling openssl-probe v0.2.1
17952026-03-26T04:10:27.715Z Compiling rustls-native-certs v0.8.3
17962026-03-26T04:10:28.987Z Compiling usdt v0.6.0
17972026-03-26T04:10:29.008Z Compiling slog-bunyan v2.5.0
17982026-03-26T04:10:29.008Z Compiling toml_parser v1.1.0+spec-1.1.0
17992026-03-26T04:10:29.008Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-26T04:10:29.008Z Compiling rustls-webpki v0.102.8
18012026-03-26T04:10:29.008Z Compiling serde_spanned v1.1.0
18022026-03-26T04:10:29.453Z Compiling toml_writer v1.1.0+spec-1.1.0
18032026-03-26T04:10:29.586Z Compiling winnow v0.7.15
18042026-03-26T04:10:29.737Z Compiling debug-ignore v1.0.5
18052026-03-26T04:10:29.849Z Compiling either v1.15.0
18062026-03-26T04:10:30.248Z Compiling parse-display-derive v0.10.0
18072026-03-26T04:10:30.480Z Compiling rand_chacha v0.3.1
18082026-03-26T04:10:30.489Z Compiling encoding_rs v0.8.35
18092026-03-26T04:10:31.097Z Compiling mime v0.3.17
18102026-03-26T04:10:31.597Z Compiling spin v0.9.8
18112026-03-26T04:10:31.640Z Compiling rand v0.8.5
18122026-03-26T04:10:31.903Z Compiling strum v0.26.3
18132026-03-26T04:10:32.040Z Compiling async-stream v0.3.6
18142026-03-26T04:10:32.238Z Compiling tokio-rustls v0.25.0
18152026-03-26T04:10:32.404Z Compiling sha1 v0.10.6
18162026-03-26T04:10:32.493Z Compiling waitgroup v0.1.2
18172026-03-26T04:10:32.657Z Compiling rustls-pemfile v2.2.0
18182026-03-26T04:10:32.822Z Compiling macaddr v1.0.1
18192026-03-26T04:10:32.888Z Compiling toml_datetime v0.7.5+spec-1.1.0
18202026-03-26T04:10:32.948Z Compiling serde_path_to_error v0.1.20
18212026-03-26T04:10:32.993Z Compiling wait-timeout v0.2.1
18222026-03-26T04:10:33.102Z Compiling hostname v0.4.2
18232026-03-26T04:10:33.272Z Compiling quick-error v1.2.3
18242026-03-26T04:10:33.381Z Compiling bit-vec v0.8.0
18252026-03-26T04:10:33.451Z Compiling rusty-fork v0.3.1
18262026-03-26T04:10:33.467Z Compiling toml v0.9.12+spec-1.1.0
18272026-03-26T04:10:33.679Z Compiling bit-set v0.8.0
18282026-03-26T04:10:34.979Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18292026-03-26T04:10:34.982Z Compiling serde_with v3.18.0
18302026-03-26T04:10:34.982Z Compiling rand_xorshift v0.4.0
18312026-03-26T04:10:34.982Z Compiling unarray v0.1.4
18322026-03-26T04:10:34.982Z Compiling proptest v1.11.0
18332026-03-26T04:10:35.583Z Compiling strum v0.27.2
18342026-03-26T04:10:35.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18352026-03-26T04:10:35.875Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18362026-03-26T04:10:36.065Z Compiling instant v0.1.13
18372026-03-26T04:10:36.549Z Compiling unicode-width v0.2.2
18382026-03-26T04:10:36.566Z Compiling rustc-hash v2.1.1
18392026-03-26T04:10:36.867Z Compiling iddqd v0.3.17
18402026-03-26T04:10:37.037Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18412026-03-26T04:10:37.665Z Compiling itertools v0.14.0
18422026-03-26T04:10:40.103Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-26T04:10:40.273Z Compiling backon v1.6.0
18442026-03-26T04:10:40.548Z Compiling clap_derive v4.6.0
18452026-03-26T04:10:40.864Z Compiling utf8parse v0.2.2
18462026-03-26T04:10:41.104Z Compiling anstyle-parse v1.0.0
18472026-03-26T04:10:41.689Z Compiling backoff v0.4.0
18482026-03-26T04:10:41.966Z Compiling parse-display v0.10.0
18492026-03-26T04:10:42.016Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18502026-03-26T04:10:42.164Z Compiling terminal_size v0.4.4
18512026-03-26T04:10:42.318Z Compiling toml_datetime v0.6.11
18522026-03-26T04:10:42.498Z Compiling is_terminal_polyfill v1.70.2
18532026-03-26T04:10:42.598Z Compiling anstyle v1.0.14
18542026-03-26T04:10:42.804Z Compiling colorchoice v1.0.5
18552026-03-26T04:10:42.821Z Compiling anstyle-query v1.1.5
18562026-03-26T04:10:42.916Z Compiling anstream v1.0.0
18572026-03-26T04:10:43.617Z Compiling clap_lex v1.1.0
18582026-03-26T04:10:43.936Z Compiling clap_builder v4.6.0
18592026-03-26T04:10:45.156Z Compiling zerocopy-derive v0.7.35
18602026-03-26T04:10:45.809Z Compiling clap v4.6.0
18612026-03-26T04:10:46.368Z Compiling darling_core v0.21.3
18622026-03-26T04:10:47.806Z Compiling crossbeam-epoch v0.9.18
18632026-03-26T04:10:48.404Z Compiling darling_macro v0.21.3
18642026-03-26T04:10:48.945Z Compiling darling v0.21.3
18652026-03-26T04:10:49.777Z Compiling proc-macro-error-attr v1.0.4
18662026-03-26T04:10:50.002Z Compiling memoffset v0.9.1
18672026-03-26T04:10:50.020Z Compiling convert_case v0.4.0
18682026-03-26T04:10:50.186Z Compiling heapless v0.8.0
18692026-03-26T04:10:50.331Z Compiling toml_datetime v1.1.0+spec-1.1.0
18702026-03-26T04:10:50.544Z Compiling tinyvec_macros v0.1.1
18712026-03-26T04:10:50.596Z Compiling cfg_aliases v0.2.1
18722026-03-26T04:10:50.619Z Compiling tinyvec v1.11.0
18732026-03-26T04:10:50.670Z Compiling nix v0.31.2
18742026-03-26T04:10:50.847Z Compiling toml_edit v0.25.8+spec-1.1.0
18752026-03-26T04:10:50.876Z Compiling derive_more v0.99.20
18762026-03-26T04:10:51.505Z Compiling ingot-macros v0.1.1
18772026-03-26T04:10:51.708Z Compiling zerocopy v0.7.35
18782026-03-26T04:10:51.969Z Compiling typify-impl v0.6.1
18792026-03-26T04:10:52.715Z Compiling hash32 v0.3.1
18802026-03-26T04:10:52.877Z Compiling secrecy v0.10.3
18812026-03-26T04:10:53.032Z Compiling scroll_derive v0.12.1
18822026-03-26T04:10:53.052Z Compiling proc-macro-error v1.0.4
18832026-03-26T04:10:53.277Z Compiling usdt-impl v0.5.0
18842026-03-26T04:10:53.319Z Compiling crucible-workspace-hack v0.1.0
18852026-03-26T04:10:53.527Z Compiling winnow v0.5.40
18862026-03-26T04:10:53.678Z Compiling smoltcp v0.11.0
18872026-03-26T04:10:53.713Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18882026-03-26T04:10:53.980Z Compiling scroll v0.12.0
18892026-03-26T04:10:54.085Z Compiling ingot-types v0.1.2
18902026-03-26T04:10:54.779Z Compiling toml_edit v0.19.15
18912026-03-26T04:10:54.906Z Compiling dof v0.3.0
18922026-03-26T04:10:54.941Z Compiling proc-macro-crate v3.5.0
18932026-03-26T04:10:55.264Z Compiling typify-macro v0.6.1
18942026-03-26T04:10:55.624Z Compiling dtrace-parser v0.2.0
18952026-03-26T04:10:55.695Z Compiling cobs v0.3.0
18962026-03-26T04:10:56.299Z Compiling thread-id v4.2.2
18972026-03-26T04:10:56.326Z Compiling unsafe-libyaml v0.2.11
18982026-03-26T04:10:56.326Z Compiling bitflags v1.3.2
18992026-03-26T04:10:56.326Z Compiling managed v0.8.0
19002026-03-26T04:10:56.326Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
19012026-03-26T04:10:56.588Z Compiling serde_yaml v0.9.34+deprecated
19022026-03-26T04:10:56.713Z Compiling proc-macro-crate v1.3.1
19032026-03-26T04:10:56.729Z Compiling postcard v1.1.3
19042026-03-26T04:10:57.378Z Compiling num_enum_derive v0.7.6
19052026-03-26T04:10:57.617Z Compiling ingot v0.1.1
19062026-03-26T04:10:57.823Z Compiling goblin v0.8.2
19072026-03-26T04:10:59.563Z Compiling tabwriter v1.4.1
19082026-03-26T04:10:59.749Z Compiling hubpack_derive v0.1.1
19092026-03-26T04:10:59.780Z Compiling foreign-types-macros v0.2.3
19102026-03-26T04:10:59.813Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19112026-03-26T04:10:59.921Z Compiling rustc_version v0.4.1
19122026-03-26T04:11:00.204Z Compiling num-integer v0.1.46
19132026-03-26T04:11:00.404Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19142026-03-26T04:11:00.848Z Compiling cpufeatures v0.3.0
19152026-03-26T04:11:00.884Z Compiling prettyplease v0.2.37
19162026-03-26T04:11:00.924Z Compiling rayon-core v1.13.0
19172026-03-26T04:11:01.035Z Compiling foreign-types-shared v0.3.1
19182026-03-26T04:11:01.146Z Compiling heck v0.4.1
19192026-03-26T04:11:01.215Z Compiling foreign-types v0.5.0
19202026-03-26T04:11:01.675Z Compiling chacha20 v0.10.0
19212026-03-26T04:11:01.997Z Compiling hubpack v0.1.2
19222026-03-26T04:11:02.117Z Compiling curve25519-dalek v4.1.3
19232026-03-26T04:11:02.238Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19242026-03-26T04:11:02.803Z Compiling num_enum v0.7.6
19252026-03-26T04:11:02.931Z Compiling num_enum_derive v0.5.11
19262026-03-26T04:11:03.680Z Compiling reqwest v0.12.28
19272026-03-26T04:11:03.901Z Compiling crossbeam-deque v0.8.6
19282026-03-26T04:11:04.315Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19292026-03-26T04:11:04.403Z Compiling hmac v0.12.1
19302026-03-26T04:11:04.575Z Compiling inout v0.1.4
19312026-03-26T04:11:04.740Z Compiling serde_spanned v0.6.9
19322026-03-26T04:11:04.819Z Compiling ff v0.13.1
19332026-03-26T04:11:04.903Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19342026-03-26T04:11:05.214Z Compiling cstr-argument v0.1.2
19352026-03-26T04:11:05.397Z Compiling rustix v0.38.44
19362026-03-26T04:11:05.469Z Compiling colored v3.1.1
19372026-03-26T04:11:05.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
19382026-03-26T04:11:05.693Z Compiling static_assertions v1.1.0
19392026-03-26T04:11:05.728Z Compiling toml_write v0.1.2
19402026-03-26T04:11:05.892Z Compiling toml_edit v0.22.27
19412026-03-26T04:11:06.814Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19422026-03-26T04:11:07.064Z Compiling group v0.13.0
19432026-03-26T04:11:07.182Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19442026-03-26T04:11:07.207Z Compiling cipher v0.4.4
19452026-03-26T04:11:07.321Z Compiling progenitor-client v0.10.0
19462026-03-26T04:11:07.446Z Compiling hkdf v0.12.4
19472026-03-26T04:11:07.803Z Compiling num_enum v0.5.11
19482026-03-26T04:11:07.922Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
19492026-03-26T04:11:08.099Z Compiling rand v0.10.0
19502026-03-26T04:11:08.150Z Compiling num-rational v0.4.2
19512026-03-26T04:11:08.855Z Compiling num-iter v0.1.45
19522026-03-26T04:11:08.979Z Compiling usdt-attr-macro v0.5.0
19532026-03-26T04:11:09.035Z Compiling usdt-macro v0.5.0
19542026-03-26T04:11:09.071Z Compiling typify v0.6.1
19552026-03-26T04:11:09.717Z Compiling camino-tempfile v1.4.1
19562026-03-26T04:11:10.111Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19572026-03-26T04:11:10.235Z Compiling thiserror-impl-no-std v2.0.2
19582026-03-26T04:11:10.333Z Compiling universal-hash v0.5.1
19592026-03-26T04:11:10.477Z Compiling crypto-bigint v0.5.5
19602026-03-26T04:11:11.042Z Compiling half v2.7.1
19612026-03-26T04:11:11.331Z Compiling enum-as-inner v0.6.1
19622026-03-26T04:11:11.384Z Compiling rustls-webpki v0.103.10
19632026-03-26T04:11:11.512Z Compiling curve25519-dalek-derive v0.1.1
19642026-03-26T04:11:11.877Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19652026-03-26T04:11:12.172Z Compiling num-complex v0.4.6
19662026-03-26T04:11:12.390Z Compiling bstr v1.12.1
19672026-03-26T04:11:12.626Z Compiling memmap v0.7.0
19682026-03-26T04:11:13.047Z Compiling data-encoding v2.10.0
19692026-03-26T04:11:13.075Z Compiling base64ct v1.8.3
19702026-03-26T04:11:13.152Z Compiling ciborium-io v0.2.2
19712026-03-26T04:11:13.374Z Compiling opaque-debug v0.3.1
19722026-03-26T04:11:13.414Z Compiling base16ct v0.2.0
19732026-03-26T04:11:13.454Z Compiling poly1305 v0.8.0
19742026-03-26T04:11:13.622Z Compiling elliptic-curve v0.13.8
19752026-03-26T04:11:13.929Z Compiling password-hash v0.5.0
19762026-03-26T04:11:14.043Z Compiling ciborium-ll v0.2.2
19772026-03-26T04:11:14.072Z Compiling usdt v0.5.0
19782026-03-26T04:11:14.106Z Compiling num v0.4.3
19792026-03-26T04:11:14.486Z Compiling thiserror-no-std v2.0.2
19802026-03-26T04:11:14.592Z Compiling progenitor-impl v0.13.0
19812026-03-26T04:11:14.888Z Compiling rayon v1.11.0
19822026-03-26T04:11:15.674Z Compiling tokio-rustls v0.26.4
19832026-03-26T04:11:15.972Z Compiling hyper-rustls v0.27.7
19842026-03-26T04:11:16.530Z Compiling rustls-platform-verifier v0.6.2
19852026-03-26T04:11:16.850Z Compiling reqwest v0.13.2
19862026-03-26T04:11:16.965Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19872026-03-26T04:11:17.116Z Compiling chacha20 v0.9.1
19882026-03-26T04:11:17.363Z Compiling toml v0.8.23
19892026-03-26T04:11:17.482Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
19902026-03-26T04:11:18.163Z Compiling progenitor-client v0.13.0
19912026-03-26T04:11:18.631Z Compiling progenitor-extras v0.1.1
19922026-03-26T04:11:19.117Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19932026-03-26T04:11:20.629Z Compiling zone_cfg_derive v0.3.1
19942026-03-26T04:11:20.833Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19952026-03-26T04:11:21.299Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
19962026-03-26T04:11:22.607Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19972026-03-26T04:11:22.610Z Compiling itertools v0.12.1
19982026-03-26T04:11:22.828Z Compiling byte-wrapper v0.1.0
19992026-03-26T04:11:23.721Z Compiling blake2 v0.10.6
20002026-03-26T04:11:24.423Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20012026-03-26T04:11:25.429Z Compiling aead v0.5.2
20022026-03-26T04:11:26.008Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20032026-03-26T04:11:27.084Z Compiling num-derive v0.4.2
20042026-03-26T04:11:27.167Z Compiling sigpipe v0.1.3
20052026-03-26T04:11:27.270Z Compiling keccak v0.1.6
20062026-03-26T04:11:28.013Z Compiling jiff v0.2.23
20072026-03-26T04:11:28.079Z Compiling pkg-config v0.3.32
20082026-03-26T04:11:28.526Z Compiling float-ord v0.3.2
20092026-03-26T04:11:28.652Z Compiling vcpkg v0.2.15
20102026-03-26T04:11:29.227Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20112026-03-26T04:11:29.459Z Compiling bytecount v0.6.9
20122026-03-26T04:11:29.883Z Compiling glob v0.3.3
20132026-03-26T04:11:31.343Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20142026-03-26T04:11:31.617Z Compiling openssl-sys v0.9.112
20152026-03-26T04:11:32.168Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20162026-03-26T04:11:32.580Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20172026-03-26T04:11:33.098Z Compiling sha3 v0.10.8
20182026-03-26T04:11:33.266Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20192026-03-26T04:11:33.323Z Compiling chacha20poly1305 v0.10.1
20202026-03-26T04:11:33.390Z Compiling argon2 v0.5.3
20212026-03-26T04:11:33.480Z Compiling zone v0.3.1
20222026-03-26T04:11:33.497Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20232026-03-26T04:11:34.399Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20242026-03-26T04:11:34.669Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20252026-03-26T04:11:35.178Z Compiling progenitor-macro v0.13.0
20262026-03-26T04:11:35.270Z Compiling vsss-rs v3.3.4
20272026-03-26T04:11:37.438Z Compiling ciborium v0.2.2
20282026-03-26T04:11:38.229Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20292026-03-26T04:11:38.253Z Compiling smf v0.2.3
20302026-03-26T04:11:38.280Z Compiling resolv-conf v0.7.6
20312026-03-26T04:11:38.473Z Compiling semver v0.1.20
20322026-03-26T04:11:38.692Z Compiling linked-hash-map v0.5.6
20332026-03-26T04:11:38.731Z Compiling indent_write v2.2.0
20342026-03-26T04:11:38.868Z Compiling whoami v1.6.1
20352026-03-26T04:11:38.886Z Compiling lru-cache v0.1.2
20362026-03-26T04:11:38.908Z Compiling rustc_version v0.1.7
20372026-03-26T04:11:39.314Z Compiling progenitor v0.13.0
20382026-03-26T04:11:39.359Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20392026-03-26T04:11:39.480Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20402026-03-26T04:11:39.618Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20412026-03-26T04:11:40.402Z Compiling hickory-proto v0.24.4
20422026-03-26T04:11:40.627Z Compiling serde-big-array v0.5.1
20432026-03-26T04:11:40.645Z Compiling serde_repr v0.1.20
20442026-03-26T04:11:40.791Z Compiling derive-where v1.6.1
20452026-03-26T04:11:40.999Z Compiling pin-project-internal v1.1.11
20462026-03-26T04:11:41.225Z Compiling minimal-lexical v0.2.1
20472026-03-26T04:11:41.299Z Compiling lazy_static v1.5.0
20482026-03-26T04:11:41.416Z Compiling unicode-segmentation v1.13.1
20492026-03-26T04:11:41.475Z Compiling siphasher v1.0.2
20502026-03-26T04:11:41.688Z Compiling swrite v0.1.0
20512026-03-26T04:11:41.803Z Compiling newline-converter v0.3.0
20522026-03-26T04:11:42.134Z Compiling phf_shared v0.12.1
20532026-03-26T04:11:42.138Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20542026-03-26T04:11:42.138Z Compiling nom v7.1.3
20552026-03-26T04:11:42.138Z Compiling pin-project v1.1.11
20562026-03-26T04:11:42.173Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
20572026-03-26T04:11:43.343Z Compiling hickory-resolver v0.24.4
20582026-03-26T04:11:45.911Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20592026-03-26T04:11:47.072Z Compiling newtype_derive v0.1.6
20602026-03-26T04:11:47.315Z Compiling atomicwrites v0.4.4
20612026-03-26T04:11:47.605Z Compiling similar v2.7.0
20622026-03-26T04:11:47.893Z Compiling unicode-normalization v0.1.25
20632026-03-26T04:11:48.482Z Compiling console v0.15.11
20642026-03-26T04:11:48.651Z Compiling tokio-stream v0.1.18
20652026-03-26T04:11:49.205Z Compiling snafu-derive v0.8.9
20662026-03-26T04:11:49.750Z Compiling async-recursion v1.1.1
20672026-03-26T04:11:50.308Z Compiling slog-dtrace v0.3.0
20682026-03-26T04:11:50.442Z Compiling csv-core v0.1.13
20692026-03-26T04:11:50.547Z Compiling chrono-tz v0.10.4
20702026-03-26T04:11:50.773Z Compiling same-file v1.0.6
20712026-03-26T04:11:50.823Z Compiling openssl v0.10.76
20722026-03-26T04:11:50.846Z Compiling foreign-types-shared v0.1.1
20732026-03-26T04:11:50.911Z Compiling owo-colors v4.3.0
20742026-03-26T04:11:50.946Z Compiling cancel-safe-futures v0.1.5
20752026-03-26T04:11:50.963Z Compiling unicode-xid v0.2.6
20762026-03-26T04:11:50.963Z Compiling unicode-width v0.1.14
20772026-03-26T04:11:51.090Z Compiling highway v1.3.0
20782026-03-26T04:11:51.105Z Compiling foldhash v0.1.5
20792026-03-26T04:11:51.149Z Compiling const_format_proc_macros v0.2.34
20802026-03-26T04:11:51.215Z Compiling foreign-types v0.3.2
20812026-03-26T04:11:51.290Z Compiling hashbrown v0.15.5
20822026-03-26T04:11:51.307Z Compiling snafu v0.8.9
20832026-03-26T04:11:51.309Z Compiling walkdir v2.5.0
20842026-03-26T04:11:51.336Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20852026-03-26T04:11:51.472Z Compiling csv v1.4.0
20862026-03-26T04:11:51.827Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20872026-03-26T04:11:51.877Z Compiling qorb v0.4.1
20882026-03-26T04:11:51.927Z Compiling expectorate v1.2.0
20892026-03-26T04:11:51.943Z Compiling olpc-cjson v0.1.4
20902026-03-26T04:11:52.070Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20912026-03-26T04:11:52.137Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20922026-03-26T04:11:52.153Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20932026-03-26T04:11:52.643Z Compiling phf v0.12.1
20942026-03-26T04:11:53.370Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20952026-03-26T04:11:55.546Z Compiling tokio-dtrace v0.1.1
20962026-03-26T04:11:55.876Z Compiling globset v0.4.18
20972026-03-26T04:11:56.065Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20982026-03-26T04:11:56.658Z Compiling num-derive v0.3.3
20992026-03-26T04:11:57.126Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21002026-03-26T04:11:57.575Z Compiling pem v3.0.6
21012026-03-26T04:11:57.693Z Compiling libsw-core v0.3.2
21022026-03-26T04:11:57.732Z Compiling serde_plain v1.0.2
21032026-03-26T04:11:57.892Z Compiling openssl-macros v0.1.1
21042026-03-26T04:11:58.047Z Compiling cookie v0.18.1
21052026-03-26T04:11:58.272Z Compiling fixedbitset v0.5.7
21062026-03-26T04:11:58.306Z Compiling fixedbitset v0.4.2
21072026-03-26T04:11:58.356Z Compiling typed-path v0.9.3
21082026-03-26T04:11:58.534Z Compiling petgraph v0.8.3
21092026-03-26T04:11:58.671Z Compiling petgraph v0.6.5
21102026-03-26T04:12:00.138Z Compiling tough v0.20.0
21112026-03-26T04:12:00.337Z Compiling libsw v3.5.0
21122026-03-26T04:12:00.520Z Compiling libscf-sys v1.1.0
21132026-03-26T04:12:00.536Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21142026-03-26T04:12:00.672Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21152026-03-26T04:12:00.930Z Compiling oxide-tokio-rt v0.1.3
21162026-03-26T04:12:00.951Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21172026-03-26T04:12:01.202Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21182026-03-26T04:12:01.531Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21192026-03-26T04:12:03.958Z Compiling const_format v0.2.35
21202026-03-26T04:12:04.422Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21212026-03-26T04:12:06.469Z Compiling papergrid v0.11.0
21222026-03-26T04:12:06.608Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21232026-03-26T04:12:06.783Z Compiling gethostname v0.5.0
21242026-03-26T04:12:06.923Z Compiling tabled_derive v0.7.0
21252026-03-26T04:12:07.476Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21262026-03-26T04:12:07.689Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21272026-03-26T04:12:07.848Z Compiling bcs v0.1.6
21282026-03-26T04:12:08.247Z Compiling smawk v0.3.2
21292026-03-26T04:12:08.416Z Compiling tagptr v0.2.0
21302026-03-26T04:12:08.588Z Compiling termtree v0.5.1
21312026-03-26T04:12:08.766Z Compiling unicode-linebreak v0.1.5
21322026-03-26T04:12:09.048Z Compiling linear-map v1.2.0
21332026-03-26T04:12:09.278Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21342026-03-26T04:12:10.006Z Compiling textwrap v0.16.2
21352026-03-26T04:12:10.931Z Compiling moka v0.12.15
21362026-03-26T04:12:11.562Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21372026-03-26T04:12:11.590Z Compiling tabled v0.15.0
21382026-03-26T04:12:11.687Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21392026-03-26T04:12:12.117Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21402026-03-26T04:12:12.332Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21412026-03-26T04:12:12.349Z Compiling steno v0.4.1
21422026-03-26T04:12:13.016Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21432026-03-26T04:12:14.524Z Compiling hickory-proto v0.25.2
21442026-03-26T04:12:15.097Z Compiling typify-impl v0.4.3
21452026-03-26T04:12:17.960Z Compiling humantime v2.3.0
21462026-03-26T04:12:18.403Z Compiling crc32fast v1.5.0
21472026-03-26T04:12:18.427Z Compiling typify-macro v0.4.3
21482026-03-26T04:12:18.764Z Compiling hickory-resolver v0.25.2
21492026-03-26T04:12:19.557Z Compiling adler2 v2.0.1
21502026-03-26T04:12:19.741Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21512026-03-26T04:12:19.951Z Compiling simd-adler32 v0.3.8
21522026-03-26T04:12:20.408Z Compiling miniz_oxide v0.8.9
21532026-03-26T04:12:20.667Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
21542026-03-26T04:12:20.833Z Compiling proc-macro-error-attr2 v2.0.0
21552026-03-26T04:12:21.263Z Compiling proc-macro-error2 v2.0.1
21562026-03-26T04:12:21.325Z Compiling flate2 v1.1.9
21572026-03-26T04:12:21.553Z Compiling typify v0.4.3
21582026-03-26T04:12:21.808Z Compiling parking_lot_core v0.8.6
21592026-03-26T04:12:21.867Z Compiling compression-core v0.4.31
21602026-03-26T04:12:22.053Z Compiling compression-codecs v0.4.37
21612026-03-26T04:12:22.118Z Compiling progenitor-impl v0.11.2
21622026-03-26T04:12:22.407Z Compiling tabled_derive v0.11.0
21632026-03-26T04:12:22.690Z Compiling papergrid v0.17.0
21642026-03-26T04:12:23.487Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21652026-03-26T04:12:24.308Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21662026-03-26T04:12:25.145Z Compiling testing_table v0.3.0
21672026-03-26T04:12:25.691Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21682026-03-26T04:12:25.936Z Compiling dropshot v0.17.0
21692026-03-26T04:12:26.048Z Compiling toml v1.1.0+spec-1.1.0
21702026-03-26T04:12:26.238Z Compiling tabled v0.20.0
21712026-03-26T04:12:26.968Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21722026-03-26T04:12:29.909Z Compiling progenitor-macro v0.11.2
21732026-03-26T04:12:30.169Z Compiling async-compression v0.4.41
21742026-03-26T04:12:31.036Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21752026-03-26T04:12:31.153Z Compiling progenitor-client v0.11.2
21762026-03-26T04:12:31.649Z Compiling dropshot_endpoint v0.17.0
21772026-03-26T04:12:31.696Z Compiling arc-swap v1.9.0
21782026-03-26T04:12:32.039Z Compiling slog-scope v4.4.1
21792026-03-26T04:12:32.457Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21802026-03-26T04:12:33.279Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21812026-03-26T04:12:34.018Z Compiling progenitor v0.11.2
21822026-03-26T04:12:34.174Z Compiling parking_lot v0.11.2
21832026-03-26T04:12:37.507Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21842026-03-26T04:12:38.179Z Compiling dropshot-api-manager-types v0.5.2
21852026-03-26T04:12:38.764Z Compiling fxhash v0.2.1
21862026-03-26T04:12:38.916Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21872026-03-26T04:12:40.250Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
21882026-03-26T04:12:41.113Z Compiling crc8 v0.1.1
21892026-03-26T04:12:41.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21902026-03-26T04:12:41.927Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21912026-03-26T04:12:42.788Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
21922026-03-26T04:12:43.161Z Compiling sled v0.34.7
21932026-03-26T04:12:44.097Z Compiling slog-stdlog v4.1.1
21942026-03-26T04:12:44.526Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
21952026-03-26T04:12:44.809Z Compiling slog-envlogger v2.2.0
21962026-03-26T04:12:45.446Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21972026-03-26T04:12:50.070Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
21982026-03-26T04:12:56.935Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
21992026-03-26T04:13:02.672Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22002026-03-26T04:13:06.081Z Finished `release` profile [optimized] target(s) in 3m 44s
22012026-03-26T04:13:06.390Z+ banner quartet
22022026-03-26T04:13:06.393Z
22032026-03-26T04:13:06.394Z #### # # ## ##### ##### ###### #####
22042026-03-26T04:13:06.394Z # # # # # # # # # # #
22052026-03-26T04:13:06.394Z # # # # # # # # # ##### #
22062026-03-26T04:13:06.394Z # # # # # ###### ##### # # #
22072026-03-26T04:13:06.394Z # # # # # # # # # # #
22082026-03-26T04:13:06.394Z ### # #### # # # # # ###### #
22092026-03-26T04:13:06.394Z
22102026-03-26T04:13:06.394Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22112026-03-26T04:13:06.740Z Compiling cfg-if v1.0.4
22122026-03-26T04:13:06.740Z Compiling serde_core v1.0.228
22132026-03-26T04:13:06.740Z Compiling libc v0.2.183
22142026-03-26T04:13:06.744Z Compiling itoa v1.0.18
22152026-03-26T04:13:06.812Z Compiling num-traits v0.2.19
22162026-03-26T04:13:06.819Z Compiling serde v1.0.228
22172026-03-26T04:13:06.825Z Compiling foldhash v0.2.0
22182026-03-26T04:13:06.857Z Compiling memchr v2.8.0
22192026-03-26T04:13:06.959Z Compiling hashbrown v0.16.1
22202026-03-26T04:13:07.023Z Compiling smallvec v1.15.1
22212026-03-26T04:13:07.027Z Compiling zerofrom v0.1.6
22222026-03-26T04:13:07.143Z Compiling pin-project-lite v0.2.17
22232026-03-26T04:13:07.150Z Compiling schemars v0.8.22
22242026-03-26T04:13:07.180Z Compiling stable_deref_trait v1.2.1
22252026-03-26T04:13:07.252Z Compiling yoke v0.8.1
22262026-03-26T04:13:07.259Z Compiling bytes v1.11.1
22272026-03-26T04:13:07.438Z Compiling zerovec v0.11.5
22282026-03-26T04:13:07.513Z Compiling socket2 v0.6.3
22292026-03-26T04:13:07.726Z Compiling scopeguard v1.2.0
22302026-03-26T04:13:07.761Z Compiling futures-core v0.3.32
22312026-03-26T04:13:07.823Z Compiling lock_api v0.4.14
22322026-03-26T04:13:07.916Z Compiling zmij v1.0.21
22332026-03-26T04:13:07.971Z Compiling parking_lot_core v0.9.12
22342026-03-26T04:13:08.006Z Compiling errno v0.3.14
22352026-03-26T04:13:08.134Z Compiling serde_json v1.0.149
22362026-03-26T04:13:08.161Z Compiling rand_core v0.10.0
22372026-03-26T04:13:08.170Z Compiling once_cell v1.21.4
22382026-03-26T04:13:08.236Z Compiling parking_lot v0.12.5
22392026-03-26T04:13:08.298Z Compiling signal-hook-registry v1.4.8
22402026-03-26T04:13:08.319Z Compiling mio v1.1.1
22412026-03-26T04:13:08.399Z Compiling iana-time-zone v0.1.65
22422026-03-26T04:13:08.531Z Compiling zeroize v1.8.2
22432026-03-26T04:13:08.716Z Compiling tokio v1.50.0
22442026-03-26T04:13:08.797Z Compiling indexmap v2.13.0
22452026-03-26T04:13:09.137Z Compiling chrono v0.4.44
22462026-03-26T04:13:09.274Z Compiling aws-lc-rs v1.16.2
22472026-03-26T04:13:09.286Z Compiling getrandom v0.4.2
22482026-03-26T04:13:09.403Z Compiling tinystr v0.8.2
22492026-03-26T04:13:09.419Z Compiling http v1.4.0
22502026-03-26T04:13:09.480Z Compiling writeable v0.6.2
22512026-03-26T04:13:09.502Z Compiling litemap v0.8.1
22522026-03-26T04:13:09.699Z Compiling icu_locale_core v2.1.1
22532026-03-26T04:13:09.723Z Compiling rustls-pki-types v1.14.0
22542026-03-26T04:13:10.027Z Compiling aws-lc-sys v0.39.0
22552026-03-26T04:13:10.418Z Compiling potential_utf v0.1.4
22562026-03-26T04:13:10.575Z Compiling zerotrie v0.2.3
22572026-03-26T04:13:10.605Z Compiling uuid v1.22.0
22582026-03-26T04:13:10.613Z Compiling log v0.4.29
22592026-03-26T04:13:10.850Z Compiling icu_provider v2.1.1
22602026-03-26T04:13:10.993Z Compiling icu_collections v2.1.1
22612026-03-26T04:13:11.254Z Compiling http-body v1.0.1
22622026-03-26T04:13:11.565Z Compiling semver v1.0.27
22632026-03-26T04:13:11.723Z Compiling tracing-core v0.1.36
22642026-03-26T04:13:11.855Z Compiling regress v0.10.5
22652026-03-26T04:13:12.000Z Compiling equivalent v1.0.2
22662026-03-26T04:13:12.090Z Compiling dyn-clone v1.0.20
22672026-03-26T04:13:12.137Z Compiling slab v0.4.12
22682026-03-26T04:13:12.174Z Compiling futures-task v0.3.32
22692026-03-26T04:13:12.232Z Compiling percent-encoding v2.3.2
22702026-03-26T04:13:12.325Z Compiling untrusted v0.9.0
22712026-03-26T04:13:12.334Z Compiling allocator-api2 v0.2.21
22722026-03-26T04:13:12.452Z Compiling rustls-webpki v0.103.10
22732026-03-26T04:13:12.498Z Compiling futures-util v0.3.32
22742026-03-26T04:13:12.802Z Compiling tracing v0.1.44
22752026-03-26T04:13:13.146Z Compiling rustls v0.23.37
22762026-03-26T04:13:13.159Z Compiling thiserror v2.0.18
22772026-03-26T04:13:13.270Z Compiling icu_properties_data v2.1.2
22782026-03-26T04:13:13.395Z Compiling typify-impl v0.6.1
22792026-03-26T04:13:13.407Z Compiling icu_normalizer_data v2.1.1
22802026-03-26T04:13:13.485Z Compiling serde_tokenstream v0.2.3
22812026-03-26T04:13:13.773Z Compiling slog v2.8.2
22822026-03-26T04:13:13.812Z Compiling tower-service v0.3.3
22832026-03-26T04:13:13.909Z Compiling subtle v2.6.1
22842026-03-26T04:13:13.989Z Compiling try-lock v0.2.5
22852026-03-26T04:13:13.999Z Compiling unicode-ident v1.0.24
22862026-03-26T04:13:14.106Z Compiling proc-macro2 v1.0.106
22872026-03-26T04:13:14.114Z Compiling want v0.3.1
22882026-03-26T04:13:14.154Z Compiling icu_normalizer v2.1.1
22892026-03-26T04:13:14.291Z Compiling icu_properties v2.1.2
22902026-03-26T04:13:15.049Z Compiling httparse v1.10.1
22912026-03-26T04:13:15.350Z Compiling erased-serde v0.3.31
22922026-03-26T04:13:15.532Z Compiling futures-channel v0.3.32
22932026-03-26T04:13:15.782Z Compiling pin-utils v0.1.0
22942026-03-26T04:13:15.841Z Compiling atomic-waker v1.1.2
22952026-03-26T04:13:15.855Z Compiling toml_edit v0.25.8+spec-1.1.0
22962026-03-26T04:13:15.935Z Compiling hyper v1.8.1
22972026-03-26T04:13:15.974Z Compiling quote v1.0.45
22982026-03-26T04:13:16.715Z Compiling idna_adapter v1.2.1
22992026-03-26T04:13:16.740Z Compiling form_urlencoded v1.2.2
23002026-03-26T04:13:16.770Z Compiling typify-macro v0.6.1
23012026-03-26T04:13:16.783Z Compiling sync_wrapper v1.0.2
23022026-03-26T04:13:16.872Z Compiling aho-corasick v1.1.4
23032026-03-26T04:13:17.032Z Compiling openssl-probe v0.2.1
23042026-03-26T04:13:17.290Z Compiling ipnet v2.12.0
23052026-03-26T04:13:17.532Z Compiling regex-syntax v0.8.10
23062026-03-26T04:13:18.215Z Compiling utf8_iter v1.0.4
23072026-03-26T04:13:18.263Z Compiling base64 v0.22.1
23082026-03-26T04:13:18.381Z Compiling tower-layer v0.3.3
23092026-03-26T04:13:18.477Z Compiling idna v1.1.0
23102026-03-26T04:13:18.587Z Compiling tower v0.5.3
23112026-03-26T04:13:18.746Z Compiling hyper-util v0.1.20
23122026-03-26T04:13:18.963Z Compiling regex-automata v0.4.14
23132026-03-26T04:13:20.625Z Compiling tokio-rustls v0.26.4
23142026-03-26T04:13:20.917Z Compiling rustls-native-certs v0.8.3
23152026-03-26T04:13:21.330Z Compiling proc-macro-crate v3.5.0
23162026-03-26T04:13:21.466Z Compiling syn v2.0.117
23172026-03-26T04:13:21.777Z Compiling futures-sink v0.3.32
23182026-03-26T04:13:21.889Z Compiling bitflags v2.11.0
23192026-03-26T04:13:22.234Z Compiling ryu v1.0.23
23202026-03-26T04:13:22.312Z Compiling heck v0.5.0
23212026-03-26T04:13:22.397Z Compiling iri-string v0.7.11
23222026-03-26T04:13:23.875Z Compiling tower-http v0.6.8
23232026-03-26T04:13:24.762Z Compiling crossbeam-utils v0.8.21
23242026-03-26T04:13:24.775Z Compiling serde_urlencoded v0.7.1
23252026-03-26T04:13:24.856Z Compiling tokio-util v0.7.18
23262026-03-26T04:13:25.045Z Compiling num_enum_derive v0.7.6
23272026-03-26T04:13:25.054Z Compiling regex v1.12.3
23282026-03-26T04:13:25.687Z Compiling rustls-platform-verifier v0.6.2
23292026-03-26T04:13:26.045Z Compiling hyper-rustls v0.27.7
23302026-03-26T04:13:26.414Z Compiling url v2.5.8
23312026-03-26T04:13:26.483Z Compiling typify v0.6.1
23322026-03-26T04:13:26.574Z Compiling http-body-util v0.1.3
23332026-03-26T04:13:26.732Z Compiling openapiv3 v2.2.0
23342026-03-26T04:13:26.844Z Compiling cpufeatures v0.3.0
23352026-03-26T04:13:26.922Z Compiling powerfmt v0.2.0
23362026-03-26T04:13:27.182Z Compiling foreign-types-shared v0.3.1
23372026-03-26T04:13:27.280Z Compiling time-macros v0.2.27
23382026-03-26T04:13:28.260Z Compiling progenitor-impl v0.13.0
23392026-03-26T04:13:28.282Z Compiling foreign-types v0.5.0
23402026-03-26T04:13:28.362Z Compiling serde_yaml v0.9.34+deprecated
23412026-03-26T04:13:28.889Z Compiling deranged v0.5.8
23422026-03-26T04:13:29.643Z Compiling reqwest v0.13.2
23432026-03-26T04:13:29.846Z Compiling chacha20 v0.10.0
23442026-03-26T04:13:29.987Z Compiling num_enum v0.7.6
23452026-03-26T04:13:30.142Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
23462026-03-26T04:13:30.262Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23472026-03-26T04:13:30.315Z Compiling oxnet v0.1.4
23482026-03-26T04:13:30.375Z Compiling arc-swap v1.9.0
23492026-03-26T04:13:30.384Z Compiling cstr-argument v0.1.2
23502026-03-26T04:13:30.551Z Compiling thread_local v1.1.9
23512026-03-26T04:13:30.715Z Compiling num-conv v0.2.0
23522026-03-26T04:13:30.843Z Compiling time-core v0.1.8
23532026-03-26T04:13:30.907Z Compiling either v1.15.0
23542026-03-26T04:13:30.950Z Compiling pretty-hex v0.4.2
23552026-03-26T04:13:30.994Z Compiling lazy_static v1.5.0
23562026-03-26T04:13:31.087Z Compiling itertools v0.12.1
23572026-03-26T04:13:31.097Z Compiling slog-scope v4.4.1
23582026-03-26T04:13:31.122Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
23592026-03-26T04:13:31.345Z Compiling time v0.3.47
23602026-03-26T04:13:31.535Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23612026-03-26T04:13:32.206Z Compiling progenitor-client v0.13.0
23622026-03-26T04:13:32.378Z Compiling thiserror v1.0.69
23632026-03-26T04:13:32.488Z Compiling crossbeam-channel v0.5.15
23642026-03-26T04:13:32.515Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-03-26T04:13:32.709Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662026-03-26T04:13:32.845Z Compiling progenitor-macro v0.13.0
23672026-03-26T04:13:33.143Z Compiling rand v0.10.0
23682026-03-26T04:13:33.184Z Compiling anyhow v1.0.102
23692026-03-26T04:13:33.887Z Compiling is-terminal v0.4.17
23702026-03-26T04:13:33.915Z Compiling colored v3.1.1
23712026-03-26T04:13:33.985Z Compiling winnow v1.0.0
23722026-03-26T04:13:34.583Z Compiling take_mut v0.2.2
23732026-03-26T04:13:34.703Z Compiling term v1.2.1
23742026-03-26T04:13:34.758Z Compiling slog-async v2.8.0
23752026-03-26T04:13:35.434Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
23762026-03-26T04:13:36.113Z Compiling slog-term v2.9.2
23772026-03-26T04:13:36.588Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23782026-03-26T04:13:36.983Z Compiling progenitor v0.13.0
23792026-03-26T04:13:37.118Z Compiling slog-stdlog v4.1.1
23802026-03-26T04:13:37.379Z Compiling slog-envlogger v2.2.0
23812026-03-26T04:13:37.512Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23822026-03-26T04:13:38.236Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
23832026-03-26T04:13:43.750Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
23842026-03-26T04:13:47.236Z Finished `release` profile [optimized] target(s) in 40.82s
23852026-03-26T04:13:47.307Z Running unittests src/lib.rs (target/release/deps/mg_tests-911bab5a6dae9575)
23862026-03-26T04:13:47.310Z
23872026-03-26T04:13:47.310Zrunning 1 test
23882026-03-26T04:13:47.465Zconfigure zone
23892026-03-26T04:13:47.481Zinstall zone
23902026-03-26T04:13:57.272Zboot zone
23912026-03-26T04:13:57.360Zstart zone s1
23922026-03-26T04:13:57.363Zconfigure zone
23932026-03-26T04:13:57.368Zinstall zone
23942026-03-26T04:13:59.171Zboot zone
23952026-03-26T04:13:59.273Zstart zone s2
23962026-03-26T04:13:59.273Zconfigure zone
23972026-03-26T04:13:59.286Zinstall zone
23982026-03-26T04:14:01.690Zboot zone
23992026-03-26T04:14:01.785Zstart zone s3
24002026-03-26T04:14:01.785Zconfigure zone
24012026-03-26T04:14:01.794Zinstall zone
24022026-03-26T04:14:04.625Zboot zone
24032026-03-26T04:14:04.737Zstart zone t1
24042026-03-26T04:14:04.740Zconfigure zone
24052026-03-26T04:14:04.745Zinstall zone
24062026-03-26T04:14:07.401Zboot zone
24072026-03-26T04:14:07.513Zwaiting for zones to come up
24082026-03-26T04:14:17.515Z[sidecar.quartet] svcs milestone/network
24092026-03-26T04:14:17.543ZSTATE STIME FMRI
24102026-03-26T04:14:17.543Zonline 4:13:56 svc:/milestone/network:default
24112026-03-26T04:14:17.543Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
24122026-03-26T04:14:17.570Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
24132026-03-26T04:14:17.596Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
24142026-03-26T04:14:17.617Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
24152026-03-26T04:14:17.620Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
24162026-03-26T04:14:17.632Z
24172026-03-26T04:14:17.632Zrunning zone s1.quartet setup
24182026-03-26T04:14:17.632Z[s1.quartet] svcs milestone/network
24192026-03-26T04:14:17.649ZSTATE STIME FMRI
24202026-03-26T04:14:17.649Zonline 4:13:58 svc:/milestone/network:default
24212026-03-26T04:14:17.649Z[s1.quartet] dladm
24222026-03-26T04:14:17.662ZLINK CLASS MTU STATE BRIDGE OVER
24232026-03-26T04:14:17.662Zsl0 simnet 9000 up -- ?
24242026-03-26T04:14:17.662Zmgs1 vnic 9000 up -- ?
24252026-03-26T04:14:17.665Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
24262026-03-26T04:14:18.081Z
24272026-03-26T04:14:18.081Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
24282026-03-26T04:14:18.097Z
24292026-03-26T04:14:18.097Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
24302026-03-26T04:14:18.108Z
24312026-03-26T04:14:18.108Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
24322026-03-26T04:14:18.205Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
24332026-03-26T04:14:18.282Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ff4f999d-c9f4-4170-86c3-8a475946f74b --sled-uuid 957dace6-290a-480c-9879-34246848c37d -a sl0/v6 &> /opt/ddmd.log &
24342026-03-26T04:14:18.297Z
24352026-03-26T04:14:18.297Zrunning zone s2.quartet setup
24362026-03-26T04:14:18.297Z[s2.quartet] svcs milestone/network
24372026-03-26T04:14:18.313ZSTATE STIME FMRI
24382026-03-26T04:14:18.314Zonline 4:14:00 svc:/milestone/network:default
24392026-03-26T04:14:18.314Z[s2.quartet] dladm
24402026-03-26T04:14:18.327ZLINK CLASS MTU STATE BRIDGE OVER
24412026-03-26T04:14:18.327Zsl1 simnet 9000 up -- ?
24422026-03-26T04:14:18.327Zmgs2 vnic 9000 up -- ?
24432026-03-26T04:14:18.327Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
24442026-03-26T04:14:18.980Z
24452026-03-26T04:14:18.981Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
24462026-03-26T04:14:18.997Z
24472026-03-26T04:14:18.997Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
24482026-03-26T04:14:19.010Z
24492026-03-26T04:14:19.010Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
24502026-03-26T04:14:19.048Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
24512026-03-26T04:14:19.078Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid de7e1710-2543-4476-8cf7-66e73506ff2b --sled-uuid 8eeb7cd4-af15-45f3-b10d-6e6620b87162 -a sl1/v6 &> /opt/ddmd.log &
24522026-03-26T04:14:19.090Z
24532026-03-26T04:14:19.090Zrunning zone s3.quartet setup
24542026-03-26T04:14:19.091Z[s3.quartet] svcs milestone/network
24552026-03-26T04:14:19.105ZSTATE STIME FMRI
24562026-03-26T04:14:19.105Zonline 4:14:04 svc:/milestone/network:default
24572026-03-26T04:14:19.105Z[s3.quartet] dladm
24582026-03-26T04:14:19.119ZLINK CLASS MTU STATE BRIDGE OVER
24592026-03-26T04:14:19.119Zsl2 simnet 9000 up -- ?
24602026-03-26T04:14:19.119Zmgs3 vnic 9000 up -- ?
24612026-03-26T04:14:19.119Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
24622026-03-26T04:14:19.704Z
24632026-03-26T04:14:19.704Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
24642026-03-26T04:14:19.721Z
24652026-03-26T04:14:19.721Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
24662026-03-26T04:14:19.732Z
24672026-03-26T04:14:19.732Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
24682026-03-26T04:14:19.769Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
24692026-03-26T04:14:19.809Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ef9843a6-a7ee-4d9a-8893-2babeb8d9af3 --sled-uuid b9c744f4-752c-43dc-ba7a-fe1a55bec2b2 -a sl2/v6 &> /opt/ddmd.log &
24702026-03-26T04:14:19.823Z
24712026-03-26T04:14:19.823Zrunning zone t1.quartet setup
24722026-03-26T04:14:19.823Z[t1.quartet] svcs milestone/network
24732026-03-26T04:14:19.838ZSTATE STIME FMRI
24742026-03-26T04:14:19.838Zonline 4:14:06 svc:/milestone/network:default
24752026-03-26T04:14:19.838Z[t1.quartet] dladm
24762026-03-26T04:14:19.851ZLINK CLASS MTU STATE BRIDGE OVER
24772026-03-26T04:14:19.851Ztfportrear0_0 simnet 9000 up -- ?
24782026-03-26T04:14:19.851Ztfportrear1_0 simnet 9000 up -- ?
24792026-03-26T04:14:19.851Ztfportrear2_0 simnet 9000 up -- ?
24802026-03-26T04:14:19.851Zmgt1 vnic 9000 up -- ?
24812026-03-26T04:14:19.851Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
24822026-03-26T04:14:20.384Z
24832026-03-26T04:14:20.384Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
24842026-03-26T04:14:20.399Z
24852026-03-26T04:14:20.399Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
24862026-03-26T04:14:20.413Z
24872026-03-26T04:14:20.413Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
24882026-03-26T04:14:20.425Z
24892026-03-26T04:14:20.425Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
24902026-03-26T04:14:20.437Z
24912026-03-26T04:14:20.437Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
24922026-03-26T04:14:20.753Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
24932026-03-26T04:14:20.756Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
24942026-03-26T04:14:20.759Zwaiting 3s for copy of files to zone to complete ...
24952026-03-26T04:14:23.757Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
24962026-03-26T04:14:23.889Z
24972026-03-26T04:14:23.889Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
24982026-03-26T04:14:23.995Z
24992026-03-26T04:14:23.995Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
25002026-03-26T04:14:24.035Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
25012026-03-26T04:14:24.066Z[t1.quartet] svcadm disable dendrite
25022026-03-26T04:14:24.090Z
25032026-03-26T04:14:24.090Z[t1.quartet] svcadm disable tfport
25042026-03-26T04:14:24.113Z
25052026-03-26T04:14:24.113Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
25062026-03-26T04:14:24.138Z
25072026-03-26T04:14:24.139Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
25082026-03-26T04:14:24.163Z
25092026-03-26T04:14:24.163Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
25102026-03-26T04:14:24.188Z
25112026-03-26T04:14:24.188Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
25122026-03-26T04:14:24.212Z
25132026-03-26T04:14:24.213Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
25142026-03-26T04:14:24.236Z
25152026-03-26T04:14:24.236Z[t1.quartet] svcadm refresh dendrite:default
25162026-03-26T04:14:24.257Z
25172026-03-26T04:14:24.257Z[t1.quartet] svcadm enable dendrite:default
25182026-03-26T04:14:24.279Z
25192026-03-26T04:14:24.279Zwait 10s for dendrite to come up ...
25202026-03-26T04:14:34.281Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
25212026-03-26T04:14:34.312Z
25222026-03-26T04:14:34.312Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
25232026-03-26T04:14:34.336Z
25242026-03-26T04:14:34.336Z[t1.quartet] svcadm refresh tfport:default
25252026-03-26T04:14:34.357Z
25262026-03-26T04:14:34.357Z[t1.quartet] svcadm enable tfport
25272026-03-26T04:14:34.378Z
25282026-03-26T04:14:34.378Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 734c5709-102f-48ba-bfb0-54299d0b148b --sled-uuid 271f40b9-e320-4906-bed1-bc645cffc875 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
25292026-03-26T04:14:34.389Z
25302026-03-26T04:14:34.389Z[t1.quartet] ipadm
25312026-03-26T04:14:34.404ZADDROBJ TYPE STATE ADDR
25322026-03-26T04:14:34.404Zlo0/v4 static ok 127.0.0.1/8
25332026-03-26T04:14:34.404Zmgt1/v4 static ok 10.0.0.4/24
25342026-03-26T04:14:34.404Zlo0/v6 static ok ::1/128
25352026-03-26T04:14:34.404Zlo0/u6 static ok fd00:4::1/64
25362026-03-26T04:14:34.404Ztfportrear0_0/v6 addrconf ok fe80::349e:a6ff:fe9c:1752%tfportrear0_0/10
25372026-03-26T04:14:34.404Ztfportrear1_0/v6 addrconf ok fe80::f01e:acff:fe13:664%tfportrear1_0/10
25382026-03-26T04:14:34.404Ztfportrear2_0/v6 addrconf ok fe80::a81d:7ff:febb:df7b%tfportrear2_0/10
25392026-03-26T04:14:36.530Zinitial peering test passed
25402026-03-26T04:14:37.534Z[s3.quartet] ping fd00:1::1
25412026-03-26T04:14:37.552Zfd00:1::1 is alive
25422026-03-26T04:14:47.324Ztest ddm::test_quartet has been running for over 60 seconds
25432026-03-26T04:14:48.557Z[s3.quartet] ping fd00:1::1
25442026-03-26T04:14:48.573Zfd00:1::1 is alive
25452026-03-26T04:14:48.576Z[t1.quartet] pkill ddmd
25462026-03-26T04:14:48.585Z
25472026-03-26T04:14:48.585Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
25482026-03-26T04:14:48.588Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
25492026-03-26T04:14:50.472Z[s3.quartet] pkill ddmd
25502026-03-26T04:14:50.486Z
25512026-03-26T04:14:50.486Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
25522026-03-26T04:14:52.301Z[s2.quartet] pkill ddmd
25532026-03-26T04:14:52.315Z
25542026-03-26T04:14:52.316Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
25552026-03-26T04:14:54.062Z[s1.quartet] pkill ddmd
25562026-03-26T04:14:54.076Z
25572026-03-26T04:14:54.076Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
25582026-03-26T04:14:55.945Z[sidecar.quartet] pkill softnpu
25592026-03-26T04:14:55.959Z
25602026-03-26T04:14:55.959Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
25612026-03-26T04:14:58.719Ztest ddm::test_quartet ... ok
25622026-03-26T04:14:58.719Z
25632026-03-26T04:14:58.722Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.39s
25642026-03-26T04:14:58.722Z
25652026-03-26T04:14:58.757Z+ cleanup
25662026-03-26T04:14:58.760Z++ id -un
25672026-03-26T04:14:58.763Z++ id -gn
25682026-03-26T04:14:58.767Z+ pfexec chown -R build:build .
25692026-03-26T04:14:58.936Zprocess exited: duration 510173 ms, exit code 0
 
25702026-03-26T04:14:58.950Zfound 6 output files
25712026-03-26T04:14:58.950Zuploading: /work/s1.quartet.log (4112 bytes)
25722026-03-26T04:14:59.963Zuploaded: /work/s1.quartet.log
25732026-03-26T04:14:59.963Zuploading: /work/s2.quartet.log (4104 bytes)
25742026-03-26T04:15:00.977Zuploaded: /work/s2.quartet.log
25752026-03-26T04:15:00.977Zuploading: /work/s3.quartet.log (4218 bytes)
25762026-03-26T04:15:01.988Zuploaded: /work/s3.quartet.log
25772026-03-26T04:15:01.988Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
25782026-03-26T04:15:02.999Zuploaded: /work/sidecar.quartet-softnpu.log
25792026-03-26T04:15:02.999Zuploading: /work/t1.quartet-dpd.log (201402 bytes)
25802026-03-26T04:15:04.018Zuploaded: /work/t1.quartet-dpd.log
25812026-03-26T04:15:04.018Zuploading: /work/t1.quartet.log (17194 bytes)
25822026-03-26T04:15:05.030Zuploaded: /work/t1.quartet.log