01J9JXD24TG31F1FA7GCK62RZ6: 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: 01J9JXDAR72W411NGES8QYPWAZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-07T07:17:55.048Zjob assigned to worker 01J9JXDNRFM86PAQZ3N7JPH2Y0 (queued for 54 s)
 
22024-10-07T07:18:02.633Zstarting task 0: "setup"
32024-10-07T07:18:02.643Z++ uname -s
42024-10-07T07:18:02.646Z+ kern=SunOS
52024-10-07T07:18:02.646Z+ case "$kern" in
62024-10-07T07:18:02.646Z+ groupadd -g 12345 build
72024-10-07T07:18:02.648Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-07T07:18:04.657Z+ zfs create -o mountpoint=/work rpool/work
92024-10-07T07:18:04.739Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-07T07:18:04.742Z+ home_fs=zfs
112024-10-07T07:18:04.742Z+ [[ zfs == autofs ]]
122024-10-07T07:18:04.742Z+ mkdir -p /home/build
132024-10-07T07:18:04.744Z+ chown build:build /home/build /work
142024-10-07T07:18:06.746Z+ chmod 0700 /home/build /work
152024-10-07T07:18:06.749Zprocess exited: duration 4116 ms, exit code 0
 
162024-10-07T07:18:06.754Zstarting task 1: "rust-toolchain"
172024-10-07T07:18:06.760Z+ printf ' * toolchain channel = "%s"
182024-10-07T07:18:06.760Z' stable
192024-10-07T07:18:06.760Z * toolchain channel = "stable"
202024-10-07T07:18:06.762Z * toolchain profile = "default"
212024-10-07T07:18:06.762Z+ printf ' * toolchain profile = "%s"
222024-10-07T07:18:06.762Z' default
232024-10-07T07:18:06.762Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-07T07:18:06.762Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-07T07:18:06.878Zinfo: downloading installer
262024-10-07T07:18:08.361Zinfo: profile set to 'default'
272024-10-07T07:18:08.362Zinfo: default host triple is x86_64-unknown-illumos
282024-10-07T07:18:08.364Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-07T07:18:08.509Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-10-07T07:18:08.509Zinfo: downloading component 'cargo'
312024-10-07T07:18:09.334Zinfo: downloading component 'clippy'
322024-10-07T07:18:09.635Zinfo: downloading component 'rust-docs'
332024-10-07T07:18:10.772Zinfo: downloading component 'rust-std'
342024-10-07T07:18:12.541Zinfo: downloading component 'rustc'
352024-10-07T07:18:18.933Zinfo: downloading component 'rustfmt'
362024-10-07T07:18:19.183Zinfo: installing component 'cargo'
372024-10-07T07:18:20.033Zinfo: installing component 'clippy'
382024-10-07T07:18:20.421Zinfo: installing component 'rust-docs'
392024-10-07T07:18:22.057Zinfo: installing component 'rust-std'
402024-10-07T07:18:23.887Zinfo: installing component 'rustc'
412024-10-07T07:18:29.788Zinfo: installing component 'rustfmt'
422024-10-07T07:18:30.124Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-07T07:18:30.124Z
442024-10-07T07:18:30.487Z stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-10-07T07:18:30.487Z
462024-10-07T07:18:30.490Z
472024-10-07T07:18:30.490ZRust is installed now. Great!
482024-10-07T07:18:30.490Z
492024-10-07T07:18:30.490ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-07T07:18:30.490Zenvironment variable. This has not been done automatically.
512024-10-07T07:18:30.490Z
522024-10-07T07:18:30.490ZTo configure your current shell, you need to source
532024-10-07T07:18:30.490Zthe corresponding env file under $HOME/.cargo.
542024-10-07T07:18:30.490Z
552024-10-07T07:18:30.490ZThis is usually done by running one of the following (note the leading DOT):
562024-10-07T07:18:30.490Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-07T07:18:30.490Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-07T07:18:30.557Z+ rustc --version
592024-10-07T07:18:30.620Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-10-07T07:18:30.623Zprocess exited: duration 23864 ms, exit code 0
 
612024-10-07T07:18:30.628Zstarting task 2: "authentication"
622024-10-07T07:18:30.649Zprocess exited: duration 20 ms, exit code 0
 
632024-10-07T07:18:30.654Zstarting task 3: "clone repository"
642024-10-07T07:18:30.659Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-07T07:18:30.662Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-07T07:18:30.703ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-07T07:18:31.588Z+ cd /work/oxidecomputer/maghemite
682024-10-07T07:18:31.588Z+ git fetch origin ef4f02e3d10609e3598c40be60eb2b774e2e9738
692024-10-07T07:18:31.865ZFrom https://github.com/oxidecomputer/maghemite
702024-10-07T07:18:31.865Z * branch ef4f02e3d10609e3598c40be60eb2b774e2e9738 -> FETCH_HEAD
712024-10-07T07:18:31.872Z+ [[ -n renovate/lock-file-maintenance ]]
722024-10-07T07:18:31.874Z++ git branch --show-current
732024-10-07T07:18:31.877Z+ current=main
742024-10-07T07:18:31.878Z+ [[ main != renovate/lock-file-maintenance ]]
752024-10-07T07:18:31.878Z+ git branch -f renovate/lock-file-maintenance ef4f02e3d10609e3598c40be60eb2b774e2e9738
762024-10-07T07:18:31.880Z+ git checkout -f renovate/lock-file-maintenance
772024-10-07T07:18:31.893ZSwitched to branch 'renovate/lock-file-maintenance'
782024-10-07T07:18:31.896Z+ git reset --hard ef4f02e3d10609e3598c40be60eb2b774e2e9738
792024-10-07T07:18:31.899ZHEAD is now at ef4f02e Lock file maintenance
802024-10-07T07:18:31.902Zprocess exited: duration 1245 ms, exit code 0
 
812024-10-07T07:18:31.907Zstarting task 4: "build"
822024-10-07T07:18:31.912Z+ cargo --version
832024-10-07T07:18:31.917Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-07T07:18:32.102Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-07T07:18:32.102Zinfo: downloading component 'cargo'
862024-10-07T07:18:33.044Zinfo: downloading component 'clippy'
872024-10-07T07:18:33.397Zinfo: downloading component 'rust-docs'
882024-10-07T07:18:34.721Zinfo: downloading component 'rust-std'
892024-10-07T07:18:36.767Zinfo: downloading component 'rustc'
902024-10-07T07:18:43.984Zinfo: downloading component 'rustfmt'
912024-10-07T07:18:44.265Zinfo: installing component 'cargo'
922024-10-07T07:18:45.085Zinfo: installing component 'clippy'
932024-10-07T07:18:45.467Zinfo: installing component 'rust-docs'
942024-10-07T07:18:47.059Zinfo: installing component 'rust-std'
952024-10-07T07:18:48.905Zinfo: installing component 'rustc'
962024-10-07T07:18:54.658Zinfo: installing component 'rustfmt'
972024-10-07T07:18:55.065Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-07T07:18:55.068Z+ rustc --version
992024-10-07T07:18:55.137Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-07T07:18:55.142Z+ banner check
1012024-10-07T07:18:55.146Z
1022024-10-07T07:18:55.146Z #### # # ###### #### # #
1032024-10-07T07:18:55.146Z # # # # # # # # #
1042024-10-07T07:18:55.146Z # ###### ##### # ####
1052024-10-07T07:18:55.146Z # # # # # # #
1062024-10-07T07:18:55.146Z # # # # # # # # #
1072024-10-07T07:18:55.146Z #### # # ###### #### # #
1082024-10-07T07:18:55.146Z
1092024-10-07T07:18:55.148Z+ cargo fmt -- --check
1102024-10-07T07:18:55.759Z+ cargo clippy --all-targets -- --deny warnings
1112024-10-07T07:18:55.999Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
1122024-10-07T07:18:56.223Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
1132024-10-07T07:18:56.428ZFrom https://www.github.com/oxidecomputer/oxnet
1142024-10-07T07:18:56.428Z * [new branch] ci -> origin/ci
1152024-10-07T07:18:56.432Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
1162024-10-07T07:18:56.432Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
1172024-10-07T07:18:56.432Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
1182024-10-07T07:18:56.432Z * [new branch] main -> origin/main
1192024-10-07T07:18:56.432Z * [new ref] -> origin/HEAD
1202024-10-07T07:18:56.441Z Updating crates.io index
1212024-10-07T07:18:56.444Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222024-10-07T07:18:57.193ZFrom https://github.com/oxidecomputer/falcon
1232024-10-07T07:18:57.193Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
1242024-10-07T07:18:57.390Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252024-10-07T07:18:58.518ZFrom https://github.com/oxidecomputer/dendrite
1262024-10-07T07:18:58.518Z * [new ref] f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa -> refs/commit/f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa
1272024-10-07T07:18:58.559Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282024-10-07T07:18:58.990ZFrom https://github.com/oxidecomputer/ispf
1292024-10-07T07:18:58.990Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1302024-10-07T07:18:59.010Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312024-10-07T07:18:59.413ZFrom https://github.com/oxidecomputer/netadm-sys
1322024-10-07T07:18:59.413Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
1332024-10-07T07:18:59.425Z Updating git repository `https://github.com/oxidecomputer/omicron`
1342024-10-07T07:19:04.340ZFrom https://github.com/oxidecomputer/omicron
1352024-10-07T07:19:04.340Z * [new ref] e51641064a9aeb62b6461055505c53e43fbbe58c -> refs/commit/e51641064a9aeb62b6461055505c53e43fbbe58c
1362024-10-07T07:19:04.369Z * [new tag] dogfood -> dogfood
1372024-10-07T07:19:04.372Z * [new tag] v5 -> v5
1382024-10-07T07:19:04.372Z * [new tag] v6 -> v6
1392024-10-07T07:19:04.372Z * [new tag] v7 -> v7
1402024-10-07T07:19:04.372Z * [new tag] v8 -> v8
1412024-10-07T07:19:04.372Z * [new tag] v9 -> v9
1422024-10-07T07:19:04.727Z Updating git repository `https://github.com/oxidecomputer/opte`
1432024-10-07T07:19:05.732ZFrom https://github.com/oxidecomputer/opte
1442024-10-07T07:19:05.732Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
1452024-10-07T07:19:05.775Z Updating git repository `https://github.com/illumos/smf-rs`
1462024-10-07T07:19:06.159ZFrom https://github.com/illumos/smf-rs
1472024-10-07T07:19:06.159Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
1482024-10-07T07:19:06.190Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1492024-10-07T07:19:07.137ZFrom https://github.com/oxidecomputer/maghemite
1502024-10-07T07:19:07.137Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
1512024-10-07T07:19:07.155Z * [new tag] rift -> rift
1522024-10-07T07:19:07.159Z * [new tag] srp -> srp
1532024-10-07T07:19:07.159Z * [new tag] tie-spf -> tie-spf
1542024-10-07T07:19:07.205Z Updating git repository `https://github.com/oxidecomputer/zone`
1552024-10-07T07:19:07.610ZFrom https://github.com/oxidecomputer/zone
1562024-10-07T07:19:07.610Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
1572024-10-07T07:19:07.641Z Updating git repository `https://github.com/oxidecomputer/propolis`
1582024-10-07T07:19:08.322ZFrom https://github.com/oxidecomputer/propolis
1592024-10-07T07:19:08.322Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
1602024-10-07T07:19:08.436Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1612024-10-07T07:19:08.837ZFrom https://github.com/oxidecomputer/dlpi-sys
1622024-10-07T07:19:08.837Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
1632024-10-07T07:19:08.864Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642024-10-07T07:19:09.370ZFrom https://github.com/jmesmon/rust-libzfs
1652024-10-07T07:19:09.371Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1662024-10-07T07:19:09.381Z * [new tag] v0.4.0 -> v0.4.0
1672024-10-07T07:19:09.399Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1682024-10-07T07:19:09.834ZFrom https://github.com/oxidecomputer/rusty-doors
1692024-10-07T07:19:09.834Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1702024-10-07T07:19:09.851Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1712024-10-07T07:19:10.289ZFrom https://github.com/oxidecomputer/maghemite
1722024-10-07T07:19:10.289Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
1732024-10-07T07:19:10.334Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1742024-10-07T07:19:10.708ZFrom https://github.com/oxidecomputer/serde_human_bytes
1752024-10-07T07:19:10.709Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
1762024-10-07T07:19:10.734Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1772024-10-07T07:19:11.128ZFrom https://github.com/oxidecomputer/slog-error-chain
1782024-10-07T07:19:11.128Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1792024-10-07T07:19:11.161Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1802024-10-07T07:19:11.557ZFrom https://github.com/oxidecomputer/poptrie
1812024-10-07T07:19:11.557Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
1822024-10-07T07:19:11.582Z Updating git repository `https://github.com/illumos/libscf-sys.git`
1832024-10-07T07:19:11.970ZFrom https://github.com/illumos/libscf-sys
1842024-10-07T07:19:11.970Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
1852024-10-07T07:19:11.990Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1862024-10-07T07:19:12.938ZFrom https://github.com/oxidecomputer/progenitor
1872024-10-07T07:19:12.938Z * [new ref] 137455149f7e1b902582d1da9d90ad4b09522e1c -> refs/commit/137455149f7e1b902582d1da9d90ad4b09522e1c
1882024-10-07T07:19:12.958Z * [new tag] v0.1.1 -> v0.1.1
1892024-10-07T07:19:12.961Z * [new tag] v0.2.0 -> v0.2.0
1902024-10-07T07:19:12.961Z * [new tag] v0.3.0 -> v0.3.0
1912024-10-07T07:19:12.961Z * [new tag] v0.4.0 -> v0.4.0
1922024-10-07T07:19:12.961Z * [new tag] v0.5.0 -> v0.5.0
1932024-10-07T07:19:12.961Z * [new tag] v0.6.0 -> v0.6.0
1942024-10-07T07:19:12.961Z * [new tag] v0.7.0 -> v0.7.0
1952024-10-07T07:19:12.961Z * [new tag] v0.8.0 -> v0.8.0
1962024-10-07T07:19:13.080Z Updating git repository `https://github.com/oxidecomputer/typify`
1972024-10-07T07:19:15.539ZFrom https://github.com/oxidecomputer/typify
1982024-10-07T07:19:15.540Z * [new ref] d6f1877057e9a7a3146707ec3309044a4918697e -> refs/commit/d6f1877057e9a7a3146707ec3309044a4918697e
1992024-10-07T07:19:15.558Z * [new tag] v0.0.10 -> v0.0.10
2002024-10-07T07:19:15.563Z * [new tag] v0.0.11 -> v0.0.11
2012024-10-07T07:19:15.563Z * [new tag] v0.0.12 -> v0.0.12
2022024-10-07T07:19:15.563Z * [new tag] v0.0.13 -> v0.0.13
2032024-10-07T07:19:15.563Z * [new tag] v0.0.14 -> v0.0.14
2042024-10-07T07:19:15.564Z * [new tag] v0.0.15 -> v0.0.15
2052024-10-07T07:19:15.564Z * [new tag] v0.0.16 -> v0.0.16
2062024-10-07T07:19:15.564Z * [new tag] v0.0.4 -> v0.0.4
2072024-10-07T07:19:15.564Z * [new tag] v0.0.5 -> v0.0.5
2082024-10-07T07:19:15.564Z * [new tag] v0.0.7 -> v0.0.7
2092024-10-07T07:19:15.564Z * [new tag] v0.0.8 -> v0.0.8
2102024-10-07T07:19:15.564Z * [new tag] v0.0.9 -> v0.0.9
2112024-10-07T07:19:15.564Z * [new tag] v0.1.0 -> v0.1.0
2122024-10-07T07:19:15.565Z * [new tag] v0.2.0 -> v0.2.0
2132024-10-07T07:19:15.729Z Updating git repository `https://github.com/oxidecomputer/propolis`
2142024-10-07T07:19:16.216ZFrom https://github.com/oxidecomputer/propolis
2152024-10-07T07:19:16.216Z * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927
2162024-10-07T07:19:16.287Z Updating git repository `https://github.com/oxidecomputer/crucible`
2172024-10-07T07:19:18.044ZFrom https://github.com/oxidecomputer/crucible
2182024-10-07T07:19:18.044Z * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac
2192024-10-07T07:19:18.119Z Updating git repository `https://github.com/oxidecomputer/opte`
2202024-10-07T07:19:18.650ZFrom https://github.com/oxidecomputer/opte
2212024-10-07T07:19:18.650Z * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa
2222024-10-07T07:19:18.694Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232024-10-07T07:19:19.336ZFrom https://github.com/oxidecomputer/management-gateway-service
2242024-10-07T07:19:19.336Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
2252024-10-07T07:19:20.084Z Downloading crates ...
2262024-10-07T07:19:20.156Z Downloaded ciborium-io v0.2.2
2272024-10-07T07:19:20.172Z Downloaded darling_macro v0.20.10
2282024-10-07T07:19:20.174Z Downloaded convert_case v0.4.0
2292024-10-07T07:19:20.174Z Downloaded equivalent v1.0.1
2302024-10-07T07:19:20.177Z Downloaded const-random v0.1.18
2312024-10-07T07:19:20.177Z Downloaded crc8 v0.1.1
2322024-10-07T07:19:20.181Z Downloaded async-stream-impl v0.3.6
2332024-10-07T07:19:20.183Z Downloaded crucible-workspace-hack v0.1.0
2342024-10-07T07:19:20.184Z Downloaded foreign-types-shared v0.1.1
2352024-10-07T07:19:20.184Z Downloaded foreign-types v0.5.0
2362024-10-07T07:19:20.187Z Downloaded percent-encoding v2.3.1
2372024-10-07T07:19:20.187Z Downloaded atomicwrites v0.4.4
2382024-10-07T07:19:20.189Z Downloaded pest_derive v2.7.13
2392024-10-07T07:19:20.191Z Downloaded parking_lot_core v0.8.6
2402024-10-07T07:19:20.194Z Downloaded argon2 v0.5.3
2412024-10-07T07:19:20.197Z Downloaded block-buffer v0.10.4
2422024-10-07T07:19:20.199Z Downloaded camino-tempfile v1.1.1
2432024-10-07T07:19:20.199Z Downloaded atomic-waker v1.1.2
2442024-10-07T07:19:20.202Z Downloaded anstyle-parse v0.2.5
2452024-10-07T07:19:20.208Z Downloaded pretty-hex v0.4.1
2462024-10-07T07:19:20.211Z Downloaded defmt-macros v0.3.9
2472024-10-07T07:19:20.213Z Downloaded cobs v0.2.3
2482024-10-07T07:19:20.215Z Downloaded digest v0.10.7
2492024-10-07T07:19:20.218Z Downloaded fnv v1.0.7
2502024-10-07T07:19:20.218Z Downloaded pkg-config v0.3.31
2512024-10-07T07:19:20.220Z Downloaded fixedbitset v0.4.2
2522024-10-07T07:19:20.223Z Downloaded serde_urlencoded v0.7.1
2532024-10-07T07:19:20.223Z Downloaded form_urlencoded v1.2.1
2542024-10-07T07:19:20.226Z Downloaded dyn-clone v1.0.17
2552024-10-07T07:19:20.226Z Downloaded rand_chacha v0.3.1
2562024-10-07T07:19:20.232Z Downloaded clap_derive v4.5.18
2572024-10-07T07:19:20.238Z Downloaded ppv-lite86 v0.2.20
2582024-10-07T07:19:20.239Z Downloaded proc-macro-crate v3.2.0
2592024-10-07T07:19:20.239Z Downloaded clap_lex v0.7.2
2602024-10-07T07:19:20.239Z Downloaded schemars_derive v0.8.21
2612024-10-07T07:19:20.248Z Downloaded anstyle-query v1.1.1
2622024-10-07T07:19:20.249Z Downloaded bitflags v2.6.0
2632024-10-07T07:19:20.249Z Downloaded serde_repr v0.1.19
2642024-10-07T07:19:20.249Z Downloaded pin-project-lite v0.2.14
2652024-10-07T07:19:20.253Z Downloaded slog-dtrace v0.3.0
2662024-10-07T07:19:20.253Z Downloaded base64ct v1.6.0
2672024-10-07T07:19:20.257Z Downloaded slog-async v2.8.0
2682024-10-07T07:19:20.257Z Downloaded sct v0.7.1
2692024-10-07T07:19:20.260Z Downloaded darling v0.20.10
2702024-10-07T07:19:20.264Z Downloaded serde_with_macros v3.11.0
2712024-10-07T07:19:20.267Z Downloaded futures-channel v0.3.31
2722024-10-07T07:19:20.271Z Downloaded progenitor v0.8.0
2732024-10-07T07:19:20.271Z Downloaded futures-io v0.3.31
2742024-10-07T07:19:20.274Z Downloaded foreign-types-shared v0.3.1
2752024-10-07T07:19:20.274Z Downloaded foreign-types-macros v0.2.3
2762024-10-07T07:19:20.275Z Downloaded hubpack_derive v0.1.1
2772024-10-07T07:19:20.275Z Downloaded quote v1.0.37
2782024-10-07T07:19:20.280Z Downloaded cancel-safe-futures v0.1.5
2792024-10-07T07:19:20.291Z Downloaded backoff v0.4.0
2802024-10-07T07:19:20.291Z Downloaded sigpipe v0.1.3
2812024-10-07T07:19:20.295Z Downloaded ciborium v0.2.2
2822024-10-07T07:19:20.295Z Downloaded scroll_derive v0.12.0
2832024-10-07T07:19:20.295Z Downloaded defmt v0.3.8
2842024-10-07T07:19:20.296Z Downloaded pest_meta v2.7.13
2852024-10-07T07:19:20.296Z Downloaded sync_wrapper v0.1.2
2862024-10-07T07:19:20.296Z Downloaded sha2 v0.10.8
2872024-10-07T07:19:20.299Z Downloaded rustls-pemfile v2.2.0
2882024-10-07T07:19:20.304Z Downloaded hyper-tls v0.6.0
2892024-10-07T07:19:20.305Z Downloaded want v0.3.1
2902024-10-07T07:19:20.310Z Downloaded waitgroup v0.1.2
2912024-10-07T07:19:20.310Z Downloaded match_cfg v0.1.0
2922024-10-07T07:19:20.310Z Downloaded try-lock v0.2.5
2932024-10-07T07:19:20.310Z Downloaded serde_spanned v0.6.8
2942024-10-07T07:19:20.310Z Downloaded serde-big-array v0.5.1
2952024-10-07T07:19:20.310Z Downloaded enum-as-inner v0.6.1
2962024-10-07T07:19:20.315Z Downloaded fastrand v2.1.1
2972024-10-07T07:19:20.315Z Downloaded defmt-parser v0.3.4
2982024-10-07T07:19:20.315Z Downloaded pretty-hex v0.2.1
2992024-10-07T07:19:20.315Z Downloaded powerfmt v0.2.0
3002024-10-07T07:19:20.321Z Downloaded dropshot_endpoint v0.12.0
3012024-10-07T07:19:20.321Z Downloaded futures-core v0.3.31
3022024-10-07T07:19:20.321Z Downloaded serde_derive v1.0.210
3032024-10-07T07:19:20.324Z Downloaded ryu v1.0.18
3042024-10-07T07:19:20.327Z Downloaded dirs-next v2.0.0
3052024-10-07T07:19:20.334Z Downloaded futures-sink v0.3.31
3062024-10-07T07:19:20.334Z Downloaded pin-utils v0.1.0
3072024-10-07T07:19:20.335Z Downloaded instant v0.1.13
3082024-10-07T07:19:20.339Z Downloaded plain v0.2.3
3092024-10-07T07:19:20.339Z Downloaded is-terminal v0.4.13
3102024-10-07T07:19:20.340Z Downloaded pest_generator v2.7.13
3112024-10-07T07:19:20.340Z Downloaded scopeguard v1.2.0
3122024-10-07T07:19:20.340Z Downloaded quinn-udp v0.5.5
3132024-10-07T07:19:20.341Z Downloaded parse-display-derive v0.10.0
3142024-10-07T07:19:20.344Z Downloaded proc-macro-crate v1.3.1
3152024-10-07T07:19:20.345Z Downloaded rustc_version v0.1.7
3162024-10-07T07:19:20.345Z Downloaded data-encoding v2.6.0
3172024-10-07T07:19:20.345Z Downloaded slog-scope v4.4.0
3182024-10-07T07:19:20.350Z Downloaded slab v0.4.9
3192024-10-07T07:19:20.350Z Downloaded shlex v1.3.0
3202024-10-07T07:19:20.350Z Downloaded sha1 v0.10.6
3212024-10-07T07:19:20.353Z Downloaded num_enum v0.5.11
3222024-10-07T07:19:20.357Z Downloaded ident_case v1.0.1
3232024-10-07T07:19:20.357Z Downloaded fxhash v0.2.1
3242024-10-07T07:19:20.357Z Downloaded is_terminal_polyfill v1.70.1
3252024-10-07T07:19:20.360Z Downloaded postcard v1.0.10
3262024-10-07T07:19:20.365Z Downloaded typify-macro v0.2.0
3272024-10-07T07:19:20.365Z Downloaded tokio-macros v2.4.0
3282024-10-07T07:19:20.365Z Downloaded num-derive v0.4.2
3292024-10-07T07:19:20.368Z Downloaded either v1.13.0
3302024-10-07T07:19:20.368Z Downloaded crc32fast v1.4.2
3312024-10-07T07:19:20.372Z Downloaded http-body v1.0.1
3322024-10-07T07:19:20.372Z Downloaded serde_path_to_error v0.1.16
3332024-10-07T07:19:20.373Z Downloaded thread_local v1.1.8
3342024-10-07T07:19:20.376Z Downloaded thread-id v4.2.2
3352024-10-07T07:19:20.376Z Downloaded parking_lot v0.12.3
3362024-10-07T07:19:20.381Z Downloaded tinyvec_macros v0.1.1
3372024-10-07T07:19:20.381Z Downloaded sync_wrapper v1.0.1
3382024-10-07T07:19:20.381Z Downloaded rhai_codegen v2.2.0
3392024-10-07T07:19:20.388Z Downloaded ipnetwork v0.20.0
3402024-10-07T07:19:20.393Z Downloaded cookie v0.18.1
3412024-10-07T07:19:20.394Z Downloaded num_enum v0.7.3
3422024-10-07T07:19:20.397Z Downloaded strsim v0.11.1
3432024-10-07T07:19:20.404Z Downloaded parking_lot_core v0.9.10
3442024-10-07T07:19:20.404Z Downloaded static_assertions v1.1.0
3452024-10-07T07:19:20.408Z Downloaded slog-stdlog v4.1.1
3462024-10-07T07:19:20.408Z Downloaded rand_core v0.6.4
3472024-10-07T07:19:20.408Z Downloaded semver v1.0.23
3482024-10-07T07:19:20.415Z Downloaded usdt-macro v0.5.0
3492024-10-07T07:19:20.415Z Downloaded usdt-attr-macro v0.5.0
3502024-10-07T07:19:20.415Z Downloaded time-core v0.1.2
3512024-10-07T07:19:20.415Z Downloaded swrite v0.1.0
3522024-10-07T07:19:20.420Z Downloaded allocator-api2 v0.2.18
3532024-10-07T07:19:20.420Z Downloaded lazy_static v1.5.0
3542024-10-07T07:19:20.420Z Downloaded subtle v2.6.1
3552024-10-07T07:19:20.420Z Downloaded futures-task v0.3.31
3562024-10-07T07:19:20.425Z Downloaded http-body-util v0.1.2
3572024-10-07T07:19:20.426Z Downloaded strum_macros v0.25.3
3582024-10-07T07:19:20.426Z Downloaded openssl-probe v0.1.5
3592024-10-07T07:19:20.426Z Downloaded version_check v0.9.5
3602024-10-07T07:19:20.430Z Downloaded base64 v0.21.7
3612024-10-07T07:19:20.439Z Downloaded futures v0.3.31
3622024-10-07T07:19:20.449Z Downloaded num-integer v0.1.46
3632024-10-07T07:19:20.449Z Downloaded num-derive v0.3.3
3642024-10-07T07:19:20.449Z Downloaded slog-term v2.9.1
3652024-10-07T07:19:20.449Z Downloaded serde_derive_internals v0.29.1
3662024-10-07T07:19:20.450Z Downloaded slog-json v2.6.1
3672024-10-07T07:19:20.450Z Downloaded num-conv v0.1.0
3682024-10-07T07:19:20.450Z Downloaded hex v0.4.3
3692024-10-07T07:19:20.457Z Downloaded cc v1.1.28
3702024-10-07T07:19:20.457Z Downloaded heck v0.5.0
3712024-10-07T07:19:20.458Z Downloaded num-traits v0.2.19
3722024-10-07T07:19:20.458Z Downloaded untrusted v0.9.0
3732024-10-07T07:19:20.467Z Downloaded tokio-rustls v0.26.0
3742024-10-07T07:19:20.467Z Downloaded log v0.4.22
3752024-10-07T07:19:20.467Z Downloaded num v0.4.3
3762024-10-07T07:19:20.467Z Downloaded derive-where v1.2.7
3772024-10-07T07:19:20.475Z Downloaded newtype-uuid v1.1.0
3782024-10-07T07:19:20.476Z Downloaded usdt v0.5.0
3792024-10-07T07:19:20.476Z Downloaded linear-map v1.2.0
3802024-10-07T07:19:20.476Z Downloaded usdt-impl v0.5.0
3812024-10-07T07:19:20.476Z Downloaded slog v2.7.0
3822024-10-07T07:19:20.480Z Downloaded newline-converter v0.3.0
3832024-10-07T07:19:20.480Z Downloaded hash32 v0.3.1
3842024-10-07T07:19:20.480Z Downloaded tokio-native-tls v0.3.1
3852024-10-07T07:19:20.480Z Downloaded tabwriter v1.4.0
3862024-10-07T07:19:20.483Z Downloaded base64 v0.22.1
3872024-10-07T07:19:20.486Z Downloaded tracing-attributes v0.1.27
3882024-10-07T07:19:20.487Z Downloaded http-body v0.4.6
3892024-10-07T07:19:20.490Z Downloaded serde v1.0.210
3902024-10-07T07:19:20.494Z Downloaded take_mut v0.2.2
3912024-10-07T07:19:20.494Z Downloaded mime v0.3.17
3922024-10-07T07:19:20.494Z Downloaded smallvec v1.13.2
3932024-10-07T07:19:20.505Z Downloaded iana-time-zone v0.1.61
3942024-10-07T07:19:20.505Z Downloaded rustls-pki-types v1.9.0
3952024-10-07T07:19:20.505Z Downloaded linked-hash-map v0.5.6
3962024-10-07T07:19:20.505Z Downloaded typenum v1.17.0
3972024-10-07T07:19:20.505Z Downloaded owo-colors v4.1.0
3982024-10-07T07:19:20.510Z Downloaded httpdate v1.0.3
3992024-10-07T07:19:20.510Z Downloaded toml v0.8.19
4002024-10-07T07:19:20.514Z Downloaded omicron-workspace-hack v0.1.0
4012024-10-07T07:19:20.514Z Downloaded tower-service v0.3.3
4022024-10-07T07:19:20.514Z Downloaded rustversion v1.0.17
4032024-10-07T07:19:20.520Z Downloaded progenitor-impl v0.8.0
4042024-10-07T07:19:20.520Z Downloaded zeroize v1.8.1
4052024-10-07T07:19:20.521Z Downloaded toml_datetime v0.6.8
4062024-10-07T07:19:20.524Z Downloaded proc-macro2 v1.0.86
4072024-10-07T07:19:20.524Z Downloaded arc-swap v1.7.1
4082024-10-07T07:19:20.528Z Downloaded terminal_size v0.4.0
4092024-10-07T07:19:20.528Z Downloaded structmeta-derive v0.3.0
4102024-10-07T07:19:20.533Z Downloaded openssl-macros v0.1.1
4112024-10-07T07:19:20.533Z Downloaded libsw v3.3.1
4122024-10-07T07:19:20.534Z Downloaded structmeta v0.3.0
4132024-10-07T07:19:20.534Z Downloaded lru-cache v0.1.2
4142024-10-07T07:19:20.538Z Downloaded itoa v1.0.11
4152024-10-07T07:19:20.538Z Downloaded uuid v1.10.0
4162024-10-07T07:19:20.544Z Downloaded heapless v0.8.0
4172024-10-07T07:19:20.544Z Downloaded smf v0.2.3
4182024-10-07T07:19:20.548Z Downloaded memmap v0.7.0
4192024-10-07T07:19:20.548Z Downloaded expectorate v1.1.0
4202024-10-07T07:19:20.548Z Downloaded crossbeam-channel v0.5.13
4212024-10-07T07:19:20.556Z Downloaded num_threads v0.1.7
4222024-10-07T07:19:20.556Z Downloaded generic-array v0.14.7
4232024-10-07T07:19:20.559Z Downloaded hyper-tls v0.5.0
4242024-10-07T07:19:20.560Z Downloaded tiny-keccak v2.0.2
4252024-10-07T07:19:20.560Z Downloaded ucd-trie v0.1.7
4262024-10-07T07:19:20.564Z Downloaded indexmap v1.9.3
4272024-10-07T07:19:20.568Z Downloaded heck v0.4.1
4282024-10-07T07:19:20.568Z Downloaded utf8parse v0.2.2
4292024-10-07T07:19:20.568Z Downloaded num_enum_derive v0.5.11
4302024-10-07T07:19:20.568Z Downloaded lock_api v0.4.12
4312024-10-07T07:19:20.573Z Downloaded thiserror v1.0.64
4322024-10-07T07:19:20.578Z Downloaded num_enum_derive v0.7.3
4332024-10-07T07:19:20.578Z Downloaded spin v0.9.8
4342024-10-07T07:19:20.582Z Downloaded tokio-rustls v0.25.0
4352024-10-07T07:19:20.583Z Downloaded tokio-rustls v0.24.1
4362024-10-07T07:19:20.583Z Downloaded multer v3.1.0
4372024-10-07T07:19:20.590Z Downloaded zerocopy-derive v0.7.35
4382024-10-07T07:19:20.596Z Downloaded hostname v0.3.1
4392024-10-07T07:19:20.596Z Downloaded darling_core v0.20.10
4402024-10-07T07:19:20.596Z Downloaded smartstring v1.0.1
4412024-10-07T07:19:20.603Z Downloaded hyper-util v0.1.9
4422024-10-07T07:19:20.603Z Downloaded thin-vec v0.2.13
4432024-10-07T07:19:20.614Z Downloaded hyper-rustls v0.27.3
4442024-10-07T07:19:20.614Z Downloaded indexmap v2.6.0
4452024-10-07T07:19:20.614Z Downloaded tinyvec v1.8.0
4462024-10-07T07:19:20.614Z Downloaded once_cell v1.20.2
4472024-10-07T07:19:20.620Z Downloaded http v0.2.12
4482024-10-07T07:19:20.620Z Downloaded tracing-core v0.1.32
4492024-10-07T07:19:20.625Z Downloaded strum_macros v0.26.4
4502024-10-07T07:19:20.625Z Downloaded tracing v0.1.40
4512024-10-07T07:19:20.628Z Downloaded socket2 v0.5.7
4522024-10-07T07:19:20.631Z Downloaded serde_yaml v0.9.34+deprecated
4532024-10-07T07:19:20.634Z Downloaded unicode-ident v1.0.13
4542024-10-07T07:19:20.637Z Downloaded highway v1.2.0
4552024-10-07T07:19:20.637Z Downloaded whoami v1.5.2
4562024-10-07T07:19:20.641Z Downloaded steno v0.4.1
4572024-10-07T07:19:20.643Z Downloaded memchr v2.7.4
4582024-10-07T07:19:20.647Z Downloaded quinn v0.11.5
4592024-10-07T07:19:20.651Z Downloaded time-macros v0.2.18
4602024-10-07T07:19:20.653Z Downloaded num-complex v0.4.6
4612024-10-07T07:19:20.656Z Downloaded getrandom v0.2.15
4622024-10-07T07:19:20.659Z Downloaded tempfile v3.13.0
4632024-10-07T07:19:20.662Z Downloaded half v2.4.1
4642024-10-07T07:19:20.664Z Downloaded zerocopy v0.6.6
4652024-10-07T07:19:20.667Z Downloaded unicode-bidi v0.3.17
4662024-10-07T07:19:20.669Z Downloaded yansi v1.0.1
4672024-10-07T07:19:20.673Z Downloaded openssl-sys v0.9.103
4682024-10-07T07:19:20.677Z Downloaded toml_edit v0.22.22
4692024-10-07T07:19:20.696Z Downloaded hashbrown v0.12.3
4702024-10-07T07:19:20.699Z Downloaded itertools v0.10.5
4712024-10-07T07:19:20.706Z Downloaded minimal-lexical v0.2.1
4722024-10-07T07:19:20.710Z Downloaded unicode-segmentation v1.12.0
4732024-10-07T07:19:20.714Z Downloaded url v2.5.2
4742024-10-07T07:19:20.716Z Downloaded clap_builder v4.5.19
4752024-10-07T07:19:20.723Z Downloaded toml_edit v0.19.15
4762024-10-07T07:19:20.739Z Downloaded nom v7.1.3
4772024-10-07T07:19:20.744Z Downloaded time v0.3.36
4782024-10-07T07:19:20.751Z Downloaded hickory-resolver v0.24.1
4792024-10-07T07:19:20.756Z Downloaded pest v2.7.13
4802024-10-07T07:19:20.760Z Downloaded zerocopy v0.7.35
4812024-10-07T07:19:20.775Z Downloaded serde_json v1.0.128
4822024-10-07T07:19:20.782Z Downloaded chrono v0.4.38
4832024-10-07T07:19:20.789Z Downloaded rustls-webpki v0.101.7
4842024-10-07T07:19:20.803Z Downloaded futures-util v0.3.31
4852024-10-07T07:19:20.815Z Downloaded libm v0.2.8
4862024-10-07T07:19:20.822Z Downloaded hyper v0.14.30
4872024-10-07T07:19:20.829Z Downloaded itertools v0.12.1
4882024-10-07T07:19:20.836Z Downloaded http v1.1.0
4892024-10-07T07:19:20.839Z Downloaded mio v1.0.2
4902024-10-07T07:19:20.845Z Downloaded syn v1.0.109
4912024-10-07T07:19:20.855Z Downloaded serde_with v3.11.0
4922024-10-07T07:19:20.862Z Downloaded syn v2.0.79
4932024-10-07T07:19:20.886Z Downloaded unicode-normalization v0.1.24
4942024-10-07T07:19:20.889Z Downloaded reqwest v0.12.8
4952024-10-07T07:19:20.890Z Downloaded hashbrown v0.14.5
4962024-10-07T07:19:20.890Z Downloaded webpki-roots v0.26.6
4972024-10-07T07:19:20.894Z Downloaded hyper v1.4.1
4982024-10-07T07:19:20.899Z Downloaded openssl v0.10.66
4992024-10-07T07:19:20.907Z Downloaded winnow v0.5.40
5002024-10-07T07:19:20.915Z Downloaded h2 v0.4.6
5012024-10-07T07:19:20.924Z Downloaded h2 v0.3.26
5022024-10-07T07:19:20.930Z Downloaded hickory-proto v0.24.1
5032024-10-07T07:19:20.942Z Downloaded winnow v0.6.20
5042024-10-07T07:19:20.963Z Downloaded goblin v0.8.2
5052024-10-07T07:19:20.971Z Downloaded typify-impl v0.2.0
5062024-10-07T07:19:20.994Z Downloaded regex v1.11.0
5072024-10-07T07:19:21.003Z Downloaded rustls v0.21.12
5082024-10-07T07:19:21.016Z Downloaded unicode-width v0.1.14
5092024-10-07T07:19:21.020Z Downloaded webpki-roots v0.25.4
5102024-10-07T07:19:21.024Z Downloaded vcpkg v0.2.15
5112024-10-07T07:19:21.063Z Downloaded zerocopy-derive v0.6.6
5122024-10-07T07:19:21.072Z Downloaded regress v0.9.1
5132024-10-07T07:19:21.082Z Downloaded rustls v0.23.14
5142024-10-07T07:19:21.093Z Downloaded idna v0.5.0
5152024-10-07T07:19:21.100Z Downloaded rustls v0.22.4
5162024-10-07T07:19:21.113Z Downloaded rhai v1.19.0
5172024-10-07T07:19:21.126Z Downloaded regex-syntax v0.8.5
5182024-10-07T07:19:21.135Z Downloaded smoltcp v0.11.0
5192024-10-07T07:19:21.147Z Downloaded regress v0.10.1
5202024-10-07T07:19:21.154Z Downloaded openapiv3 v2.0.0
5212024-10-07T07:19:21.167Z Downloaded rustix v0.38.37
5222024-10-07T07:19:21.192Z Downloaded tokio v1.40.0
5232024-10-07T07:19:21.231Z Downloaded sled v0.34.7
5242024-10-07T07:19:21.242Z Downloaded itertools v0.13.0
5252024-10-07T07:19:21.248Z Downloaded rustls-webpki v0.102.8
5262024-10-07T07:19:21.268Z Downloaded idna v0.4.0
5272024-10-07T07:19:21.273Z Downloaded dropshot v0.12.0
5282024-10-07T07:19:21.294Z Downloaded quinn-proto v0.11.8
5292024-10-07T07:19:21.300Z Downloaded tokio-util v0.7.12
5302024-10-07T07:19:21.307Z Downloaded reqwest v0.11.27
5312024-10-07T07:19:21.316Z Downloaded hashbrown v0.15.0
5322024-10-07T07:19:21.322Z Downloaded aho-corasick v1.1.3
5332024-10-07T07:19:21.329Z Downloaded regex-automata v0.4.8
5342024-10-07T07:19:21.347Z Downloaded pretty_assertions v1.4.1
5352024-10-07T07:19:21.351Z Downloaded unsafe-libyaml v0.2.11
5362024-10-07T07:19:21.357Z Downloaded rand v0.8.5
5372024-10-07T07:19:21.357Z Downloaded term v0.7.0
5382024-10-07T07:19:21.362Z Downloaded num-rational v0.4.2
5392024-10-07T07:19:21.362Z Downloaded hyper-rustls v0.24.2
5402024-10-07T07:19:21.365Z Downloaded httparse v1.9.5
5412024-10-07T07:19:21.369Z Downloaded native-tls v0.2.12
5422024-10-07T07:19:21.369Z Downloaded managed v0.8.0
5432024-10-07T07:19:21.373Z Downloaded petgraph v0.6.5
5442024-10-07T07:19:21.388Z Downloaded libc v0.2.159
5452024-10-07T07:19:21.418Z Downloaded schemars v0.8.21
5462024-10-07T07:19:21.428Z Downloaded macaddr v1.0.1
5472024-10-07T07:19:21.449Z Downloaded parking_lot v0.11.2
5482024-10-07T07:19:21.449Z Downloaded thiserror-impl v1.0.64
5492024-10-07T07:19:21.449Z Downloaded typify v0.2.0
5502024-10-07T07:19:21.461Z Downloaded stable_deref_trait v1.2.0
5512024-10-07T07:19:21.461Z Downloaded proc-macro-error v1.0.4
5522024-10-07T07:19:21.461Z Downloaded diff v0.1.13
5532024-10-07T07:19:21.461Z Downloaded blake2 v0.10.6
5542024-10-07T07:19:21.461Z Downloaded indent_write v2.2.0
5552024-10-07T07:19:21.461Z Downloaded humantime v2.1.0
5562024-10-07T07:19:21.461Z Downloaded hubpack v0.1.2
5572024-10-07T07:19:21.462Z Downloaded num-iter v0.1.45
5582024-10-07T07:19:21.462Z Downloaded encoding_rs v0.8.34
5592024-10-07T07:19:21.469Z Downloaded zone v0.3.0
5602024-10-07T07:19:21.472Z Downloaded ipnet v2.10.1
5612024-10-07T07:19:21.475Z Downloaded prettyplease v0.2.22
5622024-10-07T07:19:21.478Z Downloaded crossbeam-utils v0.8.20
5632024-10-07T07:19:21.481Z Downloaded slog-envlogger v2.2.0
5642024-10-07T07:19:21.481Z Downloaded slog-bunyan v2.5.0
5652024-10-07T07:19:21.485Z Downloaded console v0.15.8
5662024-10-07T07:19:21.485Z Downloaded hostname v0.4.0
5672024-10-07T07:19:21.488Z Downloaded semver v0.1.20
5682024-10-07T07:19:21.488Z Downloaded rustls-pemfile v1.0.4
5692024-10-07T07:19:21.491Z Downloaded paste v1.0.15
5702024-10-07T07:19:21.495Z Downloaded futures-macro v0.3.31
5712024-10-07T07:19:21.495Z Downloaded zone_cfg_derive v0.3.0
5722024-10-07T07:19:21.495Z Downloaded newtype_derive v0.1.6
5732024-10-07T07:19:21.495Z Downloaded similar v2.6.0
5742024-10-07T07:19:21.501Z Downloaded progenitor-client v0.8.0
5752024-10-07T07:19:21.504Z Downloaded derive_more v0.99.18
5762024-10-07T07:19:21.505Z Downloaded crunchy v0.2.2
5772024-10-07T07:19:21.505Z Downloaded crossbeam-epoch v0.9.18
5782024-10-07T07:19:21.507Z Downloaded cpufeatures v0.2.14
5792024-10-07T07:19:21.510Z Downloaded strum v0.26.3
5802024-10-07T07:19:21.511Z Downloaded errno v0.3.9
5812024-10-07T07:19:21.513Z Downloaded embedded-io v0.6.1
5822024-10-07T07:19:21.513Z Downloaded camino v1.1.9
5832024-10-07T07:19:21.513Z Downloaded bytes v1.7.2
5842024-10-07T07:19:21.521Z Downloaded clap v4.5.19
5852024-10-07T07:19:21.527Z Downloaded anyhow v1.0.89
5862024-10-07T07:19:21.529Z Downloaded byteorder v1.5.0
5872024-10-07T07:19:21.532Z Downloaded bitflags v1.3.2
5882024-10-07T07:19:21.535Z Downloaded async-stream v0.3.6
5892024-10-07T07:19:21.539Z Downloaded password-hash v0.5.0
5902024-10-07T07:19:21.539Z Downloaded autocfg v1.4.0
5912024-10-07T07:19:21.542Z Downloaded serde_tokenstream v0.2.2
5922024-10-07T07:19:21.542Z Downloaded rustc-hash v2.0.0
5932024-10-07T07:19:21.549Z Downloaded anstream v0.6.15
5942024-10-07T07:19:21.549Z Downloaded signal-hook-registry v1.4.2
5952024-10-07T07:19:21.549Z Downloaded scroll v0.12.0
5962024-10-07T07:19:21.549Z Downloaded foreign-types v0.3.2
5972024-10-07T07:19:21.549Z Downloaded float-ord v0.3.2
5982024-10-07T07:19:21.553Z Downloaded cstr-argument v0.1.2
5992024-10-07T07:19:21.553Z Downloaded const-random-macro v0.1.16
6002024-10-07T07:19:21.553Z Downloaded dtrace-parser v0.2.0
6012024-10-07T07:19:21.553Z Downloaded rustc_version v0.4.1
6022024-10-07T07:19:21.553Z Downloaded quick-error v1.2.3
6032024-10-07T07:19:21.556Z Downloaded progenitor-macro v0.8.0
6042024-10-07T07:19:21.556Z Downloaded proc-macro-error-attr v1.0.4
6052024-10-07T07:19:21.556Z Downloaded dirs-sys-next v0.1.2
6062024-10-07T07:19:21.556Z Downloaded colorchoice v1.0.2
6072024-10-07T07:19:21.561Z Downloaded ciborium-ll v0.2.2
6082024-10-07T07:19:21.561Z Downloaded cfg-if v1.0.0
6092024-10-07T07:19:21.561Z Downloaded async-trait v0.1.83
6102024-10-07T07:19:21.564Z Downloaded anstyle v1.0.8
6112024-10-07T07:19:21.567Z Downloaded ahash v0.8.11
6122024-10-07T07:19:21.570Z Downloaded futures-executor v0.3.31
6132024-10-07T07:19:21.570Z Downloaded embedded-io v0.4.0
6142024-10-07T07:19:21.571Z Downloaded deranged v0.3.11
6152024-10-07T07:19:21.573Z Downloaded debug-ignore v1.0.5
6162024-10-07T07:19:21.573Z Downloaded colored v2.1.0
6172024-10-07T07:19:21.577Z Downloaded resolv-conf v0.7.0
6182024-10-07T07:19:21.577Z Downloaded parse-display v0.10.0
6192024-10-07T07:19:21.580Z Downloaded dof v0.3.0
6202024-10-07T07:19:21.580Z Downloaded crypto-common v0.1.6
6212024-10-07T07:19:21.732Z Downloaded ring v0.17.8
6222024-10-07T07:19:22.139Z Compiling proc-macro2 v1.0.86
6232024-10-07T07:19:22.139Z Compiling unicode-ident v1.0.13
6242024-10-07T07:19:22.142Z Compiling libc v0.2.159
6252024-10-07T07:19:22.142Z Compiling serde v1.0.210
6262024-10-07T07:19:22.142Z Compiling autocfg v1.4.0
6272024-10-07T07:19:22.142Z Compiling version_check v0.9.5
6282024-10-07T07:19:22.142Z Compiling libm v0.2.8
6292024-10-07T07:19:22.142Z Compiling parking_lot_core v0.9.10
6302024-10-07T07:19:22.357Z Compiling once_cell v1.20.2
6312024-10-07T07:19:22.689Z Compiling thiserror v1.0.64
6322024-10-07T07:19:22.743Z Compiling cfg-if v1.0.0
6332024-10-07T07:19:22.761Z Compiling serde_json v1.0.128
6342024-10-07T07:19:22.798Z Compiling shlex v1.3.0
6352024-10-07T07:19:22.826Z Compiling schemars v0.8.21
6362024-10-07T07:19:22.844Z Compiling memchr v2.7.4
6372024-10-07T07:19:23.080Z Compiling lock_api v0.4.12
6382024-10-07T07:19:23.159Z Compiling num-traits v0.2.19
6392024-10-07T07:19:23.179Z Compiling cc v1.1.28
6402024-10-07T07:19:23.579Z Compiling slab v0.4.9
6412024-10-07T07:19:23.809Z Compiling quote v1.0.37
6422024-10-07T07:19:24.081Z Compiling getrandom v0.2.15
6432024-10-07T07:19:24.194Z Compiling itoa v1.0.11
6442024-10-07T07:19:24.311Z Compiling syn v2.0.79
6452024-10-07T07:19:24.367Z Compiling ryu v1.0.18
6462024-10-07T07:19:24.423Z Compiling heck v0.5.0
6472024-10-07T07:19:24.449Z Compiling equivalent v1.0.1
6482024-10-07T07:19:24.556Z Compiling httparse v1.9.5
6492024-10-07T07:19:24.573Z Compiling hashbrown v0.15.0
6502024-10-07T07:19:24.662Z Compiling byteorder v1.5.0
6512024-10-07T07:19:24.687Z Compiling log v0.4.22
6522024-10-07T07:19:24.770Z Compiling pkg-config v0.3.31
6532024-10-07T07:19:24.851Z Compiling vcpkg v0.2.15
6542024-10-07T07:19:25.319Z Compiling slog v2.7.0
6552024-10-07T07:19:25.789Z Compiling openssl v0.10.66
6562024-10-07T07:19:25.876Z Compiling fnv v1.0.7
6572024-10-07T07:19:26.063Z Compiling semver v1.0.23
6582024-10-07T07:19:26.094Z Compiling iana-time-zone v0.1.61
6592024-10-07T07:19:26.202Z Compiling ring v0.17.8
6602024-10-07T07:19:26.447Z Compiling dyn-clone v1.0.17
6612024-10-07T07:19:26.467Z Compiling native-tls v0.2.12
6622024-10-07T07:19:26.563Z Compiling openssl-sys v0.9.103
6632024-10-07T07:19:26.601Z Compiling ahash v0.8.11
6642024-10-07T07:19:26.643Z Compiling crunchy v0.2.2
6652024-10-07T07:19:26.646Z Compiling allocator-api2 v0.2.18
6662024-10-07T07:19:27.069Z Compiling tiny-keccak v2.0.2
6672024-10-07T07:19:27.071Z Compiling rustls v0.23.14
6682024-10-07T07:19:27.754Z Compiling anyhow v1.0.89
6692024-10-07T07:19:27.883Z Compiling const-random-macro v0.1.16
6702024-10-07T07:19:27.917Z Compiling aho-corasick v1.1.3
6712024-10-07T07:19:28.058Z Compiling regex-syntax v0.8.5
6722024-10-07T07:19:28.296Z Compiling typenum v1.17.0
6732024-10-07T07:19:28.467Z Compiling generic-array v0.14.7
6742024-10-07T07:19:28.640Z Compiling unsafe-libyaml v0.2.11
6752024-10-07T07:19:28.670Z Checking pin-project-lite v0.2.14
6762024-10-07T07:19:28.781Z Compiling time-core v0.1.2
6772024-10-07T07:19:28.867Z Compiling num-conv v0.1.0
6782024-10-07T07:19:29.150Z Compiling time-macros v0.2.18
6792024-10-07T07:19:29.590Z Compiling syn v1.0.109
6802024-10-07T07:19:30.365Z Checking scopeguard v1.2.0
6812024-10-07T07:19:30.479Z Compiling ucd-trie v0.1.7
6822024-10-07T07:19:30.935Z Checking mio v1.0.2
6832024-10-07T07:19:31.008Z Checking socket2 v0.5.7
6842024-10-07T07:19:31.531Z Compiling serde_derive_internals v0.29.1
6852024-10-07T07:19:31.579Z Checking signal-hook-registry v1.4.2
6862024-10-07T07:19:31.834Z Compiling regex-automata v0.4.8
6872024-10-07T07:19:32.142Z Compiling omicron-workspace-hack v0.1.0
6882024-10-07T07:19:32.380Z Compiling rustversion v1.0.17
6892024-10-07T07:19:32.479Z Compiling crossbeam-utils v0.8.20
6902024-10-07T07:19:32.908Z Compiling usdt-impl v0.5.0
6912024-10-07T07:19:33.589Z Compiling slog-async v2.8.0
6922024-10-07T07:19:33.787Z Compiling strsim v0.11.1
6932024-10-07T07:19:33.976Z Compiling plain v0.2.3
6942024-10-07T07:19:34.160Z Compiling pretty-hex v0.4.1
6952024-10-07T07:19:34.342Z Compiling thread-id v4.2.2
6962024-10-07T07:19:34.456Z Compiling ident_case v1.0.1
6972024-10-07T07:19:34.490Z Checking futures-core v0.3.31
6982024-10-07T07:19:34.548Z Compiling camino v1.1.9
6992024-10-07T07:19:34.660Z Compiling darling_core v0.20.10
7002024-10-07T07:19:34.679Z Compiling rustls v0.22.4
7012024-10-07T07:19:35.368Z Compiling paste v1.0.15
7022024-10-07T07:19:35.387Z Checking futures-sink v0.3.31
7032024-10-07T07:19:35.533Z Compiling multer v3.1.0
7042024-10-07T07:19:35.666Z Checking futures-channel v0.3.31
7052024-10-07T07:19:35.852Z Compiling regex v1.11.0
7062024-10-07T07:19:36.003Z Checking tracing-core v0.1.32
7072024-10-07T07:19:36.079Z Checking pin-utils v0.1.0
7082024-10-07T07:19:36.171Z Compiling rustix v0.38.37
7092024-10-07T07:19:36.687Z Checking futures-task v0.3.31
7102024-10-07T07:19:36.881Z Checking futures-io v0.3.31
7112024-10-07T07:19:36.945Z Compiling serde_derive v1.0.210
7122024-10-07T07:19:37.026Z Compiling zerocopy-derive v0.7.35
7132024-10-07T07:19:37.071Z Compiling tokio-macros v2.4.0
7142024-10-07T07:19:37.090Z Compiling thiserror-impl v1.0.64
7152024-10-07T07:19:37.971Z Compiling schemars_derive v0.8.21
7162024-10-07T07:19:38.584Z Compiling futures-macro v0.3.31
7172024-10-07T07:19:39.141Z Compiling tracing-attributes v0.1.27
7182024-10-07T07:19:39.629Z Compiling zerocopy v0.7.35
7192024-10-07T07:19:40.035Z Compiling openssl-macros v0.1.1
7202024-10-07T07:19:40.457Z Compiling scroll_derive v0.12.0
7212024-10-07T07:19:40.681Z Compiling pest v2.7.13
7222024-10-07T07:19:41.109Z Compiling darling_macro v0.20.10
7232024-10-07T07:19:41.845Z Compiling hashbrown v0.14.5
7242024-10-07T07:19:41.958Z Compiling scroll v0.12.0
7252024-10-07T07:19:41.978Z Compiling async-trait v0.1.83
7262024-10-07T07:19:42.068Z Compiling darling v0.20.10
7272024-10-07T07:19:42.186Z Compiling serde_with_macros v3.11.0
7282024-10-07T07:19:42.325Z Compiling strum_macros v0.26.4
7292024-10-07T07:19:42.511Z Compiling goblin v0.8.2
7302024-10-07T07:19:42.513Z Compiling async-stream-impl v0.3.6
7312024-10-07T07:19:43.184Z Compiling regress v0.10.1
7322024-10-07T07:19:43.643Z Compiling pest_meta v2.7.13
7332024-10-07T07:19:43.839Z Compiling structmeta-derive v0.3.0
7342024-10-07T07:19:46.506Z Compiling pest_generator v2.7.13
7352024-10-07T07:19:46.920Z Compiling structmeta v0.3.0
7362024-10-07T07:19:47.338Z Checking tracing v0.1.40
7372024-10-07T07:19:47.672Z Checking futures-util v0.3.31
7382024-10-07T07:19:48.171Z Compiling dropshot v0.12.0
7392024-10-07T07:19:48.292Z Compiling pest_derive v2.7.13
7402024-10-07T07:19:48.690Z Compiling parse-display-derive v0.10.0
7412024-10-07T07:19:49.131Z Compiling dtrace-parser v0.2.0
7422024-10-07T07:19:49.303Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
7432024-10-07T07:19:49.512Z Checking bytes v1.7.2
7442024-10-07T07:19:50.091Z Checking smallvec v1.13.2
7452024-10-07T07:19:50.513Z Compiling indexmap v2.6.0
7462024-10-07T07:19:50.723Z Compiling serde_tokenstream v0.2.2
7472024-10-07T07:19:50.848Z Compiling chrono v0.4.38
7482024-10-07T07:19:51.342Z Compiling uuid v1.10.0
7492024-10-07T07:19:51.842Z Compiling http v1.1.0
7502024-10-07T07:19:51.982Z Compiling serde_yaml v0.9.34+deprecated
7512024-10-07T07:19:52.328Z Compiling openapiv3 v2.0.0
7522024-10-07T07:19:52.944Z Compiling toml_datetime v0.6.8
7532024-10-07T07:19:52.962Z Checking parking_lot v0.12.3
7542024-10-07T07:19:53.383Z Checking tokio v1.40.0
7552024-10-07T07:19:53.625Z Compiling dof v0.3.0
7562024-10-07T07:19:55.308Z Compiling typify-impl v0.2.0
7572024-10-07T07:19:55.685Z Compiling usdt-attr-macro v0.5.0
7582024-10-07T07:19:55.751Z Compiling usdt-macro v0.5.0
7592024-10-07T07:19:56.637Z Compiling dropshot_endpoint v0.12.0
7602024-10-07T07:19:57.995Z Checking bitflags v2.6.0
7612024-10-07T07:19:58.336Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
7622024-10-07T07:19:58.407Z Checking spin v0.9.8
7632024-10-07T07:19:58.635Z Checking untrusted v0.9.0
7642024-10-07T07:19:58.653Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7652024-10-07T07:19:58.802Z Compiling heapless v0.8.0
7662024-10-07T07:19:59.022Z Compiling winnow v0.5.40
7672024-10-07T07:20:01.045Z Checking subtle v2.6.1
7682024-10-07T07:20:01.064Z Compiling smoltcp v0.11.0
7692024-10-07T07:20:01.366Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
7702024-10-07T07:20:01.702Z Checking tokio-util v0.7.12
7712024-10-07T07:20:01.720Z Compiling foreign-types-macros v0.2.3
7722024-10-07T07:20:02.701Z Compiling toml_edit v0.19.15
7732024-10-07T07:20:03.541Z Checking try-lock v0.2.5
7742024-10-07T07:20:03.565Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
7752024-10-07T07:20:03.667Z Checking want v0.3.1
7762024-10-07T07:20:04.418Z Checking httpdate v1.0.3
7772024-10-07T07:20:04.437Z Checking rustls-pki-types v1.9.0
7782024-10-07T07:20:04.691Z Compiling clap_derive v4.5.18
7792024-10-07T07:20:05.312Z Compiling proc-macro-crate v1.3.1
7802024-10-07T07:20:05.333Z Checking tower-service v0.3.3
7812024-10-07T07:20:05.336Z Checking tinyvec_macros v0.1.1
7822024-10-07T07:20:05.442Z Compiling heck v0.4.1
7832024-10-07T07:20:05.459Z Checking tinyvec v1.8.0
7842024-10-07T07:20:06.576Z Checking const-random v0.1.18
7852024-10-07T07:20:06.974Z Checking percent-encoding v2.3.1
7862024-10-07T07:20:07.162Z Checking foreign-types-shared v0.1.1
7872024-10-07T07:20:07.181Z Checking atomic-waker v1.1.2
7882024-10-07T07:20:07.316Z Checking foreign-types v0.3.2
7892024-10-07T07:20:07.385Z Checking form_urlencoded v1.2.1
7902024-10-07T07:20:07.412Z Checking unicode-normalization v0.1.24
7912024-10-07T07:20:08.147Z Checking rustls-webpki v0.102.8
7922024-10-07T07:20:08.355Z Checking http-body v1.0.1
7932024-10-07T07:20:08.894Z Compiling num_enum_derive v0.5.11
7942024-10-07T07:20:08.952Z Compiling proc-macro-error-attr v1.0.4
7952024-10-07T07:20:09.093Z Compiling typify-macro v0.2.0
7962024-10-07T07:20:09.744Z Checking unicode-bidi v0.3.17
7972024-10-07T07:20:09.870Z Checking zeroize v1.8.1
7982024-10-07T07:20:10.449Z Checking h2 v0.4.6
7992024-10-07T07:20:11.172Z Compiling proc-macro-error v1.0.4
8002024-10-07T07:20:11.943Z Checking openssl-probe v0.1.5
8012024-10-07T07:20:12.997Z Compiling typify v0.2.0
8022024-10-07T07:20:13.141Z Compiling progenitor-impl v0.8.0
8032024-10-07T07:20:13.185Z Checking idna v0.5.0
8042024-10-07T07:20:14.010Z Checking url v2.5.2
8052024-10-07T07:20:14.697Z Checking hyper v1.4.1
8062024-10-07T07:20:15.976Z Checking tokio-native-tls v0.3.1
8072024-10-07T07:20:16.258Z Checking encoding_rs v0.8.34
8082024-10-07T07:20:16.787Z Checking hyper-util v0.1.9
8092024-10-07T07:20:16.912Z Checking ipnet v2.10.1
8102024-10-07T07:20:17.107Z Checking mime v0.3.17
8112024-10-07T07:20:18.484Z Checking http-body-util v0.1.2
8122024-10-07T07:20:18.592Z Checking serde_urlencoded v0.7.1
8132024-10-07T07:20:19.744Z Compiling progenitor-macro v0.8.0
8142024-10-07T07:20:20.062Z Checking webpki-roots v0.26.6
8152024-10-07T07:20:20.135Z Checking rustls-pemfile v2.2.0
8162024-10-07T07:20:20.259Z Checking ipnetwork v0.20.0
8172024-10-07T07:20:20.612Z Checking rand_core v0.6.4
8182024-10-07T07:20:21.245Z Checking base64 v0.22.1
8192024-10-07T07:20:21.992Z Checking hyper-tls v0.6.0
8202024-10-07T07:20:22.096Z Compiling serde_spanned v0.6.8
8212024-10-07T07:20:22.326Z Checking sync_wrapper v1.0.1
8222024-10-07T07:20:22.692Z Checking tokio-rustls v0.26.0
8232024-10-07T07:20:22.879Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
8242024-10-07T07:20:23.096Z Checking hyper-rustls v0.27.3
8252024-10-07T07:20:23.219Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
8262024-10-07T07:20:23.568Z Compiling winnow v0.6.20
8272024-10-07T07:20:23.780Z Checking reqwest v0.12.8
8282024-10-07T07:20:26.051Z Checking ppv-lite86 v0.2.20
8292024-10-07T07:20:26.854Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
8302024-10-07T07:20:27.325Z Compiling toml_edit v0.22.22
8312024-10-07T07:20:29.228Z Compiling powerfmt v0.2.0
8322024-10-07T07:20:29.855Z Compiling deranged v0.3.11
8332024-10-07T07:20:31.531Z Checking rand_chacha v0.3.1
8342024-10-07T07:20:32.794Z Compiling crucible-workspace-hack v0.1.0
8352024-10-07T07:20:33.197Z Compiling num_threads v0.1.7
8362024-10-07T07:20:33.306Z Compiling time v0.3.36
8372024-10-07T07:20:33.373Z Checking rand v0.8.5
8382024-10-07T07:20:34.655Z Compiling dirs-sys-next v0.1.2
8392024-10-07T07:20:35.023Z Compiling prettyplease v0.2.22
8402024-10-07T07:20:35.377Z Compiling dirs-next v2.0.0
8412024-10-07T07:20:36.581Z Compiling crypto-common v0.1.6
8422024-10-07T07:20:36.581Z Compiling block-buffer v0.10.4
8432024-10-07T07:20:36.788Z Compiling thread_local v1.1.8
8442024-10-07T07:20:36.788Z Compiling match_cfg v0.1.0
8452024-10-07T07:20:37.172Z Compiling hostname v0.3.1
8462024-10-07T07:20:37.303Z Compiling digest v0.10.7
8472024-10-07T07:20:37.671Z Compiling progenitor-client v0.8.0
8482024-10-07T07:20:37.755Z Compiling crossbeam-channel v0.5.13
8492024-10-07T07:20:38.083Z Compiling term v0.7.0
8502024-10-07T07:20:38.208Z Compiling slog-json v2.6.1
8512024-10-07T07:20:38.564Z Compiling zone_cfg_derive v0.3.0
8522024-10-07T07:20:38.746Z Compiling futures-executor v0.3.31
8532024-10-07T07:20:39.208Z Compiling num-derive v0.4.2
8542024-10-07T07:20:39.299Z Compiling num-integer v0.1.46
8552024-10-07T07:20:40.055Z Compiling is-terminal v0.4.13
8562024-10-07T07:20:40.147Z Compiling memmap v0.7.0
8572024-10-07T07:20:40.180Z Compiling errno v0.3.9
8582024-10-07T07:20:40.399Z Compiling utf8parse v0.2.2
8592024-10-07T07:20:40.460Z Compiling take_mut v0.2.2
8602024-10-07T07:20:40.886Z Compiling cpufeatures v0.2.14
8612024-10-07T07:20:41.170Z Compiling sha1 v0.10.6
8622024-10-07T07:20:42.324Z Compiling anstyle-parse v0.2.5
8632024-10-07T07:20:42.417Z Compiling usdt v0.5.0
8642024-10-07T07:20:42.652Z Compiling tokio-rustls v0.25.0
8652024-10-07T07:20:42.873Z Compiling slog-term v2.9.1
8662024-10-07T07:20:43.435Z Compiling futures v0.3.31
8672024-10-07T07:20:43.496Z Compiling slog-bunyan v2.5.0
8682024-10-07T07:20:43.554Z Compiling progenitor v0.8.0
8692024-10-07T07:20:44.464Z Compiling toml v0.8.19
8702024-10-07T07:20:45.187Z Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
8712024-10-07T07:20:45.420Z Compiling waitgroup v0.1.2
8722024-10-07T07:20:45.524Z Compiling async-stream v0.3.6
8732024-10-07T07:20:45.781Z Compiling newtype-uuid v1.1.0
8742024-10-07T07:20:45.922Z Compiling hex v0.4.3
8752024-10-07T07:20:46.109Z Compiling serde_path_to_error v0.1.16
8762024-10-07T07:20:46.907Z Compiling hostname v0.4.0
8772024-10-07T07:20:46.954Z Compiling instant v0.1.13
8782024-10-07T07:20:46.975Z Compiling is_terminal_polyfill v1.70.1
8792024-10-07T07:20:47.105Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
8802024-10-07T07:20:47.123Z Compiling semver v0.1.20
8812024-10-07T07:20:47.329Z Compiling anstyle v1.0.8
8822024-10-07T07:20:47.548Z Compiling debug-ignore v1.0.5
8832024-10-07T07:20:47.605Z Compiling colorchoice v1.0.2
8842024-10-07T07:20:47.641Z Compiling anstyle-query v1.1.1
8852024-10-07T07:20:47.757Z Compiling anstream v0.6.15
8862024-10-07T07:20:47.760Z Compiling rustc_version v0.1.7
8872024-10-07T07:20:47.824Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
8882024-10-07T07:20:48.163Z Compiling backoff v0.4.0
8892024-10-07T07:20:48.428Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
8902024-10-07T07:20:48.458Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
8912024-10-07T07:20:48.794Z Compiling terminal_size v0.4.0
8922024-10-07T07:20:48.796Z Compiling num-iter v0.1.45
8932024-10-07T07:20:48.985Z Compiling num-rational v0.4.2
8942024-10-07T07:20:49.004Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
8952024-10-07T07:20:49.187Z Compiling parse-display v0.10.0
8962024-10-07T07:20:49.221Z Compiling macaddr v1.0.1
8972024-10-07T07:20:49.276Z Compiling serde_with v3.11.0
8982024-10-07T07:20:49.672Z Compiling strum v0.26.3
8992024-10-07T07:20:49.741Z Compiling regress v0.9.1
9002024-10-07T07:20:49.846Z Compiling hubpack_derive v0.1.1
9012024-10-07T07:20:50.182Z Compiling zerocopy-derive v0.6.6
9022024-10-07T07:20:50.795Z Compiling num-complex v0.4.6
9032024-10-07T07:20:50.840Z Compiling clap_lex v0.7.2
9042024-10-07T07:20:51.325Z Checking lazy_static v1.5.0
9052024-10-07T07:20:51.453Z Compiling clap_builder v4.5.19
9062024-10-07T07:20:51.823Z Compiling num v0.4.3
9072024-10-07T07:20:51.931Z Compiling newtype_derive v0.1.6
9082024-10-07T07:20:52.389Z Compiling owo-colors v4.1.0
9092024-10-07T07:20:52.409Z Compiling float-ord v0.3.2
9102024-10-07T07:20:52.447Z Compiling cancel-safe-futures v0.1.5
9112024-10-07T07:20:53.221Z Compiling strum_macros v0.25.3
9122024-10-07T07:20:54.086Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9132024-10-07T07:20:55.097Z Compiling serde_repr v0.1.19
9142024-10-07T07:20:55.450Z Compiling clap v4.5.19
9152024-10-07T07:20:56.933Z Compiling cookie v0.18.1
9162024-10-07T07:20:57.137Z Compiling convert_case v0.4.0
9172024-10-07T07:20:57.370Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
9182024-10-07T07:20:57.814Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9192024-10-07T07:20:57.923Z Compiling derive_more v0.99.18
9202024-10-07T07:20:58.079Z Compiling derive-where v1.2.7
9212024-10-07T07:20:58.300Z Compiling enum-as-inner v0.6.1
9222024-10-07T07:20:59.194Z Checking unicode-width v0.1.14
9232024-10-07T07:21:05.314Z Checking hash32 v0.3.1
9242024-10-07T07:21:05.529Z Compiling slog-dtrace v0.3.0
9252024-10-07T07:21:05.602Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9262024-10-07T07:21:05.665Z Checking stable_deref_trait v1.2.0
9272024-10-07T07:21:06.522Z Compiling num-derive v0.3.3
9282024-10-07T07:21:07.024Z Checking cobs v0.2.3
9292024-10-07T07:21:07.187Z Checking foreign-types-shared v0.3.1
9302024-10-07T07:21:07.208Z Checking either v1.13.0
9312024-10-07T07:21:07.304Z Checking managed v0.8.0
9322024-10-07T07:21:07.602Z Checking bitflags v1.3.2
9332024-10-07T07:21:07.671Z Compiling parking_lot_core v0.8.6
9342024-10-07T07:21:09.822Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9352024-10-07T07:21:09.941Z Checking foreign-types v0.5.0
9362024-10-07T07:21:10.055Z Checking postcard v1.0.10
9372024-10-07T07:21:11.202Z Checking num_enum v0.5.11
9382024-10-07T07:21:11.776Z Checking cstr-argument v0.1.2
9392024-10-07T07:21:11.932Z Checking pretty-hex v0.2.1
9402024-10-07T07:21:12.406Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
9412024-10-07T07:21:12.677Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
9422024-10-07T07:21:12.990Z Checking colored v2.1.0
9432024-10-07T07:21:13.223Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
9442024-10-07T07:21:13.522Z Checking tabwriter v1.4.0
9452024-10-07T07:21:13.630Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9462024-10-07T07:21:17.058Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
9472024-10-07T07:21:17.077Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
9482024-10-07T07:21:17.214Z Checking fastrand v2.1.1
9492024-10-07T07:21:17.546Z Checking tempfile v3.13.0
9502024-10-07T07:21:17.565Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
9512024-10-07T07:21:20.203Z Checking unicode-segmentation v1.12.0
9522024-10-07T07:21:20.911Z Checking newline-converter v0.3.0
9532024-10-07T07:21:21.116Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
9542024-10-07T07:21:21.178Z Checking camino-tempfile v1.1.1
9552024-10-07T07:21:21.456Z Checking itertools v0.10.5
9562024-10-07T07:21:21.775Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
9572024-10-07T07:21:21.805Z Checking console v0.15.8
9582024-10-07T07:21:22.144Z Checking sigpipe v0.1.3
9592024-10-07T07:21:22.250Z Checking static_assertions v1.1.0
9602024-10-07T07:21:22.350Z Checking similar v2.6.0
9612024-10-07T07:21:22.382Z Checking base64ct v1.6.0
9622024-10-07T07:21:22.462Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9632024-10-07T07:21:22.702Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
9642024-10-07T07:21:22.795Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
9652024-10-07T07:21:22.839Z Checking password-hash v0.5.0
9662024-10-07T07:21:22.946Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
9672024-10-07T07:21:23.039Z Checking expectorate v1.1.0
9682024-10-07T07:21:23.190Z Checking blake2 v0.10.6
9692024-10-07T07:21:23.267Z Checking smf v0.2.3
9702024-10-07T07:21:23.383Z Checking whoami v1.5.2
9712024-10-07T07:21:23.578Z Checking fixedbitset v0.4.2
9722024-10-07T07:21:23.701Z Checking argon2 v0.5.3
9732024-10-07T07:21:23.733Z Checking zerocopy v0.6.6
9742024-10-07T07:21:23.762Z Checking zone v0.3.0
9752024-10-07T07:21:23.814Z Checking hubpack v0.1.2
9762024-10-07T07:21:23.832Z Checking petgraph v0.6.5
9772024-10-07T07:21:24.300Z Checking serde-big-array v0.5.1
9782024-10-07T07:21:24.487Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9792024-10-07T07:21:24.522Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
9802024-10-07T07:21:24.997Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9812024-10-07T07:21:25.417Z Checking atomicwrites v0.4.4
9822024-10-07T07:21:25.620Z Checking itertools v0.13.0
9832024-10-07T07:21:26.235Z Checking idna v0.4.0
9842024-10-07T07:21:26.287Z Checking libsw v3.3.1
9852024-10-07T07:21:27.020Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9862024-10-07T07:21:27.095Z Checking linked-hash-map v0.5.6
9872024-10-07T07:21:27.151Z Checking linear-map v1.2.0
9882024-10-07T07:21:27.435Z Checking quick-error v1.2.3
9892024-10-07T07:21:27.569Z Checking indent_write v2.2.0
9902024-10-07T07:21:27.635Z Checking data-encoding v2.6.0
9912024-10-07T07:21:27.659Z Checking swrite v0.1.0
9922024-10-07T07:21:27.789Z Checking highway v1.2.0
9932024-10-07T07:21:27.831Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9942024-10-07T07:21:28.002Z Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9952024-10-07T07:21:28.211Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9962024-10-07T07:21:28.274Z Checking hickory-proto v0.24.1
9972024-10-07T07:21:28.352Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
9982024-10-07T07:21:29.437Z Checking resolv-conf v0.7.0
9992024-10-07T07:21:29.586Z Checking lru-cache v0.1.2
10002024-10-07T07:21:29.646Z Checking steno v0.4.1
10012024-10-07T07:21:29.776Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10022024-10-07T07:21:29.889Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10032024-10-07T07:21:30.579Z Checking humantime v2.1.0
10042024-10-07T07:21:31.964Z Checking hickory-resolver v0.24.1
10052024-10-07T07:21:32.139Z Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
10062024-10-07T07:21:33.033Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
10072024-10-07T07:21:33.362Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10082024-10-07T07:21:33.945Z Checking parking_lot v0.11.2
10092024-10-07T07:21:34.133Z Checking crossbeam-epoch v0.9.18
10102024-10-07T07:21:34.424Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10112024-10-07T07:21:34.630Z Checking fxhash v0.2.1
10122024-10-07T07:21:34.791Z Checking crc32fast v1.4.2
10132024-10-07T07:21:34.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
10142024-10-07T07:21:35.016Z Checking sled v0.34.7
10152024-10-07T07:21:37.817Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
10162024-10-07T07:21:40.569Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
10172024-10-07T07:21:41.059Z Compiling proc-macro-crate v3.2.0
10182024-10-07T07:21:41.550Z Compiling rustls v0.21.12
10192024-10-07T07:21:42.000Z Checking half v2.4.1
10202024-10-07T07:21:42.083Z Compiling smartstring v1.0.1
10212024-10-07T07:21:42.113Z Checking ciborium-io v0.2.2
10222024-10-07T07:21:42.218Z Compiling num_enum_derive v0.7.3
10232024-10-07T07:21:42.509Z Checking ciborium-ll v0.2.2
10242024-10-07T07:21:43.082Z Checking ciborium v0.2.2
10252024-10-07T07:21:43.243Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
10262024-10-07T07:21:44.126Z Compiling rhai_codegen v2.2.0
10272024-10-07T07:21:44.648Z Checking crc8 v0.1.1
10282024-10-07T07:21:44.794Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
10292024-10-07T07:21:44.953Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
10302024-10-07T07:21:45.046Z Checking http v0.2.12
10312024-10-07T07:21:45.290Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b)
10322024-10-07T07:21:47.367Z Checking arc-swap v1.7.1
10332024-10-07T07:21:47.808Z Checking slog-scope v4.4.0
10342024-10-07T07:21:47.996Z Checking h2 v0.3.26
10352024-10-07T07:21:48.093Z Checking http-body v0.4.6
10362024-10-07T07:21:48.268Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
10372024-10-07T07:21:50.430Z Checking num_enum v0.7.3
10382024-10-07T07:21:50.603Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
10392024-10-07T07:21:51.088Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10402024-10-07T07:21:52.043Z Checking rustls-webpki v0.101.7
10412024-10-07T07:21:52.190Z Checking sct v0.7.1
10422024-10-07T07:21:53.808Z Checking hyper v0.14.30
10432024-10-07T07:21:54.741Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
10442024-10-07T07:21:56.229Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
10452024-10-07T07:21:56.761Z Checking slog-stdlog v4.1.1
10462024-10-07T07:21:57.394Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
10472024-10-07T07:21:58.622Z Checking thin-vec v0.2.13
10482024-10-07T07:21:58.759Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
10492024-10-07T07:21:58.863Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770)
10502024-10-07T07:21:59.003Z Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
10512024-10-07T07:21:59.137Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
10522024-10-07T07:21:59.154Z Checking diff v0.1.13
10532024-10-07T07:21:59.172Z Checking yansi v1.0.1
10542024-10-07T07:21:59.377Z Checking minimal-lexical v0.2.1
10552024-10-07T07:21:59.477Z Checking rhai v1.19.0
10562024-10-07T07:21:59.724Z Checking pretty_assertions v1.4.1
10572024-10-07T07:21:59.783Z Checking nom v7.1.3
10582024-10-07T07:22:00.221Z Checking slog-envlogger v2.2.0
10592024-10-07T07:22:00.439Z Checking tokio-rustls v0.24.1
10602024-10-07T07:22:00.522Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106)
10612024-10-07T07:22:01.435Z Checking base64 v0.21.7
10622024-10-07T07:22:01.597Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
10632024-10-07T07:22:02.391Z Checking rustls-pemfile v1.0.4
10642024-10-07T07:22:02.739Z Checking hyper-rustls v0.24.2
10652024-10-07T07:22:03.096Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
10662024-10-07T07:22:03.113Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
10672024-10-07T07:22:05.174Z Checking hyper-tls v0.5.0
10682024-10-07T07:22:05.692Z Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
10692024-10-07T07:22:05.769Z Checking itertools v0.12.1
10702024-10-07T07:22:06.961Z Checking progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
10712024-10-07T07:22:07.576Z Checking webpki-roots v0.25.4
10722024-10-07T07:22:07.750Z Checking sync_wrapper v0.1.2
10732024-10-07T07:22:08.201Z Checking reqwest v0.11.27
10742024-10-07T07:22:08.521Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
10752024-10-07T07:22:09.220Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
10762024-10-07T07:22:09.461Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
10772024-10-07T07:22:09.557Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
10782024-10-07T07:22:09.953Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
10792024-10-07T07:22:10.914Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
10802024-10-07T07:22:11.035Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
10812024-10-07T07:22:19.052Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
10822024-10-07T07:22:19.531Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
10832024-10-07T07:22:19.890Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
10842024-10-07T07:22:21.279Z Checking progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514)
10852024-10-07T07:22:21.926Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
10862024-10-07T07:22:21.926Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
10872024-10-07T07:22:21.926Z |
10882024-10-07T07:22:21.926Z18 | );
10892024-10-07T07:22:21.926Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
10902024-10-07T07:22:21.926Z |
10912024-10-07T07:22:21.926Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
10922024-10-07T07:22:21.926Z = help: the following other types implement trait `From<T>`:
10932024-10-07T07:22:21.926Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
10942024-10-07T07:22:21.926Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
10952024-10-07T07:22:21.926Z = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
10962024-10-07T07:22:21.926Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
10972024-10-07T07:22:21.926Z
10982024-10-07T07:22:21.975Zerror[E0308]: mismatched types
10992024-10-07T07:22:21.975Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
11002024-10-07T07:22:21.975Z |
11012024-10-07T07:22:21.975Z5 | / progenitor::generate_api!(
11022024-10-07T07:22:21.975Z6 | | spec = "../openapi/ddm-admin.json",
11032024-10-07T07:22:21.975Z7 | | inner_type = slog::Logger,
11042024-10-07T07:22:21.975Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
11052024-10-07T07:22:21.975Z... |
11062024-10-07T07:22:21.975Z17 | | })
11072024-10-07T07:22:21.975Z18 | | );
11082024-10-07T07:22:21.975Z | | ^
11092024-10-07T07:22:21.975Z | | |
11102024-10-07T07:22:21.975Z | |_expected `Response`, found a different `Response`
11112024-10-07T07:22:21.975Z | arguments to this function are incorrect
11122024-10-07T07:22:21.976Z |
11132024-10-07T07:22:21.979Z = note: `Response` and `Response` have similar names, but are actually distinct types
11142024-10-07T07:22:21.979Znote: `Response` is defined in crate `reqwest`
11152024-10-07T07:22:21.979Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
11162024-10-07T07:22:21.979Z |
11172024-10-07T07:22:21.979Z25 | pub struct Response {
11182024-10-07T07:22:21.981Z | ^^^^^^^^^^^^^^^^^^^
11192024-10-07T07:22:21.981Znote: `Response` is defined in crate `reqwest`
11202024-10-07T07:22:21.981Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
11212024-10-07T07:22:21.981Z |
11222024-10-07T07:22:21.981Z29 | pub struct Response {
11232024-10-07T07:22:21.981Z | ^^^^^^^^^^^^^^^^^^^
11242024-10-07T07:22:21.981Z = note: perhaps two different versions of crate `reqwest` are being used?
11252024-10-07T07:22:21.981Znote: associated function defined here
11262024-10-07T07:22:21.981Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:121:12
11272024-10-07T07:22:21.981Z |
11282024-10-07T07:22:21.981Z121 | pub fn empty(response: reqwest::Response) -> Self {
11292024-10-07T07:22:21.981Z | ^^^^^
11302024-10-07T07:22:21.981Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
11312024-10-07T07:22:21.981Z
11322024-10-07T07:22:21.981Zerror[E0308]: mismatched types
11332024-10-07T07:22:21.981Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
11342024-10-07T07:22:21.981Z |
11352024-10-07T07:22:21.981Z5 | / progenitor::generate_api!(
11362024-10-07T07:22:21.981Z6 | | spec = "../openapi/ddm-admin.json",
11372024-10-07T07:22:21.981Z7 | | inner_type = slog::Logger,
11382024-10-07T07:22:21.981Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
11392024-10-07T07:22:21.981Z... |
11402024-10-07T07:22:21.982Z17 | | })
11412024-10-07T07:22:21.982Z18 | | );
11422024-10-07T07:22:21.982Z | | ^
11432024-10-07T07:22:21.982Z | | |
11442024-10-07T07:22:21.982Z | |_expected `Response`, found a different `Response`
11452024-10-07T07:22:21.982Z | arguments to this function are incorrect
11462024-10-07T07:22:21.982Z |
11472024-10-07T07:22:21.982Z = note: `Response` and `Response` have similar names, but are actually distinct types
11482024-10-07T07:22:21.982Znote: `Response` is defined in crate `reqwest`
11492024-10-07T07:22:21.982Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
11502024-10-07T07:22:21.982Z |
11512024-10-07T07:22:21.982Z25 | pub struct Response {
11522024-10-07T07:22:21.982Z | ^^^^^^^^^^^^^^^^^^^
11532024-10-07T07:22:21.982Znote: `Response` is defined in crate `reqwest`
11542024-10-07T07:22:21.982Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
11552024-10-07T07:22:21.982Z |
11562024-10-07T07:22:21.982Z29 | pub struct Response {
11572024-10-07T07:22:21.982Z | ^^^^^^^^^^^^^^^^^^^
11582024-10-07T07:22:21.982Z = note: perhaps two different versions of crate `reqwest` are being used?
11592024-10-07T07:22:21.982Znote: associated function defined here
11602024-10-07T07:22:21.982Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:66:18
11612024-10-07T07:22:21.982Z |
11622024-10-07T07:22:21.982Z66 | pub async fn from_response<E: std::fmt::Debug>(
11632024-10-07T07:22:21.982Z | ^^^^^^^^^^^^^
11642024-10-07T07:22:21.982Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
11652024-10-07T07:22:21.982Z
11662024-10-07T07:22:21.985Zerror[E0308]: mismatched types
11672024-10-07T07:22:21.985Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1
11682024-10-07T07:22:21.985Z |
11692024-10-07T07:22:21.985Z5 | / progenitor::generate_api!(
11702024-10-07T07:22:21.985Z6 | | spec = "../openapi/ddm-admin.json",
11712024-10-07T07:22:21.985Z7 | | inner_type = slog::Logger,
11722024-10-07T07:22:21.985Z8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| {
11732024-10-07T07:22:21.985Z... |
11742024-10-07T07:22:21.985Z17 | | })
11752024-10-07T07:22:21.985Z18 | | );
11762024-10-07T07:22:21.986Z | | ^
11772024-10-07T07:22:21.986Z | | |
11782024-10-07T07:22:21.986Z | |_expected `Response`, found a different `Response`
11792024-10-07T07:22:21.986Z | arguments to this enum variant are incorrect
11802024-10-07T07:22:21.986Z |
11812024-10-07T07:22:21.986Z = note: `Response` and `Response` have similar names, but are actually distinct types
11822024-10-07T07:22:21.986Znote: `Response` is defined in crate `reqwest`
11832024-10-07T07:22:21.986Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1
11842024-10-07T07:22:21.986Z |
11852024-10-07T07:22:21.986Z25 | pub struct Response {
11862024-10-07T07:22:21.986Z | ^^^^^^^^^^^^^^^^^^^
11872024-10-07T07:22:21.986Znote: `Response` is defined in crate `reqwest`
11882024-10-07T07:22:21.986Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1
11892024-10-07T07:22:21.986Z |
11902024-10-07T07:22:21.986Z29 | pub struct Response {
11912024-10-07T07:22:21.986Z | ^^^^^^^^^^^^^^^^^^^
11922024-10-07T07:22:21.986Z = note: perhaps two different versions of crate `reqwest` are being used?
11932024-10-07T07:22:21.986Znote: tuple variant defined here
11942024-10-07T07:22:21.986Z --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:257:5
11952024-10-07T07:22:21.986Z |
11962024-10-07T07:22:21.986Z257 | UnexpectedResponse(reqwest::Response),
11972024-10-07T07:22:21.986Z | ^^^^^^^^^^^^^^^^^^
11982024-10-07T07:22:21.986Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
11992024-10-07T07:22:21.986Z
12002024-10-07T07:22:22.006Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
12012024-10-07T07:22:22.006Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
12022024-10-07T07:22:22.006Z |
12032024-10-07T07:22:22.006Z18 | );
12042024-10-07T07:22:22.006Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
12052024-10-07T07:22:22.006Z |
12062024-10-07T07:22:22.006Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12072024-10-07T07:22:22.006Z = help: the following other types implement trait `From<T>`:
12082024-10-07T07:22:22.006Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
12092024-10-07T07:22:22.006Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
12102024-10-07T07:22:22.006Z = note: required for `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
12112024-10-07T07:22:22.006Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
12122024-10-07T07:22:22.006Z
12132024-10-07T07:22:22.019Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
12142024-10-07T07:22:22.020Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
12152024-10-07T07:22:22.020Z |
12162024-10-07T07:22:22.020Z18 | );
12172024-10-07T07:22:22.020Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
12182024-10-07T07:22:22.020Z |
12192024-10-07T07:22:22.020Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12202024-10-07T07:22:22.020Z = help: the following other types implement trait `From<T>`:
12212024-10-07T07:22:22.020Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
12222024-10-07T07:22:22.020Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
12232024-10-07T07:22:22.020Z = note: required for `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
12242024-10-07T07:22:22.020Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
12252024-10-07T07:22:22.020Z
12262024-10-07T07:22:22.032Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
12272024-10-07T07:22:22.032Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
12282024-10-07T07:22:22.032Z |
12292024-10-07T07:22:22.032Z18 | );
12302024-10-07T07:22:22.032Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
12312024-10-07T07:22:22.032Z |
12322024-10-07T07:22:22.032Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12332024-10-07T07:22:22.033Z = help: the following other types implement trait `From<T>`:
12342024-10-07T07:22:22.033Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
12352024-10-07T07:22:22.033Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
12362024-10-07T07:22:22.033Z = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
12372024-10-07T07:22:22.033Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
12382024-10-07T07:22:22.033Z
12392024-10-07T07:22:22.093Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
12402024-10-07T07:22:22.093Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
12412024-10-07T07:22:22.093Z |
12422024-10-07T07:22:22.093Z18 | );
12432024-10-07T07:22:22.093Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
12442024-10-07T07:22:22.093Z |
12452024-10-07T07:22:22.093Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12462024-10-07T07:22:22.093Z = help: the following other types implement trait `From<T>`:
12472024-10-07T07:22:22.093Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
12482024-10-07T07:22:22.093Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
12492024-10-07T07:22:22.093Z = note: required for `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
12502024-10-07T07:22:22.093Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
12512024-10-07T07:22:22.093Z
12522024-10-07T07:22:22.150Zerror[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>`
12532024-10-07T07:22:22.150Z --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1
12542024-10-07T07:22:22.150Z |
12552024-10-07T07:22:22.150Z18 | );
12562024-10-07T07:22:22.150Z | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>`
12572024-10-07T07:22:22.150Z |
12582024-10-07T07:22:22.150Z = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
12592024-10-07T07:22:22.150Z = help: the following other types implement trait `From<T>`:
12602024-10-07T07:22:22.150Z `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>`
12612024-10-07T07:22:22.150Z `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>`
12622024-10-07T07:22:22.150Z = note: required for `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>`
12632024-10-07T07:22:22.150Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
12642024-10-07T07:22:22.150Z
12652024-10-07T07:22:22.532ZSome errors have detailed explanations: E0277, E0308.
12662024-10-07T07:22:22.532ZFor more information about an error, try `rustc --explain E0277`.
12672024-10-07T07:22:22.683Zerror: could not compile `ddm-admin-client` (lib) due to 16 previous errors
12682024-10-07T07:22:22.683Zwarning: build failed, waiting for other jobs to finish...
12692024-10-07T07:22:22.745Zerror: could not compile `ddm-admin-client` (lib) due to 16 previous errors
12702024-10-07T07:22:27.805Zprocess exited: duration 235845 ms, exit code 101
 
12712024-10-07T07:22:27.811Zfound 0 output files