01JDKRM5J8KQZM57ZFNXBD24CK: test-ddm-trio

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

Buildomat Job: 01JDKRMT2WMFVN10C8V0K11D26

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T08:16:53.410Zjob assigned to worker 01JDKRN00R0K5JHD3F4J177SMT [factory aws, i-09ee10b8882315ec2] (queued for 1 m 9 s)
 
22024-11-26T08:17:00.906Zstarting task 0: "setup"
32024-11-26T08:17:00.918Z++ uname -s
42024-11-26T08:17:00.921Z+ kern=SunOS
52024-11-26T08:17:00.921Z+ case "$kern" in
62024-11-26T08:17:00.921Z+ groupadd -g 12345 build
72024-11-26T08:17:00.923Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T08:17:02.931Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T08:17:02.982Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T08:17:02.984Z+ home_fs=zfs
112024-11-26T08:17:02.984Z+ [[ zfs == autofs ]]
122024-11-26T08:17:02.984Z+ mkdir -p /home/build
132024-11-26T08:17:02.987Z+ chown build:build /home/build /work
142024-11-26T08:17:04.989Z+ chmod 0700 /home/build /work
152024-11-26T08:17:04.992Zprocess exited: duration 4082 ms, exit code 0
 
162024-11-26T08:17:04.997Zstarting task 1: "rust-toolchain"
172024-11-26T08:17:05.002Z+ printf ' * toolchain channel = "%s"
182024-11-26T08:17:05.002Z' stable
192024-11-26T08:17:05.002Z * toolchain channel = "stable"
202024-11-26T08:17:05.002Z * toolchain profile = "default"
212024-11-26T08:17:05.002Z+ printf ' * toolchain profile = "%s"
222024-11-26T08:17:05.002Z' default
232024-11-26T08:17:05.005Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T08:17:05.005Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-26T08:17:05.118Zinfo: downloading installer
262024-11-26T08:17:06.632Zinfo: profile set to 'default'
272024-11-26T08:17:06.632Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T08:17:06.635Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-26T08:17:06.766Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-26T08:17:06.766Zinfo: downloading component 'cargo'
312024-11-26T08:17:07.471Zinfo: downloading component 'clippy'
322024-11-26T08:17:07.739Zinfo: downloading component 'rust-docs'
332024-11-26T08:17:08.734Zinfo: downloading component 'rust-std'
342024-11-26T08:17:10.311Zinfo: downloading component 'rustc'
352024-11-26T08:17:16.035Zinfo: downloading component 'rustfmt'
362024-11-26T08:17:16.232Zinfo: installing component 'cargo'
372024-11-26T08:17:17.014Zinfo: installing component 'clippy'
382024-11-26T08:17:17.379Zinfo: installing component 'rust-docs'
392024-11-26T08:17:19.061Zinfo: installing component 'rust-std'
402024-11-26T08:17:20.813Zinfo: installing component 'rustc'
412024-11-26T08:17:26.732Zinfo: installing component 'rustfmt'
422024-11-26T08:17:27.085Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-26T08:17:27.085Z
442024-11-26T08:17:27.470Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-26T08:17:27.470Z
462024-11-26T08:17:27.473Z
472024-11-26T08:17:27.473ZRust is installed now. Great!
482024-11-26T08:17:27.473Z
492024-11-26T08:17:27.473ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T08:17:27.473Zenvironment variable. This has not been done automatically.
512024-11-26T08:17:27.473Z
522024-11-26T08:17:27.473ZTo configure your current shell, you need to source
532024-11-26T08:17:27.473Zthe corresponding env file under $HOME/.cargo.
542024-11-26T08:17:27.473Z
552024-11-26T08:17:27.473ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T08:17:27.473Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T08:17:27.473Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T08:17:27.550Z+ rustc --version
592024-11-26T08:17:27.618Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-26T08:17:27.621Zprocess exited: duration 22604 ms, exit code 0
 
612024-11-26T08:17:27.626Zstarting task 2: "authentication"
622024-11-26T08:17:27.647Zprocess exited: duration 20 ms, exit code 0
 
632024-11-26T08:17:27.651Zstarting task 3: "clone repository"
642024-11-26T08:17:27.656Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-26T08:17:27.659Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-26T08:17:27.698ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-26T08:17:28.263Z+ cd /work/oxidecomputer/maghemite
682024-11-26T08:17:28.263Z+ git fetch origin 38057ed7ebd8f56861699cff9e87eba1b3970cc0
692024-11-26T08:17:28.503ZFrom https://github.com/oxidecomputer/maghemite
702024-11-26T08:17:28.503Z * branch 38057ed7ebd8f56861699cff9e87eba1b3970cc0 -> FETCH_HEAD
712024-11-26T08:17:28.512Z+ [[ -n renovate/thiserror-2.x ]]
722024-11-26T08:17:28.514Z++ git branch --show-current
732024-11-26T08:17:28.516Z+ current=main
742024-11-26T08:17:28.516Z+ [[ main != renovate/thiserror-2.x ]]
752024-11-26T08:17:28.516Z+ git branch -f renovate/thiserror-2.x 38057ed7ebd8f56861699cff9e87eba1b3970cc0
762024-11-26T08:17:28.519Z+ git checkout -f renovate/thiserror-2.x
772024-11-26T08:17:28.533ZSwitched to branch 'renovate/thiserror-2.x'
782024-11-26T08:17:28.535Z+ git reset --hard 38057ed7ebd8f56861699cff9e87eba1b3970cc0
792024-11-26T08:17:28.548ZHEAD is now at 38057ed Update Rust crate thiserror to v2
802024-11-26T08:17:28.550Zprocess exited: duration 896 ms, exit code 0
 
812024-11-26T08:17:28.557Zstarting task 4: "build"
822024-11-26T08:17:28.561Z++ cargo --version
832024-11-26T08:17:28.566Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-26T08:17:28.724Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-26T08:17:28.724Zinfo: downloading component 'cargo'
862024-11-26T08:17:29.574Zinfo: downloading component 'clippy'
872024-11-26T08:17:29.883Zinfo: downloading component 'rust-docs'
882024-11-26T08:17:31.053Zinfo: downloading component 'rust-std'
892024-11-26T08:17:32.842Zinfo: downloading component 'rustc'
902024-11-26T08:17:39.272Zinfo: downloading component 'rustfmt'
912024-11-26T08:17:39.514Zinfo: installing component 'cargo'
922024-11-26T08:17:40.305Zinfo: installing component 'clippy'
932024-11-26T08:17:40.663Zinfo: installing component 'rust-docs'
942024-11-26T08:17:42.281Zinfo: installing component 'rust-std'
952024-11-26T08:17:43.949Zinfo: installing component 'rustc'
962024-11-26T08:17:49.594Zinfo: installing component 'rustfmt'
972024-11-26T08:17:49.987Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-26T08:17:49.992Z++ rustc --version
992024-11-26T08:17:50.059Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-26T08:17:50.067Z++ dladm
1012024-11-26T08:17:50.067ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-26T08:17:50.067Zena0 phys 9216 up -- --
1032024-11-26T08:17:50.068Z++ ipadm
1042024-11-26T08:17:50.074ZADDROBJ TYPE STATE ADDR
1052024-11-26T08:17:50.074Zlo0/v4 static ok 127.0.0.1/8
1062024-11-26T08:17:50.074Zena0/dhcp dhcp ok 10.150.1.44/24
1072024-11-26T08:17:50.074Zlo0/v6 static ok ::1/128
1082024-11-26T08:17:50.075Z++ banner collect
1092024-11-26T08:17:50.075Z
1102024-11-26T08:17:50.075Z #### #### # # ###### #### #####
1112024-11-26T08:17:50.075Z # # # # # # # # # #
1122024-11-26T08:17:50.075Z # # # # # ##### # #
1132024-11-26T08:17:50.075Z # # # # # # # #
1142024-11-26T08:17:50.075Z # # # # # # # # # #
1152024-11-26T08:17:50.075Z #### #### ###### ###### ###### #### #
1162024-11-26T08:17:50.075Z
1172024-11-26T08:17:50.076Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-26T08:17:50.076Z++ repo=softnpu
1192024-11-26T08:17:50.076Z++ series=image
1202024-11-26T08:17:50.076Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-26T08:17:50.076Z++ name=softnpu
1222024-11-26T08:17:50.077Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-26T08:17:50.077Z++ mkdir -p download
1242024-11-26T08:17:50.077Z++ pushd download
1252024-11-26T08:17:50.077Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-26T08:17:50.077Z++ [[ ! -f softnpu ]]
1272024-11-26T08:17:50.077Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-26T08:17:50.081Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-26T08:17:50.081Z Dload Upload Total Spent Left Speed
1302024-11-26T08:17:50.650Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 38.1M 0 --:--:-- --:--:-- --:--:-- 38.1M
1312024-11-26T08:17:50.653Z++ popd
1322024-11-26T08:17:50.653Z/work/oxidecomputer/maghemite
1332024-11-26T08:17:50.655Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-26T08:17:50.655Z++ repo=sidecar-lite
1352024-11-26T08:17:50.656Z++ series=release
1362024-11-26T08:17:50.656Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-26T08:17:50.656Z++ name=libsidecar_lite.so
1382024-11-26T08:17:50.656Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-26T08:17:50.656Z++ mkdir -p download
1402024-11-26T08:17:50.656Z++ pushd download
1412024-11-26T08:17:50.656Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-26T08:17:50.656Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-26T08:17:50.656Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-26T08:17:50.662Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-26T08:17:50.662Z Dload Upload Total Spent Left Speed
1462024-11-26T08:17:51.135Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 20.3M 35 7331k 0 0 28.7M 0 --:--:-- --:--:-- --:--:-- 28.7M 100 20.3M 100 20.3M 0 0 43.0M 0 --:--:-- --:--:-- --:--:-- 42.9M
1472024-11-26T08:17:51.140Z++ popd
1482024-11-26T08:17:51.142Z/work/oxidecomputer/maghemite
1492024-11-26T08:17:51.142Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-26T08:17:51.142Z++ repo=sidecar-lite
1512024-11-26T08:17:51.143Z++ series=release
1522024-11-26T08:17:51.143Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-26T08:17:51.143Z++ name=scadm
1542024-11-26T08:17:51.143Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-26T08:17:51.143Z++ mkdir -p download
1562024-11-26T08:17:51.145Z++ pushd download
1572024-11-26T08:17:51.145Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-26T08:17:51.145Z++ [[ ! -f scadm ]]
1592024-11-26T08:17:51.145Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-26T08:17:51.154Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-26T08:17:51.154Z Dload Upload Total Spent Left Speed
1622024-11-26T08:17:51.565Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 55.4M 0 --:--:-- --:--:-- --:--:-- 55.6M
1632024-11-26T08:17:51.569Z++ popd
1642024-11-26T08:17:51.571Z/work/oxidecomputer/maghemite
1652024-11-26T08:17:51.571Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-26T08:17:51.571Z++ repo=dendrite
1672024-11-26T08:17:51.571Z++ series=image
1682024-11-26T08:17:51.571Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-26T08:17:51.571Z++ name=dendrite-softnpu.tar.gz
1702024-11-26T08:17:51.571Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-26T08:17:51.571Z++ mkdir -p download
1722024-11-26T08:17:51.574Z++ pushd download
1732024-11-26T08:17:51.574Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-26T08:17:51.574Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-26T08:17:51.574Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-26T08:17:51.580Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-26T08:17:51.583Z Dload Upload Total Spent Left Speed
1782024-11-26T08:17:52.205Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 50 37.5M 50 18.9M 0 0 57.1M 0 --:--:-- --:--:-- --:--:-- 57.0M 100 37.5M 100 37.5M 0 0 60.0M 0 --:--:-- --:--:-- --:--:-- 60.0M
1792024-11-26T08:17:52.211Z++ popd
1802024-11-26T08:17:52.214Z/work/oxidecomputer/maghemite
1812024-11-26T08:17:52.214Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-26T08:17:52.214Z++ repo=maghemite
1832024-11-26T08:17:52.214Z++ series=release
1842024-11-26T08:17:52.214Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-26T08:17:52.214Z++ name=ddmd
1862024-11-26T08:17:52.214Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-26T08:17:52.214Z++ mkdir -p download
1882024-11-26T08:17:52.214Z++ pushd download
1892024-11-26T08:17:52.214Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-26T08:17:52.214Z++ [[ ! -f ddmd ]]
1912024-11-26T08:17:52.214Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-26T08:17:52.220Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-26T08:17:52.222Z Dload Upload Total Spent Left Speed
1942024-11-26T08:17:52.807Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 70.0M 0 --:--:-- --:--:-- --:--:-- 70.1M
1952024-11-26T08:17:52.810Z++ popd
1962024-11-26T08:17:52.810Z/work/oxidecomputer/maghemite
1972024-11-26T08:17:52.810Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-26T08:17:52.810Z++ repo=maghemite
1992024-11-26T08:17:52.810Z++ series=release
2002024-11-26T08:17:52.810Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-26T08:17:52.810Z++ name=ddmadm
2022024-11-26T08:17:52.810Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-26T08:17:52.810Z++ mkdir -p download
2042024-11-26T08:17:52.814Z++ pushd download
2052024-11-26T08:17:52.814Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-26T08:17:52.814Z++ [[ ! -f ddmadm ]]
2072024-11-26T08:17:52.814Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-26T08:17:52.821Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-26T08:17:52.821Z Dload Upload Total Spent Left Speed
2102024-11-26T08:17:53.156Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 53.6M 0 --:--:-- --:--:-- --:--:-- 53.6M
2112024-11-26T08:17:53.159Z++ popd
2122024-11-26T08:17:53.161Z/work/oxidecomputer/maghemite
2132024-11-26T08:17:53.161Z++ pushd download
2142024-11-26T08:17:53.161Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-26T08:17:53.161Z++ chmod +x softnpu
2162024-11-26T08:17:53.161Z++ chmod +x scadm
2172024-11-26T08:17:53.164Z++ chmod +x ddmadm
2182024-11-26T08:17:53.166Z++ chmod +x ddmd
2192024-11-26T08:17:53.169Z++ mv ddmadm ddmadm-v2
2202024-11-26T08:17:53.171Z++ mv ddmd ddmd-v2
2212024-11-26T08:17:53.171Z++ rm -rf zones/dendrite
2222024-11-26T08:17:53.174Z++ mkdir -p zones/dendrite
2232024-11-26T08:17:53.176Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-26T08:17:53.931Z++ popd
2252024-11-26T08:17:53.931Z/work/oxidecomputer/maghemite
2262024-11-26T08:17:53.931Z++ banner install
2272024-11-26T08:17:53.934Z
2282024-11-26T08:17:53.934Z # # # #### ##### ## # #
2292024-11-26T08:17:53.934Z # ## # # # # # # #
2302024-11-26T08:17:53.934Z # # # # #### # # # # #
2312024-11-26T08:17:53.934Z # # # # # # ###### # #
2322024-11-26T08:17:53.934Z # # ## # # # # # # #
2332024-11-26T08:17:53.934Z # # # #### # # # ###### ######
2342024-11-26T08:17:53.934Z
2352024-11-26T08:17:53.934Z++ pkg info brand/sparse
2362024-11-26T08:17:53.934Z++ grep -qi installed
2372024-11-26T08:17:55.439Zpkg: info: no packages matching the following patterns you specified are
2382024-11-26T08:17:55.439Zinstalled on the system. Try querying remotely instead:
2392024-11-26T08:17:55.439Z
2402024-11-26T08:17:55.439Z brand/sparse
2412024-11-26T08:17:55.487Z++ [[ 1 != 0 ]]
2422024-11-26T08:17:55.487Z++ set -o errexit
2432024-11-26T08:17:55.487Z++ pfexec pkg install brand/sparse
2442024-11-26T08:18:02.098Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-26T08:18:05.746Z Startup: Caching catalogs ... Done
2462024-11-26T08:18:14.511ZPlanning: Solver setup ... Done
2472024-11-26T08:18:14.621ZPlanning: Running solver ... Done
2482024-11-26T08:18:14.718ZPlanning: Finding local manifests ... Done
2492024-11-26T08:18:14.729ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-26T08:18:14.835ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-26T08:18:14.903ZPlanning: Package planning ... Done
2522024-11-26T08:18:14.909ZPlanning: Merging actions ... Done
2532024-11-26T08:18:15.097ZPlanning: Checking for conflicting actions ... Done
2542024-11-26T08:18:17.000ZPlanning: Consolidating action changes ... Done
2552024-11-26T08:18:17.400ZPlanning: Evaluating mediators ... Done
2562024-11-26T08:18:17.469ZPlanning: Planning completed in 11.63 seconds
2572024-11-26T08:18:17.486Z Packages to install: 1
2582024-11-26T08:18:17.489Z Packages to update: 2
2592024-11-26T08:18:17.489Z Create boot environment: No
2602024-11-26T08:18:17.489ZCreate backup boot environment: Yes
2612024-11-26T08:18:17.555Z
2622024-11-26T08:18:17.555ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-26T08:18:23.684ZDownload: 918/1009 items 8.0/8.0MB 99% complete (2.1M/s)
2642024-11-26T08:18:23.839ZDownload: Completed 8.03 MB in 6.28 seconds (1.3M/s)
2652024-11-26T08:18:25.731Z Actions: 1/1419 actions (Removing old actions)
2662024-11-26T08:18:25.749Z Actions: 199/1419 actions (Installing new actions)
2672024-11-26T08:18:25.864Z Actions: 579/1419 actions (Updating modified actions)
2682024-11-26T08:18:26.181Z Actions: Completed 1419 actions in 0.45 seconds.
2692024-11-26T08:18:26.550Z Done
2702024-11-26T08:18:26.553Z Done
2712024-11-26T08:18:27.042Z Done
2722024-11-26T08:18:30.990Z Done
2732024-11-26T08:18:31.077Z Done
2742024-11-26T08:18:31.079Z Done
2752024-11-26T08:18:31.189Z Done
2762024-11-26T08:18:31.561Z++ set -o errexit
2772024-11-26T08:18:31.561Z++ set -o pipefail
2782024-11-26T08:18:31.561Z++ banner build
2792024-11-26T08:18:31.564Z
2802024-11-26T08:18:31.564Z ##### # # # # #####
2812024-11-26T08:18:31.564Z # # # # # # # #
2822024-11-26T08:18:31.564Z ##### # # # # # #
2832024-11-26T08:18:31.564Z # # # # # # # #
2842024-11-26T08:18:31.564Z # # # # # # # #
2852024-11-26T08:18:31.564Z ##### #### # ###### #####
2862024-11-26T08:18:31.564Z
2872024-11-26T08:18:31.564Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-11-26T08:18:31.745Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-11-26T08:18:31.957Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-11-26T08:18:32.145ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-11-26T08:18:32.145Z * [new branch] ci -> origin/ci
2922024-11-26T08:18:32.148Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2932024-11-26T08:18:32.148Z * [new branch] main -> origin/main
2942024-11-26T08:18:32.148Z * [new ref] -> origin/HEAD
2952024-11-26T08:18:32.154Z Updating crates.io index
2962024-11-26T08:18:32.213Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-11-26T08:18:32.943ZFrom https://github.com/oxidecomputer/falcon
2982024-11-26T08:18:32.943Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-11-26T08:18:33.048Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-11-26T08:18:34.078ZFrom https://github.com/oxidecomputer/dendrite
3012024-11-26T08:18:34.081Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-11-26T08:18:34.118Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-11-26T08:18:34.453ZFrom https://github.com/oxidecomputer/ispf
3042024-11-26T08:18:34.453Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-11-26T08:18:34.475Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-11-26T08:18:34.869ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-11-26T08:18:34.869Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-11-26T08:18:34.881Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-11-26T08:18:38.281ZFrom https://github.com/oxidecomputer/omicron
3102024-11-26T08:18:38.281Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-11-26T08:18:38.310Z * [new tag] dogfood -> dogfood
3122024-11-26T08:18:38.313Z * [new tag] v5 -> v5
3132024-11-26T08:18:38.313Z * [new tag] v6 -> v6
3142024-11-26T08:18:38.313Z * [new tag] v7 -> v7
3152024-11-26T08:18:38.313Z * [new tag] v8 -> v8
3162024-11-26T08:18:38.313Z * [new tag] v9 -> v9
3172024-11-26T08:18:38.672Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-11-26T08:18:39.603ZFrom https://github.com/oxidecomputer/opte
3192024-11-26T08:18:39.603Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-11-26T08:18:39.666Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-11-26T08:18:40.003ZFrom https://github.com/illumos/smf-rs
3222024-11-26T08:18:40.003Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-11-26T08:18:40.032Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-11-26T08:18:40.489ZFrom https://github.com/oxidecomputer/maghemite
3252024-11-26T08:18:40.489Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-11-26T08:18:40.505Z * [new tag] rift -> rift
3272024-11-26T08:18:40.509Z * [new tag] srp -> srp
3282024-11-26T08:18:40.509Z * [new tag] tie-spf -> tie-spf
3292024-11-26T08:18:40.540Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-11-26T08:18:40.901ZFrom https://github.com/oxidecomputer/zone
3312024-11-26T08:18:40.901Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-11-26T08:18:40.930Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-11-26T08:18:41.671ZFrom https://github.com/oxidecomputer/propolis
3342024-11-26T08:18:41.671Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-11-26T08:18:41.784Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-11-26T08:18:42.211ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-11-26T08:18:42.211Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-11-26T08:18:42.240Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-11-26T08:18:42.593ZFrom https://github.com/jmesmon/rust-libzfs
3402024-11-26T08:18:42.593Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-11-26T08:18:42.608Z * [new tag] v0.4.0 -> v0.4.0
3422024-11-26T08:18:42.622Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-11-26T08:18:42.987ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-11-26T08:18:42.987Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-11-26T08:18:43.010Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-11-26T08:18:43.435ZFrom https://github.com/oxidecomputer/maghemite
3472024-11-26T08:18:43.435Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-11-26T08:18:43.498Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-11-26T08:18:43.889ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-11-26T08:18:43.889Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-11-26T08:18:43.900Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-11-26T08:18:44.274ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-11-26T08:18:44.274Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-11-26T08:18:44.308Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-11-26T08:18:44.626ZFrom https://github.com/oxidecomputer/poptrie
3562024-11-26T08:18:44.626Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-11-26T08:18:44.661Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-11-26T08:18:45.006ZFrom https://github.com/illumos/libscf-sys
3592024-11-26T08:18:45.006Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-11-26T08:18:45.028Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-11-26T08:18:45.851ZFrom https://github.com/oxidecomputer/progenitor
3622024-11-26T08:18:45.851Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-11-26T08:18:45.871Z * [new tag] v0.1.1 -> v0.1.1
3642024-11-26T08:18:45.875Z * [new tag] v0.2.0 -> v0.2.0
3652024-11-26T08:18:45.875Z * [new tag] v0.3.0 -> v0.3.0
3662024-11-26T08:18:45.876Z * [new tag] v0.4.0 -> v0.4.0
3672024-11-26T08:18:45.876Z * [new tag] v0.5.0 -> v0.5.0
3682024-11-26T08:18:45.876Z * [new tag] v0.6.0 -> v0.6.0
3692024-11-26T08:18:45.876Z * [new tag] v0.7.0 -> v0.7.0
3702024-11-26T08:18:46.040Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-11-26T08:18:46.811ZFrom https://github.com/oxidecomputer/typify
3722024-11-26T08:18:46.811Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-11-26T08:18:46.814Z * [new tag] v0.2.0 -> v0.2.0
3742024-11-26T08:18:46.831Z * [new tag] v0.0.10 -> v0.0.10
3752024-11-26T08:18:46.834Z * [new tag] v0.0.11 -> v0.0.11
3762024-11-26T08:18:46.834Z * [new tag] v0.0.12 -> v0.0.12
3772024-11-26T08:18:46.834Z * [new tag] v0.0.13 -> v0.0.13
3782024-11-26T08:18:46.834Z * [new tag] v0.0.14 -> v0.0.14
3792024-11-26T08:18:46.834Z * [new tag] v0.0.15 -> v0.0.15
3802024-11-26T08:18:46.834Z * [new tag] v0.0.16 -> v0.0.16
3812024-11-26T08:18:46.834Z * [new tag] v0.0.4 -> v0.0.4
3822024-11-26T08:18:46.834Z * [new tag] v0.0.5 -> v0.0.5
3832024-11-26T08:18:46.834Z * [new tag] v0.0.7 -> v0.0.7
3842024-11-26T08:18:46.834Z * [new tag] v0.0.8 -> v0.0.8
3852024-11-26T08:18:46.834Z * [new tag] v0.0.9 -> v0.0.9
3862024-11-26T08:18:46.834Z * [new tag] v0.1.0 -> v0.1.0
3872024-11-26T08:18:46.966Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-11-26T08:18:48.900ZFrom https://github.com/oxidecomputer/crucible
3892024-11-26T08:18:48.900Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-11-26T08:18:48.957Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-11-26T08:18:49.375ZFrom https://github.com/oxidecomputer/opte
3922024-11-26T08:18:49.375Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-11-26T08:18:49.430Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-11-26T08:18:50.062ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-11-26T08:18:50.063Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-11-26T08:18:51.132Z Locking 2 packages to latest compatible versions
3972024-11-26T08:18:51.173Z Adding thiserror v2.0.3
3982024-11-26T08:18:51.176Z Adding thiserror-impl v2.0.3
3992024-11-26T08:18:51.210Z Downloading crates ...
4002024-11-26T08:18:51.354Z Downloaded futures-sink v0.3.30
4012024-11-26T08:18:51.366Z Downloaded allocator-api2 v0.2.18
4022024-11-26T08:18:51.369Z Downloaded anstyle-parse v0.2.5
4032024-11-26T08:18:51.372Z Downloaded anstream v0.6.15
4042024-11-26T08:18:51.375Z Downloaded parking_lot_core v0.8.6
4052024-11-26T08:18:51.378Z Downloaded parse-display v0.10.0
4062024-11-26T08:18:51.381Z Downloaded async-stream-impl v0.3.5
4072024-11-26T08:18:51.381Z Downloaded paste v1.0.15
4082024-11-26T08:18:51.384Z Downloaded parking_lot_core v0.9.10
4092024-11-26T08:18:51.386Z Downloaded anstyle-query v1.1.1
4102024-11-26T08:18:51.388Z Downloaded anstyle v1.0.10
4112024-11-26T08:18:51.388Z Downloaded anyhow v1.0.93
4122024-11-26T08:18:51.392Z Downloaded pest v2.7.13
4132024-11-26T08:18:51.397Z Downloaded pest_derive v2.7.13
4142024-11-26T08:18:51.402Z Downloaded bitflags v1.3.2
4152024-11-26T08:18:51.404Z Downloaded pkg-config v0.3.31
4162024-11-26T08:18:51.408Z Downloaded pretty-hex v0.2.1
4172024-11-26T08:18:51.408Z Downloaded atomicwrites v0.4.4
4182024-11-26T08:18:51.408Z Downloaded atomic-waker v1.1.2
4192024-11-26T08:18:51.411Z Downloaded backoff v0.4.0
4202024-11-26T08:18:51.411Z Downloaded resolv-conf v0.7.0
4212024-11-26T08:18:51.414Z Downloaded progenitor-macro v0.8.0
4222024-11-26T08:18:51.414Z Downloaded progenitor-impl v0.8.0
4232024-11-26T08:18:51.416Z Downloaded rand_core v0.6.4
4242024-11-26T08:18:51.419Z Downloaded pest_generator v2.7.13
4252024-11-26T08:18:51.419Z Downloaded proc-macro-error v1.0.4
4262024-11-26T08:18:51.423Z Downloaded progenitor-client v0.8.0
4272024-11-26T08:18:51.425Z Downloaded ciborium-io v0.2.2
4282024-11-26T08:18:51.425Z Downloaded byteorder v1.5.0
4292024-11-26T08:18:51.427Z Downloaded bitflags v2.6.0
4302024-11-26T08:18:51.429Z Downloaded progenitor v0.8.0
4312024-11-26T08:18:51.432Z Downloaded powerfmt v0.2.0
4322024-11-26T08:18:51.435Z Downloaded proc-macro-error-attr v1.0.4
4332024-11-26T08:18:51.435Z Downloaded rustls-pemfile v1.0.4
4342024-11-26T08:18:51.439Z Downloaded rustc-hash v2.0.0
4352024-11-26T08:18:51.442Z Downloaded rand_chacha v0.3.1
4362024-11-26T08:18:51.442Z Downloaded crc8 v0.1.1
4372024-11-26T08:18:51.442Z Downloaded rand v0.8.5
4382024-11-26T08:18:51.445Z Downloaded darling_macro v0.20.10
4392024-11-26T08:18:51.447Z Downloaded quinn-udp v0.5.5
4402024-11-26T08:18:51.450Z Downloaded quote v1.0.37
4412024-11-26T08:18:51.453Z Downloaded ciborium v0.2.2
4422024-11-26T08:18:51.455Z Downloaded pretty-hex v0.4.1
4432024-11-26T08:18:51.455Z Downloaded colored v2.1.0
4442024-11-26T08:18:51.461Z Downloaded equivalent v1.0.1
4452024-11-26T08:18:51.464Z Downloaded ciborium-ll v0.2.2
4462024-11-26T08:18:51.464Z Downloaded cancel-safe-futures v0.1.5
4472024-11-26T08:18:51.465Z Downloaded sigpipe v0.1.3
4482024-11-26T08:18:51.471Z Downloaded foreign-types-shared v0.3.1
4492024-11-26T08:18:51.471Z Downloaded foreign-types-shared v0.1.1
4502024-11-26T08:18:51.471Z Downloaded foreign-types v0.3.2
4512024-11-26T08:18:51.476Z Downloaded serde-big-array v0.5.1
4522024-11-26T08:18:51.476Z Downloaded convert_case v0.4.0
4532024-11-26T08:18:51.476Z Downloaded scroll_derive v0.12.0
4542024-11-26T08:18:51.476Z Downloaded clap_lex v0.7.2
4552024-11-26T08:18:51.476Z Downloaded colorchoice v1.0.2
4562024-11-26T08:18:51.476Z Downloaded cpufeatures v0.2.14
4572024-11-26T08:18:51.479Z Downloaded pest_meta v2.7.13
4582024-11-26T08:18:51.482Z Downloaded cobs v0.2.3
4592024-11-26T08:18:51.482Z Downloaded quick-error v1.2.3
4602024-11-26T08:18:51.483Z Downloaded instant v0.1.13
4612024-11-26T08:18:51.485Z Downloaded tower-service v0.3.3
4622024-11-26T08:18:51.485Z Downloaded strum v0.26.3
4632024-11-26T08:18:51.488Z Downloaded crypto-common v0.1.6
4642024-11-26T08:18:51.488Z Downloaded ident_case v1.0.1
4652024-11-26T08:18:51.488Z Downloaded digest v0.10.7
4662024-11-26T08:18:51.491Z Downloaded slog-dtrace v0.3.0
4672024-11-26T08:18:51.494Z Downloaded ppv-lite86 v0.2.20
4682024-11-26T08:18:51.498Z Downloaded signal-hook-registry v1.4.2
4692024-11-26T08:18:51.499Z Downloaded rustc_version v0.1.7
4702024-11-26T08:18:51.502Z Downloaded errno v0.3.9
4712024-11-26T08:18:51.502Z Downloaded slog-bunyan v2.5.0
4722024-11-26T08:18:51.502Z Downloaded serde_repr v0.1.19
4732024-11-26T08:18:51.505Z Downloaded dyn-clone v1.0.17
4742024-11-26T08:18:51.505Z Downloaded want v0.3.1
4752024-11-26T08:18:51.508Z Downloaded slog-envlogger v2.2.0
4762024-11-26T08:18:51.508Z Downloaded clap_derive v4.5.18
4772024-11-26T08:18:51.513Z Downloaded futures-macro v0.3.30
4782024-11-26T08:18:51.516Z Downloaded slab v0.4.9
4792024-11-26T08:18:51.516Z Downloaded shlex v1.3.0
4802024-11-26T08:18:51.516Z Downloaded serde_spanned v0.6.7
4812024-11-26T08:18:51.518Z Downloaded defmt v0.3.8
4822024-11-26T08:18:51.521Z Downloaded match_cfg v0.1.0
4832024-11-26T08:18:51.524Z Downloaded slog-async v2.8.0
4842024-11-26T08:18:51.524Z Downloaded clap v4.5.21
4852024-11-26T08:18:51.534Z Downloaded waitgroup v0.1.2
4862024-11-26T08:18:51.536Z Downloaded stable_deref_trait v1.2.0
4872024-11-26T08:18:51.537Z Downloaded macaddr v1.0.1
4882024-11-26T08:18:51.539Z Downloaded slog-json v2.6.1
4892024-11-26T08:18:51.543Z Downloaded num-integer v0.1.46
4902024-11-26T08:18:51.545Z Downloaded sync_wrapper v1.0.1
4912024-11-26T08:18:51.545Z Downloaded thread_local v1.1.8
4922024-11-26T08:18:51.548Z Downloaded foreign-types v0.5.0
4932024-11-26T08:18:51.548Z Downloaded fixedbitset v0.4.2
4942024-11-26T08:18:51.548Z Downloaded darling v0.20.10
4952024-11-26T08:18:51.553Z Downloaded fxhash v0.2.1
4962024-11-26T08:18:51.556Z Downloaded cookie v0.18.1
4972024-11-26T08:18:51.559Z Downloaded hash32 v0.3.1
4982024-11-26T08:18:51.559Z Downloaded scroll v0.12.0
4992024-11-26T08:18:51.562Z Downloaded num v0.4.3
5002024-11-26T08:18:51.564Z Downloaded derive_more v0.99.18
5012024-11-26T08:18:51.567Z Downloaded swrite v0.1.0
5022024-11-26T08:18:51.570Z Downloaded openssl-probe v0.1.5
5032024-11-26T08:18:51.572Z Downloaded sha2 v0.10.8
5042024-11-26T08:18:51.576Z Downloaded hubpack_derive v0.1.1
5052024-11-26T08:18:51.576Z Downloaded http-body v1.0.1
5062024-11-26T08:18:51.576Z Downloaded thread-id v4.2.2
5072024-11-26T08:18:51.579Z Downloaded spin v0.5.2
5082024-11-26T08:18:51.579Z Downloaded serde_derive_internals v0.29.1
5092024-11-26T08:18:51.584Z Downloaded tempfile v3.12.0
5102024-11-26T08:18:51.586Z Downloaded parking_lot v0.11.2
5112024-11-26T08:18:51.587Z Downloaded term v0.7.0
5122024-11-26T08:18:51.591Z Downloaded num-conv v0.1.0
5132024-11-26T08:18:51.591Z Downloaded generic-array v0.14.7
5142024-11-26T08:18:51.594Z Downloaded no-std-compat v0.4.1
5152024-11-26T08:18:51.595Z Downloaded dropshot_endpoint v0.12.0
5162024-11-26T08:18:51.599Z Downloaded tabwriter v1.4.0
5172024-11-26T08:18:51.602Z Downloaded sync_wrapper v0.1.2
5182024-11-26T08:18:51.602Z Downloaded num-rational v0.4.2
5192024-11-26T08:18:51.602Z Downloaded tokio-rustls v0.25.0
5202024-11-26T08:18:51.602Z Downloaded native-tls v0.2.12
5212024-11-26T08:18:51.605Z Downloaded take_mut v0.2.2
5222024-11-26T08:18:51.605Z Downloaded openssl-macros v0.1.1
5232024-11-26T08:18:51.608Z Downloaded multer v3.1.0
5242024-11-26T08:18:51.612Z Downloaded lock_api v0.4.12
5252024-11-26T08:18:51.615Z Downloaded similar v2.6.0
5262024-11-26T08:18:51.620Z Downloaded strum_macros v0.25.3
5272024-11-26T08:18:51.625Z Downloaded spin v0.9.8
5282024-11-26T08:18:51.625Z Downloaded time-core v0.1.2
5292024-11-26T08:18:51.629Z Downloaded humantime v2.1.0
5302024-11-26T08:18:51.629Z Downloaded http-body-util v0.1.2
5312024-11-26T08:18:51.629Z Downloaded slog-stdlog v4.1.1
5322024-11-26T08:18:51.629Z Downloaded tokio-rustls v0.26.0
5332024-11-26T08:18:51.633Z Downloaded parking_lot v0.12.3
5342024-11-26T08:18:51.633Z Downloaded tinyvec v1.8.0
5352024-11-26T08:18:51.636Z Downloaded try-lock v0.2.5
5362024-11-26T08:18:51.639Z Downloaded serde_derive v1.0.215
5372024-11-26T08:18:51.639Z Downloaded omicron-workspace-hack v0.1.0
5382024-11-26T08:18:51.643Z Downloaded getrandom v0.2.15
5392024-11-26T08:18:51.645Z Downloaded thiserror-impl v2.0.3
5402024-11-26T08:18:51.645Z Downloaded hex v0.4.3
5412024-11-26T08:18:51.648Z Downloaded version_check v0.9.5
5422024-11-26T08:18:51.648Z Downloaded half v2.4.1
5432024-11-26T08:18:51.652Z Downloaded thiserror v1.0.64
5442024-11-26T08:18:51.655Z Downloaded newtype_derive v0.1.6
5452024-11-26T08:18:51.659Z Downloaded static_assertions v1.1.0
5462024-11-26T08:18:51.661Z Downloaded serde_yaml v0.9.34+deprecated
5472024-11-26T08:18:51.664Z Downloaded is_terminal_polyfill v1.70.1
5482024-11-26T08:18:51.664Z Downloaded libsw v3.3.1
5492024-11-26T08:18:51.667Z Downloaded usdt-macro v0.5.0
5502024-11-26T08:18:51.667Z Downloaded usdt-attr-macro v0.5.0
5512024-11-26T08:18:51.667Z Downloaded newline-converter v0.3.0
5522024-11-26T08:18:51.669Z Downloaded num_enum v0.5.11
5532024-11-26T08:18:51.673Z Downloaded zone_cfg_derive v0.3.0
5542024-11-26T08:18:51.678Z Downloaded hostname v0.4.0
5552024-11-26T08:18:51.678Z Downloaded tokio-rustls v0.24.1
5562024-11-26T08:18:51.681Z Downloaded smf v0.2.3
5572024-11-26T08:18:51.681Z Downloaded num_enum_derive v0.5.11
5582024-11-26T08:18:51.681Z Downloaded indexmap v1.9.3
5592024-11-26T08:18:51.684Z Downloaded unicode-ident v1.0.13
5602024-11-26T08:18:51.687Z Downloaded tokio-macros v2.4.0
5612024-11-26T08:18:51.690Z Downloaded tinyvec_macros v0.1.1
5622024-11-26T08:18:51.690Z Downloaded time-macros v0.2.18
5632024-11-26T08:18:51.692Z Downloaded itoa v1.0.11
5642024-11-26T08:18:51.693Z Downloaded num_enum_derive v0.7.3
5652024-11-26T08:18:51.696Z Downloaded toml_datetime v0.6.8
5662024-11-26T08:18:51.696Z Downloaded tokio-native-tls v0.3.1
5672024-11-26T08:18:51.698Z Downloaded tiny-keccak v2.0.2
5682024-11-26T08:18:51.702Z Downloaded crossbeam-channel v0.5.13
5692024-11-26T08:18:51.704Z Downloaded utf8parse v0.2.2
5702024-11-26T08:18:51.707Z Downloaded num-derive v0.4.2
5712024-11-26T08:18:51.707Z Downloaded iana-time-zone v0.1.61
5722024-11-26T08:18:51.715Z Downloaded hostname v0.3.1
5732024-11-26T08:18:51.719Z Downloaded mime v0.3.17
5742024-11-26T08:18:51.719Z Downloaded smartstring v1.0.1
5752024-11-26T08:18:51.719Z Downloaded quinn v0.11.5
5762024-11-26T08:18:51.722Z Downloaded memmap v0.7.0
5772024-11-26T08:18:51.722Z Downloaded hyper-tls v0.6.0
5782024-11-26T08:18:51.722Z Downloaded usdt-impl v0.5.0
5792024-11-26T08:18:51.725Z Downloaded once_cell v1.20.2
5802024-11-26T08:18:51.727Z Downloaded typify-macro v0.2.0
5812024-11-26T08:18:51.727Z Downloaded num_enum v0.7.3
5822024-11-26T08:18:51.731Z Downloaded hyper-rustls v0.24.2
5832024-11-26T08:18:51.734Z Downloaded slog-term v2.9.1
5842024-11-26T08:18:51.737Z Downloaded tracing-core v0.1.32
5852024-11-26T08:18:51.741Z Downloaded tracing-attributes v0.1.27
5862024-11-26T08:18:51.747Z Downloaded zone v0.3.0
5872024-11-26T08:18:51.747Z Downloaded typify v0.2.0
5882024-11-26T08:18:51.750Z Downloaded highway v1.2.0
5892024-11-26T08:18:51.750Z Downloaded heapless v0.8.0
5902024-11-26T08:18:51.753Z Downloaded unsafe-libyaml v0.2.11
5912024-11-26T08:18:51.756Z Downloaded openssl-sys v0.9.103
5922024-11-26T08:18:51.761Z Downloaded socket2 v0.5.7
5932024-11-26T08:18:51.764Z Downloaded url v2.5.2
5942024-11-26T08:18:51.767Z Downloaded hickory-resolver v0.24.1
5952024-11-26T08:18:51.771Z Downloaded ucd-trie v0.1.6
5962024-11-26T08:18:51.775Z Downloaded portable-atomic v1.8.0
5972024-11-26T08:18:51.781Z Downloaded uuid v1.11.0
5982024-11-26T08:18:51.785Z Downloaded mio v1.0.2
5992024-11-26T08:18:51.795Z Downloaded toml_edit v0.19.15
6002024-11-26T08:18:51.808Z Downloaded zerocopy v0.6.6
6012024-11-26T08:18:51.812Z Downloaded steno v0.4.1
6022024-11-26T08:18:51.816Z Downloaded hyper-util v0.1.10
6032024-11-26T08:18:51.818Z Downloaded toml v0.8.19
6042024-11-26T08:18:51.824Z Downloaded minimal-lexical v0.2.1
6052024-11-26T08:18:51.827Z Downloaded indexmap v2.5.0
6062024-11-26T08:18:51.832Z Downloaded http v0.2.12
6072024-11-26T08:18:51.836Z Downloaded hashbrown v0.12.3
6082024-11-26T08:18:51.842Z Downloaded tracing v0.1.40
6092024-11-26T08:18:51.845Z Downloaded toml_edit v0.22.21
6102024-11-26T08:18:51.868Z Downloaded http v1.1.0
6112024-11-26T08:18:51.871Z Downloaded tokio-util v0.7.12
6122024-11-26T08:18:51.879Z Downloaded unicode-segmentation v1.12.0
6132024-11-26T08:18:51.883Z Downloaded memchr v2.7.4
6142024-11-26T08:18:51.889Z Downloaded libm v0.2.8
6152024-11-26T08:18:51.898Z Downloaded hashbrown v0.14.5
6162024-11-26T08:18:51.902Z Downloaded itertools v0.10.5
6172024-11-26T08:18:51.910Z Downloaded itertools v0.12.1
6182024-11-26T08:18:51.917Z Downloaded nom v7.1.3
6192024-11-26T08:18:51.925Z Downloaded itertools v0.13.0
6202024-11-26T08:18:51.932Z Downloaded goblin v0.8.2
6212024-11-26T08:18:51.940Z Downloaded futures-util v0.3.30
6222024-11-26T08:18:51.958Z Downloaded rustls-webpki v0.101.7
6232024-11-26T08:18:51.971Z Downloaded zerocopy v0.7.35
6242024-11-26T08:18:51.984Z Downloaded winnow v0.5.40
6252024-11-26T08:18:51.993Z Downloaded webpki-roots v0.25.4
6262024-11-26T08:18:51.997Z Downloaded idna v0.4.0
6272024-11-26T08:18:52.005Z Downloaded regex v1.10.6
6282024-11-26T08:18:52.019Z Downloaded winnow v0.6.18
6292024-11-26T08:18:52.029Z Downloaded openssl v0.10.66
6302024-11-26T08:18:52.040Z Downloaded hickory-proto v0.24.1
6312024-11-26T08:18:52.055Z Downloaded unicode-width v0.1.14
6322024-11-26T08:18:52.070Z Downloaded rustls-webpki v0.102.8
6332024-11-26T08:18:52.082Z Downloaded openapiv3 v2.0.0
6342024-11-26T08:18:52.091Z Downloaded rustls v0.21.12
6352024-11-26T08:18:52.105Z Downloaded syn v1.0.109
6362024-11-26T08:18:52.116Z Downloaded vcpkg v0.2.15
6372024-11-26T08:18:52.154Z Downloaded idna v0.5.0
6382024-11-26T08:18:52.162Z Downloaded quinn-proto v0.11.8
6392024-11-26T08:18:52.166Z Downloaded rhai v1.20.0
6402024-11-26T08:18:52.179Z Downloaded typify-impl v0.2.0
6412024-11-26T08:18:52.194Z Downloaded rustls v0.23.13
6422024-11-26T08:18:52.208Z Downloaded regress v0.10.1
6432024-11-26T08:18:52.215Z Downloaded smoltcp v0.11.0
6442024-11-26T08:18:52.228Z Downloaded rustix v0.38.37
6452024-11-26T08:18:52.252Z Downloaded rustls v0.22.4
6462024-11-26T08:18:52.264Z Downloaded regress v0.9.1
6472024-11-26T08:18:52.271Z Downloaded regex-syntax v0.8.4
6482024-11-26T08:18:52.280Z Downloaded sled v0.34.7
6492024-11-26T08:18:52.291Z Downloaded syn v2.0.87
6502024-11-26T08:18:52.302Z Downloaded dropshot v0.12.0
6512024-11-26T08:18:52.322Z Downloaded webpki-roots v0.26.6
6522024-11-26T08:18:52.325Z Downloaded libc v0.2.165
6532024-11-26T08:18:52.351Z Downloaded hyper v0.14.30
6542024-11-26T08:18:52.357Z Downloaded reqwest v0.12.9
6552024-11-26T08:18:52.366Z Downloaded reqwest v0.11.27
6562024-11-26T08:18:52.373Z Downloaded zerocopy-derive v0.6.6
6572024-11-26T08:18:52.384Z Downloaded h2 v0.3.26
6582024-11-26T08:18:52.391Z Downloaded regex-automata v0.4.7
6592024-11-26T08:18:52.410Z Downloaded petgraph v0.6.5
6602024-11-26T08:18:52.423Z Downloaded h2 v0.4.6
6612024-11-26T08:18:52.428Z Downloaded chrono v0.4.38
6622024-11-26T08:18:52.435Z Downloaded unicode-normalization v0.1.24
6632024-11-26T08:18:52.440Z Downloaded serde_with v3.9.0
6642024-11-26T08:18:52.447Z Downloaded serde_json v1.0.133
6652024-11-26T08:18:52.457Z Downloaded hyper v1.5.1
6662024-11-26T08:18:52.461Z Downloaded time v0.3.36
6672024-11-26T08:18:52.468Z Downloaded clap_builder v4.5.21
6682024-11-26T08:18:52.474Z Downloaded tokio v1.40.0
6692024-11-26T08:18:52.515Z Downloaded serde v1.0.215
6702024-11-26T08:18:52.518Z Downloaded typenum v1.17.0
6712024-11-26T08:18:52.518Z Downloaded num-derive v0.3.3
6722024-11-26T08:18:52.521Z Downloaded unicode-bidi v0.3.15
6732024-11-26T08:18:52.521Z Downloaded log v0.4.22
6742024-11-26T08:18:52.525Z Downloaded expectorate v1.1.0
6752024-11-26T08:18:52.525Z Downloaded newtype-uuid v1.1.0
6762024-11-26T08:18:52.535Z Downloaded hyper-tls v0.5.0
6772024-11-26T08:18:52.535Z Downloaded usdt v0.5.0
6782024-11-26T08:18:52.535Z Downloaded zerocopy-derive v0.7.35
6792024-11-26T08:18:52.538Z Downloaded thiserror v2.0.3
6802024-11-26T08:18:52.538Z Downloaded thin-vec v0.2.13
6812024-11-26T08:18:52.538Z Downloaded smallvec v1.13.2
6822024-11-26T08:18:52.540Z Downloaded subtle v2.6.1
6832024-11-26T08:18:52.544Z Downloaded futures-task v0.3.30
6842024-11-26T08:18:52.544Z Downloaded strum_macros v0.26.4
6852024-11-26T08:18:52.546Z Downloaded is-terminal v0.4.13
6862024-11-26T08:18:52.546Z Downloaded ipnetwork v0.20.0
6872024-11-26T08:18:52.549Z Downloaded num-traits v0.2.19
6882024-11-26T08:18:52.556Z Downloaded schemars v0.8.21
6892024-11-26T08:18:52.562Z Downloaded hyper-rustls v0.27.3
6902024-11-26T08:18:52.565Z Downloaded http-body v0.4.6
6912024-11-26T08:18:52.565Z Downloaded thiserror-impl v1.0.64
6922024-11-26T08:18:52.569Z Downloaded terminal_size v0.4.0
6932024-11-26T08:18:52.569Z Downloaded zeroize v1.8.1
6942024-11-26T08:18:52.578Z Downloaded num-complex v0.4.6
6952024-11-26T08:18:52.579Z Downloaded ryu v1.0.18
6962024-11-26T08:18:52.579Z Downloaded encoding_rs v0.8.34
6972024-11-26T08:18:52.594Z Downloaded owo-colors v4.1.0
6982024-11-26T08:18:52.600Z Downloaded darling_core v0.20.10
6992024-11-26T08:18:52.604Z Downloaded futures v0.3.30
7002024-11-26T08:18:52.604Z Downloaded slog v2.7.0
7012024-11-26T08:18:52.610Z Downloaded strsim v0.11.1
7022024-11-26T08:18:52.613Z Downloaded num_threads v0.1.7
7032024-11-26T08:18:52.613Z Downloaded lazy_static v1.5.0
7042024-11-26T08:18:52.613Z Downloaded whoami v1.5.2
7052024-11-26T08:18:52.613Z Downloaded ipnet v2.10.0
7062024-11-26T08:18:52.615Z Downloaded schemars_derive v0.8.21
7072024-11-26T08:18:52.615Z Downloaded managed v0.8.0
7082024-11-26T08:18:52.616Z Downloaded indent_write v2.2.0
7092024-11-26T08:18:52.619Z Downloaded httparse v1.9.4
7102024-11-26T08:18:52.623Z Downloaded linked-hash-map v0.5.6
7112024-11-26T08:18:52.623Z Downloaded linear-map v1.2.0
7122024-11-26T08:18:52.623Z Downloaded heck v0.5.0
7132024-11-26T08:18:52.628Z Downloaded heck v0.4.1
7142024-11-26T08:18:52.628Z Downloaded httpdate v1.0.3
7152024-11-26T08:18:52.628Z Downloaded semver v1.0.23
7162024-11-26T08:18:52.628Z Downloaded serde_with_macros v3.9.0
7172024-11-26T08:18:52.631Z Downloaded rustls-pki-types v1.8.0
7182024-11-26T08:18:52.631Z Downloaded rustls-pemfile v2.1.3
7192024-11-26T08:18:52.634Z Downloaded derive-where v1.2.7
7202024-11-26T08:18:52.637Z Downloaded crossbeam-epoch v0.9.18
7212024-11-26T08:18:52.639Z Downloaded base64 v0.21.7
7222024-11-26T08:18:52.642Z Downloaded untrusted v0.9.0
7232024-11-26T08:18:52.646Z Downloaded futures-channel v0.3.30
7242024-11-26T08:18:52.646Z Downloaded crossbeam-utils v0.8.20
7252024-11-26T08:18:52.650Z Downloaded structmeta-derive v0.3.0
7262024-11-26T08:18:52.650Z Downloaded structmeta v0.3.0
7272024-11-26T08:18:52.650Z Downloaded slog-scope v4.4.0
7282024-11-26T08:18:52.650Z Downloaded num-iter v0.1.45
7292024-11-26T08:18:52.653Z Downloaded rhai_codegen v2.2.0
7302024-11-26T08:18:52.658Z Downloaded lru-cache v0.1.2
7312024-11-26T08:18:52.661Z Downloaded hubpack v0.1.2
7322024-11-26T08:18:52.661Z Downloaded sha1 v0.10.6
7332024-11-26T08:18:52.661Z Downloaded semver v0.1.20
7342024-11-26T08:18:52.664Z Downloaded sct v0.7.1
7352024-11-26T08:18:52.667Z Downloaded proc-macro2 v1.0.86
7362024-11-26T08:18:52.667Z Downloaded data-encoding v2.6.0
7372024-11-26T08:18:52.670Z Downloaded blake2 v0.10.6
7382024-11-26T08:18:52.670Z Downloaded serde_path_to_error v0.1.16
7392024-11-26T08:18:52.673Z Downloaded scopeguard v1.2.0
7402024-11-26T08:18:52.673Z Downloaded rustversion v1.0.17
7412024-11-26T08:18:52.679Z Downloaded futures-executor v0.3.30
7422024-11-26T08:18:52.679Z Downloaded camino-tempfile v1.1.1
7432024-11-26T08:18:52.681Z Downloaded futures-io v0.3.30
7442024-11-26T08:18:52.681Z Downloaded futures-core v0.3.30
7452024-11-26T08:18:52.681Z Downloaded form_urlencoded v1.2.1
7462024-11-26T08:18:52.681Z Downloaded foreign-types-macros v0.2.3
7472024-11-26T08:18:52.682Z Downloaded console v0.15.8
7482024-11-26T08:18:52.760Z Downloaded serde_urlencoded v0.7.1
7492024-11-26T08:18:52.793Z Downloaded rustc_version v0.4.1
7502024-11-26T08:18:52.793Z Downloaded serde_tokenstream v0.2.2
7512024-11-26T08:18:52.793Z Downloaded fnv v1.0.7
7522024-11-26T08:18:52.793Z Downloaded float-ord v0.3.2
7532024-11-26T08:18:52.793Z Downloaded fastrand v2.1.1
7542024-11-26T08:18:52.793Z Downloaded embedded-io v0.6.1
7552024-11-26T08:18:52.793Z Downloaded either v1.13.0
7562024-11-26T08:18:52.793Z Downloaded crc32fast v1.4.2
7572024-11-26T08:18:52.793Z Downloaded dof v0.3.0
7582024-11-26T08:18:52.793Z Downloaded proc-macro-crate v1.3.1
7592024-11-26T08:18:52.793Z Downloaded enum-as-inner v0.6.1
7602024-11-26T08:18:52.793Z Downloaded embedded-io v0.4.0
7612024-11-26T08:18:52.793Z Downloaded dirs-sys-next v0.1.2
7622024-11-26T08:18:52.793Z Downloaded dirs-next v2.0.0
7632024-11-26T08:18:52.793Z Downloaded deranged v0.3.11
7642024-11-26T08:18:52.793Z Downloaded defmt-parser v0.3.4
7652024-11-26T08:18:52.793Z Downloaded defmt-macros v0.3.9
7662024-11-26T08:18:52.793Z Downloaded debug-ignore v1.0.5
7672024-11-26T08:18:52.793Z Downloaded prettyplease v0.2.22
7682024-11-26T08:18:52.793Z Downloaded dtrace-parser v0.2.0
7692024-11-26T08:18:52.793Z Downloaded camino v1.1.9
7702024-11-26T08:18:52.793Z Downloaded bytes v1.7.2
7712024-11-26T08:18:52.794Z Downloaded pin-project-lite v0.2.14
7722024-11-26T08:18:52.794Z Downloaded cstr-argument v0.1.2
7732024-11-26T08:18:52.794Z Downloaded crunchy v0.2.2
7742024-11-26T08:18:52.794Z Downloaded crucible-workspace-hack v0.1.0
7752024-11-26T08:18:52.794Z Downloaded const-random-macro v0.1.16
7762024-11-26T08:18:52.794Z Downloaded const-random v0.1.18
7772024-11-26T08:18:52.794Z Downloaded block-buffer v0.10.4
7782024-11-26T08:18:52.794Z Downloaded proc-macro-crate v3.2.0
7792024-11-26T08:18:52.794Z Downloaded postcard v1.0.10
7802024-11-26T08:18:52.794Z Downloaded plain v0.2.3
7812024-11-26T08:18:52.794Z Downloaded cfg-if v1.0.0
7822024-11-26T08:18:52.794Z Downloaded cc v1.1.21
7832024-11-26T08:18:52.794Z Downloaded base64 v0.22.1
7842024-11-26T08:18:52.794Z Downloaded base64ct v1.6.0
7852024-11-26T08:18:52.794Z Downloaded pin-utils v0.1.0
7862024-11-26T08:18:52.794Z Downloaded async-trait v0.1.83
7872024-11-26T08:18:52.794Z Downloaded autocfg v1.3.0
7882024-11-26T08:18:52.794Z Downloaded arc-swap v1.7.1
7892024-11-26T08:18:52.794Z Downloaded ahash v0.8.11
7902024-11-26T08:18:52.794Z Downloaded password-hash v0.5.0
7912024-11-26T08:18:52.794Z Downloaded parse-display-derive v0.10.0
7922024-11-26T08:18:52.794Z Downloaded argon2 v0.5.3
7932024-11-26T08:18:52.794Z Downloaded percent-encoding v2.3.1
7942024-11-26T08:18:52.794Z Downloaded async-stream v0.3.5
7952024-11-26T08:18:52.794Z Downloaded aho-corasick v1.1.3
7962024-11-26T08:18:52.888Z Downloaded ring v0.17.8
7972024-11-26T08:18:53.263Z Compiling proc-macro2 v1.0.86
7982024-11-26T08:18:53.263Z Compiling unicode-ident v1.0.13
7992024-11-26T08:18:53.265Z Compiling libc v0.2.165
8002024-11-26T08:18:53.265Z Compiling serde v1.0.215
8012024-11-26T08:18:53.265Z Compiling version_check v0.9.5
8022024-11-26T08:18:53.265Z Compiling autocfg v1.3.0
8032024-11-26T08:18:53.265Z Compiling cfg-if v1.0.0
8042024-11-26T08:18:53.495Z Compiling once_cell v1.20.2
8052024-11-26T08:18:53.521Z Compiling libm v0.2.8
8062024-11-26T08:18:53.521Z Compiling memchr v2.7.4
8072024-11-26T08:18:53.956Z Compiling byteorder v1.5.0
8082024-11-26T08:18:53.998Z Compiling parking_lot_core v0.9.10
8092024-11-26T08:18:54.237Z Compiling lock_api v0.4.12
8102024-11-26T08:18:54.450Z Compiling shlex v1.3.0
8112024-11-26T08:18:54.586Z Compiling thiserror v1.0.64
8122024-11-26T08:18:54.832Z Compiling cc v1.1.21
8132024-11-26T08:18:54.857Z Compiling itoa v1.0.11
8142024-11-26T08:18:55.080Z Compiling quote v1.0.37
8152024-11-26T08:18:55.139Z Compiling portable-atomic v1.8.0
8162024-11-26T08:18:55.175Z Compiling slab v0.4.9
8172024-11-26T08:18:55.543Z Compiling syn v2.0.87
8182024-11-26T08:18:55.573Z Compiling getrandom v0.2.15
8192024-11-26T08:18:55.744Z Compiling schemars v0.8.21
8202024-11-26T08:18:55.934Z Compiling ahash v0.8.11
8212024-11-26T08:18:55.986Z Compiling allocator-api2 v0.2.18
8222024-11-26T08:18:56.012Z Compiling num-traits v0.2.19
8232024-11-26T08:18:56.241Z Compiling ryu v1.0.18
8242024-11-26T08:18:56.542Z Compiling serde_json v1.0.133
8252024-11-26T08:18:56.604Z Compiling pin-project-lite v0.2.14
8262024-11-26T08:18:57.170Z Compiling log v0.4.22
8272024-11-26T08:18:57.196Z Compiling scopeguard v1.2.0
8282024-11-26T08:18:57.220Z Compiling equivalent v1.0.1
8292024-11-26T08:18:57.328Z Compiling heck v0.5.0
8302024-11-26T08:18:57.379Z Compiling fnv v1.0.7
8312024-11-26T08:18:57.623Z Compiling vcpkg v0.2.15
8322024-11-26T08:18:57.774Z Compiling crunchy v0.2.2
8332024-11-26T08:18:57.884Z Compiling ring v0.17.8
8342024-11-26T08:18:57.913Z Compiling pkg-config v0.3.31
8352024-11-26T08:18:58.315Z Compiling mio v1.0.2
8362024-11-26T08:18:58.997Z Compiling signal-hook-registry v1.4.2
8372024-11-26T08:18:59.214Z Compiling socket2 v0.5.7
8382024-11-26T08:18:59.294Z Compiling openssl-sys v0.9.103
8392024-11-26T08:18:59.365Z Compiling slog v2.7.0
8402024-11-26T08:18:59.464Z Compiling tiny-keccak v2.0.2
8412024-11-26T08:18:59.781Z Compiling httparse v1.9.4
8422024-11-26T08:19:00.049Z Compiling iana-time-zone v0.1.61
8432024-11-26T08:19:00.487Z Compiling futures-core v0.3.30
8442024-11-26T08:19:00.490Z Compiling const-random-macro v0.1.16
8452024-11-26T08:19:00.685Z Compiling dyn-clone v1.0.17
8462024-11-26T08:19:00.778Z Compiling futures-sink v0.3.30
8472024-11-26T08:19:00.908Z Compiling openssl v0.10.66
8482024-11-26T08:19:01.295Z Compiling rustls v0.23.13
8492024-11-26T08:19:01.321Z Compiling const-random v0.1.18
8502024-11-26T08:19:01.364Z Compiling semver v1.0.23
8512024-11-26T08:19:01.426Z Compiling typenum v1.17.0
8522024-11-26T08:19:01.550Z Compiling native-tls v0.2.12
8532024-11-26T08:19:01.573Z Compiling futures-channel v0.3.30
8542024-11-26T08:19:01.599Z Compiling pin-utils v0.1.0
8552024-11-26T08:19:01.627Z Compiling futures-task v0.3.30
8562024-11-26T08:19:01.701Z Compiling futures-io v0.3.30
8572024-11-26T08:19:01.891Z Compiling generic-array v0.14.7
8582024-11-26T08:19:01.949Z Compiling tracing-core v0.1.32
8592024-11-26T08:19:01.954Z Compiling bitflags v2.6.0
8602024-11-26T08:19:02.064Z Compiling ucd-trie v0.1.6
8612024-11-26T08:19:02.072Z Compiling subtle v2.6.1
8622024-11-26T08:19:02.089Z Compiling aho-corasick v1.1.3
8632024-11-26T08:19:02.207Z Compiling anyhow v1.0.93
8642024-11-26T08:19:02.382Z Compiling regex-syntax v0.8.4
8652024-11-26T08:19:02.551Z Compiling num-conv v0.1.0
8662024-11-26T08:19:02.556Z Compiling time-core v0.1.2
8672024-11-26T08:19:02.727Z Compiling serde_derive_internals v0.29.1
8682024-11-26T08:19:02.837Z Compiling time-macros v0.2.18
8692024-11-26T08:19:04.283Z Compiling spin v0.9.8
8702024-11-26T08:19:04.449Z Compiling rustls-pki-types v1.8.0
8712024-11-26T08:19:05.009Z Compiling usdt-impl v0.5.0
8722024-11-26T08:19:05.409Z Compiling untrusted v0.9.0
8732024-11-26T08:19:05.624Z Compiling omicron-workspace-hack v0.1.0
8742024-11-26T08:19:05.868Z Compiling regex-automata v0.4.7
8752024-11-26T08:19:06.076Z Compiling atomic-waker v1.1.2
8762024-11-26T08:19:06.282Z Compiling rustversion v1.0.17
8772024-11-26T08:19:06.353Z Compiling tinyvec_macros v0.1.1
8782024-11-26T08:19:06.461Z Compiling plain v0.2.3
8792024-11-26T08:19:06.621Z Compiling strsim v0.11.1
8802024-11-26T08:19:07.046Z Compiling tinyvec v1.8.0
8812024-11-26T08:19:08.221Z Compiling rand_core v0.6.4
8822024-11-26T08:19:08.323Z Compiling serde_derive v1.0.215
8832024-11-26T08:19:08.685Z Compiling zerocopy-derive v0.7.35
8842024-11-26T08:19:08.711Z Compiling thiserror-impl v1.0.64
8852024-11-26T08:19:09.143Z Compiling tokio-macros v2.4.0
8862024-11-26T08:19:09.430Z Compiling schemars_derive v0.8.21
8872024-11-26T08:19:10.765Z Compiling futures-macro v0.3.30
8882024-11-26T08:19:10.835Z Compiling zerocopy v0.7.35
8892024-11-26T08:19:12.681Z Compiling openssl-macros v0.1.1
8902024-11-26T08:19:12.706Z Compiling futures-util v0.3.30
8912024-11-26T08:19:12.800Z Compiling tracing-attributes v0.1.27
8922024-11-26T08:19:12.969Z Compiling hashbrown v0.14.5
8932024-11-26T08:19:13.526Z Compiling scroll_derive v0.12.0
8942024-11-26T08:19:13.584Z Compiling pest v2.7.13
8952024-11-26T08:19:14.422Z Compiling regress v0.10.1
8962024-11-26T08:19:15.035Z Compiling regex v1.10.6
8972024-11-26T08:19:15.648Z Compiling scroll v0.12.0
8982024-11-26T08:19:16.213Z Compiling tracing v0.1.40
8992024-11-26T08:19:16.239Z Compiling pest_meta v2.7.13
9002024-11-26T08:19:16.898Z Compiling goblin v0.8.2
9012024-11-26T08:19:19.171Z Compiling pest_generator v2.7.13
9022024-11-26T08:19:19.543Z Compiling rustls-webpki v0.102.8
9032024-11-26T08:19:20.406Z Compiling zeroize v1.8.1
9042024-11-26T08:19:20.778Z Compiling try-lock v0.2.5
9052024-11-26T08:19:20.949Z Compiling percent-encoding v2.3.1
9062024-11-26T08:19:20.974Z Compiling pest_derive v2.7.13
9072024-11-26T08:19:21.449Z Compiling unsafe-libyaml v0.2.11
9082024-11-26T08:19:21.889Z Compiling pretty-hex v0.4.1
9092024-11-26T08:19:22.113Z Compiling bytes v1.7.2
9102024-11-26T08:19:23.298Z Compiling smallvec v1.13.2
9112024-11-26T08:19:23.854Z Compiling indexmap v2.5.0
9122024-11-26T08:19:24.146Z Compiling chrono v0.4.38
9132024-11-26T08:19:24.207Z Compiling uuid v1.11.0
9142024-11-26T08:19:24.652Z Compiling parking_lot v0.12.3
9152024-11-26T08:19:25.397Z Compiling tokio v1.40.0
9162024-11-26T08:19:25.449Z Compiling serde_tokenstream v0.2.2
9172024-11-26T08:19:25.494Z Compiling http v1.1.0
9182024-11-26T08:19:28.619Z Compiling openapiv3 v2.0.0
9192024-11-26T08:19:30.215Z Compiling ipnetwork v0.20.0
9202024-11-26T08:19:32.614Z Compiling typify-impl v0.2.0
9212024-11-26T08:19:32.640Z Compiling http-body v1.0.1
9222024-11-26T08:19:32.905Z Compiling serde_yaml v0.9.34+deprecated
9232024-11-26T08:19:33.055Z Compiling dof v0.3.0
9242024-11-26T08:19:33.263Z Compiling dtrace-parser v0.2.0
9252024-11-26T08:19:34.273Z Compiling form_urlencoded v1.2.1
9262024-11-26T08:19:34.793Z Compiling want v0.3.1
9272024-11-26T08:19:34.796Z Compiling unicode-normalization v0.1.24
9282024-11-26T08:19:35.252Z Compiling tokio-util v0.7.12
9292024-11-26T08:19:36.107Z Compiling thread-id v4.2.2
9302024-11-26T08:19:36.264Z Compiling h2 v0.4.6
9312024-11-26T08:19:36.350Z Compiling camino v1.1.9
9322024-11-26T08:19:36.661Z Compiling httpdate v1.0.3
9332024-11-26T08:19:36.995Z Compiling rustls v0.22.4
9342024-11-26T08:19:37.318Z Compiling ident_case v1.0.1
9352024-11-26T08:19:37.343Z Compiling unicode-bidi v0.3.15
9362024-11-26T08:19:37.413Z Compiling syn v1.0.109
9372024-11-26T08:19:37.523Z Compiling foreign-types-shared v0.1.1
9382024-11-26T08:19:37.548Z Compiling darling_core v0.20.10
9392024-11-26T08:19:37.655Z Compiling foreign-types v0.3.2
9402024-11-26T08:19:38.086Z Compiling ppv-lite86 v0.2.20
9412024-11-26T08:19:39.380Z Compiling tower-service v0.3.3
9422024-11-26T08:19:39.532Z Compiling slog-async v2.8.0
9432024-11-26T08:19:40.768Z Compiling rand_chacha v0.3.1
9442024-11-26T08:19:41.258Z Compiling idna v0.5.0
9452024-11-26T08:19:42.533Z Compiling hyper v1.5.1
9462024-11-26T08:19:43.726Z Compiling darling_macro v0.20.10
9472024-11-26T08:19:44.655Z Compiling typify-macro v0.2.0
9482024-11-26T08:19:45.174Z Compiling toml_datetime v0.6.8
9492024-11-26T08:19:45.649Z Compiling hyper-util v0.1.10
9502024-11-26T08:19:48.713Z Compiling typify v0.2.0
9512024-11-26T08:19:48.867Z Compiling progenitor-impl v0.8.0
9522024-11-26T08:19:51.510Z Compiling multer v3.1.0
9532024-11-26T08:19:53.113Z Compiling paste v1.0.15
9542024-11-26T08:19:53.633Z Compiling openssl-probe v0.1.5
9552024-11-26T08:19:55.598Z Compiling progenitor-macro v0.8.0
9562024-11-26T08:19:56.745Z Compiling darling v0.20.10
9572024-11-26T08:19:56.878Z Compiling url v2.5.2
9582024-11-26T08:19:56.918Z Compiling rand v0.8.5
9592024-11-26T08:19:59.653Z Compiling usdt-macro v0.5.0
9602024-11-26T08:20:01.232Z Compiling usdt-attr-macro v0.5.0
9612024-11-26T08:20:02.326Z Compiling http-body-util v0.1.2
9622024-11-26T08:20:02.933Z Compiling async-trait v0.1.83
9632024-11-26T08:20:04.799Z Compiling encoding_rs v0.8.34
9642024-11-26T08:20:04.943Z Compiling base64 v0.22.1
9652024-11-26T08:20:05.311Z Compiling ipnet v2.10.0
9662024-11-26T08:20:05.447Z Compiling mime v0.3.17
9672024-11-26T08:20:06.037Z Compiling rustls-pemfile v2.1.3
9682024-11-26T08:20:08.533Z Compiling tokio-rustls v0.26.0
9692024-11-26T08:20:08.854Z Compiling serde_with_macros v3.9.0
9702024-11-26T08:20:09.771Z Compiling tokio-native-tls v0.3.1
9712024-11-26T08:20:10.074Z Compiling strum_macros v0.26.4
9722024-11-26T08:20:10.196Z Compiling serde_urlencoded v0.7.1
9732024-11-26T08:20:11.352Z Compiling async-stream-impl v0.3.5
9742024-11-26T08:20:11.701Z Compiling structmeta-derive v0.3.0
9752024-11-26T08:20:12.776Z Compiling webpki-roots v0.26.6
9762024-11-26T08:20:12.998Z Compiling dropshot v0.12.0
9772024-11-26T08:20:13.361Z Compiling powerfmt v0.2.0
9782024-11-26T08:20:13.879Z Compiling crossbeam-utils v0.8.20
9792024-11-26T08:20:14.500Z Compiling structmeta v0.3.0
9802024-11-26T08:20:14.915Z Compiling deranged v0.3.11
9812024-11-26T08:20:15.429Z Compiling hyper-rustls v0.27.3
9822024-11-26T08:20:15.735Z Compiling hyper-tls v0.6.0
9832024-11-26T08:20:16.847Z Compiling sync_wrapper v1.0.1
9842024-11-26T08:20:17.591Z Compiling num_threads v0.1.7
9852024-11-26T08:20:18.362Z Compiling winnow v0.6.18
9862024-11-26T08:20:20.122Z Compiling time v0.3.36
9872024-11-26T08:20:20.959Z Compiling reqwest v0.12.9
9882024-11-26T08:20:22.825Z Compiling parse-display-derive v0.10.0
9892024-11-26T08:20:24.543Z Compiling block-buffer v0.10.4
9902024-11-26T08:20:24.817Z Compiling crypto-common v0.1.6
9912024-11-26T08:20:25.049Z Compiling dropshot_endpoint v0.12.0
9922024-11-26T08:20:26.311Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9932024-11-26T08:20:28.655Z Compiling digest v0.10.7
9942024-11-26T08:20:29.168Z Compiling progenitor-client v0.8.0
9952024-11-26T08:20:30.056Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9962024-11-26T08:20:31.974Z Compiling dirs-sys-next v0.1.2
9972024-11-26T08:20:33.039Z Compiling match_cfg v0.1.0
9982024-11-26T08:20:33.401Z Compiling lazy_static v1.5.0
9992024-11-26T08:20:33.510Z Compiling rustix v0.38.37
10002024-11-26T08:20:33.900Z Compiling hostname v0.3.1
10012024-11-26T08:20:34.168Z Compiling dirs-next v2.0.0
10022024-11-26T08:20:34.384Z Compiling progenitor v0.8.0
10032024-11-26T08:20:34.611Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10042024-11-26T08:20:36.877Z Compiling futures-executor v0.3.30
10052024-11-26T08:20:37.303Z Compiling thread_local v1.1.8
10062024-11-26T08:20:37.968Z Compiling errno v0.3.9
10072024-11-26T08:20:38.257Z Compiling instant v0.1.13
10082024-11-26T08:20:38.440Z Compiling unicode-width v0.1.14
10092024-11-26T08:20:39.230Z Compiling cpufeatures v0.2.14
10102024-11-26T08:20:41.128Z Compiling futures v0.3.30
10112024-11-26T08:20:42.651Z Compiling term v0.7.0
10122024-11-26T08:20:43.349Z Compiling crossbeam-channel v0.5.13
10132024-11-26T08:20:45.293Z Compiling serde_spanned v0.6.7
10142024-11-26T08:20:45.555Z Compiling is-terminal v0.4.13
10152024-11-26T08:20:45.704Z Compiling memmap v0.7.0
10162024-11-26T08:20:45.788Z Compiling take_mut v0.2.2
10172024-11-26T08:20:46.729Z Compiling usdt v0.5.0
10182024-11-26T08:20:47.000Z Compiling slog-term v2.9.1
10192024-11-26T08:20:48.207Z Compiling toml_edit v0.22.21
10202024-11-26T08:20:49.635Z Compiling slog-json v2.6.1
10212024-11-26T08:20:50.051Z Compiling strum v0.26.3
10222024-11-26T08:20:50.256Z Compiling serde_with v3.9.0
10232024-11-26T08:20:53.102Z Compiling heapless v0.8.0
10242024-11-26T08:20:53.678Z Compiling debug-ignore v1.0.5
10252024-11-26T08:20:54.154Z Compiling tokio-rustls v0.25.0
10262024-11-26T08:20:56.399Z Compiling toml v0.8.19
10272024-11-26T08:20:57.099Z Compiling slog-bunyan v2.5.0
10282024-11-26T08:20:57.388Z Compiling sha1 v0.10.6
10292024-11-26T08:20:58.238Z Compiling async-stream v0.3.5
10302024-11-26T08:20:58.486Z Compiling newtype-uuid v1.1.0
10312024-11-26T08:20:58.554Z Compiling serde_path_to_error v0.1.16
10322024-11-26T08:20:58.828Z Compiling hex v0.4.3
10332024-11-26T08:20:58.853Z Compiling waitgroup v0.1.2
10342024-11-26T08:20:59.184Z Compiling hostname v0.4.0
10352024-11-26T08:20:59.448Z Compiling hash32 v0.3.1
10362024-11-26T08:20:59.717Z Compiling stable_deref_trait v1.2.0
10372024-11-26T08:20:59.837Z Compiling smoltcp v0.11.0
10382024-11-26T08:21:01.078Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10392024-11-26T08:21:02.485Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10402024-11-26T08:21:03.210Z Compiling backoff v0.4.0
10412024-11-26T08:21:03.433Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10422024-11-26T08:21:03.591Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10432024-11-26T08:21:03.812Z Compiling parse-display v0.10.0
10442024-11-26T08:21:05.838Z Compiling macaddr v1.0.1
10452024-11-26T08:21:06.509Z Compiling regress v0.9.1
10462024-11-26T08:21:07.184Z Compiling clap_derive v4.5.18
10472024-11-26T08:21:09.693Z Compiling cobs v0.2.3
10482024-11-26T08:21:10.156Z Compiling managed v0.8.0
10492024-11-26T08:21:10.681Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10502024-11-26T08:21:11.092Z Compiling winnow v0.5.40
10512024-11-26T08:21:11.471Z Compiling bitflags v1.3.2
10522024-11-26T08:21:11.892Z Compiling utf8parse v0.2.2
10532024-11-26T08:21:12.037Z Compiling anstyle-parse v0.2.5
10542024-11-26T08:21:12.682Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10552024-11-26T08:21:15.052Z Compiling toml_edit v0.19.15
10562024-11-26T08:21:15.080Z Compiling postcard v1.0.10
10572024-11-26T08:21:20.936Z Compiling anstyle-query v1.1.1
10582024-11-26T08:21:21.114Z Compiling anstyle v1.0.10
10592024-11-26T08:21:21.257Z Compiling colorchoice v1.0.2
10602024-11-26T08:21:21.465Z Compiling is_terminal_polyfill v1.70.1
10612024-11-26T08:21:21.611Z Compiling anstream v0.6.15
10622024-11-26T08:21:22.704Z Compiling proc-macro-crate v1.3.1
10632024-11-26T08:21:23.594Z Compiling terminal_size v0.4.0
10642024-11-26T08:21:23.735Z Compiling clap_lex v0.7.2
10652024-11-26T08:21:24.060Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10662024-11-26T08:21:24.446Z Compiling clap_builder v4.5.21
10672024-11-26T08:21:24.598Z Compiling num_enum_derive v0.5.11
10682024-11-26T08:21:25.718Z Compiling tabwriter v1.4.0
10692024-11-26T08:21:26.660Z Compiling foreign-types-macros v0.2.3
10702024-11-26T08:21:27.026Z Compiling num-integer v0.1.46
10712024-11-26T08:21:27.616Z Compiling foreign-types-shared v0.3.1
10722024-11-26T08:21:28.024Z Compiling foreign-types v0.5.0
10732024-11-26T08:21:28.145Z Compiling num_enum v0.5.11
10742024-11-26T08:21:28.594Z Compiling clap v4.5.21
10752024-11-26T08:21:28.749Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10762024-11-26T08:21:29.331Z Compiling cstr-argument v0.1.2
10772024-11-26T08:21:29.420Z Compiling proc-macro-error-attr v1.0.4
10782024-11-26T08:21:29.661Z Compiling heck v0.4.1
10792024-11-26T08:21:29.787Z Compiling prettyplease v0.2.22
10802024-11-26T08:21:29.808Z Compiling pretty-hex v0.2.1
10812024-11-26T08:21:30.059Z Compiling either v1.13.0
10822024-11-26T08:21:30.539Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10832024-11-26T08:21:30.861Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10842024-11-26T08:21:30.972Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10852024-11-26T08:21:32.148Z Compiling num-iter v0.1.45
10862024-11-26T08:21:32.295Z Compiling num-rational v0.4.2
10872024-11-26T08:21:32.738Z Compiling colored v2.1.0
10882024-11-26T08:21:34.403Z Compiling num-complex v0.4.6
10892024-11-26T08:21:35.128Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10902024-11-26T08:21:35.128Z Compiling proc-macro-error v1.0.4
10912024-11-26T08:21:35.630Z Compiling fastrand v2.1.1
10922024-11-26T08:21:35.676Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10932024-11-26T08:21:35.702Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10942024-11-26T08:21:35.996Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10952024-11-26T08:21:36.157Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10962024-11-26T08:21:36.207Z Compiling tempfile v3.12.0
10972024-11-26T08:21:37.920Z Compiling num v0.4.3
10982024-11-26T08:21:40.853Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10992024-11-26T08:21:41.293Z Compiling crucible-workspace-hack v0.1.0
11002024-11-26T08:21:41.473Z Compiling float-ord v0.3.2
11012024-11-26T08:21:41.662Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11022024-11-26T08:21:48.988Z Compiling semver v0.1.20
11032024-11-26T08:21:49.424Z Compiling unicode-segmentation v1.12.0
11042024-11-26T08:21:49.727Z Compiling rustc_version v0.1.7
11052024-11-26T08:21:50.037Z Compiling zone_cfg_derive v0.3.0
11062024-11-26T08:21:50.140Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11072024-11-26T08:21:50.679Z Compiling newline-converter v0.3.0
11082024-11-26T08:21:51.019Z Compiling camino-tempfile v1.1.1
11092024-11-26T08:21:51.208Z Compiling itertools v0.10.5
11102024-11-26T08:21:51.562Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11112024-11-26T08:21:51.792Z Compiling console v0.15.8
11122024-11-26T08:21:52.067Z Compiling num-derive v0.4.2
11132024-11-26T08:21:52.998Z Compiling sigpipe v0.1.3
11142024-11-26T08:21:53.318Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-11-26T08:21:53.672Z Compiling similar v2.6.0
11162024-11-26T08:21:54.383Z Compiling base64ct v1.6.0
11172024-11-26T08:21:54.543Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11182024-11-26T08:21:54.722Z Compiling expectorate v1.1.0
11192024-11-26T08:21:54.998Z Compiling password-hash v0.5.0
11202024-11-26T08:21:55.088Z Compiling zone v0.3.0
11212024-11-26T08:21:56.231Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11222024-11-26T08:21:57.163Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11232024-11-26T08:21:57.404Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11242024-11-26T08:21:58.501Z Compiling newtype_derive v0.1.6
11252024-11-26T08:21:58.908Z Compiling blake2 v0.10.6
11262024-11-26T08:21:59.546Z Compiling hubpack_derive v0.1.1
11272024-11-26T08:22:00.061Z Compiling smf v0.2.3
11282024-11-26T08:22:00.129Z Compiling zerocopy-derive v0.6.6
11292024-11-26T08:22:00.530Z Compiling cancel-safe-futures v0.1.5
11302024-11-26T08:22:00.680Z Compiling fixedbitset v0.4.2
11312024-11-26T08:22:00.943Z Compiling whoami v1.5.2
11322024-11-26T08:22:00.982Z Compiling owo-colors v4.1.0
11332024-11-26T08:22:01.275Z Compiling petgraph v0.6.5
11342024-11-26T08:22:01.467Z Compiling hubpack v0.1.2
11352024-11-26T08:22:01.940Z Compiling argon2 v0.5.3
11362024-11-26T08:22:02.186Z Compiling zerocopy v0.6.6
11372024-11-26T08:22:03.250Z Compiling strum_macros v0.25.3
11382024-11-26T08:22:04.394Z Compiling serde-big-array v0.5.1
11392024-11-26T08:22:04.674Z Compiling serde_repr v0.1.19
11402024-11-26T08:22:05.901Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-11-26T08:22:05.927Z Compiling cookie v0.18.1
11422024-11-26T08:22:05.980Z Compiling convert_case v0.4.0
11432024-11-26T08:22:06.288Z Compiling static_assertions v1.1.0
11442024-11-26T08:22:06.511Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-11-26T08:22:06.776Z Compiling derive_more v0.99.18
11462024-11-26T08:22:07.030Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11472024-11-26T08:22:08.966Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482024-11-26T08:22:09.286Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11492024-11-26T08:22:09.724Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11502024-11-26T08:22:13.394Z Compiling atomicwrites v0.4.4
11512024-11-26T08:22:13.431Z Compiling itertools v0.13.0
11522024-11-26T08:22:13.644Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11532024-11-26T08:22:14.858Z Compiling idna v0.4.0
11542024-11-26T08:22:15.107Z Compiling libsw v3.3.1
11552024-11-26T08:22:15.448Z Compiling enum-as-inner v0.6.1
11562024-11-26T08:22:15.974Z Compiling derive-where v1.2.7
11572024-11-26T08:22:16.133Z Compiling highway v1.2.0
11582024-11-26T08:22:16.675Z Compiling linear-map v1.2.0
11592024-11-26T08:22:16.917Z Compiling indent_write v2.2.0
11602024-11-26T08:22:17.852Z Compiling data-encoding v2.6.0
11612024-11-26T08:22:17.878Z Compiling swrite v0.1.0
11622024-11-26T08:22:17.878Z Compiling linked-hash-map v0.5.6
11632024-11-26T08:22:17.878Z Compiling quick-error v1.2.3
11642024-11-26T08:22:17.878Z Compiling resolv-conf v0.7.0
11652024-11-26T08:22:17.878Z Compiling lru-cache v0.1.2
11662024-11-26T08:22:18.065Z Compiling hickory-proto v0.24.1
11672024-11-26T08:22:18.744Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-11-26T08:22:19.331Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11692024-11-26T08:22:19.421Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11702024-11-26T08:22:22.396Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11712024-11-26T08:22:22.822Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11722024-11-26T08:22:23.712Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11732024-11-26T08:22:24.003Z Compiling steno v0.4.1
11742024-11-26T08:22:27.668Z Compiling slog-dtrace v0.3.0
11752024-11-26T08:22:28.031Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-11-26T08:22:28.404Z Compiling humantime v2.1.0
11772024-11-26T08:22:28.480Z Compiling parking_lot_core v0.8.6
11782024-11-26T08:22:28.978Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-11-26T08:22:29.161Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11802024-11-26T08:22:29.277Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11812024-11-26T08:22:30.146Z Compiling hickory-resolver v0.24.1
11822024-11-26T08:22:31.422Z Compiling num-derive v0.3.3
11832024-11-26T08:22:32.425Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-11-26T08:22:33.397Z Compiling thiserror v2.0.3
11852024-11-26T08:22:33.778Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11862024-11-26T08:22:33.811Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11872024-11-26T08:22:34.182Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11882024-11-26T08:22:35.223Z Compiling thiserror-impl v2.0.3
11892024-11-26T08:22:35.844Z Compiling parking_lot v0.11.2
11902024-11-26T08:22:36.826Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11912024-11-26T08:22:38.428Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11922024-11-26T08:22:38.744Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11932024-11-26T08:22:39.747Z Compiling crossbeam-epoch v0.9.18
11942024-11-26T08:22:39.927Z Compiling fxhash v0.2.1
11952024-11-26T08:22:40.160Z Compiling crc32fast v1.4.2
11962024-11-26T08:22:40.693Z Compiling arc-swap v1.7.1
11972024-11-26T08:22:40.909Z Compiling crc8 v0.1.1
11982024-11-26T08:22:41.234Z Compiling slog-scope v4.4.0
11992024-11-26T08:22:41.430Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
12002024-11-26T08:22:42.033Z Compiling sled v0.34.7
12012024-11-26T08:22:45.907Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12022024-11-26T08:22:46.623Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12032024-11-26T08:22:47.188Z Compiling slog-stdlog v4.1.1
12042024-11-26T08:22:47.956Z Compiling slog-envlogger v2.2.0
12052024-11-26T08:22:49.353Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12062024-11-26T08:22:50.684Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12072024-11-26T08:23:00.254Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12082024-11-26T08:23:02.935Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12092024-11-26T08:23:07.897Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12102024-11-26T08:23:36.295Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12112024-11-26T08:23:36.298Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12122024-11-26T08:23:43.473Z Finished `release` profile [optimized] target(s) in 5m 11s
12132024-11-26T08:23:43.803Z+ banner trio
12142024-11-26T08:23:43.805Z
12152024-11-26T08:23:43.805Z ##### ##### # ####
12162024-11-26T08:23:43.805Z # # # # # #
12172024-11-26T08:23:43.805Z # # # # # #
12182024-11-26T08:23:43.805Z # ##### # # #
12192024-11-26T08:23:43.805Z # # # # # #
12202024-11-26T08:23:43.805Z # # # # ####
12212024-11-26T08:23:43.805Z
12222024-11-26T08:23:43.805Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12232024-11-26T08:23:44.272Z Compiling cfg-if v1.0.0
12242024-11-26T08:23:44.272Z Compiling libc v0.2.165
12252024-11-26T08:23:44.275Z Compiling serde v1.0.215
12262024-11-26T08:23:44.275Z Compiling once_cell v1.20.2
12272024-11-26T08:23:44.275Z Compiling itoa v1.0.11
12282024-11-26T08:23:44.343Z Compiling byteorder v1.5.0
12292024-11-26T08:23:44.353Z Compiling syn v2.0.87
12302024-11-26T08:23:44.359Z Compiling bytes v1.7.2
12312024-11-26T08:23:44.400Z Compiling num-traits v0.2.19
12322024-11-26T08:23:44.559Z Compiling zerocopy v0.7.35
12332024-11-26T08:23:44.721Z Compiling pin-project-lite v0.2.14
12342024-11-26T08:23:44.721Z Compiling ahash v0.8.11
12352024-11-26T08:23:44.774Z Compiling allocator-api2 v0.2.18
12362024-11-26T08:23:44.783Z Compiling scopeguard v1.2.0
12372024-11-26T08:23:44.849Z Compiling smallvec v1.13.2
12382024-11-26T08:23:44.888Z Compiling memchr v2.7.4
12392024-11-26T08:23:44.905Z Compiling schemars v0.8.21
12402024-11-26T08:23:45.287Z Compiling lock_api v0.4.12
12412024-11-26T08:23:45.624Z Compiling fnv v1.0.7
12422024-11-26T08:23:45.750Z Compiling hashbrown v0.14.5
12432024-11-26T08:23:45.764Z Compiling log v0.4.22
12442024-11-26T08:23:45.782Z Compiling futures-core v0.3.30
12452024-11-26T08:23:45.932Z Compiling getrandom v0.2.15
12462024-11-26T08:23:46.015Z Compiling parking_lot_core v0.9.10
12472024-11-26T08:23:46.208Z Compiling signal-hook-registry v1.4.2
12482024-11-26T08:23:46.273Z Compiling socket2 v0.5.7
12492024-11-26T08:23:46.304Z Compiling mio v1.0.2
12502024-11-26T08:23:46.788Z Compiling parking_lot v0.12.3
12512024-11-26T08:23:47.101Z Compiling ryu v1.0.18
12522024-11-26T08:23:47.202Z Compiling equivalent v1.0.1
12532024-11-26T08:23:47.685Z Compiling tracing-core v0.1.32
12542024-11-26T08:23:47.721Z Compiling serde_json v1.0.133
12552024-11-26T08:23:47.755Z Compiling uuid v1.11.0
12562024-11-26T08:23:47.806Z Compiling regress v0.10.1
12572024-11-26T08:23:47.976Z Compiling futures-task v0.3.30
12582024-11-26T08:23:47.998Z Compiling untrusted v0.9.0
12592024-11-26T08:23:48.168Z Compiling pin-utils v0.1.0
12602024-11-26T08:23:48.177Z Compiling spin v0.9.8
12612024-11-26T08:23:48.262Z Compiling futures-sink v0.3.30
12622024-11-26T08:23:48.333Z Compiling ring v0.17.8
12632024-11-26T08:23:48.385Z Compiling futures-util v0.3.30
12642024-11-26T08:23:48.410Z Compiling slab v0.4.9
12652024-11-26T08:23:48.924Z Compiling try-lock v0.2.5
12662024-11-26T08:23:49.081Z Compiling chrono v0.4.38
12672024-11-26T08:23:49.146Z Compiling want v0.3.1
12682024-11-26T08:23:49.459Z Compiling httparse v1.9.4
12692024-11-26T08:23:50.121Z Compiling futures-channel v0.3.30
12702024-11-26T08:23:50.538Z Compiling tower-service v0.3.3
12712024-11-26T08:23:50.591Z Compiling dyn-clone v1.0.17
12722024-11-26T08:23:50.659Z Compiling foreign-types-shared v0.1.1
12732024-11-26T08:23:50.765Z Compiling foreign-types v0.3.2
12742024-11-26T08:23:50.853Z Compiling openssl-sys v0.9.103
12752024-11-26T08:23:51.140Z Compiling serde_derive_internals v0.29.1
12762024-11-26T08:23:51.155Z Compiling bitflags v2.6.0
12772024-11-26T08:23:51.480Z Compiling unicode-ident v1.0.13
12782024-11-26T08:23:51.538Z Compiling http v1.1.0
12792024-11-26T08:23:51.684Z Compiling proc-macro2 v1.0.86
12802024-11-26T08:23:52.342Z Compiling semver v1.0.23
12812024-11-26T08:23:52.521Z Compiling tinyvec_macros v0.1.1
12822024-11-26T08:23:52.609Z Compiling openssl-probe v0.1.5
12832024-11-26T08:23:52.890Z Compiling tinyvec v1.8.0
12842024-11-26T08:23:53.138Z Compiling quote v1.0.37
12852024-11-26T08:23:53.417Z Compiling percent-encoding v2.3.1
12862024-11-26T08:23:53.891Z Compiling form_urlencoded v1.2.1
12872024-11-26T08:23:54.659Z Compiling unicode-normalization v0.1.24
12882024-11-26T08:23:55.242Z Compiling aho-corasick v1.1.3
12892024-11-26T08:23:56.003Z Compiling http v0.2.12
12902024-11-26T08:23:56.089Z Compiling rustls-pki-types v1.8.0
12912024-11-26T08:23:56.221Z Compiling heck v0.5.0
12922024-11-26T08:23:56.664Z Compiling unicode-bidi v0.3.15
12932024-11-26T08:23:56.676Z Compiling serde_derive v1.0.215
12942024-11-26T08:23:57.101Z Compiling zerocopy-derive v0.7.35
12952024-11-26T08:23:57.380Z Compiling thiserror-impl v1.0.64
12962024-11-26T08:23:57.581Z Compiling tokio-macros v2.4.0
12972024-11-26T08:23:59.223Z Compiling schemars_derive v0.8.21
12982024-11-26T08:23:59.652Z Compiling tokio v1.40.0
12992024-11-26T08:23:59.700Z Compiling tracing-attributes v0.1.27
13002024-11-26T08:24:00.233Z Compiling thiserror v1.0.64
13012024-11-26T08:24:00.521Z Compiling openssl-macros v0.1.1
13022024-11-26T08:24:01.409Z Compiling openssl v0.10.66
13032024-11-26T08:24:01.996Z Compiling idna v0.5.0
13042024-11-26T08:24:02.273Z Compiling regex-automata v0.4.7
13052024-11-26T08:24:03.123Z Compiling tracing v0.1.40
13062024-11-26T08:24:03.797Z Compiling http-body v1.0.1
13072024-11-26T08:24:10.103Z Compiling tokio-util v0.7.12
13082024-11-26T08:24:11.425Z Compiling indexmap v2.5.0
13092024-11-26T08:24:13.899Z Compiling serde_tokenstream v0.2.2
13102024-11-26T08:24:15.773Z Compiling native-tls v0.2.12
13112024-11-26T08:24:15.780Z Compiling regex-syntax v0.8.4
13122024-11-26T08:24:16.887Z Compiling tokio-native-tls v0.3.1
13132024-11-26T08:24:17.179Z Compiling atomic-waker v1.1.2
13142024-11-26T08:24:17.359Z Compiling slog v2.7.0
13152024-11-26T08:24:17.927Z Compiling h2 v0.4.6
13162024-11-26T08:24:18.014Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13172024-11-26T08:24:18.644Z Compiling typify-impl v0.2.0
13182024-11-26T08:24:18.773Z Compiling openapiv3 v2.0.0
13192024-11-26T08:24:27.014Z Compiling serde_urlencoded v0.7.1
13202024-11-26T08:24:27.613Z Compiling regex v1.10.6
13212024-11-26T08:24:28.607Z Compiling url v2.5.2
13222024-11-26T08:24:30.149Z Compiling encoding_rs v0.8.34
13232024-11-26T08:24:30.659Z Compiling mime v0.3.17
13242024-11-26T08:24:31.759Z Compiling rustls v0.21.12
13252024-11-26T08:24:32.085Z Compiling ipnet v2.10.0
13262024-11-26T08:24:33.676Z Compiling typify-macro v0.2.0
13272024-11-26T08:24:33.809Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13282024-11-26T08:24:34.747Z Compiling hyper v1.5.1
13292024-11-26T08:24:36.132Z Compiling h2 v0.3.26
13302024-11-26T08:24:37.509Z Compiling http-body v0.4.6
13312024-11-26T08:24:37.651Z Compiling rustls-webpki v0.102.8
13322024-11-26T08:24:38.001Z Compiling rustls-webpki v0.101.7
13332024-11-26T08:24:38.025Z Compiling sct v0.7.1
13342024-11-26T08:24:38.481Z Compiling toml_datetime v0.6.8
13352024-11-26T08:24:38.881Z Compiling subtle v2.6.1
13362024-11-26T08:24:39.172Z Compiling httpdate v1.0.3
13372024-11-26T08:24:39.928Z Compiling zeroize v1.8.1
13382024-11-26T08:24:40.279Z Compiling serde_yaml v0.9.34+deprecated
13392024-11-26T08:24:40.849Z Compiling rustls v0.23.13
13402024-11-26T08:24:42.074Z Compiling hyper v0.14.30
13412024-11-26T08:24:44.086Z Compiling toml_edit v0.19.15
13422024-11-26T08:24:45.018Z Compiling hyper-util v0.1.10
13432024-11-26T08:24:50.898Z Compiling lazy_static v1.5.0
13442024-11-26T08:24:51.027Z Compiling tokio-rustls v0.26.0
13452024-11-26T08:24:51.516Z Compiling proc-macro-crate v1.3.1
13462024-11-26T08:24:51.890Z Compiling tokio-rustls v0.24.1
13472024-11-26T08:24:52.333Z Compiling http-body-util v0.1.2
13482024-11-26T08:24:52.371Z Compiling webpki-roots v0.26.6
13492024-11-26T08:24:52.591Z Compiling base64 v0.22.1
13502024-11-26T08:24:52.899Z Compiling base64 v0.21.7
13512024-11-26T08:24:53.699Z Compiling crossbeam-utils v0.8.20
13522024-11-26T08:24:53.712Z Compiling rustls-pemfile v1.0.4
13532024-11-26T08:24:53.722Z Compiling rustls-pemfile v2.1.3
13542024-11-26T08:24:53.986Z Compiling hyper-tls v0.6.0
13552024-11-26T08:24:54.408Z Compiling hyper-rustls v0.27.3
13562024-11-26T08:24:54.491Z Compiling num_enum_derive v0.5.11
13572024-11-26T08:24:54.500Z Compiling hyper-rustls v0.24.2
13582024-11-26T08:24:54.511Z Compiling hyper-tls v0.5.0
13592024-11-26T08:24:54.965Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13602024-11-26T08:24:55.010Z Compiling typify v0.2.0
13612024-11-26T08:24:56.163Z Compiling ipnetwork v0.20.0
13622024-11-26T08:24:56.971Z Compiling ppv-lite86 v0.2.20
13632024-11-26T08:24:57.179Z Compiling foreign-types-macros v0.2.3
13642024-11-26T08:24:57.885Z Compiling rand_core v0.6.4
13652024-11-26T08:24:58.360Z Compiling sync_wrapper v1.0.1
13662024-11-26T08:24:58.514Z Compiling dirs-sys-next v0.1.2
13672024-11-26T08:24:58.557Z Compiling powerfmt v0.2.0
13682024-11-26T08:24:58.953Z Compiling sync_wrapper v0.1.2
13692024-11-26T08:24:59.034Z Compiling foreign-types-shared v0.3.1
13702024-11-26T08:24:59.084Z Compiling webpki-roots v0.25.4
13712024-11-26T08:24:59.149Z Compiling foreign-types v0.5.0
13722024-11-26T08:24:59.182Z Compiling time-macros v0.2.18
13732024-11-26T08:24:59.239Z Compiling reqwest v0.11.27
13742024-11-26T08:24:59.258Z Compiling deranged v0.3.11
13752024-11-26T08:24:59.598Z Compiling dirs-next v2.0.0
13762024-11-26T08:24:59.879Z Compiling progenitor-impl v0.8.0
13772024-11-26T08:25:01.652Z Compiling reqwest v0.12.9
13782024-11-26T08:25:02.552Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13792024-11-26T08:25:06.646Z Compiling rand_chacha v0.3.1
13802024-11-26T08:25:08.387Z Compiling num_enum v0.5.11
13812024-11-26T08:25:08.572Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13822024-11-26T08:25:10.817Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13832024-11-26T08:25:10.972Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13842024-11-26T08:25:10.982Z Compiling cstr-argument v0.1.2
13852024-11-26T08:25:11.160Z Compiling thread_local v1.1.8
13862024-11-26T08:25:11.240Z Compiling either v1.13.0
13872024-11-26T08:25:11.720Z Compiling time-core v0.1.2
13882024-11-26T08:25:11.883Z Compiling arc-swap v1.7.1
13892024-11-26T08:25:11.912Z Compiling num-conv v0.1.0
13902024-11-26T08:25:12.183Z Compiling pretty-hex v0.2.1
13912024-11-26T08:25:12.394Z Compiling slog-scope v4.4.0
13922024-11-26T08:25:12.590Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13932024-11-26T08:25:12.974Z Compiling time v0.3.36
13942024-11-26T08:25:13.296Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13952024-11-26T08:25:13.378Z Compiling itertools v0.12.1
13962024-11-26T08:25:14.793Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13972024-11-26T08:25:15.692Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13982024-11-26T08:25:15.874Z Compiling crossbeam-channel v0.5.13
13992024-11-26T08:25:17.279Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14002024-11-26T08:25:17.466Z Compiling rand v0.8.5
14012024-11-26T08:25:19.388Z Compiling progenitor-macro v0.8.0
14022024-11-26T08:25:22.077Z Compiling progenitor-client v0.8.0
14032024-11-26T08:25:30.532Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14042024-11-26T08:25:32.461Z Compiling term v0.7.0
14052024-11-26T08:25:32.653Z Compiling anyhow v1.0.93
14062024-11-26T08:25:34.159Z Compiling colored v2.1.0
14072024-11-26T08:25:35.390Z Compiling is-terminal v0.4.13
14082024-11-26T08:25:35.523Z Compiling take_mut v0.2.2
14092024-11-26T08:25:35.691Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14102024-11-26T08:25:36.030Z Compiling winnow v0.6.18
14112024-11-26T08:25:37.032Z Compiling slog-async v2.8.0
14122024-11-26T08:25:40.106Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14132024-11-26T08:25:40.595Z Compiling slog-term v2.9.1
14142024-11-26T08:25:43.451Z Compiling progenitor v0.8.0
14152024-11-26T08:25:43.668Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14162024-11-26T08:25:43.890Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14172024-11-26T08:25:46.051Z Compiling slog-stdlog v4.1.1
14182024-11-26T08:25:46.905Z Compiling slog-envlogger v2.2.0
14192024-11-26T08:25:47.687Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14202024-11-26T08:25:49.455Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14212024-11-26T08:26:00.618Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14222024-11-26T08:26:08.063Z Finished `release` profile [optimized] target(s) in 2m 24s
14232024-11-26T08:26:08.145Z Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757)
14242024-11-26T08:26:08.193Z
14252024-11-26T08:26:08.193Zrunning 1 test
14262024-11-26T08:26:08.433Zconfigure zone
14272024-11-26T08:26:08.448Zinstall zone
14282024-11-26T08:27:08.244Ztest ddm::test_trio_v3 has been running for over 60 seconds
14292024-11-26T08:28:05.992Zboot zone
14302024-11-26T08:28:06.762Zstart zone s1
14312024-11-26T08:28:06.762Zconfigure zone
14322024-11-26T08:28:06.770Zinstall zone
14332024-11-26T08:29:58.153Zboot zone
14342024-11-26T08:29:58.933Zstart zone s2
14352024-11-26T08:29:58.933Zconfigure zone
14362024-11-26T08:29:58.941Zinstall zone
14372024-11-26T08:31:49.716Zboot zone
14382024-11-26T08:31:50.631Zstart zone t1
14392024-11-26T08:31:50.631Zconfigure zone
14402024-11-26T08:31:50.639Zinstall zone
14412024-11-26T08:33:37.652Zboot zone
14422024-11-26T08:33:38.453Zwaiting for zones to come up
14432024-11-26T08:33:48.462Z[sidecar.trio] svcs milestone/network
14442024-11-26T08:33:48.493ZSTATE STIME FMRI
14452024-11-26T08:33:48.493Zonline 0:28:24 svc:/milestone/network:default
14462024-11-26T08:33:48.493Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14472024-11-26T08:33:48.539Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14482024-11-26T08:33:48.588Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14492024-11-26T08:33:48.632Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14502024-11-26T08:33:48.636Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14512024-11-26T08:33:48.655Z
14522024-11-26T08:33:48.655Zrunning zone s1.trio setup
14532024-11-26T08:33:48.655Z[s1.trio] svcs milestone/network
14542024-11-26T08:33:48.678ZSTATE STIME FMRI
14552024-11-26T08:33:48.678Zonline 0:30:16 svc:/milestone/network:default
14562024-11-26T08:33:48.678Z[s1.trio] dladm
14572024-11-26T08:33:48.699ZLINK CLASS MTU STATE BRIDGE OVER
14582024-11-26T08:33:48.699Zsl0 simnet 9000 up -- ?
14592024-11-26T08:33:48.699Zmg2 vnic 9000 up -- ?
14602024-11-26T08:33:48.699Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14612024-11-26T08:33:49.237Z
14622024-11-26T08:33:49.237Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14632024-11-26T08:33:49.259Z
14642024-11-26T08:33:49.259Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14652024-11-26T08:33:49.279Z
14662024-11-26T08:33:49.279Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14672024-11-26T08:33:49.365Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14682024-11-26T08:33:49.409Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9ead555d-a5c4-4879-83ca-a9904f7b3713 --sled-uuid 3d150f1b-91ee-4740-93c1-ed264e238519 -a sl0/v6 &> /opt/ddmd.log &
14692024-11-26T08:33:49.429Z
14702024-11-26T08:33:49.430Zrunning zone s2.trio setup
14712024-11-26T08:33:49.430Z[s2.trio] svcs milestone/network
14722024-11-26T08:33:49.453ZSTATE STIME FMRI
14732024-11-26T08:33:49.453Zonline 0:32:08 svc:/milestone/network:default
14742024-11-26T08:33:49.453Z[s2.trio] dladm
14752024-11-26T08:33:49.474ZLINK CLASS MTU STATE BRIDGE OVER
14762024-11-26T08:33:49.474Zsl1 simnet 9000 up -- ?
14772024-11-26T08:33:49.474Zmg3 vnic 9000 up -- ?
14782024-11-26T08:33:49.474Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14792024-11-26T08:33:50.107Z
14802024-11-26T08:33:50.107Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14812024-11-26T08:33:50.110Z
14822024-11-26T08:33:50.110Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14832024-11-26T08:33:50.110Z
14842024-11-26T08:33:50.110Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14852024-11-26T08:33:50.110Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14862024-11-26T08:33:50.128Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 201ca047-4585-4bcf-b288-121e0d1ae30c --sled-uuid 849b77ea-e1da-4c02-ba7a-18b571ab3a77 -a sl1/v6 &> /opt/ddmd.log &
14872024-11-26T08:33:50.149Z
14882024-11-26T08:33:50.149Zrunning zone t1.trio setup
14892024-11-26T08:33:50.149Z[t1.trio] svcs milestone/network
14902024-11-26T08:33:50.171ZSTATE STIME FMRI
14912024-11-26T08:33:50.171Z- - svc:/milestone/network:default
14922024-11-26T08:33:51.277Z[t1.trio] svcs milestone/network
14932024-11-26T08:33:51.289ZSTATE STIME FMRI
14942024-11-26T08:33:51.289Z- - svc:/milestone/network:default
14952024-11-26T08:33:52.194Z[t1.trio] svcs milestone/network
14962024-11-26T08:33:52.215ZSTATE STIME FMRI
14972024-11-26T08:33:52.215Z- - svc:/milestone/network:default
14982024-11-26T08:33:53.216Z[t1.trio] svcs milestone/network
14992024-11-26T08:33:53.239ZSTATE STIME FMRI
15002024-11-26T08:33:53.240Z- - svc:/milestone/network:default
15012024-11-26T08:33:54.241Z[t1.trio] svcs milestone/network
15022024-11-26T08:33:54.262ZSTATE STIME FMRI
15032024-11-26T08:33:54.262Z- - svc:/milestone/network:default
15042024-11-26T08:33:55.263Z[t1.trio] svcs milestone/network
15052024-11-26T08:33:55.285ZSTATE STIME FMRI
15062024-11-26T08:33:55.285Z- - svc:/milestone/network:default
15072024-11-26T08:33:56.286Z[t1.trio] svcs milestone/network
15082024-11-26T08:33:56.308ZSTATE STIME FMRI
15092024-11-26T08:33:56.308Z- - svc:/milestone/network:default
15102024-11-26T08:33:57.310Z[t1.trio] svcs milestone/network
15112024-11-26T08:33:57.331ZSTATE STIME FMRI
15122024-11-26T08:33:57.331Zonline 0:33:55 svc:/milestone/network:default
15132024-11-26T08:33:57.331Z[t1.trio] dladm
15142024-11-26T08:33:57.354ZLINK CLASS MTU STATE BRIDGE OVER
15152024-11-26T08:33:57.354Ztfportrear0_0 simnet 9000 up -- ?
15162024-11-26T08:33:57.354Ztfportrear1_0 simnet 9000 up -- ?
15172024-11-26T08:33:57.354Zmg1 vnic 9000 up -- ?
15182024-11-26T08:33:57.354Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15192024-11-26T08:33:57.960Z
15202024-11-26T08:33:57.960Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15212024-11-26T08:33:57.963Z
15222024-11-26T08:33:57.963Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15232024-11-26T08:33:57.970Z
15242024-11-26T08:33:57.970Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15252024-11-26T08:33:57.990Z
15262024-11-26T08:33:57.990Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15272024-11-26T08:33:58.189Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15282024-11-26T08:33:58.193Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15292024-11-26T08:33:58.196Zwaiting 3s for copy of files to zone to complete ...
15302024-11-26T08:34:01.252Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15312024-11-26T08:34:01.254Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15322024-11-26T08:34:01.279Z[t1.trio] svcadm enable dendrite
15332024-11-26T08:34:01.325Z
15342024-11-26T08:34:01.325Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15352024-11-26T08:34:01.372Z
15362024-11-26T08:34:01.372Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15372024-11-26T08:34:01.420Z
15382024-11-26T08:34:01.420Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15392024-11-26T08:34:01.463Z
15402024-11-26T08:34:01.463Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15412024-11-26T08:34:01.506Z
15422024-11-26T08:34:01.506Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15432024-11-26T08:34:01.549Z
15442024-11-26T08:34:01.549Z[t1.trio] svcadm refresh dendrite:default
15452024-11-26T08:34:01.588Z
15462024-11-26T08:34:01.588Z[t1.trio] svcadm restart dendrite:default
15472024-11-26T08:34:01.629Z
15482024-11-26T08:34:01.629Zwait 10s for dendrite to come up ...
15492024-11-26T08:34:11.638Z[t1.trio] svcadm enable tfport
15502024-11-26T08:34:11.677Z
15512024-11-26T08:34:11.677Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid aa5f00d2-bcb9-40bd-8fea-c7a0d29eb150 --sled-uuid c3480288-51ba-4614-8b64-2fd68bc690cc -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15522024-11-26T08:34:11.698Z
15532024-11-26T08:34:11.698Z[t1.trio] ipadm
15542024-11-26T08:34:11.722ZADDROBJ TYPE STATE ADDR
15552024-11-26T08:34:11.722Zlo0/v4 static ok 127.0.0.1/8
15562024-11-26T08:34:11.722Zmg1/v4 static ok 10.0.0.3/24
15572024-11-26T08:34:11.722Zlo0/v6 static ok ::1/128
15582024-11-26T08:34:11.722Zlo0/u6 static ok fd00:3::1/64
15592024-11-26T08:34:11.722Ztfportrear0_0/v6 addrconf ok fe80::1c55:9ff:feaa:ca70%tfportrear0_0/10
15602024-11-26T08:34:11.722Ztfportrear1_0/v6 addrconf ok fe80::242b:fbff:fe6f:a53%tfportrear1_0/10
15612024-11-26T08:34:13.932Zinitial peering test passed
15622024-11-26T08:34:14.934Zadvertise from one passed
15632024-11-26T08:34:15.937Zadvertise from two passed
15642024-11-26T08:34:15.937Z[s1.trio] ping fd00:2::1
15652024-11-26T08:34:15.964Zfd00:2::1 is alive
15662024-11-26T08:34:15.964Z[s2.trio] ping fd00:1::1
15672024-11-26T08:34:15.983Zfd00:1::1 is alive
15682024-11-26T08:34:15.983Zconnectivity test passed
15692024-11-26T08:34:15.983Z[t1.trio] pkill ddmd
15702024-11-26T08:34:16.003Z
15712024-11-26T08:34:22.072Z[t1.trio] svcadm enable dendrite
15722024-11-26T08:34:22.074Z
15732024-11-26T08:34:22.074Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15742024-11-26T08:34:22.094Z
15752024-11-26T08:34:22.094Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15762024-11-26T08:34:22.137Z
15772024-11-26T08:34:22.137Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15782024-11-26T08:34:22.179Z
15792024-11-26T08:34:22.179Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15802024-11-26T08:34:22.221Z
15812024-11-26T08:34:22.221Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15822024-11-26T08:34:22.263Z
15832024-11-26T08:34:22.263Z[t1.trio] svcadm refresh dendrite:default
15842024-11-26T08:34:22.300Z
15852024-11-26T08:34:22.300Z[t1.trio] svcadm restart dendrite:default
15862024-11-26T08:34:22.338Z
15872024-11-26T08:34:22.338Zwait 10s for dendrite to come up ...
15882024-11-26T08:34:32.347Z[t1.trio] svcadm enable tfport
15892024-11-26T08:34:32.387Z
15902024-11-26T08:34:32.387Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 1eb0d453-155c-41c3-af81-844fb9e0f80f --sled-uuid 5185949f-d3d0-4810-b158-bf9abafcc7ca -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15912024-11-26T08:34:32.407Z
15922024-11-26T08:34:32.407Z[t1.trio] ipadm
15932024-11-26T08:34:32.431ZADDROBJ TYPE STATE ADDR
15942024-11-26T08:34:32.431Zlo0/v4 static ok 127.0.0.1/8
15952024-11-26T08:34:32.431Zmg1/v4 static ok 10.0.0.3/24
15962024-11-26T08:34:32.431Zlo0/v6 static ok ::1/128
15972024-11-26T08:34:32.431Zlo0/u6 static ok fd00:3::1/64
15982024-11-26T08:34:32.431Ztfportrear0_0/v6 addrconf ok fe80::1c55:9ff:feaa:ca70%tfportrear0_0/10
15992024-11-26T08:34:32.431Ztfportrear1_0/v6 addrconf ok fe80::242b:fbff:fe6f:a53%tfportrear1_0/10
16002024-11-26T08:34:35.436Z[s1.trio] ping fd00:2::1
16012024-11-26T08:34:35.457Zfd00:2::1 is alive
16022024-11-26T08:34:35.457Z[s2.trio] ping fd00:1::1
16032024-11-26T08:34:35.478Zfd00:1::1 is alive
16042024-11-26T08:34:35.478Ztransit router restart passed
16052024-11-26T08:34:35.478Z[s1.trio] pkill ddmd
16062024-11-26T08:34:35.497Z
16072024-11-26T08:34:40.503Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4d3cd4ce-89c9-4396-8fa6-76a9d4aed7c0 --sled-uuid 48cfb26f-d299-4840-a8b3-60e7ac477429 -a sl0/v6 &> /opt/ddmd.log &
16082024-11-26T08:34:40.524Z
16092024-11-26T08:34:43.530Z[s1.trio] ping fd00:2::1
16102024-11-26T08:34:43.551Zfd00:2::1 is alive
16112024-11-26T08:34:43.551Z[s2.trio] ping fd00:1::1
16122024-11-26T08:34:43.572Zfd00:1::1 is alive
16132024-11-26T08:34:43.572Zserver router restart passed
16142024-11-26T08:34:46.579Zpeer expiration recovery passed
16152024-11-26T08:34:47.581Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16162024-11-26T08:34:47.605Z3
16172024-11-26T08:34:47.605Zredundant advertise passed
16182024-11-26T08:34:48.608Ztunnel endpoint advertise passed
16192024-11-26T08:34:53.614Zredundant tunnel endpoint advertise passed
16202024-11-26T08:34:53.614Z[s1.trio] pkill ddmd
16212024-11-26T08:34:53.635Z
16222024-11-26T08:34:58.640Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 43395b35-fb41-480f-abee-8aa60911db6a --sled-uuid 6e85caa8-7981-426e-8801-cbe93e658df5 -a sl0/v6 &> /opt/ddmd.log &
16232024-11-26T08:34:58.661Z
16242024-11-26T08:35:03.732Ztunnel router restart passed
16252024-11-26T08:35:04.734Ztunnel endpoint withdraw passed
16262024-11-26T08:35:04.826Z[t1.trio] pkill ddmd
16272024-11-26T08:35:04.829Z
16282024-11-26T08:35:04.829Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16292024-11-26T08:35:04.829Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16302024-11-26T08:35:07.129Z[s2.trio] pkill ddmd
16312024-11-26T08:35:07.149Z
16322024-11-26T08:35:07.149Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16332024-11-26T08:35:09.509Z[s1.trio] pkill ddmd
16342024-11-26T08:35:09.528Z
16352024-11-26T08:35:09.529Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16362024-11-26T08:35:12.041Z[sidecar.trio] pkill softnpu
16372024-11-26T08:35:12.060Z
16382024-11-26T08:35:12.060Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16392024-11-26T08:35:14.539Ztest ddm::test_trio_v3 ... ok
16402024-11-26T08:35:14.539Z
16412024-11-26T08:35:14.539Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 545.89s
16422024-11-26T08:35:14.539Z
16432024-11-26T08:35:14.566Z+ cleanup
16442024-11-26T08:35:14.569Z++ id -un
16452024-11-26T08:35:14.572Z++ id -gn
16462024-11-26T08:35:14.575Z+ pfexec chown -R build:build .
16472024-11-26T08:35:14.713Zprocess exited: duration 1065205 ms, exit code 0
 
16482024-11-26T08:35:14.723Zfound 4 output files
16492024-11-26T08:35:14.723Zuploading: /work/s1.trio.log (4195 bytes)
16502024-11-26T08:35:15.820Zuploaded: /work/s1.trio.log
16512024-11-26T08:35:15.820Zuploading: /work/s2.trio.log (9442 bytes)
16522024-11-26T08:35:16.915Zuploaded: /work/s2.trio.log
16532024-11-26T08:35:16.915Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16542024-11-26T08:35:17.926Zuploaded: /work/sidecar.trio-softnpu.log
16552024-11-26T08:35:18.011Zuploading: /work/t1.trio.log (25787 bytes)
16562024-11-26T08:35:19.021Zuploaded: /work/t1.trio.log