01JDKRM5J5AEB6VT2TBN1FVZBJ: test-ddm-trio-v2-server

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: 01JDKRMS95D95VA939CD9ZSTDP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T08:16:45.372Zjob assigned to worker 01JDKRMXX0YVG7PHR6HB0118TR [factory aws, i-08b3f85fb74c5db94] (queued for 1 m 1 s)
 
22024-11-26T08:16:53.343Zstarting task 0: "setup"
32024-11-26T08:16:53.351Z++ uname -s
42024-11-26T08:16:53.354Z+ kern=SunOS
52024-11-26T08:16:53.354Z+ case "$kern" in
62024-11-26T08:16:53.354Z+ groupadd -g 12345 build
72024-11-26T08:16:53.356Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T08:16:55.362Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T08:16:55.466Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T08:16:55.468Z+ home_fs=zfs
112024-11-26T08:16:55.468Z+ [[ zfs == autofs ]]
122024-11-26T08:16:55.468Z+ mkdir -p /home/build
132024-11-26T08:16:55.471Z+ chown build:build /home/build /work
142024-11-26T08:16:57.472Z+ chmod 0700 /home/build /work
152024-11-26T08:16:57.475Zprocess exited: duration 4131 ms, exit code 0
 
162024-11-26T08:16:57.480Zstarting task 1: "rust-toolchain"
172024-11-26T08:16:57.485Z+ printf ' * toolchain channel = "%s"
182024-11-26T08:16:57.485Z' stable
192024-11-26T08:16:57.485Z * toolchain channel = "stable"
202024-11-26T08:16:57.485Z * toolchain profile = "default"
212024-11-26T08:16:57.485Z+ printf ' * toolchain profile = "%s"
222024-11-26T08:16:57.485Z' default
232024-11-26T08:16:57.488Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T08:16:57.488Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-26T08:16:57.589Zinfo: downloading installer
262024-11-26T08:16:59.246Zinfo: profile set to 'default'
272024-11-26T08:16:59.246Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T08:16:59.249Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-26T08:16:59.398Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-26T08:16:59.398Zinfo: downloading component 'cargo'
312024-11-26T08:17:00.288Zinfo: downloading component 'clippy'
322024-11-26T08:17:00.621Zinfo: downloading component 'rust-docs'
332024-11-26T08:17:01.796Zinfo: downloading component 'rust-std'
342024-11-26T08:17:03.736Zinfo: downloading component 'rustc'
352024-11-26T08:17:10.708Zinfo: downloading component 'rustfmt'
362024-11-26T08:17:10.957Zinfo: installing component 'cargo'
372024-11-26T08:17:11.744Zinfo: installing component 'clippy'
382024-11-26T08:17:12.108Zinfo: installing component 'rust-docs'
392024-11-26T08:17:13.785Zinfo: installing component 'rust-std'
402024-11-26T08:17:15.545Zinfo: installing component 'rustc'
412024-11-26T08:17:21.419Zinfo: installing component 'rustfmt'
422024-11-26T08:17:21.733Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-26T08:17:21.733Z
442024-11-26T08:17:22.106Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-26T08:17:22.106Z
462024-11-26T08:17:22.108Z
472024-11-26T08:17:22.108ZRust is installed now. Great!
482024-11-26T08:17:22.108Z
492024-11-26T08:17:22.108ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T08:17:22.108Zenvironment variable. This has not been done automatically.
512024-11-26T08:17:22.108Z
522024-11-26T08:17:22.108ZTo configure your current shell, you need to source
532024-11-26T08:17:22.108Zthe corresponding env file under $HOME/.cargo.
542024-11-26T08:17:22.108Z
552024-11-26T08:17:22.108ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T08:17:22.108Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T08:17:22.109Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T08:17:22.174Z+ rustc --version
592024-11-26T08:17:22.239Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-26T08:17:22.242Zprocess exited: duration 24757 ms, exit code 0
 
612024-11-26T08:17:22.249Zstarting task 2: "authentication"
622024-11-26T08:17:22.269Zprocess exited: duration 20 ms, exit code 0
 
632024-11-26T08:17:22.278Zstarting task 3: "clone repository"
642024-11-26T08:17:22.281Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-26T08:17:22.285Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-26T08:17:23.313ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-26T08:17:24.455Z+ cd /work/oxidecomputer/maghemite
682024-11-26T08:17:24.455Z+ git fetch origin 38057ed7ebd8f56861699cff9e87eba1b3970cc0
692024-11-26T08:17:24.774ZFrom https://github.com/oxidecomputer/maghemite
702024-11-26T08:17:24.774Z * branch 38057ed7ebd8f56861699cff9e87eba1b3970cc0 -> FETCH_HEAD
712024-11-26T08:17:24.780Z+ [[ -n renovate/thiserror-2.x ]]
722024-11-26T08:17:24.783Z++ git branch --show-current
732024-11-26T08:17:24.785Z+ current=main
742024-11-26T08:17:24.785Z+ [[ main != renovate/thiserror-2.x ]]
752024-11-26T08:17:24.785Z+ git branch -f renovate/thiserror-2.x 38057ed7ebd8f56861699cff9e87eba1b3970cc0
762024-11-26T08:17:24.787Z+ git checkout -f renovate/thiserror-2.x
772024-11-26T08:17:24.801ZSwitched to branch 'renovate/thiserror-2.x'
782024-11-26T08:17:24.804Z+ git reset --hard 38057ed7ebd8f56861699cff9e87eba1b3970cc0
792024-11-26T08:17:24.816ZHEAD is now at 38057ed Update Rust crate thiserror to v2
802024-11-26T08:17:24.818Zprocess exited: duration 2539 ms, exit code 0
 
812024-11-26T08:17:24.824Zstarting task 4: "build"
822024-11-26T08:17:24.829Z++ cargo --version
832024-11-26T08:17:24.833Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-26T08:17:24.990Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-26T08:17:24.990Zinfo: downloading component 'cargo'
862024-11-26T08:17:25.850Zinfo: downloading component 'clippy'
872024-11-26T08:17:26.168Zinfo: downloading component 'rust-docs'
882024-11-26T08:17:27.358Zinfo: downloading component 'rust-std'
892024-11-26T08:17:29.209Zinfo: downloading component 'rustc'
902024-11-26T08:17:35.856Zinfo: downloading component 'rustfmt'
912024-11-26T08:17:36.107Zinfo: installing component 'cargo'
922024-11-26T08:17:36.899Zinfo: installing component 'clippy'
932024-11-26T08:17:37.260Zinfo: installing component 'rust-docs'
942024-11-26T08:17:38.920Zinfo: installing component 'rust-std'
952024-11-26T08:17:40.563Zinfo: installing component 'rustc'
962024-11-26T08:17:46.211Zinfo: installing component 'rustfmt'
972024-11-26T08:17:46.619Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-26T08:17:46.621Z++ rustc --version
992024-11-26T08:17:46.691Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-26T08:17:46.695Z++ dladm
1012024-11-26T08:17:46.700ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-26T08:17:46.700Zena0 phys 9216 up -- --
1032024-11-26T08:17:46.703Z++ ipadm
1042024-11-26T08:17:46.705ZADDROBJ TYPE STATE ADDR
1052024-11-26T08:17:46.705Zlo0/v4 static ok 127.0.0.1/8
1062024-11-26T08:17:46.705Zena0/dhcp dhcp ok 10.150.1.182/24
1072024-11-26T08:17:46.705Zlo0/v6 static ok ::1/128
1082024-11-26T08:17:46.705Z++ banner collect
1092024-11-26T08:17:46.864Z
1102024-11-26T08:17:46.864Z #### #### # # ###### #### #####
1112024-11-26T08:17:46.864Z # # # # # # # # # #
1122024-11-26T08:17:46.864Z # # # # # ##### # #
1132024-11-26T08:17:46.864Z # # # # # # # #
1142024-11-26T08:17:46.864Z # # # # # # # # # #
1152024-11-26T08:17:46.864Z #### #### ###### ###### ###### #### #
1162024-11-26T08:17:46.864Z
1172024-11-26T08:17:46.867Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-26T08:17:46.867Z++ repo=softnpu
1192024-11-26T08:17:46.867Z++ series=image
1202024-11-26T08:17:46.867Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-26T08:17:46.867Z++ name=softnpu
1222024-11-26T08:17:46.867Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-26T08:17:46.867Z++ mkdir -p download
1242024-11-26T08:17:46.867Z++ pushd download
1252024-11-26T08:17:46.867Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-26T08:17:46.867Z++ [[ ! -f softnpu ]]
1272024-11-26T08:17:46.867Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-26T08:17:46.875Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-26T08:17:46.878Z Dload Upload Total Spent Left Speed
1302024-11-26T08:17:47.294Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 52.1M 0 --:--:-- --:--:-- --:--:-- 52.2M
1312024-11-26T08:17:47.299Z++ popd
1322024-11-26T08:17:47.302Z/work/oxidecomputer/maghemite
1332024-11-26T08:17:47.302Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-26T08:17:47.302Z++ repo=sidecar-lite
1352024-11-26T08:17:47.302Z++ series=release
1362024-11-26T08:17:47.302Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-26T08:17:47.302Z++ name=libsidecar_lite.so
1382024-11-26T08:17:47.302Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-26T08:17:47.302Z++ mkdir -p download
1402024-11-26T08:17:47.302Z++ pushd download
1412024-11-26T08:17:47.302Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-26T08:17:47.302Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-26T08:17:47.302Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-26T08:17:47.308Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-26T08:17:47.308Z Dload Upload Total Spent Left Speed
1462024-11-26T08:17:47.758Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 20.3M 27 5619k 0 0 37.1M 0 --:--:-- --:--:-- --:--:-- 37.0M 100 20.3M 100 20.3M 0 0 45.2M 0 --:--:-- --:--:-- --:--:-- 45.2M
1472024-11-26T08:17:47.764Z++ popd
1482024-11-26T08:17:47.768Z/work/oxidecomputer/maghemite
1492024-11-26T08:17:47.768Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-26T08:17:47.768Z++ repo=sidecar-lite
1512024-11-26T08:17:47.768Z++ series=release
1522024-11-26T08:17:47.768Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-26T08:17:47.768Z++ name=scadm
1542024-11-26T08:17:47.768Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-26T08:17:47.768Z++ mkdir -p download
1562024-11-26T08:17:47.768Z++ pushd download
1572024-11-26T08:17:47.768Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-26T08:17:47.769Z++ [[ ! -f scadm ]]
1592024-11-26T08:17:47.769Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-26T08:17:47.772Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-26T08:17:47.772Z Dload Upload Total Spent Left Speed
1622024-11-26T08:17:48.278Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 45.2M 0 --:--:-- --:--:-- --:--:-- 45.3M
1632024-11-26T08:17:48.280Z++ popd
1642024-11-26T08:17:48.280Z/work/oxidecomputer/maghemite
1652024-11-26T08:17:48.280Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-26T08:17:48.280Z++ repo=dendrite
1672024-11-26T08:17:48.280Z++ series=image
1682024-11-26T08:17:48.280Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-26T08:17:48.280Z++ name=dendrite-softnpu.tar.gz
1702024-11-26T08:17:48.280Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-26T08:17:48.280Z++ mkdir -p download
1722024-11-26T08:17:48.285Z++ pushd download
1732024-11-26T08:17:48.285Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-26T08:17:48.285Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-26T08:17:48.285Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-26T08:17:48.291Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-26T08:17:48.294Z Dload Upload Total Spent Left Speed
1782024-11-26T08:17:49.077Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 37.5M 11 4491k 0 0 26.0M 0 0:00:01 --:--:-- 0:00:01 25.9M 100 37.5M 100 37.5M 0 0 48.3M 0 --:--:-- --:--:-- --:--:-- 48.2M
1792024-11-26T08:17:49.080Z++ popd
1802024-11-26T08:17:49.080Z/work/oxidecomputer/maghemite
1812024-11-26T08:17:49.081Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-26T08:17:49.081Z++ repo=maghemite
1832024-11-26T08:17:49.081Z++ series=release
1842024-11-26T08:17:49.081Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-26T08:17:49.081Z++ name=ddmd
1862024-11-26T08:17:49.081Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-26T08:17:49.081Z++ mkdir -p download
1882024-11-26T08:17:49.081Z++ pushd download
1892024-11-26T08:17:49.081Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-26T08:17:49.081Z++ [[ ! -f ddmd ]]
1912024-11-26T08:17:49.082Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-26T08:17:49.090Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-26T08:17:49.090Z Dload Upload Total Spent Left Speed
1942024-11-26T08:17:50.049Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 40.9M 30 12.3M 0 0 32.3M 0 0:00:01 --:--:-- 0:00:01 32.3M 100 40.9M 100 40.9M 0 0 42.5M 0 --:--:-- --:--:-- --:--:-- 42.4M
1952024-11-26T08:17:50.055Z++ popd
1962024-11-26T08:17:50.055Z/work/oxidecomputer/maghemite
1972024-11-26T08:17:50.055Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-26T08:17:50.055Z++ repo=maghemite
1992024-11-26T08:17:50.055Z++ series=release
2002024-11-26T08:17:50.056Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-26T08:17:50.056Z++ name=ddmadm
2022024-11-26T08:17:50.056Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-26T08:17:50.056Z++ mkdir -p download
2042024-11-26T08:17:50.056Z++ pushd download
2052024-11-26T08:17:50.056Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-26T08:17:50.056Z++ [[ ! -f ddmadm ]]
2072024-11-26T08:17:50.056Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-26T08:17:50.065Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-26T08:17:50.066Z Dload Upload Total Spent Left Speed
2102024-11-26T08:17:50.632Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 47 18.0M 47 8795k 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M 100 18.0M 100 18.0M 0 0 31.8M 0 --:--:-- --:--:-- --:--:-- 31.8M
2112024-11-26T08:17:50.642Z++ popd
2122024-11-26T08:17:50.642Z/work/oxidecomputer/maghemite
2132024-11-26T08:17:50.642Z++ pushd download
2142024-11-26T08:17:50.642Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-26T08:17:50.642Z++ chmod +x softnpu
2162024-11-26T08:17:50.642Z++ chmod +x scadm
2172024-11-26T08:17:50.642Z++ chmod +x ddmadm
2182024-11-26T08:17:50.642Z++ chmod +x ddmd
2192024-11-26T08:17:50.642Z++ mv ddmadm ddmadm-v2
2202024-11-26T08:17:50.642Z++ mv ddmd ddmd-v2
2212024-11-26T08:17:50.642Z++ rm -rf zones/dendrite
2222024-11-26T08:17:50.645Z++ mkdir -p zones/dendrite
2232024-11-26T08:17:50.645Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-26T08:17:51.445Z++ popd
2252024-11-26T08:17:51.445Z/work/oxidecomputer/maghemite
2262024-11-26T08:17:51.445Z++ banner install
2272024-11-26T08:17:51.453Z
2282024-11-26T08:17:51.453Z # # # #### ##### ## # #
2292024-11-26T08:17:51.453Z # ## # # # # # # #
2302024-11-26T08:17:51.454Z # # # # #### # # # # #
2312024-11-26T08:17:51.454Z # # # # # # ###### # #
2322024-11-26T08:17:51.454Z # # ## # # # # # # #
2332024-11-26T08:17:51.454Z # # # #### # # # ###### ######
2342024-11-26T08:17:51.454Z
2352024-11-26T08:17:51.454Z++ pkg info brand/sparse
2362024-11-26T08:17:51.454Z++ grep -qi installed
2372024-11-26T08:17:58.349Zpkg: info: no packages matching the following patterns you specified are
2382024-11-26T08:17:58.349Zinstalled on the system. Try querying remotely instead:
2392024-11-26T08:17:58.349Z
2402024-11-26T08:17:58.349Z brand/sparse
2412024-11-26T08:17:58.395Z++ [[ 1 != 0 ]]
2422024-11-26T08:17:58.395Z++ set -o errexit
2432024-11-26T08:17:58.398Z++ pfexec pkg install brand/sparse
2442024-11-26T08:18:04.655Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-26T08:18:08.343Z Startup: Caching catalogs ... Done
2462024-11-26T08:18:17.246ZPlanning: Solver setup ... Done
2472024-11-26T08:18:17.356ZPlanning: Running solver ... Done
2482024-11-26T08:18:17.575ZPlanning: Finding local manifests ... Done
2492024-11-26T08:18:17.618ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-26T08:18:19.049ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-26T08:18:19.317ZPlanning: Package planning ... Done
2522024-11-26T08:18:19.323ZPlanning: Merging actions ... Done
2532024-11-26T08:18:19.699ZPlanning: Checking for conflicting actions ... Done
2542024-11-26T08:18:24.013ZPlanning: Consolidating action changes ... Done
2552024-11-26T08:18:24.343ZPlanning: Evaluating mediators ... Done
2562024-11-26T08:18:24.519ZPlanning: Planning completed in 16.08 seconds
2572024-11-26T08:18:24.555Z Packages to install: 1
2582024-11-26T08:18:24.555Z Packages to update: 2
2592024-11-26T08:18:24.557Z Create boot environment: No
2602024-11-26T08:18:24.557ZCreate backup boot environment: Yes
2612024-11-26T08:18:24.883Z
2622024-11-26T08:18:24.883ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-26T08:18:27.976ZDownload: Completed 8.03 MB in 3.09 seconds (2.6M/s)
2642024-11-26T08:18:28.841Z Actions: 1/1419 actions (Removing old actions)
2652024-11-26T08:18:28.858Z Actions: 199/1419 actions (Installing new actions)
2662024-11-26T08:18:28.972Z Actions: 579/1419 actions (Updating modified actions)
2672024-11-26T08:18:29.318Z Actions: Completed 1419 actions in 0.48 seconds.
2682024-11-26T08:18:29.685Z Done
2692024-11-26T08:18:29.688Z Done
2702024-11-26T08:18:30.182Z Done
2712024-11-26T08:18:35.139Z Done
2722024-11-26T08:18:35.438Z Done
2732024-11-26T08:18:35.444Z Done
2742024-11-26T08:18:35.542Z Done
2752024-11-26T08:18:35.917Z++ set -o errexit
2762024-11-26T08:18:35.917Z++ set -o pipefail
2772024-11-26T08:18:35.917Z++ banner build
2782024-11-26T08:18:35.920Z
2792024-11-26T08:18:35.920Z ##### # # # # #####
2802024-11-26T08:18:35.920Z # # # # # # # #
2812024-11-26T08:18:35.920Z ##### # # # # # #
2822024-11-26T08:18:35.920Z # # # # # # # #
2832024-11-26T08:18:35.920Z # # # # # # # #
2842024-11-26T08:18:35.920Z ##### #### # ###### #####
2852024-11-26T08:18:35.920Z
2862024-11-26T08:18:35.920Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-11-26T08:18:36.113Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-11-26T08:18:36.345Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-11-26T08:18:36.598ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-11-26T08:18:36.598Z * [new branch] ci -> origin/ci
2912024-11-26T08:18:36.601Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2922024-11-26T08:18:36.601Z * [new branch] main -> origin/main
2932024-11-26T08:18:36.601Z * [new ref] -> origin/HEAD
2942024-11-26T08:18:36.612Z Updating crates.io index
2952024-11-26T08:18:36.680Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-11-26T08:18:37.417ZFrom https://github.com/oxidecomputer/falcon
2972024-11-26T08:18:37.417Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-11-26T08:18:37.520Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-11-26T08:18:38.727ZFrom https://github.com/oxidecomputer/dendrite
3002024-11-26T08:18:38.727Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-11-26T08:18:38.766Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-11-26T08:18:39.132ZFrom https://github.com/oxidecomputer/ispf
3032024-11-26T08:18:39.132Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-11-26T08:18:39.155Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-11-26T08:18:39.591ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-11-26T08:18:39.591Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-11-26T08:18:39.605Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-11-26T08:18:43.412ZFrom https://github.com/oxidecomputer/omicron
3092024-11-26T08:18:43.412Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-11-26T08:18:43.442Z * [new tag] dogfood -> dogfood
3112024-11-26T08:18:43.445Z * [new tag] v5 -> v5
3122024-11-26T08:18:43.445Z * [new tag] v6 -> v6
3132024-11-26T08:18:43.445Z * [new tag] v7 -> v7
3142024-11-26T08:18:43.445Z * [new tag] v8 -> v8
3152024-11-26T08:18:43.445Z * [new tag] v9 -> v9
3162024-11-26T08:18:43.802Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-11-26T08:18:44.827ZFrom https://github.com/oxidecomputer/opte
3182024-11-26T08:18:44.827Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-11-26T08:18:44.871Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-11-26T08:18:45.243ZFrom https://github.com/illumos/smf-rs
3212024-11-26T08:18:45.243Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-11-26T08:18:45.290Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-11-26T08:18:45.813ZFrom https://github.com/oxidecomputer/maghemite
3242024-11-26T08:18:45.813Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-11-26T08:18:45.830Z * [new tag] rift -> rift
3262024-11-26T08:18:45.833Z * [new tag] srp -> srp
3272024-11-26T08:18:45.833Z * [new tag] tie-spf -> tie-spf
3282024-11-26T08:18:45.916Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-11-26T08:18:46.280ZFrom https://github.com/oxidecomputer/zone
3302024-11-26T08:18:46.280Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-11-26T08:18:46.328Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-11-26T08:18:47.057ZFrom https://github.com/oxidecomputer/propolis
3332024-11-26T08:18:47.057Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-11-26T08:18:47.150Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-11-26T08:18:47.541ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-11-26T08:18:47.541Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-11-26T08:18:47.594Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-11-26T08:18:48.000ZFrom https://github.com/jmesmon/rust-libzfs
3392024-11-26T08:18:48.000Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-11-26T08:18:48.015Z * [new tag] v0.4.0 -> v0.4.0
3412024-11-26T08:18:48.029Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-11-26T08:18:48.449ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-11-26T08:18:48.449Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-11-26T08:18:48.467Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-11-26T08:18:48.923ZFrom https://github.com/oxidecomputer/maghemite
3462024-11-26T08:18:48.923Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-11-26T08:18:48.972Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-11-26T08:18:49.330ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-11-26T08:18:49.330Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-11-26T08:18:49.352Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-11-26T08:18:49.745ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-11-26T08:18:49.745Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-11-26T08:18:49.787Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-11-26T08:18:50.182ZFrom https://github.com/oxidecomputer/poptrie
3552024-11-26T08:18:50.182Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-11-26T08:18:50.216Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-11-26T08:18:50.590ZFrom https://github.com/illumos/libscf-sys
3582024-11-26T08:18:50.590Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-11-26T08:18:50.629Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-11-26T08:18:51.598ZFrom https://github.com/oxidecomputer/progenitor
3612024-11-26T08:18:51.598Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-11-26T08:18:51.618Z * [new tag] v0.1.1 -> v0.1.1
3632024-11-26T08:18:51.623Z * [new tag] v0.2.0 -> v0.2.0
3642024-11-26T08:18:51.623Z * [new tag] v0.3.0 -> v0.3.0
3652024-11-26T08:18:51.623Z * [new tag] v0.4.0 -> v0.4.0
3662024-11-26T08:18:51.623Z * [new tag] v0.5.0 -> v0.5.0
3672024-11-26T08:18:51.623Z * [new tag] v0.6.0 -> v0.6.0
3682024-11-26T08:18:51.623Z * [new tag] v0.7.0 -> v0.7.0
3692024-11-26T08:18:51.744Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-11-26T08:18:52.548ZFrom https://github.com/oxidecomputer/typify
3712024-11-26T08:18:52.548Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-11-26T08:18:52.554Z * [new tag] v0.2.0 -> v0.2.0
3732024-11-26T08:18:52.567Z * [new tag] v0.0.10 -> v0.0.10
3742024-11-26T08:18:52.573Z * [new tag] v0.0.11 -> v0.0.11
3752024-11-26T08:18:52.573Z * [new tag] v0.0.12 -> v0.0.12
3762024-11-26T08:18:52.573Z * [new tag] v0.0.13 -> v0.0.13
3772024-11-26T08:18:52.573Z * [new tag] v0.0.14 -> v0.0.14
3782024-11-26T08:18:52.573Z * [new tag] v0.0.15 -> v0.0.15
3792024-11-26T08:18:52.573Z * [new tag] v0.0.16 -> v0.0.16
3802024-11-26T08:18:52.573Z * [new tag] v0.0.4 -> v0.0.4
3812024-11-26T08:18:52.573Z * [new tag] v0.0.5 -> v0.0.5
3822024-11-26T08:18:52.573Z * [new tag] v0.0.7 -> v0.0.7
3832024-11-26T08:18:52.573Z * [new tag] v0.0.8 -> v0.0.8
3842024-11-26T08:18:52.573Z * [new tag] v0.0.9 -> v0.0.9
3852024-11-26T08:18:52.573Z * [new tag] v0.1.0 -> v0.1.0
3862024-11-26T08:18:52.838Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-11-26T08:18:54.523ZFrom https://github.com/oxidecomputer/crucible
3882024-11-26T08:18:54.523Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-11-26T08:18:54.589Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-11-26T08:18:55.084ZFrom https://github.com/oxidecomputer/opte
3912024-11-26T08:18:55.084Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-11-26T08:18:55.127Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-11-26T08:18:55.778ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-11-26T08:18:55.778Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-11-26T08:18:56.929Z Locking 2 packages to latest compatible versions
3962024-11-26T08:18:56.966Z Adding thiserror v2.0.3
3972024-11-26T08:18:56.969Z Adding thiserror-impl v2.0.3
3982024-11-26T08:18:57.002Z Downloading crates ...
3992024-11-26T08:18:57.140Z Downloaded anstream v0.6.15
4002024-11-26T08:18:57.147Z Downloaded ahash v0.8.11
4012024-11-26T08:18:57.150Z Downloaded anstyle-parse v0.2.5
4022024-11-26T08:18:57.156Z Downloaded allocator-api2 v0.2.18
4032024-11-26T08:18:57.163Z Downloaded anstyle v1.0.10
4042024-11-26T08:18:57.173Z Downloaded aho-corasick v1.1.3
4052024-11-26T08:18:57.177Z Downloaded clap_derive v4.5.18
4062024-11-26T08:18:57.180Z Downloaded byteorder v1.5.0
4072024-11-26T08:18:57.183Z Downloaded autocfg v1.3.0
4082024-11-26T08:18:57.185Z Downloaded ciborium-io v0.2.2
4092024-11-26T08:18:57.185Z Downloaded camino-tempfile v1.1.1
4102024-11-26T08:18:57.189Z Downloaded clap_lex v0.7.2
4112024-11-26T08:18:57.189Z Downloaded atomicwrites v0.4.4
4122024-11-26T08:18:57.193Z Downloaded async-stream v0.3.5
4132024-11-26T08:18:57.193Z Downloaded parking_lot_core v0.8.6
4142024-11-26T08:18:57.193Z Downloaded cancel-safe-futures v0.1.5
4152024-11-26T08:18:57.195Z Downloaded pin-utils v0.1.0
4162024-11-26T08:18:57.200Z Downloaded async-stream-impl v0.3.5
4172024-11-26T08:18:57.200Z Downloaded anstyle-query v1.1.1
4182024-11-26T08:18:57.200Z Downloaded pin-project-lite v0.2.14
4192024-11-26T08:18:57.204Z Downloaded pretty-hex v0.4.1
4202024-11-26T08:18:57.210Z Downloaded cc v1.1.21
4212024-11-26T08:18:57.213Z Downloaded postcard v1.0.10
4222024-11-26T08:18:57.213Z Downloaded colorchoice v1.0.2
4232024-11-26T08:18:57.213Z Downloaded ppv-lite86 v0.2.20
4242024-11-26T08:18:57.216Z Downloaded powerfmt v0.2.0
4252024-11-26T08:18:57.216Z Downloaded block-buffer v0.10.4
4262024-11-26T08:18:57.219Z Downloaded paste v1.0.15
4272024-11-26T08:18:57.222Z Downloaded plain v0.2.3
4282024-11-26T08:18:57.224Z Downloaded futures-sink v0.3.30
4292024-11-26T08:18:57.224Z Downloaded pretty-hex v0.2.1
4302024-11-26T08:18:57.224Z Downloaded pest_generator v2.7.13
4312024-11-26T08:18:57.226Z Downloaded percent-encoding v2.3.1
4322024-11-26T08:18:57.226Z Downloaded equivalent v1.0.1
4332024-11-26T08:18:57.229Z Downloaded float-ord v0.3.2
4342024-11-26T08:18:57.229Z Downloaded cstr-argument v0.1.2
4352024-11-26T08:18:57.230Z Downloaded pkg-config v0.3.31
4362024-11-26T08:18:57.232Z Downloaded bitflags v1.3.2
4372024-11-26T08:18:57.234Z Downloaded darling_macro v0.20.10
4382024-11-26T08:18:57.237Z Downloaded crucible-workspace-hack v0.1.0
4392024-11-26T08:18:57.237Z Downloaded parse-display-derive v0.10.0
4402024-11-26T08:18:57.239Z Downloaded parse-display v0.10.0
4412024-11-26T08:18:57.239Z Downloaded atomic-waker v1.1.2
4422024-11-26T08:18:57.242Z Downloaded proc-macro-error-attr v1.0.4
4432024-11-26T08:18:57.242Z Downloaded progenitor-client v0.8.0
4442024-11-26T08:18:57.242Z Downloaded fastrand v2.1.1
4452024-11-26T08:18:57.245Z Downloaded ciborium-ll v0.2.2
4462024-11-26T08:18:57.248Z Downloaded cfg-if v1.0.0
4472024-11-26T08:18:57.248Z Downloaded dtrace-parser v0.2.0
4482024-11-26T08:18:57.254Z Downloaded password-hash v0.5.0
4492024-11-26T08:18:57.256Z Downloaded foreign-types v0.3.2
4502024-11-26T08:18:57.258Z Downloaded foreign-types-shared v0.3.1
4512024-11-26T08:18:57.258Z Downloaded crc8 v0.1.1
4522024-11-26T08:18:57.258Z Downloaded const-random-macro v0.1.16
4532024-11-26T08:18:57.261Z Downloaded quick-error v1.2.3
4542024-11-26T08:18:57.261Z Downloaded pest_derive v2.7.13
4552024-11-26T08:18:57.264Z Downloaded progenitor-macro v0.8.0
4562024-11-26T08:18:57.266Z Downloaded crunchy v0.2.2
4572024-11-26T08:18:57.266Z Downloaded const-random v0.1.18
4582024-11-26T08:18:57.268Z Downloaded enum-as-inner v0.6.1
4592024-11-26T08:18:57.268Z Downloaded dirs-next v2.0.0
4602024-11-26T08:18:57.270Z Downloaded deranged v0.3.11
4612024-11-26T08:18:57.270Z Downloaded debug-ignore v1.0.5
4622024-11-26T08:18:57.273Z Downloaded crypto-common v0.1.6
4632024-11-26T08:18:57.275Z Downloaded progenitor v0.8.0
4642024-11-26T08:18:57.277Z Downloaded ident_case v1.0.1
4652024-11-26T08:18:57.277Z Downloaded proc-macro-crate v3.2.0
4662024-11-26T08:18:57.280Z Downloaded rand_core v0.6.4
4672024-11-26T08:18:57.282Z Downloaded match_cfg v0.1.0
4682024-11-26T08:18:57.284Z Downloaded dirs-sys-next v0.1.2
4692024-11-26T08:18:57.286Z Downloaded serde-big-array v0.5.1
4702024-11-26T08:18:57.290Z Downloaded dyn-clone v1.0.17
4712024-11-26T08:18:57.293Z Downloaded ciborium v0.2.2
4722024-11-26T08:18:57.295Z Downloaded sigpipe v0.1.3
4732024-11-26T08:18:57.297Z Downloaded pest_meta v2.7.13
4742024-11-26T08:18:57.298Z Downloaded base64ct v1.6.0
4752024-11-26T08:18:57.300Z Downloaded hyper-tls v0.6.0
4762024-11-26T08:18:57.303Z Downloaded rand_chacha v0.3.1
4772024-11-26T08:18:57.305Z Downloaded foreign-types-shared v0.1.1
4782024-11-26T08:18:57.305Z Downloaded dof v0.3.0
4792024-11-26T08:18:57.305Z Downloaded rustversion v1.0.17
4802024-11-26T08:18:57.308Z Downloaded rustc-hash v2.0.0
4812024-11-26T08:18:57.310Z Downloaded futures-executor v0.3.30
4822024-11-26T08:18:57.313Z Downloaded fnv v1.0.7
4832024-11-26T08:18:57.313Z Downloaded proc-macro-error v1.0.4
4842024-11-26T08:18:57.316Z Downloaded semver v0.1.20
4852024-11-26T08:18:57.318Z Downloaded scroll_derive v0.12.0
4862024-11-26T08:18:57.318Z Downloaded quote v1.0.37
4872024-11-26T08:18:57.321Z Downloaded form_urlencoded v1.2.1
4882024-11-26T08:18:57.321Z Downloaded async-trait v0.1.83
4892024-11-26T08:18:57.324Z Downloaded quinn-udp v0.5.5
4902024-11-26T08:18:57.326Z Downloaded usdt-attr-macro v0.5.0
4912024-11-26T08:18:57.330Z Downloaded rustc_version v0.1.7
4922024-11-26T08:18:57.330Z Downloaded futures-core v0.3.30
4932024-11-26T08:18:57.330Z Downloaded argon2 v0.5.3
4942024-11-26T08:18:57.332Z Downloaded fixedbitset v0.4.2
4952024-11-26T08:18:57.334Z Downloaded serde_spanned v0.6.7
4962024-11-26T08:18:57.334Z Downloaded serde_path_to_error v0.1.16
4972024-11-26T08:18:57.336Z Downloaded httpdate v1.0.3
4982024-11-26T08:18:57.338Z Downloaded scopeguard v1.2.0
4992024-11-26T08:18:57.339Z Downloaded hubpack_derive v0.1.1
5002024-11-26T08:18:57.342Z Downloaded errno v0.3.9
5012024-11-26T08:18:57.342Z Downloaded rustls-pemfile v1.0.4
5022024-11-26T08:18:57.344Z Downloaded proc-macro-crate v1.3.1
5032024-11-26T08:18:57.344Z Downloaded futures-io v0.3.30
5042024-11-26T08:18:57.347Z Downloaded foreign-types v0.5.0
5052024-11-26T08:18:57.347Z Downloaded camino v1.1.9
5062024-11-26T08:18:57.351Z Downloaded num_enum_derive v0.5.11
5072024-11-26T08:18:57.351Z Downloaded mime v0.3.17
5082024-11-26T08:18:57.354Z Downloaded memmap v0.7.0
5092024-11-26T08:18:57.354Z Downloaded num_enum_derive v0.7.3
5102024-11-26T08:18:57.354Z Downloaded serde_tokenstream v0.2.2
5112024-11-26T08:18:57.357Z Downloaded derive_more v0.99.18
5122024-11-26T08:18:57.360Z Downloaded omicron-workspace-hack v0.1.0
5132024-11-26T08:18:57.362Z Downloaded num_threads v0.1.7
5142024-11-26T08:18:57.362Z Downloaded newtype_derive v0.1.6
5152024-11-26T08:18:57.364Z Downloaded no-std-compat v0.4.1
5162024-11-26T08:18:57.365Z Downloaded slog-dtrace v0.3.0
5172024-11-26T08:18:57.369Z Downloaded static_assertions v1.1.0
5182024-11-26T08:18:57.369Z Downloaded slog-bunyan v2.5.0
5192024-11-26T08:18:57.370Z Downloaded rhai_codegen v2.2.0
5202024-11-26T08:18:57.376Z Downloaded slog-envlogger v2.2.0
5212024-11-26T08:18:57.380Z Downloaded shlex v1.3.0
5222024-11-26T08:18:57.382Z Downloaded anyhow v1.0.93
5232024-11-26T08:18:57.387Z Downloaded generic-array v0.14.7
5242024-11-26T08:18:57.387Z Downloaded futures-channel v0.3.30
5252024-11-26T08:18:57.389Z Downloaded clap v4.5.21
5262024-11-26T08:18:57.395Z Downloaded take_mut v0.2.2
5272024-11-26T08:18:57.398Z Downloaded newline-converter v0.3.0
5282024-11-26T08:18:57.398Z Downloaded is_terminal_polyfill v1.70.1
5292024-11-26T08:18:57.400Z Downloaded tokio-macros v2.4.0
5302024-11-26T08:18:57.401Z Downloaded thread_local v1.1.8
5312024-11-26T08:18:57.403Z Downloaded try-lock v0.2.5
5322024-11-26T08:18:57.403Z Downloaded crossbeam-utils v0.8.20
5332024-11-26T08:18:57.405Z Downloaded humantime v2.1.0
5342024-11-26T08:18:57.408Z Downloaded lru-cache v0.1.2
5352024-11-26T08:18:57.408Z Downloaded rustls-pki-types v1.8.0
5362024-11-26T08:18:57.411Z Downloaded bitflags v2.6.0
5372024-11-26T08:18:57.414Z Downloaded openssl-probe v0.1.5
5382024-11-26T08:18:57.416Z Downloaded sct v0.7.1
5392024-11-26T08:18:57.418Z Downloaded progenitor-impl v0.8.0
5402024-11-26T08:18:57.421Z Downloaded terminal_size v0.4.0
5412024-11-26T08:18:57.423Z Downloaded sha2 v0.10.8
5422024-11-26T08:18:57.425Z Downloaded schemars_derive v0.8.21
5432024-11-26T08:18:57.428Z Downloaded rustls-pemfile v2.1.3
5442024-11-26T08:18:57.431Z Downloaded tower-service v0.3.3
5452024-11-26T08:18:57.431Z Downloaded slog-async v2.8.0
5462024-11-26T08:18:57.431Z Downloaded zone_cfg_derive v0.3.0
5472024-11-26T08:18:57.433Z Downloaded usdt-macro v0.5.0
5482024-11-26T08:18:57.433Z Downloaded serde_with_macros v3.9.0
5492024-11-26T08:18:57.436Z Downloaded dropshot_endpoint v0.12.0
5502024-11-26T08:18:57.438Z Downloaded typify v0.2.0
5512024-11-26T08:18:57.440Z Downloaded zeroize v1.8.1
5522024-11-26T08:18:57.443Z Downloaded untrusted v0.9.0
5532024-11-26T08:18:57.443Z Downloaded getrandom v0.2.15
5542024-11-26T08:18:57.446Z Downloaded scroll v0.12.0
5552024-11-26T08:18:57.448Z Downloaded heck v0.5.0
5562024-11-26T08:18:57.451Z Downloaded heck v0.4.1
5572024-11-26T08:18:57.451Z Downloaded thin-vec v0.2.13
5582024-11-26T08:18:57.453Z Downloaded hubpack v0.1.2
5592024-11-26T08:18:57.453Z Downloaded futures v0.3.30
5602024-11-26T08:18:57.458Z Downloaded swrite v0.1.0
5612024-11-26T08:18:57.460Z Downloaded instant v0.1.13
5622024-11-26T08:18:57.462Z Downloaded smallvec v1.13.2
5632024-11-26T08:18:57.462Z Downloaded version_check v0.9.5
5642024-11-26T08:18:57.465Z Downloaded thread-id v4.2.2
5652024-11-26T08:18:57.467Z Downloaded tinyvec_macros v0.1.1
5662024-11-26T08:18:57.467Z Downloaded linear-map v1.2.0
5672024-11-26T08:18:57.469Z Downloaded http-body v1.0.1
5682024-11-26T08:18:57.469Z Downloaded slog-json v2.6.1
5692024-11-26T08:18:57.472Z Downloaded darling_core v0.20.10
5702024-11-26T08:18:57.475Z Downloaded once_cell v1.20.2
5712024-11-26T08:18:57.477Z Downloaded toml_datetime v0.6.8
5722024-11-26T08:18:57.481Z Downloaded semver v1.0.23
5732024-11-26T08:18:57.483Z Downloaded ryu v1.0.18
5742024-11-26T08:18:57.483Z Downloaded usdt v0.5.0
5752024-11-26T08:18:57.487Z Downloaded thiserror v1.0.64
5762024-11-26T08:18:57.490Z Downloaded hostname v0.4.0
5772024-11-26T08:18:57.492Z Downloaded time-core v0.1.2
5782024-11-26T08:18:57.492Z Downloaded libsw v3.3.1
5792024-11-26T08:18:57.494Z Downloaded want v0.3.1
5802024-11-26T08:18:57.494Z Downloaded slog v2.7.0
5812024-11-26T08:18:57.497Z Downloaded hostname v0.3.1
5822024-11-26T08:18:57.499Z Downloaded strum v0.26.3
5832024-11-26T08:18:57.499Z Downloaded multer v3.1.0
5842024-11-26T08:18:57.502Z Downloaded stable_deref_trait v1.2.0
5852024-11-26T08:18:57.504Z Downloaded strum_macros v0.26.4
5862024-11-26T08:18:57.507Z Downloaded spin v0.5.2
5872024-11-26T08:18:57.507Z Downloaded serde_derive v1.0.215
5882024-11-26T08:18:57.510Z Downloaded http-body-util v0.1.2
5892024-11-26T08:18:57.512Z Downloaded hyper-util v0.1.10
5902024-11-26T08:18:57.516Z Downloaded is-terminal v0.4.13
5912024-11-26T08:18:57.516Z Downloaded portable-atomic v1.8.0
5922024-11-26T08:18:57.521Z Downloaded openssl-macros v0.1.1
5932024-11-26T08:18:57.524Z Downloaded pest v2.7.13
5942024-11-26T08:18:57.528Z Downloaded indent_write v2.2.0
5952024-11-26T08:18:57.530Z Downloaded subtle v2.6.1
5962024-11-26T08:18:57.530Z Downloaded strsim v0.11.1
5972024-11-26T08:18:57.534Z Downloaded utf8parse v0.2.2
5982024-11-26T08:18:57.535Z Downloaded hyper-rustls v0.24.2
5992024-11-26T08:18:57.535Z Downloaded http-body v0.4.6
6002024-11-26T08:18:57.537Z Downloaded sync_wrapper v0.1.2
6012024-11-26T08:18:57.537Z Downloaded term v0.7.0
6022024-11-26T08:18:57.540Z Downloaded slog-stdlog v4.1.1
6032024-11-26T08:18:57.543Z Downloaded slog-scope v4.4.0
6042024-11-26T08:18:57.543Z Downloaded hex v0.4.3
6052024-11-26T08:18:57.545Z Downloaded fxhash v0.2.1
6062024-11-26T08:18:57.545Z Downloaded hash32 v0.3.1
6072024-11-26T08:18:57.546Z Downloaded thiserror v2.0.3
6082024-11-26T08:18:57.550Z Downloaded num-conv v0.1.0
6092024-11-26T08:18:57.552Z Downloaded waitgroup v0.1.2
6102024-11-26T08:18:57.553Z Downloaded owo-colors v4.1.0
6112024-11-26T08:18:57.575Z Downloaded itoa v1.0.11
6122024-11-26T08:18:57.578Z Downloaded proc-macro2 v1.0.86
6132024-11-26T08:18:57.581Z Downloaded crossbeam-channel v0.5.13
6142024-11-26T08:18:57.584Z Downloaded structmeta v0.3.0
6152024-11-26T08:18:57.584Z Downloaded newtype-uuid v1.1.0
6162024-11-26T08:18:57.586Z Downloaded managed v0.8.0
6172024-11-26T08:18:57.590Z Downloaded num-integer v0.1.46
6182024-11-26T08:18:57.590Z Downloaded quinn v0.11.5
6192024-11-26T08:18:57.593Z Downloaded thiserror-impl v2.0.3
6202024-11-26T08:18:57.593Z Downloaded num v0.4.3
6212024-11-26T08:18:57.599Z Downloaded ipnetwork v0.20.0
6222024-11-26T08:18:57.599Z Downloaded hyper-tls v0.5.0
6232024-11-26T08:18:57.602Z Downloaded spin v0.9.8
6242024-11-26T08:18:57.602Z Downloaded highway v1.2.0
6252024-11-26T08:18:57.602Z Downloaded socket2 v0.5.7
6262024-11-26T08:18:57.604Z Downloaded num_enum v0.7.3
6272024-11-26T08:18:57.607Z Downloaded strum_macros v0.25.3
6282024-11-26T08:18:57.609Z Downloaded base64 v0.21.7
6292024-11-26T08:18:57.612Z Downloaded tokio-rustls v0.26.0
6302024-11-26T08:18:57.615Z Downloaded tokio-rustls v0.24.1
6312024-11-26T08:18:57.618Z Downloaded smf v0.2.3
6322024-11-26T08:18:57.618Z Downloaded num-rational v0.4.2
6332024-11-26T08:18:57.621Z Downloaded typenum v1.17.0
6342024-11-26T08:18:57.621Z Downloaded futures-task v0.3.30
6352024-11-26T08:18:57.624Z Downloaded macaddr v1.0.1
6362024-11-26T08:18:57.624Z Downloaded lazy_static v1.5.0
6372024-11-26T08:18:57.627Z Downloaded num-complex v0.4.6
6382024-11-26T08:18:57.627Z Downloaded num-derive v0.3.3
6392024-11-26T08:18:57.629Z Downloaded toml v0.8.19
6402024-11-26T08:18:57.632Z Downloaded httparse v1.9.4
6412024-11-26T08:18:57.634Z Downloaded whoami v1.5.2
6422024-11-26T08:18:57.637Z Downloaded tracing-attributes v0.1.27
6432024-11-26T08:18:57.639Z Downloaded time-macros v0.2.18
6442024-11-26T08:18:57.641Z Downloaded expectorate v1.1.0
6452024-11-26T08:18:57.641Z Downloaded tinyvec v1.8.0
6462024-11-26T08:18:57.644Z Downloaded linked-hash-map v0.5.6
6472024-11-26T08:18:57.646Z Downloaded zerocopy-derive v0.7.35
6482024-11-26T08:18:57.649Z Downloaded hyper-rustls v0.27.3
6492024-11-26T08:18:57.651Z Downloaded ipnet v2.10.0
6502024-11-26T08:18:57.654Z Downloaded openssl-sys v0.9.103
6512024-11-26T08:18:57.658Z Downloaded lock_api v0.4.12
6522024-11-26T08:18:57.660Z Downloaded parking_lot v0.12.3
6532024-11-26T08:18:57.662Z Downloaded memchr v2.7.4
6542024-11-26T08:18:57.666Z Downloaded smartstring v1.0.1
6552024-11-26T08:18:57.668Z Downloaded structmeta-derive v0.3.0
6562024-11-26T08:18:57.671Z Downloaded tokio-rustls v0.25.0
6572024-11-26T08:18:57.671Z Downloaded serde v1.0.215
6582024-11-26T08:18:57.674Z Downloaded tabwriter v1.4.0
6592024-11-26T08:18:57.677Z Downloaded num-traits v0.2.19
6602024-11-26T08:18:57.680Z Downloaded unicode-ident v1.0.13
6612024-11-26T08:18:57.683Z Downloaded ucd-trie v0.1.6
6622024-11-26T08:18:57.683Z Downloaded num_enum v0.5.11
6632024-11-26T08:18:57.686Z Downloaded hickory-resolver v0.24.1
6642024-11-26T08:18:57.690Z Downloaded similar v2.6.0
6652024-11-26T08:18:57.695Z Downloaded zerocopy v0.6.6
6662024-11-26T08:18:57.698Z Downloaded uuid v1.11.0
6672024-11-26T08:18:57.700Z Downloaded num-derive v0.4.2
6682024-11-26T08:18:57.702Z Downloaded serde_yaml v0.9.34+deprecated
6692024-11-26T08:18:57.705Z Downloaded log v0.4.22
6702024-11-26T08:18:57.708Z Downloaded url v2.5.2
6712024-11-26T08:18:57.711Z Downloaded toml_edit v0.22.21
6722024-11-26T08:18:57.730Z Downloaded half v2.4.1
6732024-11-26T08:18:57.733Z Downloaded unicode-bidi v0.3.15
6742024-11-26T08:18:57.736Z Downloaded unsafe-libyaml v0.2.11
6752024-11-26T08:18:57.740Z Downloaded http v1.1.0
6762024-11-26T08:18:57.742Z Downloaded steno v0.4.1
6772024-11-26T08:18:57.745Z Downloaded schemars v0.8.21
6782024-11-26T08:18:57.756Z Downloaded tracing-core v0.1.32
6792024-11-26T08:18:57.759Z Downloaded minimal-lexical v0.2.1
6802024-11-26T08:18:57.763Z Downloaded itertools v0.10.5
6812024-11-26T08:18:57.769Z Downloaded hashbrown v0.12.3
6822024-11-26T08:18:57.773Z Downloaded nom v7.1.3
6832024-11-26T08:18:57.778Z Downloaded indexmap v2.5.0
6842024-11-26T08:18:57.782Z Downloaded libm v0.2.8
6852024-11-26T08:18:57.789Z Downloaded toml_edit v0.19.15
6862024-11-26T08:18:57.809Z Downloaded hashbrown v0.14.5
6872024-11-26T08:18:57.811Z Downloaded h2 v0.4.6
6882024-11-26T08:18:57.817Z Downloaded tokio-util v0.7.12
6892024-11-26T08:18:57.822Z Downloaded time v0.3.36
6902024-11-26T08:18:57.829Z Downloaded unicode-normalization v0.1.24
6912024-11-26T08:18:57.833Z Downloaded winnow v0.6.18
6922024-11-26T08:18:57.841Z Downloaded http v0.2.12
6932024-11-26T08:18:57.844Z Downloaded itertools v0.12.1
6942024-11-26T08:18:57.851Z Downloaded itertools v0.13.0
6952024-11-26T08:18:57.857Z Downloaded zerocopy v0.7.35
6962024-11-26T08:18:57.872Z Downloaded rustls-webpki v0.101.7
6972024-11-26T08:18:57.885Z Downloaded hyper v0.14.30
6982024-11-26T08:18:57.892Z Downloaded reqwest v0.12.9
6992024-11-26T08:18:57.900Z Downloaded unicode-segmentation v1.12.0
7002024-11-26T08:18:57.905Z Downloaded futures-util v0.3.30
7012024-11-26T08:18:57.914Z Downloaded quinn-proto v0.11.8
7022024-11-26T08:18:57.920Z Downloaded idna v0.5.0
7032024-11-26T08:18:57.927Z Downloaded dropshot v0.12.0
7042024-11-26T08:18:57.946Z Downloaded openssl v0.10.66
7052024-11-26T08:18:57.953Z Downloaded reqwest v0.11.27
7062024-11-26T08:18:57.961Z Downloaded serde_with v3.9.0
7072024-11-26T08:18:57.968Z Downloaded rustls-webpki v0.102.8
7082024-11-26T08:18:57.986Z Downloaded h2 v0.3.26
7092024-11-26T08:18:57.991Z Downloaded hickory-proto v0.24.1
7102024-11-26T08:18:58.005Z Downloaded winnow v0.5.40
7112024-11-26T08:18:58.012Z Downloaded goblin v0.8.2
7122024-11-26T08:18:58.018Z Downloaded serde_json v1.0.133
7132024-11-26T08:18:58.025Z Downloaded clap_builder v4.5.21
7142024-11-26T08:18:58.031Z Downloaded hyper v1.5.1
7152024-11-26T08:18:58.037Z Downloaded tracing v0.1.40
7162024-11-26T08:18:58.041Z Downloaded typify-impl v0.2.0
7172024-11-26T08:18:58.055Z Downloaded webpki-roots v0.25.4
7182024-11-26T08:18:58.058Z Downloaded syn v1.0.109
7192024-11-26T08:18:58.068Z Downloaded regex v1.10.6
7202024-11-26T08:18:58.079Z Downloaded syn v2.0.87
7212024-11-26T08:18:58.090Z Downloaded vcpkg v0.2.15
7222024-11-26T08:18:58.126Z Downloaded webpki-roots v0.26.6
7232024-11-26T08:18:58.129Z Downloaded zerocopy-derive v0.6.6
7242024-11-26T08:18:58.137Z Downloaded unicode-width v0.1.14
7252024-11-26T08:18:58.143Z Downloaded idna v0.4.0
7262024-11-26T08:18:58.148Z Downloaded rhai v1.20.0
7272024-11-26T08:18:58.160Z Downloaded smoltcp v0.11.0
7282024-11-26T08:18:58.171Z Downloaded rustls v0.22.4
7292024-11-26T08:18:58.185Z Downloaded rustix v0.38.37
7302024-11-26T08:18:58.204Z Downloaded rustls v0.23.13
7312024-11-26T08:18:58.214Z Downloaded regex-syntax v0.8.4
7322024-11-26T08:18:58.221Z Downloaded regress v0.10.1
7332024-11-26T08:18:58.230Z Downloaded openapiv3 v2.0.0
7342024-11-26T08:18:58.239Z Downloaded libc v0.2.165
7352024-11-26T08:18:58.263Z Downloaded regress v0.9.1
7362024-11-26T08:18:58.269Z Downloaded rustls v0.21.12
7372024-11-26T08:18:58.279Z Downloaded mio v1.0.2
7382024-11-26T08:18:58.284Z Downloaded rand v0.8.5
7392024-11-26T08:18:58.288Z Downloaded indexmap v1.9.3
7402024-11-26T08:18:58.291Z Downloaded tokio v1.40.0
7412024-11-26T08:18:58.325Z Downloaded sled v0.34.7
7422024-11-26T08:18:58.334Z Downloaded sync_wrapper v1.0.1
7432024-11-26T08:18:58.337Z Downloaded tiny-keccak v2.0.2
7442024-11-26T08:18:58.339Z Downloaded parking_lot v0.11.2
7452024-11-26T08:18:58.341Z Downloaded thiserror-impl v1.0.64
7462024-11-26T08:18:58.341Z Downloaded native-tls v0.2.12
7472024-11-26T08:18:58.343Z Downloaded heapless v0.8.0
7482024-11-26T08:18:58.346Z Downloaded base64 v0.22.1
7492024-11-26T08:18:58.349Z Downloaded prettyplease v0.2.22
7502024-11-26T08:18:58.352Z Downloaded regex-automata v0.4.7
7512024-11-26T08:18:58.368Z Downloaded petgraph v0.6.5
7522024-11-26T08:18:58.382Z Downloaded tempfile v3.12.0
7532024-11-26T08:18:58.384Z Downloaded slog-term v2.9.1
7542024-11-26T08:18:58.388Z Downloaded crossbeam-epoch v0.9.18
7552024-11-26T08:18:58.390Z Downloaded bytes v1.7.2
7562024-11-26T08:18:58.392Z Downloaded usdt-impl v0.5.0
7572024-11-26T08:18:58.395Z Downloaded typify-macro v0.2.0
7582024-11-26T08:18:58.395Z Downloaded tokio-native-tls v0.3.1
7592024-11-26T08:18:58.397Z Downloaded arc-swap v1.7.1
7602024-11-26T08:18:58.399Z Downloaded num-iter v0.1.45
7612024-11-26T08:18:58.402Z Downloaded iana-time-zone v0.1.61
7622024-11-26T08:18:58.402Z Downloaded zone v0.3.0
7632024-11-26T08:18:58.404Z Downloaded serde_derive_internals v0.29.1
7642024-11-26T08:18:58.404Z Downloaded slab v0.4.9
7652024-11-26T08:18:58.407Z Downloaded signal-hook-registry v1.4.2
7662024-11-26T08:18:58.407Z Downloaded sha1 v0.10.6
7672024-11-26T08:18:58.409Z Downloaded futures-macro v0.3.30
7682024-11-26T08:18:58.409Z Downloaded embedded-io v0.6.1
7692024-11-26T08:18:58.409Z Downloaded derive-where v1.2.7
7702024-11-26T08:18:58.412Z Downloaded crc32fast v1.4.2
7712024-11-26T08:18:58.414Z Downloaded console v0.15.8
7722024-11-26T08:18:58.417Z Downloaded defmt v0.3.8
7732024-11-26T08:18:58.419Z Downloaded serde_repr v0.1.19
7742024-11-26T08:18:58.422Z Downloaded cookie v0.18.1
7752024-11-26T08:18:58.424Z Downloaded serde_urlencoded v0.7.1
7762024-11-26T08:18:58.424Z Downloaded rustc_version v0.4.1
7772024-11-26T08:18:58.428Z Downloaded chrono v0.4.38
7782024-11-26T08:18:58.431Z Downloaded blake2 v0.10.6
7792024-11-26T08:18:58.433Z Downloaded darling v0.20.10
7802024-11-26T08:18:58.437Z Downloaded colored v2.1.0
7812024-11-26T08:18:58.439Z Downloaded encoding_rs v0.8.34
7822024-11-26T08:18:58.457Z Downloaded cobs v0.2.3
7832024-11-26T08:18:58.460Z Downloaded foreign-types-macros v0.2.3
7842024-11-26T08:18:58.460Z Downloaded embedded-io v0.4.0
7852024-11-26T08:18:58.462Z Downloaded either v1.13.0
7862024-11-26T08:18:58.462Z Downloaded resolv-conf v0.7.0
7872024-11-26T08:18:58.465Z Downloaded defmt-parser v0.3.4
7882024-11-26T08:18:58.465Z Downloaded data-encoding v2.6.0
7892024-11-26T08:18:58.465Z Downloaded cpufeatures v0.2.14
7902024-11-26T08:18:58.468Z Downloaded parking_lot_core v0.9.10
7912024-11-26T08:18:58.468Z Downloaded digest v0.10.7
7922024-11-26T08:18:58.471Z Downloaded backoff v0.4.0
7932024-11-26T08:18:58.473Z Downloaded defmt-macros v0.3.9
7942024-11-26T08:18:58.475Z Downloaded convert_case v0.4.0
7952024-11-26T08:18:58.686Z Downloaded ring v0.17.8
7962024-11-26T08:18:59.096Z Compiling proc-macro2 v1.0.86
7972024-11-26T08:18:59.096Z Compiling unicode-ident v1.0.13
7982024-11-26T08:18:59.096Z Compiling libc v0.2.165
7992024-11-26T08:18:59.098Z Compiling serde v1.0.215
8002024-11-26T08:18:59.098Z Compiling autocfg v1.3.0
8012024-11-26T08:18:59.098Z Compiling version_check v0.9.5
8022024-11-26T08:18:59.137Z Compiling cfg-if v1.0.0
8032024-11-26T08:18:59.315Z Compiling once_cell v1.20.2
8042024-11-26T08:18:59.341Z Compiling libm v0.2.8
8052024-11-26T08:18:59.341Z Compiling memchr v2.7.4
8062024-11-26T08:18:59.737Z Compiling byteorder v1.5.0
8072024-11-26T08:18:59.831Z Compiling lock_api v0.4.12
8082024-11-26T08:19:00.074Z Compiling parking_lot_core v0.9.10
8092024-11-26T08:19:00.573Z Compiling shlex v1.3.0
8102024-11-26T08:19:00.575Z Compiling thiserror v1.0.64
8112024-11-26T08:19:00.638Z Compiling itoa v1.0.11
8122024-11-26T08:19:00.921Z Compiling cc v1.1.21
8132024-11-26T08:19:01.135Z Compiling portable-atomic v1.8.0
8142024-11-26T08:19:01.159Z Compiling slab v0.4.9
8152024-11-26T08:19:01.236Z Compiling schemars v0.8.21
8162024-11-26T08:19:01.557Z Compiling ahash v0.8.11
8172024-11-26T08:19:01.649Z Compiling quote v1.0.37
8182024-11-26T08:19:02.063Z Compiling syn v2.0.87
8192024-11-26T08:19:02.157Z Compiling getrandom v0.2.15
8202024-11-26T08:19:02.384Z Compiling allocator-api2 v0.2.18
8212024-11-26T08:19:02.421Z Compiling num-traits v0.2.19
8222024-11-26T08:19:02.466Z Compiling ryu v1.0.18
8232024-11-26T08:19:02.651Z Compiling serde_json v1.0.133
8242024-11-26T08:19:02.742Z Compiling pin-project-lite v0.2.14
8252024-11-26T08:19:03.269Z Compiling log v0.4.22
8262024-11-26T08:19:03.318Z Compiling equivalent v1.0.1
8272024-11-26T08:19:03.384Z Compiling scopeguard v1.2.0
8282024-11-26T08:19:03.479Z Compiling fnv v1.0.7
8292024-11-26T08:19:03.624Z Compiling heck v0.5.0
8302024-11-26T08:19:03.714Z Compiling crunchy v0.2.2
8312024-11-26T08:19:04.003Z Compiling ring v0.17.8
8322024-11-26T08:19:04.055Z Compiling pkg-config v0.3.31
8332024-11-26T08:19:04.088Z Compiling vcpkg v0.2.15
8342024-11-26T08:19:04.358Z Compiling socket2 v0.5.7
8352024-11-26T08:19:05.062Z Compiling signal-hook-registry v1.4.2
8362024-11-26T08:19:05.317Z Compiling mio v1.0.2
8372024-11-26T08:19:05.341Z Compiling tiny-keccak v2.0.2
8382024-11-26T08:19:05.438Z Compiling httparse v1.9.4
8392024-11-26T08:19:05.688Z Compiling slog v2.7.0
8402024-11-26T08:19:05.771Z Compiling openssl-sys v0.9.103
8412024-11-26T08:19:06.165Z Compiling iana-time-zone v0.1.61
8422024-11-26T08:19:06.555Z Compiling futures-core v0.3.30
8432024-11-26T08:19:06.609Z Compiling const-random-macro v0.1.16
8442024-11-26T08:19:06.802Z Compiling dyn-clone v1.0.17
8452024-11-26T08:19:06.895Z Compiling openssl v0.10.66
8462024-11-26T08:19:06.919Z Compiling futures-sink v0.3.30
8472024-11-26T08:19:07.334Z Compiling typenum v1.17.0
8482024-11-26T08:19:07.337Z Compiling semver v1.0.23
8492024-11-26T08:19:07.547Z Compiling const-random v0.1.18
8502024-11-26T08:19:07.630Z Compiling native-tls v0.2.12
8512024-11-26T08:19:07.655Z Compiling rustls v0.23.13
8522024-11-26T08:19:07.681Z Compiling futures-channel v0.3.30
8532024-11-26T08:19:07.742Z Compiling pin-utils v0.1.0
8542024-11-26T08:19:07.845Z Compiling futures-io v0.3.30
8552024-11-26T08:19:07.866Z Compiling futures-task v0.3.30
8562024-11-26T08:19:07.948Z Compiling generic-array v0.14.7
8572024-11-26T08:19:08.015Z Compiling tracing-core v0.1.32
8582024-11-26T08:19:08.099Z Compiling bitflags v2.6.0
8592024-11-26T08:19:08.158Z Compiling ucd-trie v0.1.6
8602024-11-26T08:19:08.208Z Compiling subtle v2.6.1
8612024-11-26T08:19:08.257Z Compiling aho-corasick v1.1.3
8622024-11-26T08:19:08.319Z Compiling anyhow v1.0.93
8632024-11-26T08:19:08.461Z Compiling regex-syntax v0.8.4
8642024-11-26T08:19:08.646Z Compiling time-core v0.1.2
8652024-11-26T08:19:08.646Z Compiling num-conv v0.1.0
8662024-11-26T08:19:08.926Z Compiling serde_derive_internals v0.29.1
8672024-11-26T08:19:08.946Z Compiling time-macros v0.2.18
8682024-11-26T08:19:10.117Z Compiling rustls-pki-types v1.8.0
8692024-11-26T08:19:10.254Z Compiling spin v0.9.8
8702024-11-26T08:19:11.068Z Compiling usdt-impl v0.5.0
8712024-11-26T08:19:11.364Z Compiling untrusted v0.9.0
8722024-11-26T08:19:11.442Z Compiling omicron-workspace-hack v0.1.0
8732024-11-26T08:19:11.858Z Compiling regex-automata v0.4.7
8742024-11-26T08:19:12.045Z Compiling strsim v0.11.1
8752024-11-26T08:19:12.215Z Compiling tinyvec_macros v0.1.1
8762024-11-26T08:19:12.323Z Compiling atomic-waker v1.1.2
8772024-11-26T08:19:12.521Z Compiling plain v0.2.3
8782024-11-26T08:19:12.689Z Compiling rustversion v1.0.17
8792024-11-26T08:19:12.768Z Compiling tinyvec v1.8.0
8802024-11-26T08:19:14.187Z Compiling rand_core v0.6.4
8812024-11-26T08:19:14.213Z Compiling serde_derive v1.0.215
8822024-11-26T08:19:14.451Z Compiling zerocopy-derive v0.7.35
8832024-11-26T08:19:14.531Z Compiling thiserror-impl v1.0.64
8842024-11-26T08:19:14.680Z Compiling tokio-macros v2.4.0
8852024-11-26T08:19:15.445Z Compiling schemars_derive v0.8.21
8862024-11-26T08:19:16.302Z Compiling futures-macro v0.3.30
8872024-11-26T08:19:16.613Z Compiling zerocopy v0.7.35
8882024-11-26T08:19:18.678Z Compiling hashbrown v0.14.5
8892024-11-26T08:19:18.704Z Compiling openssl-macros v0.1.1
8902024-11-26T08:19:18.707Z Compiling futures-util v0.3.30
8912024-11-26T08:19:19.411Z Compiling tracing-attributes v0.1.27
8922024-11-26T08:19:19.515Z Compiling scroll_derive v0.12.0
8932024-11-26T08:19:20.020Z Compiling regress v0.10.1
8942024-11-26T08:19:21.040Z Compiling pest v2.7.13
8952024-11-26T08:19:21.414Z Compiling regex v1.10.6
8962024-11-26T08:19:22.732Z Compiling tracing v0.1.40
8972024-11-26T08:19:23.419Z Compiling scroll v0.12.0
8982024-11-26T08:19:23.904Z Compiling pest_meta v2.7.13
8992024-11-26T08:19:24.018Z Compiling goblin v0.8.2
9002024-11-26T08:19:24.878Z Compiling try-lock v0.2.5
9012024-11-26T08:19:25.062Z Compiling unsafe-libyaml v0.2.11
9022024-11-26T08:19:25.566Z Compiling pest_generator v2.7.13
9032024-11-26T08:19:26.870Z Compiling rustls-webpki v0.102.8
9042024-11-26T08:19:27.389Z Compiling percent-encoding v2.3.1
9052024-11-26T08:19:27.860Z Compiling pretty-hex v0.4.1
9062024-11-26T08:19:28.022Z Compiling bytes v1.7.2
9072024-11-26T08:19:28.079Z Compiling smallvec v1.13.2
9082024-11-26T08:19:29.913Z Compiling indexmap v2.5.0
9092024-11-26T08:19:30.178Z Compiling parking_lot v0.12.3
9102024-11-26T08:19:30.762Z Compiling tokio v1.40.0
9112024-11-26T08:19:31.297Z Compiling uuid v1.11.0
9122024-11-26T08:19:31.457Z Compiling chrono v0.4.38
9132024-11-26T08:19:32.054Z Compiling serde_tokenstream v0.2.2
9142024-11-26T08:19:32.135Z Compiling http v1.1.0
9152024-11-26T08:19:34.458Z Compiling pest_derive v2.7.13
9162024-11-26T08:19:35.410Z Compiling openapiv3 v2.0.0
9172024-11-26T08:19:36.266Z Compiling http-body v1.0.1
9182024-11-26T08:19:36.541Z Compiling zeroize v1.8.1
9192024-11-26T08:19:36.906Z Compiling ipnetwork v0.20.0
9202024-11-26T08:19:38.549Z Compiling typify-impl v0.2.0
9212024-11-26T08:19:39.059Z Compiling dtrace-parser v0.2.0
9222024-11-26T08:19:39.833Z Compiling serde_yaml v0.9.34+deprecated
9232024-11-26T08:19:40.028Z Compiling dof v0.3.0
9242024-11-26T08:19:40.865Z Compiling tokio-util v0.7.12
9252024-11-26T08:19:40.991Z Compiling form_urlencoded v1.2.1
9262024-11-26T08:19:41.524Z Compiling want v0.3.1
9272024-11-26T08:19:41.753Z Compiling unicode-normalization v0.1.24
9282024-11-26T08:19:42.856Z Compiling h2 v0.4.6
9292024-11-26T08:19:43.098Z Compiling thread-id v4.2.2
9302024-11-26T08:19:43.252Z Compiling httpdate v1.0.3
9312024-11-26T08:19:43.277Z Compiling foreign-types-shared v0.1.1
9322024-11-26T08:19:43.414Z Compiling unicode-bidi v0.3.15
9332024-11-26T08:19:43.608Z Compiling rustls v0.22.4
9342024-11-26T08:19:43.945Z Compiling ident_case v1.0.1
9352024-11-26T08:19:43.982Z Compiling syn v1.0.109
9362024-11-26T08:19:44.142Z Compiling camino v1.1.9
9372024-11-26T08:19:44.666Z Compiling darling_core v0.20.10
9382024-11-26T08:19:44.754Z Compiling foreign-types v0.3.2
9392024-11-26T08:19:44.948Z Compiling ppv-lite86 v0.2.20
9402024-11-26T08:19:46.333Z Compiling tower-service v0.3.3
9412024-11-26T08:19:46.464Z Compiling slog-async v2.8.0
9422024-11-26T08:19:47.517Z Compiling rand_chacha v0.3.1
9432024-11-26T08:19:49.319Z Compiling hyper v1.5.1
9442024-11-26T08:19:50.713Z Compiling typify-macro v0.2.0
9452024-11-26T08:19:50.898Z Compiling darling_macro v0.20.10
9462024-11-26T08:19:51.981Z Compiling idna v0.5.0
9472024-11-26T08:19:54.629Z Compiling typify v0.2.0
9482024-11-26T08:19:54.785Z Compiling progenitor-impl v0.8.0
9492024-11-26T08:19:55.835Z Compiling hyper-util v0.1.10
9502024-11-26T08:19:57.526Z Compiling toml_datetime v0.6.8
9512024-11-26T08:19:59.396Z Compiling multer v3.1.0
9522024-11-26T08:19:59.759Z Compiling paste v1.0.15
9532024-11-26T08:20:00.118Z Compiling openssl-probe v0.1.5
9542024-11-26T08:20:01.607Z Compiling progenitor-macro v0.8.0
9552024-11-26T08:20:02.104Z Compiling url v2.5.2
9562024-11-26T08:20:02.837Z Compiling darling v0.20.10
9572024-11-26T08:20:02.967Z Compiling rand v0.8.5
9582024-11-26T08:20:03.859Z Compiling usdt-macro v0.5.0
9592024-11-26T08:20:05.440Z Compiling usdt-attr-macro v0.5.0
9602024-11-26T08:20:07.139Z Compiling http-body-util v0.1.2
9612024-11-26T08:20:07.735Z Compiling async-trait v0.1.83
9622024-11-26T08:20:10.180Z Compiling encoding_rs v0.8.34
9632024-11-26T08:20:10.256Z Compiling ipnet v2.10.0
9642024-11-26T08:20:10.438Z Compiling mime v0.3.17
9652024-11-26T08:20:11.548Z Compiling base64 v0.22.1
9662024-11-26T08:20:12.693Z Compiling rustls-pemfile v2.1.3
9672024-11-26T08:20:13.372Z Compiling tokio-rustls v0.26.0
9682024-11-26T08:20:15.375Z Compiling serde_with_macros v3.9.0
9692024-11-26T08:20:16.096Z Compiling tokio-native-tls v0.3.1
9702024-11-26T08:20:16.424Z Compiling strum_macros v0.26.4
9712024-11-26T08:20:17.040Z Compiling serde_urlencoded v0.7.1
9722024-11-26T08:20:17.664Z Compiling structmeta-derive v0.3.0
9732024-11-26T08:20:18.181Z Compiling async-stream-impl v0.3.5
9742024-11-26T08:20:19.583Z Compiling webpki-roots v0.26.6
9752024-11-26T08:20:19.821Z Compiling dropshot v0.12.0
9762024-11-26T08:20:20.196Z Compiling powerfmt v0.2.0
9772024-11-26T08:20:20.402Z Compiling crossbeam-utils v0.8.20
9782024-11-26T08:20:20.969Z Compiling deranged v0.3.11
9792024-11-26T08:20:21.029Z Compiling structmeta v0.3.0
9802024-11-26T08:20:21.054Z Compiling hyper-rustls v0.27.3
9812024-11-26T08:20:22.100Z Compiling hyper-tls v0.6.0
9822024-11-26T08:20:22.885Z Compiling sync_wrapper v1.0.1
9832024-11-26T08:20:23.363Z Compiling winnow v0.6.18
9842024-11-26T08:20:26.284Z Compiling num_threads v0.1.7
9852024-11-26T08:20:26.427Z Compiling time v0.3.36
9862024-11-26T08:20:27.216Z Compiling reqwest v0.12.9
9872024-11-26T08:20:28.017Z Compiling parse-display-derive v0.10.0
9882024-11-26T08:20:30.436Z Compiling block-buffer v0.10.4
9892024-11-26T08:20:30.712Z Compiling crypto-common v0.1.6
9902024-11-26T08:20:30.956Z Compiling dropshot_endpoint v0.12.0
9912024-11-26T08:20:32.754Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9922024-11-26T08:20:35.272Z Compiling digest v0.10.7
9932024-11-26T08:20:35.773Z Compiling progenitor-client v0.8.0
9942024-11-26T08:20:36.925Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9952024-11-26T08:20:38.029Z Compiling dirs-sys-next v0.1.2
9962024-11-26T08:20:38.937Z Compiling lazy_static v1.5.0
9972024-11-26T08:20:39.259Z Compiling match_cfg v0.1.0
9982024-11-26T08:20:39.376Z Compiling rustix v0.38.37
9992024-11-26T08:20:39.739Z Compiling hostname v0.3.1
10002024-11-26T08:20:40.207Z Compiling progenitor v0.8.0
10012024-11-26T08:20:40.441Z Compiling dirs-next v2.0.0
10022024-11-26T08:20:40.732Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10032024-11-26T08:20:41.817Z Compiling futures-executor v0.3.30
10042024-11-26T08:20:43.108Z Compiling thread_local v1.1.8
10052024-11-26T08:20:43.586Z Compiling errno v0.3.9
10062024-11-26T08:20:43.856Z Compiling instant v0.1.13
10072024-11-26T08:20:44.236Z Compiling unicode-width v0.1.14
10082024-11-26T08:20:44.842Z Compiling cpufeatures v0.2.14
10092024-11-26T08:20:47.532Z Compiling futures v0.3.30
10102024-11-26T08:20:49.089Z Compiling term v0.7.0
10112024-11-26T08:20:49.223Z Compiling crossbeam-channel v0.5.13
10122024-11-26T08:20:51.167Z Compiling serde_spanned v0.6.7
10132024-11-26T08:20:51.451Z Compiling memmap v0.7.0
10142024-11-26T08:20:51.641Z Compiling is-terminal v0.4.13
10152024-11-26T08:20:52.084Z Compiling take_mut v0.2.2
10162024-11-26T08:20:52.699Z Compiling slog-term v2.9.1
10172024-11-26T08:20:53.396Z Compiling usdt v0.5.0
10182024-11-26T08:20:54.866Z Compiling toml_edit v0.22.21
10192024-11-26T08:20:55.285Z Compiling slog-json v2.6.1
10202024-11-26T08:20:55.733Z Compiling strum v0.26.3
10212024-11-26T08:20:55.946Z Compiling serde_with v3.9.0
10222024-11-26T08:20:58.812Z Compiling heapless v0.8.0
10232024-11-26T08:20:59.938Z Compiling debug-ignore v1.0.5
10242024-11-26T08:21:00.483Z Compiling tokio-rustls v0.25.0
10252024-11-26T08:21:02.151Z Compiling toml v0.8.19
10262024-11-26T08:21:03.476Z Compiling slog-bunyan v2.5.0
10272024-11-26T08:21:03.755Z Compiling sha1 v0.10.6
10282024-11-26T08:21:03.994Z Compiling async-stream v0.3.5
10292024-11-26T08:21:04.332Z Compiling newtype-uuid v1.1.0
10302024-11-26T08:21:04.553Z Compiling serde_path_to_error v0.1.16
10312024-11-26T08:21:04.681Z Compiling hex v0.4.3
10322024-11-26T08:21:05.269Z Compiling waitgroup v0.1.2
10332024-11-26T08:21:05.540Z Compiling hostname v0.4.0
10342024-11-26T08:21:05.568Z Compiling hash32 v0.3.1
10352024-11-26T08:21:05.589Z Compiling smoltcp v0.11.0
10362024-11-26T08:21:05.976Z Compiling stable_deref_trait v1.2.0
10372024-11-26T08:21:08.766Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10382024-11-26T08:21:08.991Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10392024-11-26T08:21:09.082Z Compiling backoff v0.4.0
10402024-11-26T08:21:09.498Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10412024-11-26T08:21:09.528Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10422024-11-26T08:21:09.757Z Compiling parse-display v0.10.0
10432024-11-26T08:21:11.815Z Compiling macaddr v1.0.1
10442024-11-26T08:21:12.486Z Compiling regress v0.9.1
10452024-11-26T08:21:15.071Z Compiling clap_derive v4.5.18
10462024-11-26T08:21:17.126Z Compiling bitflags v1.3.2
10472024-11-26T08:21:17.247Z Compiling cobs v0.2.3
10482024-11-26T08:21:17.393Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10492024-11-26T08:21:17.686Z Compiling managed v0.8.0
10502024-11-26T08:21:17.799Z Compiling winnow v0.5.40
10512024-11-26T08:21:18.262Z Compiling utf8parse v0.2.2
10522024-11-26T08:21:18.432Z Compiling anstyle-parse v0.2.5
10532024-11-26T08:21:19.988Z Compiling postcard v1.0.10
10542024-11-26T08:21:21.319Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10552024-11-26T08:21:21.778Z Compiling toml_edit v0.19.15
10562024-11-26T08:21:27.198Z Compiling anstyle-query v1.1.1
10572024-11-26T08:21:27.359Z Compiling anstyle v1.0.10
10582024-11-26T08:21:28.044Z Compiling colorchoice v1.0.2
10592024-11-26T08:21:28.066Z Compiling is_terminal_polyfill v1.70.1
10602024-11-26T08:21:28.238Z Compiling anstream v0.6.15
10612024-11-26T08:21:29.357Z Compiling proc-macro-crate v1.3.1
10622024-11-26T08:21:30.248Z Compiling terminal_size v0.4.0
10632024-11-26T08:21:30.324Z Compiling clap_lex v0.7.2
10642024-11-26T08:21:30.747Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10652024-11-26T08:21:31.041Z Compiling clap_builder v4.5.21
10662024-11-26T08:21:31.575Z Compiling num_enum_derive v0.5.11
10672024-11-26T08:21:32.555Z Compiling tabwriter v1.4.0
10682024-11-26T08:21:33.381Z Compiling foreign-types-macros v0.2.3
10692024-11-26T08:21:33.485Z Compiling num-integer v0.1.46
10702024-11-26T08:21:33.954Z Compiling foreign-types-shared v0.3.1
10712024-11-26T08:21:34.327Z Compiling num_enum v0.5.11
10722024-11-26T08:21:34.723Z Compiling foreign-types v0.5.0
10732024-11-26T08:21:34.916Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10742024-11-26T08:21:35.127Z Compiling clap v4.5.21
10752024-11-26T08:21:35.653Z Compiling cstr-argument v0.1.2
10762024-11-26T08:21:35.679Z Compiling proc-macro-error-attr v1.0.4
10772024-11-26T08:21:36.063Z Compiling heck v0.4.1
10782024-11-26T08:21:36.131Z Compiling pretty-hex v0.2.1
10792024-11-26T08:21:36.359Z Compiling prettyplease v0.2.22
10802024-11-26T08:21:36.485Z Compiling either v1.13.0
10812024-11-26T08:21:36.704Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10822024-11-26T08:21:37.365Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10832024-11-26T08:21:37.425Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10842024-11-26T08:21:38.316Z Compiling num-iter v0.1.45
10852024-11-26T08:21:38.482Z Compiling num-rational v0.4.2
10862024-11-26T08:21:38.890Z Compiling colored v2.1.0
10872024-11-26T08:21:40.675Z Compiling num-complex v0.4.6
10882024-11-26T08:21:41.299Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-11-26T08:21:41.389Z Compiling proc-macro-error v1.0.4
10902024-11-26T08:21:41.671Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-11-26T08:21:41.959Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10922024-11-26T08:21:41.985Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10932024-11-26T08:21:42.015Z Compiling fastrand v2.1.1
10942024-11-26T08:21:42.671Z Compiling tempfile v3.12.0
10952024-11-26T08:21:43.041Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10962024-11-26T08:21:43.516Z Compiling num v0.4.3
10972024-11-26T08:21:47.237Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10982024-11-26T08:21:47.530Z Compiling float-ord v0.3.2
10992024-11-26T08:21:47.670Z Compiling crucible-workspace-hack v0.1.0
11002024-11-26T08:21:47.863Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11012024-11-26T08:21:55.763Z Compiling unicode-segmentation v1.12.0
11022024-11-26T08:21:55.956Z Compiling semver v0.1.20
11032024-11-26T08:21:56.518Z Compiling rustc_version v0.1.7
11042024-11-26T08:21:56.807Z Compiling newline-converter v0.3.0
11052024-11-26T08:21:56.960Z Compiling zone_cfg_derive v0.3.0
11062024-11-26T08:21:57.014Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11072024-11-26T08:21:57.168Z Compiling camino-tempfile v1.1.1
11082024-11-26T08:21:57.467Z Compiling itertools v0.10.5
11092024-11-26T08:21:58.000Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11102024-11-26T08:21:58.505Z Compiling console v0.15.8
11112024-11-26T08:21:58.531Z Compiling num-derive v0.4.2
11122024-11-26T08:21:59.902Z Compiling sigpipe v0.1.3
11132024-11-26T08:22:00.230Z Compiling similar v2.6.0
11142024-11-26T08:22:00.797Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-11-26T08:22:00.902Z Compiling base64ct v1.6.0
11162024-11-26T08:22:01.178Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11172024-11-26T08:22:01.474Z Compiling password-hash v0.5.0
11182024-11-26T08:22:01.581Z Compiling expectorate v1.1.0
11192024-11-26T08:22:01.847Z Compiling zone v0.3.0
11202024-11-26T08:22:02.741Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11212024-11-26T08:22:03.632Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11222024-11-26T08:22:03.663Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11232024-11-26T08:22:05.295Z Compiling newtype_derive v0.1.6
11242024-11-26T08:22:05.702Z Compiling blake2 v0.10.6
11252024-11-26T08:22:05.998Z Compiling hubpack_derive v0.1.1
11262024-11-26T08:22:06.728Z Compiling smf v0.2.3
11272024-11-26T08:22:06.917Z Compiling zerocopy-derive v0.6.6
11282024-11-26T08:22:06.970Z Compiling owo-colors v4.1.0
11292024-11-26T08:22:06.997Z Compiling cancel-safe-futures v0.1.5
11302024-11-26T08:22:07.318Z Compiling fixedbitset v0.4.2
11312024-11-26T08:22:07.396Z Compiling whoami v1.5.2
11322024-11-26T08:22:07.492Z Compiling hubpack v0.1.2
11332024-11-26T08:22:08.351Z Compiling petgraph v0.6.5
11342024-11-26T08:22:08.943Z Compiling zerocopy v0.6.6
11352024-11-26T08:22:09.192Z Compiling argon2 v0.5.3
11362024-11-26T08:22:09.968Z Compiling strum_macros v0.25.3
11372024-11-26T08:22:11.658Z Compiling serde-big-array v0.5.1
11382024-11-26T08:22:11.927Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-11-26T08:22:13.393Z Compiling serde_repr v0.1.19
11402024-11-26T08:22:13.430Z Compiling cookie v0.18.1
11412024-11-26T08:22:13.461Z Compiling convert_case v0.4.0
11422024-11-26T08:22:13.647Z Compiling static_assertions v1.1.0
11432024-11-26T08:22:13.767Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11442024-11-26T08:22:13.771Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-11-26T08:22:14.236Z Compiling derive_more v0.99.18
11462024-11-26T08:22:15.140Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-11-26T08:22:15.194Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482024-11-26T08:22:16.940Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11492024-11-26T08:22:18.618Z Compiling atomicwrites v0.4.4
11502024-11-26T08:22:19.132Z Compiling itertools v0.13.0
11512024-11-26T08:22:20.975Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11522024-11-26T08:22:21.049Z Compiling idna v0.4.0
11532024-11-26T08:22:22.211Z Compiling libsw v3.3.1
11542024-11-26T08:22:22.575Z Compiling derive-where v1.2.7
11552024-11-26T08:22:22.952Z Compiling enum-as-inner v0.6.1
11562024-11-26T08:22:23.036Z Compiling data-encoding v2.6.0
11572024-11-26T08:22:23.253Z Compiling swrite v0.1.0
11582024-11-26T08:22:23.402Z Compiling indent_write v2.2.0
11592024-11-26T08:22:23.659Z Compiling linear-map v1.2.0
11602024-11-26T08:22:24.087Z Compiling linked-hash-map v0.5.6
11612024-11-26T08:22:24.119Z Compiling highway v1.2.0
11622024-11-26T08:22:24.528Z Compiling quick-error v1.2.3
11632024-11-26T08:22:24.695Z Compiling resolv-conf v0.7.0
11642024-11-26T08:22:24.944Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-26T08:22:25.544Z Compiling lru-cache v0.1.2
11662024-11-26T08:22:25.821Z Compiling hickory-proto v0.24.1
11672024-11-26T08:22:25.950Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-11-26T08:22:26.353Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11692024-11-26T08:22:28.501Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11702024-11-26T08:22:28.912Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11712024-11-26T08:22:30.096Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11722024-11-26T08:22:30.725Z Compiling steno v0.4.1
11732024-11-26T08:22:34.186Z Compiling slog-dtrace v0.3.0
11742024-11-26T08:22:34.560Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11752024-11-26T08:22:34.912Z Compiling parking_lot_core v0.8.6
11762024-11-26T08:22:34.937Z Compiling humantime v2.1.0
11772024-11-26T08:22:35.407Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-11-26T08:22:35.592Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-11-26T08:22:35.846Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-11-26T08:22:37.238Z Compiling hickory-resolver v0.24.1
11812024-11-26T08:22:37.762Z Compiling num-derive v0.3.3
11822024-11-26T08:22:39.488Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-11-26T08:22:39.924Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11842024-11-26T08:22:39.929Z Compiling thiserror v2.0.3
11852024-11-26T08:22:40.067Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11862024-11-26T08:22:40.317Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11872024-11-26T08:22:41.764Z Compiling thiserror-impl v2.0.3
11882024-11-26T08:22:41.997Z Compiling parking_lot v0.11.2
11892024-11-26T08:22:43.003Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11902024-11-26T08:22:44.015Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11912024-11-26T08:22:45.909Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11922024-11-26T08:22:45.972Z Compiling crossbeam-epoch v0.9.18
11932024-11-26T08:22:46.321Z Compiling fxhash v0.2.1
11942024-11-26T08:22:46.567Z Compiling crc32fast v1.4.2
11952024-11-26T08:22:47.091Z Compiling arc-swap v1.7.1
11962024-11-26T08:22:47.146Z Compiling crc8 v0.1.1
11972024-11-26T08:22:47.481Z Compiling sled v0.34.7
11982024-11-26T08:22:47.772Z Compiling slog-scope v4.4.0
11992024-11-26T08:22:48.706Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
12002024-11-26T08:22:52.447Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12012024-11-26T08:22:54.008Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12022024-11-26T08:22:54.560Z Compiling slog-stdlog v4.1.1
12032024-11-26T08:22:55.372Z Compiling slog-envlogger v2.2.0
12042024-11-26T08:22:56.353Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12052024-11-26T08:22:58.155Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12062024-11-26T08:23:07.684Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12072024-11-26T08:23:09.981Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12082024-11-26T08:23:14.280Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12092024-11-26T08:23:43.171Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12102024-11-26T08:23:43.171Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12112024-11-26T08:23:50.294Z Finished `release` profile [optimized] target(s) in 5m 14s
12122024-11-26T08:23:50.634Z+ banner trio
12132024-11-26T08:23:50.638Z
12142024-11-26T08:23:50.638Z ##### ##### # ####
12152024-11-26T08:23:50.638Z # # # # # #
12162024-11-26T08:23:50.638Z # # # # # #
12172024-11-26T08:23:50.639Z # ##### # # #
12182024-11-26T08:23:50.639Z # # # # # #
12192024-11-26T08:23:50.639Z # # # # ####
12202024-11-26T08:23:50.639Z
12212024-11-26T08:23:50.639Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12222024-11-26T08:23:51.114Z Compiling cfg-if v1.0.0
12232024-11-26T08:23:51.114Z Compiling libc v0.2.165
12242024-11-26T08:23:51.114Z Compiling serde v1.0.215
12252024-11-26T08:23:51.117Z Compiling once_cell v1.20.2
12262024-11-26T08:23:51.117Z Compiling itoa v1.0.11
12272024-11-26T08:23:51.117Z Compiling byteorder v1.5.0
12282024-11-26T08:23:51.186Z Compiling syn v2.0.87
12292024-11-26T08:23:51.191Z Compiling bytes v1.7.2
12302024-11-26T08:23:51.248Z Compiling num-traits v0.2.19
12312024-11-26T08:23:51.404Z Compiling zerocopy v0.7.35
12322024-11-26T08:23:51.573Z Compiling pin-project-lite v0.2.14
12332024-11-26T08:23:51.586Z Compiling ahash v0.8.11
12342024-11-26T08:23:51.629Z Compiling schemars v0.8.21
12352024-11-26T08:23:51.639Z Compiling allocator-api2 v0.2.18
12362024-11-26T08:23:51.690Z Compiling scopeguard v1.2.0
12372024-11-26T08:23:51.807Z Compiling memchr v2.7.4
12382024-11-26T08:23:51.928Z Compiling smallvec v1.13.2
12392024-11-26T08:23:51.988Z Compiling lock_api v0.4.12
12402024-11-26T08:23:52.475Z Compiling fnv v1.0.7
12412024-11-26T08:23:52.487Z Compiling log v0.4.22
12422024-11-26T08:23:52.603Z Compiling hashbrown v0.14.5
12432024-11-26T08:23:52.624Z Compiling getrandom v0.2.15
12442024-11-26T08:23:52.728Z Compiling parking_lot_core v0.9.10
12452024-11-26T08:23:52.982Z Compiling signal-hook-registry v1.4.2
12462024-11-26T08:23:53.006Z Compiling socket2 v0.5.7
12472024-11-26T08:23:53.054Z Compiling mio v1.0.2
12482024-11-26T08:23:53.578Z Compiling parking_lot v0.12.3
12492024-11-26T08:23:53.824Z Compiling futures-core v0.3.30
12502024-11-26T08:23:54.079Z Compiling equivalent v1.0.1
12512024-11-26T08:23:54.195Z Compiling ryu v1.0.18
12522024-11-26T08:23:54.517Z Compiling tracing-core v0.1.32
12532024-11-26T08:23:54.520Z Compiling serde_json v1.0.133
12542024-11-26T08:23:54.557Z Compiling uuid v1.11.0
12552024-11-26T08:23:54.651Z Compiling regress v0.10.1
12562024-11-26T08:23:54.695Z Compiling futures-task v0.3.30
12572024-11-26T08:23:54.767Z Compiling spin v0.9.8
12582024-11-26T08:23:54.883Z Compiling untrusted v0.9.0
12592024-11-26T08:23:54.972Z Compiling pin-utils v0.1.0
12602024-11-26T08:23:55.068Z Compiling futures-sink v0.3.30
12612024-11-26T08:23:55.091Z Compiling futures-util v0.3.30
12622024-11-26T08:23:55.115Z Compiling ring v0.17.8
12632024-11-26T08:23:55.225Z Compiling slab v0.4.9
12642024-11-26T08:23:55.724Z Compiling try-lock v0.2.5
12652024-11-26T08:23:55.894Z Compiling want v0.3.1
12662024-11-26T08:23:56.124Z Compiling chrono v0.4.38
12672024-11-26T08:23:56.193Z Compiling httparse v1.9.4
12682024-11-26T08:23:56.974Z Compiling futures-channel v0.3.30
12692024-11-26T08:23:57.223Z Compiling tower-service v0.3.3
12702024-11-26T08:23:57.351Z Compiling foreign-types-shared v0.1.1
12712024-11-26T08:23:57.426Z Compiling dyn-clone v1.0.17
12722024-11-26T08:23:57.457Z Compiling foreign-types v0.3.2
12732024-11-26T08:23:57.551Z Compiling openssl-sys v0.9.103
12742024-11-26T08:23:57.634Z Compiling bitflags v2.6.0
12752024-11-26T08:23:57.991Z Compiling serde_derive_internals v0.29.1
12762024-11-26T08:23:58.144Z Compiling unicode-ident v1.0.13
12772024-11-26T08:23:58.207Z Compiling http v1.1.0
12782024-11-26T08:23:58.341Z Compiling proc-macro2 v1.0.86
12792024-11-26T08:23:59.010Z Compiling semver v1.0.23
12802024-11-26T08:23:59.427Z Compiling tinyvec_macros v0.1.1
12812024-11-26T08:23:59.520Z Compiling openssl-probe v0.1.5
12822024-11-26T08:23:59.588Z Compiling tinyvec v1.8.0
12832024-11-26T08:24:00.039Z Compiling quote v1.0.37
12842024-11-26T08:24:00.236Z Compiling percent-encoding v2.3.1
12852024-11-26T08:24:00.735Z Compiling form_urlencoded v1.2.1
12862024-11-26T08:24:01.379Z Compiling unicode-normalization v0.1.24
12872024-11-26T08:24:02.598Z Compiling aho-corasick v1.1.3
12882024-11-26T08:24:02.718Z Compiling http v0.2.12
12892024-11-26T08:24:02.951Z Compiling rustls-pki-types v1.8.0
12902024-11-26T08:24:03.432Z Compiling serde_derive v1.0.215
12912024-11-26T08:24:03.668Z Compiling zerocopy-derive v0.7.35
12922024-11-26T08:24:03.681Z Compiling thiserror-impl v1.0.64
12932024-11-26T08:24:03.896Z Compiling tokio-macros v2.4.0
12942024-11-26T08:24:04.264Z Compiling schemars_derive v0.8.21
12952024-11-26T08:24:05.517Z Compiling tokio v1.40.0
12962024-11-26T08:24:06.570Z Compiling tracing-attributes v0.1.27
12972024-11-26T08:24:06.904Z Compiling thiserror v1.0.64
12982024-11-26T08:24:07.184Z Compiling openssl-macros v0.1.1
12992024-11-26T08:24:07.369Z Compiling heck v0.5.0
13002024-11-26T08:24:07.562Z Compiling unicode-bidi v0.3.15
13012024-11-26T08:24:08.033Z Compiling openssl v0.10.66
13022024-11-26T08:24:08.736Z Compiling idna v0.5.0
13032024-11-26T08:24:10.008Z Compiling tracing v0.1.40
13042024-11-26T08:24:10.561Z Compiling regex-automata v0.4.7
13052024-11-26T08:24:10.725Z Compiling http-body v1.0.1
13062024-11-26T08:24:18.395Z Compiling indexmap v2.5.0
13072024-11-26T08:24:18.503Z Compiling tokio-util v0.7.12
13082024-11-26T08:24:20.908Z Compiling serde_tokenstream v0.2.2
13092024-11-26T08:24:22.458Z Compiling native-tls v0.2.12
13102024-11-26T08:24:22.776Z Compiling slog v2.7.0
13112024-11-26T08:24:23.307Z Compiling tokio-native-tls v0.3.1
13122024-11-26T08:24:23.577Z Compiling regex-syntax v0.8.4
13132024-11-26T08:24:23.602Z Compiling atomic-waker v1.1.2
13142024-11-26T08:24:23.792Z Compiling h2 v0.4.6
13152024-11-26T08:24:24.643Z Compiling typify-impl v0.2.0
13162024-11-26T08:24:25.659Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13172024-11-26T08:24:25.748Z Compiling openapiv3 v2.0.0
13182024-11-26T08:24:34.743Z Compiling serde_urlencoded v0.7.1
13192024-11-26T08:24:35.343Z Compiling regex v1.10.6
13202024-11-26T08:24:36.366Z Compiling url v2.5.2
13212024-11-26T08:24:36.636Z Compiling encoding_rs v0.8.34
13222024-11-26T08:24:37.826Z Compiling ipnet v2.10.0
13232024-11-26T08:24:39.617Z Compiling mime v0.3.17
13242024-11-26T08:24:40.705Z Compiling rustls v0.21.12
13252024-11-26T08:24:40.718Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13262024-11-26T08:24:40.928Z Compiling typify-macro v0.2.0
13272024-11-26T08:24:41.469Z Compiling hyper v1.5.1
13282024-11-26T08:24:42.856Z Compiling h2 v0.3.26
13292024-11-26T08:24:44.621Z Compiling http-body v0.4.6
13302024-11-26T08:24:44.658Z Compiling rustls-webpki v0.102.8
13312024-11-26T08:24:44.850Z Compiling sct v0.7.1
13322024-11-26T08:24:45.131Z Compiling rustls-webpki v0.101.7
13332024-11-26T08:24:45.318Z Compiling subtle v2.6.1
13342024-11-26T08:24:45.644Z Compiling toml_datetime v0.6.8
13352024-11-26T08:24:46.044Z Compiling httpdate v1.0.3
13362024-11-26T08:24:46.822Z Compiling zeroize v1.8.1
13372024-11-26T08:24:47.177Z Compiling serde_yaml v0.9.34+deprecated
13382024-11-26T08:24:47.554Z Compiling rustls v0.23.13
13392024-11-26T08:24:49.218Z Compiling hyper v0.14.30
13402024-11-26T08:24:51.008Z Compiling toml_edit v0.19.15
13412024-11-26T08:24:51.752Z Compiling hyper-util v0.1.10
13422024-11-26T08:24:57.624Z Compiling lazy_static v1.5.0
13432024-11-26T08:24:57.761Z Compiling tokio-rustls v0.26.0
13442024-11-26T08:24:58.235Z Compiling tokio-rustls v0.24.1
13452024-11-26T08:24:58.458Z Compiling proc-macro-crate v1.3.1
13462024-11-26T08:24:58.686Z Compiling http-body-util v0.1.2
13472024-11-26T08:24:59.257Z Compiling webpki-roots v0.26.6
13482024-11-26T08:24:59.325Z Compiling base64 v0.21.7
13492024-11-26T08:24:59.480Z Compiling base64 v0.22.1
13502024-11-26T08:25:00.452Z Compiling crossbeam-utils v0.8.20
13512024-11-26T08:25:00.471Z Compiling rustls-pemfile v2.1.3
13522024-11-26T08:25:00.612Z Compiling rustls-pemfile v1.0.4
13532024-11-26T08:25:00.842Z Compiling hyper-rustls v0.27.3
13542024-11-26T08:25:01.063Z Compiling num_enum_derive v0.5.11
13552024-11-26T08:25:01.242Z Compiling hyper-tls v0.6.0
13562024-11-26T08:25:01.432Z Compiling hyper-rustls v0.24.2
13572024-11-26T08:25:01.772Z Compiling hyper-tls v0.5.0
13582024-11-26T08:25:01.887Z Compiling typify v0.2.0
13592024-11-26T08:25:02.073Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13602024-11-26T08:25:02.575Z Compiling ipnetwork v0.20.0
13612024-11-26T08:25:03.442Z Compiling ppv-lite86 v0.2.20
13622024-11-26T08:25:03.865Z Compiling foreign-types-macros v0.2.3
13632024-11-26T08:25:04.412Z Compiling sync_wrapper v1.0.1
13642024-11-26T08:25:04.565Z Compiling rand_core v0.6.4
13652024-11-26T08:25:05.067Z Compiling dirs-sys-next v0.1.2
13662024-11-26T08:25:05.206Z Compiling foreign-types-shared v0.3.1
13672024-11-26T08:25:05.327Z Compiling sync_wrapper v0.1.2
13682024-11-26T08:25:05.464Z Compiling webpki-roots v0.25.4
13692024-11-26T08:25:05.642Z Compiling powerfmt v0.2.0
13702024-11-26T08:25:05.687Z Compiling reqwest v0.11.27
13712024-11-26T08:25:06.010Z Compiling deranged v0.3.11
13722024-11-26T08:25:06.288Z Compiling time-macros v0.2.18
13732024-11-26T08:25:06.320Z Compiling foreign-types v0.5.0
13742024-11-26T08:25:06.434Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13752024-11-26T08:25:08.298Z Compiling dirs-next v2.0.0
13762024-11-26T08:25:08.569Z Compiling progenitor-impl v0.8.0
13772024-11-26T08:25:09.382Z Compiling rand_chacha v0.3.1
13782024-11-26T08:25:11.147Z Compiling reqwest v0.12.9
13792024-11-26T08:25:13.040Z Compiling num_enum v0.5.11
13802024-11-26T08:25:13.216Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13812024-11-26T08:25:15.385Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13822024-11-26T08:25:17.398Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13832024-11-26T08:25:17.586Z Compiling cstr-argument v0.1.2
13842024-11-26T08:25:17.846Z Compiling thread_local v1.1.8
13852024-11-26T08:25:18.025Z Compiling arc-swap v1.7.1
13862024-11-26T08:25:18.207Z Compiling time-core v0.1.2
13872024-11-26T08:25:18.395Z Compiling either v1.13.0
13882024-11-26T08:25:18.587Z Compiling num-conv v0.1.0
13892024-11-26T08:25:18.736Z Compiling pretty-hex v0.2.1
13902024-11-26T08:25:18.850Z Compiling time v0.3.36
13912024-11-26T08:25:18.865Z Compiling itertools v0.12.1
13922024-11-26T08:25:18.942Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13932024-11-26T08:25:19.334Z Compiling slog-scope v4.4.0
13942024-11-26T08:25:20.273Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13952024-11-26T08:25:21.774Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13962024-11-26T08:25:22.679Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13972024-11-26T08:25:22.690Z Compiling crossbeam-channel v0.5.13
13982024-11-26T08:25:22.861Z Compiling progenitor-macro v0.8.0
13992024-11-26T08:25:24.320Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14002024-11-26T08:25:27.977Z Compiling progenitor-client v0.8.0
14012024-11-26T08:25:28.925Z Compiling rand v0.8.5
14022024-11-26T08:25:30.870Z Compiling term v0.7.0
14032024-11-26T08:25:33.160Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14042024-11-26T08:25:35.937Z Compiling anyhow v1.0.93
14052024-11-26T08:25:37.459Z Compiling colored v2.1.0
14062024-11-26T08:25:37.469Z Compiling is-terminal v0.4.13
14072024-11-26T08:25:37.591Z Compiling winnow v0.6.18
14082024-11-26T08:25:38.757Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14092024-11-26T08:25:39.100Z Compiling take_mut v0.2.2
14102024-11-26T08:25:39.268Z Compiling slog-async v2.8.0
14112024-11-26T08:25:42.130Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14122024-11-26T08:25:42.392Z Compiling progenitor v0.8.0
14132024-11-26T08:25:42.619Z Compiling slog-term v2.9.1
14142024-11-26T08:25:45.443Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14152024-11-26T08:25:45.670Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14162024-11-26T08:25:49.476Z Compiling slog-stdlog v4.1.1
14172024-11-26T08:25:50.333Z Compiling slog-envlogger v2.2.0
14182024-11-26T08:25:51.503Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14192024-11-26T08:25:54.510Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14202024-11-26T08:26:07.579Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14212024-11-26T08:26:15.073Z Finished `release` profile [optimized] target(s) in 2m 24s
14222024-11-26T08:26:15.157Z Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757)
14232024-11-26T08:26:15.203Z
14242024-11-26T08:26:15.203Zrunning 1 test
14252024-11-26T08:26:15.375Zconfigure zone
14262024-11-26T08:26:15.440Zinstall zone
14272024-11-26T08:27:15.214Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14282024-11-26T08:28:18.127Zboot zone
14292024-11-26T08:28:18.906Zstart zone s1
14302024-11-26T08:28:18.906Zconfigure zone
14312024-11-26T08:28:18.914Zinstall zone
14322024-11-26T08:30:04.154Zboot zone
14332024-11-26T08:30:05.036Zstart zone s2
14342024-11-26T08:30:05.036Zconfigure zone
14352024-11-26T08:30:05.044Zinstall zone
14362024-11-26T08:31:55.263Zboot zone
14372024-11-26T08:31:56.101Zstart zone t1
14382024-11-26T08:31:56.101Zconfigure zone
14392024-11-26T08:31:56.109Zinstall zone
14402024-11-26T08:33:45.763Zboot zone
14412024-11-26T08:33:46.655Zwaiting for zones to come up
14422024-11-26T08:33:56.657Z[sidecar.trio] svcs milestone/network
14432024-11-26T08:33:56.732ZSTATE STIME FMRI
14442024-11-26T08:33:56.732Zonline 0:28:36 svc:/milestone/network:default
14452024-11-26T08:33:56.732Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14462024-11-26T08:33:56.863Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14472024-11-26T08:33:56.867Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14482024-11-26T08:33:56.871Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14492024-11-26T08:33:56.875Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14502024-11-26T08:33:56.895Z
14512024-11-26T08:33:56.895Zrunning zone s1.trio setup
14522024-11-26T08:33:56.895Z[s1.trio] svcs milestone/network
14532024-11-26T08:33:56.917ZSTATE STIME FMRI
14542024-11-26T08:33:56.917Zonline 0:30:22 svc:/milestone/network:default
14552024-11-26T08:33:56.917Z[s1.trio] dladm
14562024-11-26T08:33:56.937ZLINK CLASS MTU STATE BRIDGE OVER
14572024-11-26T08:33:56.937Zsl0 simnet 9000 up -- ?
14582024-11-26T08:33:56.937Zmg2 vnic 9000 up -- ?
14592024-11-26T08:33:56.937Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14602024-11-26T08:33:57.433Z
14612024-11-26T08:33:57.433Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14622024-11-26T08:33:57.457Z
14632024-11-26T08:33:57.457Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14642024-11-26T08:33:57.477Z
14652024-11-26T08:33:57.477Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14662024-11-26T08:33:57.565Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14672024-11-26T08:33:57.609Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14682024-11-26T08:33:57.703Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14692024-11-26T08:33:57.747Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14702024-11-26T08:33:57.767Z
14712024-11-26T08:33:57.767Zrunning zone s2.trio setup
14722024-11-26T08:33:57.767Z[s2.trio] svcs milestone/network
14732024-11-26T08:33:57.791ZSTATE STIME FMRI
14742024-11-26T08:33:57.791Zonline 0:32:13 svc:/milestone/network:default
14752024-11-26T08:33:57.791Z[s2.trio] dladm
14762024-11-26T08:33:57.812ZLINK CLASS MTU STATE BRIDGE OVER
14772024-11-26T08:33:57.812Zsl1 simnet 9000 up -- ?
14782024-11-26T08:33:57.812Zmg3 vnic 9000 up -- ?
14792024-11-26T08:33:57.812Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14802024-11-26T08:33:58.387Z
14812024-11-26T08:33:58.387Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14822024-11-26T08:33:58.410Z
14832024-11-26T08:33:58.410Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14842024-11-26T08:33:58.431Z
14852024-11-26T08:33:58.431Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14862024-11-26T08:33:58.476Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14872024-11-26T08:33:58.498Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14882024-11-26T08:33:58.542Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14892024-11-26T08:33:58.563Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14902024-11-26T08:33:58.584Z
14912024-11-26T08:33:58.584Zrunning zone t1.trio setup
14922024-11-26T08:33:58.584Z[t1.trio] svcs milestone/network
14932024-11-26T08:33:58.605ZSTATE STIME FMRI
14942024-11-26T08:33:58.605Z- - svc:/milestone/network:default
14952024-11-26T08:33:59.605Z[t1.trio] svcs milestone/network
14962024-11-26T08:33:59.626ZSTATE STIME FMRI
14972024-11-26T08:33:59.626Z- - svc:/milestone/network:default
14982024-11-26T08:34:00.627Z[t1.trio] svcs milestone/network
14992024-11-26T08:34:00.647ZSTATE STIME FMRI
15002024-11-26T08:34:00.647Z- - svc:/milestone/network:default
15012024-11-26T08:34:01.647Z[t1.trio] svcs milestone/network
15022024-11-26T08:34:01.670ZSTATE STIME FMRI
15032024-11-26T08:34:01.670Z- - svc:/milestone/network:default
15042024-11-26T08:34:02.669Z[t1.trio] svcs milestone/network
15052024-11-26T08:34:02.691ZSTATE STIME FMRI
15062024-11-26T08:34:02.691Z- - svc:/milestone/network:default
15072024-11-26T08:34:03.691Z[t1.trio] svcs milestone/network
15082024-11-26T08:34:03.712ZSTATE STIME FMRI
15092024-11-26T08:34:03.712Z- - svc:/milestone/network:default
15102024-11-26T08:34:04.712Z[t1.trio] svcs milestone/network
15112024-11-26T08:34:04.734ZSTATE STIME FMRI
15122024-11-26T08:34:04.734Zoffline 0:34:03 svc:/milestone/network:default
15132024-11-26T08:34:05.734Z[t1.trio] svcs milestone/network
15142024-11-26T08:34:05.759ZSTATE STIME FMRI
15152024-11-26T08:34:05.759Zonline 0:34:04 svc:/milestone/network:default
15162024-11-26T08:34:05.759Z[t1.trio] dladm
15172024-11-26T08:34:05.781ZLINK CLASS MTU STATE BRIDGE OVER
15182024-11-26T08:34:05.781Ztfportrear0_0 simnet 9000 up -- ?
15192024-11-26T08:34:05.781Ztfportrear1_0 simnet 9000 up -- ?
15202024-11-26T08:34:05.781Zmg1 vnic 9000 up -- ?
15212024-11-26T08:34:05.781Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15222024-11-26T08:34:06.360Z
15232024-11-26T08:34:06.360Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15242024-11-26T08:34:06.382Z
15252024-11-26T08:34:06.382Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15262024-11-26T08:34:06.404Z
15272024-11-26T08:34:06.404Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15282024-11-26T08:34:06.423Z
15292024-11-26T08:34:06.423Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15302024-11-26T08:34:06.621Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15312024-11-26T08:34:06.625Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15322024-11-26T08:34:06.628Zwaiting 3s for copy of files to zone to complete ...
15332024-11-26T08:34:09.629Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15342024-11-26T08:34:09.665Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15352024-11-26T08:34:09.687Z[t1.trio] svcadm enable dendrite
15362024-11-26T08:34:09.724Z
15372024-11-26T08:34:09.724Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15382024-11-26T08:34:09.769Z
15392024-11-26T08:34:09.769Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15402024-11-26T08:34:09.812Z
15412024-11-26T08:34:09.812Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15422024-11-26T08:34:09.854Z
15432024-11-26T08:34:09.854Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15442024-11-26T08:34:09.894Z
15452024-11-26T08:34:09.894Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15462024-11-26T08:34:10.010Z
15472024-11-26T08:34:10.010Z[t1.trio] svcadm refresh dendrite:default
15482024-11-26T08:34:10.018Z
15492024-11-26T08:34:10.018Z[t1.trio] svcadm restart dendrite:default
15502024-11-26T08:34:10.018Z
15512024-11-26T08:34:10.018Zwait 10s for dendrite to come up ...
15522024-11-26T08:34:20.010Z[t1.trio] svcadm enable tfport
15532024-11-26T08:34:20.048Z
15542024-11-26T08:34:20.049Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid c8860843-4f9c-4276-88cb-a761a2573673 --sled-uuid b4f83714-247f-444a-8764-92b5f78b4a0f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15552024-11-26T08:34:20.068Z
15562024-11-26T08:34:20.068Z[t1.trio] ipadm
15572024-11-26T08:34:20.092ZADDROBJ TYPE STATE ADDR
15582024-11-26T08:34:20.092Zlo0/v4 static ok 127.0.0.1/8
15592024-11-26T08:34:20.092Zmg1/v4 static ok 10.0.0.3/24
15602024-11-26T08:34:20.092Zlo0/v6 static ok ::1/128
15612024-11-26T08:34:20.092Zlo0/u6 static ok fd00:3::1/64
15622024-11-26T08:34:20.092Ztfportrear0_0/v6 addrconf ok fe80::9090:5eff:fe4f:5bb2%tfportrear0_0/10
15632024-11-26T08:34:20.092Ztfportrear1_0/v6 addrconf ok fe80::8057:18ff:fee0:ba44%tfportrear1_0/10
15642024-11-26T08:34:22.302Zinitial peering test passed
15652024-11-26T08:34:23.305Zadvertise from one passed
15662024-11-26T08:34:24.308Zadvertise from two passed
15672024-11-26T08:34:24.308Z[s1.trio] ping fd00:2::1
15682024-11-26T08:34:24.335Zfd00:2::1 is alive
15692024-11-26T08:34:24.335Z[s2.trio] ping fd00:1::1
15702024-11-26T08:34:24.356Zfd00:1::1 is alive
15712024-11-26T08:34:24.356Zconnectivity test passed
15722024-11-26T08:34:24.356Z[t1.trio] pkill ddmd
15732024-11-26T08:34:24.375Z
15742024-11-26T08:34:30.379Z[t1.trio] svcadm enable dendrite
15752024-11-26T08:34:30.419Z
15762024-11-26T08:34:30.420Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15772024-11-26T08:34:30.462Z
15782024-11-26T08:34:30.463Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15792024-11-26T08:34:30.504Z
15802024-11-26T08:34:30.504Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15812024-11-26T08:34:30.545Z
15822024-11-26T08:34:30.545Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15832024-11-26T08:34:30.587Z
15842024-11-26T08:34:30.587Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15852024-11-26T08:34:30.629Z
15862024-11-26T08:34:30.629Z[t1.trio] svcadm refresh dendrite:default
15872024-11-26T08:34:30.665Z
15882024-11-26T08:34:30.665Z[t1.trio] svcadm restart dendrite:default
15892024-11-26T08:34:30.701Z
15902024-11-26T08:34:30.701Zwait 10s for dendrite to come up ...
15912024-11-26T08:34:40.741Z[t1.trio] svcadm enable tfport
15922024-11-26T08:34:40.744Z
15932024-11-26T08:34:40.744Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 87115f14-187f-4fea-b945-a3914f29d5b7 --sled-uuid 8ff2c1eb-92c4-4236-9e25-24eb8c02d0b2 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15942024-11-26T08:34:40.762Z
15952024-11-26T08:34:40.763Z[t1.trio] ipadm
15962024-11-26T08:34:40.785ZADDROBJ TYPE STATE ADDR
15972024-11-26T08:34:40.785Zlo0/v4 static ok 127.0.0.1/8
15982024-11-26T08:34:40.785Zmg1/v4 static ok 10.0.0.3/24
15992024-11-26T08:34:40.785Zlo0/v6 static ok ::1/128
16002024-11-26T08:34:40.785Zlo0/u6 static ok fd00:3::1/64
16012024-11-26T08:34:40.785Ztfportrear0_0/v6 addrconf ok fe80::9090:5eff:fe4f:5bb2%tfportrear0_0/10
16022024-11-26T08:34:40.785Ztfportrear1_0/v6 addrconf ok fe80::8057:18ff:fee0:ba44%tfportrear1_0/10
16032024-11-26T08:34:43.788Z[s1.trio] ping fd00:2::1
16042024-11-26T08:34:43.810Zfd00:2::1 is alive
16052024-11-26T08:34:43.810Z[s2.trio] ping fd00:1::1
16062024-11-26T08:34:43.830Zfd00:1::1 is alive
16072024-11-26T08:34:43.830Ztransit router restart passed
16082024-11-26T08:34:43.830Z[s1.trio] pkill ddmd
16092024-11-26T08:34:43.849Z
16102024-11-26T08:34:48.852Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16112024-11-26T08:34:48.891Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16122024-11-26T08:34:48.910Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16132024-11-26T08:34:48.930Z
16142024-11-26T08:34:51.934Z[s1.trio] ping fd00:2::1
16152024-11-26T08:34:51.957Zfd00:2::1 is alive
16162024-11-26T08:34:51.957Z[s2.trio] ping fd00:1::1
16172024-11-26T08:34:51.979Zfd00:1::1 is alive
16182024-11-26T08:34:51.979Zserver router restart passed
16192024-11-26T08:34:54.984Zpeer expiration recovery passed
16202024-11-26T08:34:56.066Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16212024-11-26T08:34:56.070Z3
16222024-11-26T08:34:56.070Zredundant advertise passed
16232024-11-26T08:34:57.013Ztunnel endpoint advertise passed
16242024-11-26T08:35:02.015Zredundant tunnel endpoint advertise passed
16252024-11-26T08:35:02.015Z[s1.trio] pkill ddmd
16262024-11-26T08:35:02.036Z
16272024-11-26T08:35:07.042Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16282024-11-26T08:35:07.076Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16292024-11-26T08:35:07.094Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16302024-11-26T08:35:07.115Z
16312024-11-26T08:35:12.182Ztunnel router restart passed
16322024-11-26T08:35:13.183Ztunnel endpoint withdraw passed
16332024-11-26T08:35:13.198Z[t1.trio] pkill ddmd
16342024-11-26T08:35:13.224Z
16352024-11-26T08:35:13.224Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16362024-11-26T08:35:13.232Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16372024-11-26T08:35:15.817Z[s2.trio] pkill ddmd
16382024-11-26T08:35:15.821Z
16392024-11-26T08:35:15.821Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16402024-11-26T08:35:18.225Z[s1.trio] pkill ddmd
16412024-11-26T08:35:18.245Z
16422024-11-26T08:35:18.246Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16432024-11-26T08:35:20.776Z[sidecar.trio] pkill softnpu
16442024-11-26T08:35:20.796Z
16452024-11-26T08:35:20.796Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16462024-11-26T08:35:23.496Ztest ddm::test_trio_v2_server ... ok
16472024-11-26T08:35:23.496Z
16482024-11-26T08:35:23.496Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 548.17s
16492024-11-26T08:35:23.496Z
16502024-11-26T08:35:23.499Z+ cleanup
16512024-11-26T08:35:23.499Z++ id -un
16522024-11-26T08:35:23.540Z++ id -gn
16532024-11-26T08:35:23.543Z+ pfexec chown -R build:build .
16542024-11-26T08:35:23.623Zprocess exited: duration 1078617 ms, exit code 0
 
16552024-11-26T08:35:23.633Zfound 4 output files
16562024-11-26T08:35:23.633Zuploading: /work/s1.trio.log (4254 bytes)
16572024-11-26T08:35:24.641Zuploaded: /work/s1.trio.log
16582024-11-26T08:35:24.641Zuploading: /work/s2.trio.log (9511 bytes)
16592024-11-26T08:35:25.686Zuploaded: /work/s2.trio.log
16602024-11-26T08:35:25.689Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16612024-11-26T08:35:26.782Zuploaded: /work/sidecar.trio-softnpu.log
16622024-11-26T08:35:26.782Zuploading: /work/t1.trio.log (25810 bytes)
16632024-11-26T08:35:27.877Zuploaded: /work/t1.trio.log