01HSKE8QEKS6QDB22M106BCY32: 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: 01HSKEA5QQCQK4QJBDB1MAVD20

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-22T16:03:24.424Zjob assigned to worker 01HSKE9J04VXBMG65JFQBJXN45 (queued for 2 m 10 s)
 
22024-03-22T16:03:30.885Zstarting task 0: "setup"
32024-03-22T16:03:31.341Z++ uname -s
42024-03-22T16:03:31.353Z+ kern=SunOS
52024-03-22T16:03:31.353Z+ case "$kern" in
62024-03-22T16:03:31.353Z+ groupadd -g 12345 build
72024-03-22T16:03:31.353Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-22T16:03:32.982Z+ zfs create -o mountpoint=/work rpool/work
92024-03-22T16:03:33.065Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-22T16:03:33.080Z+ home_fs=zfs
112024-03-22T16:03:33.080Z+ [[ zfs == autofs ]]
122024-03-22T16:03:33.080Z+ mkdir -p /home/build
132024-03-22T16:03:33.080Z+ chown build:build /home/build /work
142024-03-22T16:03:35.090Z+ chmod 0700 /home/build /work
152024-03-22T16:03:35.104Zprocess exited: duration 4182 ms, exit code 0
 
162024-03-22T16:03:35.126Zstarting task 1: "rust-toolchain"
172024-03-22T16:03:35.139Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-22T16:03:35.139Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-03-22T16:03:35.243Zinfo: downloading installer
202024-03-22T16:03:36.566Zwarning: it looks like you have an existing installation of Rust at:
212024-03-22T16:03:36.566Zwarning: /opt/ooce/bin
222024-03-22T16:03:36.567Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-22T16:03:36.567Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-22T16:03:36.567Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-22T16:03:36.567Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-22T16:03:36.567Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-22T16:03:36.567Zerror: cannot install while Rust is installed
282024-03-22T16:03:36.567Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-22T16:03:36.758Zinfo: profile set to 'default'
302024-03-22T16:03:36.758Zinfo: default host triple is x86_64-unknown-illumos
312024-03-22T16:03:36.776Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-03-22T16:03:37.236Zinfo: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17)
332024-03-22T16:03:37.236Zinfo: downloading component 'cargo'
342024-03-22T16:03:37.703Zinfo: downloading component 'clippy'
352024-03-22T16:03:37.993Zinfo: downloading component 'rust-docs'
362024-03-22T16:03:39.346Zinfo: downloading component 'rust-std'
372024-03-22T16:03:41.353Zinfo: downloading component 'rustc'
382024-03-22T16:03:45.053Zinfo: downloading component 'rustfmt'
392024-03-22T16:03:45.318Zinfo: installing component 'cargo'
402024-03-22T16:03:46.151Zinfo: installing component 'clippy'
412024-03-22T16:03:46.894Zinfo: installing component 'rust-docs'
422024-03-22T16:03:48.035Zinfo: installing component 'rust-std'
432024-03-22T16:03:49.780Zinfo: installing component 'rustc'
442024-03-22T16:03:53.898Zinfo: installing component 'rustfmt'
452024-03-22T16:03:54.323Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-03-22T16:03:54.323Z
472024-03-22T16:03:55.019Z stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17)
482024-03-22T16:03:55.019Z
492024-03-22T16:03:55.556Z
502024-03-22T16:03:55.556ZRust is installed now. Great!
512024-03-22T16:03:55.556Z
522024-03-22T16:03:55.557ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-22T16:03:55.557Zenvironment variable. This has not been done automatically.
542024-03-22T16:03:55.557Z
552024-03-22T16:03:55.557ZTo configure your current shell, you need to source
562024-03-22T16:03:55.557Zthe corresponding env file under $HOME/.cargo.
572024-03-22T16:03:55.558Z
582024-03-22T16:03:55.558ZThis is usually done by running one of the following (note the leading DOT):
592024-03-22T16:03:55.558Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-22T16:03:55.558Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-22T16:03:55.558Z+ rustc --version
622024-03-22T16:03:55.558Zrustc 1.77.0 (aedd173a2 2024-03-17)
632024-03-22T16:03:55.558Zprocess exited: duration 19737 ms, exit code 0
 
642024-03-22T16:03:55.594Zstarting task 2: "authentication"
652024-03-22T16:03:56.123Zprocess exited: duration 515 ms, exit code 0
 
662024-03-22T16:03:56.143Zstarting task 3: "clone repository"
672024-03-22T16:03:56.160Z+ mkdir -p /work/oxidecomputer/maghemite
682024-03-22T16:03:56.160Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-03-22T16:03:56.658ZCloning into '/work/oxidecomputer/maghemite'...
702024-03-22T16:03:58.065Z+ cd /work/oxidecomputer/maghemite
712024-03-22T16:03:58.065Z+ git fetch origin 9cefc93888607000469c062652364ba1ce5bd54e
722024-03-22T16:03:58.341ZFrom https://github.com/oxidecomputer/maghemite
732024-03-22T16:03:58.341Z * branch 9cefc93888607000469c062652364ba1ce5bd54e -> FETCH_HEAD
742024-03-22T16:03:58.360Z+ [[ -n ddm-track-session-duration ]]
752024-03-22T16:03:58.360Z++ git branch --show-current
762024-03-22T16:03:58.378Z+ current=main
772024-03-22T16:03:58.379Z+ [[ main != ddm-track-session-duration ]]
782024-03-22T16:03:58.379Z+ git branch -f ddm-track-session-duration 9cefc93888607000469c062652364ba1ce5bd54e
792024-03-22T16:03:58.379Z+ git checkout -f ddm-track-session-duration
802024-03-22T16:03:58.379ZSwitched to branch 'ddm-track-session-duration'
812024-03-22T16:03:58.379Z+ git reset --hard 9cefc93888607000469c062652364ba1ce5bd54e
822024-03-22T16:03:58.379ZHEAD is now at 9cefc93 cleanup
832024-03-22T16:03:58.397Zprocess exited: duration 2230 ms, exit code 0
 
842024-03-22T16:03:58.443Zstarting task 4: "build"
852024-03-22T16:03:58.466Z+ cargo --version
862024-03-22T16:03:58.466Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-22T16:03:58.577Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-22T16:03:58.578Zinfo: downloading component 'cargo'
892024-03-22T16:03:59.236Zinfo: downloading component 'clippy'
902024-03-22T16:03:59.440Zinfo: downloading component 'rust-docs'
912024-03-22T16:04:00.324Zinfo: downloading component 'rust-std'
922024-03-22T16:04:01.598Zinfo: downloading component 'rustc'
932024-03-22T16:04:05.312Zinfo: downloading component 'rustfmt'
942024-03-22T16:04:05.744Zinfo: installing component 'cargo'
952024-03-22T16:04:05.957Zinfo: installing component 'clippy'
962024-03-22T16:04:06.295Zinfo: installing component 'rust-docs'
972024-03-22T16:04:07.730Zinfo: installing component 'rust-std'
982024-03-22T16:04:09.981Zinfo: installing component 'rustc'
992024-03-22T16:04:13.499Zinfo: installing component 'rustfmt'
1002024-03-22T16:04:13.879Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-22T16:04:13.899Z+ rustc --version
1022024-03-22T16:04:13.959Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-22T16:04:14.523Z+ banner check
1042024-03-22T16:04:14.523Z
1052024-03-22T16:04:14.523Z #### # # ###### #### # #
1062024-03-22T16:04:14.524Z # # # # # # # # #
1072024-03-22T16:04:14.524Z # ###### ##### # ####
1082024-03-22T16:04:14.524Z # # # # # # #
1092024-03-22T16:04:14.524Z # # # # # # # # #
1102024-03-22T16:04:14.524Z #### # # ###### #### # #
1112024-03-22T16:04:14.524Z
1122024-03-22T16:04:14.525Z+ cargo fmt -- --check
1132024-03-22T16:04:14.525Z+ cargo clippy --all-targets -- --deny warnings
1142024-03-22T16:04:14.551Z Updating crates.io index
1152024-03-22T16:04:14.576Z Updating git repository `https://github.com/oxidecomputer/falcon`
1162024-03-22T16:04:15.739ZFrom https://github.com/oxidecomputer/falcon
1172024-03-22T16:04:15.739Z * [new ref] 1b228b556f53516f0a78ab9d63be5adf977deb97 -> refs/commit/1b228b556f53516f0a78ab9d63be5adf977deb97
1182024-03-22T16:04:15.843Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192024-03-22T16:04:16.977ZFrom https://github.com/oxidecomputer/dendrite
1202024-03-22T16:04:16.977Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
1212024-03-22T16:04:16.986Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
1222024-03-22T16:04:16.986Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
1232024-03-22T16:04:16.986Z * [new branch] compliance -> origin/compliance
1242024-03-22T16:04:16.986Z * [new branch] dev -> origin/dev
1252024-03-22T16:04:16.986Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
1262024-03-22T16:04:16.986Z * [new branch] external_log -> origin/external_log
1272024-03-22T16:04:16.986Z * [new branch] fix-address-race -> origin/fix-address-race
1282024-03-22T16:04:16.987Z * [new branch] helios2 -> origin/helios2
1292024-03-22T16:04:16.987Z * [new branch] mac_ensure -> origin/mac_ensure
1302024-03-22T16:04:16.987Z * [new branch] main -> origin/main
1312024-03-22T16:04:16.987Z * [new branch] map-all-the-things -> origin/map-all-the-things
1322024-03-22T16:04:16.987Z * [new branch] nat_rpw -> origin/nat_rpw
1332024-03-22T16:04:16.987Z * [new branch] nexthop-counters -> origin/nexthop-counters
1342024-03-22T16:04:16.987Z * [new branch] port-id -> origin/port-id
1352024-03-22T16:04:16.987Z * [new branch] reflection-tests -> origin/reflection-tests
1362024-03-22T16:04:16.987Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
1372024-03-22T16:04:16.987Z * [new branch] rust-177-lints -> origin/rust-177-lints
1382024-03-22T16:04:16.987Z * [new branch] rust-toolchain -> origin/rust-toolchain
1392024-03-22T16:04:16.987Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
1402024-03-22T16:04:16.987Z * [new branch] solo -> origin/solo
1412024-03-22T16:04:16.987Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
1422024-03-22T16:04:16.988Z * [new branch] updates -> origin/updates
1432024-03-22T16:04:16.988Z * [new ref] -> origin/HEAD
1442024-03-22T16:04:17.016Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1452024-03-22T16:04:17.838ZFrom https://github.com/oxidecomputer/dropshot
1462024-03-22T16:04:17.838Z * [new ref] 2d9b9065a864120efa638acdd3b70d53cb11771c -> refs/commit/2d9b9065a864120efa638acdd3b70d53cb11771c
1472024-03-22T16:04:17.854Z * [new tag] v0.3.0 -> v0.3.0
1482024-03-22T16:04:17.869Z * [new tag] v0.4.0 -> v0.4.0
1492024-03-22T16:04:17.869Z * [new tag] v0.5.0 -> v0.5.0
1502024-03-22T16:04:17.869Z * [new tag] v0.5.1 -> v0.5.1
1512024-03-22T16:04:17.869Z * [new tag] v0.6.0 -> v0.6.0
1522024-03-22T16:04:17.869Z * [new tag] v0.7.0 -> v0.7.0
1532024-03-22T16:04:17.869Z * [new tag] v0.8.0 -> v0.8.0
1542024-03-22T16:04:17.869Z * [new tag] v0.9.0 -> v0.9.0
1552024-03-22T16:04:17.892Z Updating git repository `https://github.com/oxidecomputer/ispf`
1562024-03-22T16:04:18.431ZFrom https://github.com/oxidecomputer/ispf
1572024-03-22T16:04:18.431Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1582024-03-22T16:04:18.453Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1592024-03-22T16:04:19.042ZFrom https://github.com/oxidecomputer/netadm-sys
1602024-03-22T16:04:19.042Z * [new ref] d44d9e084f39e844f8083d4d9b39a331061ebbcc -> refs/commit/d44d9e084f39e844f8083d4d9b39a331061ebbcc
1612024-03-22T16:04:19.064Z Updating git repository `https://github.com/oxidecomputer/omicron`
1622024-03-22T16:04:23.169ZFrom https://github.com/oxidecomputer/omicron
1632024-03-22T16:04:23.169Z * [new ref] dd4090f038605fcc5fc69d9350d4ca0ef5f5dc34 -> refs/commit/dd4090f038605fcc5fc69d9350d4ca0ef5f5dc34
1642024-03-22T16:04:23.190Z * [new tag] dogfood -> dogfood
1652024-03-22T16:04:23.191Z * [new tag] v5 -> v5
1662024-03-22T16:04:23.191Z * [new tag] v6 -> v6
1672024-03-22T16:04:23.457Z Updating git repository `https://github.com/oxidecomputer/opte`
1682024-03-22T16:04:24.629ZFrom https://github.com/oxidecomputer/opte
1692024-03-22T16:04:24.630Z * [new ref] a4c956e44fc9b75b58b83ad2eec22f6bd9005262 -> refs/commit/a4c956e44fc9b75b58b83ad2eec22f6bd9005262
1702024-03-22T16:04:24.686Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1712024-03-22T16:04:26.901ZFrom https://github.com/oxidecomputer/progenitor
1722024-03-22T16:04:26.901Z * [new ref] d3514fcfc4309e7432fba09b65394a97f3e27980 -> refs/commit/d3514fcfc4309e7432fba09b65394a97f3e27980
1732024-03-22T16:04:26.902Z * [new tag] v0.1.1 -> v0.1.1
1742024-03-22T16:04:26.902Z * [new tag] v0.2.0 -> v0.2.0
1752024-03-22T16:04:26.902Z * [new tag] v0.3.0 -> v0.3.0
1762024-03-22T16:04:26.902Z * [new tag] v0.4.0 -> v0.4.0
1772024-03-22T16:04:26.902Z * [new tag] v0.5.0 -> v0.5.0
1782024-03-22T16:04:26.902Z * [new tag] v0.6.0 -> v0.6.0
1792024-03-22T16:04:26.902Z Updating git repository `https://github.com/oxidecomputer/zone`
1802024-03-22T16:04:26.903ZFrom https://github.com/oxidecomputer/zone
1812024-03-22T16:04:26.903Z * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5
1822024-03-22T16:04:27.066Z Updating git repository `https://github.com/oxidecomputer/propolis`
1832024-03-22T16:04:28.131ZFrom https://github.com/oxidecomputer/propolis
1842024-03-22T16:04:28.131Z * [new ref] 6dceb9ef69c217cb78a2018bbedafbc19f6ec1af -> refs/commit/6dceb9ef69c217cb78a2018bbedafbc19f6ec1af
1852024-03-22T16:04:28.627Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1862024-03-22T16:04:28.795ZFrom https://github.com/oxidecomputer/dlpi-sys
1872024-03-22T16:04:28.796Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
1882024-03-22T16:04:28.958Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1892024-03-22T16:04:29.438ZFrom https://github.com/jmesmon/rust-libzfs
1902024-03-22T16:04:29.438Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
1912024-03-22T16:04:29.888Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
1922024-03-22T16:04:29.888Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
1932024-03-22T16:04:29.888Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
1942024-03-22T16:04:29.888Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
1952024-03-22T16:04:29.888Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
1962024-03-22T16:04:29.888Z * [new branch] dev -> origin/dev
1972024-03-22T16:04:29.889Z * [new branch] drr -> origin/drr
1982024-03-22T16:04:29.889Z * [new branch] f-types -> origin/f-types
1992024-03-22T16:04:29.889Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
2002024-03-22T16:04:29.889Z * [new branch] master -> origin/master
2012024-03-22T16:04:29.889Z * [new branch] staging -> origin/staging
2022024-03-22T16:04:29.889Z * [new ref] -> origin/HEAD
2032024-03-22T16:04:29.889Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
2042024-03-22T16:04:29.889Z * [new tag] v0.4.0 -> v0.4.0
2052024-03-22T16:04:29.889Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
2062024-03-22T16:04:29.889Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
2072024-03-22T16:04:29.889Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2082024-03-22T16:04:30.023ZFrom https://github.com/oxidecomputer/rusty-doors
2092024-03-22T16:04:30.023Z * [new branch] gh-pages -> origin/gh-pages
2102024-03-22T16:04:30.030Z * [new branch] main -> origin/main
2112024-03-22T16:04:30.030Z * [new branch] no-bindgen -> origin/no-bindgen
2122024-03-22T16:04:30.031Z * [new ref] -> origin/HEAD
2132024-03-22T16:04:30.163Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2142024-03-22T16:04:30.401Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
2152024-03-22T16:04:30.815ZFrom http://github.com/oxidecomputer/serde_human_bytes
2162024-03-22T16:04:30.815Z * [new branch] gh-pages -> origin/gh-pages
2172024-03-22T16:04:31.336Z * [new branch] main -> origin/main
2182024-03-22T16:04:31.336Z * [new branch] renovate/configure -> origin/renovate/configure
2192024-03-22T16:04:31.336Z * [new ref] -> origin/HEAD
2202024-03-22T16:04:31.336Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2212024-03-22T16:04:31.336ZFrom https://github.com/oxidecomputer/slog-error-chain
2222024-03-22T16:04:31.336Z * [new branch] main -> origin/main
2232024-03-22T16:04:31.336Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
2242024-03-22T16:04:31.336Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
2252024-03-22T16:04:31.336Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
2262024-03-22T16:04:31.336Z * [new ref] -> origin/HEAD
2272024-03-22T16:04:31.336Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2282024-03-22T16:04:31.753ZFrom https://github.com/oxidecomputer/poptrie
2292024-03-22T16:04:31.754Z * [new branch] main -> origin/main
2302024-03-22T16:04:32.208Z * [new branch] multipath -> origin/multipath
2312024-03-22T16:04:32.209Z * [new ref] -> origin/HEAD
2322024-03-22T16:04:32.227Z Updating git repository `https://github.com/oxidecomputer/typify`
2332024-03-22T16:04:33.564ZFrom https://github.com/oxidecomputer/typify
2342024-03-22T16:04:33.565Z * [new branch] default-fault -> origin/default-fault
2352024-03-22T16:04:33.580Z * [new branch] ipv6 -> origin/ipv6
2362024-03-22T16:04:33.580Z * [new branch] js-schema -> origin/js-schema
2372024-03-22T16:04:33.581Z * [new branch] main -> origin/main
2382024-03-22T16:04:33.581Z * [new branch] nested-newtype -> origin/nested-newtype
2392024-03-22T16:04:33.581Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
2402024-03-22T16:04:33.581Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
2412024-03-22T16:04:33.581Z * [new ref] -> origin/HEAD
2422024-03-22T16:04:33.581Z * [new tag] v0.0.10 -> v0.0.10
2432024-03-22T16:04:33.581Z * [new tag] v0.0.11 -> v0.0.11
2442024-03-22T16:04:33.581Z * [new tag] v0.0.12 -> v0.0.12
2452024-03-22T16:04:33.582Z * [new tag] v0.0.13 -> v0.0.13
2462024-03-22T16:04:33.582Z * [new tag] v0.0.14 -> v0.0.14
2472024-03-22T16:04:33.582Z * [new tag] v0.0.15 -> v0.0.15
2482024-03-22T16:04:33.582Z * [new tag] v0.0.16 -> v0.0.16
2492024-03-22T16:04:33.582Z * [new tag] v0.0.4 -> v0.0.4
2502024-03-22T16:04:33.582Z * [new tag] v0.0.5 -> v0.0.5
2512024-03-22T16:04:33.582Z * [new tag] v0.0.6 -> v0.0.6
2522024-03-22T16:04:33.582Z * [new tag] v0.0.7 -> v0.0.7
2532024-03-22T16:04:33.583Z * [new tag] v0.0.8 -> v0.0.8
2542024-03-22T16:04:33.583Z * [new tag] v0.0.9 -> v0.0.9
2552024-03-22T16:04:33.644Z Updating git repository `https://github.com/oxidecomputer/rfb`
2562024-03-22T16:04:34.170ZFrom https://github.com/oxidecomputer/rfb
2572024-03-22T16:04:34.170Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
2582024-03-22T16:04:34.187Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
2592024-03-22T16:04:34.187Z * [new branch] main -> origin/main
2602024-03-22T16:04:34.188Z * [new ref] -> origin/HEAD
2612024-03-22T16:04:34.333Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622024-03-22T16:04:34.988ZFrom https://github.com/oxidecomputer/management-gateway-service
2632024-03-22T16:04:34.988Z * [new branch] af-temp-hash -> origin/af-temp-hash
2642024-03-22T16:04:35.021Z * [new branch] buildomat -> origin/buildomat
2652024-03-22T16:04:35.021Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
2662024-03-22T16:04:35.021Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
2672024-03-22T16:04:35.022Z * [new branch] image-board-check -> origin/image-board-check
2682024-03-22T16:04:35.022Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
2692024-03-22T16:04:35.022Z * [new branch] lock_state -> origin/lock_state
2702024-03-22T16:04:35.022Z * [new branch] main -> origin/main
2712024-03-22T16:04:35.022Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
2722024-03-22T16:04:35.022Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
2732024-03-22T16:04:35.022Z * [new branch] read-rot-message -> origin/read-rot-message
2742024-03-22T16:04:35.022Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
2752024-03-22T16:04:35.022Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
2762024-03-22T16:04:35.022Z * [new branch] reset-component -> origin/reset-component
2772024-03-22T16:04:35.022Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
2782024-03-22T16:04:35.022Z * [new branch] rot-boot-info -> origin/rot-boot-info
2792024-03-22T16:04:35.022Z * [new branch] rot-update -> origin/rot-update
2802024-03-22T16:04:35.022Z * [new branch] rot-update-2 -> origin/rot-update-2
2812024-03-22T16:04:35.022Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
2822024-03-22T16:04:35.022Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
2832024-03-22T16:04:35.022Z * [new branch] sprot-attest -> origin/sprot-attest
2842024-03-22T16:04:35.022Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
2852024-03-22T16:04:35.022Z * [new branch] sprot-errors -> origin/sprot-errors
2862024-03-22T16:04:35.022Z * [new branch] stage0-update-component -> origin/stage0-update-component
2872024-03-22T16:04:35.022Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
2882024-03-22T16:04:35.022Z * [new branch] update-stage0 -> origin/update-stage0
2892024-03-22T16:04:35.022Z * [new ref] -> origin/HEAD
2902024-03-22T16:04:35.747Z Downloading crates ...
2912024-03-22T16:04:35.819Z Downloaded ahash v0.8.11
2922024-03-22T16:04:35.840Z Downloaded async-stream-impl v0.3.5
2932024-03-22T16:04:35.856Z Downloaded anstyle v1.0.6
2942024-03-22T16:04:35.856Z Downloaded async-stream v0.3.5
2952024-03-22T16:04:35.856Z Downloaded argon2 v0.5.3
2962024-03-22T16:04:35.856Z Downloaded anstyle-parse v0.2.3
2972024-03-22T16:04:35.857Z Downloaded anstream v0.6.13
2982024-03-22T16:04:35.857Z Downloaded anstyle-query v1.0.2
2992024-03-22T16:04:35.857Z Downloaded async-trait v0.1.78
3002024-03-22T16:04:35.868Z Downloaded colored v2.1.0
3012024-03-22T16:04:35.868Z Downloaded ryu v1.0.17
3022024-03-22T16:04:35.868Z Downloaded arc-swap v1.7.0
3032024-03-22T16:04:35.868Z Downloaded crc32fast v1.4.0
3042024-03-22T16:04:35.869Z Downloaded rustversion v1.0.14
3052024-03-22T16:04:35.869Z Downloaded rustls-pemfile v1.0.4
3062024-03-22T16:04:35.887Z Downloaded hostname v0.3.1
3072024-03-22T16:04:35.887Z Downloaded rustls-pemfile v2.1.1
3082024-03-22T16:04:35.887Z Downloaded allocator-api2 v0.2.16
3092024-03-22T16:04:35.887Z Downloaded rustls-pki-types v1.3.1
3102024-03-22T16:04:35.888Z Downloaded darling_macro v0.20.8
3112024-03-22T16:04:35.888Z Downloaded colorchoice v1.0.0
3122024-03-22T16:04:35.888Z Downloaded ciborium-io v0.2.2
3132024-03-22T16:04:35.888Z Downloaded block-buffer v0.10.4
3142024-03-22T16:04:35.908Z Downloaded anyhow v1.0.81
3152024-03-22T16:04:35.909Z Downloaded fnv v1.0.7
3162024-03-22T16:04:35.909Z Downloaded embedded-io v0.4.0
3172024-03-22T16:04:35.909Z Downloaded ciborium-ll v0.2.2
3182024-03-22T16:04:35.909Z Downloaded dirs-sys-next v0.1.2
3192024-03-22T16:04:35.910Z Downloaded static_assertions v1.1.0
3202024-03-22T16:04:35.910Z Downloaded aho-corasick v1.1.2
3212024-03-22T16:04:35.944Z Downloaded dtrace-parser v0.2.0
3222024-03-22T16:04:35.945Z Downloaded fxhash v0.2.1
3232024-03-22T16:04:35.945Z Downloaded strum v0.26.2
3242024-03-22T16:04:35.945Z Downloaded foreign-types v0.3.2
3252024-03-22T16:04:35.945Z Downloaded cstr-argument v0.1.2
3262024-03-22T16:04:35.945Z Downloaded foreign-types-shared v0.1.1
3272024-03-22T16:04:35.946Z Downloaded foreign-types-macros v0.2.3
3282024-03-22T16:04:35.946Z Downloaded sha1 v0.10.6
3292024-03-22T16:04:35.946Z Downloaded serde_urlencoded v0.7.1
3302024-03-22T16:04:35.946Z Downloaded scroll v0.12.0
3312024-03-22T16:04:35.947Z Downloaded slog-stdlog v4.1.1
3322024-03-22T16:04:35.947Z Downloaded serde_path_to_error v0.1.16
3332024-03-22T16:04:35.947Z Downloaded futures-task v0.3.30
3342024-03-22T16:04:35.947Z Downloaded form_urlencoded v1.2.1
3352024-03-22T16:04:35.948Z Downloaded foreign-types-shared v0.3.1
3362024-03-22T16:04:35.948Z Downloaded futures-core v0.3.30
3372024-03-22T16:04:35.948Z Downloaded scroll_derive v0.12.0
3382024-03-22T16:04:35.948Z Downloaded atomic-waker v1.1.2
3392024-03-22T16:04:35.948Z Downloaded semver v0.1.20
3402024-03-22T16:04:35.949Z Downloaded getopts v0.2.21
3412024-03-22T16:04:35.949Z Downloaded base64ct v1.6.0
3422024-03-22T16:04:35.949Z Downloaded dof v0.3.0
3432024-03-22T16:04:35.949Z Downloaded debug-ignore v1.0.5
3442024-03-22T16:04:35.949Z Downloaded thread_local v1.1.8
3452024-03-22T16:04:35.950Z Downloaded scopeguard v1.2.0
3462024-03-22T16:04:35.950Z Downloaded slog-json v2.6.1
3472024-03-22T16:04:35.950Z Downloaded slab v0.4.9
3482024-03-22T16:04:35.985Z Downloaded sync_wrapper v0.1.2
3492024-03-22T16:04:35.985Z Downloaded futures-macro v0.3.30
3502024-03-22T16:04:35.985Z Downloaded cfg-if v1.0.0
3512024-03-22T16:04:35.986Z Downloaded thiserror v1.0.58
3522024-03-22T16:04:35.986Z Downloaded serde_derive v1.0.197
3532024-03-22T16:04:35.986Z Downloaded futures-io v0.3.30
3542024-03-22T16:04:35.987Z Downloaded dyn-clone v1.0.17
3552024-03-22T16:04:35.987Z Downloaded stable_deref_trait v1.2.0
3562024-03-22T16:04:35.987Z Downloaded slog-bunyan v2.5.0
3572024-03-22T16:04:35.987Z Downloaded spin v0.9.8
3582024-03-22T16:04:35.987Z Downloaded hex v0.4.3
3592024-03-22T16:04:35.988Z Downloaded take_mut v0.2.2
3602024-03-22T16:04:35.988Z Downloaded fixedbitset v0.4.2
3612024-03-22T16:04:35.988Z Downloaded equivalent v1.0.1
3622024-03-22T16:04:35.989Z Downloaded serde_derive_internals v0.26.0
3632024-03-22T16:04:35.989Z Downloaded heck v0.4.1
3642024-03-22T16:04:37.983Z Downloaded defmt-macros v0.3.7
3652024-03-22T16:04:37.984Z Downloaded num-conv v0.1.0
3662024-03-22T16:04:37.984Z Downloaded try-lock v0.2.5
3672024-03-22T16:04:37.984Z Downloaded tinyvec_macros v0.1.1
3682024-03-22T16:04:37.984Z Downloaded either v1.10.0
3692024-03-22T16:04:37.984Z Downloaded futures-executor v0.3.30
3702024-03-22T16:04:37.984Z Downloaded cpufeatures v0.2.12
3712024-03-22T16:04:37.984Z Downloaded autocfg v1.1.0
3722024-03-22T16:04:37.984Z Downloaded heck v0.5.0
3732024-03-22T16:04:37.984Z Downloaded hash32 v0.3.1
3742024-03-22T16:04:37.984Z Downloaded tower-service v0.3.2
3752024-03-22T16:04:37.984Z Downloaded is-terminal v0.4.12
3762024-03-22T16:04:37.984Z Downloaded enum-as-inner v0.5.1
3772024-03-22T16:04:37.984Z Downloaded defmt v0.3.6
3782024-03-22T16:04:37.985Z Downloaded ppv-lite86 v0.2.17
3792024-03-22T16:04:37.985Z Downloaded httpdate v1.0.3
3802024-03-22T16:04:37.985Z Downloaded proc-macro-crate v3.1.0
3812024-03-22T16:04:37.985Z Downloaded darling v0.20.8
3822024-03-22T16:04:37.985Z Downloaded strsim v0.11.0
3832024-03-22T16:04:37.985Z Downloaded slog-scope v4.4.0
3842024-03-22T16:04:37.985Z Downloaded slog-dtrace v0.3.0
3852024-03-22T16:04:37.985Z Downloaded sha2 v0.10.8
3862024-03-22T16:04:37.985Z Downloaded usdt-attr-macro v0.5.0
3872024-03-22T16:04:37.985Z Downloaded hubpack_derive v0.1.1
3882024-03-22T16:04:37.985Z Downloaded thread-id v4.2.1
3892024-03-22T16:04:37.985Z Downloaded serde_with_macros v3.7.0
3902024-03-22T16:04:37.985Z Downloaded rand_chacha v0.3.1
3912024-03-22T16:04:38.055Z Downloaded serde_spanned v0.6.5
3922024-03-22T16:04:38.055Z Downloaded futures v0.3.30
3932024-03-22T16:04:38.055Z Downloaded hyper-tls v0.5.0
3942024-03-22T16:04:38.055Z Downloaded instant v0.1.12
3952024-03-22T16:04:38.055Z Downloaded toml_datetime v0.6.5
3962024-03-22T16:04:38.055Z Downloaded semver v1.0.22
3972024-03-22T16:04:38.055Z Downloaded digest v0.10.7
3982024-03-22T16:04:38.055Z Downloaded structmeta-derive v0.3.0
3992024-03-22T16:04:38.055Z Downloaded getrandom v0.2.12
4002024-03-22T16:04:38.055Z Downloaded backoff v0.4.0
4012024-03-22T16:04:38.055Z Downloaded pretty-hex v0.2.1
4022024-03-22T16:04:38.055Z Downloaded clap_derive v4.5.3
4032024-03-22T16:04:38.056Z Downloaded ciborium v0.2.2
4042024-03-22T16:04:38.056Z Downloaded time-core v0.1.2
4052024-03-22T16:04:38.056Z Downloaded num_cpus v1.16.0
4062024-03-22T16:04:38.056Z Downloaded thiserror-impl v1.0.58
4072024-03-22T16:04:38.056Z Downloaded strsim v0.10.0
4082024-03-22T16:04:38.056Z Downloaded version_check v0.9.4
4092024-03-22T16:04:38.056Z Downloaded resolv-conf v0.7.0
4102024-03-22T16:04:38.056Z Downloaded openssl-probe v0.1.5
4112024-03-22T16:04:38.056Z Downloaded structmeta v0.3.0
4122024-03-22T16:04:38.056Z Downloaded openssl-macros v0.1.1
4132024-03-22T16:04:38.056Z Downloaded slog v2.7.0
4142024-03-22T16:04:38.056Z Downloaded pretty-hex v0.4.1
4152024-03-22T16:04:38.056Z Downloaded rand_core v0.6.4
4162024-03-22T16:04:38.056Z Downloaded darling_core v0.20.8
4172024-03-22T16:04:38.056Z Downloaded crossbeam-epoch v0.9.18
4182024-03-22T16:04:38.056Z Downloaded pest_generator v2.7.8
4192024-03-22T16:04:38.056Z Downloaded serde_tokenstream v0.2.0
4202024-03-22T16:04:38.057Z Downloaded yansi v0.5.1
4212024-03-22T16:04:38.057Z Downloaded zerocopy v0.6.6
4222024-03-22T16:04:38.057Z Downloaded num_enum v0.7.2
4232024-03-22T16:04:38.057Z Downloaded matches v0.1.10
4242024-03-22T16:04:38.057Z Downloaded match_cfg v0.1.0
4252024-03-22T16:04:38.057Z Downloaded bytes v1.5.0
4262024-03-22T16:04:38.057Z Downloaded usdt-macro v0.5.0
4272024-03-22T16:04:38.057Z Downloaded want v0.3.1
4282024-03-22T16:04:38.057Z Downloaded usdt-impl v0.5.0
4292024-03-22T16:04:38.057Z Downloaded usdt v0.5.0
4302024-03-22T16:04:38.057Z Downloaded num_enum_derive v0.7.2
4312024-03-22T16:04:38.057Z Downloaded newtype_derive v0.1.6
4322024-03-22T16:04:38.057Z Downloaded zeroize v1.7.0
4332024-03-22T16:04:38.057Z Downloaded tokio-native-tls v0.3.1
4342024-03-22T16:04:38.057Z Downloaded term v0.7.0
4352024-03-22T16:04:38.057Z Downloaded parking_lot_core v0.9.9
4362024-03-22T16:04:38.057Z Downloaded num_threads v0.1.7
4372024-03-22T16:04:38.057Z Downloaded strum_macros v0.25.3
4382024-03-22T16:04:38.057Z Downloaded mime v0.3.17
4392024-03-22T16:04:38.058Z Downloaded macaddr v1.0.1
4402024-03-22T16:04:38.058Z Downloaded hubpack v0.1.2
4412024-03-22T16:04:38.058Z Downloaded percent-encoding v2.3.1
4422024-03-22T16:04:38.058Z Downloaded paste v1.0.14
4432024-03-22T16:04:38.058Z Downloaded parse-display-derive v0.9.0
4442024-03-22T16:04:38.058Z Downloaded http-body v0.4.6
4452024-03-22T16:04:38.058Z Downloaded itoa v1.0.10
4462024-03-22T16:04:38.058Z Downloaded waitgroup v0.1.2
4472024-03-22T16:04:38.058Z Downloaded powerfmt v0.2.0
4482024-03-22T16:04:38.058Z Downloaded plain v0.2.3
4492024-03-22T16:04:38.058Z Downloaded parking_lot_core v0.8.6
4502024-03-22T16:04:38.058Z Downloaded omicron-workspace-hack v0.1.0
4512024-03-22T16:04:38.058Z Downloaded ident_case v1.0.1
4522024-03-22T16:04:38.058Z Downloaded linked-hash-map v0.5.6
4532024-03-22T16:04:38.058Z Downloaded ipnet v2.9.0
4542024-03-22T16:04:38.058Z Downloaded tracing-attributes v0.1.27
4552024-03-22T16:04:38.058Z Downloaded tokio-macros v2.2.0
4562024-03-22T16:04:38.058Z Downloaded time-macros v0.2.17
4572024-03-22T16:04:38.058Z Downloaded pin-utils v0.1.0
4582024-03-22T16:04:38.058Z Downloaded slog-term v2.9.1
4592024-03-22T16:04:38.058Z Downloaded managed v0.8.0
4602024-03-22T16:04:38.058Z Downloaded lru-cache v0.1.2
4612024-03-22T16:04:38.059Z Downloaded clap v4.5.3
4622024-03-22T16:04:38.059Z Downloaded zerocopy-derive v0.7.32
4632024-03-22T16:04:38.059Z Downloaded untrusted v0.9.0
4642024-03-22T16:04:38.059Z Downloaded proc-macro-error v1.0.4
4652024-03-22T16:04:38.059Z Downloaded rustc_version v0.1.7
4662024-03-22T16:04:38.059Z Downloaded httparse v1.8.0
4672024-03-22T16:04:38.059Z Downloaded proc-macro-error-attr v1.0.4
4682024-03-22T16:04:38.059Z Downloaded num-traits v0.2.18
4692024-03-22T16:04:38.059Z Downloaded num_enum_derive v0.5.11
4702024-03-22T16:04:38.059Z Downloaded proc-macro-crate v1.3.1
4712024-03-22T16:04:38.059Z Downloaded num-integer v0.1.46
4722024-03-22T16:04:38.059Z Downloaded utf8parse v0.2.1
4732024-03-22T16:04:38.059Z Downloaded password-hash v0.5.0
4742024-03-22T16:04:38.059Z Downloaded num v0.4.1
4752024-03-22T16:04:38.059Z Downloaded num-iter v0.1.44
4762024-03-22T16:04:38.059Z Downloaded uuid v0.8.2
4772024-03-22T16:04:38.059Z Downloaded toml v0.8.12
4782024-03-22T16:04:38.059Z Downloaded socket2 v0.5.6
4792024-03-22T16:04:38.060Z Downloaded newtype-uuid v1.0.1
4802024-03-22T16:04:38.060Z Downloaded num-rational v0.4.1
4812024-03-22T16:04:38.060Z Downloaded num-complex v0.4.5
4822024-03-22T16:04:38.060Z Downloaded quick-error v1.2.3
4832024-03-22T16:04:38.060Z Downloaded hyper-rustls v0.24.2
4842024-03-22T16:04:38.060Z Downloaded heapless v0.8.0
4852024-03-22T16:04:38.060Z Downloaded lazy_static v1.4.0
4862024-03-22T16:04:38.060Z Downloaded humantime v2.1.0
4872024-03-22T16:04:38.060Z Downloaded lock_api v0.4.11
4882024-03-22T16:04:38.060Z Downloaded postcard v1.0.8
4892024-03-22T16:04:38.060Z Downloaded pin-project-lite v0.2.13
4902024-03-22T16:04:38.060Z Downloaded once_cell v1.19.0
4912024-03-22T16:04:38.096Z Downloaded indexmap v1.9.3
4922024-03-22T16:04:38.096Z Downloaded rand v0.8.5
4932024-03-22T16:04:38.096Z Downloaded parking_lot v0.12.1
4942024-03-22T16:04:38.097Z Downloaded hashbrown v0.12.3
4952024-03-22T16:04:38.097Z Downloaded ucd-trie v0.1.6
4962024-03-22T16:04:38.097Z Downloaded pest_derive v2.7.8
4972024-03-22T16:04:38.097Z Downloaded memmap v0.7.0
4982024-03-22T16:04:38.097Z Downloaded multer v3.0.0
4992024-03-22T16:04:38.097Z Downloaded pest_meta v2.7.8
5002024-03-22T16:04:38.097Z Downloaded proc-macro2 v1.0.79
5012024-03-22T16:04:38.097Z Downloaded unicode-bidi v0.3.15
5022024-03-22T16:04:38.098Z Downloaded tracing-core v0.1.32
5032024-03-22T16:04:38.098Z Downloaded schemars v0.8.16
5042024-03-22T16:04:38.098Z Downloaded parking_lot v0.11.2
5052024-03-22T16:04:38.099Z Downloaded unsafe-libyaml v0.2.11
5062024-03-22T16:04:38.099Z Downloaded uuid v1.8.0
5072024-03-22T16:04:38.099Z Downloaded log v0.4.21
5082024-03-22T16:04:38.099Z Downloaded quote v1.0.35
5092024-03-22T16:04:38.099Z Downloaded typenum v1.17.0
5102024-03-22T16:04:38.099Z Downloaded serde_yaml v0.9.33
5112024-03-22T16:04:38.099Z Downloaded pretty_assertions v1.4.0
5122024-03-22T16:04:38.099Z Downloaded hashbrown v0.13.2
5132024-03-22T16:04:38.100Z Downloaded serde v1.0.197
5142024-03-22T16:04:38.100Z Downloaded http v0.2.12
5152024-03-22T16:04:38.100Z Downloaded tracing v0.1.40
5162024-03-22T16:04:38.100Z Downloaded indexmap v2.2.5
5172024-03-22T16:04:38.100Z Downloaded openssl-sys v0.9.101
5182024-03-22T16:04:38.100Z Downloaded toml_edit v0.21.1
5192024-03-22T16:04:38.100Z Downloaded http v1.1.0
5202024-03-22T16:04:38.100Z Downloaded trust-dns-resolver v0.22.0
5212024-03-22T16:04:38.100Z Downloaded toml_edit v0.22.8
5222024-03-22T16:04:38.101Z Downloaded memchr v2.7.1
5232024-03-22T16:04:38.101Z Downloaded toml_edit v0.19.15
5242024-03-22T16:04:38.101Z Downloaded nom v7.1.3
5252024-03-22T16:04:38.101Z Downloaded mio v0.8.11
5262024-03-22T16:04:38.101Z Downloaded winnow v0.6.5
5272024-03-22T16:04:38.101Z Downloaded url v2.5.0
5282024-03-22T16:04:38.101Z Downloaded unicode-normalization v0.1.23
5292024-03-22T16:04:38.101Z Downloaded serde_json v1.0.114
5302024-03-22T16:04:38.101Z Downloaded tokio-util v0.7.10
5312024-03-22T16:04:38.101Z Downloaded winnow v0.5.40
5322024-03-22T16:04:38.102Z Downloaded futures-util v0.3.30
5332024-03-22T16:04:38.102Z Downloaded libm v0.2.8
5342024-03-22T16:04:38.102Z Downloaded petgraph v0.6.4
5352024-03-22T16:04:38.102Z Downloaded hyper v0.14.28
5362024-03-22T16:04:38.102Z Downloaded vcpkg v0.2.15
5372024-03-22T16:04:38.102Z Downloaded rustls v0.21.10
5382024-03-22T16:04:38.102Z Downloaded regress v0.6.0
5392024-03-22T16:04:38.102Z Downloaded idna v0.2.3
5402024-03-22T16:04:38.102Z Downloaded syn v1.0.109
5412024-03-22T16:04:38.102Z Downloaded openssl v0.10.64
5422024-03-22T16:04:38.103Z Downloaded regress v0.9.0
5432024-03-22T16:04:38.103Z Downloaded reqwest v0.11.26
5442024-03-22T16:04:38.103Z Downloaded rustls v0.22.2
5452024-03-22T16:04:38.103Z Downloaded idna v0.5.0
5462024-03-22T16:04:38.103Z Downloaded trust-dns-proto v0.22.0
5472024-03-22T16:04:38.103Z Downloaded regex-syntax v0.8.2
5482024-03-22T16:04:38.103Z Downloaded smoltcp v0.11.0
5492024-03-22T16:04:38.103Z Downloaded openapiv3 v2.0.0
5502024-03-22T16:04:38.103Z Downloaded sled v0.34.7
5512024-03-22T16:04:38.103Z Downloaded tokio v1.36.0
5522024-03-22T16:04:38.103Z Downloaded zerocopy-derive v0.6.6
5532024-03-22T16:04:38.104Z Downloaded webpki-roots v0.25.4
5542024-03-22T16:04:38.104Z Downloaded regex-automata v0.4.6
5552024-03-22T16:04:38.104Z Downloaded regex v1.10.3
5562024-03-22T16:04:38.104Z Downloaded syn v2.0.53
5572024-03-22T16:04:38.104Z Downloaded libc v0.2.153
5582024-03-22T16:04:38.104Z Downloaded pest v2.7.8
5592024-03-22T16:04:38.104Z Downloaded chrono v0.4.35
5602024-03-22T16:04:38.104Z Downloaded itertools v0.12.1
5612024-03-22T16:04:38.104Z Downloaded serde_with v3.7.0
5622024-03-22T16:04:38.104Z Downloaded time v0.3.34
5632024-03-22T16:04:38.104Z Downloaded h2 v0.3.25
5642024-03-22T16:04:38.105Z Downloaded clap_builder v4.5.2
5652024-03-22T16:04:38.105Z Downloaded minimal-lexical v0.2.1
5662024-03-22T16:04:38.105Z Downloaded zerocopy v0.7.32
5672024-03-22T16:04:38.105Z Downloaded encoding_rs v0.8.33
5682024-03-22T16:04:38.105Z Downloaded rustls-webpki v0.101.7
5692024-03-22T16:04:38.105Z Downloaded goblin v0.8.0
5702024-03-22T16:04:38.105Z Downloaded rustls-webpki v0.102.2
5712024-03-22T16:04:38.105Z Downloaded hashbrown v0.14.3
5722024-03-22T16:04:38.105Z Downloaded steno v0.4.0
5732024-03-22T16:04:38.105Z Downloaded unicode-ident v1.0.12
5742024-03-22T16:04:38.106Z Downloaded tokio-rustls v0.25.0
5752024-03-22T16:04:38.106Z Downloaded native-tls v0.2.11
5762024-03-22T16:04:38.106Z Downloaded tokio-rustls v0.24.1
5772024-03-22T16:04:38.106Z Downloaded tinyvec v1.6.0
5782024-03-22T16:04:38.106Z Downloaded socket2 v0.4.10
5792024-03-22T16:04:38.106Z Downloaded crossbeam-channel v0.5.12
5802024-03-22T16:04:38.106Z Downloaded base64 v0.21.7
5812024-03-22T16:04:38.106Z Downloaded cc v1.0.90
5822024-03-22T16:04:38.106Z Downloaded iana-time-zone v0.1.60
5832024-03-22T16:04:38.106Z Downloaded strum_macros v0.26.2
5842024-03-22T16:04:38.107Z Downloaded sct v0.7.1
5852024-03-22T16:04:38.107Z Downloaded half v2.4.0
5862024-03-22T16:04:38.107Z Downloaded futures-channel v0.3.30
5872024-03-22T16:04:38.107Z Downloaded crossbeam-utils v0.8.19
5882024-03-22T16:04:38.107Z Downloaded camino v1.1.6
5892024-03-22T16:04:38.107Z Downloaded blake2 v0.10.6
5902024-03-22T16:04:38.107Z Downloaded num_enum v0.5.11
5912024-03-22T16:04:38.151Z Downloaded ipnetwork v0.20.0
5922024-03-22T16:04:38.152Z Downloaded schemars_derive v0.8.16
5932024-03-22T16:04:38.152Z Downloaded unicode-width v0.1.11
5942024-03-22T16:04:38.152Z Downloaded parse-display v0.9.0
5952024-03-22T16:04:38.152Z Downloaded diff v0.1.13
5962024-03-22T16:04:38.152Z Downloaded base64 v0.22.0
5972024-03-22T16:04:38.152Z Downloaded pkg-config v0.3.30
5982024-03-22T16:04:38.153Z Downloaded tabwriter v1.4.0
5992024-03-22T16:04:38.153Z Downloaded subtle v2.5.0
6002024-03-22T16:04:38.153Z Downloaded smallvec v1.13.1
6012024-03-22T16:04:38.153Z Downloaded bitflags v2.5.0
6022024-03-22T16:04:38.153Z Downloaded clap_lex v0.7.0
6032024-03-22T16:04:38.153Z Downloaded generic-array v0.14.7
6042024-03-22T16:04:38.153Z Downloaded futures-sink v0.3.30
6052024-03-22T16:04:38.153Z Downloaded foreign-types v0.5.0
6062024-03-22T16:04:38.154Z Downloaded dirs-next v2.0.0
6072024-03-22T16:04:38.154Z Downloaded cobs v0.2.3
6082024-03-22T16:04:38.154Z Downloaded bitflags v1.3.2
6092024-03-22T16:04:38.154Z Downloaded signal-hook-registry v1.4.1
6102024-03-22T16:04:38.154Z Downloaded defmt-parser v0.3.4
6112024-03-22T16:04:38.154Z Downloaded byteorder v1.5.0
6122024-03-22T16:04:38.154Z Downloaded slog-envlogger v2.2.0
6132024-03-22T16:04:38.154Z Downloaded slog-async v2.8.0
6142024-03-22T16:04:38.154Z Downloaded serde_repr v0.1.18
6152024-03-22T16:04:38.154Z Downloaded data-encoding v2.5.0
6162024-03-22T16:04:38.155Z Downloaded crypto-common v0.1.6
6172024-03-22T16:04:38.155Z Downloaded deranged v0.3.11
6182024-03-22T16:04:38.155Z Downloaded crc8 v0.1.1
6192024-03-22T16:04:38.155Z Downloaded ring v0.17.8
6202024-03-22T16:04:38.155Z Compiling proc-macro2 v1.0.79
6212024-03-22T16:04:38.155Z Compiling unicode-ident v1.0.12
6222024-03-22T16:04:38.155Z Compiling libc v0.2.153
6232024-03-22T16:04:38.155Z Compiling serde v1.0.197
6242024-03-22T16:04:38.155Z Compiling version_check v0.9.4
6252024-03-22T16:04:38.156Z Compiling autocfg v1.1.0
6262024-03-22T16:04:38.156Z Compiling syn v1.0.109
6272024-03-22T16:04:38.156Z Compiling serde_json v1.0.114
6282024-03-22T16:04:38.156Z Compiling thiserror v1.0.58
6292024-03-22T16:04:38.156Z Compiling ahash v0.8.11
6302024-03-22T16:04:39.178Z Checking cfg-if v1.0.0
6312024-03-22T16:04:39.605Z Compiling lock_api v0.4.11
6322024-03-22T16:04:39.606Z Compiling once_cell v1.19.0
6332024-03-22T16:04:39.606Z Compiling parking_lot_core v0.9.9
6342024-03-22T16:04:39.606Z Compiling byteorder v1.5.0
6352024-03-22T16:04:39.606Z Compiling libm v0.2.8
6362024-03-22T16:04:39.606Z Compiling num-traits v0.2.18
6372024-03-22T16:04:39.702Z Compiling cc v1.0.90
6382024-03-22T16:04:39.762Z Compiling allocator-api2 v0.2.16
6392024-03-22T16:04:39.787Z Compiling memchr v2.7.1
6402024-03-22T16:04:39.799Z Compiling slab v0.4.9
6412024-03-22T16:04:39.921Z Compiling schemars v0.8.16
6422024-03-22T16:04:40.366Z Compiling quote v1.0.35
6432024-03-22T16:04:40.366Z Compiling equivalent v1.0.1
6442024-03-22T16:04:40.382Z Compiling slog v2.7.0
6452024-03-22T16:04:40.400Z Compiling heck v0.4.1
6462024-03-22T16:04:40.556Z Compiling itoa v1.0.10
6472024-03-22T16:04:40.657Z Compiling syn v2.0.53
6482024-03-22T16:04:41.134Z Compiling ryu v1.0.17
6492024-03-22T16:04:41.134Z Compiling pkg-config v0.3.30
6502024-03-22T16:04:41.134Z Compiling vcpkg v0.2.15
6512024-03-22T16:04:41.134Z Compiling httparse v1.8.0
6522024-03-22T16:04:41.134Z Compiling fnv v1.0.7
6532024-03-22T16:04:41.194Z Compiling openssl v0.10.64
6542024-03-22T16:04:41.445Z Compiling rustls v0.21.10
6552024-03-22T16:04:41.761Z Compiling native-tls v0.2.11
6562024-03-22T16:04:42.385Z Checking getrandom v0.2.12
6572024-03-22T16:04:42.561Z Compiling anyhow v1.0.81
6582024-03-22T16:04:42.574Z Compiling dyn-clone v1.0.17
6592024-03-22T16:04:42.574Z Compiling ring v0.17.8
6602024-03-22T16:04:42.598Z Compiling openssl-sys v0.9.101
6612024-03-22T16:04:42.741Z Compiling uuid v1.8.0
6622024-03-22T16:04:42.927Z Compiling log v0.4.21
6632024-03-22T16:04:43.195Z Compiling aho-corasick v1.1.2
6642024-03-22T16:04:43.677Z Compiling regex-syntax v0.8.2
6652024-03-22T16:04:44.119Z Compiling typenum v1.17.0
6662024-03-22T16:04:44.461Z Compiling chrono v0.4.35
6672024-03-22T16:04:44.571Z Compiling generic-array v0.14.7
6682024-03-22T16:04:44.903Z Compiling crossbeam-utils v0.8.19
6692024-03-22T16:04:46.167Z Compiling serde_derive_internals v0.26.0
6702024-03-22T16:04:46.551Z Compiling regex-automata v0.4.6
6712024-03-22T16:04:47.324Z Checking pin-project-lite v0.2.13
6722024-03-22T16:04:47.429Z Compiling ucd-trie v0.1.6
6732024-03-22T16:04:48.073Z Compiling unicode-width v0.1.11
6742024-03-22T16:04:48.167Z Compiling num-conv v0.1.0
6752024-03-22T16:04:48.588Z Compiling bytes v1.5.0
6762024-03-22T16:04:48.601Z Compiling time-core v0.1.2
6772024-03-22T16:04:48.601Z Compiling getopts v0.2.21
6782024-03-22T16:04:48.601Z Compiling time-macros v0.2.17
6792024-03-22T16:04:49.114Z Compiling http v0.2.12
6802024-03-22T16:04:49.323Z Compiling unsafe-libyaml v0.2.11
6812024-03-22T16:04:49.444Z Checking smallvec v1.13.1
6822024-03-22T16:04:49.808Z Checking scopeguard v1.2.0
6832024-03-22T16:04:49.921Z Compiling ident_case v1.0.1
6842024-03-22T16:04:50.088Z Compiling regex v1.10.3
6852024-03-22T16:04:51.007Z Compiling strsim v0.10.0
6862024-03-22T16:04:51.239Z Compiling schemars_derive v0.8.16
6872024-03-22T16:04:51.289Z Compiling darling_core v0.20.8
6882024-03-22T16:04:51.493Z Compiling omicron-workspace-hack v0.1.0
6892024-03-22T16:04:51.597Z Compiling serde_derive v1.0.197
6902024-03-22T16:04:51.646Z Compiling zerocopy-derive v0.7.32
6912024-03-22T16:04:51.729Z Compiling thiserror-impl v1.0.58
6922024-03-22T16:04:51.793Z Compiling tokio-macros v2.2.0
6932024-03-22T16:04:53.321Z Compiling tracing-attributes v0.1.27
6942024-03-22T16:04:53.757Z Compiling zerocopy v0.7.32
6952024-03-22T16:04:53.900Z Compiling futures-macro v0.3.30
6962024-03-22T16:04:54.268Z Compiling openssl-macros v0.1.1
6972024-03-22T16:04:54.627Z Compiling pest v2.7.8
6982024-03-22T16:04:55.150Z Compiling scroll_derive v0.12.0
6992024-03-22T16:04:55.828Z Compiling hashbrown v0.14.3
7002024-03-22T16:04:55.942Z Checking parking_lot v0.12.1
7012024-03-22T16:04:56.278Z Checking mio v0.8.11
7022024-03-22T16:04:56.524Z Checking signal-hook-registry v1.4.1
7032024-03-22T16:04:56.608Z Checking socket2 v0.5.6
7042024-03-22T16:04:56.653Z Checking num_cpus v1.16.0
7052024-03-22T16:04:56.742Z Compiling slog-async v2.8.0
7062024-03-22T16:04:56.905Z Compiling pest_meta v2.7.8
7072024-03-22T16:04:57.215Z Compiling regress v0.9.0
7082024-03-22T16:04:57.249Z Compiling darling_macro v0.20.8
7092024-03-22T16:04:57.265Z Compiling usdt-impl v0.5.0
7102024-03-22T16:04:57.281Z Compiling async-trait v0.1.78
7112024-03-22T16:04:57.603Z Compiling rustversion v1.0.14
7122024-03-22T16:04:58.148Z Compiling thread-id v4.2.1
7132024-03-22T16:04:58.197Z Compiling pest_generator v2.7.8
7142024-03-22T16:04:58.289Z Compiling darling v0.20.8
7152024-03-22T16:04:59.970Z Compiling rustls v0.22.2
7162024-03-22T16:05:00.784Z Checking futures-core v0.3.30
7172024-03-22T16:05:01.331Z Checking tracing-core v0.1.32
7182024-03-22T16:05:01.336Z Compiling pest_derive v2.7.8
7192024-03-22T16:05:01.336Z Compiling multer v3.0.0
7202024-03-22T16:05:01.407Z Checking futures-sink v0.3.30
7212024-03-22T16:05:01.598Z Compiling camino v1.1.6
7222024-03-22T16:05:01.842Z Checking tracing v0.1.40
7232024-03-22T16:05:02.334Z Compiling dtrace-parser v0.2.0
7242024-03-22T16:05:02.344Z Compiling serde_with_macros v3.7.0
7252024-03-22T16:05:02.345Z Compiling structmeta-derive v0.3.0
7262024-03-22T16:05:02.345Z Compiling async-stream-impl v0.3.5
7272024-03-22T16:05:02.421Z Compiling paste v1.0.14
7282024-03-22T16:05:02.927Z Checking iana-time-zone v0.1.60
7292024-03-22T16:05:03.413Z Checking futures-channel v0.3.30
7302024-03-22T16:05:03.869Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
7312024-03-22T16:05:04.193Z Compiling semver v1.0.22
7322024-03-22T16:05:04.213Z Checking futures-task v0.3.30
7332024-03-22T16:05:04.421Z Checking futures-io v0.3.30
7342024-03-22T16:05:04.454Z Checking pin-utils v0.1.0
7352024-03-22T16:05:04.920Z Compiling structmeta v0.3.0
7362024-03-22T16:05:05.084Z Compiling indexmap v2.2.5
7372024-03-22T16:05:05.270Z Compiling serde_tokenstream v0.2.0
7382024-03-22T16:05:05.285Z Checking tokio v1.36.0
7392024-03-22T16:05:05.773Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
7402024-03-22T16:05:06.939Z Compiling parse-display-derive v0.9.0
7412024-03-22T16:05:06.939Z Compiling serde_yaml v0.9.33
7422024-03-22T16:05:06.939Z Checking futures-util v0.3.30
7432024-03-22T16:05:07.814Z Compiling openapiv3 v2.0.0
7442024-03-22T16:05:07.869Z Compiling dof v0.3.0
7452024-03-22T16:05:10.165Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
7462024-03-22T16:05:10.202Z Compiling usdt-macro v0.5.0
7472024-03-22T16:05:10.318Z Compiling usdt-attr-macro v0.5.0
7482024-03-22T16:05:11.525Z Compiling strum_macros v0.26.2
7492024-03-22T16:05:11.799Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
7502024-03-22T16:05:12.268Z Checking spin v0.9.8
7512024-03-22T16:05:12.762Z Checking uuid v0.8.2
7522024-03-22T16:05:12.762Z Checking untrusted v0.9.0
7532024-03-22T16:05:12.787Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
7542024-03-22T16:05:13.583Z Compiling winnow v0.5.40
7552024-03-22T16:05:14.373Z Compiling toml_datetime v0.6.5
7562024-03-22T16:05:14.489Z Checking tinyvec_macros v0.1.1
7572024-03-22T16:05:14.561Z Checking tinyvec v1.6.0
7582024-03-22T16:05:14.787Z Checking percent-encoding v2.3.1
7592024-03-22T16:05:14.891Z Checking tokio-util v0.7.10
7602024-03-22T16:05:14.998Z Checking form_urlencoded v1.2.1
7612024-03-22T16:05:15.974Z Checking unicode-bidi v0.3.15
7622024-03-22T16:05:15.983Z Checking try-lock v0.2.5
7632024-03-22T16:05:15.983Z Checking foreign-types-shared v0.1.1
7642024-03-22T16:05:15.983Z Checking want v0.3.1
7652024-03-22T16:05:15.983Z Checking unicode-normalization v0.1.23
7662024-03-22T16:05:15.983Z Checking foreign-types v0.3.2
7672024-03-22T16:05:15.983Z Checking h2 v0.3.25
7682024-03-22T16:05:16.203Z Checking http-body v0.4.6
7692024-03-22T16:05:16.922Z Compiling num-rational v0.4.1
7702024-03-22T16:05:17.160Z Compiling semver v0.1.20
7712024-03-22T16:05:17.363Z Checking httpdate v1.0.3
7722024-03-22T16:05:17.550Z Checking bitflags v2.5.0
7732024-03-22T16:05:17.571Z Checking tower-service v0.3.2
7742024-03-22T16:05:17.735Z Compiling rustc_version v0.1.7
7752024-03-22T16:05:18.009Z Checking idna v0.5.0
7762024-03-22T16:05:18.136Z Checking sct v0.7.1
7772024-03-22T16:05:18.316Z Checking rustls-webpki v0.101.7
7782024-03-22T16:05:18.831Z Compiling zerocopy-derive v0.6.6
7792024-03-22T16:05:19.016Z Compiling hubpack_derive v0.1.1
7802024-03-22T16:05:20.078Z Checking hyper v0.14.28
7812024-03-22T16:05:20.845Z Checking base64 v0.21.7
7822024-03-22T16:05:21.185Z Checking openssl-probe v0.1.5
7832024-03-22T16:05:21.342Z Checking url v2.5.0
7842024-03-22T16:05:22.106Z Compiling newtype_derive v0.1.6
7852024-03-22T16:05:22.446Z Checking encoding_rs v0.8.33
7862024-03-22T16:05:23.071Z Checking ipnet v2.9.0
7872024-03-22T16:05:23.298Z Checking mime v0.3.17
7882024-03-22T16:05:23.507Z Checking tokio-native-tls v0.3.1
7892024-03-22T16:05:23.671Z Checking serde_urlencoded v0.7.1
7902024-03-22T16:05:23.759Z Compiling strum_macros v0.25.3
7912024-03-22T16:05:24.043Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
7922024-03-22T16:05:24.096Z Compiling serde_repr v0.1.18
7932024-03-22T16:05:24.319Z Checking hyper-tls v0.5.0
7942024-03-22T16:05:24.503Z Checking tokio-rustls v0.24.1
7952024-03-22T16:05:24.589Z Checking rustls-pemfile v1.0.4
7962024-03-22T16:05:24.850Z Checking hyper-rustls v0.24.2
7972024-03-22T16:05:25.148Z Checking sync_wrapper v0.1.2
7982024-03-22T16:05:25.274Z Checking webpki-roots v0.25.4
7992024-03-22T16:05:25.404Z Checking reqwest v0.11.26
8002024-03-22T16:05:25.436Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
8012024-03-22T16:05:27.080Z Checking rand_core v0.6.4
8022024-03-22T16:05:27.751Z Checking powerfmt v0.2.0
8032024-03-22T16:05:27.764Z Checking subtle v2.5.0
8042024-03-22T16:05:27.764Z Checking deranged v0.3.11
8052024-03-22T16:05:27.947Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
8062024-03-22T16:05:28.255Z Compiling enum-as-inner v0.5.1
8072024-03-22T16:05:28.556Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
8082024-03-22T16:05:28.688Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
8092024-03-22T16:05:29.110Z Checking num_threads v0.1.7
8102024-03-22T16:05:29.216Z Checking lazy_static v1.4.0
8112024-03-22T16:05:29.545Z Checking time v0.3.34
8122024-03-22T16:05:29.746Z Checking dirs-sys-next v0.1.2
8132024-03-22T16:05:29.880Z Compiling slog-dtrace v0.3.0
8142024-03-22T16:05:29.901Z Checking ppv-lite86 v0.2.17
8152024-03-22T16:05:30.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
8162024-03-22T16:05:30.750Z Checking rand_chacha v0.3.1
8172024-03-22T16:05:31.046Z Checking dirs-next v2.0.0
8182024-03-22T16:05:31.225Z Checking block-buffer v0.10.4
8192024-03-22T16:05:31.321Z Checking crypto-common v0.1.6
8202024-03-22T16:05:31.683Z Compiling toml_edit v0.19.15
8212024-03-22T16:05:31.925Z Checking scroll v0.12.0
8222024-03-22T16:05:32.239Z Checking thread_local v1.1.8
8232024-03-22T16:05:32.366Z Compiling parking_lot_core v0.8.6
8242024-03-22T16:05:33.481Z Checking plain v0.2.3
8252024-03-22T16:05:33.617Z Checking goblin v0.8.0
8262024-03-22T16:05:34.446Z Compiling proc-macro-crate v1.3.1
8272024-03-22T16:05:35.362Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
8282024-03-22T16:05:36.471Z Checking digest v0.10.7
8292024-03-22T16:05:37.210Z Checking term v0.7.0
8302024-03-22T16:05:37.220Z Checking rand v0.8.5
8312024-03-22T16:05:37.224Z Checking crossbeam-channel v0.5.12
8322024-03-22T16:05:37.938Z Checking is-terminal v0.4.12
8332024-03-22T16:05:38.032Z Compiling heck v0.5.0
8342024-03-22T16:05:38.047Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
8352024-03-22T16:05:38.060Z Checking take_mut v0.2.2
8362024-03-22T16:05:38.350Z Checking match_cfg v0.1.0
8372024-03-22T16:05:38.428Z Checking pretty-hex v0.4.1
8382024-03-22T16:05:38.436Z Checking rustls-pki-types v1.3.1
8392024-03-22T16:05:38.506Z Checking hostname v0.3.1
8402024-03-22T16:05:38.606Z Compiling clap_derive v4.5.3
8412024-03-22T16:05:38.785Z Checking slog-term v2.9.1
8422024-03-22T16:05:39.212Z Compiling num_enum_derive v0.5.11
8432024-03-22T16:05:39.246Z Checking ipnetwork v0.20.0
8442024-03-22T16:05:39.567Z Compiling foreign-types-macros v0.2.3
8452024-03-22T16:05:39.739Z Checking instant v0.1.12
8462024-03-22T16:05:39.839Z Checking cpufeatures v0.2.12
8472024-03-22T16:05:39.851Z Compiling crc32fast v1.4.0
8482024-03-22T16:05:40.224Z Checking rustls-webpki v0.102.2
8492024-03-22T16:05:40.434Z Checking futures-executor v0.3.30
8502024-03-22T16:05:40.637Z Checking serde_spanned v0.6.5
8512024-03-22T16:05:40.892Z Checking memmap v0.7.0
8522024-03-22T16:05:40.933Z Checking winnow v0.6.5
8532024-03-22T16:05:41.086Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
8542024-03-22T16:05:41.316Z Checking zeroize v1.7.0
8552024-03-22T16:05:42.896Z Checking usdt v0.5.0
8562024-03-22T16:05:43.113Z Checking futures v0.3.30
8572024-03-22T16:05:43.181Z Checking slog-json v2.6.1
8582024-03-22T16:05:43.397Z Checking http v1.1.0
8592024-03-22T16:05:43.913Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
8602024-03-22T16:05:43.913Z Checking toml_edit v0.22.8
8612024-03-22T16:05:44.472Z Checking atomic-waker v1.1.2
8622024-03-22T16:05:44.586Z Checking waitgroup v0.1.2
8632024-03-22T16:05:44.707Z Checking slog-bunyan v2.5.0
8642024-03-22T16:05:44.858Z Checking sha1 v0.10.6
8652024-03-22T16:05:45.091Z Checking rustls-pemfile v2.1.1
8662024-03-22T16:05:45.282Z Checking tokio-rustls v0.25.0
8672024-03-22T16:05:45.298Z Checking newtype-uuid v1.0.1
8682024-03-22T16:05:45.413Z Checking serde_with v3.7.0
8692024-03-22T16:05:45.621Z Checking serde_path_to_error v0.1.16
8702024-03-22T16:05:46.045Z Checking hex v0.4.3
8712024-03-22T16:05:46.149Z Checking async-stream v0.3.5
8722024-03-22T16:05:46.242Z Checking toml v0.8.12
8732024-03-22T16:05:46.326Z Checking debug-ignore v1.0.5
8742024-03-22T16:05:46.350Z Checking bitflags v1.3.2
8752024-03-22T16:05:46.461Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
8762024-03-22T16:05:46.606Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
8772024-03-22T16:05:46.761Z Checking backoff v0.4.0
8782024-03-22T16:05:46.826Z Checking parse-display v0.9.0
8792024-03-22T16:05:47.008Z Checking strum v0.26.2
8802024-03-22T16:05:47.025Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
8812024-03-22T16:05:47.140Z Checking macaddr v1.0.1
8822024-03-22T16:05:48.956Z Checking num-integer v0.1.46
8832024-03-22T16:05:49.696Z Checking base64ct v1.6.0
8842024-03-22T16:05:49.731Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
8852024-03-22T16:05:50.101Z Checking password-hash v0.5.0
8862024-03-22T16:05:50.246Z Checking num-iter v0.1.44
8872024-03-22T16:05:50.446Z Checking blake2 v0.10.6
8882024-03-22T16:05:50.605Z Checking zerocopy v0.6.6
8892024-03-22T16:05:50.835Z Checking hubpack v0.1.2
8902024-03-22T16:05:50.843Z Checking num-complex v0.4.5
8912024-03-22T16:05:51.155Z Checking fixedbitset v0.4.2
8922024-03-22T16:05:51.175Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
8932024-03-22T16:05:51.387Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
8942024-03-22T16:05:51.526Z Compiling heapless v0.8.0
8952024-03-22T16:05:51.583Z Checking static_assertions v1.1.0
8962024-03-22T16:05:51.666Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
8972024-03-22T16:05:51.747Z Checking num v0.4.1
8982024-03-22T16:05:51.957Z Checking petgraph v0.6.4
8992024-03-22T16:05:52.187Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9002024-03-22T16:05:52.320Z Checking argon2 v0.5.3
9012024-03-22T16:05:54.213Z Checking base64 v0.22.0
9022024-03-22T16:05:54.230Z Checking matches v0.1.10
9032024-03-22T16:05:54.436Z Checking utf8parse v0.2.1
9042024-03-22T16:05:54.571Z Checking anstyle-parse v0.2.3
9052024-03-22T16:05:54.642Z Checking idna v0.2.3
9062024-03-22T16:05:54.801Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9072024-03-22T16:05:55.122Z Checking steno v0.4.0
9082024-03-22T16:05:55.434Z Checking anstyle-query v1.0.2
9092024-03-22T16:05:55.558Z Checking data-encoding v2.5.0
9102024-03-22T16:05:55.735Z Checking quick-error v1.2.3
9112024-03-22T16:05:55.764Z Checking colorchoice v1.0.0
9122024-03-22T16:05:55.863Z Compiling smoltcp v0.11.0
9132024-03-22T16:05:55.886Z Checking anstyle v1.0.6
9142024-03-22T16:05:56.079Z Checking linked-hash-map v0.5.6
9152024-03-22T16:05:56.094Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9162024-03-22T16:05:56.254Z Checking humantime v2.1.0
9172024-03-22T16:05:56.392Z Checking lru-cache v0.1.2
9182024-03-22T16:05:56.514Z Checking anstream v0.6.13
9192024-03-22T16:05:56.533Z Checking trust-dns-proto v0.22.0
9202024-03-22T16:05:56.565Z Checking resolv-conf v0.7.0
9212024-03-22T16:05:56.843Z Checking clap_lex v0.7.0
9222024-03-22T16:05:56.868Z Checking strsim v0.11.0
9232024-03-22T16:05:57.120Z Checking clap_builder v4.5.2
9242024-03-22T16:05:57.600Z Checking parking_lot v0.11.2
9252024-03-22T16:05:58.176Z Checking crossbeam-epoch v0.9.18
9262024-03-22T16:05:58.803Z Checking fxhash v0.2.1
9272024-03-22T16:05:58.968Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
9282024-03-22T16:05:58.978Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9292024-03-22T16:05:59.475Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9302024-03-22T16:05:59.475Z Checking foreign-types-shared v0.3.1
9312024-03-22T16:05:59.659Z Checking trust-dns-resolver v0.22.0
9322024-03-22T16:05:59.898Z Checking clap v4.5.3
9332024-03-22T16:06:00.406Z Checking foreign-types v0.5.0
9342024-03-22T16:06:00.410Z Checking sled v0.34.7
9352024-03-22T16:06:00.972Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9362024-03-22T16:06:01.604Z Checking num_enum v0.5.11
9372024-03-22T16:06:01.841Z Checking colored v2.1.0
9382024-03-22T16:06:01.925Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
9392024-03-22T16:06:02.000Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
9402024-03-22T16:06:02.128Z Checking cstr-argument v0.1.2
9412024-03-22T16:06:02.761Z Checking pretty-hex v0.2.1
9422024-03-22T16:06:02.897Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
9432024-03-22T16:06:03.085Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
9442024-03-22T16:06:03.284Z Checking socket2 v0.4.10
9452024-03-22T16:06:03.499Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08)
9462024-03-22T16:06:05.274Z Compiling toml_edit v0.21.1
9472024-03-22T16:06:05.502Z Checking half v2.4.0
9482024-03-22T16:06:06.349Z Checking ciborium-io v0.2.2
9492024-03-22T16:06:06.349Z Checking ciborium-ll v0.2.2
9502024-03-22T16:06:07.686Z Compiling proc-macro-crate v3.1.0
9512024-03-22T16:06:08.073Z Checking hash32 v0.3.1
9522024-03-22T16:06:08.180Z Checking stable_deref_trait v1.2.0
9532024-03-22T16:06:08.825Z Checking ciborium v0.2.2
9542024-03-22T16:06:09.185Z Checking hashbrown v0.13.2
9552024-03-22T16:06:09.528Z Compiling proc-macro-error-attr v1.0.4
9562024-03-22T16:06:09.696Z Checking cobs v0.2.3
9572024-03-22T16:06:09.848Z Checking embedded-io v0.4.0
9582024-03-22T16:06:09.874Z Checking managed v0.8.0
9592024-03-22T16:06:10.016Z Checking postcard v1.0.8
9602024-03-22T16:06:10.154Z Checking regress v0.6.0
9612024-03-22T16:06:10.398Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9622024-03-22T16:06:10.900Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
9632024-03-22T16:06:10.922Z Checking tabwriter v1.4.0
9642024-03-22T16:06:11.162Z Compiling proc-macro-error v1.0.4
9652024-03-22T16:06:11.472Z Compiling num_enum_derive v0.7.2
9662024-03-22T16:06:11.690Z Checking crc8 v0.1.1
9672024-03-22T16:06:11.817Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
9682024-03-22T16:06:13.092Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
9692024-03-22T16:06:13.303Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
9702024-03-22T16:06:14.588Z Checking arc-swap v1.7.0
9712024-03-22T16:06:15.012Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
9722024-03-22T16:06:15.225Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
9732024-03-22T16:06:15.478Z Checking slog-scope v4.4.0
9742024-03-22T16:06:15.862Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
9752024-03-22T16:06:17.388Z Checking slog-stdlog v4.1.1
9762024-03-22T16:06:17.544Z Checking num_enum v0.7.2
9772024-03-22T16:06:17.684Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
9782024-03-22T16:06:17.970Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
9792024-03-22T16:06:18.216Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
9802024-03-22T16:06:18.254Z Checking diff v0.1.13
9812024-03-22T16:06:18.453Z Checking yansi v0.5.1
9822024-03-22T16:06:18.611Z Checking slog-envlogger v2.2.0
9832024-03-22T16:06:18.708Z Checking pretty_assertions v1.4.0
9842024-03-22T16:06:19.245Z Checking minimal-lexical v0.2.1
9852024-03-22T16:06:19.384Z Checking either v1.10.0
9862024-03-22T16:06:19.726Z Checking itertools v0.12.1
9872024-03-22T16:06:19.936Z Checking nom v7.1.3
9882024-03-22T16:06:22.372Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9892024-03-22T16:06:22.426Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
9902024-03-22T16:06:22.672Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
9912024-03-22T16:06:23.101Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55)
9922024-03-22T16:06:23.361Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
9932024-03-22T16:06:23.463Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
9942024-03-22T16:06:25.959Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
9952024-03-22T16:06:31.234Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
9962024-03-22T16:06:31.680Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
9972024-03-22T16:06:32.516Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
9982024-03-22T16:06:32.517Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
9992024-03-22T16:06:33.964Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
10002024-03-22T16:06:33.964Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
10012024-03-22T16:06:33.970Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
10022024-03-22T16:06:35.270Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
10032024-03-22T16:06:37.547Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
10042024-03-22T16:06:37.548Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
10052024-03-22T16:06:39.141Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
10062024-03-22T16:06:47.732Z Finished dev [unoptimized + debuginfo] target(s) in 2m 33s
10072024-03-22T16:06:47.936Z+ banner build
10082024-03-22T16:06:47.949Z
10092024-03-22T16:06:47.949Z ##### # # # # #####
10102024-03-22T16:06:47.949Z # # # # # # # #
10112024-03-22T16:06:47.949Z ##### # # # # # #
10122024-03-22T16:06:47.949Z # # # # # # # #
10132024-03-22T16:06:47.949Z # # # # # # # #
10142024-03-22T16:06:47.949Z ##### #### # ###### #####
10152024-03-22T16:06:47.949Z
10162024-03-22T16:06:47.949Z+ ptime -m cargo build
10172024-03-22T16:06:48.551Z Compiling cfg-if v1.0.0
10182024-03-22T16:06:48.560Z Compiling once_cell v1.19.0
10192024-03-22T16:06:48.560Z Compiling libc v0.2.153
10202024-03-22T16:06:48.560Z Compiling itoa v1.0.10
10212024-03-22T16:06:48.560Z Compiling byteorder v1.5.0
10222024-03-22T16:06:48.560Z Compiling memchr v2.7.1
10232024-03-22T16:06:48.580Z Compiling serde v1.0.197
10242024-03-22T16:06:48.580Z Compiling pin-project-lite v0.2.13
10252024-03-22T16:06:48.615Z Compiling smallvec v1.13.1
10262024-03-22T16:06:48.668Z Compiling scopeguard v1.2.0
10272024-03-22T16:06:48.736Z Compiling ryu v1.0.17
10282024-03-22T16:06:48.786Z Compiling lock_api v0.4.11
10292024-03-22T16:06:48.926Z Compiling zerocopy v0.7.32
10302024-03-22T16:06:48.972Z Compiling log v0.4.21
10312024-03-22T16:06:49.025Z Compiling libm v0.2.8
10322024-03-22T16:06:49.450Z Compiling thiserror v1.0.58
10332024-03-22T16:06:49.450Z Compiling getrandom v0.2.12
10342024-03-22T16:06:49.450Z Compiling parking_lot_core v0.9.9
10352024-03-22T16:06:49.450Z Compiling socket2 v0.5.6
10362024-03-22T16:06:49.450Z Compiling mio v0.8.11
10372024-03-22T16:06:49.544Z Compiling signal-hook-registry v1.4.1
10382024-03-22T16:06:49.962Z Compiling parking_lot v0.12.1
10392024-03-22T16:06:50.273Z Compiling num_cpus v1.16.0
10402024-03-22T16:06:50.396Z Compiling num-traits v0.2.18
10412024-03-22T16:06:50.407Z Compiling futures-core v0.3.30
10422024-03-22T16:06:50.432Z Compiling ahash v0.8.11
10432024-03-22T16:06:50.468Z Compiling allocator-api2 v0.2.16
10442024-03-22T16:06:50.546Z Compiling tracing-core v0.1.32
10452024-03-22T16:06:50.629Z Compiling futures-sink v0.3.30
10462024-03-22T16:06:50.735Z Compiling iana-time-zone v0.1.60
10472024-03-22T16:06:51.178Z Compiling slab v0.4.9
10482024-03-22T16:06:51.189Z Compiling futures-channel v0.3.30
10492024-03-22T16:06:51.189Z Compiling pin-utils v0.1.0
10502024-03-22T16:06:51.189Z Compiling equivalent v1.0.1
10512024-03-22T16:06:51.189Z Compiling futures-io v0.3.30
10522024-03-22T16:06:51.189Z Compiling futures-task v0.3.30
10532024-03-22T16:06:51.216Z Compiling hashbrown v0.14.3
10542024-03-22T16:06:51.270Z Compiling dyn-clone v1.0.17
10552024-03-22T16:06:51.343Z Compiling tracing v0.1.40
10562024-03-22T16:06:51.357Z Compiling futures-util v0.3.30
10572024-03-22T16:06:51.415Z Compiling uuid v0.8.2
10582024-03-22T16:06:51.472Z Compiling spin v0.9.8
10592024-03-22T16:06:51.721Z Compiling fnv v1.0.7
10602024-03-22T16:06:51.770Z Compiling untrusted v0.9.0
10612024-03-22T16:06:51.812Z Compiling slog v2.7.0
10622024-03-22T16:06:51.933Z Compiling ring v0.17.8
10632024-03-22T16:06:51.991Z Compiling tinyvec_macros v0.1.1
10642024-03-22T16:06:52.074Z Compiling unicode-ident v1.0.12
10652024-03-22T16:06:52.155Z Compiling tinyvec v1.6.0
10662024-03-22T16:06:52.241Z Compiling proc-macro2 v1.0.79
10672024-03-22T16:06:52.441Z Compiling percent-encoding v2.3.1
10682024-03-22T16:06:52.567Z Compiling httparse v1.8.0
10692024-03-22T16:06:52.659Z Compiling form_urlencoded v1.2.1
10702024-03-22T16:06:52.801Z Compiling try-lock v0.2.5
10712024-03-22T16:06:52.924Z Compiling foreign-types-shared v0.1.1
10722024-03-22T16:06:52.943Z Compiling unicode-bidi v0.3.15
10732024-03-22T16:06:53.018Z Compiling quote v1.0.35
10742024-03-22T16:06:53.289Z Compiling foreign-types v0.3.2
10752024-03-22T16:06:53.369Z Compiling syn v2.0.53
10762024-03-22T16:06:53.532Z Compiling unicode-normalization v0.1.23
10772024-03-22T16:06:53.721Z Compiling want v0.3.1
10782024-03-22T16:06:53.993Z Compiling openssl-sys v0.9.101
10792024-03-22T16:06:54.059Z Compiling bitflags v2.5.0
10802024-03-22T16:06:54.333Z Compiling httpdate v1.0.3
10812024-03-22T16:06:54.572Z Compiling bytes v1.5.0
10822024-03-22T16:06:54.666Z Compiling serde_json v1.0.114
10832024-03-22T16:06:54.814Z Compiling uuid v1.8.0
10842024-03-22T16:06:54.835Z Compiling chrono v0.4.35
10852024-03-22T16:06:55.451Z Compiling tokio v1.36.0
10862024-03-22T16:06:55.669Z Compiling indexmap v2.2.5
10872024-03-22T16:06:55.888Z Compiling http v0.2.12
10882024-03-22T16:06:56.062Z Compiling tower-service v0.3.2
10892024-03-22T16:06:56.173Z Compiling openssl v0.10.64
10902024-03-22T16:06:57.116Z Compiling idna v0.5.0
10912024-03-22T16:06:57.953Z Compiling schemars v0.8.16
10922024-03-22T16:06:57.964Z Compiling http-body v0.4.6
10932024-03-22T16:06:58.004Z Compiling sct v0.7.1
10942024-03-22T16:06:58.323Z Compiling rustls-webpki v0.101.7
10952024-03-22T16:06:58.625Z Compiling aho-corasick v1.1.2
10962024-03-22T16:06:58.814Z Compiling unicode-width v0.1.11
10972024-03-22T16:06:58.967Z Compiling openssl-probe v0.1.5
10982024-03-22T16:06:59.045Z Compiling base64 v0.21.7
10992024-03-22T16:06:59.281Z Compiling regex-syntax v0.8.2
11002024-03-22T16:06:59.807Z Compiling rustls v0.21.10
11012024-03-22T16:07:00.489Z Compiling url v2.5.0
11022024-03-22T16:07:01.410Z Compiling encoding_rs v0.8.33
11032024-03-22T16:07:02.475Z Compiling native-tls v0.2.11
11042024-03-22T16:07:03.085Z Compiling regex-automata v0.4.6
11052024-03-22T16:07:04.764Z Compiling tokio-util v0.7.10
11062024-03-22T16:07:05.373Z Compiling mime v0.3.17
11072024-03-22T16:07:05.995Z Compiling h2 v0.3.25
11082024-03-22T16:07:06.200Z Compiling ipnet v2.9.0
11092024-03-22T16:07:06.352Z Compiling tokio-native-tls v0.3.1
11102024-03-22T16:07:06.556Z Compiling tokio-rustls v0.24.1
11112024-03-22T16:07:06.607Z Compiling anyhow v1.0.81
11122024-03-22T16:07:06.634Z Compiling serde_urlencoded v0.7.1
11132024-03-22T16:07:06.942Z Compiling typenum v1.17.0
11142024-03-22T16:07:07.552Z Compiling rustls-pemfile v1.0.4
11152024-03-22T16:07:07.587Z Compiling regex v1.10.3
11162024-03-22T16:07:07.604Z Compiling regress v0.9.0
11172024-03-22T16:07:07.604Z Compiling rand_core v0.6.4
11182024-03-22T16:07:08.072Z Compiling powerfmt v0.2.0
11192024-03-22T16:07:08.458Z Compiling sync_wrapper v0.1.2
11202024-03-22T16:07:08.503Z Compiling subtle v2.5.0
11212024-03-22T16:07:08.564Z Compiling webpki-roots v0.25.4
11222024-03-22T16:07:08.708Z Compiling heck v0.4.1
11232024-03-22T16:07:08.739Z Compiling generic-array v0.14.7
11242024-03-22T16:07:08.759Z Compiling deranged v0.3.11
11252024-03-22T16:07:09.172Z Compiling crossbeam-utils v0.8.19
11262024-03-22T16:07:09.545Z Compiling openapiv3 v2.0.0
11272024-03-22T16:07:09.965Z Compiling time-core v0.1.2
11282024-03-22T16:07:10.131Z Compiling lazy_static v1.4.0
11292024-03-22T16:07:10.257Z Compiling num-conv v0.1.0
11302024-03-22T16:07:10.522Z Compiling num_threads v0.1.7
11312024-03-22T16:07:10.574Z Compiling hyper v0.14.28
11322024-03-22T16:07:10.641Z Compiling getopts v0.2.21
11332024-03-22T16:07:10.764Z Compiling time v0.3.34
11342024-03-22T16:07:11.795Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
11352024-03-22T16:07:13.002Z Compiling dirs-sys-next v0.1.2
11362024-03-22T16:07:13.322Z Compiling ppv-lite86 v0.2.17
11372024-03-22T16:07:13.443Z Compiling scroll v0.12.0
11382024-03-22T16:07:13.715Z Compiling dirs-next v2.0.0
11392024-03-22T16:07:13.753Z Compiling crypto-common v0.1.6
11402024-03-22T16:07:13.886Z Compiling block-buffer v0.10.4
11412024-03-22T16:07:13.918Z Compiling thread_local v1.1.8
11422024-03-22T16:07:13.970Z Compiling plain v0.2.3
11432024-03-22T16:07:14.050Z Compiling rand_chacha v0.3.1
11442024-03-22T16:07:14.062Z Compiling ucd-trie v0.1.6
11452024-03-22T16:07:14.067Z Compiling digest v0.10.7
11462024-03-22T16:07:14.104Z Compiling goblin v0.8.0
11472024-03-22T16:07:14.882Z Compiling rand v0.8.5
11482024-03-22T16:07:14.896Z Compiling pest v2.7.8
11492024-03-22T16:07:14.897Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
11502024-03-22T16:07:15.322Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
11512024-03-22T16:07:15.334Z Compiling term v0.7.0
11522024-03-22T16:07:15.334Z Compiling crossbeam-channel v0.5.12
11532024-03-22T16:07:16.361Z Compiling hyper-tls v0.5.0
11542024-03-22T16:07:16.361Z Compiling hyper-rustls v0.24.2
11552024-03-22T16:07:16.473Z Compiling is-terminal v0.4.12
11562024-03-22T16:07:16.583Z Compiling reqwest v0.11.26
11572024-03-22T16:07:16.656Z Compiling match_cfg v0.1.0
11582024-03-22T16:07:16.739Z Compiling pretty-hex v0.4.1
11592024-03-22T16:07:16.858Z Compiling take_mut v0.2.2
11602024-03-22T16:07:16.934Z Compiling rustls-pki-types v1.3.1
11612024-03-22T16:07:16.999Z Compiling slog-async v2.8.0
11622024-03-22T16:07:17.300Z Compiling dtrace-parser v0.2.0
11632024-03-22T16:07:17.734Z Compiling hostname v0.3.1
11642024-03-22T16:07:17.988Z Compiling slog-term v2.9.1
11652024-03-22T16:07:18.285Z Compiling ipnetwork v0.20.0
11662024-03-22T16:07:19.051Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
11672024-03-22T16:07:19.149Z Compiling thread-id v4.2.1
11682024-03-22T16:07:19.221Z Compiling instant v0.1.12
11692024-03-22T16:07:19.233Z Compiling cpufeatures v0.2.12
11702024-03-22T16:07:19.252Z Compiling rustls-webpki v0.102.2
11712024-03-22T16:07:19.311Z Compiling omicron-workspace-hack v0.1.0
11722024-03-22T16:07:19.353Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
11732024-03-22T16:07:19.395Z Compiling futures-executor v0.3.30
11742024-03-22T16:07:19.511Z Compiling toml_datetime v0.6.5
11752024-03-22T16:07:19.598Z Compiling serde_spanned v0.6.5
11762024-03-22T16:07:19.799Z Compiling dof v0.3.0
11772024-03-22T16:07:20.024Z Compiling memmap v0.7.0
11782024-03-22T16:07:20.037Z Compiling winnow v0.6.5
11792024-03-22T16:07:20.365Z Compiling zeroize v1.7.0
11802024-03-22T16:07:20.679Z Compiling usdt-impl v0.5.0
11812024-03-22T16:07:21.441Z Compiling usdt v0.5.0
11822024-03-22T16:07:21.963Z Compiling rustls v0.22.2
11832024-03-22T16:07:22.228Z Compiling futures v0.3.30
11842024-03-22T16:07:22.342Z Compiling slog-json v2.6.1
11852024-03-22T16:07:22.524Z Compiling http v1.1.0
11862024-03-22T16:07:22.717Z Compiling atomic-waker v1.1.2
11872024-03-22T16:07:22.906Z Compiling waitgroup v0.1.2
11882024-03-22T16:07:23.131Z Compiling async-stream v0.3.5
11892024-03-22T16:07:23.443Z Compiling slog-bunyan v2.5.0
11902024-03-22T16:07:23.598Z Compiling toml_edit v0.22.8
11912024-03-22T16:07:23.632Z Compiling serde_with v3.7.0
11922024-03-22T16:07:23.909Z Compiling camino v1.1.6
11932024-03-22T16:07:25.093Z Compiling multer v3.0.0
11942024-03-22T16:07:25.195Z Compiling sha1 v0.10.6
11952024-03-22T16:07:25.526Z Compiling rustls-pemfile v2.1.1
11962024-03-22T16:07:25.574Z Compiling newtype-uuid v1.0.1
11972024-03-22T16:07:25.861Z Compiling hex v0.4.3
11982024-03-22T16:07:26.049Z Compiling serde_path_to_error v0.1.16
11992024-03-22T16:07:26.282Z Compiling tokio-rustls v0.25.0
12002024-03-22T16:07:26.527Z Compiling bitflags v1.3.2
12012024-03-22T16:07:26.604Z Compiling toml v0.8.12
12022024-03-22T16:07:26.706Z Compiling debug-ignore v1.0.5
12032024-03-22T16:07:26.841Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12042024-03-22T16:07:26.860Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
12052024-03-22T16:07:27.001Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12062024-03-22T16:07:27.001Z Compiling strum v0.26.2
12072024-03-22T16:07:27.163Z Compiling parse-display v0.9.0
12082024-03-22T16:07:27.225Z Compiling semver v1.0.22
12092024-03-22T16:07:27.651Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
12102024-03-22T16:07:27.914Z Compiling backoff v0.4.0
12112024-03-22T16:07:28.021Z Compiling macaddr v1.0.1
12122024-03-22T16:07:28.248Z Compiling num-integer v0.1.46
12132024-03-22T16:07:28.355Z Compiling base64ct v1.6.0
12142024-03-22T16:07:28.469Z Compiling hubpack v0.1.2
12152024-03-22T16:07:28.934Z Compiling password-hash v0.5.0
12162024-03-22T16:07:28.934Z Compiling num-rational v0.4.1
12172024-03-22T16:07:29.011Z Compiling num-iter v0.1.44
12182024-03-22T16:07:29.161Z Compiling zerocopy v0.6.6
12192024-03-22T16:07:30.008Z Compiling blake2 v0.10.6
12202024-03-22T16:07:30.127Z Compiling num-complex v0.4.5
12212024-03-22T16:07:30.474Z Compiling fixedbitset v0.4.2
12222024-03-22T16:07:30.882Z Compiling static_assertions v1.1.0
12232024-03-22T16:07:30.971Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
12242024-03-22T16:07:30.996Z Compiling petgraph v0.6.4
12252024-03-22T16:07:31.179Z Compiling num v0.4.1
12262024-03-22T16:07:31.244Z Compiling argon2 v0.5.3
12272024-03-22T16:07:31.265Z Compiling newtype_derive v0.1.6
12282024-03-22T16:07:31.367Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12292024-03-22T16:07:32.162Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12302024-03-22T16:07:32.722Z Compiling matches v0.1.10
12312024-03-22T16:07:32.755Z Compiling utf8parse v0.2.1
12322024-03-22T16:07:32.796Z Compiling base64 v0.22.0
12332024-03-22T16:07:32.868Z Compiling anstyle-parse v0.2.3
12342024-03-22T16:07:32.980Z Compiling idna v0.2.3
12352024-03-22T16:07:33.199Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12362024-03-22T16:07:33.234Z Compiling colorchoice v1.0.0
12372024-03-22T16:07:33.383Z Compiling anstyle-query v1.0.2
12382024-03-22T16:07:33.505Z Compiling quick-error v1.2.3
12392024-03-22T16:07:33.578Z Compiling foreign-types-shared v0.3.1
12402024-03-22T16:07:33.595Z Compiling data-encoding v2.5.0
12412024-03-22T16:07:33.631Z Compiling anstyle v1.0.6
12422024-03-22T16:07:33.678Z Compiling humantime v2.1.0
12432024-03-22T16:07:34.094Z Compiling linked-hash-map v0.5.6
12442024-03-22T16:07:34.188Z Compiling trust-dns-proto v0.22.0
12452024-03-22T16:07:34.432Z Compiling lru-cache v0.1.2
12462024-03-22T16:07:34.625Z Compiling anstream v0.6.13
12472024-03-22T16:07:34.637Z Compiling foreign-types v0.5.0
12482024-03-22T16:07:34.743Z Compiling steno v0.4.0
12492024-03-22T16:07:35.008Z Compiling resolv-conf v0.7.0
12502024-03-22T16:07:35.413Z Compiling num_enum v0.5.11
12512024-03-22T16:07:35.547Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
12522024-03-22T16:07:35.706Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12532024-03-22T16:07:36.278Z Compiling colored v2.1.0
12542024-03-22T16:07:36.282Z Compiling cstr-argument v0.1.2
12552024-03-22T16:07:36.282Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12562024-03-22T16:07:36.357Z Compiling pretty-hex v0.2.1
12572024-03-22T16:07:36.513Z Compiling clap_lex v0.7.0
12582024-03-22T16:07:36.535Z Compiling strsim v0.11.0
12592024-03-22T16:07:36.724Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
12602024-03-22T16:07:36.920Z Compiling clap_builder v4.5.2
12612024-03-22T16:07:37.062Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
12622024-03-22T16:07:37.095Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12632024-03-22T16:07:37.208Z Compiling slog-dtrace v0.3.0
12642024-03-22T16:07:37.561Z Compiling parking_lot_core v0.8.6
12652024-03-22T16:07:37.718Z Compiling socket2 v0.4.10
12662024-03-22T16:07:37.755Z Compiling crc32fast v1.4.0
12672024-03-22T16:07:38.102Z Compiling trust-dns-resolver v0.22.0
12682024-03-22T16:07:38.272Z Compiling parking_lot v0.11.2
12692024-03-22T16:07:38.670Z Compiling crossbeam-epoch v0.9.18
12702024-03-22T16:07:39.254Z Compiling fxhash v0.2.1
12712024-03-22T16:07:39.439Z Compiling sled v0.34.7
12722024-03-22T16:07:39.519Z Compiling hash32 v0.3.1
12732024-03-22T16:07:39.734Z Compiling stable_deref_trait v1.2.0
12742024-03-22T16:07:39.827Z Compiling heapless v0.8.0
12752024-03-22T16:07:40.907Z Compiling clap v4.5.3
12762024-03-22T16:07:41.015Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
12772024-03-22T16:07:41.775Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12782024-03-22T16:07:42.489Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12792024-03-22T16:07:43.612Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
12802024-03-22T16:07:44.381Z Compiling embedded-io v0.4.0
12812024-03-22T16:07:44.417Z Compiling managed v0.8.0
12822024-03-22T16:07:44.574Z Compiling cobs v0.2.3
12832024-03-22T16:07:44.999Z Compiling tabwriter v1.4.0
12842024-03-22T16:07:45.044Z Compiling smoltcp v0.11.0
12852024-03-22T16:07:45.045Z Compiling postcard v1.0.8
12862024-03-22T16:07:45.110Z Compiling hashbrown v0.13.2
12872024-03-22T16:07:45.667Z Compiling half v2.4.0
12882024-03-22T16:07:46.244Z Compiling ciborium-io v0.2.2
12892024-03-22T16:07:46.263Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
12902024-03-22T16:07:46.365Z Compiling ciborium-ll v0.2.2
12912024-03-22T16:07:46.417Z Compiling regress v0.6.0
12922024-03-22T16:07:46.785Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
12932024-03-22T16:07:47.045Z Compiling arc-swap v1.7.0
12942024-03-22T16:07:47.250Z Compiling crc8 v0.1.1
12952024-03-22T16:07:47.407Z Compiling ciborium v0.2.2
12962024-03-22T16:07:47.737Z Compiling slog-scope v4.4.0
12972024-03-22T16:07:48.290Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
12982024-03-22T16:07:48.707Z Compiling slog-stdlog v4.1.1
12992024-03-22T16:07:48.707Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
13002024-03-22T16:07:48.707Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08)
13012024-03-22T16:07:48.920Z Compiling slog-envlogger v2.2.0
13022024-03-22T16:07:49.823Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
13032024-03-22T16:07:50.272Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
13042024-03-22T16:07:50.458Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
13052024-03-22T16:07:50.675Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
13062024-03-22T16:07:51.503Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
13072024-03-22T16:07:51.948Z Compiling either v1.10.0
13082024-03-22T16:07:52.075Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
13092024-03-22T16:07:52.115Z Compiling num_enum v0.7.2
13102024-03-22T16:07:52.140Z Compiling minimal-lexical v0.2.1
13112024-03-22T16:07:52.260Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
13122024-03-22T16:07:52.314Z Compiling itertools v0.12.1
13132024-03-22T16:07:52.355Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
13142024-03-22T16:07:52.644Z Compiling nom v7.1.3
13152024-03-22T16:07:52.837Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
13162024-03-22T16:07:55.155Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
13172024-03-22T16:07:55.487Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
13182024-03-22T16:07:55.722Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55)
13192024-03-22T16:07:56.111Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
13202024-03-22T16:08:04.760Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
13212024-03-22T16:08:12.619Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
13222024-03-22T16:08:13.469Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
13232024-03-22T16:08:14.490Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
13242024-03-22T16:08:14.494Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
13252024-03-22T16:08:15.966Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
13262024-03-22T16:08:15.966Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
13272024-03-22T16:08:15.970Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
13282024-03-22T16:08:18.128Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
13292024-03-22T16:08:21.799Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
13302024-03-22T16:08:33.380Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
13312024-03-22T16:08:33.385Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
13322024-03-22T16:08:56.704Z Finished dev [unoptimized + debuginfo] target(s) in 2m 08s
13332024-03-22T16:08:56.759Z
13342024-03-22T16:08:56.763Zreal 2:08.745077802
13352024-03-22T16:08:56.763Zuser 10:47.249890514
13362024-03-22T16:08:56.763Zsys 2:08.489650904
13372024-03-22T16:08:56.763Ztrap 0.338495861
13382024-03-22T16:08:56.763Ztflt 0.084677650
13392024-03-22T16:08:56.763Zdflt 0.982285919
13402024-03-22T16:08:56.763Zkflt 0.000022614
13412024-03-22T16:08:56.763Zlock 22:12.901181358
13422024-03-22T16:08:56.763Zslp 32:35.059698524
13432024-03-22T16:08:56.764Zlat 17.765195152
13442024-03-22T16:08:56.764Zstop 20.267393400
13452024-03-22T16:08:56.764Z+ ptime -m cargo build --release
13462024-03-22T16:08:57.194Z Compiling proc-macro2 v1.0.79
13472024-03-22T16:08:57.194Z Compiling unicode-ident v1.0.12
13482024-03-22T16:08:57.194Z Compiling version_check v0.9.4
13492024-03-22T16:08:57.194Z Compiling libc v0.2.153
13502024-03-22T16:08:57.198Z Compiling cfg-if v1.0.0
13512024-03-22T16:08:57.198Z Compiling serde v1.0.197
13522024-03-22T16:08:57.198Z Compiling autocfg v1.1.0
13532024-03-22T16:08:57.198Z Compiling syn v1.0.109
13542024-03-22T16:08:57.334Z Compiling itoa v1.0.10
13552024-03-22T16:08:57.529Z Compiling serde_json v1.0.114
13562024-03-22T16:08:57.667Z Compiling once_cell v1.19.0
13572024-03-22T16:08:57.795Z Compiling thiserror v1.0.58
13582024-03-22T16:08:57.812Z Compiling ahash v0.8.11
13592024-03-22T16:08:57.869Z Compiling byteorder v1.5.0
13602024-03-22T16:08:57.890Z Compiling memchr v2.7.1
13612024-03-22T16:08:58.212Z Compiling pin-project-lite v0.2.13
13622024-03-22T16:08:58.264Z Compiling lock_api v0.4.11
13632024-03-22T16:08:58.316Z Compiling smallvec v1.13.1
13642024-03-22T16:08:58.401Z Compiling scopeguard v1.2.0
13652024-03-22T16:08:58.508Z Compiling quote v1.0.35
13662024-03-22T16:08:58.568Z Compiling getrandom v0.2.12
13672024-03-22T16:08:58.648Z Compiling cc v1.0.90
13682024-03-22T16:08:58.774Z Compiling allocator-api2 v0.2.16
13692024-03-22T16:08:58.965Z Compiling syn v2.0.53
13702024-03-22T16:08:59.169Z Compiling ryu v1.0.17
13712024-03-22T16:08:59.413Z Compiling parking_lot_core v0.9.9
13722024-03-22T16:08:59.722Z Compiling log v0.4.21
13732024-03-22T16:08:59.909Z Compiling libm v0.2.8
13742024-03-22T16:09:00.296Z Compiling parking_lot v0.12.1
13752024-03-22T16:09:00.300Z Compiling num_cpus v1.16.0
13762024-03-22T16:09:00.300Z Compiling signal-hook-registry v1.4.1
13772024-03-22T16:09:00.370Z Compiling mio v0.8.11
13782024-03-22T16:09:00.775Z Compiling socket2 v0.5.6
13792024-03-22T16:09:01.270Z Compiling num-traits v0.2.18
13802024-03-22T16:09:02.428Z Compiling futures-core v0.3.30
13812024-03-22T16:09:02.435Z Compiling equivalent v1.0.1
13822024-03-22T16:09:02.710Z Compiling tracing-core v0.1.32
13832024-03-22T16:09:02.729Z Compiling slab v0.4.9
13842024-03-22T16:09:02.945Z Compiling heck v0.4.1
13852024-03-22T16:09:03.010Z Compiling futures-sink v0.3.30
13862024-03-22T16:09:03.158Z Compiling ring v0.17.8
13872024-03-22T16:09:03.205Z Compiling iana-time-zone v0.1.60
13882024-03-22T16:09:03.645Z Compiling futures-channel v0.3.30
13892024-03-22T16:09:03.897Z Compiling schemars v0.8.16
13902024-03-22T16:09:04.110Z Compiling futures-task v0.3.30
13912024-03-22T16:09:04.286Z Compiling futures-io v0.3.30
13922024-03-22T16:09:04.358Z Compiling pin-utils v0.1.0
13932024-03-22T16:09:04.446Z Compiling uuid v0.8.2
13942024-03-22T16:09:04.494Z Compiling spin v0.9.8
13952024-03-22T16:09:04.608Z Compiling dyn-clone v1.0.17
13962024-03-22T16:09:04.740Z Compiling fnv v1.0.7
13972024-03-22T16:09:04.794Z Compiling slog v2.7.0
13982024-03-22T16:09:04.876Z Compiling untrusted v0.9.0
13992024-03-22T16:09:05.043Z Compiling pkg-config v0.3.30
14002024-03-22T16:09:05.146Z Compiling serde_derive_internals v0.26.0
14012024-03-22T16:09:05.235Z Compiling vcpkg v0.2.15
14022024-03-22T16:09:06.382Z Compiling httparse v1.8.0
14032024-03-22T16:09:06.386Z Compiling tinyvec_macros v0.1.1
14042024-03-22T16:09:06.465Z Compiling tinyvec v1.6.0
14052024-03-22T16:09:06.879Z Compiling openssl-sys v0.9.101
14062024-03-22T16:09:07.781Z Compiling percent-encoding v2.3.1
14072024-03-22T16:09:08.059Z Compiling unicode-normalization v0.1.23
14082024-03-22T16:09:08.274Z Compiling form_urlencoded v1.2.1
14092024-03-22T16:09:08.681Z Compiling chrono v0.4.35
14102024-03-22T16:09:09.546Z Compiling unicode-bidi v0.3.15
14112024-03-22T16:09:09.899Z Compiling openssl v0.10.64
14122024-03-22T16:09:10.254Z Compiling uuid v1.8.0
14132024-03-22T16:09:10.317Z Compiling foreign-types-shared v0.1.1
14142024-03-22T16:09:10.419Z Compiling try-lock v0.2.5
14152024-03-22T16:09:10.567Z Compiling want v0.3.1
14162024-03-22T16:09:10.691Z Compiling foreign-types v0.3.2
14172024-03-22T16:09:10.845Z Compiling tower-service v0.3.2
14182024-03-22T16:09:10.959Z Compiling rustls v0.21.10
14192024-03-22T16:09:11.085Z Compiling schemars_derive v0.8.16
14202024-03-22T16:09:11.270Z Compiling bitflags v2.5.0
14212024-03-22T16:09:11.447Z Compiling native-tls v0.2.11
14222024-03-22T16:09:11.742Z Compiling serde_derive v1.0.197
14232024-03-22T16:09:11.821Z Compiling zerocopy-derive v0.7.32
14242024-03-22T16:09:11.941Z Compiling thiserror-impl v1.0.58
14252024-03-22T16:09:12.272Z Compiling tokio-macros v2.2.0
14262024-03-22T16:09:12.590Z Compiling tracing-attributes v0.1.27
14272024-03-22T16:09:13.887Z Compiling futures-macro v0.3.30
14282024-03-22T16:09:13.981Z Compiling zerocopy v0.7.32
14292024-03-22T16:09:15.110Z Compiling openssl-macros v0.1.1
14302024-03-22T16:09:15.931Z Compiling httpdate v1.0.3
14312024-03-22T16:09:15.984Z Compiling tracing v0.1.40
14322024-03-22T16:09:15.988Z Compiling futures-util v0.3.30
14332024-03-22T16:09:16.064Z Compiling hashbrown v0.14.3
14342024-03-22T16:09:16.673Z Compiling ucd-trie v0.1.6
14352024-03-22T16:09:16.700Z Compiling rustls-webpki v0.101.7
14362024-03-22T16:09:17.168Z Compiling pest v2.7.8
14372024-03-22T16:09:17.424Z Compiling regress v0.9.0
14382024-03-22T16:09:17.818Z Compiling sct v0.7.1
14392024-03-22T16:09:21.364Z Compiling idna v0.5.0
14402024-03-22T16:09:22.309Z Compiling aho-corasick v1.1.2
14412024-03-22T16:09:23.032Z Compiling anyhow v1.0.81
14422024-03-22T16:09:23.589Z Compiling base64 v0.21.7
14432024-03-22T16:09:24.655Z Compiling regex-syntax v0.8.2
14442024-03-22T16:09:24.798Z Compiling openssl-probe v0.1.5
14452024-03-22T16:09:25.282Z Compiling unicode-width v0.1.11
14462024-03-22T16:09:25.993Z Compiling bytes v1.5.0
14472024-03-22T16:09:26.927Z Compiling indexmap v2.2.5
14482024-03-22T16:09:27.901Z Compiling tokio v1.36.0
14492024-03-22T16:09:32.574Z Compiling serde_tokenstream v0.2.0
14502024-03-22T16:09:33.096Z Compiling http v0.2.12
14512024-03-22T16:09:35.682Z Compiling http-body v0.4.6
14522024-03-22T16:09:38.160Z Compiling tokio-util v0.7.10
14532024-03-22T16:09:38.533Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
14542024-03-22T16:09:39.596Z Compiling h2 v0.3.25
14552024-03-22T16:09:40.005Z Compiling regex-automata v0.4.6
14562024-03-22T16:09:43.747Z Compiling url v2.5.0
14572024-03-22T16:09:44.929Z Compiling hyper v0.14.28
14582024-03-22T16:09:49.679Z Compiling pest_meta v2.7.8
14592024-03-22T16:09:50.229Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
14602024-03-22T16:09:53.862Z Compiling encoding_rs v0.8.33
14612024-03-22T16:09:54.700Z Compiling typenum v1.17.0
14622024-03-22T16:09:55.180Z Compiling mime v0.3.17
14632024-03-22T16:09:56.113Z Compiling ipnet v2.9.0
14642024-03-22T16:09:56.910Z Compiling tokio-rustls v0.24.1
14652024-03-22T16:09:56.924Z Compiling pest_generator v2.7.8
14662024-03-22T16:09:58.405Z Compiling regex v1.10.3
14672024-03-22T16:09:59.468Z Compiling tokio-native-tls v0.3.1
14682024-03-22T16:09:59.779Z Compiling serde_urlencoded v0.7.1
14692024-03-22T16:10:00.379Z Compiling generic-array v0.14.7
14702024-03-22T16:10:00.492Z Compiling strsim v0.10.0
14712024-03-22T16:10:00.722Z Compiling crossbeam-utils v0.8.19
14722024-03-22T16:10:01.157Z Compiling ident_case v1.0.1
14732024-03-22T16:10:01.337Z Compiling darling_core v0.20.8
14742024-03-22T16:10:01.347Z Compiling hyper-tls v0.5.0
14752024-03-22T16:10:01.732Z Compiling pest_derive v2.7.8
14762024-03-22T16:10:01.750Z Compiling hyper-rustls v0.24.2
14772024-03-22T16:10:02.084Z Compiling rustls-pemfile v1.0.4
14782024-03-22T16:10:02.850Z Compiling rand_core v0.6.4
14792024-03-22T16:10:03.297Z Compiling omicron-workspace-hack v0.1.0
14802024-03-22T16:10:03.391Z Compiling time-core v0.1.2
14812024-03-22T16:10:03.614Z Compiling powerfmt v0.2.0
14822024-03-22T16:10:04.225Z Compiling sync_wrapper v0.1.2
14832024-03-22T16:10:04.806Z Compiling webpki-roots v0.25.4
14842024-03-22T16:10:04.970Z Compiling subtle v2.5.0
14852024-03-22T16:10:05.217Z Compiling num-conv v0.1.0
14862024-03-22T16:10:05.514Z Compiling time-macros v0.2.17
14872024-03-22T16:10:06.061Z Compiling reqwest v0.11.26
14882024-03-22T16:10:07.358Z Compiling darling_macro v0.20.8
14892024-03-22T16:10:08.464Z Compiling getopts v0.2.21
14902024-03-22T16:10:08.650Z Compiling deranged v0.3.11
14912024-03-22T16:10:10.701Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5aec61f)
14922024-03-22T16:10:11.228Z Compiling openapiv3 v2.0.0
14932024-03-22T16:10:11.693Z Compiling num_threads v0.1.7
14942024-03-22T16:10:11.820Z Compiling lazy_static v1.4.0
14952024-03-22T16:10:12.207Z Compiling unsafe-libyaml v0.2.11
14962024-03-22T16:10:12.702Z Compiling time v0.3.34
14972024-03-22T16:10:14.010Z Compiling serde_yaml v0.9.33
14982024-03-22T16:10:15.509Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
14992024-03-22T16:10:17.130Z Compiling darling v0.20.8
15002024-03-22T16:10:17.234Z Compiling scroll_derive v0.12.0
15012024-03-22T16:10:17.923Z Compiling dirs-sys-next v0.1.2
15022024-03-22T16:10:18.793Z Compiling usdt-impl v0.5.0
15032024-03-22T16:10:19.056Z Compiling rustversion v1.0.14
15042024-03-22T16:10:19.177Z Compiling ppv-lite86 v0.2.17
15052024-03-22T16:10:19.381Z Compiling scroll v0.12.0
15062024-03-22T16:10:19.745Z Compiling dirs-next v2.0.0
15072024-03-22T16:10:19.986Z Compiling rand_chacha v0.3.1
15082024-03-22T16:10:20.015Z Compiling thread-id v4.2.1
15092024-03-22T16:10:20.111Z Compiling block-buffer v0.10.4
15102024-03-22T16:10:20.335Z Compiling crypto-common v0.1.6
15112024-03-22T16:10:20.525Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
15122024-03-22T16:10:21.674Z Compiling dtrace-parser v0.2.0
15132024-03-22T16:10:22.505Z Compiling dof v0.3.0
15142024-03-22T16:10:22.509Z Compiling thread_local v1.1.8
15152024-03-22T16:10:22.509Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
15162024-03-22T16:10:22.998Z Compiling async-trait v0.1.78
15172024-03-22T16:10:23.346Z Compiling slog-async v2.8.0
15182024-03-22T16:10:23.471Z Compiling plain v0.2.3
15192024-03-22T16:10:23.633Z Compiling goblin v0.8.0
15202024-03-22T16:10:24.454Z Compiling digest v0.10.7
15212024-03-22T16:10:24.906Z Compiling rand v0.8.5
15222024-03-22T16:10:25.400Z Compiling term v0.7.0
15232024-03-22T16:10:27.069Z Compiling crossbeam-channel v0.5.12
15242024-03-22T16:10:28.229Z Compiling is-terminal v0.4.12
15252024-03-22T16:10:28.756Z Compiling pretty-hex v0.4.1
15262024-03-22T16:10:28.793Z Compiling take_mut v0.2.2
15272024-03-22T16:10:28.945Z Compiling match_cfg v0.1.0
15282024-03-22T16:10:28.960Z Compiling rustls-pki-types v1.3.1
15292024-03-22T16:10:29.032Z Compiling hostname v0.3.1
15302024-03-22T16:10:30.403Z Compiling slog-term v2.9.1
15312024-03-22T16:10:35.874Z Compiling ipnetwork v0.20.0
15322024-03-22T16:10:36.330Z Compiling instant v0.1.12
15332024-03-22T16:10:36.482Z Compiling cpufeatures v0.2.12
15342024-03-22T16:10:36.573Z Compiling rustls v0.22.2
15352024-03-22T16:10:37.837Z Compiling rustls-webpki v0.102.2
15362024-03-22T16:10:38.435Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#d3514fcf)
15372024-03-22T16:10:38.625Z Compiling usdt-macro v0.5.0
15382024-03-22T16:10:39.870Z Compiling usdt-attr-macro v0.5.0
15392024-03-22T16:10:40.005Z Compiling serde_spanned v0.6.5
15402024-03-22T16:10:40.258Z Compiling toml_datetime v0.6.5
15412024-03-22T16:10:40.992Z Compiling futures-executor v0.3.30
15422024-03-22T16:10:41.348Z Compiling structmeta-derive v0.3.0
15432024-03-22T16:10:42.137Z Compiling memmap v0.7.0
15442024-03-22T16:10:42.159Z Compiling multer v3.0.0
15452024-03-22T16:10:42.526Z Compiling zeroize v1.7.0
15462024-03-22T16:10:42.862Z Compiling paste v1.0.14
15472024-03-22T16:10:42.876Z Compiling winnow v0.6.5
15482024-03-22T16:10:43.351Z Compiling camino v1.1.6
15492024-03-22T16:10:43.973Z Compiling winnow v0.5.40
15502024-03-22T16:10:44.145Z Compiling structmeta v0.3.0
15512024-03-22T16:10:47.235Z Compiling toml_edit v0.22.8
15522024-03-22T16:10:47.834Z Compiling usdt v0.5.0
15532024-03-22T16:10:47.940Z Compiling futures v0.3.30
15542024-03-22T16:10:48.139Z Compiling serde_with_macros v3.7.0
15552024-03-22T16:10:48.458Z Compiling slog-json v2.6.1
15562024-03-22T16:10:48.953Z Compiling http v1.1.0
15572024-03-22T16:10:48.969Z Compiling async-stream-impl v0.3.5
15582024-03-22T16:10:50.395Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
15592024-03-22T16:10:50.750Z Compiling atomic-waker v1.1.2
15602024-03-22T16:10:50.926Z Compiling semver v1.0.22
15612024-03-22T16:10:51.012Z Compiling serde_with v3.7.0
15622024-03-22T16:10:51.190Z Compiling waitgroup v0.1.2
15632024-03-22T16:10:51.465Z Compiling toml v0.8.12
15642024-03-22T16:10:53.846Z Compiling async-stream v0.3.5
15652024-03-22T16:10:54.159Z Compiling tokio-rustls v0.25.0
15662024-03-22T16:10:54.445Z Compiling slog-bunyan v2.5.0
15672024-03-22T16:10:55.607Z Compiling parse-display-derive v0.9.0
15682024-03-22T16:10:55.747Z Compiling sha1 v0.10.6
15692024-03-22T16:10:56.456Z Compiling rustls-pemfile v2.1.1
15702024-03-22T16:10:56.643Z Compiling strum_macros v0.26.2
15712024-03-22T16:10:57.191Z Compiling newtype-uuid v1.0.1
15722024-03-22T16:10:57.511Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2d9b9065)
15732024-03-22T16:10:58.410Z Compiling hex v0.4.3
15742024-03-22T16:10:58.921Z Compiling serde_path_to_error v0.1.16
15752024-03-22T16:10:59.114Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15762024-03-22T16:10:59.648Z Compiling debug-ignore v1.0.5
15772024-03-22T16:10:59.783Z Compiling bitflags v1.3.2
15782024-03-22T16:10:59.796Z Compiling parse-display v0.9.0
15792024-03-22T16:10:59.907Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15802024-03-22T16:10:59.921Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15812024-03-22T16:11:00.056Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15822024-03-22T16:11:00.431Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
15832024-03-22T16:11:01.257Z Compiling backoff v0.4.0
15842024-03-22T16:11:01.500Z Compiling strum v0.26.2
15852024-03-22T16:11:01.611Z Compiling macaddr v1.0.1
15862024-03-22T16:11:01.665Z Compiling semver v0.1.20
15872024-03-22T16:11:01.694Z Compiling num-integer v0.1.46
15882024-03-22T16:11:01.882Z Compiling num-rational v0.4.1
15892024-03-22T16:11:02.221Z Compiling rustc_version v0.1.7
15902024-03-22T16:11:02.245Z Compiling zerocopy-derive v0.6.6
15912024-03-22T16:11:02.478Z Compiling hubpack_derive v0.1.1
15922024-03-22T16:11:02.620Z Compiling newtype_derive v0.1.6
15932024-03-22T16:11:02.757Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15942024-03-22T16:11:02.965Z Compiling base64ct v1.6.0
15952024-03-22T16:11:03.441Z Compiling hubpack v0.1.2
15962024-03-22T16:11:03.653Z Compiling password-hash v0.5.0
15972024-03-22T16:11:03.921Z Compiling num-iter v0.1.44
15982024-03-22T16:11:04.083Z Compiling toml_edit v0.19.15
15992024-03-22T16:11:04.321Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16002024-03-22T16:11:05.756Z Compiling zerocopy v0.6.6
16012024-03-22T16:11:06.057Z Compiling strum_macros v0.25.3
16022024-03-22T16:11:06.674Z Compiling blake2 v0.10.6
16032024-03-22T16:11:08.057Z Compiling serde_repr v0.1.18
16042024-03-22T16:11:08.061Z Compiling num-complex v0.4.5
16052024-03-22T16:11:09.300Z Compiling fixedbitset v0.4.2
16062024-03-22T16:11:09.337Z Compiling static_assertions v1.1.0
16072024-03-22T16:11:09.429Z Compiling num v0.4.1
16082024-03-22T16:11:09.522Z Compiling argon2 v0.5.3
16092024-03-22T16:11:10.072Z Compiling petgraph v0.6.4
16102024-03-22T16:11:10.109Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16112024-03-22T16:11:10.363Z Compiling proc-macro-crate v1.3.1
16122024-03-22T16:11:11.306Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16132024-03-22T16:11:12.284Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16142024-03-22T16:11:12.473Z Compiling matches v0.1.10
16152024-03-22T16:11:12.562Z Compiling utf8parse v0.2.1
16162024-03-22T16:11:12.715Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16172024-03-22T16:11:13.043Z Compiling base64 v0.22.0
16182024-03-22T16:11:14.162Z Compiling steno v0.4.0
16192024-03-22T16:11:14.586Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16202024-03-22T16:11:16.560Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16212024-03-22T16:11:16.846Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16222024-03-22T16:11:17.903Z Compiling anstyle-parse v0.2.3
16232024-03-22T16:11:17.974Z Compiling idna v0.2.3
16242024-03-22T16:11:18.276Z Compiling num_enum_derive v0.5.11
16252024-03-22T16:11:20.832Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16262024-03-22T16:11:21.399Z Compiling foreign-types-macros v0.2.3
16272024-03-22T16:11:21.480Z Compiling enum-as-inner v0.5.1
16282024-03-22T16:11:22.573Z Compiling slog-dtrace v0.3.0
16292024-03-22T16:11:22.731Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16302024-03-22T16:11:22.923Z Compiling anstyle-query v1.0.2
16312024-03-22T16:11:23.064Z Compiling parking_lot_core v0.8.6
16322024-03-22T16:11:23.068Z Compiling linked-hash-map v0.5.6
16332024-03-22T16:11:23.428Z Compiling anstyle v1.0.6
16342024-03-22T16:11:23.511Z Compiling quick-error v1.2.3
16352024-03-22T16:11:23.651Z Compiling humantime v2.1.0
16362024-03-22T16:11:23.969Z Compiling foreign-types-shared v0.3.1
16372024-03-22T16:11:24.081Z Compiling colorchoice v1.0.0
16382024-03-22T16:11:24.268Z Compiling data-encoding v2.5.0
16392024-03-22T16:11:24.529Z Compiling anstream v0.6.13
16402024-03-22T16:11:25.568Z Compiling trust-dns-proto v0.22.0
16412024-03-22T16:11:29.258Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16422024-03-22T16:11:32.021Z Compiling foreign-types v0.5.0
16432024-03-22T16:11:32.129Z Compiling resolv-conf v0.7.0
16442024-03-22T16:11:32.256Z Compiling lru-cache v0.1.2
16452024-03-22T16:11:32.537Z Compiling num_enum v0.5.11
16462024-03-22T16:11:33.003Z Compiling colored v2.1.0
16472024-03-22T16:11:33.741Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16482024-03-22T16:11:34.384Z Compiling cstr-argument v0.1.2
16492024-03-22T16:11:34.612Z Compiling clap_lex v0.7.0
16502024-03-22T16:11:34.670Z Compiling pretty-hex v0.2.1
16512024-03-22T16:11:34.879Z Compiling heck v0.5.0
16522024-03-22T16:11:35.311Z Compiling crc32fast v1.4.0
16532024-03-22T16:11:35.324Z Compiling strsim v0.11.0
16542024-03-22T16:11:35.865Z Compiling clap_builder v4.5.2
16552024-03-22T16:11:37.439Z Compiling clap_derive v4.5.3
16562024-03-22T16:11:37.799Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16572024-03-22T16:11:38.336Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16582024-03-22T16:11:40.742Z Compiling trust-dns-resolver v0.22.0
16592024-03-22T16:11:42.453Z Compiling socket2 v0.4.10
16602024-03-22T16:11:43.145Z Compiling parking_lot v0.11.2
16612024-03-22T16:11:44.109Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16622024-03-22T16:11:45.507Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16632024-03-22T16:11:45.525Z Compiling clap v4.5.3
16642024-03-22T16:11:45.679Z Compiling crossbeam-epoch v0.9.18
16652024-03-22T16:11:46.142Z Compiling fxhash v0.2.1
16662024-03-22T16:11:46.334Z Compiling heapless v0.8.0
16672024-03-22T16:11:46.924Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
16682024-03-22T16:11:47.219Z Compiling sled v0.34.7
16692024-03-22T16:11:47.259Z Compiling hash32 v0.3.1
16702024-03-22T16:11:47.506Z Compiling stable_deref_trait v1.2.0
16712024-03-22T16:11:47.606Z Compiling smoltcp v0.11.0
16722024-03-22T16:11:57.630Z Compiling cobs v0.2.3
16732024-03-22T16:11:58.110Z Compiling embedded-io v0.4.0
16742024-03-22T16:11:58.336Z Compiling managed v0.8.0
16752024-03-22T16:12:02.396Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dd4090f0)
16762024-03-22T16:12:03.233Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
16772024-03-22T16:12:05.637Z Compiling postcard v1.0.8
16782024-03-22T16:12:06.556Z Compiling tabwriter v1.4.0
16792024-03-22T16:12:07.194Z Compiling hashbrown v0.13.2
16802024-03-22T16:12:07.382Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
16812024-03-22T16:12:07.555Z Compiling half v2.4.0
16822024-03-22T16:12:07.729Z Compiling ciborium-io v0.2.2
16832024-03-22T16:12:07.851Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
16842024-03-22T16:12:08.002Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
16852024-03-22T16:12:08.233Z Compiling ciborium-ll v0.2.2
16862024-03-22T16:12:08.488Z Compiling regress v0.6.0
16872024-03-22T16:12:08.766Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
16882024-03-22T16:12:11.414Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
16892024-03-22T16:12:12.581Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
16902024-03-22T16:12:13.523Z Compiling proc-macro-error-attr v1.0.4
16912024-03-22T16:12:13.879Z Compiling arc-swap v1.7.0
16922024-03-22T16:12:13.931Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08)
16932024-03-22T16:12:14.278Z Compiling crc8 v0.1.1
16942024-03-22T16:12:14.574Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#41ddeab9)
16952024-03-22T16:12:14.612Z Compiling slog-scope v4.4.0
16962024-03-22T16:12:15.872Z Compiling ciborium v0.2.2
16972024-03-22T16:12:18.098Z Compiling toml_edit v0.21.1
16982024-03-22T16:12:19.098Z Compiling proc-macro-error v1.0.4
16992024-03-22T16:12:19.459Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17002024-03-22T16:12:19.865Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
17012024-03-22T16:12:20.013Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
17022024-03-22T16:12:22.366Z Compiling proc-macro-crate v3.1.0
17032024-03-22T16:12:24.423Z Compiling slog-stdlog v4.1.1
17042024-03-22T16:12:24.683Z Compiling num_enum_derive v0.7.2
17052024-03-22T16:12:24.726Z Compiling slog-envlogger v2.2.0
17062024-03-22T16:12:26.014Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#a4c956e4)
17072024-03-22T16:12:27.397Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17082024-03-22T16:12:27.496Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
17092024-03-22T16:12:27.997Z Compiling either v1.10.0
17102024-03-22T16:12:28.408Z Compiling itertools v0.12.1
17112024-03-22T16:12:28.937Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17122024-03-22T16:12:29.154Z Compiling num_enum v0.7.2
17132024-03-22T16:12:29.321Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17142024-03-22T16:12:30.843Z Compiling minimal-lexical v0.2.1
17152024-03-22T16:12:31.460Z Compiling nom v7.1.3
17162024-03-22T16:12:32.055Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17172024-03-22T16:12:32.166Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
17182024-03-22T16:12:35.834Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
17192024-03-22T16:12:35.933Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#1b228b55)
17202024-03-22T16:12:35.975Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
17212024-03-22T16:12:38.674Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
17222024-03-22T16:12:39.732Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
17232024-03-22T16:12:39.829Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
17242024-03-22T16:12:44.334Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
17252024-03-22T16:12:53.871Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
17262024-03-22T16:12:54.140Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
17272024-03-22T16:13:22.594Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17282024-03-22T16:13:22.594Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17292024-03-22T16:13:43.022Z Finished release [optimized] target(s) in 4m 46s
17302024-03-22T16:13:43.075Z
17312024-03-22T16:13:43.079Zreal 4:46.268829021
17322024-03-22T16:13:43.080Zuser 34:29.533987407
17332024-03-22T16:13:43.080Zsys 2:43.671474220
17342024-03-22T16:13:43.080Ztrap 0.985832914
17352024-03-22T16:13:43.080Ztflt 1.779747055
17362024-03-22T16:13:43.080Zdflt 0.601006666
17372024-03-22T16:13:43.080Zkflt 0.011035384
17382024-03-22T16:13:43.080Zlock 1:23:05.853880724
17392024-03-22T16:13:43.080Zslp 1:35:17.713314350
17402024-03-22T16:13:43.080Zlat 1:25.407591356
17412024-03-22T16:13:43.080Zstop 41.540082865
17422024-03-22T16:13:43.080Z+ for x in debug release
17432024-03-22T16:13:43.080Z+ mkdir -p /work/debug
17442024-03-22T16:13:43.080Z+ cp target/debug/ddmd /work/debug/ddmd
17452024-03-22T16:13:43.526Z+ cp target/debug/ddmadm /work/debug/ddmadm
17462024-03-22T16:13:43.701Z+ for x in debug release
17472024-03-22T16:13:43.701Z+ mkdir -p /work/release
17482024-03-22T16:13:43.705Z+ cp target/release/ddmd /work/release/ddmd
17492024-03-22T16:13:43.754Z+ cp target/release/ddmadm /work/release/ddmadm
17502024-03-22T16:13:43.786Zprocess exited: duration 585292 ms, exit code 0
 
17512024-03-22T16:13:43.805Zfound 4 output files
17522024-03-22T16:13:43.805Zuploading: /work/debug/ddmadm (291821264 bytes)
17532024-03-22T16:15:20.014Zuploaded: /work/debug/ddmadm
17542024-03-22T16:15:20.014Zuploading: /work/debug/ddmd (383181616 bytes)
17552024-03-22T16:17:13.621Zuploaded: /work/debug/ddmd
17562024-03-22T16:17:13.621Zuploading: /work/release/ddmadm (25665040 bytes)
17572024-03-22T16:17:20.351Zuploaded: /work/release/ddmadm
17582024-03-22T16:17:20.351Zuploading: /work/release/ddmd (49472512 bytes)
17592024-03-22T16:17:36.242Zuploaded: /work/release/ddmd