01HK618TZWX3KYJ55S504YH78Y: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/ddmd",
            series: "release",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/release/ddmadm",
            series: "release",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmd",
            series: "debug",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmadm",
            series: "debug",
            name: "ddmadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HK61989Y1ZYR6TR9ARKTR1PA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-02T21:30:14.388Zjob assigned to worker 01HK619CJZFGCCYA1ECTAKY5J1 (queued for 1 m 1 s)
 
22024-01-02T21:30:14.706Zstarting task 0: "setup"
32024-01-02T21:30:14.758Z++ uname -s
42024-01-02T21:30:14.761Z+ kern=SunOS
52024-01-02T21:30:14.761Z+ case "$kern" in
62024-01-02T21:30:14.761Z+ groupadd -g 12345 build
72024-01-02T21:30:14.764Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-02T21:30:16.775Z+ zfs create -o mountpoint=/work rpool/work
92024-01-02T21:30:16.868Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-02T21:30:16.871Z+ home_fs=zfs
112024-01-02T21:30:16.872Z+ [[ zfs == autofs ]]
122024-01-02T21:30:16.872Z+ mkdir -p /home/build
132024-01-02T21:30:16.879Z+ chown build:build /home/build /work
142024-01-02T21:30:18.876Z+ chmod 0700 /home/build /work
152024-01-02T21:30:18.879Zprocess exited: duration 4173 ms, exit code 0
 
162024-01-02T21:30:18.886Zstarting task 1: "rust-toolchain"
172024-01-02T21:30:18.894Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-02T21:30:18.898Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-01-02T21:30:19.076Zinfo: downloading installer
202024-01-02T21:30:21.090Zwarning: it looks like you have an existing installation of Rust at:
212024-01-02T21:30:21.090Zwarning: /opt/ooce/bin
222024-01-02T21:30:21.090Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-02T21:30:21.090Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-02T21:30:21.090Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-02T21:30:21.090Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-02T21:30:21.090Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-02T21:30:21.090Zerror: cannot install while Rust is installed
282024-01-02T21:30:21.090Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-02T21:30:21.163Zinfo: profile set to 'default'
302024-01-02T21:30:21.163Zinfo: default host triple is x86_64-unknown-illumos
312024-01-02T21:30:21.173Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-01-02T21:30:21.334Zinfo: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
332024-01-02T21:30:21.334Zinfo: downloading component 'cargo'
342024-01-02T21:30:22.182Zinfo: downloading component 'clippy'
352024-01-02T21:30:22.512Zinfo: downloading component 'rust-docs'
362024-01-02T21:30:23.393Zinfo: downloading component 'rust-std'
372024-01-02T21:30:24.934Zinfo: downloading component 'rustc'
382024-01-02T21:30:29.162Zinfo: downloading component 'rustfmt'
392024-01-02T21:30:29.486Zinfo: installing component 'cargo'
402024-01-02T21:30:30.821Zinfo: installing component 'clippy'
412024-01-02T21:30:31.347Zinfo: installing component 'rust-docs'
422024-01-02T21:30:34.129Zinfo: installing component 'rust-std'
432024-01-02T21:30:36.906Zinfo: installing component 'rustc'
442024-01-02T21:30:43.836Zinfo: installing component 'rustfmt'
452024-01-02T21:30:44.337Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-01-02T21:30:44.337Z
472024-01-02T21:30:44.473Z stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21)
482024-01-02T21:30:44.473Z
492024-01-02T21:30:44.473Z
502024-01-02T21:30:44.473ZRust is installed now. Great!
512024-01-02T21:30:44.473Z
522024-01-02T21:30:44.473ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-02T21:30:44.473Zenvironment variable. This has not been done automatically.
542024-01-02T21:30:44.473Z
552024-01-02T21:30:44.476ZTo configure your current shell, run:
562024-01-02T21:30:44.476Zsource "$HOME/.cargo/env"
572024-01-02T21:30:44.569Z+ rustc --version
582024-01-02T21:30:44.679Zrustc 1.75.0 (82e1608df 2023-12-21)
592024-01-02T21:30:44.684Zprocess exited: duration 25800 ms, exit code 0
 
602024-01-02T21:30:44.690Zstarting task 2: "authentication"
612024-01-02T21:30:44.723Zprocess exited: duration 32 ms, exit code 0
 
622024-01-02T21:30:44.731Zstarting task 3: "clone repository"
632024-01-02T21:30:44.736Z+ mkdir -p /work/oxidecomputer/maghemite
642024-01-02T21:30:44.738Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
652024-01-02T21:30:44.771ZCloning into '/work/oxidecomputer/maghemite'...
662024-01-02T21:30:45.677Z+ cd /work/oxidecomputer/maghemite
672024-01-02T21:30:45.680Z+ [[ -n mgd-macos ]]
682024-01-02T21:30:45.680Z+ git fetch origin mgd-macos
692024-01-02T21:30:46.021ZFrom https://github.com/oxidecomputer/maghemite
702024-01-02T21:30:46.021Z * branch mgd-macos -> FETCH_HEAD
712024-01-02T21:30:46.031Z+ git checkout -B mgd-macos remotes/origin/mgd-macos
722024-01-02T21:30:46.042ZSwitched to a new branch 'mgd-macos'
732024-01-02T21:30:46.045Zbranch 'mgd-macos' set up to track 'origin/mgd-macos'.
742024-01-02T21:30:46.045Z+ git reset --hard a5e90f339a9829896ab38cc265a4117f10282a35
752024-01-02T21:30:46.056ZHEAD is now at a5e90f3 try building mgd on macOS in a github action
762024-01-02T21:30:46.059Zprocess exited: duration 1328 ms, exit code 0
 
772024-01-02T21:30:46.065Zstarting task 4: "build"
782024-01-02T21:30:46.098Z+ cargo --version
792024-01-02T21:30:46.101Zinfo: syncing channel updates for '1.75.0-x86_64-unknown-illumos'
802024-01-02T21:30:46.299Zinfo: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
812024-01-02T21:30:46.311Zinfo: downloading component 'cargo'
822024-01-02T21:30:47.210Zinfo: downloading component 'clippy'
832024-01-02T21:30:47.504Zinfo: downloading component 'rust-docs'
842024-01-02T21:30:48.708Zinfo: downloading component 'rust-std'
852024-01-02T21:30:50.513Zinfo: downloading component 'rustc'
862024-01-02T21:30:55.474Zinfo: downloading component 'rustfmt'
872024-01-02T21:30:55.756Zinfo: installing component 'cargo'
882024-01-02T21:30:58.043Zinfo: installing component 'clippy'
892024-01-02T21:30:58.564Zinfo: installing component 'rust-docs'
902024-01-02T21:31:01.274Zinfo: installing component 'rust-std'
912024-01-02T21:31:03.700Zinfo: installing component 'rustc'
922024-01-02T21:31:09.724Zinfo: installing component 'rustfmt'
932024-01-02T21:31:10.260Zcargo 1.75.0 (1d8b05cdd 2023-11-20)
942024-01-02T21:31:10.263Z+ rustc --version
952024-01-02T21:31:10.383Zrustc 1.75.0 (82e1608df 2023-12-21)
962024-01-02T21:31:10.391Z+ banner check
972024-01-02T21:31:10.453Z
982024-01-02T21:31:10.453Z #### # # ###### #### # #
992024-01-02T21:31:10.453Z # # # # # # # # #
1002024-01-02T21:31:10.453Z # ###### ##### # ####
1012024-01-02T21:31:10.453Z # # # # # # #
1022024-01-02T21:31:10.453Z # # # # # # # # #
1032024-01-02T21:31:10.453Z #### # # ###### #### # #
1042024-01-02T21:31:10.453Z
1052024-01-02T21:31:10.456Z+ cargo fmt -- --check
1062024-01-02T21:31:11.069Z+ cargo clippy --all-targets -- --deny warnings
1072024-01-02T21:31:11.459Z Updating crates.io index
1082024-01-02T21:31:11.537Z Updating git repository `https://github.com/oxidecomputer/falcon`
1092024-01-02T21:31:12.510ZFrom https://github.com/oxidecomputer/falcon
1102024-01-02T21:31:12.513Z * [new branch] main -> origin/main
1112024-01-02T21:31:12.514Z * [new ref] -> origin/HEAD
1122024-01-02T21:31:12.680Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1132024-01-02T21:31:14.185ZFrom https://github.com/oxidecomputer/dendrite
1142024-01-02T21:31:14.185Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
1152024-01-02T21:31:14.188Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
1162024-01-02T21:31:14.189Z * [new branch] compliance -> origin/compliance
1172024-01-02T21:31:14.189Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
1182024-01-02T21:31:14.189Z * [new branch] drop_counters -> origin/drop_counters
1192024-01-02T21:31:14.189Z * [new branch] helios2 -> origin/helios2
1202024-01-02T21:31:14.189Z * [new branch] history -> origin/history
1212024-01-02T21:31:14.189Z * [new branch] main -> origin/main
1222024-01-02T21:31:14.189Z * [new branch] map-all-the-things -> origin/map-all-the-things
1232024-01-02T21:31:14.189Z * [new branch] nat_rpw -> origin/nat_rpw
1242024-01-02T21:31:14.189Z * [new branch] port-id -> origin/port-id
1252024-01-02T21:31:14.189Z * [new branch] reflection-tests -> origin/reflection-tests
1262024-01-02T21:31:14.189Z * [new branch] rust-toolchain -> origin/rust-toolchain
1272024-01-02T21:31:14.189Z * [new branch] small_pages -> origin/small_pages
1282024-01-02T21:31:14.189Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
1292024-01-02T21:31:14.189Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
1302024-01-02T21:31:14.189Z * [new branch] updates -> origin/updates
1312024-01-02T21:31:14.189Z * [new ref] -> origin/HEAD
1322024-01-02T21:31:14.258Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1332024-01-02T21:31:15.168ZFrom https://github.com/oxidecomputer/dropshot
1342024-01-02T21:31:15.168Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
1352024-01-02T21:31:15.173Z * [new branch] async -> origin/async
1362024-01-02T21:31:15.174Z * [new branch] build-o-mat -> origin/build-o-mat
1372024-01-02T21:31:15.174Z * [new branch] camel -> origin/camel
1382024-01-02T21:31:15.174Z * [new branch] carets -> origin/carets
1392024-01-02T21:31:15.174Z * [new branch] ci-version -> origin/ci-version
1402024-01-02T21:31:15.174Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
1412024-01-02T21:31:15.175Z * [new branch] clippy -> origin/clippy
1422024-01-02T21:31:15.175Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
1432024-01-02T21:31:15.175Z * [new branch] clone -> origin/clone
1442024-01-02T21:31:15.175Z * [new branch] dependabot/cargo/async-trait-0.1.76 -> origin/dependabot/cargo/async-trait-0.1.76
1452024-01-02T21:31:15.175Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
1462024-01-02T21:31:15.175Z * [new branch] dependabot/cargo/hyper-1.1.0 -> origin/dependabot/cargo/hyper-1.1.0
1472024-01-02T21:31:15.175Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
1482024-01-02T21:31:15.175Z * [new branch] dependabot/cargo/proc-macro2-1.0.73 -> origin/dependabot/cargo/proc-macro2-1.0.73
1492024-01-02T21:31:15.175Z * [new branch] dependabot/cargo/quote-1.0.34 -> origin/dependabot/cargo/quote-1.0.34
1502024-01-02T21:31:15.176Z * [new branch] dependabot/cargo/serde_json-1.0.109 -> origin/dependabot/cargo/serde_json-1.0.109
1512024-01-02T21:31:15.176Z * [new branch] dependabot/cargo/syn-2.0.44 -> origin/dependabot/cargo/syn-2.0.44
1522024-01-02T21:31:15.176Z * [new branch] dependabot/cargo/tempfile-3.9.0 -> origin/dependabot/cargo/tempfile-3.9.0
1532024-01-02T21:31:15.176Z * [new branch] dependabot/cargo/usdt-0.4.1 -> origin/dependabot/cargo/usdt-0.4.1
1542024-01-02T21:31:15.176Z * [new branch] doc -> origin/doc
1552024-01-02T21:31:15.176Z * [new branch] err -> origin/err
1562024-01-02T21:31:15.177Z * [new branch] example-resumable-download -> origin/example-resumable-download
1572024-01-02T21:31:15.177Z * [new branch] expectorate -> origin/expectorate
1582024-01-02T21:31:15.177Z * [new branch] extracted -> origin/extracted
1592024-01-02T21:31:15.177Z * [new branch] fix_tests -> origin/fix_tests
1602024-01-02T21:31:15.177Z * [new branch] fmt2 -> origin/fmt2
1612024-01-02T21:31:15.184Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
1622024-01-02T21:31:15.184Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
1632024-01-02T21:31:15.184Z * [new branch] main -> origin/main
1642024-01-02T21:31:15.184Z * [new branch] maintainer-docs -> origin/maintainer-docs
1652024-01-02T21:31:15.185Z * [new branch] multiverse -> origin/multiverse
1662024-01-02T21:31:15.185Z * [new branch] openapi -> origin/openapi
1672024-01-02T21:31:15.185Z * [new branch] openapi2 -> origin/openapi2
1682024-01-02T21:31:15.185Z * [new branch] port-fix-better -> origin/port-fix-better
1692024-01-02T21:31:15.185Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
1702024-01-02T21:31:15.185Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
1712024-01-02T21:31:15.185Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
1722024-01-02T21:31:15.186Z * [new branch] rustls-0.22 -> origin/rustls-0.22
1732024-01-02T21:31:15.186Z * [new branch] server-log -> origin/server-log
1742024-01-02T21:31:15.186Z * [new branch] simple-headers -> origin/simple-headers
1752024-01-02T21:31:15.186Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
1762024-01-02T21:31:15.186Z * [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
1772024-01-02T21:31:15.187Z * [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
1782024-01-02T21:31:15.187Z * [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
1792024-01-02T21:31:15.187Z * [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
1802024-01-02T21:31:15.187Z * [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
1812024-01-02T21:31:15.187Z * [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
1822024-01-02T21:31:15.187Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
1832024-01-02T21:31:15.187Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
1842024-01-02T21:31:15.188Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
1852024-01-02T21:31:15.188Z * [new branch] websockets -> origin/websockets
1862024-01-02T21:31:15.188Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
1872024-01-02T21:31:15.188Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
1882024-01-02T21:31:15.188Z * [new ref] -> origin/HEAD
1892024-01-02T21:31:15.188Z * [new tag] v0.3.0 -> v0.3.0
1902024-01-02T21:31:15.188Z * [new tag] v0.4.0 -> v0.4.0
1912024-01-02T21:31:15.188Z * [new tag] v0.5.0 -> v0.5.0
1922024-01-02T21:31:15.188Z * [new tag] v0.5.1 -> v0.5.1
1932024-01-02T21:31:15.189Z * [new tag] v0.6.0 -> v0.6.0
1942024-01-02T21:31:15.189Z * [new tag] v0.7.0 -> v0.7.0
1952024-01-02T21:31:15.189Z * [new tag] v0.8.0 -> v0.8.0
1962024-01-02T21:31:15.189Z * [new tag] v0.9.0 -> v0.9.0
1972024-01-02T21:31:15.234Z Updating git repository `https://github.com/oxidecomputer/ispf`
1982024-01-02T21:31:15.769ZFrom https://github.com/oxidecomputer/ispf
1992024-01-02T21:31:15.769Z * [new branch] main -> origin/main
2002024-01-02T21:31:15.772Z * [new ref] -> origin/HEAD
2012024-01-02T21:31:15.782Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2022024-01-02T21:31:16.497ZFrom https://github.com/oxidecomputer/netadm-sys
2032024-01-02T21:31:16.497Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
2042024-01-02T21:31:16.500Z * [new branch] gh-pages -> origin/gh-pages
2052024-01-02T21:31:16.500Z * [new branch] main -> origin/main
2062024-01-02T21:31:16.500Z * [new branch] siocgnds -> origin/siocgnds
2072024-01-02T21:31:16.500Z * [new ref] -> origin/HEAD
2082024-01-02T21:31:16.643Z Updating git repository `https://github.com/oxidecomputer/zone`
2092024-01-02T21:31:17.192ZFrom https://github.com/oxidecomputer/zone
2102024-01-02T21:31:17.192Z * [new branch] main -> origin/main
2112024-01-02T21:31:17.197Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
2122024-01-02T21:31:17.197Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
2132024-01-02T21:31:17.197Z * [new ref] -> origin/HEAD
2142024-01-02T21:31:17.248Z Updating git repository `https://github.com/oxidecomputer/propolis`
2152024-01-02T21:31:18.191ZFrom https://github.com/oxidecomputer/propolis
2162024-01-02T21:31:18.191Z * [new branch] ata -> origin/ata
2172024-01-02T21:31:18.194Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
2182024-01-02T21:31:18.194Z * [new branch] master -> origin/master
2192024-01-02T21:31:18.194Z * [new ref] -> origin/HEAD
2202024-01-02T21:31:18.306Z Updating git repository `https://github.com/oxidecomputer/omicron`
2212024-01-02T21:31:25.251ZFrom https://github.com/oxidecomputer/omicron
2222024-01-02T21:31:25.251Z * [new branch] 267 -> origin/267
2232024-01-02T21:31:25.257Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
2242024-01-02T21:31:25.257Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
2252024-01-02T21:31:25.257Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
2262024-01-02T21:31:25.257Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
2272024-01-02T21:31:25.257Z * [new branch] add-global-api -> origin/add-global-api
2282024-01-02T21:31:25.258Z * [new branch] add-resource-limits_deploy-test-update -> origin/add-resource-limits_deploy-test-update
2292024-01-02T21:31:25.258Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
2302024-01-02T21:31:25.258Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
2312024-01-02T21:31:25.258Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
2322024-01-02T21:31:25.258Z * [new branch] andy/clickhousev23.8 -> origin/andy/clickhousev23.8
2332024-01-02T21:31:25.258Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
2342024-01-02T21:31:25.258Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
2352024-01-02T21:31:25.258Z * [new branch] archived/disks -> origin/archived/disks
2362024-01-02T21:31:25.258Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
2372024-01-02T21:31:25.262Z * [new branch] archived/extractors -> origin/archived/extractors
2382024-01-02T21:31:25.262Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
2392024-01-02T21:31:25.262Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
2402024-01-02T21:31:25.262Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
2412024-01-02T21:31:25.262Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
2422024-01-02T21:31:25.262Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
2432024-01-02T21:31:25.262Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
2442024-01-02T21:31:25.262Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
2452024-01-02T21:31:25.262Z * [new branch] archived/instance-work -> origin/archived/instance-work
2462024-01-02T21:31:25.262Z * [new branch] archived/logging -> origin/archived/logging
2472024-01-02T21:31:25.262Z * [new branch] archived/logging-move -> origin/archived/logging-move
2482024-01-02T21:31:25.263Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
2492024-01-02T21:31:25.263Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
2502024-01-02T21:31:25.263Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
2512024-01-02T21:31:25.263Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
2522024-01-02T21:31:25.263Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
2532024-01-02T21:31:25.263Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
2542024-01-02T21:31:25.263Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
2552024-01-02T21:31:25.263Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
2562024-01-02T21:31:25.263Z * [new branch] authz-role-test -> origin/authz-role-test
2572024-01-02T21:31:25.263Z * [new branch] bigger-disks -> origin/bigger-disks
2582024-01-02T21:31:25.263Z * [new branch] bootstore-2 -> origin/bootstore-2
2592024-01-02T21:31:25.263Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
2602024-01-02T21:31:25.263Z * [new branch] bootstore-integration -> origin/bootstore-integration
2612024-01-02T21:31:25.263Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
2622024-01-02T21:31:25.263Z * [new branch] boundary-tunnel-routing -> origin/boundary-tunnel-routing
2632024-01-02T21:31:25.263Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
2642024-01-02T21:31:25.263Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
2652024-01-02T21:31:25.263Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
2662024-01-02T21:31:25.263Z * [new branch] clippy -> origin/clippy
2672024-01-02T21:31:25.263Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
2682024-01-02T21:31:25.263Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
2692024-01-02T21:31:25.263Z * [new branch] commprobe -> origin/commprobe
2702024-01-02T21:31:25.263Z * [new branch] conform-m2 -> origin/conform-m2
2712024-01-02T21:31:25.267Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
2722024-01-02T21:31:25.267Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
2732024-01-02T21:31:25.267Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
2742024-01-02T21:31:25.267Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
2752024-01-02T21:31:25.267Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
2762024-01-02T21:31:25.267Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
2772024-01-02T21:31:25.267Z * [new branch] dap/dns-work -> origin/dap/dns-work
2782024-01-02T21:31:25.267Z * [new branch] dap/dnsping -> origin/dap/dnsping
2792024-01-02T21:31:25.267Z * [new branch] dap/inventory-zones -> origin/dap/inventory-zones
2802024-01-02T21:31:25.267Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
2812024-01-02T21:31:25.267Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
2822024-01-02T21:31:25.267Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
2832024-01-02T21:31:25.268Z * [new branch] dap/update-control -> origin/dap/update-control
2842024-01-02T21:31:25.268Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
2852024-01-02T21:31:25.268Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
2862024-01-02T21:31:25.268Z * [new branch] debug-disk-space -> origin/debug-disk-space
2872024-01-02T21:31:25.268Z * [new branch] demo -> origin/demo
2882024-01-02T21:31:25.268Z * [new branch] demo_m2 -> origin/demo_m2
2892024-01-02T21:31:25.268Z * [new branch] dendrite-integration -> origin/dendrite-integration
2902024-01-02T21:31:25.268Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
2912024-01-02T21:31:25.268Z * [new branch] dependabot/cargo/unsafe-libyaml-0.2.10 -> origin/dependabot/cargo/unsafe-libyaml-0.2.10
2922024-01-02T21:31:25.268Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
2932024-01-02T21:31:25.268Z * [new branch] disk-disable -> origin/disk-disable
2942024-01-02T21:31:25.268Z * [new branch] dns-dataset -> origin/dns-dataset
2952024-01-02T21:31:25.268Z * [new branch] document-external-internal -> origin/document-external-internal
2962024-01-02T21:31:25.268Z * [new branch] dropshot-local -> origin/dropshot-local
2972024-01-02T21:31:25.268Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
2982024-01-02T21:31:25.268Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
2992024-01-02T21:31:25.274Z * [new branch] executor-fake -> origin/executor-fake
3002024-01-02T21:31:25.274Z * [new branch] felixmcfelix/floating-ip-live -> origin/felixmcfelix/floating-ip-live
3012024-01-02T21:31:25.274Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
3022024-01-02T21:31:25.274Z * [new branch] firewall-vpc -> origin/firewall-vpc
3032024-01-02T21:31:25.274Z * [new branch] folgers -> origin/folgers
3042024-01-02T21:31:25.274Z * [new branch] fromstr -> origin/fromstr
3052024-01-02T21:31:25.274Z * [new branch] gateway -> origin/gateway
3062024-01-02T21:31:25.274Z * [new branch] gjcolombo/omdb-ignore-deleted -> origin/gjcolombo/omdb-ignore-deleted
3072024-01-02T21:31:25.274Z * [new branch] host-fake -> origin/host-fake
3082024-01-02T21:31:25.274Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
3092024-01-02T21:31:25.274Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
3102024-01-02T21:31:25.274Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
3112024-01-02T21:31:25.274Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
3122024-01-02T21:31:25.274Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
3132024-01-02T21:31:25.274Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
3142024-01-02T21:31:25.274Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
3152024-01-02T21:31:25.275Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
3162024-01-02T21:31:25.275Z * [new branch] iliana/split-package -> origin/iliana/split-package
3172024-01-02T21:31:25.275Z * [new branch] iliana/try -> origin/iliana/try
3182024-01-02T21:31:25.275Z * [new branch] iliana/wtf -> origin/iliana/wtf
3192024-01-02T21:31:25.275Z * [new branch] illumos-ci -> origin/illumos-ci
3202024-01-02T21:31:25.275Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
3212024-01-02T21:31:25.275Z * [new branch] ip-pools-rework -> origin/ip-pools-rework
3222024-01-02T21:31:25.275Z * [new branch] ipv6-testing -> origin/ipv6-testing
3232024-01-02T21:31:25.275Z * [new branch] issue-213-static -> origin/issue-213-static
3242024-01-02T21:31:25.278Z * [new branch] issue-3432 -> origin/issue-3432
3252024-01-02T21:31:25.278Z * [new branch] jclulow -> origin/jclulow
3262024-01-02T21:31:25.278Z * [new branch] john/deployment-config-schema -> origin/john/deployment-config-schema
3272024-01-02T21:31:25.278Z * [new branch] keeplogs -> origin/keeplogs
3282024-01-02T21:31:25.279Z * [new branch] less-dns-panic -> origin/less-dns-panic
3292024-01-02T21:31:25.279Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
3302024-01-02T21:31:25.279Z * [new branch] limits-in-schema -> origin/limits-in-schema
3312024-01-02T21:31:25.279Z * [new branch] lookup-authorized -> origin/lookup-authorized
3322024-01-02T21:31:25.279Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
3332024-01-02T21:31:25.279Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
3342024-01-02T21:31:25.279Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
3352024-01-02T21:31:25.279Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
3362024-01-02T21:31:25.279Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
3372024-01-02T21:31:25.279Z * [new branch] lrtq-networking -> origin/lrtq-networking
3382024-01-02T21:31:25.279Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
3392024-01-02T21:31:25.279Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
3402024-01-02T21:31:25.279Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
3412024-01-02T21:31:25.279Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
3422024-01-02T21:31:25.279Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
3432024-01-02T21:31:25.279Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
3442024-01-02T21:31:25.279Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
3452024-01-02T21:31:25.279Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
3462024-01-02T21:31:25.279Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
3472024-01-02T21:31:25.279Z * [new branch] maghemite-integration -> origin/maghemite-integration
3482024-01-02T21:31:25.279Z * [new branch] main -> origin/main
3492024-01-02T21:31:25.279Z * [new branch] metrics-experiments -> origin/metrics-experiments
3502024-01-02T21:31:25.279Z * [new branch] mike/ipcc -> origin/mike/ipcc
3512024-01-02T21:31:25.280Z * [new branch] mupdate-demo -> origin/mupdate-demo
3522024-01-02T21:31:25.280Z * [new branch] net-reorg -> origin/net-reorg
3532024-01-02T21:31:25.280Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
3542024-01-02T21:31:25.280Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
3552024-01-02T21:31:25.283Z * [new branch] new-toolchain -> origin/new-toolchain
3562024-01-02T21:31:25.283Z * [new branch] newfolgers -> origin/newfolgers
3572024-01-02T21:31:25.283Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
3582024-01-02T21:31:25.283Z * [new branch] nexus-service-provisioning -> origin/nexus-service-provisioning
3592024-01-02T21:31:25.283Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
3602024-01-02T21:31:25.283Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
3612024-01-02T21:31:25.283Z * [new branch] omdb-sensors -> origin/omdb-sensors
3622024-01-02T21:31:25.283Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
3632024-01-02T21:31:25.283Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
3642024-01-02T21:31:25.283Z * [new branch] optimize-oids -> origin/optimize-oids
3652024-01-02T21:31:25.283Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
3662024-01-02T21:31:25.284Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
3672024-01-02T21:31:25.284Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
3682024-01-02T21:31:25.284Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
3692024-01-02T21:31:25.284Z * [new branch] prove-le-bug -> origin/prove-le-bug
3702024-01-02T21:31:25.284Z * [new branch] pumpkin -> origin/pumpkin
3712024-01-02T21:31:25.284Z * [new branch] redirect-url-state -> origin/redirect-url-state
3722024-01-02T21:31:25.284Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
3732024-01-02T21:31:25.284Z * [new branch] renovate/argon2alt-2.x -> origin/renovate/argon2alt-2.x
3742024-01-02T21:31:25.285Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
3752024-01-02T21:31:25.285Z * [new branch] renovate/hkdf-0.x -> origin/renovate/hkdf-0.x
3762024-01-02T21:31:25.285Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
3772024-01-02T21:31:25.285Z * [new branch] renovate/ratatui-0.x -> origin/renovate/ratatui-0.x
3782024-01-02T21:31:25.285Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
3792024-01-02T21:31:25.285Z * [new branch] renovate/sqlformat-0.x -> origin/renovate/sqlformat-0.x
3802024-01-02T21:31:25.289Z * [new branch] renovate/tokio-tungstenite-0.x -> origin/renovate/tokio-tungstenite-0.x
3812024-01-02T21:31:25.289Z * [new branch] renovate/trust-dns-monorepo -> origin/renovate/trust-dns-monorepo
3822024-01-02T21:31:25.289Z * [new branch] renovate/tui-tree-widget-0.x -> origin/renovate/tui-tree-widget-0.x
3832024-01-02T21:31:25.289Z * [new branch] reservoir -> origin/reservoir
3842024-01-02T21:31:25.289Z * [new branch] resilient-nexus -> origin/resilient-nexus
3852024-01-02T21:31:25.291Z * [new branch] resource-identifier -> origin/resource-identifier
3862024-01-02T21:31:25.291Z * [new branch] retry-txn -> origin/retry-txn
3872024-01-02T21:31:25.291Z * [new branch] rev-opte -> origin/rev-opte
3882024-01-02T21:31:25.291Z * [new branch] revert-936 -> origin/revert-936
3892024-01-02T21:31:25.291Z * [new branch] rfd-322-images -> origin/rfd-322-images
3902024-01-02T21:31:25.291Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
3912024-01-02T21:31:25.291Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
3922024-01-02T21:31:25.291Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
3932024-01-02T21:31:25.291Z * [new branch] rss-testing -> origin/rss-testing
3942024-01-02T21:31:25.291Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
3952024-01-02T21:31:25.291Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
3962024-01-02T21:31:25.291Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
3972024-01-02T21:31:25.291Z * [new branch] session-token-type -> origin/session-token-type
3982024-01-02T21:31:25.291Z * [new branch] shatter-authn -> origin/shatter-authn
3992024-01-02T21:31:25.291Z * [new branch] silo-create -> origin/silo-create
4002024-01-02T21:31:25.291Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
4012024-01-02T21:31:25.291Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
4022024-01-02T21:31:25.291Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
4032024-01-02T21:31:25.291Z * [new branch] simple-cache -> origin/simple-cache
4042024-01-02T21:31:25.291Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
4052024-01-02T21:31:25.291Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
4062024-01-02T21:31:25.292Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
4072024-01-02T21:31:25.292Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
4082024-01-02T21:31:25.292Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
4092024-01-02T21:31:25.292Z * [new branch] sled-location -> origin/sled-location
4102024-01-02T21:31:25.295Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
4112024-01-02T21:31:25.295Z * [new branch] special-delivery -> origin/special-delivery
4122024-01-02T21:31:25.295Z * [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
4132024-01-02T21:31:25.295Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
4142024-01-02T21:31:25.295Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
4152024-01-02T21:31:25.296Z * [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
4162024-01-02T21:31:25.296Z * [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
4172024-01-02T21:31:25.296Z * [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
4182024-01-02T21:31:25.296Z * [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
4192024-01-02T21:31:25.296Z * [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
4202024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/main.wicket-add-rack-update-clear -> origin/sunshowers/spr/main.wicket-add-rack-update-clear
4212024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
4222024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/main.wicket-command-line-interface-to-mupdate -> origin/sunshowers/spr/main.wicket-command-line-interface-to-mupdate
4232024-01-02T21:31:25.296Z * [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
4242024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/main.wicket-require-that-update-state-be-cleared -> origin/sunshowers/spr/main.wicket-require-that-update-state-be-cleared
4252024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
4262024-01-02T21:31:25.296Z * [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
4272024-01-02T21:31:25.296Z * [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
4282024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
4292024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
4302024-01-02T21:31:25.296Z * [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
4312024-01-02T21:31:25.296Z * [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
4322024-01-02T21:31:25.296Z * [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
4332024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos -> origin/sunshowers/spr/wip-nexus-add-support-for-ingesting-tuf-repos
4342024-01-02T21:31:25.296Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
4352024-01-02T21:31:25.296Z * [new branch] swap -> origin/swap
4362024-01-02T21:31:25.296Z * [new branch] switch-port-unification -> origin/switch-port-unification
4372024-01-02T21:31:25.297Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
4382024-01-02T21:31:25.297Z * [new branch] thing-flinger -> origin/thing-flinger
4392024-01-02T21:31:25.300Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
4402024-01-02T21:31:25.300Z * [new branch] u2-encryption -> origin/u2-encryption
4412024-01-02T21:31:25.300Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
4422024-01-02T21:31:25.300Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
4432024-01-02T21:31:25.300Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
4442024-01-02T21:31:25.300Z * [new branch] unify-ip-range -> origin/unify-ip-range
4452024-01-02T21:31:25.300Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
4462024-01-02T21:31:25.300Z * [new branch] unused-deps -> origin/unused-deps
4472024-01-02T21:31:25.300Z * [new branch] update-planning -> origin/update-planning
4482024-01-02T21:31:25.300Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
4492024-01-02T21:31:25.300Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
4502024-01-02T21:31:25.300Z * [new branch] use-incremental-build -> origin/use-incremental-build
4512024-01-02T21:31:25.300Z * [new branch] v1-cleanup -> origin/v1-cleanup
4522024-01-02T21:31:25.300Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
4532024-01-02T21:31:25.300Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
4542024-01-02T21:31:25.300Z * [new branch] wicket -> origin/wicket
4552024-01-02T21:31:25.300Z * [new branch] wicket-dbg -> origin/wicket-dbg
4562024-01-02T21:31:25.300Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
4572024-01-02T21:31:25.301Z * [new branch] wicket-menu -> origin/wicket-menu
4582024-01-02T21:31:25.301Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
4592024-01-02T21:31:25.301Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
4602024-01-02T21:31:25.301Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
4612024-01-02T21:31:25.301Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
4622024-01-02T21:31:25.301Z * [new branch] wicket-update-status -> origin/wicket-update-status
4632024-01-02T21:31:25.301Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
4642024-01-02T21:31:25.304Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
4652024-01-02T21:31:25.304Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
4662024-01-02T21:31:25.304Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
4672024-01-02T21:31:25.304Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
4682024-01-02T21:31:25.304Z * [new ref] -> origin/HEAD
4692024-01-02T21:31:25.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4702024-01-02T21:31:26.387ZFrom https://github.com/oxidecomputer/dlpi-sys
4712024-01-02T21:31:26.387Z * [new branch] gh-pages -> origin/gh-pages
4722024-01-02T21:31:26.390Z * [new branch] main -> origin/main
4732024-01-02T21:31:26.390Z * [new ref] -> origin/HEAD
4742024-01-02T21:31:26.529Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4752024-01-02T21:31:27.031ZFrom https://github.com/jmesmon/rust-libzfs
4762024-01-02T21:31:27.031Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
4772024-01-02T21:31:27.035Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
4782024-01-02T21:31:27.036Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
4792024-01-02T21:31:27.036Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
4802024-01-02T21:31:27.036Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
4812024-01-02T21:31:27.036Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
4822024-01-02T21:31:27.036Z * [new branch] dev -> origin/dev
4832024-01-02T21:31:27.036Z * [new branch] drr -> origin/drr
4842024-01-02T21:31:27.036Z * [new branch] f-types -> origin/f-types
4852024-01-02T21:31:27.036Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
4862024-01-02T21:31:27.036Z * [new branch] master -> origin/master
4872024-01-02T21:31:27.036Z * [new branch] staging -> origin/staging
4882024-01-02T21:31:27.036Z * [new ref] -> origin/HEAD
4892024-01-02T21:31:27.036Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
4902024-01-02T21:31:27.036Z * [new tag] v0.4.0 -> v0.4.0
4912024-01-02T21:31:27.036Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
4922024-01-02T21:31:27.036Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
4932024-01-02T21:31:27.051Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4942024-01-02T21:31:27.651ZFrom https://github.com/oxidecomputer/rusty-doors
4952024-01-02T21:31:27.651Z * [new branch] gh-pages -> origin/gh-pages
4962024-01-02T21:31:27.654Z * [new branch] main -> origin/main
4972024-01-02T21:31:27.654Z * [new branch] no-bindgen -> origin/no-bindgen
4982024-01-02T21:31:27.654Z * [new ref] -> origin/HEAD
4992024-01-02T21:31:27.730Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
5002024-01-02T21:31:27.974Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
5012024-01-02T21:31:28.478ZFrom http://github.com/oxidecomputer/serde_human_bytes
5022024-01-02T21:31:28.479Z * [new branch] gh-pages -> origin/gh-pages
5032024-01-02T21:31:28.482Z * [new branch] main -> origin/main
5042024-01-02T21:31:28.482Z * [new branch] renovate/configure -> origin/renovate/configure
5052024-01-02T21:31:28.482Z * [new ref] -> origin/HEAD
5062024-01-02T21:31:28.684Z Updating git repository `https://github.com/oxidecomputer/rfb`
5072024-01-02T21:31:29.261ZFrom https://github.com/oxidecomputer/rfb
5082024-01-02T21:31:29.262Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
5092024-01-02T21:31:29.274Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
5102024-01-02T21:31:29.274Z * [new branch] main -> origin/main
5112024-01-02T21:31:29.274Z * [new ref] -> origin/HEAD
5122024-01-02T21:31:30.320Z Downloading crates ...
5132024-01-02T21:31:30.514Z Downloaded slog-stdlog v4.1.1
5142024-01-02T21:31:30.520Z Downloaded async-stream-impl v0.3.5
5152024-01-02T21:31:30.527Z Downloaded strum v0.25.0
5162024-01-02T21:31:30.527Z Downloaded clap_lex v0.6.0
5172024-01-02T21:31:30.527Z Downloaded block-buffer v0.10.4
5182024-01-02T21:31:30.543Z Downloaded byteorder v1.5.0
5192024-01-02T21:31:30.558Z Downloaded bitflags v2.4.1
5202024-01-02T21:31:30.569Z Downloaded cpufeatures v0.2.11
5212024-01-02T21:31:30.569Z Downloaded serde_urlencoded v0.7.1
5222024-01-02T21:31:30.569Z Downloaded camino v1.1.6
5232024-01-02T21:31:30.569Z Downloaded debug-ignore v1.0.5
5242024-01-02T21:31:31.020Z Downloaded darling_macro v0.20.3
5252024-01-02T21:31:31.020Z Downloaded foreign-types-shared v0.1.1
5262024-01-02T21:31:31.021Z Downloaded form_urlencoded v1.2.1
5272024-01-02T21:31:31.021Z Downloaded clap_derive v4.4.7
5282024-01-02T21:31:31.021Z Downloaded dtrace-parser v0.1.14
5292024-01-02T21:31:31.021Z Downloaded parking_lot_core v0.9.9
5302024-01-02T21:31:31.021Z Downloaded mio v0.8.10
5312024-01-02T21:31:31.022Z Downloaded foreign-types v0.3.2
5322024-01-02T21:31:31.022Z Downloaded foreign-types-macros v0.2.3
5332024-01-02T21:31:31.022Z Downloaded serde_spanned v0.6.5
5342024-01-02T21:31:31.022Z Downloaded futures-sink v0.3.30
5352024-01-02T21:31:31.022Z Downloaded chrono v0.4.31
5362024-01-02T21:31:31.022Z Downloaded yansi v0.5.1
5372024-01-02T21:31:31.022Z Downloaded httparse v1.8.0
5382024-01-02T21:31:31.022Z Downloaded time-core v0.1.2
5392024-01-02T21:31:31.022Z Downloaded sha1 v0.10.6
5402024-01-02T21:31:31.022Z Downloaded tinyvec v1.6.0
5412024-01-02T21:31:31.023Z Downloaded usdt-attr-macro v0.3.5
5422024-01-02T21:31:31.023Z Downloaded unicode-width v0.1.11
5432024-01-02T21:31:31.023Z Downloaded thread_local v1.1.7
5442024-01-02T21:31:31.023Z Downloaded openssl-probe v0.1.5
5452024-01-02T21:31:31.023Z Downloaded crc8 v0.1.1
5462024-01-02T21:31:31.023Z Downloaded tinyvec_macros v0.1.1
5472024-01-02T21:31:31.023Z Downloaded anstream v0.6.5
5482024-01-02T21:31:31.023Z Downloaded scopeguard v1.2.0
5492024-01-02T21:31:31.023Z Downloaded instant v0.1.12
5502024-01-02T21:31:31.023Z Downloaded untrusted v0.9.0
5512024-01-02T21:31:31.023Z Downloaded subtle v2.5.0
5522024-01-02T21:31:31.023Z Downloaded rustls-pemfile v2.0.0
5532024-01-02T21:31:31.024Z Downloaded match_cfg v0.1.0
5542024-01-02T21:31:31.024Z Downloaded tower-service v0.3.2
5552024-01-02T21:31:31.024Z Downloaded rand_core v0.6.4
5562024-01-02T21:31:31.024Z Downloaded waitgroup v0.1.2
5572024-01-02T21:31:31.024Z Downloaded typify-macro v0.0.14
5582024-01-02T21:31:31.025Z Downloaded paste v1.0.14
5592024-01-02T21:31:31.025Z Downloaded version_check v0.9.4
5602024-01-02T21:31:31.025Z Downloaded lazy_static v1.4.0
5612024-01-02T21:31:31.025Z Downloaded serde_repr v0.1.17
5622024-01-02T21:31:31.025Z Downloaded pretty-hex v0.4.1
5632024-01-02T21:31:31.025Z Downloaded zerocopy v0.3.2
5642024-01-02T21:31:31.025Z Downloaded pretty-hex v0.2.1
5652024-01-02T21:31:31.026Z Downloaded proc-macro-error-attr v1.0.4
5662024-01-02T21:31:31.026Z Downloaded openssl-macros v0.1.1
5672024-01-02T21:31:31.026Z Downloaded omicron-workspace-hack v0.1.0
5682024-01-02T21:31:31.026Z Downloaded usdt-impl v0.3.5
5692024-01-02T21:31:31.026Z Downloaded sct v0.7.1
5702024-01-02T21:31:31.026Z Downloaded strum_macros v0.25.3
5712024-01-02T21:31:31.026Z Downloaded hostname v0.3.1
5722024-01-02T21:31:31.026Z Downloaded toml v0.8.8
5732024-01-02T21:31:31.026Z Downloaded pkg-config v0.3.28
5742024-01-02T21:31:31.026Z Downloaded cc v1.0.83
5752024-01-02T21:31:31.026Z Downloaded num_enum v0.5.11
5762024-01-02T21:31:31.027Z Downloaded pin-utils v0.1.0
5772024-01-02T21:31:31.027Z Downloaded num-rational v0.4.1
5782024-01-02T21:31:31.027Z Downloaded pest_generator v2.7.5
5792024-01-02T21:31:31.027Z Downloaded rustls-pki-types v1.1.0
5802024-01-02T21:31:31.027Z Downloaded num_enum_derive v0.7.1
5812024-01-02T21:31:31.027Z Downloaded num_enum v0.7.1
5822024-01-02T21:31:31.027Z Downloaded schemars_derive v0.8.16
5832024-01-02T21:31:31.027Z Downloaded lock_api v0.4.11
5842024-01-02T21:31:31.028Z Downloaded ipnet v2.9.0
5852024-01-02T21:31:31.028Z Downloaded rustversion v1.0.14
5862024-01-02T21:31:31.028Z Downloaded pest_derive v2.7.5
5872024-01-02T21:31:31.028Z Downloaded unicode-bidi v0.3.14
5882024-01-02T21:31:31.028Z Downloaded parking_lot_core v0.8.6
5892024-01-02T21:31:31.028Z Downloaded postgres-protocol v0.6.6
5902024-01-02T21:31:31.028Z Downloaded semver v1.0.20
5912024-01-02T21:31:31.029Z Downloaded socket2 v0.4.10
5922024-01-02T21:31:31.029Z Downloaded num-traits v0.2.17
5932024-01-02T21:31:31.029Z Downloaded md-5 v0.10.6
5942024-01-02T21:31:31.029Z Downloaded parking_lot v0.11.2
5952024-01-02T21:31:31.029Z Downloaded pin-project-lite v0.2.13
5962024-01-02T21:31:31.029Z Downloaded pest_meta v2.7.5
5972024-01-02T21:31:31.029Z Downloaded ryu v1.0.16
5982024-01-02T21:31:31.029Z Downloaded serde_derive v1.0.193
5992024-01-02T21:31:31.029Z Downloaded parking_lot v0.12.1
6002024-01-02T21:31:31.030Z Downloaded openssl-sys v0.9.98
6012024-01-02T21:31:31.030Z Downloaded schemars v0.8.16
6022024-01-02T21:31:31.030Z Downloaded pretty_assertions v1.4.0
6032024-01-02T21:31:31.030Z Downloaded serde v1.0.193
6042024-01-02T21:31:31.030Z Downloaded nom v7.1.3
6052024-01-02T21:31:31.030Z Downloaded memchr v2.7.1
6062024-01-02T21:31:31.030Z Downloaded hashbrown v0.14.3
6072024-01-02T21:31:31.030Z Downloaded itertools v0.12.0
6082024-01-02T21:31:31.031Z Downloaded pest v2.7.5
6092024-01-02T21:31:31.031Z Downloaded serde_json v1.0.109
6102024-01-02T21:31:31.031Z Downloaded libm v0.2.8
6112024-01-02T21:31:31.031Z Downloaded rustls-webpki v0.101.7
6122024-01-02T21:31:31.031Z Downloaded webpki-roots v0.25.3
6132024-01-02T21:31:31.031Z Downloaded syn v1.0.109
6142024-01-02T21:31:31.036Z Downloaded syn v2.0.44
6152024-01-02T21:31:31.036Z Downloaded regress v0.6.0
6162024-01-02T21:31:31.048Z Downloaded regress v0.7.1
6172024-01-02T21:31:31.061Z Downloaded typify-impl v0.0.14
6182024-01-02T21:31:31.079Z Downloaded regex-syntax v0.7.5
6192024-01-02T21:31:31.094Z Downloaded openapiv3 v2.0.0
6202024-01-02T21:31:31.117Z Downloaded sled v0.34.7
6212024-01-02T21:31:31.138Z Downloaded zerocopy-derive v0.2.0
6222024-01-02T21:31:31.156Z Downloaded finl_unicode v1.2.0
6232024-01-02T21:31:31.175Z Downloaded libc v0.2.151
6242024-01-02T21:31:31.223Z Downloaded tokio v1.35.1
6252024-01-02T21:31:31.284Z Downloaded regex-automata v0.4.3
6262024-01-02T21:31:31.315Z Downloaded openapiv3 v1.0.4
6272024-01-02T21:31:31.329Z Downloaded regex-syntax v0.8.2
6282024-01-02T21:31:31.343Z Downloaded encoding_rs v0.8.33
6292024-01-02T21:31:31.382Z Downloaded progenitor-impl v0.4.1
6302024-01-02T21:31:31.404Z Downloaded rustls v0.21.10
6312024-01-02T21:31:31.429Z Downloaded regex v1.10.2
6322024-01-02T21:31:31.444Z Downloaded vcpkg v0.2.15
6332024-01-02T21:31:31.510Z Downloaded idna v0.5.0
6342024-01-02T21:31:31.522Z Downloaded openssl v0.10.62
6352024-01-02T21:31:31.942Z Downloaded reqwest v0.11.23
6362024-01-02T21:31:31.960Z Downloaded aho-corasick v1.1.2
6372024-01-02T21:31:31.960Z Downloaded winnow v0.5.31
6382024-01-02T21:31:31.960Z Downloaded zerocopy v0.7.32
6392024-01-02T21:31:31.960Z Downloaded clap_builder v4.4.12
6402024-01-02T21:31:31.960Z Downloaded h2 v0.3.22
6412024-01-02T21:31:31.960Z Downloaded ring v0.17.7
6422024-01-02T21:31:31.960Z Downloaded time v0.3.31
6432024-01-02T21:31:31.961Z Downloaded serde_with v3.4.0
6442024-01-02T21:31:31.961Z Downloaded http v0.2.11
6452024-01-02T21:31:31.961Z Downloaded rand v0.8.5
6462024-01-02T21:31:31.961Z Downloaded minimal-lexical v0.2.1
6472024-01-02T21:31:31.961Z Downloaded toml_edit v0.21.0
6482024-01-02T21:31:31.961Z Downloaded toml_edit v0.19.15
6492024-01-02T21:31:31.961Z Downloaded tokio-util v0.7.10
6502024-01-02T21:31:31.961Z Downloaded toml_edit v0.20.7
6512024-01-02T21:31:31.962Z Downloaded base64 v0.21.5
6522024-01-02T21:31:31.962Z Downloaded futures-util v0.3.30
6532024-01-02T21:31:31.962Z Downloaded hyper v0.14.28
6542024-01-02T21:31:31.962Z Downloaded unicode-normalization v0.1.22
6552024-01-02T21:31:31.962Z Downloaded tracing v0.1.40
6562024-01-02T21:31:31.962Z Downloaded proc-macro2 v1.0.73
6572024-01-02T21:31:31.962Z Downloaded url v2.5.0
6582024-01-02T21:31:31.962Z Downloaded unsafe-libyaml v0.2.10
6592024-01-02T21:31:32.397Z Downloaded tokio-postgres v0.7.10
6602024-01-02T21:31:32.397Z Downloaded http v1.0.0
6612024-01-02T21:31:32.397Z Downloaded hashbrown v0.12.3
6622024-01-02T21:31:32.430Z Downloaded tracing-core v0.1.32
6632024-01-02T21:31:32.430Z Downloaded darling_core v0.20.3
6642024-01-02T21:31:32.430Z Downloaded uuid v0.8.2
6652024-01-02T21:31:32.430Z Downloaded serde_yaml v0.9.29
6662024-01-02T21:31:32.430Z Downloaded once_cell v1.19.0
6672024-01-02T21:31:32.430Z Downloaded ucd-trie v0.1.6
6682024-01-02T21:31:32.430Z Downloaded uuid v1.6.1
6692024-01-02T21:31:32.431Z Downloaded multer v3.0.0
6702024-01-02T21:31:32.431Z Downloaded mime v0.3.17
6712024-01-02T21:31:32.431Z Downloaded crypto-common v0.1.6
6722024-01-02T21:31:32.431Z Downloaded tokio-rustls v0.24.1
6732024-01-02T21:31:32.431Z Downloaded num_enum_derive v0.5.11
6742024-01-02T21:31:32.431Z Downloaded postgres-types v0.2.6
6752024-01-02T21:31:32.431Z Downloaded num-complex v0.4.4
6762024-01-02T21:31:32.431Z Downloaded smallvec v1.11.2
6772024-01-02T21:31:32.431Z Downloaded indexmap v1.9.3
6782024-01-02T21:31:32.431Z Downloaded crossbeam-channel v0.5.10
6792024-01-02T21:31:32.431Z Downloaded quote v1.0.34
6802024-01-02T21:31:32.431Z Downloaded half v1.8.2
6812024-01-02T21:31:32.431Z Downloaded tracing-attributes v0.1.27
6822024-01-02T21:31:32.431Z Downloaded term v0.7.0
6832024-01-02T21:31:32.432Z Downloaded spin v0.9.8
6842024-01-02T21:31:32.432Z Downloaded proc-macro-error v1.0.4
6852024-01-02T21:31:32.432Z Downloaded log v0.4.20
6862024-01-02T21:31:32.432Z Downloaded serde_derive_internals v0.26.0
6872024-01-02T21:31:32.432Z Downloaded percent-encoding v2.3.1
6882024-01-02T21:31:32.432Z Downloaded serde_path_to_error v0.1.14
6892024-01-02T21:31:32.432Z Downloaded native-tls v0.2.11
6902024-01-02T21:31:32.432Z Downloaded hex v0.4.3
6912024-01-02T21:31:32.432Z Downloaded typenum v1.17.0
6922024-01-02T21:31:32.432Z Downloaded rand_chacha v0.3.1
6932024-01-02T21:31:32.432Z Downloaded num_cpus v1.16.0
6942024-01-02T21:31:32.432Z Downloaded whoami v1.4.1
6952024-01-02T21:31:32.432Z Downloaded httpdate v1.0.3
6962024-01-02T21:31:32.432Z Downloaded usdt-macro v0.3.5
6972024-01-02T21:31:32.432Z Downloaded synstructure v0.12.6
6982024-01-02T21:31:32.433Z Downloaded usdt v0.3.5
6992024-01-02T21:31:32.433Z Downloaded progenitor v0.4.1
7002024-01-02T21:31:32.433Z Downloaded proc-macro-crate v1.3.1
7012024-01-02T21:31:32.433Z Downloaded parse-display-derive v0.8.2
7022024-01-02T21:31:32.433Z Downloaded humantime v2.1.0
7032024-01-02T21:31:32.433Z Downloaded unicode-xid v0.2.4
7042024-01-02T21:31:32.433Z Downloaded tokio-macros v2.2.0
7052024-01-02T21:31:32.433Z Downloaded thiserror-impl v1.0.53
7062024-01-02T21:31:32.433Z Downloaded sha2 v0.10.8
7072024-01-02T21:31:32.433Z Downloaded num-iter v0.1.43
7082024-01-02T21:31:32.433Z Downloaded num-integer v0.1.45
7092024-01-02T21:31:32.433Z Downloaded hmac v0.12.1
7102024-01-02T21:31:32.433Z Downloaded thiserror v1.0.53
7112024-01-02T21:31:32.433Z Downloaded socket2 v0.5.5
7122024-01-02T21:31:32.433Z Downloaded utf8parse v0.2.1
7132024-01-02T21:31:32.433Z Downloaded futures-io v0.3.30
7142024-01-02T21:31:32.434Z Downloaded num v0.4.1
7152024-01-02T21:31:32.434Z Downloaded ciborium v0.2.1
7162024-01-02T21:31:32.434Z Downloaded ppv-lite86 v0.2.17
7172024-01-02T21:31:32.434Z Downloaded phf_shared v0.11.2
7182024-01-02T21:31:32.434Z Downloaded ipnetwork v0.20.0
7192024-01-02T21:31:32.434Z Downloaded try-lock v0.2.5
7202024-01-02T21:31:32.434Z Downloaded thread-id v4.2.1
7212024-01-02T21:31:32.434Z Downloaded iana-time-zone v0.1.59
7222024-01-02T21:31:32.434Z Downloaded hyper-rustls v0.24.2
7232024-01-02T21:31:32.435Z Downloaded indexmap v2.1.0
7242024-01-02T21:31:32.435Z Downloaded typify v0.0.14
7252024-01-02T21:31:32.435Z Downloaded crossbeam-utils v0.8.18
7262024-01-02T21:31:32.435Z Downloaded futures-channel v0.3.30
7272024-01-02T21:31:32.435Z Downloaded crossbeam-epoch v0.9.17
7282024-01-02T21:31:32.436Z Downloaded futures v0.3.30
7292024-01-02T21:31:32.436Z Downloaded darling v0.20.3
7302024-01-02T21:31:32.436Z Downloaded proc-macro-crate v2.0.0
7312024-01-02T21:31:32.436Z Downloaded progenitor-macro v0.4.1
7322024-01-02T21:31:32.436Z Downloaded progenitor-client v0.4.1
7332024-01-02T21:31:32.436Z Downloaded num_threads v0.1.6
7342024-01-02T21:31:32.436Z Downloaded powerfmt v0.2.0
7352024-01-02T21:31:32.436Z Downloaded phf v0.11.2
7362024-01-02T21:31:32.436Z Downloaded toml_datetime v0.6.5
7372024-01-02T21:31:32.436Z Downloaded macaddr v1.0.1
7382024-01-02T21:31:32.436Z Downloaded tabwriter v1.4.0
7392024-01-02T21:31:32.437Z Downloaded getrandom v0.2.11
7402024-01-02T21:31:32.437Z Downloaded generic-array v0.14.7
7412024-01-02T21:31:32.437Z Downloaded itoa v1.0.10
7422024-01-02T21:31:32.437Z Downloaded time-macros v0.2.16
7432024-01-02T21:31:32.437Z Downloaded http-body v0.4.6
7442024-01-02T21:31:32.437Z Downloaded dirs-next v2.0.0
7452024-01-02T21:31:32.437Z Downloaded hyper-tls v0.5.0
7462024-01-02T21:31:32.438Z Downloaded parse-display v0.8.2
7472024-01-02T21:31:32.438Z Downloaded tokio-native-tls v0.3.1
7482024-01-02T21:31:32.438Z Downloaded bytes v1.5.0
7492024-01-02T21:31:32.439Z Downloaded heck v0.4.1
7502024-01-02T21:31:32.439Z Downloaded deranged v0.3.11
7512024-01-02T21:31:32.439Z Downloaded slog-term v2.9.0
7522024-01-02T21:31:32.439Z Downloaded crc32fast v1.3.2
7532024-01-02T21:31:32.439Z Downloaded slog v2.7.0
7542024-01-02T21:31:32.439Z Downloaded serde_with_macros v3.4.0
7552024-01-02T21:31:32.439Z Downloaded stringprep v0.1.4
7562024-01-02T21:31:32.439Z Downloaded fallible-iterator v0.2.0
7572024-01-02T21:31:32.439Z Downloaded siphasher v0.3.11
7582024-01-02T21:31:32.440Z Downloaded dof v0.1.5
7592024-01-02T21:31:32.440Z Downloaded structmeta-derive v0.2.0
7602024-01-02T21:31:32.440Z Downloaded structmeta v0.2.0
7612024-01-02T21:31:32.440Z Downloaded slog-bunyan v2.4.0
7622024-01-02T21:31:32.475Z Downloaded slog-async v2.8.0
7632024-01-02T21:31:32.475Z Downloaded futures-core v0.3.30
7642024-01-02T21:31:32.475Z Downloaded futures-task v0.3.30
7652024-01-02T21:31:32.475Z Downloaded unicode-ident v1.0.12
7662024-01-02T21:31:32.475Z Downloaded ident_case v1.0.1
7672024-01-02T21:31:32.475Z Downloaded serde_tokenstream v0.2.0
7682024-01-02T21:31:32.475Z Downloaded slog-envlogger v2.2.0
7692024-01-02T21:31:32.475Z Downloaded slab v0.4.9
7702024-01-02T21:31:32.476Z Downloaded dyn-clone v1.0.16
7712024-01-02T21:31:32.476Z Downloaded dirs-sys-next v0.1.2
7722024-01-02T21:31:32.476Z Downloaded want v0.3.1
7732024-01-02T21:31:32.476Z Downloaded take_mut v0.2.2
7742024-01-02T21:31:32.476Z Downloaded arc-swap v1.6.0
7752024-01-02T21:31:32.476Z Downloaded diff v0.1.13
7762024-01-02T21:31:32.476Z Downloaded rustls-pemfile v1.0.4
7772024-01-02T21:31:32.476Z Downloaded futures-macro v0.3.30
7782024-01-02T21:31:32.476Z Downloaded foreign-types v0.5.0
7792024-01-02T21:31:32.476Z Downloaded digest v0.10.7
7802024-01-02T21:31:32.476Z Downloaded slog-scope v4.4.0
7812024-01-02T21:31:32.476Z Downloaded fxhash v0.2.1
7822024-01-02T21:31:32.476Z Downloaded atty v0.2.14
7832024-01-02T21:31:32.476Z Downloaded cstr-argument v0.1.2
7842024-01-02T21:31:32.477Z Downloaded fnv v1.0.7
7852024-01-02T21:31:32.477Z Downloaded strsim v0.10.0
7862024-01-02T21:31:32.477Z Downloaded anyhow v1.0.78
7872024-01-02T21:31:32.477Z Downloaded colorchoice v1.0.0
7882024-01-02T21:31:32.477Z Downloaded foreign-types-shared v0.3.1
7892024-01-02T21:31:32.477Z Downloaded equivalent v1.0.1
7902024-01-02T21:31:32.477Z Downloaded ciborium-io v0.2.1
7912024-01-02T21:31:32.477Z Downloaded clap v4.4.12
7922024-01-02T21:31:32.477Z Downloaded getopts v0.2.21
7932024-01-02T21:31:32.477Z Downloaded either v1.9.0
7942024-01-02T21:31:32.477Z Downloaded atomic-waker v1.1.2
7952024-01-02T21:31:32.477Z Downloaded ciborium-ll v0.2.1
7962024-01-02T21:31:32.477Z Downloaded colored v2.1.0
7972024-01-02T21:31:32.477Z Downloaded async-trait v0.1.76
7982024-01-02T21:31:32.477Z Downloaded serde_tokenstream v0.1.7
7992024-01-02T21:31:32.477Z Downloaded futures-executor v0.3.30
8002024-01-02T21:31:32.477Z Downloaded cfg-if v1.0.0
8012024-01-02T21:31:32.478Z Downloaded backoff v0.4.0
8022024-01-02T21:31:32.478Z Downloaded ahash v0.8.7
8032024-01-02T21:31:32.478Z Downloaded autocfg v1.1.0
8042024-01-02T21:31:32.478Z Downloaded async-stream v0.3.5
8052024-01-02T21:31:32.478Z Downloaded anstyle-query v1.0.2
8062024-01-02T21:31:32.478Z Downloaded slog-json v2.6.1
8072024-01-02T21:31:32.478Z Downloaded anstyle v1.0.4
8082024-01-02T21:31:32.478Z Downloaded signal-hook-registry v1.4.1
8092024-01-02T21:31:32.478Z Downloaded hashbrown v0.13.2
8102024-01-02T21:31:32.478Z Downloaded anstyle-parse v0.2.3
8112024-01-02T21:31:32.621Z Compiling proc-macro2 v1.0.73
8122024-01-02T21:31:32.621Z Compiling unicode-ident v1.0.12
8132024-01-02T21:31:32.630Z Compiling libc v0.2.151
8142024-01-02T21:31:32.630Z Compiling serde v1.0.193
8152024-01-02T21:31:32.637Z Compiling autocfg v1.1.0
8162024-01-02T21:31:32.648Z Compiling version_check v0.9.4
8172024-01-02T21:31:32.667Z Compiling syn v1.0.109
8182024-01-02T21:31:32.667Z Checking cfg-if v1.0.0
8192024-01-02T21:31:32.803Z Compiling thiserror v1.0.53
8202024-01-02T21:31:32.911Z Compiling serde_json v1.0.109
8212024-01-02T21:31:34.754Z Compiling once_cell v1.19.0
8222024-01-02T21:31:34.758Z Compiling lock_api v0.4.11
8232024-01-02T21:31:34.758Z Compiling parking_lot_core v0.9.9
8242024-01-02T21:31:35.050Z Compiling libm v0.2.8
8252024-01-02T21:31:35.057Z Compiling num-traits v0.2.17
8262024-01-02T21:31:35.086Z Compiling memchr v2.7.1
8272024-01-02T21:31:35.090Z Compiling slab v0.4.9
8282024-01-02T21:31:35.106Z Compiling heck v0.4.1
8292024-01-02T21:31:35.883Z Compiling slog v2.7.0
8302024-01-02T21:31:36.348Z Compiling hashbrown v0.14.3
8312024-01-02T21:31:36.519Z Compiling quote v1.0.34
8322024-01-02T21:31:36.635Z Compiling cc v1.0.83
8332024-01-02T21:31:36.696Z Compiling equivalent v1.0.1
8342024-01-02T21:31:36.723Z Compiling ahash v0.8.7
8352024-01-02T21:31:36.824Z Compiling itoa v1.0.10
8362024-01-02T21:31:37.142Z Compiling syn v2.0.44
8372024-01-02T21:31:37.541Z Compiling pkg-config v0.3.28
8382024-01-02T21:31:37.687Z Compiling vcpkg v0.2.15
8392024-01-02T21:31:37.764Z Compiling ryu v1.0.16
8402024-01-02T21:31:38.156Z Compiling schemars v0.8.16
8412024-01-02T21:31:38.226Z Compiling httparse v1.8.0
8422024-01-02T21:31:38.403Z Compiling indexmap v2.1.0
8432024-01-02T21:31:38.852Z Compiling crossbeam-utils v0.8.18
8442024-01-02T21:31:39.634Z Compiling typenum v1.17.0
8452024-01-02T21:31:39.831Z Compiling rustls v0.21.10
8462024-01-02T21:31:40.220Z Compiling openssl v0.10.62
8472024-01-02T21:31:40.269Z Compiling generic-array v0.14.7
8482024-01-02T21:31:40.309Z Compiling native-tls v0.2.11
8492024-01-02T21:31:40.455Z Compiling ring v0.17.7
8502024-01-02T21:31:41.143Z Compiling openssl-sys v0.9.98
8512024-01-02T21:31:41.146Z Checking getrandom v0.2.11
8522024-01-02T21:31:41.252Z Checking smallvec v1.11.2
8532024-01-02T21:31:41.424Z Compiling anyhow v1.0.78
8542024-01-02T21:31:41.475Z Compiling zerocopy v0.7.32
8552024-01-02T21:31:41.844Z Compiling indexmap v1.9.3
8562024-01-02T21:31:42.308Z Checking scopeguard v1.2.0
8572024-01-02T21:31:43.045Z Compiling hashbrown v0.13.2
8582024-01-02T21:31:43.057Z Checking pin-project-lite v0.2.13
8592024-01-02T21:31:43.075Z Compiling dyn-clone v1.0.16
8602024-01-02T21:31:43.268Z Compiling uuid v1.6.1
8612024-01-02T21:31:43.283Z Compiling time-core v0.1.2
8622024-01-02T21:31:43.458Z Compiling time-macros v0.2.16
8632024-01-02T21:31:43.744Z Compiling log v0.4.20
8642024-01-02T21:31:44.218Z Compiling chrono v0.4.31
8652024-01-02T21:31:44.239Z Compiling fnv v1.0.7
8662024-01-02T21:31:44.404Z Compiling regress v0.7.1
8672024-01-02T21:31:44.697Z Compiling aho-corasick v1.1.2
8682024-01-02T21:31:46.216Z Compiling regex-syntax v0.8.2
8692024-01-02T21:31:47.335Z Compiling serde_derive_internals v0.26.0
8702024-01-02T21:31:49.341Z Compiling unicode-xid v0.2.4
8712024-01-02T21:31:49.596Z Compiling synstructure v0.12.6
8722024-01-02T21:31:51.666Z Compiling regex-automata v0.4.3
8732024-01-02T21:31:51.845Z Compiling slog-async v2.8.0
8742024-01-02T21:31:52.077Z Compiling ucd-trie v0.1.6
8752024-01-02T21:31:52.398Z Compiling hashbrown v0.12.3
8762024-01-02T21:31:52.611Z Checking parking_lot v0.12.1
8772024-01-02T21:31:52.884Z Checking signal-hook-registry v1.4.1
8782024-01-02T21:31:53.115Z Checking socket2 v0.5.5
8792024-01-02T21:31:53.223Z Checking mio v0.8.10
8802024-01-02T21:31:53.810Z Checking num_cpus v1.16.0
8812024-01-02T21:31:53.944Z Compiling toml_datetime v0.6.5
8822024-01-02T21:31:54.075Z Compiling bytes v1.5.0
8832024-01-02T21:31:54.165Z Compiling unicode-width v0.1.11
8842024-01-02T21:31:54.378Z Compiling winnow v0.5.31
8852024-01-02T21:31:54.470Z Compiling getopts v0.2.21
8862024-01-02T21:31:55.593Z Compiling http v0.2.11
8872024-01-02T21:31:55.789Z Checking futures-core v0.3.30
8882024-01-02T21:31:55.848Z Compiling serde_derive v1.0.193
8892024-01-02T21:31:55.890Z Compiling thiserror-impl v1.0.53
8902024-01-02T21:31:56.025Z Compiling tokio-macros v2.2.0
8912024-01-02T21:31:56.075Z Compiling tracing-attributes v0.1.27
8922024-01-02T21:31:56.328Z Compiling futures-macro v0.3.30
8932024-01-02T21:31:58.530Z Compiling schemars_derive v0.8.16
8942024-01-02T21:31:59.102Z Compiling openssl-macros v0.1.1
8952024-01-02T21:31:59.485Z Compiling regex v1.10.2
8962024-01-02T21:32:00.275Z Compiling zerocopy-derive v0.2.0
8972024-01-02T21:32:00.340Z Compiling unsafe-libyaml v0.2.10
8982024-01-02T21:32:00.550Z Compiling pest v2.7.5
8992024-01-02T21:32:01.647Z Checking futures-sink v0.3.30
9002024-01-02T21:32:01.842Z Checking tracing-core v0.1.32
9012024-01-02T21:32:03.199Z Checking tracing v0.1.40
9022024-01-02T21:32:03.224Z Checking futures-channel v0.3.30
9032024-01-02T21:32:03.634Z Compiling usdt-impl v0.3.5
9042024-01-02T21:32:03.637Z Checking futures-task v0.3.30
9052024-01-02T21:32:03.722Z Checking futures-io v0.3.30
9062024-01-02T21:32:03.949Z Checking pin-utils v0.1.0
9072024-01-02T21:32:04.056Z Checking iana-time-zone v0.1.59
9082024-01-02T21:32:04.113Z Checking futures-util v0.3.30
9092024-01-02T21:32:04.316Z Compiling byteorder v1.5.0
9102024-01-02T21:32:04.471Z Compiling pest_meta v2.7.5
9112024-01-02T21:32:05.006Z Compiling zerocopy v0.3.2
9122024-01-02T21:32:05.291Z Checking spin v0.9.8
9132024-01-02T21:32:05.600Z Checking tinyvec_macros v0.1.1
9142024-01-02T21:32:05.711Z Checking tinyvec v1.6.0
9152024-01-02T21:32:05.965Z Compiling dof v0.1.5
9162024-01-02T21:32:06.041Z Compiling thread-id v4.2.1
9172024-01-02T21:32:06.173Z Compiling num-integer v0.1.45
9182024-01-02T21:32:06.643Z Compiling pest_generator v2.7.5
9192024-01-02T21:32:07.136Z Checking uuid v0.8.2
9202024-01-02T21:32:07.643Z Checking untrusted v0.9.0
9212024-01-02T21:32:07.770Z Checking unicode-normalization v0.1.22
9222024-01-02T21:32:09.485Z Compiling toml_edit v0.19.15
9232024-01-02T21:32:10.105Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
9242024-01-02T21:32:10.728Z Checking unicode-bidi v0.3.14
9252024-01-02T21:32:10.889Z Compiling strsim v0.10.0
9262024-01-02T21:32:11.260Z Compiling pest_derive v2.7.5
9272024-01-02T21:32:11.870Z Checking base64 v0.21.5
9282024-01-02T21:32:11.904Z Compiling async-trait v0.1.76
9292024-01-02T21:32:12.545Z Compiling ident_case v1.0.1
9302024-01-02T21:32:12.562Z Compiling dtrace-parser v0.1.14
9312024-01-02T21:32:12.565Z Compiling omicron-workspace-hack v0.1.0
9322024-01-02T21:32:12.766Z Compiling darling_core v0.20.3
9332024-01-02T21:32:13.098Z Compiling proc-macro-crate v1.3.1
9342024-01-02T21:32:15.821Z Compiling multer v3.0.0
9352024-01-02T21:32:16.020Z Checking foreign-types-shared v0.1.1
9362024-01-02T21:32:16.139Z Compiling camino v1.1.6
9372024-01-02T21:32:17.456Z Checking tokio v1.35.1
9382024-01-02T21:32:18.569Z Compiling serde_tokenstream v0.2.0
9392024-01-02T21:32:19.348Z Compiling serde_yaml v0.9.29
9402024-01-02T21:32:21.420Z Compiling openapiv3 v1.0.4
9412024-01-02T21:32:24.553Z Compiling typify-impl v0.0.14
9422024-01-02T21:32:24.983Z Compiling serde_tokenstream v0.1.7
9432024-01-02T21:32:25.275Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
9442024-01-02T21:32:25.413Z Compiling rustversion v1.0.14
9452024-01-02T21:32:25.728Z Checking percent-encoding v2.3.1
9462024-01-02T21:32:26.001Z Checking try-lock v0.2.5
9472024-01-02T21:32:26.162Z Checking want v0.3.1
9482024-01-02T21:32:26.387Z Compiling usdt-macro v0.3.5
9492024-01-02T21:32:26.390Z Compiling usdt-attr-macro v0.3.5
9502024-01-02T21:32:26.523Z Checking http-body v0.4.6
9512024-01-02T21:32:27.086Z Compiling darling_macro v0.20.3
9522024-01-02T21:32:27.908Z Compiling num_enum_derive v0.5.11
9532024-01-02T21:32:28.549Z Checking foreign-types v0.3.2
9542024-01-02T21:32:28.629Z Checking rustls-webpki v0.101.7
9552024-01-02T21:32:28.648Z Checking tokio-util v0.7.10
9562024-01-02T21:32:28.652Z Checking sct v0.7.1
9572024-01-02T21:32:28.697Z Compiling foreign-types-macros v0.2.3
9582024-01-02T21:32:28.912Z Compiling async-stream-impl v0.3.5
9592024-01-02T21:32:29.041Z Compiling structmeta-derive v0.2.0
9602024-01-02T21:32:30.063Z Checking h2 v0.3.22
9612024-01-02T21:32:30.769Z Checking tower-service v0.3.2
9622024-01-02T21:32:30.919Z Checking bitflags v2.4.1
9632024-01-02T21:32:31.302Z Compiling paste v1.0.14
9642024-01-02T21:32:31.766Z Checking httpdate v1.0.3
9652024-01-02T21:32:33.117Z Compiling darling v0.20.3
9662024-01-02T21:32:33.394Z Compiling structmeta v0.2.0
9672024-01-02T21:32:33.960Z Checking form_urlencoded v1.2.1
9682024-01-02T21:32:34.984Z Compiling clap_derive v4.4.7
9692024-01-02T21:32:36.231Z Compiling num-iter v0.1.43
9702024-01-02T21:32:36.270Z Compiling num-rational v0.4.1
9712024-01-02T21:32:36.692Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d8b5a647)
9722024-01-02T21:32:36.733Z Checking hyper v0.14.28
9732024-01-02T21:32:37.154Z Compiling regex-syntax v0.7.5
9742024-01-02T21:32:37.460Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
9752024-01-02T21:32:37.754Z Compiling semver v1.0.20
9762024-01-02T21:32:38.108Z Checking openssl-probe v0.1.5
9772024-01-02T21:32:39.502Z Checking tokio-rustls v0.24.1
9782024-01-02T21:32:40.612Z Compiling strum_macros v0.25.3
9792024-01-02T21:32:41.279Z Compiling serde_with_macros v3.4.0
9802024-01-02T21:32:43.878Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d8b5a647)
9812024-01-02T21:32:44.347Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
9822024-01-02T21:32:45.673Z Checking encoding_rs v0.8.33
9832024-01-02T21:32:46.524Z Compiling parse-display-derive v0.8.2
9842024-01-02T21:32:46.614Z Checking mime v0.3.17
9852024-01-02T21:32:46.997Z Compiling typify-macro v0.0.14
9862024-01-02T21:32:47.039Z Checking powerfmt v0.2.0
9872024-01-02T21:32:47.408Z Checking deranged v0.3.11
9882024-01-02T21:32:47.446Z Checking tokio-native-tls v0.3.1
9892024-01-02T21:32:47.788Z Checking serde_urlencoded v0.7.1
9902024-01-02T21:32:48.128Z Checking idna v0.5.0
9912024-01-02T21:32:48.441Z Checking instant v0.1.12
9922024-01-02T21:32:48.557Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
9932024-01-02T21:32:48.987Z Compiling parking_lot_core v0.8.6
9942024-01-02T21:32:49.092Z Checking num_threads v0.1.6
9952024-01-02T21:32:49.518Z Checking url v2.5.0
9962024-01-02T21:32:49.632Z Checking hyper-tls v0.5.0
9972024-01-02T21:32:49.663Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0)
9982024-01-02T21:32:50.267Z Checking time v0.3.31
9992024-01-02T21:32:50.802Z Checking hyper-rustls v0.24.2
10002024-01-02T21:32:52.212Z Checking rustls-pemfile v1.0.4
10012024-01-02T21:32:53.282Z Checking webpki-roots v0.25.3
10022024-01-02T21:32:54.161Z Compiling typify v0.0.14
10032024-01-02T21:32:54.317Z Compiling progenitor-impl v0.4.1
10042024-01-02T21:32:54.629Z Checking ipnet v2.9.0
10052024-01-02T21:32:55.290Z Checking reqwest v0.11.23
10062024-01-02T21:32:56.591Z Checking block-buffer v0.10.4
10072024-01-02T21:32:56.806Z Checking crypto-common v0.1.6
10082024-01-02T21:32:57.019Z Checking thread_local v1.1.7
10092024-01-02T21:32:57.310Z Compiling crc32fast v1.3.2
10102024-01-02T21:32:57.937Z Checking subtle v2.5.0
10112024-01-02T21:32:58.249Z Checking digest v0.10.7
10122024-01-02T21:33:01.679Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0)
10132024-01-02T21:33:02.041Z Checking crossbeam-channel v0.5.10
10142024-01-02T21:33:02.429Z Checking dirs-sys-next v0.1.2
10152024-01-02T21:33:03.304Z Checking take_mut v0.2.2
10162024-01-02T21:33:03.783Z Checking dirs-next v2.0.0
10172024-01-02T21:33:03.868Z Checking progenitor-client v0.4.1
10182024-01-02T21:33:04.475Z Compiling progenitor-macro v0.4.1
10192024-01-02T21:33:05.400Z Checking term v0.7.0
10202024-01-02T21:33:06.584Z Checking rand_core v0.6.4
10212024-01-02T21:33:06.771Z Checking atty v0.2.14
10222024-01-02T21:33:07.025Z Checking ppv-lite86 v0.2.17
10232024-01-02T21:33:07.179Z Checking lazy_static v1.4.0
10242024-01-02T21:33:07.336Z Checking cpufeatures v0.2.11
10252024-01-02T21:33:07.710Z Checking utf8parse v0.2.1
10262024-01-02T21:33:08.057Z Checking rand_chacha v0.3.1
10272024-01-02T21:33:08.098Z Checking anstyle-parse v0.2.3
10282024-01-02T21:33:08.573Z Checking slog-term v2.9.0
10292024-01-02T21:33:09.278Z Checking colorchoice v1.0.0
10302024-01-02T21:33:09.342Z Checking match_cfg v0.1.0
10312024-01-02T21:33:09.433Z Checking anstyle-query v1.0.2
10322024-01-02T21:33:09.587Z Checking anstyle v1.0.4
10332024-01-02T21:33:09.956Z Checking hostname v0.3.1
10342024-01-02T21:33:10.057Z Checking anstream v0.6.5
10352024-01-02T21:33:10.145Z Checking rand v0.8.5
10362024-01-02T21:33:10.598Z Checking slog-json v2.6.1
10372024-01-02T21:33:11.320Z Checking finl_unicode v1.2.0
10382024-01-02T21:33:11.508Z Checking clap_lex v0.6.0
10392024-01-02T21:33:12.277Z Checking clap_builder v4.4.12
10402024-01-02T21:33:12.292Z Checking stringprep v0.1.4
10412024-01-02T21:33:12.691Z Checking slog-bunyan v2.4.0
10422024-01-02T21:33:12.888Z Checking sha2 v0.10.8
10432024-01-02T21:33:13.155Z Checking md-5 v0.10.6
10442024-01-02T21:33:13.369Z Checking hmac v0.12.1
10452024-01-02T21:33:13.447Z Checking serde_spanned v0.6.5
10462024-01-02T21:33:13.812Z Checking siphasher v0.3.11
10472024-01-02T21:33:14.265Z Checking fallible-iterator v0.2.0
10482024-01-02T21:33:14.902Z Checking phf_shared v0.11.2
10492024-01-02T21:33:15.147Z Checking postgres-protocol v0.6.6
10502024-01-02T21:33:16.906Z Checking clap v4.4.12
10512024-01-02T21:33:16.921Z Checking http v1.0.0
10522024-01-02T21:33:17.036Z Checking futures-executor v0.3.30
10532024-01-02T21:33:17.446Z Checking rustls-pki-types v1.1.0
10542024-01-02T21:33:17.785Z Checking atomic-waker v1.1.2
10552024-01-02T21:33:17.913Z Checking foreign-types-shared v0.3.1
10562024-01-02T21:33:17.947Z Checking rustls-pemfile v2.0.0
10572024-01-02T21:33:18.045Z Checking foreign-types v0.5.0
10582024-01-02T21:33:18.171Z Checking waitgroup v0.1.2
10592024-01-02T21:33:18.329Z Checking futures v0.3.30
10602024-01-02T21:33:18.466Z Checking postgres-types v0.2.6
10612024-01-02T21:33:18.665Z Checking toml_edit v0.21.0
10622024-01-02T21:33:19.032Z Checking phf v0.11.2
10632024-01-02T21:33:19.260Z Checking sha1 v0.10.6
10642024-01-02T21:33:19.419Z Checking colored v2.1.0
10652024-01-02T21:33:19.820Z Checking num_enum v0.5.11
10662024-01-02T21:33:19.837Z Checking async-stream v0.3.5
10672024-01-02T21:33:19.995Z Checking openapiv3 v2.0.0
10682024-01-02T21:33:20.074Z Checking hex v0.4.3
10692024-01-02T21:33:20.090Z Checking serde_path_to_error v0.1.14
10702024-01-02T21:33:21.069Z Checking cstr-argument v0.1.2
10712024-01-02T21:33:21.217Z Checking debug-ignore v1.0.5
10722024-01-02T21:33:21.386Z Checking pretty-hex v0.2.1
10732024-01-02T21:33:21.646Z Checking whoami v1.4.1
10742024-01-02T21:33:22.116Z Checking usdt v0.3.5
10752024-01-02T21:33:22.350Z Checking toml v0.8.8
10762024-01-02T21:33:22.377Z Checking tokio-postgres v0.7.10
10772024-01-02T21:33:22.970Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10782024-01-02T21:33:23.187Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-01-02T21:33:23.315Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10802024-01-02T21:33:23.631Z Checking backoff v0.4.0
10812024-01-02T21:33:23.710Z Checking parse-display v0.8.2
10822024-01-02T21:33:24.005Z Checking strum v0.25.0
10832024-01-02T21:33:24.384Z Checking serde_with v3.4.0
10842024-01-02T21:33:24.580Z Checking ipnetwork v0.20.0
10852024-01-02T21:33:25.280Z Checking macaddr v1.0.1
10862024-01-02T21:33:26.542Z Checking num-complex v0.4.4
10872024-01-02T21:33:26.640Z Checking socket2 v0.4.10
10882024-01-02T21:33:27.263Z Checking half v1.8.2
10892024-01-02T21:33:28.016Z Checking ciborium-io v0.2.1
10902024-01-02T21:33:28.154Z Checking ciborium-ll v0.2.1
10912024-01-02T21:33:28.435Z Checking num v0.4.1
10922024-01-02T21:33:28.833Z Checking parking_lot v0.11.2
10932024-01-02T21:33:29.314Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
10942024-01-02T21:33:30.811Z Checking crossbeam-epoch v0.9.17
10952024-01-02T21:33:31.079Z Checking fxhash v0.2.1
10962024-01-02T21:33:31.421Z Checking sled v0.34.7
10972024-01-02T21:33:31.696Z Checking ciborium v0.2.1
10982024-01-02T21:33:32.311Z Checking progenitor v0.4.1
10992024-01-02T21:33:32.555Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0)
11002024-01-02T21:33:34.476Z Compiling proc-macro-error-attr v1.0.4
11012024-01-02T21:33:35.344Z Checking regress v0.6.0
11022024-01-02T21:33:35.607Z Compiling toml_edit v0.20.7
11032024-01-02T21:33:35.728Z Compiling serde_repr v0.1.17
11042024-01-02T21:33:36.306Z Compiling proc-macro-error v1.0.4
11052024-01-02T21:33:36.771Z Checking crc8 v0.1.1
11062024-01-02T21:33:37.124Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
11072024-01-02T21:33:39.357Z Compiling proc-macro-crate v2.0.0
11082024-01-02T21:33:39.764Z Checking arc-swap v1.6.0
11092024-01-02T21:33:40.409Z Checking slog-scope v4.4.0
11102024-01-02T21:33:40.721Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
11112024-01-02T21:33:41.165Z Checking slog-stdlog v4.1.1
11122024-01-02T21:33:41.583Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11132024-01-02T21:33:42.154Z Checking slog-envlogger v2.2.0
11142024-01-02T21:33:42.723Z Checking minimal-lexical v0.2.1
11152024-01-02T21:33:42.928Z Checking either v1.9.0
11162024-01-02T21:33:43.297Z Checking nom v7.1.3
11172024-01-02T21:33:43.353Z Checking itertools v0.12.0
11182024-01-02T21:33:45.644Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9274beb0)
11192024-01-02T21:33:45.661Z Compiling num_enum_derive v0.7.1
11202024-01-02T21:33:46.870Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11212024-01-02T21:33:47.414Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
11222024-01-02T21:33:48.429Z Checking tabwriter v1.4.0
11232024-01-02T21:33:48.699Z Checking diff v0.1.13
11242024-01-02T21:33:48.746Z Checking yansi v0.5.1
11252024-01-02T21:33:48.750Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#a223368c)
11262024-01-02T21:33:49.040Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
11272024-01-02T21:33:49.121Z Checking pretty_assertions v1.4.0
11282024-01-02T21:33:49.391Z Checking humantime v2.1.0
11292024-01-02T21:33:49.395Z Checking pretty-hex v0.4.1
11302024-01-02T21:33:49.604Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
11312024-01-02T21:33:49.735Z Checking num_enum v0.7.1
11322024-01-02T21:33:49.928Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
11332024-01-02T21:33:50.171Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#eaec4213)
11342024-01-02T21:33:52.190Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
11352024-01-02T21:33:52.696Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
11362024-01-02T21:33:53.240Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#eaec4213)
11372024-01-02T21:33:55.296Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
11382024-01-02T21:34:03.184Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
11392024-01-02T21:34:03.187Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
11402024-01-02T21:34:03.901Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
11412024-01-02T21:34:06.121Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
11422024-01-02T21:34:06.139Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
11432024-01-02T21:34:12.356Z Finished dev [unoptimized + debuginfo] target(s) in 3m 01s
11442024-01-02T21:34:12.579Z+ banner build
11452024-01-02T21:34:12.605Z
11462024-01-02T21:34:12.605Z ##### # # # # #####
11472024-01-02T21:34:12.605Z # # # # # # # #
11482024-01-02T21:34:12.605Z ##### # # # # # #
11492024-01-02T21:34:12.606Z # # # # # # # #
11502024-01-02T21:34:12.606Z # # # # # # # #
11512024-01-02T21:34:12.606Z ##### #### # ###### #####
11522024-01-02T21:34:12.606Z
11532024-01-02T21:34:12.606Z+ ptime -m cargo build
11542024-01-02T21:34:13.269Z Compiling cfg-if v1.0.0
11552024-01-02T21:34:13.277Z Compiling memchr v2.7.1
11562024-01-02T21:34:13.277Z Compiling itoa v1.0.10
11572024-01-02T21:34:13.285Z Compiling libc v0.2.151
11582024-01-02T21:34:13.292Z Compiling once_cell v1.19.0
11592024-01-02T21:34:13.297Z Compiling serde v1.0.193
11602024-01-02T21:34:13.303Z Compiling smallvec v1.11.2
11612024-01-02T21:34:13.311Z Compiling pin-project-lite v0.2.13
11622024-01-02T21:34:13.363Z Compiling scopeguard v1.2.0
11632024-01-02T21:34:13.446Z Compiling log v0.4.20
11642024-01-02T21:34:13.519Z Compiling lock_api v0.4.11
11652024-01-02T21:34:13.557Z Compiling ryu v1.0.16
11662024-01-02T21:34:13.888Z Compiling libm v0.2.8
11672024-01-02T21:34:14.295Z Compiling futures-core v0.3.30
11682024-01-02T21:34:14.295Z Compiling thiserror v1.0.53
11692024-01-02T21:34:14.295Z Compiling futures-sink v0.3.30
11702024-01-02T21:34:14.295Z Compiling tracing-core v0.1.32
11712024-01-02T21:34:14.296Z Compiling getrandom v0.2.11
11722024-01-02T21:34:14.296Z Compiling parking_lot_core v0.9.9
11732024-01-02T21:34:14.337Z Compiling num_cpus v1.16.0
11742024-01-02T21:34:14.395Z Compiling mio v0.8.10
11752024-01-02T21:34:14.477Z Compiling signal-hook-registry v1.4.1
11762024-01-02T21:34:14.811Z Compiling parking_lot v0.12.1
11772024-01-02T21:34:15.351Z Compiling socket2 v0.5.5
11782024-01-02T21:34:15.963Z Compiling num-traits v0.2.17
11792024-01-02T21:34:16.197Z Compiling tracing v0.1.40
11802024-01-02T21:34:16.215Z Compiling futures-channel v0.3.30
11812024-01-02T21:34:16.321Z Compiling slab v0.4.9
11822024-01-02T21:34:16.545Z Compiling fnv v1.0.7
11832024-01-02T21:34:16.611Z Compiling futures-io v0.3.30
11842024-01-02T21:34:16.687Z Compiling pin-utils v0.1.0
11852024-01-02T21:34:16.697Z Compiling futures-task v0.3.30
11862024-01-02T21:34:16.799Z Compiling equivalent v1.0.1
11872024-01-02T21:34:16.811Z Compiling hashbrown v0.14.3
11882024-01-02T21:34:16.843Z Compiling tinyvec_macros v0.1.1
11892024-01-02T21:34:16.928Z Compiling iana-time-zone v0.1.59
11902024-01-02T21:34:17.359Z Compiling spin v0.9.8
11912024-01-02T21:34:17.774Z Compiling futures-util v0.3.30
11922024-01-02T21:34:17.774Z Compiling tinyvec v1.6.0
11932024-01-02T21:34:17.774Z Compiling slog v2.7.0
11942024-01-02T21:34:17.774Z Compiling unicode-ident v1.0.12
11952024-01-02T21:34:17.778Z Compiling untrusted v0.9.0
11962024-01-02T21:34:17.778Z Compiling proc-macro2 v1.0.73
11972024-01-02T21:34:17.778Z Compiling ring v0.17.7
11982024-01-02T21:34:18.464Z Compiling base64 v0.21.5
11992024-01-02T21:34:18.858Z Compiling unicode-bidi v0.3.14
12002024-01-02T21:34:19.100Z Compiling byteorder v1.5.0
12012024-01-02T21:34:19.454Z Compiling unicode-normalization v0.1.22
12022024-01-02T21:34:19.673Z Compiling quote v1.0.34
12032024-01-02T21:34:19.771Z Compiling httparse v1.8.0
12042024-01-02T21:34:20.553Z Compiling percent-encoding v2.3.1
12052024-01-02T21:34:20.874Z Compiling uuid v0.8.2
12062024-01-02T21:34:20.931Z Compiling foreign-types-shared v0.1.1
12072024-01-02T21:34:21.053Z Compiling try-lock v0.2.5
12082024-01-02T21:34:21.107Z Compiling dyn-clone v1.0.16
12092024-01-02T21:34:21.225Z Compiling want v0.3.1
12102024-01-02T21:34:21.266Z Compiling foreign-types v0.3.2
12112024-01-02T21:34:21.363Z Compiling sct v0.7.1
12122024-01-02T21:34:21.372Z Compiling rustls-webpki v0.101.7
12132024-01-02T21:34:21.405Z Compiling typenum v1.17.0
12142024-01-02T21:34:21.627Z Compiling crossbeam-utils v0.8.18
12152024-01-02T21:34:21.772Z Compiling openssl-sys v0.9.98
12162024-01-02T21:34:21.817Z Compiling bitflags v2.4.1
12172024-01-02T21:34:22.259Z Compiling httpdate v1.0.3
12182024-01-02T21:34:23.020Z Compiling bytes v1.5.0
12192024-01-02T21:34:23.122Z Compiling serde_json v1.0.109
12202024-01-02T21:34:23.671Z Compiling indexmap v2.1.0
12212024-01-02T21:34:23.817Z Compiling uuid v1.6.1
12222024-01-02T21:34:23.995Z Compiling chrono v0.4.31
12232024-01-02T21:34:24.195Z Compiling zerocopy v0.7.32
12242024-01-02T21:34:24.624Z Compiling tokio v1.35.1
12252024-01-02T21:34:25.039Z Compiling http v0.2.11
12262024-01-02T21:34:25.102Z Compiling tower-service v0.3.2
12272024-01-02T21:34:25.244Z Compiling ahash v0.8.7
12282024-01-02T21:34:25.329Z Compiling openssl v0.10.62
12292024-01-02T21:34:25.625Z Compiling generic-array v0.14.7
12302024-01-02T21:34:26.060Z Compiling rustls v0.21.10
12312024-01-02T21:34:26.843Z Compiling form_urlencoded v1.2.1
12322024-01-02T21:34:27.298Z Compiling aho-corasick v1.1.2
12332024-01-02T21:34:27.611Z Compiling http-body v0.4.6
12342024-01-02T21:34:27.889Z Compiling schemars v0.8.16
12352024-01-02T21:34:28.273Z Compiling openssl-probe v0.1.5
12362024-01-02T21:34:28.809Z Compiling powerfmt v0.2.0
12372024-01-02T21:34:29.270Z Compiling regex-syntax v0.8.2
12382024-01-02T21:34:29.417Z Compiling deranged v0.3.11
12392024-01-02T21:34:30.765Z Compiling hashbrown v0.13.2
12402024-01-02T21:34:32.448Z Compiling encoding_rs v0.8.33
12412024-01-02T21:34:32.543Z Compiling time-core v0.1.2
12422024-01-02T21:34:32.766Z Compiling num_threads v0.1.6
12432024-01-02T21:34:32.919Z Compiling mime v0.3.17
12442024-01-02T21:34:33.880Z Compiling time v0.3.31
12452024-01-02T21:34:34.047Z Compiling anyhow v1.0.78
12462024-01-02T21:34:35.615Z Compiling regex-automata v0.4.3
12472024-01-02T21:34:37.012Z Compiling native-tls v0.2.11
12482024-01-02T21:34:37.970Z Compiling tokio-util v0.7.10
12492024-01-02T21:34:39.388Z Compiling tokio-rustls v0.24.1
12502024-01-02T21:34:39.984Z Compiling h2 v0.3.22
12512024-01-02T21:34:40.166Z Compiling tokio-native-tls v0.3.1
12522024-01-02T21:34:40.518Z Compiling block-buffer v0.10.4
12532024-01-02T21:34:40.623Z Compiling crypto-common v0.1.6
12542024-01-02T21:34:40.849Z Compiling serde_urlencoded v0.7.1
12552024-01-02T21:34:40.868Z Compiling idna v0.5.0
12562024-01-02T21:34:40.917Z Compiling subtle v2.5.0
12572024-01-02T21:34:41.229Z Compiling digest v0.10.7
12582024-01-02T21:34:41.269Z Compiling regress v0.7.1
12592024-01-02T21:34:41.459Z Compiling syn v2.0.44
12602024-01-02T21:34:41.637Z Compiling rustls-pemfile v1.0.4
12612024-01-02T21:34:41.805Z Compiling dirs-sys-next v0.1.2
12622024-01-02T21:34:42.272Z Compiling regex v1.10.2
12632024-01-02T21:34:42.894Z Compiling url v2.5.0
12642024-01-02T21:34:43.614Z Compiling thread_local v1.1.7
12652024-01-02T21:34:44.040Z Compiling instant v0.1.12
12662024-01-02T21:34:44.217Z Compiling webpki-roots v0.25.3
12672024-01-02T21:34:44.432Z Compiling ipnet v2.9.0
12682024-01-02T21:34:44.547Z Compiling heck v0.4.1
12692024-01-02T21:34:45.270Z Compiling unicode-width v0.1.11
12702024-01-02T21:34:45.491Z Compiling hashbrown v0.12.3
12712024-01-02T21:34:45.981Z Compiling dirs-next v2.0.0
12722024-01-02T21:34:46.225Z Compiling crossbeam-channel v0.5.10
12732024-01-02T21:34:46.632Z Compiling take_mut v0.2.2
12742024-01-02T21:34:46.831Z Compiling term v0.7.0
12752024-01-02T21:34:47.247Z Compiling hyper v0.14.28
12762024-01-02T21:34:48.027Z Compiling typify-impl v0.0.14
12772024-01-02T21:34:49.495Z Compiling indexmap v1.9.3
12782024-01-02T21:34:50.502Z Compiling slog-async v2.8.0
12792024-01-02T21:34:50.979Z Compiling openapiv3 v1.0.4
12802024-01-02T21:34:51.512Z Compiling getopts v0.2.21
12812024-01-02T21:34:51.605Z Compiling rand_core v0.6.4
12822024-01-02T21:34:52.048Z Compiling atty v0.2.14
12832024-01-02T21:34:52.213Z Compiling ppv-lite86 v0.2.17
12842024-01-02T21:34:52.253Z Compiling cpufeatures v0.2.11
12852024-01-02T21:34:52.367Z Compiling slog-term v2.9.0
12862024-01-02T21:34:52.607Z Compiling typify v0.0.14
12872024-01-02T21:34:52.797Z Compiling ucd-trie v0.1.6
12882024-01-02T21:34:53.192Z Compiling lazy_static v1.4.0
12892024-01-02T21:34:53.355Z Compiling rand_chacha v0.3.1
12902024-01-02T21:34:53.382Z Compiling pest v2.7.5
12912024-01-02T21:34:53.866Z Compiling zerocopy v0.3.2
12922024-01-02T21:34:54.281Z Compiling rand v0.8.5
12932024-01-02T21:34:54.723Z Compiling match_cfg v0.1.0
12942024-01-02T21:34:54.857Z Compiling finl_unicode v1.2.0
12952024-01-02T21:34:55.099Z Compiling hyper-tls v0.5.0
12962024-01-02T21:34:55.550Z Compiling hyper-rustls v0.24.2
12972024-01-02T21:34:55.888Z Compiling stringprep v0.1.4
12982024-01-02T21:34:56.037Z Compiling reqwest v0.11.23
12992024-01-02T21:34:56.872Z Compiling hostname v0.3.1
13002024-01-02T21:34:57.241Z Compiling progenitor-impl v0.4.1
13012024-01-02T21:34:57.768Z Compiling dtrace-parser v0.1.14
13022024-01-02T21:34:57.809Z Compiling dof v0.1.5
13032024-01-02T21:34:57.874Z Compiling syn v1.0.109
13042024-01-02T21:34:58.070Z Compiling sha2 v0.10.8
13052024-01-02T21:34:59.287Z Compiling progenitor-client v0.4.1
13062024-01-02T21:34:59.488Z Compiling hmac v0.12.1
13072024-01-02T21:34:59.757Z Compiling md-5 v0.10.6
13082024-01-02T21:34:59.906Z Compiling slog-json v2.6.1
13092024-01-02T21:35:00.065Z Compiling toml_datetime v0.6.5
13102024-01-02T21:35:00.227Z Compiling serde_spanned v0.6.5
13112024-01-02T21:35:00.476Z Compiling thread-id v4.2.1
13122024-01-02T21:35:00.622Z Compiling siphasher v0.3.11
13132024-01-02T21:35:00.630Z Compiling utf8parse v0.2.1
13142024-01-02T21:35:00.829Z Compiling progenitor v0.4.1
13152024-01-02T21:35:00.837Z Compiling fallible-iterator v0.2.0
13162024-01-02T21:35:00.847Z Compiling winnow v0.5.31
13172024-01-02T21:35:01.091Z Compiling phf_shared v0.11.2
13182024-01-02T21:35:01.179Z Compiling anstyle-parse v0.2.3
13192024-01-02T21:35:01.655Z Compiling slog-bunyan v2.4.0
13202024-01-02T21:35:01.664Z Compiling num-integer v0.1.45
13212024-01-02T21:35:01.880Z Compiling postgres-protocol v0.6.6
13222024-01-02T21:35:01.927Z Compiling futures-executor v0.3.30
13232024-01-02T21:35:02.840Z Compiling http v1.0.0
 
13242024-01-02T21:35:02.929Zjob cancelled
 
13252024-01-02T21:35:02.942Z Compiling colorchoice v1.0.0