01HK618V0F07D9TAPKYBHV1M2N: test-ddm-trio

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

Buildomat Job: 01HK619B9B8MP00GJGJE7TB4ZG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-02T21:30:29.495Zjob assigned to worker 01HK619AERDZK35FF4MEA7HCGW (queued for 1 m 13 s)
 
22024-01-02T21:30:30.002Zstarting task 0: "setup"
32024-01-02T21:30:30.056Z++ uname -s
42024-01-02T21:30:30.059Z+ kern=SunOS
52024-01-02T21:30:30.059Z+ case "$kern" in
62024-01-02T21:30:30.059Z+ groupadd -g 12345 build
72024-01-02T21:30:30.062Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-02T21:30:32.074Z+ zfs create -o mountpoint=/work rpool/work
92024-01-02T21:30:32.198Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-02T21:30:32.201Z+ home_fs=zfs
112024-01-02T21:30:32.201Z+ [[ zfs == autofs ]]
122024-01-02T21:30:32.204Z+ mkdir -p /home/build
132024-01-02T21:30:32.204Z+ chown build:build /home/build /work
142024-01-02T21:30:34.207Z+ chmod 0700 /home/build /work
152024-01-02T21:30:34.212Zprocess exited: duration 4208 ms, exit code 0
 
162024-01-02T21:30:34.220Zstarting task 1: "rust-toolchain"
172024-01-02T21:30:34.229Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-02T21:30:34.244Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-01-02T21:30:34.402Zinfo: downloading installer
202024-01-02T21:30:36.319Zwarning: it looks like you have an existing installation of Rust at:
212024-01-02T21:30:36.319Zwarning: /opt/ooce/bin
222024-01-02T21:30:36.319Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-02T21:30:36.320Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-02T21:30:36.320Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-02T21:30:36.320Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-02T21:30:36.320Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-02T21:30:36.320Zerror: cannot install while Rust is installed
282024-01-02T21:30:36.320Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-02T21:30:36.403Zinfo: profile set to 'default'
302024-01-02T21:30:36.403Zinfo: default host triple is x86_64-unknown-illumos
312024-01-02T21:30:36.407Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-01-02T21:30:36.575Zinfo: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
332024-01-02T21:30:36.576Zinfo: downloading component 'cargo'
342024-01-02T21:30:37.227Zinfo: downloading component 'clippy'
352024-01-02T21:30:37.439Zinfo: downloading component 'rust-docs'
362024-01-02T21:30:38.304Zinfo: downloading component 'rust-std'
372024-01-02T21:30:39.634Zinfo: downloading component 'rustc'
382024-01-02T21:30:43.234Zinfo: downloading component 'rustfmt'
392024-01-02T21:30:43.486Zinfo: installing component 'cargo'
402024-01-02T21:30:44.859Zinfo: installing component 'clippy'
412024-01-02T21:30:45.379Zinfo: installing component 'rust-docs'
422024-01-02T21:30:48.297Zinfo: installing component 'rust-std'
432024-01-02T21:30:52.424Zinfo: installing component 'rustc'
442024-01-02T21:31:00.861Zinfo: installing component 'rustfmt'
452024-01-02T21:31:01.299Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-01-02T21:31:01.299Z
472024-01-02T21:31:01.436Z stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21)
482024-01-02T21:31:01.436Z
492024-01-02T21:31:01.440Z
502024-01-02T21:31:01.440ZRust is installed now. Great!
512024-01-02T21:31:01.440Z
522024-01-02T21:31:01.440ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-02T21:31:01.440Zenvironment variable. This has not been done automatically.
542024-01-02T21:31:01.440Z
552024-01-02T21:31:01.440ZTo configure your current shell, run:
562024-01-02T21:31:01.440Zsource "$HOME/.cargo/env"
572024-01-02T21:31:01.539Z+ rustc --version
582024-01-02T21:31:01.643Zrustc 1.75.0 (82e1608df 2023-12-21)
592024-01-02T21:31:01.647Zprocess exited: duration 27429 ms, exit code 0
 
602024-01-02T21:31:01.656Zstarting task 2: "authentication"
612024-01-02T21:31:01.681Zprocess exited: duration 26 ms, exit code 0
 
622024-01-02T21:31:01.691Zstarting task 3: "clone repository"
632024-01-02T21:31:01.696Z+ mkdir -p /work/oxidecomputer/maghemite
642024-01-02T21:31:01.699Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
652024-01-02T21:31:01.753ZCloning into '/work/oxidecomputer/maghemite'...
662024-01-02T21:31:05.432Z+ cd /work/oxidecomputer/maghemite
672024-01-02T21:31:05.432Z+ [[ -n mgd-macos ]]
682024-01-02T21:31:05.436Z+ git fetch origin mgd-macos
692024-01-02T21:31:05.800ZFrom https://github.com/oxidecomputer/maghemite
702024-01-02T21:31:05.800Z * branch mgd-macos -> FETCH_HEAD
712024-01-02T21:31:05.811Z+ git checkout -B mgd-macos remotes/origin/mgd-macos
722024-01-02T21:31:05.822ZSwitched to a new branch 'mgd-macos'
732024-01-02T21:31:05.825Zbranch 'mgd-macos' set up to track 'origin/mgd-macos'.
742024-01-02T21:31:05.825Z+ git reset --hard a5e90f339a9829896ab38cc265a4117f10282a35
752024-01-02T21:31:05.829ZHEAD is now at a5e90f3 try building mgd on macOS in a github action
762024-01-02T21:31:05.832Zprocess exited: duration 4142 ms, exit code 0
 
772024-01-02T21:31:05.840Zstarting task 4: "build"
782024-01-02T21:31:05.846Z++ cargo --version
792024-01-02T21:31:05.853Zinfo: syncing channel updates for '1.75.0-x86_64-unknown-illumos'
802024-01-02T21:31:06.047Zinfo: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
812024-01-02T21:31:06.051Zinfo: downloading component 'cargo'
822024-01-02T21:31:06.702Zinfo: downloading component 'clippy'
832024-01-02T21:31:06.912Zinfo: downloading component 'rust-docs'
842024-01-02T21:31:07.783Zinfo: downloading component 'rust-std'
852024-01-02T21:31:09.052Zinfo: downloading component 'rustc'
862024-01-02T21:31:12.539Zinfo: downloading component 'rustfmt'
872024-01-02T21:31:12.737Zinfo: installing component 'cargo'
882024-01-02T21:31:13.966Zinfo: installing component 'clippy'
892024-01-02T21:31:14.411Zinfo: installing component 'rust-docs'
902024-01-02T21:31:17.338Zinfo: installing component 'rust-std'
912024-01-02T21:31:19.756Zinfo: installing component 'rustc'
922024-01-02T21:31:25.790Zinfo: installing component 'rustfmt'
932024-01-02T21:31:26.339Zcargo 1.75.0 (1d8b05cdd 2023-11-20)
942024-01-02T21:31:26.342Z++ rustc --version
952024-01-02T21:31:26.461Zrustc 1.75.0 (82e1608df 2023-12-21)
962024-01-02T21:31:26.468Z++ dladm
972024-01-02T21:31:26.474ZLINK CLASS MTU STATE BRIDGE OVER
982024-01-02T21:31:26.474Zxnf0 phys 1500 up -- --
992024-01-02T21:31:26.478Z++ ipadm
1002024-01-02T21:31:26.481ZADDROBJ TYPE STATE ADDR
1012024-01-02T21:31:26.481Zlo0/v4 static ok 127.0.0.1/8
1022024-01-02T21:31:26.481Zxnf0/dhcp dhcp ok 10.150.1.159/24
1032024-01-02T21:31:26.481Zlo0/v6 static ok ::1/128
1042024-01-02T21:31:26.481Z++ banner collect
1052024-01-02T21:31:26.511Z
1062024-01-02T21:31:26.511Z #### #### # # ###### #### #####
1072024-01-02T21:31:26.511Z # # # # # # # # # #
1082024-01-02T21:31:26.511Z # # # # # ##### # #
1092024-01-02T21:31:26.511Z # # # # # # # #
1102024-01-02T21:31:26.511Z # # # # # # # # # #
1112024-01-02T21:31:26.511Z #### #### ###### ###### ###### #### #
1122024-01-02T21:31:26.511Z
1132024-01-02T21:31:26.514Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1142024-01-02T21:31:26.514Z++ repo=softnpu
1152024-01-02T21:31:26.514Z++ series=image
1162024-01-02T21:31:26.514Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1172024-01-02T21:31:26.515Z++ name=softnpu
1182024-01-02T21:31:26.515Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1192024-01-02T21:31:26.515Z++ mkdir -p download
1202024-01-02T21:31:26.515Z++ pushd download
1212024-01-02T21:31:26.515Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1222024-01-02T21:31:26.515Z++ [[ ! -f softnpu ]]
1232024-01-02T21:31:26.518Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1242024-01-02T21:31:26.527Z % Total % Received % Xferd Average Speed Time Time Time Current
1252024-01-02T21:31:26.527Z Dload Upload Total Spent Left Speed
1262024-01-02T21:31:31.194Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 21.8M 1 375k 0 0 1581k 0 0:00:14 --:--:-- 0:00:14 1579k 14 21.8M 14 3211k 0 0 2033k 0 0:00:10 0:00:01 0:00:09 2034k 18 21.8M 18 4047k 0 0 1693k 0 0:00:13 0:00:02 0:00:11 1693k 64 21.8M 64 13.9M 0 0 4036k 0 0:00:05 0:00:03 0:00:02 4036k 73 21.8M 73 16.0M 0 0 3689k 0 0:00:06 0:00:04 0:00:02 3689k 100 21.8M 100 21.8M 0 0 4794k 0 0:00:04 0:00:04 --:--:-- 4967k
1272024-01-02T21:31:31.199Z++ popd
1282024-01-02T21:31:31.199Z/work/oxidecomputer/maghemite
1292024-01-02T21:31:31.199Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1302024-01-02T21:31:31.200Z++ repo=sidecar-lite
1312024-01-02T21:31:31.200Z++ series=release
1322024-01-02T21:31:31.200Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1332024-01-02T21:31:31.200Z++ name=libsidecar_lite.so
1342024-01-02T21:31:31.200Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1352024-01-02T21:31:31.201Z++ mkdir -p download
1362024-01-02T21:31:31.207Z++ pushd download
1372024-01-02T21:31:31.207Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1382024-01-02T21:31:31.207Z++ [[ ! -f libsidecar_lite.so ]]
1392024-01-02T21:31:31.207Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1402024-01-02T21:31:31.214Z % Total % Received % Xferd Average Speed Time Time Time Current
1412024-01-02T21:31:31.214Z Dload Upload Total Spent Left Speed
1422024-01-02T21:31:36.828Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 20.3M 0 61266 0 0 97989 0 0:03:37 --:--:-- 0:03:37 98025 20 20.3M 20 4263k 0 0 2627k 0 0:00:07 0:00:01 0:00:06 2627k 43 20.3M 43 9039k 0 0 3070k 0 0:00:06 0:00:02 0:00:04 3070k 63 20.3M 63 12.9M 0 0 3469k 0 0:00:05 0:00:03 0:00:02 3469k 85 20.3M 85 17.4M 0 0 3851k 0 0:00:05 0:00:04 0:00:01 3851k 97 20.3M 97 19.7M 0 0 3607k 0 0:00:05 0:00:05 --:--:-- 4048k 100 20.3M 100 20.3M 0 0 3704k 0 0:00:05 0:00:05 --:--:-- 4142k
1432024-01-02T21:31:36.833Z++ popd
1442024-01-02T21:31:36.833Z/work/oxidecomputer/maghemite
1452024-01-02T21:31:36.840Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1462024-01-02T21:31:36.840Z++ repo=sidecar-lite
1472024-01-02T21:31:36.840Z++ series=release
1482024-01-02T21:31:36.840Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1492024-01-02T21:31:36.840Z++ name=scadm
1502024-01-02T21:31:36.840Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1512024-01-02T21:31:36.840Z++ mkdir -p download
1522024-01-02T21:31:36.840Z++ pushd download
1532024-01-02T21:31:36.840Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1542024-01-02T21:31:36.840Z++ [[ ! -f scadm ]]
1552024-01-02T21:31:36.840Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1562024-01-02T21:31:36.846Z % Total % Received % Xferd Average Speed Time Time Time Current
1572024-01-02T21:31:36.847Z Dload Upload Total Spent Left Speed
1582024-01-02T21:31:41.942Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 22.7M 2 655k 0 0 706k 0 0:00:33 --:--:-- 0:00:33 706k 21 22.7M 21 4943k 0 0 2365k 0 0:00:09 0:00:02 0:00:07 2366k 62 22.7M 62 14.1M 0 0 4246k 0 0:00:05 0:00:03 0:00:02 4247k 91 22.7M 91 20.7M 0 0 4948k 0 0:00:04 0:00:04 --:--:-- 4949k 98 22.7M 98 22.4M 0 0 4526k 0 0:00:05 0:00:05 --:--:-- 4527k 100 22.7M 100 22.7M 0 0 4580k 0 0:00:05 0:00:05 --:--:-- 5444k
1592024-01-02T21:31:41.948Z++ popd
1602024-01-02T21:31:41.948Z/work/oxidecomputer/maghemite
1612024-01-02T21:31:41.951Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1622024-01-02T21:31:41.951Z++ repo=dendrite
1632024-01-02T21:31:41.951Z++ series=image
1642024-01-02T21:31:41.951Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1652024-01-02T21:31:41.951Z++ name=dendrite-softnpu.tar.gz
1662024-01-02T21:31:41.951Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1672024-01-02T21:31:41.951Z++ mkdir -p download
1682024-01-02T21:31:41.951Z++ pushd download
1692024-01-02T21:31:41.951Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1702024-01-02T21:31:41.951Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1712024-01-02T21:31:41.951Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1722024-01-02T21:31:41.963Z % Total % Received % Xferd Average Speed Time Time Time Current
1732024-01-02T21:31:41.963Z Dload Upload Total Spent Left Speed
1742024-01-02T21:31:48.289Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 37.5M 9 3631k 0 0 4532k 0 0:00:08 --:--:-- 0:00:08 4534k 22 37.5M 22 8571k 0 0 3965k 0 0:00:09 0:00:02 0:00:07 3966k 25 37.5M 25 9751k 0 0 3227k 0 0:00:11 0:00:03 0:00:08 3228k 29 37.5M 29 10.9M 0 0 2615k 0 0:00:14 0:00:04 0:00:10 2616k 48 37.5M 48 18.0M 0 0 3854k 0 0:00:09 0:00:04 0:00:05 3854k 60 37.5M 60 22.8M 0 0 3824k 0 0:00:10 0:00:06 0:00:04 3718k 100 37.5M 100 37.5M 0 0 6079k 0 0:00:06 0:00:06 --:--:-- 7178k
1752024-01-02T21:31:48.295Z++ popd
1762024-01-02T21:31:48.295Z/work/oxidecomputer/maghemite
1772024-01-02T21:31:48.298Z++ pushd download
1782024-01-02T21:31:48.298Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1792024-01-02T21:31:48.298Z++ chmod +x softnpu
1802024-01-02T21:31:48.298Z++ chmod +x scadm
1812024-01-02T21:31:48.301Z++ rm -rf zones/dendrite
1822024-01-02T21:31:48.304Z++ mkdir -p zones/dendrite
1832024-01-02T21:31:48.307Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
1842024-01-02T21:31:49.515Z++ popd
1852024-01-02T21:31:49.515Z/work/oxidecomputer/maghemite
1862024-01-02T21:31:49.515Z++ banner install
1872024-01-02T21:31:49.518Z
1882024-01-02T21:31:49.518Z # # # #### ##### ## # #
1892024-01-02T21:31:49.518Z # ## # # # # # # #
1902024-01-02T21:31:49.518Z # # # # #### # # # # #
1912024-01-02T21:31:49.518Z # # # # # # ###### # #
1922024-01-02T21:31:49.518Z # # ## # # # # # # #
1932024-01-02T21:31:49.518Z # # # #### # # # ###### ######
1942024-01-02T21:31:49.518Z
1952024-01-02T21:31:49.521Z++ pkg info brand/sparse
1962024-01-02T21:31:49.521Z++ grep -qi installed
1972024-01-02T21:31:56.555Zpkg: info: no packages matching the following patterns you specified are
1982024-01-02T21:31:56.555Zinstalled on the system. Try querying remotely instead:
1992024-01-02T21:31:56.555Z
2002024-01-02T21:31:56.555Z brand/sparse
2012024-01-02T21:31:56.624Z++ [[ 1 != 0 ]]
2022024-01-02T21:31:56.624Z++ set -o errexit
2032024-01-02T21:31:56.624Z++ pfexec pkg install brand/sparse
2042024-01-02T21:32:00.775Z Startup: Refreshing catalog 'helios-dev' ... Done
2052024-01-02T21:32:02.180Z Startup: Caching catalogs ... Done
2062024-01-02T21:32:09.888ZPlanning: Solver setup ... Done
2072024-01-02T21:32:10.050ZPlanning: Running solver ... Done
2082024-01-02T21:32:10.126ZPlanning: Finding local manifests ... Done
2092024-01-02T21:32:10.141ZPlanning: Fetching manifests: 0/1 0% complete
2102024-01-02T21:32:10.184ZPlanning: Fetching manifests: 1/1 100% complete
2112024-01-02T21:32:10.227ZPlanning: Package planning ... Done
2122024-01-02T21:32:10.230ZPlanning: Merging actions ... Done
2132024-01-02T21:32:10.814ZPlanning: Checking for conflicting actions ... Done
2142024-01-02T21:32:10.817ZPlanning: Consolidating action changes ... Done
2152024-01-02T21:32:15.648ZPlanning: Evaluating mediators ... Done
2162024-01-02T21:32:15.651ZPlanning: Planning completed in 13.40 seconds
2172024-01-02T21:32:15.986Z Packages to install: 1
2182024-01-02T21:32:15.986Z Create boot environment: No
2192024-01-02T21:32:15.986ZCreate backup boot environment: No
2202024-01-02T21:32:16.331Z
2212024-01-02T21:32:16.331ZDownload: 0/16 items 0.0/0.0MB 0% complete
2222024-01-02T21:32:16.420ZDownload: Completed 23.56 kB in 0.09 seconds (265k/s)
2232024-01-02T21:32:16.509Z Actions: 1/32 actions (Installing new actions)
2242024-01-02T21:32:16.662Z Actions: Completed 32 actions in 0.15 seconds.
2252024-01-02T21:32:16.856Z Done
2262024-01-02T21:32:16.856Z Done
2272024-01-02T21:32:17.114Z Done
2282024-01-02T21:32:25.411Z Done
2292024-01-02T21:32:25.769Z Done
2302024-01-02T21:32:25.772Z Done
2312024-01-02T21:32:25.906Z Done
2322024-01-02T21:32:26.130Z++ set -o errexit
2332024-01-02T21:32:26.130Z++ set -o pipefail
2342024-01-02T21:32:26.130Z++ banner build
2352024-01-02T21:32:26.136Z
2362024-01-02T21:32:26.136Z ##### # # # # #####
2372024-01-02T21:32:26.136Z # # # # # # # #
2382024-01-02T21:32:26.136Z ##### # # # # # #
2392024-01-02T21:32:26.136Z # # # # # # # #
2402024-01-02T21:32:26.136Z # # # # # # # #
2412024-01-02T21:32:26.136Z ##### #### # ###### #####
2422024-01-02T21:32:26.136Z
2432024-01-02T21:32:26.136Z++ cargo build --release --bin ddmd --bin ddmadm
2442024-01-02T21:32:26.374Z Updating crates.io index
2452024-01-02T21:32:26.438Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-01-02T21:32:27.399ZFrom https://github.com/oxidecomputer/falcon
2472024-01-02T21:32:27.400Z * [new branch] main -> origin/main
2482024-01-02T21:32:27.403Z * [new ref] -> origin/HEAD
2492024-01-02T21:32:27.584Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502024-01-02T21:32:29.036ZFrom https://github.com/oxidecomputer/dendrite
2512024-01-02T21:32:29.037Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
2522024-01-02T21:32:29.043Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
2532024-01-02T21:32:29.043Z * [new branch] compliance -> origin/compliance
2542024-01-02T21:32:29.043Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
2552024-01-02T21:32:29.043Z * [new branch] drop_counters -> origin/drop_counters
2562024-01-02T21:32:29.043Z * [new branch] helios2 -> origin/helios2
2572024-01-02T21:32:29.043Z * [new branch] history -> origin/history
2582024-01-02T21:32:29.043Z * [new branch] main -> origin/main
2592024-01-02T21:32:29.043Z * [new branch] map-all-the-things -> origin/map-all-the-things
2602024-01-02T21:32:29.043Z * [new branch] nat_rpw -> origin/nat_rpw
2612024-01-02T21:32:29.043Z * [new branch] port-id -> origin/port-id
2622024-01-02T21:32:29.044Z * [new branch] reflection-tests -> origin/reflection-tests
2632024-01-02T21:32:29.044Z * [new branch] rust-toolchain -> origin/rust-toolchain
2642024-01-02T21:32:29.044Z * [new branch] small_pages -> origin/small_pages
2652024-01-02T21:32:29.044Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
2662024-01-02T21:32:29.044Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
2672024-01-02T21:32:29.044Z * [new branch] updates -> origin/updates
2682024-01-02T21:32:29.044Z * [new ref] -> origin/HEAD
2692024-01-02T21:32:29.100Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2702024-01-02T21:32:30.035ZFrom https://github.com/oxidecomputer/dropshot
2712024-01-02T21:32:30.035Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
2722024-01-02T21:32:30.039Z * [new branch] async -> origin/async
2732024-01-02T21:32:30.039Z * [new branch] build-o-mat -> origin/build-o-mat
2742024-01-02T21:32:30.039Z * [new branch] camel -> origin/camel
2752024-01-02T21:32:30.039Z * [new branch] carets -> origin/carets
2762024-01-02T21:32:30.039Z * [new branch] ci-version -> origin/ci-version
2772024-01-02T21:32:30.039Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
2782024-01-02T21:32:30.039Z * [new branch] clippy -> origin/clippy
2792024-01-02T21:32:30.039Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
2802024-01-02T21:32:30.039Z * [new branch] clone -> origin/clone
2812024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/async-trait-0.1.76 -> origin/dependabot/cargo/async-trait-0.1.76
2822024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
2832024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/hyper-1.1.0 -> origin/dependabot/cargo/hyper-1.1.0
2842024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
2852024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/proc-macro2-1.0.73 -> origin/dependabot/cargo/proc-macro2-1.0.73
2862024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/quote-1.0.34 -> origin/dependabot/cargo/quote-1.0.34
2872024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/serde_json-1.0.109 -> origin/dependabot/cargo/serde_json-1.0.109
2882024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/syn-2.0.44 -> origin/dependabot/cargo/syn-2.0.44
2892024-01-02T21:32:30.039Z * [new branch] dependabot/cargo/tempfile-3.9.0 -> origin/dependabot/cargo/tempfile-3.9.0
2902024-01-02T21:32:30.043Z * [new branch] dependabot/cargo/usdt-0.4.1 -> origin/dependabot/cargo/usdt-0.4.1
2912024-01-02T21:32:30.043Z * [new branch] doc -> origin/doc
2922024-01-02T21:32:30.043Z * [new branch] err -> origin/err
2932024-01-02T21:32:30.043Z * [new branch] example-resumable-download -> origin/example-resumable-download
2942024-01-02T21:32:30.043Z * [new branch] expectorate -> origin/expectorate
2952024-01-02T21:32:30.044Z * [new branch] extracted -> origin/extracted
2962024-01-02T21:32:30.044Z * [new branch] fix_tests -> origin/fix_tests
2972024-01-02T21:32:30.044Z * [new branch] fmt2 -> origin/fmt2
2982024-01-02T21:32:30.044Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
2992024-01-02T21:32:30.044Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
3002024-01-02T21:32:30.044Z * [new branch] main -> origin/main
3012024-01-02T21:32:30.044Z * [new branch] maintainer-docs -> origin/maintainer-docs
3022024-01-02T21:32:30.044Z * [new branch] multiverse -> origin/multiverse
3032024-01-02T21:32:30.044Z * [new branch] openapi -> origin/openapi
3042024-01-02T21:32:30.044Z * [new branch] openapi2 -> origin/openapi2
3052024-01-02T21:32:30.044Z * [new branch] port-fix-better -> origin/port-fix-better
3062024-01-02T21:32:30.044Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
3072024-01-02T21:32:30.044Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
3082024-01-02T21:32:30.044Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
3092024-01-02T21:32:30.044Z * [new branch] rustls-0.22 -> origin/rustls-0.22
3102024-01-02T21:32:30.044Z * [new branch] server-log -> origin/server-log
3112024-01-02T21:32:30.044Z * [new branch] simple-headers -> origin/simple-headers
3122024-01-02T21:32:30.051Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
3132024-01-02T21:32:30.051Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
3142024-01-02T21:32:30.051Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
3152024-01-02T21:32:30.051Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
3162024-01-02T21:32:30.051Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
3172024-01-02T21:32:30.051Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
3182024-01-02T21:32:30.051Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
3192024-01-02T21:32:30.051Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
3202024-01-02T21:32:30.051Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
3212024-01-02T21:32:30.051Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
3222024-01-02T21:32:30.051Z * [new branch] websockets -> origin/websockets
3232024-01-02T21:32:30.051Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
3242024-01-02T21:32:30.051Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
3252024-01-02T21:32:30.051Z * [new ref] -> origin/HEAD
3262024-01-02T21:32:30.051Z * [new tag] v0.3.0 -> v0.3.0
3272024-01-02T21:32:30.051Z * [new tag] v0.4.0 -> v0.4.0
3282024-01-02T21:32:30.051Z * [new tag] v0.5.0 -> v0.5.0
3292024-01-02T21:32:30.052Z * [new tag] v0.5.1 -> v0.5.1
3302024-01-02T21:32:30.052Z * [new tag] v0.6.0 -> v0.6.0
3312024-01-02T21:32:30.052Z * [new tag] v0.7.0 -> v0.7.0
3322024-01-02T21:32:30.052Z * [new tag] v0.8.0 -> v0.8.0
3332024-01-02T21:32:30.052Z * [new tag] v0.9.0 -> v0.9.0
3342024-01-02T21:32:30.103Z Updating git repository `https://github.com/oxidecomputer/ispf`
3352024-01-02T21:32:30.664ZFrom https://github.com/oxidecomputer/ispf
3362024-01-02T21:32:30.664Z * [new branch] main -> origin/main
3372024-01-02T21:32:30.667Z * [new ref] -> origin/HEAD
3382024-01-02T21:32:30.677Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3392024-01-02T21:32:31.397ZFrom https://github.com/oxidecomputer/netadm-sys
3402024-01-02T21:32:31.397Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
3412024-01-02T21:32:31.400Z * [new branch] gh-pages -> origin/gh-pages
3422024-01-02T21:32:31.400Z * [new branch] main -> origin/main
3432024-01-02T21:32:31.400Z * [new branch] siocgnds -> origin/siocgnds
3442024-01-02T21:32:31.400Z * [new ref] -> origin/HEAD
3452024-01-02T21:32:31.564Z Updating git repository `https://github.com/oxidecomputer/zone`
3462024-01-02T21:32:32.128ZFrom https://github.com/oxidecomputer/zone
3472024-01-02T21:32:32.128Z * [new branch] main -> origin/main
3482024-01-02T21:32:32.131Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
3492024-01-02T21:32:32.131Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
3502024-01-02T21:32:32.131Z * [new ref] -> origin/HEAD
3512024-01-02T21:32:32.292Z Updating git repository `https://github.com/oxidecomputer/propolis`
3522024-01-02T21:32:33.185ZFrom https://github.com/oxidecomputer/propolis
3532024-01-02T21:32:33.185Z * [new branch] ata -> origin/ata
3542024-01-02T21:32:33.188Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
3552024-01-02T21:32:33.188Z * [new branch] master -> origin/master
3562024-01-02T21:32:33.188Z * [new ref] -> origin/HEAD
3572024-01-02T21:32:33.319Z Updating git repository `https://github.com/oxidecomputer/omicron`
3582024-01-02T21:32:39.829ZFrom https://github.com/oxidecomputer/omicron
3592024-01-02T21:32:39.829Z * [new branch] 267 -> origin/267
3602024-01-02T21:32:39.832Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
3612024-01-02T21:32:39.832Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
3622024-01-02T21:32:39.832Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
3632024-01-02T21:32:39.832Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
3642024-01-02T21:32:39.832Z * [new branch] add-global-api -> origin/add-global-api
3652024-01-02T21:32:39.832Z * [new branch] add-resource-limits_deploy-test-update -> origin/add-resource-limits_deploy-test-update
3662024-01-02T21:32:39.832Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
3672024-01-02T21:32:39.832Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
3682024-01-02T21:32:39.832Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
3692024-01-02T21:32:39.832Z * [new branch] andy/clickhousev23.8 -> origin/andy/clickhousev23.8
3702024-01-02T21:32:39.833Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
3712024-01-02T21:32:39.833Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
3722024-01-02T21:32:39.833Z * [new branch] archived/disks -> origin/archived/disks
3732024-01-02T21:32:39.836Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
3742024-01-02T21:32:39.836Z * [new branch] archived/extractors -> origin/archived/extractors
3752024-01-02T21:32:39.836Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
3762024-01-02T21:32:39.836Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
3772024-01-02T21:32:39.836Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
3782024-01-02T21:32:39.836Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
3792024-01-02T21:32:39.836Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
3802024-01-02T21:32:39.836Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
3812024-01-02T21:32:39.836Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
3822024-01-02T21:32:39.836Z * [new branch] archived/instance-work -> origin/archived/instance-work
3832024-01-02T21:32:39.836Z * [new branch] archived/logging -> origin/archived/logging
3842024-01-02T21:32:39.836Z * [new branch] archived/logging-move -> origin/archived/logging-move
3852024-01-02T21:32:39.836Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
3862024-01-02T21:32:39.837Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
3872024-01-02T21:32:39.837Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
3882024-01-02T21:32:39.837Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
3892024-01-02T21:32:39.837Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
3902024-01-02T21:32:39.837Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
3912024-01-02T21:32:39.837Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
3922024-01-02T21:32:39.840Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
3932024-01-02T21:32:39.840Z * [new branch] authz-role-test -> origin/authz-role-test
3942024-01-02T21:32:39.840Z * [new branch] bigger-disks -> origin/bigger-disks
3952024-01-02T21:32:39.840Z * [new branch] bootstore-2 -> origin/bootstore-2
3962024-01-02T21:32:39.840Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
3972024-01-02T21:32:39.840Z * [new branch] bootstore-integration -> origin/bootstore-integration
3982024-01-02T21:32:39.840Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
3992024-01-02T21:32:39.840Z * [new branch] boundary-tunnel-routing -> origin/boundary-tunnel-routing
4002024-01-02T21:32:39.840Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
4012024-01-02T21:32:39.841Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
4022024-01-02T21:32:39.841Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
4032024-01-02T21:32:39.841Z * [new branch] clippy -> origin/clippy
4042024-01-02T21:32:39.841Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
4052024-01-02T21:32:39.841Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
4062024-01-02T21:32:39.841Z * [new branch] commprobe -> origin/commprobe
4072024-01-02T21:32:39.841Z * [new branch] conform-m2 -> origin/conform-m2
4082024-01-02T21:32:39.841Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
4092024-01-02T21:32:39.841Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
4102024-01-02T21:32:39.841Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
4112024-01-02T21:32:39.841Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
4122024-01-02T21:32:39.841Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
4132024-01-02T21:32:39.847Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
4142024-01-02T21:32:39.847Z * [new branch] dap/dns-work -> origin/dap/dns-work
4152024-01-02T21:32:39.847Z * [new branch] dap/dnsping -> origin/dap/dnsping
4162024-01-02T21:32:39.847Z * [new branch] dap/inventory-zones -> origin/dap/inventory-zones
4172024-01-02T21:32:39.848Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
4182024-01-02T21:32:39.848Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
4192024-01-02T21:32:39.848Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
4202024-01-02T21:32:39.848Z * [new branch] dap/update-control -> origin/dap/update-control
4212024-01-02T21:32:39.848Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
4222024-01-02T21:32:39.848Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
4232024-01-02T21:32:39.848Z * [new branch] debug-disk-space -> origin/debug-disk-space
4242024-01-02T21:32:39.848Z * [new branch] demo -> origin/demo
4252024-01-02T21:32:39.848Z * [new branch] demo_m2 -> origin/demo_m2
4262024-01-02T21:32:39.848Z * [new branch] dendrite-integration -> origin/dendrite-integration
4272024-01-02T21:32:39.848Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
4282024-01-02T21:32:39.848Z * [new branch] dependabot/cargo/unsafe-libyaml-0.2.10 -> origin/dependabot/cargo/unsafe-libyaml-0.2.10
4292024-01-02T21:32:39.848Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
4302024-01-02T21:32:39.848Z * [new branch] disk-disable -> origin/disk-disable
4312024-01-02T21:32:39.848Z * [new branch] dns-dataset -> origin/dns-dataset
4322024-01-02T21:32:39.849Z * [new branch] document-external-internal -> origin/document-external-internal
4332024-01-02T21:32:39.853Z * [new branch] dropshot-local -> origin/dropshot-local
4342024-01-02T21:32:39.853Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
4352024-01-02T21:32:39.853Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
4362024-01-02T21:32:39.853Z * [new branch] executor-fake -> origin/executor-fake
4372024-01-02T21:32:39.853Z * [new branch] felixmcfelix/floating-ip-live -> origin/felixmcfelix/floating-ip-live
4382024-01-02T21:32:39.853Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
4392024-01-02T21:32:39.854Z * [new branch] firewall-vpc -> origin/firewall-vpc
4402024-01-02T21:32:39.854Z * [new branch] folgers -> origin/folgers
4412024-01-02T21:32:39.854Z * [new branch] fromstr -> origin/fromstr
4422024-01-02T21:32:39.854Z * [new branch] gateway -> origin/gateway
4432024-01-02T21:32:39.854Z * [new branch] gjcolombo/omdb-ignore-deleted -> origin/gjcolombo/omdb-ignore-deleted
4442024-01-02T21:32:39.854Z * [new branch] host-fake -> origin/host-fake
4452024-01-02T21:32:39.854Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
4462024-01-02T21:32:39.854Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
4472024-01-02T21:32:39.854Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
4482024-01-02T21:32:39.854Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
4492024-01-02T21:32:39.854Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
4502024-01-02T21:32:39.854Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
4512024-01-02T21:32:39.854Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
4522024-01-02T21:32:39.854Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
4532024-01-02T21:32:39.854Z * [new branch] iliana/split-package -> origin/iliana/split-package
4542024-01-02T21:32:39.854Z * [new branch] iliana/try -> origin/iliana/try
4552024-01-02T21:32:39.854Z * [new branch] iliana/wtf -> origin/iliana/wtf
4562024-01-02T21:32:39.854Z * [new branch] illumos-ci -> origin/illumos-ci
4572024-01-02T21:32:39.854Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
4582024-01-02T21:32:39.854Z * [new branch] ip-pools-rework -> origin/ip-pools-rework
4592024-01-02T21:32:39.854Z * [new branch] ipv6-testing -> origin/ipv6-testing
4602024-01-02T21:32:39.854Z * [new branch] issue-213-static -> origin/issue-213-static
4612024-01-02T21:32:39.854Z * [new branch] issue-3432 -> origin/issue-3432
4622024-01-02T21:32:39.855Z * [new branch] jclulow -> origin/jclulow
4632024-01-02T21:32:39.855Z * [new branch] john/deployment-config-schema -> origin/john/deployment-config-schema
4642024-01-02T21:32:39.855Z * [new branch] keeplogs -> origin/keeplogs
4652024-01-02T21:32:39.855Z * [new branch] less-dns-panic -> origin/less-dns-panic
4662024-01-02T21:32:39.855Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
4672024-01-02T21:32:39.855Z * [new branch] limits-in-schema -> origin/limits-in-schema
4682024-01-02T21:32:39.855Z * [new branch] lookup-authorized -> origin/lookup-authorized
4692024-01-02T21:32:39.855Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
4702024-01-02T21:32:39.855Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
4712024-01-02T21:32:39.855Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
4722024-01-02T21:32:39.858Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
4732024-01-02T21:32:39.859Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
4742024-01-02T21:32:39.859Z * [new branch] lrtq-networking -> origin/lrtq-networking
4752024-01-02T21:32:39.859Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
4762024-01-02T21:32:39.859Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
4772024-01-02T21:32:39.859Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
4782024-01-02T21:32:39.859Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
4792024-01-02T21:32:39.859Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
4802024-01-02T21:32:39.859Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
4812024-01-02T21:32:39.859Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
4822024-01-02T21:32:39.859Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
4832024-01-02T21:32:39.859Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
4842024-01-02T21:32:39.859Z * [new branch] maghemite-integration -> origin/maghemite-integration
4852024-01-02T21:32:39.859Z * [new branch] main -> origin/main
4862024-01-02T21:32:39.859Z * [new branch] metrics-experiments -> origin/metrics-experiments
4872024-01-02T21:32:39.859Z * [new branch] mike/ipcc -> origin/mike/ipcc
4882024-01-02T21:32:39.859Z * [new branch] mupdate-demo -> origin/mupdate-demo
4892024-01-02T21:32:39.859Z * [new branch] net-reorg -> origin/net-reorg
4902024-01-02T21:32:39.859Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
4912024-01-02T21:32:39.859Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
4922024-01-02T21:32:39.859Z * [new branch] new-toolchain -> origin/new-toolchain
4932024-01-02T21:32:39.859Z * [new branch] newfolgers -> origin/newfolgers
4942024-01-02T21:32:39.859Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
4952024-01-02T21:32:39.859Z * [new branch] nexus-service-provisioning -> origin/nexus-service-provisioning
4962024-01-02T21:32:39.860Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
4972024-01-02T21:32:39.860Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
4982024-01-02T21:32:39.860Z * [new branch] omdb-sensors -> origin/omdb-sensors
4992024-01-02T21:32:39.860Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
5002024-01-02T21:32:39.860Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
5012024-01-02T21:32:39.863Z * [new branch] optimize-oids -> origin/optimize-oids
5022024-01-02T21:32:39.864Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
5032024-01-02T21:32:39.864Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
5042024-01-02T21:32:39.864Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
5052024-01-02T21:32:39.864Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
5062024-01-02T21:32:39.864Z * [new branch] prove-le-bug -> origin/prove-le-bug
5072024-01-02T21:32:39.864Z * [new branch] pumpkin -> origin/pumpkin
5082024-01-02T21:32:39.864Z * [new branch] redirect-url-state -> origin/redirect-url-state
5092024-01-02T21:32:39.864Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
5102024-01-02T21:32:39.864Z * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x
5112024-01-02T21:32:39.864Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
5122024-01-02T21:32:39.864Z * [new branch] renovate/hkdf-0.x -> origin/renovate/hkdf-0.x
5132024-01-02T21:32:39.864Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
5142024-01-02T21:32:39.864Z * [new branch] renovate/ratatui-0.x -> origin/renovate/ratatui-0.x
5152024-01-02T21:32:39.864Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
5162024-01-02T21:32:39.864Z * [new branch] renovate/sqlformat-0.x -> origin/renovate/sqlformat-0.x
5172024-01-02T21:32:39.864Z * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x
5182024-01-02T21:32:39.864Z * [new branch] renovate/trust-dns-monorepo -> origin/renovate/trust-dns-monorepo
5192024-01-02T21:32:39.864Z * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x
5202024-01-02T21:32:39.864Z * [new branch] reservoir -> origin/reservoir
5212024-01-02T21:32:39.864Z * [new branch] resilient-nexus -> origin/resilient-nexus
5222024-01-02T21:32:39.864Z * [new branch] resource-identifier -> origin/resource-identifier
5232024-01-02T21:32:39.864Z * [new branch] retry-txn -> origin/retry-txn
5242024-01-02T21:32:39.864Z * [new branch] rev-opte -> origin/rev-opte
5252024-01-02T21:32:39.864Z * [new branch] revert-936 -> origin/revert-936
5262024-01-02T21:32:39.868Z * [new branch] rfd-322-images -> origin/rfd-322-images
5272024-01-02T21:32:39.868Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
5282024-01-02T21:32:39.868Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
5292024-01-02T21:32:39.868Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
5302024-01-02T21:32:39.868Z * [new branch] rss-testing -> origin/rss-testing
5312024-01-02T21:32:39.868Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
5322024-01-02T21:32:39.868Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
5332024-01-02T21:32:39.868Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
5342024-01-02T21:32:39.868Z * [new branch] session-token-type -> origin/session-token-type
5352024-01-02T21:32:39.868Z * [new branch] shatter-authn -> origin/shatter-authn
5362024-01-02T21:32:39.868Z * [new branch] silo-create -> origin/silo-create
5372024-01-02T21:32:39.868Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
5382024-01-02T21:32:39.868Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
5392024-01-02T21:32:39.869Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
5402024-01-02T21:32:39.869Z * [new branch] simple-cache -> origin/simple-cache
5412024-01-02T21:32:39.869Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
5422024-01-02T21:32:39.869Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
5432024-01-02T21:32:39.869Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
5442024-01-02T21:32:39.869Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
5452024-01-02T21:32:39.869Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
5462024-01-02T21:32:39.869Z * [new branch] sled-location -> origin/sled-location
5472024-01-02T21:32:39.869Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
5482024-01-02T21:32:39.869Z * [new branch] special-delivery -> origin/special-delivery
5492024-01-02T21:32:39.873Z * [new branch] sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata -> origin/sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata
5502024-01-02T21:32:39.873Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
5512024-01-02T21:32:39.873Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
5522024-01-02T21:32:39.873Z * [new branch] sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument -> origin/sunshowers/spr/main.authz-macros-accept-an-optional-input_key-argument
5532024-01-02T21:32:39.873Z * [new branch] sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim -> origin/sunshowers/spr/main.tufaceous-make-fake-manifests-sp-and-rot-manifests-the-same-as-sp-sim
5542024-01-02T21:32:39.874Z * [new branch] sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type -> origin/sunshowers/spr/main.update-engine-move-terminal-executionstatus-into-its-own-type
5552024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> origin/sunshowers/spr/main.update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state
5562024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info -> origin/sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info
5572024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear
5582024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
5592024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate
5602024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests -> origin/sunshowers/spr/main.wicket-make-cli-more-usable-in-wicketd-integration-tests
5612024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared
5622024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
5632024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set -> origin/sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set
5642024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/main.wip-nexus-add-support-for-ingesting-tuf-repos
5652024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
5662024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
5672024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface -> origin/sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface
5682024-01-02T21:32:39.875Z * [new branch] sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd -> origin/sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd
5692024-01-02T21:32:39.876Z * [new branch] sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate -> origin/sunshowers/spr/wicketd-move-shared-update-related-code-into-a-new-crate
5702024-01-02T21:32:39.876Z * [new branch] sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos
5712024-01-02T21:32:39.880Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
5722024-01-02T21:32:39.880Z * [new branch] swap -> origin/swap
5732024-01-02T21:32:39.880Z * [new branch] switch-port-unification -> origin/switch-port-unification
5742024-01-02T21:32:39.880Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
5752024-01-02T21:32:39.880Z * [new branch] thing-flinger -> origin/thing-flinger
5762024-01-02T21:32:39.880Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
5772024-01-02T21:32:39.880Z * [new branch] u2-encryption -> origin/u2-encryption
5782024-01-02T21:32:39.880Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
5792024-01-02T21:32:39.880Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
5802024-01-02T21:32:39.880Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
5812024-01-02T21:32:39.880Z * [new branch] unify-ip-range -> origin/unify-ip-range
5822024-01-02T21:32:39.880Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
5832024-01-02T21:32:39.880Z * [new branch] unused-deps -> origin/unused-deps
5842024-01-02T21:32:39.880Z * [new branch] update-planning -> origin/update-planning
5852024-01-02T21:32:39.881Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
5862024-01-02T21:32:39.881Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
5872024-01-02T21:32:39.881Z * [new branch] use-incremental-build -> origin/use-incremental-build
5882024-01-02T21:32:39.881Z * [new branch] v1-cleanup -> origin/v1-cleanup
5892024-01-02T21:32:39.881Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
5902024-01-02T21:32:39.881Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
5912024-01-02T21:32:39.881Z * [new branch] wicket -> origin/wicket
5922024-01-02T21:32:39.881Z * [new branch] wicket-dbg -> origin/wicket-dbg
5932024-01-02T21:32:39.881Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
5942024-01-02T21:32:39.881Z * [new branch] wicket-menu -> origin/wicket-menu
5952024-01-02T21:32:39.881Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
5962024-01-02T21:32:39.881Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
5972024-01-02T21:32:39.881Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
5982024-01-02T21:32:39.881Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
5992024-01-02T21:32:39.881Z * [new branch] wicket-update-status -> origin/wicket-update-status
6002024-01-02T21:32:39.881Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
6012024-01-02T21:32:39.881Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
6022024-01-02T21:32:39.881Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
6032024-01-02T21:32:39.881Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
6042024-01-02T21:32:39.881Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
6052024-01-02T21:32:39.885Z * [new ref] -> origin/HEAD
6062024-01-02T21:32:40.342Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6072024-01-02T21:32:40.953ZFrom https://github.com/oxidecomputer/dlpi-sys
6082024-01-02T21:32:40.953Z * [new branch] gh-pages -> origin/gh-pages
6092024-01-02T21:32:40.957Z * [new branch] main -> origin/main
6102024-01-02T21:32:40.957Z * [new ref] -> origin/HEAD
6112024-01-02T21:32:40.969Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6122024-01-02T21:32:41.512ZFrom https://github.com/jmesmon/rust-libzfs
6132024-01-02T21:32:41.513Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
6142024-01-02T21:32:41.516Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
6152024-01-02T21:32:41.516Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
6162024-01-02T21:32:41.516Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
6172024-01-02T21:32:41.516Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
6182024-01-02T21:32:41.516Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
6192024-01-02T21:32:41.516Z * [new branch] dev -> origin/dev
6202024-01-02T21:32:41.516Z * [new branch] drr -> origin/drr
6212024-01-02T21:32:41.516Z * [new branch] f-types -> origin/f-types
6222024-01-02T21:32:41.516Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
6232024-01-02T21:32:41.516Z * [new branch] master -> origin/master
6242024-01-02T21:32:41.519Z * [new branch] staging -> origin/staging
6252024-01-02T21:32:41.519Z * [new ref] -> origin/HEAD
6262024-01-02T21:32:41.519Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
6272024-01-02T21:32:41.519Z * [new tag] v0.4.0 -> v0.4.0
6282024-01-02T21:32:41.519Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
6292024-01-02T21:32:41.519Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
6302024-01-02T21:32:41.537Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6312024-01-02T21:32:42.173ZFrom https://github.com/oxidecomputer/rusty-doors
6322024-01-02T21:32:42.173Z * [new branch] gh-pages -> origin/gh-pages
6332024-01-02T21:32:42.177Z * [new branch] main -> origin/main
6342024-01-02T21:32:42.177Z * [new branch] no-bindgen -> origin/no-bindgen
6352024-01-02T21:32:42.177Z * [new ref] -> origin/HEAD
6362024-01-02T21:32:42.312Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6372024-01-02T21:32:42.589Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
6382024-01-02T21:32:43.059ZFrom http://github.com/oxidecomputer/serde_human_bytes
6392024-01-02T21:32:43.059Z * [new branch] gh-pages -> origin/gh-pages
6402024-01-02T21:32:43.062Z * [new branch] main -> origin/main
6412024-01-02T21:32:43.063Z * [new branch] renovate/configure -> origin/renovate/configure
6422024-01-02T21:32:43.063Z * [new ref] -> origin/HEAD
6432024-01-02T21:32:43.115Z Updating git repository `https://github.com/oxidecomputer/rfb`
6442024-01-02T21:32:43.714ZFrom https://github.com/oxidecomputer/rfb
6452024-01-02T21:32:43.714Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
6462024-01-02T21:32:43.717Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
6472024-01-02T21:32:43.717Z * [new branch] main -> origin/main
6482024-01-02T21:32:43.717Z * [new ref] -> origin/HEAD
6492024-01-02T21:32:44.639Z Downloading crates ...
6502024-01-02T21:32:44.854Z Downloaded fxhash v0.2.1
6512024-01-02T21:32:44.857Z Downloaded toml_datetime v0.6.5
6522024-01-02T21:32:44.871Z Downloaded getrandom v0.2.11
6532024-01-02T21:32:44.878Z Downloaded ciborium-io v0.2.1
6542024-01-02T21:32:44.881Z Downloaded ident_case v1.0.1
6552024-01-02T21:32:44.885Z Downloaded humantime v2.1.0
6562024-01-02T21:32:44.889Z Downloaded httpdate v1.0.3
6572024-01-02T21:32:44.892Z Downloaded http-body v0.4.6
6582024-01-02T21:32:44.894Z Downloaded getopts v0.2.21
6592024-01-02T21:32:44.899Z Downloaded hostname v0.3.1
6602024-01-02T21:32:44.905Z Downloaded generic-array v0.14.7
6612024-01-02T21:32:44.907Z Downloaded futures-io v0.3.30
6622024-01-02T21:32:44.907Z Downloaded byteorder v1.5.0
6632024-01-02T21:32:44.910Z Downloaded dtrace-parser v0.1.14
6642024-01-02T21:32:44.913Z Downloaded openssl-macros v0.1.1
6652024-01-02T21:32:44.916Z Downloaded whoami v1.4.1
6662024-01-02T21:32:44.919Z Downloaded unicode-xid v0.2.4
6672024-01-02T21:32:44.922Z Downloaded untrusted v0.9.0
6682024-01-02T21:32:44.925Z Downloaded siphasher v0.3.11
6692024-01-02T21:32:44.928Z Downloaded block-buffer v0.10.4
6702024-01-02T21:32:44.930Z Downloaded slog-bunyan v2.4.0
6712024-01-02T21:32:44.933Z Downloaded sha1 v0.10.6
6722024-01-02T21:32:44.936Z Downloaded futures-macro v0.3.30
6732024-01-02T21:32:44.936Z Downloaded strsim v0.10.0
6742024-01-02T21:32:44.939Z Downloaded waitgroup v0.1.2
6752024-01-02T21:32:44.942Z Downloaded tracing v0.1.40
6762024-01-02T21:32:44.949Z Downloaded indexmap v2.1.0
6772024-01-02T21:32:44.957Z Downloaded foreign-types v0.3.2
6782024-01-02T21:32:44.963Z Downloaded try-lock v0.2.5
6792024-01-02T21:32:44.966Z Downloaded time-core v0.1.2
6802024-01-02T21:32:44.966Z Downloaded slog-json v2.6.1
6812024-01-02T21:32:44.966Z Downloaded thiserror-impl v1.0.53
6822024-01-02T21:32:44.969Z Downloaded usdt v0.3.5
6832024-01-02T21:32:44.972Z Downloaded fnv v1.0.7
6842024-01-02T21:32:44.975Z Downloaded usdt-macro v0.3.5
6852024-01-02T21:32:44.980Z Downloaded match_cfg v0.1.0
6862024-01-02T21:32:44.980Z Downloaded socket2 v0.4.10
6872024-01-02T21:32:44.983Z Downloaded hex v0.4.3
6882024-01-02T21:32:44.986Z Downloaded take_mut v0.2.2
6892024-01-02T21:32:44.989Z Downloaded slab v0.4.9
6902024-01-02T21:32:44.992Z Downloaded aho-corasick v1.1.2
6912024-01-02T21:32:45.001Z Downloaded colorchoice v1.0.0
6922024-01-02T21:32:45.004Z Downloaded foreign-types-shared v0.3.1
6932024-01-02T21:32:45.007Z Downloaded darling_macro v0.20.3
6942024-01-02T21:32:45.007Z Downloaded cpufeatures v0.2.11
6952024-01-02T21:32:45.010Z Downloaded want v0.3.1
6962024-01-02T21:32:45.013Z Downloaded slog-term v2.9.0
6972024-01-02T21:32:45.016Z Downloaded pest_derive v2.7.5
6982024-01-02T21:32:45.020Z Downloaded serde_urlencoded v0.7.1
6992024-01-02T21:32:45.026Z Downloaded tinyvec_macros v0.1.1
7002024-01-02T21:32:45.029Z Downloaded crc8 v0.1.1
7012024-01-02T21:32:45.029Z Downloaded zerocopy v0.3.2
7022024-01-02T21:32:45.029Z Downloaded num_enum v0.7.1
7032024-01-02T21:32:45.038Z Downloaded hyper-tls v0.5.0
7042024-01-02T21:32:45.042Z Downloaded num_enum v0.5.11
7052024-01-02T21:32:45.049Z Downloaded progenitor-client v0.4.1
7062024-01-02T21:32:45.052Z Downloaded proc-macro-crate v2.0.0
7072024-01-02T21:32:45.055Z Downloaded pest_generator v2.7.5
7082024-01-02T21:32:45.058Z Downloaded num-integer v0.1.45
7092024-01-02T21:32:45.061Z Downloaded num_threads v0.1.6
7102024-01-02T21:32:45.061Z Downloaded tokio-rustls v0.24.1
7112024-01-02T21:32:45.065Z Downloaded tower-service v0.3.2
7122024-01-02T21:32:45.070Z Downloaded utf8parse v0.2.1
7132024-01-02T21:32:45.074Z Downloaded num_enum_derive v0.5.11
7142024-01-02T21:32:45.075Z Downloaded stringprep v0.1.4
7152024-01-02T21:32:45.075Z Downloaded once_cell v1.19.0
7162024-01-02T21:32:45.078Z Downloaded thread-id v4.2.1
7172024-01-02T21:32:45.084Z Downloaded pretty-hex v0.2.1
7182024-01-02T21:32:45.087Z Downloaded async-stream v0.3.5
7192024-01-02T21:32:45.087Z Downloaded parse-display v0.8.2
7202024-01-02T21:32:45.087Z Downloaded schemars_derive v0.8.16
7212024-01-02T21:32:45.090Z Downloaded num v0.4.1
7222024-01-02T21:32:45.093Z Downloaded progenitor-macro v0.4.1
7232024-01-02T21:32:45.096Z Downloaded structmeta v0.2.0
7242024-01-02T21:32:45.096Z Downloaded httparse v1.8.0
7252024-01-02T21:32:45.099Z Downloaded term v0.7.0
7262024-01-02T21:32:45.105Z Downloaded futures v0.3.30
7272024-01-02T21:32:45.114Z Downloaded openssl-probe v0.1.5
7282024-01-02T21:32:45.117Z Downloaded postgres-protocol v0.6.6
7292024-01-02T21:32:45.120Z Downloaded num-iter v0.1.43
7302024-01-02T21:32:45.123Z Downloaded camino v1.1.6
7312024-01-02T21:32:45.126Z Downloaded tracing-attributes v0.1.27
7322024-01-02T21:32:45.128Z Downloaded serde_tokenstream v0.2.0
7332024-01-02T21:32:45.134Z Downloaded rand_core v0.6.4
7342024-01-02T21:32:45.140Z Downloaded serde_spanned v0.6.5
7352024-01-02T21:32:45.143Z Downloaded mime v0.3.17
7362024-01-02T21:32:45.143Z Downloaded scopeguard v1.2.0
7372024-01-02T21:32:45.143Z Downloaded multer v3.0.0
7382024-01-02T21:32:45.147Z Downloaded rustversion v1.0.14
7392024-01-02T21:32:45.152Z Downloaded md-5 v0.10.6
7402024-01-02T21:32:45.155Z Downloaded pin-utils v0.1.0
7412024-01-02T21:32:45.159Z Downloaded num-complex v0.4.4
7422024-01-02T21:32:45.162Z Downloaded paste v1.0.14
7432024-01-02T21:32:45.165Z Downloaded crossbeam-epoch v0.9.17
7442024-01-02T21:32:45.170Z Downloaded num_enum_derive v0.7.1
7452024-01-02T21:32:45.173Z Downloaded serde_repr v0.1.17
7462024-01-02T21:32:45.176Z Downloaded bytes v1.5.0
7472024-01-02T21:32:45.182Z Downloaded semver v1.0.20
7482024-01-02T21:32:45.186Z Downloaded native-tls v0.2.11
7492024-01-02T21:32:45.189Z Downloaded rand_chacha v0.3.1
7502024-01-02T21:32:45.192Z Downloaded parse-display-derive v0.8.2
7512024-01-02T21:32:45.198Z Downloaded tracing-core v0.1.32
7522024-01-02T21:32:45.201Z Downloaded quote v1.0.34
7532024-01-02T21:32:45.204Z Downloaded arc-swap v1.6.0
7542024-01-02T21:32:45.212Z Downloaded powerfmt v0.2.0
7552024-01-02T21:32:45.215Z Downloaded toml_edit v0.21.0
7562024-01-02T21:32:45.249Z Downloaded parking_lot_core v0.9.9
7572024-01-02T21:32:45.253Z Downloaded openssl-sys v0.9.98
7582024-01-02T21:32:45.264Z Downloaded parking_lot v0.11.2
7592024-01-02T21:32:45.267Z Downloaded toml_edit v0.20.7
7602024-01-02T21:32:45.302Z Downloaded parking_lot v0.12.1
7612024-01-02T21:32:45.345Z Downloaded serde_derive v1.0.193
7622024-01-02T21:32:45.352Z Downloaded num-traits v0.2.17
7632024-01-02T21:32:45.352Z Downloaded toml_edit v0.19.15
7642024-01-02T21:32:45.352Z Downloaded schemars v0.8.16
7652024-01-02T21:32:45.366Z Downloaded time v0.3.31
7662024-01-02T21:32:45.378Z Downloaded unicode-normalization v0.1.22
7672024-01-02T21:32:45.386Z Downloaded serde v1.0.193
7682024-01-02T21:32:45.392Z Downloaded nom v7.1.3
7692024-01-02T21:32:45.402Z Downloaded hashbrown v0.13.2
7702024-01-02T21:32:45.411Z Downloaded memchr v2.7.1
7712024-01-02T21:32:45.420Z Downloaded itertools v0.12.0
7722024-01-02T21:32:45.434Z Downloaded futures-util v0.3.30
7732024-01-02T21:32:45.455Z Downloaded pest v2.7.5
7742024-01-02T21:32:45.464Z Downloaded vcpkg v0.2.15
7752024-01-02T21:32:45.535Z Downloaded reqwest v0.11.23
7762024-01-02T21:32:45.548Z Downloaded zerocopy-derive v0.2.0
7772024-01-02T21:32:45.570Z Downloaded regress v0.7.1
7782024-01-02T21:32:45.581Z Downloaded regex v1.10.2
7792024-01-02T21:32:45.606Z Downloaded regex-syntax v0.8.2
7802024-01-02T21:32:45.622Z Downloaded chrono v0.4.31
7812024-01-02T21:32:45.636Z Downloaded regress v0.6.0
7822024-01-02T21:32:45.651Z Downloaded syn v2.0.44
7832024-01-02T21:32:45.671Z Downloaded regex-automata v0.4.3
7842024-01-02T21:32:45.704Z Downloaded rustls v0.21.10
7852024-01-02T21:32:45.726Z Downloaded regex-syntax v0.7.5
7862024-01-02T21:32:45.742Z Downloaded openapiv3 v1.0.4
7872024-01-02T21:32:45.765Z Downloaded openapiv3 v2.0.0
7882024-01-02T21:32:45.791Z Downloaded sled v0.34.7
7892024-01-02T21:32:45.808Z Downloaded progenitor-impl v0.4.1
7902024-01-02T21:32:45.841Z Downloaded finl_unicode v1.2.0
7912024-01-02T21:32:45.875Z Downloaded tokio v1.35.1
7922024-01-02T21:32:45.948Z Downloaded libc v0.2.151
7932024-01-02T21:32:46.005Z Downloaded encoding_rs v0.8.33
7942024-01-02T21:32:46.047Z Downloaded idna v0.5.0
7952024-01-02T21:32:46.059Z Downloaded serde_json v1.0.109
7962024-01-02T21:32:46.073Z Downloaded rustls-webpki v0.101.7
7972024-01-02T21:32:46.098Z Downloaded openssl v0.10.62
7982024-01-02T21:32:46.115Z Downloaded typify-impl v0.0.14
7992024-01-02T21:32:46.132Z Downloaded ring v0.17.7
8002024-01-02T21:32:46.271Z Downloaded webpki-roots v0.25.3
8012024-01-02T21:32:46.278Z Downloaded syn v1.0.109
8022024-01-02T21:32:46.299Z Downloaded clap_builder v4.4.12
8032024-01-02T21:32:46.312Z Downloaded winnow v0.5.31
8042024-01-02T21:32:46.326Z Downloaded h2 v0.3.22
8052024-01-02T21:32:46.374Z Downloaded hyper v0.14.28
8062024-01-02T21:32:46.377Z Downloaded rand v0.8.5
8072024-01-02T21:32:46.377Z Downloaded zerocopy v0.7.32
8082024-01-02T21:32:46.392Z Downloaded crossbeam-channel v0.5.10
8092024-01-02T21:32:46.401Z Downloaded hashbrown v0.14.3
8102024-01-02T21:32:46.411Z Downloaded libm v0.2.8
8112024-01-02T21:32:46.426Z Downloaded serde_with v3.4.0
8122024-01-02T21:32:46.437Z Downloaded http v0.2.11
8132024-01-02T21:32:46.445Z Downloaded minimal-lexical v0.2.1
8142024-01-02T21:32:46.453Z Downloaded mio v0.8.10
8152024-01-02T21:32:46.462Z Downloaded http v1.0.0
8162024-01-02T21:32:46.469Z Downloaded tokio-postgres v0.7.10
8172024-01-02T21:32:46.477Z Downloaded base64 v0.21.5
8182024-01-02T21:32:46.483Z Downloaded tokio-util v0.7.10
8192024-01-02T21:32:46.494Z Downloaded num-rational v0.4.1
8202024-01-02T21:32:46.497Z Downloaded parking_lot_core v0.8.6
8212024-01-02T21:32:46.500Z Downloaded num_cpus v1.16.0
8222024-01-02T21:32:46.504Z Downloaded proc-macro2 v1.0.73
8232024-01-02T21:32:46.509Z Downloaded pest_meta v2.7.5
8242024-01-02T21:32:46.512Z Downloaded serde_yaml v0.9.29
8252024-01-02T21:32:46.521Z Downloaded uuid v1.6.1
8262024-01-02T21:32:46.526Z Downloaded url v2.5.0
8272024-01-02T21:32:46.530Z Downloaded unsafe-libyaml v0.2.10
8282024-01-02T21:32:46.536Z Downloaded hashbrown v0.12.3
8292024-01-02T21:32:46.543Z Downloaded rustls-pki-types v1.1.0
8302024-01-02T21:32:46.546Z Downloaded typenum v1.17.0
8312024-01-02T21:32:46.550Z Downloaded sct v0.7.1
8322024-01-02T21:32:46.555Z Downloaded serde_derive_internals v0.26.0
8332024-01-02T21:32:46.558Z Downloaded ryu v1.0.16
8342024-01-02T21:32:46.563Z Downloaded proc-macro-crate v1.3.1
8352024-01-02T21:32:46.566Z Downloaded socket2 v0.5.5
8362024-01-02T21:32:46.569Z Downloaded cc v1.0.83
8372024-01-02T21:32:46.573Z Downloaded progenitor v0.4.1
8382024-01-02T21:32:46.579Z Downloaded crossbeam-utils v0.8.18
8392024-01-02T21:32:46.581Z Downloaded half v1.8.2
8402024-01-02T21:32:46.586Z Downloaded log v0.4.20
8412024-01-02T21:32:46.589Z Downloaded anyhow v1.0.78
8422024-01-02T21:32:46.593Z Downloaded serde_tokenstream v0.1.7
8432024-01-02T21:32:46.599Z Downloaded crc32fast v1.3.2
8442024-01-02T21:32:46.602Z Downloaded unicode-ident v1.0.12
8452024-01-02T21:32:46.606Z Downloaded typify v0.0.14
8462024-01-02T21:32:46.610Z Downloaded tinyvec v1.6.0
8472024-01-02T21:32:46.616Z Downloaded pkg-config v0.3.28
8482024-01-02T21:32:46.619Z Downloaded spin v0.9.8
8492024-01-02T21:32:46.621Z Downloaded ahash v0.8.7
8502024-01-02T21:32:46.631Z Downloaded percent-encoding v2.3.1
8512024-01-02T21:32:46.631Z Downloaded serde_path_to_error v0.1.14
8522024-01-02T21:32:46.634Z Downloaded phf_shared v0.11.2
8532024-01-02T21:32:46.634Z Downloaded rustls-pemfile v1.0.4
8542024-01-02T21:32:46.634Z Downloaded postgres-types v0.2.6
8552024-01-02T21:32:46.638Z Downloaded ppv-lite86 v0.2.17
8562024-01-02T21:32:46.640Z Downloaded darling_core v0.20.3
8572024-01-02T21:32:46.648Z Downloaded phf v0.11.2
8582024-01-02T21:32:46.651Z Downloaded rustls-pemfile v2.0.0
8592024-01-02T21:32:46.654Z Downloaded unicode-bidi v0.3.14
8602024-01-02T21:32:46.657Z Downloaded pin-project-lite v0.2.13
8612024-01-02T21:32:46.665Z Downloaded lock_api v0.4.11
8622024-01-02T21:32:46.668Z Downloaded uuid v0.8.2
8632024-01-02T21:32:46.673Z Downloaded bitflags v2.4.1
8642024-01-02T21:32:46.677Z Downloaded slog v2.7.0
8652024-01-02T21:32:46.682Z Downloaded async-trait v0.1.76
8662024-01-02T21:32:46.687Z Downloaded backoff v0.4.0
8672024-01-02T21:32:46.691Z Downloaded clap v4.4.12
8682024-01-02T21:32:46.705Z Downloaded iana-time-zone v0.1.59
8692024-01-02T21:32:46.709Z Downloaded macaddr v1.0.1
8702024-01-02T21:32:46.715Z Downloaded proc-macro-error-attr v1.0.4
8712024-01-02T21:32:46.718Z Downloaded omicron-workspace-hack v0.1.0
8722024-01-02T21:32:46.718Z Downloaded futures-channel v0.3.30
8732024-01-02T21:32:46.718Z Downloaded sha2 v0.10.8
8742024-01-02T21:32:46.722Z Downloaded anstyle-parse v0.2.3
8752024-01-02T21:32:46.725Z Downloaded clap_derive v4.4.7
8762024-01-02T21:32:46.728Z Downloaded slog-stdlog v4.1.1
8772024-01-02T21:32:46.731Z Downloaded ucd-trie v0.1.6
8782024-01-02T21:32:46.734Z Downloaded time-macros v0.2.16
8792024-01-02T21:32:46.737Z Downloaded lazy_static v1.4.0
8802024-01-02T21:32:46.737Z Downloaded ciborium-ll v0.2.1
8812024-01-02T21:32:46.740Z Downloaded toml v0.8.8
8822024-01-02T21:32:46.743Z Downloaded form_urlencoded v1.2.1
8832024-01-02T21:32:46.746Z Downloaded slog-envlogger v2.2.0
8842024-01-02T21:32:46.749Z Downloaded structmeta-derive v0.2.0
8852024-01-02T21:32:46.749Z Downloaded atomic-waker v1.1.2
8862024-01-02T21:32:46.752Z Downloaded heck v0.4.1
8872024-01-02T21:32:46.755Z Downloaded usdt-impl v0.3.5
8882024-01-02T21:32:46.755Z Downloaded either v1.9.0
8892024-01-02T21:32:46.761Z Downloaded ipnetwork v0.20.0
8902024-01-02T21:32:46.764Z Downloaded dof v0.1.5
8912024-01-02T21:32:46.764Z Downloaded ciborium v0.2.1
8922024-01-02T21:32:46.767Z Downloaded proc-macro-error v1.0.4
8932024-01-02T21:32:46.770Z Downloaded tokio-native-tls v0.3.1
8942024-01-02T21:32:46.773Z Downloaded subtle v2.5.0
8952024-01-02T21:32:46.776Z Downloaded itoa v1.0.10
8962024-01-02T21:32:46.776Z Downloaded futures-task v0.3.30
8972024-01-02T21:32:46.779Z Downloaded serde_with_macros v3.4.0
8982024-01-02T21:32:46.782Z Downloaded anstream v0.6.5
8992024-01-02T21:32:46.785Z Downloaded darling v0.20.3
9002024-01-02T21:32:46.790Z Downloaded strum v0.25.0
9012024-01-02T21:32:46.792Z Downloaded digest v0.10.7
9022024-01-02T21:32:46.795Z Downloaded thread_local v1.1.7
9032024-01-02T21:32:46.798Z Downloaded strum_macros v0.25.3
9042024-01-02T21:32:46.800Z Downloaded debug-ignore v1.0.5
9052024-01-02T21:32:46.803Z Downloaded tokio-macros v2.2.0
9062024-01-02T21:32:46.803Z Downloaded unicode-width v0.1.11
9072024-01-02T21:32:46.809Z Downloaded atty v0.2.14
9082024-01-02T21:32:46.812Z Downloaded crypto-common v0.1.6
9092024-01-02T21:32:46.812Z Downloaded slog-async v2.8.0
9102024-01-02T21:32:46.812Z Downloaded thiserror v1.0.53
9112024-01-02T21:32:46.818Z Downloaded ipnet v2.9.0
9122024-01-02T21:32:46.821Z Downloaded fallible-iterator v0.2.0
9132024-01-02T21:32:46.824Z Downloaded dyn-clone v1.0.16
9142024-01-02T21:32:46.827Z Downloaded usdt-attr-macro v0.3.5
9152024-01-02T21:32:46.827Z Downloaded clap_lex v0.6.0
9162024-01-02T21:32:46.830Z Downloaded cfg-if v1.0.0
9172024-01-02T21:32:46.830Z Downloaded foreign-types v0.5.0
9182024-01-02T21:32:46.832Z Downloaded colored v2.1.0
9192024-01-02T21:32:46.835Z Downloaded anstyle v1.0.4
9202024-01-02T21:32:46.838Z Downloaded futures-core v0.3.30
9212024-01-02T21:32:46.841Z Downloaded tabwriter v1.4.0
9222024-01-02T21:32:46.841Z Downloaded smallvec v1.11.2
9232024-01-02T21:32:46.844Z Downloaded indexmap v1.9.3
9242024-01-02T21:32:46.849Z Downloaded hyper-rustls v0.24.2
9252024-01-02T21:32:46.853Z Downloaded hmac v0.12.1
9262024-01-02T21:32:46.858Z Downloaded anstyle-query v1.0.2
9272024-01-02T21:32:46.861Z Downloaded dirs-sys-next v0.1.2
9282024-01-02T21:32:46.861Z Downloaded slog-scope v4.4.0
9292024-01-02T21:32:46.862Z Downloaded signal-hook-registry v1.4.1
9302024-01-02T21:32:46.864Z Downloaded synstructure v0.12.6
9312024-01-02T21:32:46.867Z Downloaded deranged v0.3.11
9322024-01-02T21:32:46.867Z Downloaded autocfg v1.1.0
9332024-01-02T21:32:46.870Z Downloaded futures-executor v0.3.30
9342024-01-02T21:32:46.873Z Downloaded version_check v0.9.4
9352024-01-02T21:32:46.873Z Downloaded instant v0.1.12
9362024-01-02T21:32:46.876Z Downloaded async-stream-impl v0.3.5
9372024-01-02T21:32:46.876Z Downloaded typify-macro v0.0.14
9382024-01-02T21:32:46.880Z Downloaded equivalent v1.0.1
9392024-01-02T21:32:46.880Z Downloaded cstr-argument v0.1.2
9402024-01-02T21:32:46.880Z Downloaded foreign-types-shared v0.1.1
9412024-01-02T21:32:46.883Z Downloaded futures-sink v0.3.30
9422024-01-02T21:32:46.883Z Downloaded foreign-types-macros v0.2.3
9432024-01-02T21:32:46.884Z Downloaded dirs-next v2.0.0
9442024-01-02T21:32:47.064Z Compiling proc-macro2 v1.0.73
9452024-01-02T21:32:47.067Z Compiling unicode-ident v1.0.12
9462024-01-02T21:32:47.067Z Compiling libc v0.2.151
9472024-01-02T21:32:47.067Z Compiling autocfg v1.1.0
9482024-01-02T21:32:47.067Z Compiling cfg-if v1.0.0
9492024-01-02T21:32:47.078Z Compiling serde v1.0.193
9502024-01-02T21:32:47.090Z Compiling version_check v0.9.4
9512024-01-02T21:32:47.099Z Compiling syn v1.0.109
9522024-01-02T21:32:47.286Z Compiling memchr v2.7.1
9532024-01-02T21:32:47.412Z Compiling thiserror v1.0.53
9542024-01-02T21:32:47.959Z Compiling itoa v1.0.10
9552024-01-02T21:32:48.067Z Compiling once_cell v1.19.0
9562024-01-02T21:32:48.172Z Compiling serde_json v1.0.109
9572024-01-02T21:32:49.308Z Compiling pin-project-lite v0.2.13
9582024-01-02T21:32:49.498Z Compiling lock_api v0.4.11
9592024-01-02T21:32:49.503Z Compiling parking_lot_core v0.9.9
9602024-01-02T21:32:50.037Z Compiling ahash v0.8.7
9612024-01-02T21:32:50.147Z Compiling smallvec v1.11.2
9622024-01-02T21:32:50.162Z Compiling scopeguard v1.2.0
9632024-01-02T21:32:50.341Z Compiling getrandom v0.2.11
9642024-01-02T21:32:50.399Z Compiling cc v1.0.83
9652024-01-02T21:32:50.595Z Compiling quote v1.0.34
9662024-01-02T21:32:50.723Z Compiling libm v0.2.8
9672024-01-02T21:32:51.388Z Compiling syn v2.0.44
9682024-01-02T21:32:51.786Z Compiling num-traits v0.2.17
9692024-01-02T21:32:51.931Z Compiling ryu v1.0.16
9702024-01-02T21:32:51.950Z Compiling log v0.4.20
9712024-01-02T21:32:52.256Z Compiling futures-core v0.3.30
9722024-01-02T21:32:52.515Z Compiling parking_lot v0.12.1
9732024-01-02T21:32:52.790Z Compiling num_cpus v1.16.0
9742024-01-02T21:32:52.860Z Compiling mio v0.8.10
9752024-01-02T21:32:52.965Z Compiling signal-hook-registry v1.4.1
9762024-01-02T21:32:53.324Z Compiling socket2 v0.5.5
9772024-01-02T21:32:55.505Z Compiling slab v0.4.9
9782024-01-02T21:32:56.005Z Compiling futures-sink v0.3.30
9792024-01-02T21:32:56.221Z Compiling futures-channel v0.3.30
9802024-01-02T21:32:56.484Z Compiling futures-io v0.3.30
9812024-01-02T21:32:56.498Z Compiling typenum v1.17.0
9822024-01-02T21:32:56.650Z Compiling heck v0.4.1
9832024-01-02T21:32:56.929Z Compiling fnv v1.0.7
9842024-01-02T21:32:56.978Z Compiling pin-utils v0.1.0
9852024-01-02T21:32:57.064Z Compiling futures-task v0.3.30
9862024-01-02T21:32:57.101Z Compiling ring v0.17.7
9872024-01-02T21:32:57.121Z Compiling tracing-core v0.1.32
9882024-01-02T21:32:57.475Z Compiling generic-array v0.14.7
9892024-01-02T21:32:57.722Z Compiling hashbrown v0.14.3
9902024-01-02T21:32:57.954Z Compiling pkg-config v0.3.28
9912024-01-02T21:32:58.304Z Compiling vcpkg v0.2.15
9922024-01-02T21:32:58.643Z Compiling equivalent v1.0.1
9932024-01-02T21:33:00.407Z Compiling ucd-trie v0.1.6
9942024-01-02T21:33:00.820Z Compiling tinyvec_macros v0.1.1
9952024-01-02T21:33:00.896Z Compiling openssl-sys v0.9.98
9962024-01-02T21:33:00.900Z Compiling zerocopy v0.7.32
9972024-01-02T21:33:00.931Z Compiling unicode-xid v0.2.4
9982024-01-02T21:33:01.157Z Compiling spin v0.9.8
9992024-01-02T21:33:01.551Z Compiling tinyvec v1.6.0
10002024-01-02T21:33:02.007Z Compiling serde_derive_internals v0.26.0
10012024-01-02T21:33:03.446Z Compiling synstructure v0.12.6
10022024-01-02T21:33:04.276Z Compiling indexmap v1.9.3
10032024-01-02T21:33:04.753Z Compiling slog v2.7.0
10042024-01-02T21:33:05.475Z Compiling httparse v1.8.0
10052024-01-02T21:33:05.815Z Compiling schemars v0.8.16
10062024-01-02T21:33:06.129Z Compiling untrusted v0.9.0
10072024-01-02T21:33:06.337Z Compiling iana-time-zone v0.1.59
10082024-01-02T21:33:06.511Z Compiling unicode-normalization v0.1.22
10092024-01-02T21:33:06.528Z Compiling chrono v0.4.31
10102024-01-02T21:33:07.470Z Compiling hashbrown v0.13.2
10112024-01-02T21:33:07.909Z Compiling indexmap v2.1.0
10122024-01-02T21:33:09.245Z Compiling uuid v1.6.1
10132024-01-02T21:33:09.683Z Compiling unicode-bidi v0.3.14
10142024-01-02T21:33:09.818Z Compiling base64 v0.21.5
10152024-01-02T21:33:09.822Z Compiling dyn-clone v1.0.16
10162024-01-02T21:33:10.037Z Compiling regress v0.7.1
10172024-01-02T21:33:11.539Z Compiling serde_derive v1.0.193
10182024-01-02T21:33:11.566Z Compiling thiserror-impl v1.0.53
10192024-01-02T21:33:11.906Z Compiling tokio-macros v2.2.0
10202024-01-02T21:33:11.930Z Compiling schemars_derive v0.8.16
10212024-01-02T21:33:12.650Z Compiling futures-macro v0.3.30
10222024-01-02T21:33:14.564Z Compiling tracing-attributes v0.1.27
10232024-01-02T21:33:14.716Z Compiling zerocopy-derive v0.2.0
10242024-01-02T21:33:15.932Z Compiling futures-util v0.3.30
10252024-01-02T21:33:16.584Z Compiling pest v2.7.5
10262024-01-02T21:33:17.588Z Compiling crypto-common v0.1.6
10272024-01-02T21:33:17.679Z Compiling block-buffer v0.10.4
10282024-01-02T21:33:17.934Z Compiling foreign-types-shared v0.1.1
10292024-01-02T21:33:18.016Z Compiling subtle v2.5.0
10302024-01-02T21:33:18.075Z Compiling openssl v0.10.62
10312024-01-02T21:33:18.421Z Compiling try-lock v0.2.5
10322024-01-02T21:33:18.788Z Compiling percent-encoding v2.3.1
10332024-01-02T21:33:19.166Z Compiling rustls v0.21.10
10342024-01-02T21:33:19.665Z Compiling want v0.3.1
10352024-01-02T21:33:20.067Z Compiling digest v0.10.7
10362024-01-02T21:33:20.122Z Compiling foreign-types v0.3.2
10372024-01-02T21:33:20.139Z Compiling tracing v0.1.40
10382024-01-02T21:33:20.240Z Compiling openssl-macros v0.1.1
10392024-01-02T21:33:20.702Z Compiling pest_meta v2.7.5
10402024-01-02T21:33:21.012Z Compiling aho-corasick v1.1.2
10412024-01-02T21:33:21.324Z Compiling usdt-impl v0.3.5
10422024-01-02T21:33:21.551Z Compiling bitflags v2.4.1
10432024-01-02T21:33:21.856Z Compiling regex-syntax v0.8.2
10442024-01-02T21:33:22.079Z Compiling rustls-webpki v0.101.7
10452024-01-02T21:33:23.091Z Compiling pest_generator v2.7.5
10462024-01-02T21:33:27.358Z Compiling sct v0.7.1
10472024-01-02T21:33:27.530Z Compiling pest_derive v2.7.5
10482024-01-02T21:33:28.105Z Compiling tower-service v0.3.2
10492024-01-02T21:33:28.263Z Compiling uuid v0.8.2
10502024-01-02T21:33:28.281Z Compiling httpdate v1.0.3
10512024-01-02T21:33:29.145Z Compiling native-tls v0.2.11
10522024-01-02T21:33:29.430Z Compiling byteorder v1.5.0
10532024-01-02T21:33:29.584Z Compiling regex-automata v0.4.3
10542024-01-02T21:33:31.720Z Compiling form_urlencoded v1.2.1
10552024-01-02T21:33:32.371Z Compiling time-core v0.1.2
10562024-01-02T21:33:32.595Z Compiling openssl-probe v0.1.5
10572024-01-02T21:33:32.611Z Compiling powerfmt v0.2.0
10582024-01-02T21:33:34.072Z Compiling zerocopy v0.3.2
10592024-01-02T21:33:34.968Z Compiling bytes v1.5.0
10602024-01-02T21:33:36.370Z Compiling tokio v1.35.1
10612024-01-02T21:33:42.725Z Compiling http v0.2.11
10622024-01-02T21:33:44.362Z Compiling serde_tokenstream v0.2.0
10632024-01-02T21:33:50.716Z Compiling tokio-util v0.7.10
10642024-01-02T21:33:53.123Z Compiling h2 v0.3.22
10652024-01-02T21:33:54.283Z Compiling typify-impl v0.0.14
10662024-01-02T21:33:57.167Z Compiling http-body v0.4.6
10672024-01-02T21:33:58.131Z Compiling tokio-rustls v0.24.1
10682024-01-02T21:34:00.552Z Compiling regex v1.10.2
10692024-01-02T21:34:01.796Z Compiling hyper v0.14.28
10702024-01-02T21:34:02.182Z Compiling deranged v0.3.11
10712024-01-02T21:34:05.947Z Compiling time-macros v0.2.16
10722024-01-02T21:34:11.394Z Compiling rand_core v0.6.4
10732024-01-02T21:34:12.141Z Compiling encoding_rs v0.8.33
10742024-01-02T21:34:13.078Z Compiling typify-macro v0.0.14
10752024-01-02T21:34:15.562Z Compiling hashbrown v0.12.3
10762024-01-02T21:34:16.004Z Compiling mime v0.3.17
10772024-01-02T21:34:17.369Z Compiling num_threads v0.1.6
10782024-01-02T21:34:17.538Z Compiling omicron-workspace-hack v0.1.0
10792024-01-02T21:34:17.758Z Compiling ppv-lite86 v0.2.17
10802024-01-02T21:34:17.988Z Compiling crossbeam-utils v0.8.18
10812024-01-02T21:34:18.865Z Compiling cpufeatures v0.2.11
10822024-01-02T21:34:19.018Z Compiling time v0.3.31
10832024-01-02T21:34:19.093Z Compiling rand_chacha v0.3.1
10842024-01-02T21:34:20.639Z Compiling tokio-native-tls v0.3.1
10852024-01-02T21:34:21.072Z Compiling dof v0.1.5
10862024-01-02T21:34:21.905Z Compiling serde_urlencoded v0.7.1
10872024-01-02T21:34:22.838Z Compiling dtrace-parser v0.1.14
10882024-01-02T21:34:25.455Z Compiling idna v0.5.0
10892024-01-02T21:34:26.957Z Compiling dirs-sys-next v0.1.2
10902024-01-02T21:34:28.798Z Compiling thread-id v4.2.1
10912024-01-02T21:34:31.026Z Compiling ident_case v1.0.1
10922024-01-02T21:34:31.047Z Compiling unicode-width v0.1.11
10932024-01-02T21:34:31.283Z Compiling strsim v0.10.0
10942024-01-02T21:34:33.031Z Compiling getopts v0.2.21
10952024-01-02T21:34:33.164Z Compiling darling_core v0.20.3
10962024-01-02T21:34:37.096Z Compiling dirs-next v2.0.0
10972024-01-02T21:34:37.472Z Compiling url v2.5.0
10982024-01-02T21:34:39.152Z Compiling hyper-tls v0.5.0
10992024-01-02T21:34:39.411Z Compiling openapiv3 v1.0.4
11002024-01-02T21:34:39.767Z Compiling typify v0.0.14
11012024-01-02T21:34:39.939Z Compiling rand v0.8.5
11022024-01-02T21:34:41.950Z Compiling hyper-rustls v0.24.2
11032024-01-02T21:34:42.460Z Compiling serde_tokenstream v0.1.7
11042024-01-02T21:34:43.263Z Compiling rustls-pemfile v1.0.4
11052024-01-02T21:34:43.439Z Compiling thread_local v1.1.7
11062024-01-02T21:34:43.774Z Compiling num-integer v0.1.45
11072024-01-02T21:34:44.247Z Compiling finl_unicode v1.2.0
11082024-01-02T21:34:44.536Z Compiling slog-async v2.8.0
11092024-01-02T21:34:44.745Z Compiling webpki-roots v0.25.3
11102024-01-02T21:34:44.977Z Compiling ipnet v2.9.0
11112024-01-02T21:34:45.204Z Compiling async-trait v0.1.76
11122024-01-02T21:34:45.241Z Compiling rustversion v1.0.14
11132024-01-02T21:34:45.939Z Compiling unsafe-libyaml v0.2.10
11142024-01-02T21:34:46.259Z Compiling reqwest v0.11.23
11152024-01-02T21:34:46.308Z Compiling progenitor-impl v0.4.1
11162024-01-02T21:34:47.223Z Compiling stringprep v0.1.4
11172024-01-02T21:34:48.713Z Compiling serde_yaml v0.9.29
11182024-01-02T21:34:51.527Z Compiling darling_macro v0.20.3
11192024-01-02T21:34:53.237Z Compiling crossbeam-channel v0.5.10
11202024-01-02T21:34:55.103Z Compiling term v0.7.0
 
11212024-01-02T21:35:03.207Zjob cancelled
 
11222024-01-02T21:35:03.399Z Compiling sha2 v0.10.8