01HWY57HYEHNFWQ7SGB7NFMVSW: 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: 01HWY57XJK7JAVTECDGC64773M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-03T02:42:02.764Zjob assigned to worker 01HWY57YM5PTAP5KCNBK0SPCZ6 (queued for 36 s)
 
22024-05-03T02:42:03.714Zstarting task 0: "setup"
32024-05-03T02:42:03.741Z++ uname -s
42024-05-03T02:42:03.741Z+ kern=SunOS
52024-05-03T02:42:03.741Z+ case "$kern" in
62024-05-03T02:42:03.741Z+ groupadd -g 12345 build
72024-05-03T02:42:03.741Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-03T02:42:05.745Z+ zfs create -o mountpoint=/work rpool/work
92024-05-03T02:42:05.790Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-03T02:42:05.819Z+ home_fs=zfs
112024-05-03T02:42:05.819Z+ [[ zfs == autofs ]]
122024-05-03T02:42:05.819Z+ mkdir -p /home/build
132024-05-03T02:42:05.819Z+ chown build:build /home/build /work
142024-05-03T02:42:07.800Z+ chmod 0700 /home/build /work
152024-05-03T02:42:08.236Zprocess exited: duration 4089 ms, exit code 0
 
162024-05-03T02:42:08.291Zstarting task 1: "rust-toolchain"
172024-05-03T02:42:08.316Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-03T02:42:08.316Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-03T02:42:08.450Zinfo: downloading installer
202024-05-03T02:42:08.881Zwarning: it looks like you have an existing installation of Rust at:
212024-05-03T02:42:08.881Zwarning: /opt/ooce/bin
222024-05-03T02:42:08.881Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-03T02:42:08.881Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-03T02:42:08.881Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-03T02:42:08.881Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-03T02:42:08.881Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-03T02:42:08.881Zerror: cannot install while Rust is installed
282024-05-03T02:42:08.881Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-03T02:42:08.925Zinfo: profile set to 'default'
302024-05-03T02:42:08.925Zinfo: default host triple is x86_64-unknown-illumos
312024-05-03T02:42:08.925Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-03T02:42:09.024Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-03T02:42:09.024Zinfo: downloading component 'cargo'
342024-05-03T02:42:09.591Zinfo: downloading component 'clippy'
352024-05-03T02:42:10.391Zinfo: downloading component 'rust-docs'
362024-05-03T02:42:10.417Zinfo: downloading component 'rust-std'
372024-05-03T02:42:10.443Zinfo: downloading component 'rustc'
382024-05-03T02:42:11.537Zinfo: downloading component 'rustfmt'
392024-05-03T02:42:11.961Zinfo: installing component 'cargo'
402024-05-03T02:42:13.041Zinfo: installing component 'clippy'
412024-05-03T02:42:13.447Zinfo: installing component 'rust-docs'
422024-05-03T02:42:15.865Zinfo: installing component 'rust-std'
432024-05-03T02:42:17.929Zinfo: installing component 'rustc'
442024-05-03T02:42:22.776Zinfo: installing component 'rustfmt'
452024-05-03T02:42:23.150Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-03T02:42:23.150Z
472024-05-03T02:42:23.266Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-03T02:42:23.266Z
492024-05-03T02:42:23.291Z
502024-05-03T02:42:23.291ZRust is installed now. Great!
512024-05-03T02:42:23.292Z
522024-05-03T02:42:23.292ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-03T02:42:23.292Zenvironment variable. This has not been done automatically.
542024-05-03T02:42:23.292Z
552024-05-03T02:42:23.292ZTo configure your current shell, you need to source
562024-05-03T02:42:23.292Zthe corresponding env file under $HOME/.cargo.
572024-05-03T02:42:23.292Z
582024-05-03T02:42:23.292ZThis is usually done by running one of the following (note the leading DOT):
592024-05-03T02:42:23.292Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-03T02:42:23.292Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-03T02:42:23.343Z+ rustc --version
622024-05-03T02:42:23.427Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-03T02:42:23.454Zprocess exited: duration 15140 ms, exit code 0
 
642024-05-03T02:42:23.516Zstarting task 2: "authentication"
652024-05-03T02:42:23.579Zprocess exited: duration 62 ms, exit code 0
 
662024-05-03T02:42:23.634Zstarting task 3: "clone repository"
672024-05-03T02:42:23.659Z+ mkdir -p /work/oxidecomputer/maghemite
682024-05-03T02:42:23.659Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-05-03T02:42:23.684ZCloning into '/work/oxidecomputer/maghemite'...
702024-05-03T02:42:24.608Z+ cd /work/oxidecomputer/maghemite
712024-05-03T02:42:24.608Z+ git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d
722024-05-03T02:42:25.084ZFrom https://github.com/oxidecomputer/maghemite
732024-05-03T02:42:25.084Z * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD
742024-05-03T02:42:25.109Z+ [[ -n '' ]]
752024-05-03T02:42:25.109Z+ git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d
762024-05-03T02:42:25.109ZHEAD is now at 31bff50 workaround
772024-05-03T02:42:25.109Zprocess exited: duration 1473 ms, exit code 0
 
782024-05-03T02:42:25.159Zstarting task 4: "build"
792024-05-03T02:42:25.184Z+ cargo --version
802024-05-03T02:42:25.184Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-05-03T02:42:25.264Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-05-03T02:42:25.264Zinfo: downloading component 'cargo'
832024-05-03T02:42:25.400Zinfo: downloading component 'clippy'
842024-05-03T02:42:25.853Zinfo: downloading component 'rust-docs'
852024-05-03T02:42:25.879Zinfo: downloading component 'rust-std'
862024-05-03T02:42:25.907Zinfo: downloading component 'rustc'
872024-05-03T02:42:26.583Zinfo: downloading component 'rustfmt'
882024-05-03T02:42:26.624Zinfo: installing component 'cargo'
892024-05-03T02:42:27.600Zinfo: installing component 'clippy'
902024-05-03T02:42:27.978Zinfo: installing component 'rust-docs'
912024-05-03T02:42:30.345Zinfo: installing component 'rust-std'
922024-05-03T02:42:32.189Zinfo: installing component 'rustc'
932024-05-03T02:42:36.832Zinfo: installing component 'rustfmt'
942024-05-03T02:42:37.279Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-05-03T02:42:37.304Z+ rustc --version
962024-05-03T02:42:37.360Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-05-03T02:42:37.385Z+ banner check
982024-05-03T02:42:37.385Z
992024-05-03T02:42:37.385Z #### # # ###### #### # #
1002024-05-03T02:42:37.385Z # # # # # # # # #
1012024-05-03T02:42:37.385Z # ###### ##### # ####
1022024-05-03T02:42:37.385Z # # # # # # #
1032024-05-03T02:42:37.385Z # # # # # # # # #
1042024-05-03T02:42:37.385Z #### # # ###### #### # #
1052024-05-03T02:42:37.385Z
1062024-05-03T02:42:37.385Z+ cargo fmt -- --check
1072024-05-03T02:42:38.906Z+ cargo clippy --all-targets -- --deny warnings
1082024-05-03T02:42:38.936Z Updating crates.io index
1092024-05-03T02:42:38.937Z Updating git repository `https://github.com/oxidecomputer/falcon`
1102024-05-03T02:42:39.184ZFrom https://github.com/oxidecomputer/falcon
1112024-05-03T02:42:39.184Z * [new ref] e69694a1f7cc9fe31fab27f321017280531fb5f7 -> refs/commit/e69694a1f7cc9fe31fab27f321017280531fb5f7
1122024-05-03T02:42:39.319Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1132024-05-03T02:42:40.673ZFrom https://github.com/oxidecomputer/dendrite
1142024-05-03T02:42:40.673Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
1152024-05-03T02:42:40.673Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
1162024-05-03T02:42:40.698Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
1172024-05-03T02:42:40.699Z * [new branch] compliance -> origin/compliance
1182024-05-03T02:42:40.699Z * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
1192024-05-03T02:42:40.699Z * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12
1202024-05-03T02:42:40.699Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
1212024-05-03T02:42:40.699Z * [new branch] helios2 -> origin/helios2
1222024-05-03T02:42:40.699Z * [new branch] mac-build -> origin/mac-build
1232024-05-03T02:42:40.699Z * [new branch] main -> origin/main
1242024-05-03T02:42:40.699Z * [new branch] map-all-the-things -> origin/map-all-the-things
1252024-05-03T02:42:40.699Z * [new branch] nat_rpw -> origin/nat_rpw
1262024-05-03T02:42:40.699Z * [new branch] nexthop-counters -> origin/nexthop-counters
1272024-05-03T02:42:40.699Z * [new branch] port-id -> origin/port-id
1282024-05-03T02:42:40.699Z * [new branch] reflection-tests -> origin/reflection-tests
1292024-05-03T02:42:40.699Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
1302024-05-03T02:42:40.699Z * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile
1312024-05-03T02:42:40.699Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
1322024-05-03T02:42:40.699Z * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile
1332024-05-03T02:42:40.699Z * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile
1342024-05-03T02:42:40.699Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
1352024-05-03T02:42:40.699Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
1362024-05-03T02:42:40.699Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
1372024-05-03T02:42:40.699Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
1382024-05-03T02:42:40.699Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
1392024-05-03T02:42:40.700Z * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile
1402024-05-03T02:42:40.700Z * [new branch] rust-toolchain -> origin/rust-toolchain
1412024-05-03T02:42:40.700Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
1422024-05-03T02:42:40.700Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
1432024-05-03T02:42:40.700Z * [new branch] update-oximeter -> origin/update-oximeter
1442024-05-03T02:42:40.700Z * [new branch] updates -> origin/updates
1452024-05-03T02:42:40.700Z * [new ref] -> origin/HEAD
1462024-05-03T02:42:40.729Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1472024-05-03T02:42:41.837ZFrom https://github.com/oxidecomputer/dropshot
1482024-05-03T02:42:41.837Z * [new ref] e6691c1818fb952cd29af02f2fe57e77fc591c94 -> refs/commit/e6691c1818fb952cd29af02f2fe57e77fc591c94
1492024-05-03T02:42:41.872Z * [new tag] v0.3.0 -> v0.3.0
1502024-05-03T02:42:41.920Z * [new tag] v0.4.0 -> v0.4.0
1512024-05-03T02:42:41.920Z * [new tag] v0.5.0 -> v0.5.0
1522024-05-03T02:42:41.920Z * [new tag] v0.5.1 -> v0.5.1
1532024-05-03T02:42:41.920Z * [new tag] v0.6.0 -> v0.6.0
1542024-05-03T02:42:41.920Z * [new tag] v0.7.0 -> v0.7.0
1552024-05-03T02:42:41.920Z * [new tag] v0.8.0 -> v0.8.0
1562024-05-03T02:42:41.920Z * [new tag] v0.9.0 -> v0.9.0
1572024-05-03T02:42:41.920Z Updating git repository `https://github.com/oxidecomputer/ispf`
1582024-05-03T02:42:42.526ZFrom https://github.com/oxidecomputer/ispf
1592024-05-03T02:42:42.526Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
1602024-05-03T02:42:42.551Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612024-05-03T02:42:43.268ZFrom https://github.com/oxidecomputer/netadm-sys
1622024-05-03T02:42:43.268Z * [new ref] 1d75565d35765c57dcf1c1a34b56cf5024086fba -> refs/commit/1d75565d35765c57dcf1c1a34b56cf5024086fba
1632024-05-03T02:42:43.294Z Updating git repository `https://github.com/oxidecomputer/omicron`
1642024-05-03T02:42:46.168ZFrom https://github.com/oxidecomputer/omicron
1652024-05-03T02:42:46.168Z * [new ref] 2349feb36d39804e38539e134a9a3a4462e7d516 -> refs/commit/2349feb36d39804e38539e134a9a3a4462e7d516
1662024-05-03T02:42:46.195Z * [new tag] v5 -> v5
1672024-05-03T02:42:46.221Z * [new tag] v6 -> v6
1682024-05-03T02:42:46.547Z Updating git repository `https://github.com/oxidecomputer/opte`
1692024-05-03T02:42:47.720ZFrom https://github.com/oxidecomputer/opte
1702024-05-03T02:42:47.720Z * [new ref] 4cc823b50d3e4a629cdfaab2b3d3382514174ba9 -> refs/commit/4cc823b50d3e4a629cdfaab2b3d3382514174ba9
1712024-05-03T02:42:47.897Z Updating git repository `https://github.com/illumos/smf-rs`
1722024-05-03T02:42:49.524ZFrom https://github.com/illumos/smf-rs
1732024-05-03T02:42:49.524Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
1742024-05-03T02:42:49.561Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1752024-05-03T02:42:49.949ZFrom https://github.com/oxidecomputer/progenitor
1762024-05-03T02:42:49.949Z * [new ref] 090dd361fc530f0a6bfe238773239b78aaed91e1 -> refs/commit/090dd361fc530f0a6bfe238773239b78aaed91e1
1772024-05-03T02:42:49.974Z * [new tag] v0.1.1 -> v0.1.1
1782024-05-03T02:42:49.999Z * [new tag] v0.2.0 -> v0.2.0
1792024-05-03T02:42:49.999Z * [new tag] v0.3.0 -> v0.3.0
1802024-05-03T02:42:49.999Z * [new tag] v0.4.0 -> v0.4.0
1812024-05-03T02:42:49.999Z * [new tag] v0.5.0 -> v0.5.0
1822024-05-03T02:42:49.999Z * [new tag] v0.6.0 -> v0.6.0
1832024-05-03T02:42:50.397Z Updating git repository `https://github.com/oxidecomputer/zone`
1842024-05-03T02:42:51.063ZFrom https://github.com/oxidecomputer/zone
1852024-05-03T02:42:51.063Z * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5
1862024-05-03T02:42:51.224Z Updating git repository `https://github.com/oxidecomputer/propolis`
1872024-05-03T02:42:52.416ZFrom https://github.com/oxidecomputer/propolis
1882024-05-03T02:42:52.416Z * [new ref] 6dceb9ef69c217cb78a2018bbedafbc19f6ec1af -> refs/commit/6dceb9ef69c217cb78a2018bbedafbc19f6ec1af
1892024-05-03T02:42:52.529Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1902024-05-03T02:42:53.126ZFrom https://github.com/oxidecomputer/dlpi-sys
1912024-05-03T02:42:53.126Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
1922024-05-03T02:42:53.283Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1932024-05-03T02:42:53.960ZFrom https://github.com/jmesmon/rust-libzfs
1942024-05-03T02:42:53.960Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
1952024-05-03T02:42:53.985Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
1962024-05-03T02:42:53.985Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
1972024-05-03T02:42:53.986Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
1982024-05-03T02:42:53.986Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
1992024-05-03T02:42:53.986Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
2002024-05-03T02:42:53.986Z * [new branch] dev -> origin/dev
2012024-05-03T02:42:53.986Z * [new branch] drr -> origin/drr
2022024-05-03T02:42:53.986Z * [new branch] f-types -> origin/f-types
2032024-05-03T02:42:53.986Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
2042024-05-03T02:42:53.986Z * [new branch] master -> origin/master
2052024-05-03T02:42:53.986Z * [new branch] staging -> origin/staging
2062024-05-03T02:42:53.986Z * [new ref] -> origin/HEAD
2072024-05-03T02:42:53.986Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
2082024-05-03T02:42:53.986Z * [new tag] v0.4.0 -> v0.4.0
2092024-05-03T02:42:53.986Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
2102024-05-03T02:42:53.986Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
2112024-05-03T02:42:53.986Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2122024-05-03T02:42:54.593ZFrom https://github.com/oxidecomputer/rusty-doors
2132024-05-03T02:42:54.593Z * [new ref] 42ad0104095425eea76934b5d735b4c6a438ef66 -> refs/commit/42ad0104095425eea76934b5d735b4c6a438ef66
2142024-05-03T02:42:54.620Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2152024-05-03T02:42:55.504ZFrom https://github.com/oxidecomputer/maghemite
2162024-05-03T02:42:55.504Z * [new branch] anycast -> origin/anycast
2172024-05-03T02:42:55.504Z * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration
2182024-05-03T02:42:55.530Z * [new branch] mac-build -> origin/mac-build
2192024-05-03T02:42:55.530Z * [new branch] main -> origin/main
2202024-05-03T02:42:55.530Z * [new branch] oxpop -> origin/oxpop
2212024-05-03T02:42:55.530Z * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x
2222024-05-03T02:42:55.530Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
2232024-05-03T02:42:55.530Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
2242024-05-03T02:42:55.530Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
2252024-05-03T02:42:55.530Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
2262024-05-03T02:42:55.530Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
2272024-05-03T02:42:55.530Z * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile
2282024-05-03T02:42:55.530Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
2292024-05-03T02:42:55.530Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
2302024-05-03T02:42:55.530Z * [new ref] -> origin/HEAD
2312024-05-03T02:42:55.530Z * [new tag] rift -> rift
2322024-05-03T02:42:55.531Z * [new tag] srp -> srp
2332024-05-03T02:42:55.531Z * [new tag] tie-spf -> tie-spf
2342024-05-03T02:42:55.805Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2352024-05-03T02:42:56.128Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
2362024-05-03T02:42:56.591ZFrom http://github.com/oxidecomputer/serde_human_bytes
2372024-05-03T02:42:56.591Z * [new branch] gh-pages -> origin/gh-pages
2382024-05-03T02:42:56.615Z * [new branch] main -> origin/main
2392024-05-03T02:42:56.615Z * [new branch] renovate/configure -> origin/renovate/configure
2402024-05-03T02:42:56.615Z * [new ref] -> origin/HEAD
2412024-05-03T02:42:56.615Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-05-03T02:42:57.099ZFrom https://github.com/oxidecomputer/slog-error-chain
2432024-05-03T02:42:57.099Z * [new branch] main -> origin/main
2442024-05-03T02:42:57.099Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
2452024-05-03T02:42:57.125Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
2462024-05-03T02:42:57.125Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
2472024-05-03T02:42:57.126Z * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile
2482024-05-03T02:42:57.126Z * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
2492024-05-03T02:42:57.126Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
2502024-05-03T02:42:57.126Z * [new ref] -> origin/HEAD
2512024-05-03T02:42:57.159Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2522024-05-03T02:42:57.666ZFrom https://github.com/oxidecomputer/poptrie
2532024-05-03T02:42:57.666Z * [new branch] main -> origin/main
2542024-05-03T02:42:57.666Z * [new branch] multipath -> origin/multipath
2552024-05-03T02:42:57.692Z * [new ref] -> origin/HEAD
2562024-05-03T02:42:57.825Z Updating git repository `https://github.com/illumos/libscf-sys.git`
2572024-05-03T02:42:58.777ZFrom https://github.com/illumos/libscf-sys
2582024-05-03T02:42:58.777Z * [new branch] main -> origin/main
2592024-05-03T02:42:58.777Z * [new ref] -> origin/HEAD
2602024-05-03T02:42:59.305Z Updating git repository `https://github.com/oxidecomputer/typify`
2612024-05-03T02:43:00.557ZFrom https://github.com/oxidecomputer/typify
2622024-05-03T02:43:00.557Z * [new branch] ipv6 -> origin/ipv6
2632024-05-03T02:43:00.584Z * [new branch] js-schema -> origin/js-schema
2642024-05-03T02:43:00.584Z * [new branch] main -> origin/main
2652024-05-03T02:43:00.585Z * [new branch] nested-newtype -> origin/nested-newtype
2662024-05-03T02:43:00.585Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
2672024-05-03T02:43:00.585Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
2682024-05-03T02:43:00.585Z * [new ref] -> origin/HEAD
2692024-05-03T02:43:00.585Z * [new tag] v0.0.10 -> v0.0.10
2702024-05-03T02:43:00.585Z * [new tag] v0.0.11 -> v0.0.11
2712024-05-03T02:43:00.586Z * [new tag] v0.0.12 -> v0.0.12
2722024-05-03T02:43:00.586Z * [new tag] v0.0.13 -> v0.0.13
2732024-05-03T02:43:00.586Z * [new tag] v0.0.14 -> v0.0.14
2742024-05-03T02:43:00.586Z * [new tag] v0.0.15 -> v0.0.15
2752024-05-03T02:43:00.586Z * [new tag] v0.0.16 -> v0.0.16
2762024-05-03T02:43:00.587Z * [new tag] v0.0.4 -> v0.0.4
2772024-05-03T02:43:00.587Z * [new tag] v0.0.5 -> v0.0.5
2782024-05-03T02:43:00.587Z * [new tag] v0.0.6 -> v0.0.6
2792024-05-03T02:43:00.587Z * [new tag] v0.0.7 -> v0.0.7
2802024-05-03T02:43:00.587Z * [new tag] v0.0.8 -> v0.0.8
2812024-05-03T02:43:00.588Z * [new tag] v0.0.9 -> v0.0.9
2822024-05-03T02:43:00.853Z Updating git repository `https://github.com/oxidecomputer/rfb`
2832024-05-03T02:43:01.458ZFrom https://github.com/oxidecomputer/rfb
2842024-05-03T02:43:01.458Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
2852024-05-03T02:43:01.483Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
2862024-05-03T02:43:01.483Z * [new branch] main -> origin/main
2872024-05-03T02:43:01.483Z * [new branch] pixfmts -> origin/pixfmts
2882024-05-03T02:43:01.483Z * [new ref] -> origin/HEAD
2892024-05-03T02:43:01.609Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902024-05-03T02:43:02.402ZFrom https://github.com/oxidecomputer/management-gateway-service
2912024-05-03T02:43:02.402Z * [new branch] af-temp-hash -> origin/af-temp-hash
2922024-05-03T02:43:02.435Z * [new branch] buildomat -> origin/buildomat
2932024-05-03T02:43:02.436Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
2942024-05-03T02:43:02.436Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
2952024-05-03T02:43:02.436Z * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32
2962024-05-03T02:43:02.436Z * [new branch] image-board-check -> origin/image-board-check
2972024-05-03T02:43:02.436Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
2982024-05-03T02:43:02.436Z * [new branch] lock_state -> origin/lock_state
2992024-05-03T02:43:02.437Z * [new branch] main -> origin/main
3002024-05-03T02:43:02.437Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
3012024-05-03T02:43:02.437Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
3022024-05-03T02:43:02.437Z * [new branch] read-rot-message -> origin/read-rot-message
3032024-05-03T02:43:02.438Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
3042024-05-03T02:43:02.438Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
3052024-05-03T02:43:02.438Z * [new branch] reset-component -> origin/reset-component
3062024-05-03T02:43:02.438Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
3072024-05-03T02:43:02.438Z * [new branch] rhai -> origin/rhai
3082024-05-03T02:43:02.438Z * [new branch] rot-boot-info -> origin/rot-boot-info
3092024-05-03T02:43:02.439Z * [new branch] rot-update -> origin/rot-update
3102024-05-03T02:43:02.439Z * [new branch] rot-update-2 -> origin/rot-update-2
3112024-05-03T02:43:02.439Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
3122024-05-03T02:43:02.439Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
3132024-05-03T02:43:02.439Z * [new branch] sprot-attest -> origin/sprot-attest
3142024-05-03T02:43:02.440Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
3152024-05-03T02:43:02.440Z * [new branch] sprot-errors -> origin/sprot-errors
3162024-05-03T02:43:02.440Z * [new branch] stage0-update-component -> origin/stage0-update-component
3172024-05-03T02:43:02.440Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
3182024-05-03T02:43:02.440Z * [new branch] update-stage0 -> origin/update-stage0
3192024-05-03T02:43:02.441Z * [new ref] -> origin/HEAD
3202024-05-03T02:43:03.386Z Downloading crates ...
3212024-05-03T02:43:03.482Z Downloaded ahash v0.8.11
3222024-05-03T02:43:03.510Z Downloaded async-stream v0.3.5
3232024-05-03T02:43:03.510Z Downloaded allocator-api2 v0.2.16
3242024-05-03T02:43:03.510Z Downloaded argon2 v0.5.3
3252024-05-03T02:43:03.510Z Downloaded cfg-if v1.0.0
3262024-05-03T02:43:03.510Z Downloaded base64ct v1.6.0
3272024-05-03T02:43:03.536Z Downloaded bitflags v2.5.0
3282024-05-03T02:43:03.537Z Downloaded chrono v0.4.38
3292024-05-03T02:43:03.537Z Downloaded scopeguard v1.2.0
3302024-05-03T02:43:03.537Z Downloaded slog v2.7.0
3312024-05-03T02:43:03.537Z Downloaded clap v4.5.4
3322024-05-03T02:43:03.562Z Downloaded slog-term v2.9.1
3332024-05-03T02:43:03.562Z Downloaded smallvec v1.13.2
3342024-05-03T02:43:03.562Z Downloaded slog-json v2.6.1
3352024-05-03T02:43:03.594Z Downloaded h2 v0.3.25
3362024-05-03T02:43:03.595Z Downloaded thiserror v1.0.59
3372024-05-03T02:43:03.595Z Downloaded linked-hash-map v0.5.6
3382024-05-03T02:43:03.595Z Downloaded num_threads v0.1.7
3392024-05-03T02:43:03.595Z Downloaded num-conv v0.1.0
3402024-05-03T02:43:03.595Z Downloaded lock_api v0.4.11
3412024-05-03T02:43:03.625Z Downloaded omicron-workspace-hack v0.1.0
3422024-05-03T02:43:03.625Z Downloaded once_cell v1.19.0
3432024-05-03T02:43:03.625Z Downloaded pretty-hex v0.2.1
3442024-05-03T02:43:03.625Z Downloaded try-lock v0.2.5
3452024-05-03T02:43:03.625Z Downloaded powerfmt v0.2.0
3462024-05-03T02:43:03.625Z Downloaded quick-error v1.2.3
3472024-05-03T02:43:03.625Z Downloaded rand_chacha v0.3.1
3482024-05-03T02:43:03.625Z Downloaded parse-display v0.9.0
3492024-05-03T02:43:03.625Z Downloaded want v0.3.1
3502024-05-03T02:43:03.625Z Downloaded parking_lot v0.11.2
3512024-05-03T02:43:03.625Z Downloaded is-terminal v0.4.12
3522024-05-03T02:43:03.651Z Downloaded hubpack_derive v0.1.1
3532024-05-03T02:43:03.651Z Downloaded parking_lot v0.12.1
3542024-05-03T02:43:03.651Z Downloaded macaddr v1.0.1
3552024-05-03T02:43:03.651Z Downloaded lru-cache v0.1.2
3562024-05-03T02:43:03.651Z Downloaded postcard v1.0.8
3572024-05-03T02:43:03.651Z Downloaded ipnet v2.9.0
3582024-05-03T02:43:03.652Z Downloaded usdt v0.5.0
3592024-05-03T02:43:03.652Z Downloaded nom v7.1.3
3602024-05-03T02:43:03.678Z Downloaded http v1.1.0
3612024-05-03T02:43:03.678Z Downloaded rand_core v0.6.4
3622024-05-03T02:43:03.678Z Downloaded winnow v0.5.40
3632024-05-03T02:43:03.678Z Downloaded hyper v0.14.28
3642024-05-03T02:43:03.703Z Downloaded idna v0.5.0
3652024-05-03T02:43:03.703Z Downloaded zerocopy-derive v0.6.6
3662024-05-03T02:43:03.729Z Downloaded pest_meta v2.7.8
3672024-05-03T02:43:03.729Z Downloaded url v2.5.0
3682024-05-03T02:43:03.754Z Downloaded unsafe-libyaml v0.2.11
3692024-05-03T02:43:03.754Z Downloaded pest v2.7.8
3702024-05-03T02:43:03.754Z Downloaded tokio-util v0.7.10
3712024-05-03T02:43:03.754Z Downloaded zerocopy v0.7.32
3722024-05-03T02:43:03.782Z Downloaded regress v0.6.0
3732024-05-03T02:43:03.782Z Downloaded openapiv3 v2.0.0
3742024-05-03T02:43:03.807Z Downloaded regex-automata v0.4.6
3752024-05-03T02:43:03.832Z Downloaded tokio v1.37.0
3762024-05-03T02:43:03.873Z Downloaded ring v0.17.8
3772024-05-03T02:43:03.950Z Downloaded regex-syntax v0.8.2
3782024-05-03T02:43:03.977Z Downloaded regex v1.10.4
3792024-05-03T02:43:03.977Z Downloaded openssl v0.10.64
3802024-05-03T02:43:04.003Z Downloaded trust-dns-proto v0.22.0
3812024-05-03T02:43:04.003Z Downloaded syn v2.0.55
3822024-05-03T02:43:04.029Z Downloaded smoltcp v0.11.0
3832024-05-03T02:43:04.029Z Downloaded reqwest v0.11.27
3842024-05-03T02:43:04.054Z Downloaded petgraph v0.6.4
3852024-05-03T02:43:04.054Z Downloaded syn v1.0.109
3862024-05-03T02:43:04.079Z Downloaded sled v0.34.7
3872024-05-03T02:43:04.079Z Downloaded unicode-normalization v0.1.23
3882024-05-03T02:43:04.079Z Downloaded time v0.3.34
3892024-05-03T02:43:04.108Z Downloaded unicode-bidi v0.3.15
3902024-05-03T02:43:04.108Z Downloaded trust-dns-resolver v0.22.0
3912024-05-03T02:43:04.108Z Downloaded tracing v0.1.40
3922024-05-03T02:43:04.108Z Downloaded toml_edit v0.22.9
3932024-05-03T02:43:04.133Z Downloaded toml_edit v0.19.15
3942024-05-03T02:43:04.161Z Downloaded steno v0.4.0
3952024-05-03T02:43:04.161Z Downloaded serde_with v3.7.0
3962024-05-03T02:43:04.161Z Downloaded zerocopy v0.6.6
3972024-05-03T02:43:04.161Z Downloaded pin-project-lite v0.2.13
3982024-05-03T02:43:04.601Z Downloaded libc v0.2.153
3992024-05-03T02:43:04.602Z Downloaded uuid v1.8.0
4002024-05-03T02:43:04.602Z Downloaded unicode-ident v1.0.12
4012024-05-03T02:43:04.631Z Downloaded ucd-trie v0.1.6
4022024-05-03T02:43:04.631Z Downloaded typenum v1.17.0
4032024-05-03T02:43:04.631Z Downloaded tracing-core v0.1.32
4042024-05-03T02:43:04.631Z Downloaded toml v0.8.12
4052024-05-03T02:43:04.631Z Downloaded encoding_rs v0.8.33
4062024-05-03T02:43:04.631Z Downloaded idna v0.2.3
4072024-05-03T02:43:04.631Z Downloaded pest_generator v2.7.8
4082024-05-03T02:43:04.631Z Downloaded pest_derive v2.7.8
4092024-05-03T02:43:04.631Z Downloaded password-hash v0.5.0
4102024-05-03T02:43:04.631Z Downloaded iana-time-zone v0.1.60
4112024-05-03T02:43:04.632Z Downloaded webpki-roots v0.25.4
4122024-05-03T02:43:04.632Z Downloaded usdt-impl v0.5.0
4132024-05-03T02:43:04.632Z Downloaded tinyvec v1.6.0
4142024-05-03T02:43:04.632Z Downloaded rustls v0.22.2
4152024-05-03T02:43:04.632Z Downloaded rustls v0.21.10
4162024-05-03T02:43:04.632Z Downloaded resolv-conf v0.7.0
4172024-05-03T02:43:04.632Z Downloaded uuid v0.8.2
4182024-05-03T02:43:04.632Z Downloaded regress v0.9.0
4192024-05-03T02:43:04.632Z Downloaded parse-display-derive v0.9.0
4202024-05-03T02:43:04.632Z Downloaded newtype-uuid v1.0.1
4212024-05-03T02:43:04.632Z Downloaded http v0.2.12
4222024-05-03T02:43:04.632Z Downloaded rand v0.8.5
4232024-05-03T02:43:04.632Z Downloaded pretty_assertions v1.4.0
4242024-05-03T02:43:04.632Z Downloaded pkg-config v0.3.30
4252024-05-03T02:43:04.632Z Downloaded percent-encoding v2.3.1
4262024-05-03T02:43:04.633Z Downloaded paste v1.0.14
4272024-05-03T02:43:04.633Z Downloaded itertools v0.12.1
4282024-05-03T02:43:04.633Z Downloaded hyper-tls v0.5.0
4292024-05-03T02:43:04.633Z Downloaded vcpkg v0.2.15
4302024-05-03T02:43:04.633Z Downloaded tracing-attributes v0.1.27
4312024-05-03T02:43:04.633Z Downloaded socket2 v0.4.10
4322024-05-03T02:43:04.633Z Downloaded mio v0.8.11
4332024-05-03T02:43:04.633Z Downloaded minimal-lexical v0.2.1
4342024-05-03T02:43:04.633Z Downloaded memchr v2.7.1
4352024-05-03T02:43:04.633Z Downloaded untrusted v0.9.0
4362024-05-03T02:43:04.633Z Downloaded unicode-width v0.1.11
4372024-05-03T02:43:04.633Z Downloaded tokio-rustls v0.25.0
4382024-05-03T02:43:04.633Z Downloaded time-macros v0.2.17
4392024-05-03T02:43:04.633Z Downloaded hyper-rustls v0.24.2
4402024-05-03T02:43:04.634Z Downloaded pin-utils v0.1.0
4412024-05-03T02:43:04.634Z Downloaded winnow v0.6.5
4422024-05-03T02:43:04.634Z Downloaded utf8parse v0.2.1
4432024-05-03T02:43:04.634Z Downloaded rustls-webpki v0.101.7
4442024-05-03T02:43:04.634Z Downloaded toml_datetime v0.6.5
4452024-05-03T02:43:04.634Z Downloaded ipnetwork v0.20.0
4462024-05-03T02:43:04.634Z Downloaded hubpack v0.1.2
4472024-05-03T02:43:04.634Z Downloaded zerocopy-derive v0.7.32
4482024-05-03T02:43:04.634Z Downloaded proc-macro2 v1.0.79
4492024-05-03T02:43:04.634Z Downloaded openssl-sys v0.9.101
4502024-05-03T02:43:04.634Z Downloaded lazy_static v1.4.0
4512024-05-03T02:43:04.634Z Downloaded itoa v1.0.10
4522024-05-03T02:43:04.634Z Downloaded humantime v2.1.0
4532024-05-03T02:43:04.634Z Downloaded version_check v0.9.4
4542024-05-03T02:43:04.634Z Downloaded tokio-rustls v0.24.1
4552024-05-03T02:43:04.634Z Downloaded schemars v0.8.16
4562024-05-03T02:43:04.634Z Downloaded plain v0.2.3
4572024-05-03T02:43:04.634Z Downloaded instant v0.1.12
4582024-05-03T02:43:04.634Z Downloaded ident_case v1.0.1
4592024-05-03T02:43:04.634Z Downloaded zeroize v1.7.0
4602024-05-03T02:43:04.634Z Downloaded quote v1.0.35
4612024-05-03T02:43:04.634Z Downloaded proc-macro-error v1.0.4
4622024-05-03T02:43:04.635Z Downloaded native-tls v0.2.11
4632024-05-03T02:43:04.635Z Downloaded openssl-probe v0.1.5
4642024-05-03T02:43:04.635Z Downloaded openssl-macros v0.1.1
4652024-05-03T02:43:04.635Z Downloaded time-core v0.1.2
4662024-05-03T02:43:04.635Z Downloaded thread-id v4.2.1
4672024-05-03T02:43:04.635Z Downloaded strum_macros v0.26.2
4682024-05-03T02:43:04.635Z Downloaded socket2 v0.5.6
4692024-05-03T02:43:04.635Z Downloaded rustls-webpki v0.102.2
4702024-05-03T02:43:04.635Z Downloaded multer v3.0.0
4712024-05-03T02:43:04.635Z Downloaded libm v0.2.8
4722024-05-03T02:43:04.635Z Downloaded waitgroup v0.1.2
4732024-05-03T02:43:04.635Z Downloaded proc-macro-error-attr v1.0.4
4742024-05-03T02:43:04.635Z Downloaded ppv-lite86 v0.2.17
4752024-05-03T02:43:04.635Z Downloaded tokio-native-tls v0.3.1
4762024-05-03T02:43:04.635Z Downloaded tokio-macros v2.2.0
4772024-05-03T02:43:04.635Z Downloaded thiserror-impl v1.0.59
4782024-05-03T02:43:04.635Z Downloaded strum_macros v0.25.3
4792024-05-03T02:43:04.636Z Downloaded structmeta v0.3.0
4802024-05-03T02:43:04.636Z Downloaded slog-dtrace v0.3.0
4812024-05-03T02:43:04.636Z Downloaded num v0.4.1
4822024-05-03T02:43:04.636Z Downloaded mime v0.3.17
4832024-05-03T02:43:04.636Z Downloaded memmap v0.7.0
4842024-05-03T02:43:04.636Z Downloaded proc-macro-crate v1.3.1
4852024-05-03T02:43:04.636Z Downloaded pretty-hex v0.4.1
4862024-05-03T02:43:04.636Z Downloaded parking_lot_core v0.9.9
4872024-05-03T02:43:04.636Z Downloaded parking_lot_core v0.8.6
4882024-05-03T02:43:04.636Z Downloaded tower-service v0.3.2
4892024-05-03T02:43:04.636Z Downloaded managed v0.8.0
4902024-05-03T02:43:04.636Z Downloaded num-traits v0.2.18
4912024-05-03T02:43:04.636Z Downloaded thread_local v1.1.8
4922024-05-03T02:43:04.636Z Downloaded newtype_derive v0.1.6
4932024-05-03T02:43:04.636Z Downloaded matches v0.1.10
4942024-05-03T02:43:04.636Z Downloaded match_cfg v0.1.0
4952024-05-03T02:43:04.636Z Downloaded num-complex v0.4.5
4962024-05-03T02:43:04.636Z Downloaded tinyvec_macros v0.1.1
4972024-05-03T02:43:04.636Z Downloaded term v0.7.0
4982024-05-03T02:43:04.636Z Downloaded static_assertions v1.1.0
4992024-05-03T02:43:04.636Z Downloaded num_enum_derive v0.7.2
5002024-05-03T02:43:04.636Z Downloaded num-rational v0.4.1
5012024-05-03T02:43:04.666Z Downloaded num-iter v0.1.44
5022024-05-03T02:43:04.666Z Downloaded num-derive v0.3.3
5032024-05-03T02:43:04.666Z Downloaded log v0.4.21
5042024-05-03T02:43:04.666Z Downloaded indexmap v2.2.6
5052024-05-03T02:43:04.666Z Downloaded take_mut v0.2.2
5062024-05-03T02:43:04.666Z Downloaded tabwriter v1.4.0
5072024-05-03T02:43:04.666Z Downloaded goblin v0.8.0
5082024-05-03T02:43:04.667Z Downloaded num_enum_derive v0.5.11
5092024-05-03T02:43:04.667Z Downloaded num_enum v0.7.2
5102024-05-03T02:43:04.667Z Downloaded num_enum v0.5.11
5112024-05-03T02:43:04.667Z Downloaded num_cpus v1.16.0
5122024-05-03T02:43:04.667Z Downloaded num-integer v0.1.46
5132024-05-03T02:43:04.667Z Downloaded usdt-macro v0.5.0
5142024-05-03T02:43:04.667Z Downloaded usdt-attr-macro v0.5.0
5152024-05-03T02:43:04.667Z Downloaded serde_yaml v0.9.34+deprecated
5162024-05-03T02:43:04.667Z Downloaded sha1 v0.10.6
5172024-05-03T02:43:04.667Z Downloaded indexmap v1.9.3
5182024-05-03T02:43:04.667Z Downloaded structmeta-derive v0.3.0
5192024-05-03T02:43:04.667Z Downloaded subtle v2.5.0
5202024-05-03T02:43:04.667Z Downloaded httpdate v1.0.3
5212024-05-03T02:43:04.667Z Downloaded httparse v1.8.0
5222024-05-03T02:43:04.667Z Downloaded http-body v0.4.6
5232024-05-03T02:43:04.667Z Downloaded yansi v0.5.1
5242024-05-03T02:43:04.667Z Downloaded sync_wrapper v0.1.2
5252024-05-03T02:43:04.668Z Downloaded strum v0.26.2
5262024-05-03T02:43:04.668Z Downloaded strsim v0.11.0
5272024-05-03T02:43:04.668Z Downloaded spin v0.9.8
5282024-05-03T02:43:04.668Z Downloaded slab v0.4.9
5292024-05-03T02:43:04.668Z Downloaded serde_urlencoded v0.7.1
5302024-05-03T02:43:04.668Z Downloaded rustversion v1.0.14
5312024-05-03T02:43:04.668Z Downloaded rustls-pki-types v1.4.0
5322024-05-03T02:43:04.701Z Downloaded rustls-pemfile v2.1.1
5332024-05-03T02:43:04.701Z Downloaded strsim v0.10.0
5342024-05-03T02:43:04.701Z Downloaded stable_deref_trait v1.2.0
5352024-05-03T02:43:04.701Z Downloaded sha2 v0.10.8
5362024-05-03T02:43:04.701Z Downloaded rustls-pemfile v1.0.4
5372024-05-03T02:43:04.701Z Downloaded rustc_version v0.1.7
5382024-05-03T02:43:04.701Z Downloaded hex v0.4.3
5392024-05-03T02:43:04.701Z Downloaded heck v0.5.0
5402024-05-03T02:43:04.702Z Downloaded heapless v0.8.0
5412024-05-03T02:43:04.702Z Downloaded hashbrown v0.14.3
5422024-05-03T02:43:04.702Z Downloaded hashbrown v0.13.2
5432024-05-03T02:43:04.732Z Downloaded getrandom v0.2.12
5442024-05-03T02:43:04.732Z Downloaded getopts v0.2.21
5452024-05-03T02:43:04.732Z Downloaded futures-io v0.3.30
5462024-05-03T02:43:04.732Z Downloaded form_urlencoded v1.2.1
5472024-05-03T02:43:04.732Z Downloaded equivalent v1.0.1
5482024-05-03T02:43:04.732Z Downloaded enum-as-inner v0.5.1
5492024-05-03T02:43:04.732Z Downloaded diff v0.1.13
5502024-05-03T02:43:04.732Z Downloaded defmt-macros v0.3.7
5512024-05-03T02:43:04.732Z Downloaded defmt v0.3.6
5522024-05-03T02:43:04.732Z Downloaded generic-array v0.14.7
5532024-05-03T02:43:04.732Z Downloaded futures-util v0.3.30
5542024-05-03T02:43:04.758Z Downloaded foreign-types v0.3.2
5552024-05-03T02:43:04.758Z Downloaded dyn-clone v1.0.17
5562024-05-03T02:43:04.758Z Downloaded serde_repr v0.1.19
5572024-05-03T02:43:04.758Z Downloaded half v2.4.0
5582024-05-03T02:43:04.758Z Downloaded futures-task v0.3.30
5592024-05-03T02:43:04.759Z Downloaded futures-macro v0.3.30
5602024-05-03T02:43:04.759Z Downloaded foreign-types-macros v0.2.3
5612024-05-03T02:43:04.759Z Downloaded defmt-parser v0.3.4
5622024-05-03T02:43:04.759Z Downloaded slog-stdlog v4.1.1
5632024-05-03T02:43:04.759Z Downloaded slog-envlogger v2.2.0
5642024-05-03T02:43:04.759Z Downloaded slog-async v2.8.0
5652024-05-03T02:43:04.759Z Downloaded signal-hook-registry v1.4.1
5662024-05-03T02:43:04.759Z Downloaded serde_json v1.0.116
5672024-05-03T02:43:04.785Z Downloaded serde v1.0.199
5682024-05-03T02:43:04.785Z Downloaded scroll_derive v0.12.0
5692024-05-03T02:43:04.785Z Downloaded hashbrown v0.12.3
5702024-05-03T02:43:04.786Z Downloaded hash32 v0.3.1
5712024-05-03T02:43:04.786Z Downloaded fxhash v0.2.1
5722024-05-03T02:43:04.786Z Downloaded futures-sink v0.3.30
5732024-05-03T02:43:04.786Z Downloaded futures-executor v0.3.30
5742024-05-03T02:43:04.786Z Downloaded futures-core v0.3.30
5752024-05-03T02:43:04.786Z Downloaded futures v0.3.30
5762024-05-03T02:43:04.786Z Downloaded foreign-types-shared v0.1.1
5772024-05-03T02:43:04.786Z Downloaded foreign-types v0.5.0
5782024-05-03T02:43:04.822Z Downloaded embedded-io v0.4.0
5792024-05-03T02:43:04.822Z Downloaded dtrace-parser v0.2.0
5802024-05-03T02:43:04.822Z Downloaded dof v0.3.0
5812024-05-03T02:43:04.822Z Downloaded dirs-next v2.0.0
5822024-05-03T02:43:04.822Z Downloaded deranged v0.3.11
5832024-05-03T02:43:04.822Z Downloaded cstr-argument v0.1.2
5842024-05-03T02:43:04.822Z Downloaded slog-scope v4.4.0
5852024-05-03T02:43:04.823Z Downloaded slog-bunyan v2.5.0
5862024-05-03T02:43:04.823Z Downloaded serde_with_macros v3.7.0
5872024-05-03T02:43:04.823Z Downloaded serde_tokenstream v0.2.0
5882024-05-03T02:43:04.823Z Downloaded serde_spanned v0.6.5
5892024-05-03T02:43:04.823Z Downloaded serde_path_to_error v0.1.16
5902024-05-03T02:43:04.823Z Downloaded serde_derive_internals v0.26.0
5912024-05-03T02:43:04.823Z Downloaded serde_derive v1.0.199
5922024-05-03T02:43:04.823Z Downloaded semver v1.0.22
5932024-05-03T02:43:04.823Z Downloaded semver v0.1.20
5942024-05-03T02:43:04.823Z Downloaded sct v0.7.1
5952024-05-03T02:43:04.823Z Downloaded heck v0.4.1
5962024-05-03T02:43:04.823Z Downloaded futures-channel v0.3.30
5972024-05-03T02:43:04.824Z Downloaded foreign-types-shared v0.3.1
5982024-05-03T02:43:04.824Z Downloaded fnv v1.0.7
5992024-05-03T02:43:04.849Z Downloaded fixedbitset v0.4.2
6002024-05-03T02:43:04.849Z Downloaded either v1.10.0
6012024-05-03T02:43:04.849Z Downloaded dirs-sys-next v0.1.2
6022024-05-03T02:43:04.849Z Downloaded digest v0.10.7
6032024-05-03T02:43:04.849Z Downloaded debug-ignore v1.0.5
6042024-05-03T02:43:04.849Z Downloaded data-encoding v2.5.0
6052024-05-03T02:43:04.849Z Downloaded darling_macro v0.20.8
6062024-05-03T02:43:04.850Z Downloaded darling_core v0.20.8
6072024-05-03T02:43:04.850Z Downloaded darling v0.20.8
6082024-05-03T02:43:04.850Z Downloaded crypto-common v0.1.6
6092024-05-03T02:43:04.850Z Downloaded crossbeam-utils v0.8.19
6102024-05-03T02:43:04.850Z Downloaded crossbeam-epoch v0.9.18
6112024-05-03T02:43:04.876Z Downloaded crossbeam-channel v0.5.12
6122024-05-03T02:43:04.876Z Downloaded crc8 v0.1.1
6132024-05-03T02:43:04.876Z Downloaded crc32fast v1.4.0
6142024-05-03T02:43:04.876Z Downloaded cpufeatures v0.2.12
6152024-05-03T02:43:04.876Z Downloaded scroll v0.12.0
6162024-05-03T02:43:04.876Z Downloaded schemars_derive v0.8.16
6172024-05-03T02:43:04.876Z Downloaded ryu v1.0.17
6182024-05-03T02:43:04.876Z Downloaded hostname v0.3.1
6192024-05-03T02:43:04.876Z Downloaded colored v2.1.0
6202024-05-03T02:43:04.876Z Downloaded colorchoice v1.0.0
6212024-05-03T02:43:04.876Z Downloaded cobs v0.2.3
6222024-05-03T02:43:04.877Z Downloaded clap_lex v0.7.0
6232024-05-03T02:43:04.877Z Downloaded clap_derive v4.5.4
6242024-05-03T02:43:04.877Z Downloaded clap_builder v4.5.2
6252024-05-03T02:43:04.911Z Downloaded ciborium-ll v0.2.2
6262024-05-03T02:43:04.911Z Downloaded ciborium-io v0.2.2
6272024-05-03T02:43:04.912Z Downloaded ciborium v0.2.2
6282024-05-03T02:43:04.912Z Downloaded cc v1.0.90
6292024-05-03T02:43:04.912Z Downloaded camino v1.1.6
6302024-05-03T02:43:04.912Z Downloaded block-buffer v0.10.4
6312024-05-03T02:43:04.912Z Downloaded blake2 v0.10.6
6322024-05-03T02:43:04.912Z Downloaded atomic-waker v1.1.2
6332024-05-03T02:43:04.912Z Downloaded async-stream-impl v0.3.5
6342024-05-03T02:43:04.912Z Downloaded bytes v1.6.0
6352024-05-03T02:43:04.912Z Downloaded byteorder v1.5.0
6362024-05-03T02:43:04.912Z Downloaded bitflags v1.3.2
6372024-05-03T02:43:04.912Z Downloaded backoff v0.4.0
6382024-05-03T02:43:04.937Z Downloaded base64 v0.21.7
6392024-05-03T02:43:04.938Z Downloaded autocfg v1.1.0
6402024-05-03T02:43:04.938Z Downloaded async-trait v0.1.79
6412024-05-03T02:43:04.938Z Downloaded base64 v0.22.0
6422024-05-03T02:43:04.938Z Downloaded arc-swap v1.7.1
6432024-05-03T02:43:04.938Z Downloaded anyhow v1.0.82
6442024-05-03T02:43:04.938Z Downloaded anstyle-query v1.0.2
6452024-05-03T02:43:04.938Z Downloaded anstyle-parse v0.2.3
6462024-05-03T02:43:04.963Z Downloaded anstyle v1.0.6
6472024-05-03T02:43:04.963Z Downloaded anstream v0.6.13
6482024-05-03T02:43:04.963Z Downloaded aho-corasick v1.1.3
6492024-05-03T02:43:05.176Z Compiling proc-macro2 v1.0.79
6502024-05-03T02:43:05.176Z Compiling unicode-ident v1.0.12
6512024-05-03T02:43:05.201Z Compiling libc v0.2.153
6522024-05-03T02:43:05.201Z Compiling serde v1.0.199
6532024-05-03T02:43:05.201Z Compiling version_check v0.9.4
6542024-05-03T02:43:05.201Z Compiling autocfg v1.1.0
6552024-05-03T02:43:05.201Z Compiling syn v1.0.109
6562024-05-03T02:43:05.201Z Compiling serde_json v1.0.116
6572024-05-03T02:43:05.432Z Compiling thiserror v1.0.59
6582024-05-03T02:43:05.738Z Checking cfg-if v1.0.0
6592024-05-03T02:43:05.827Z Compiling once_cell v1.19.0
6602024-05-03T02:43:05.863Z Compiling parking_lot_core v0.9.9
6612024-05-03T02:43:05.888Z Compiling ahash v0.8.11
6622024-05-03T02:43:05.913Z Compiling lock_api v0.4.11
6632024-05-03T02:43:05.943Z Compiling libm v0.2.8
6642024-05-03T02:43:06.072Z Compiling num-traits v0.2.18
6652024-05-03T02:43:06.343Z Compiling byteorder v1.5.0
6662024-05-03T02:43:06.376Z Compiling cc v1.0.90
6672024-05-03T02:43:06.490Z Compiling allocator-api2 v0.2.16
6682024-05-03T02:43:06.552Z Compiling memchr v2.7.1
6692024-05-03T02:43:06.633Z Compiling quote v1.0.35
6702024-05-03T02:43:06.786Z Compiling slab v0.4.9
6712024-05-03T02:43:06.860Z Compiling schemars v0.8.16
6722024-05-03T02:43:07.087Z Compiling syn v2.0.55
6732024-05-03T02:43:07.211Z Compiling heck v0.4.1
6742024-05-03T02:43:07.241Z Compiling slog v2.7.0
6752024-05-03T02:43:07.270Z Compiling equivalent v1.0.1
6762024-05-03T02:43:07.270Z Compiling itoa v1.0.10
6772024-05-03T02:43:07.344Z Compiling ryu v1.0.17
6782024-05-03T02:43:07.437Z Compiling vcpkg v0.2.15
6792024-05-03T02:43:07.535Z Compiling pkg-config v0.3.30
6802024-05-03T02:43:07.595Z Compiling httparse v1.8.0
6812024-05-03T02:43:07.682Z Compiling fnv v1.0.7
6822024-05-03T02:43:07.782Z Compiling openssl v0.10.64
6832024-05-03T02:43:07.975Z Compiling native-tls v0.2.11
6842024-05-03T02:43:08.108Z Compiling rustls v0.21.10
6852024-05-03T02:43:08.751Z Compiling ring v0.17.8
6862024-05-03T02:43:09.037Z Compiling openssl-sys v0.9.101
6872024-05-03T02:43:09.101Z Compiling anyhow v1.0.82
6882024-05-03T02:43:09.126Z Compiling dyn-clone v1.0.17
6892024-05-03T02:43:09.326Z Compiling uuid v1.8.0
6902024-05-03T02:43:09.491Z Checking getrandom v0.2.12
6912024-05-03T02:43:09.687Z Compiling log v0.4.21
6922024-05-03T02:43:09.821Z Compiling aho-corasick v1.1.3
6932024-05-03T02:43:09.899Z Compiling regex-syntax v0.8.2
6942024-05-03T02:43:09.985Z Compiling typenum v1.17.0
6952024-05-03T02:43:10.435Z Compiling generic-array v0.14.7
6962024-05-03T02:43:10.600Z Compiling chrono v0.4.38
6972024-05-03T02:43:10.795Z Compiling bytes v1.6.0
6982024-05-03T02:43:10.975Z Compiling crossbeam-utils v0.8.19
6992024-05-03T02:43:11.821Z Compiling serde_derive_internals v0.26.0
7002024-05-03T02:43:12.313Z Checking pin-project-lite v0.2.13
7012024-05-03T02:43:12.428Z Compiling unicode-width v0.1.11
7022024-05-03T02:43:12.563Z Compiling getopts v0.2.21
7032024-05-03T02:43:12.588Z Compiling http v0.2.12
7042024-05-03T02:43:12.704Z Compiling regex-automata v0.4.6
7052024-05-03T02:43:13.285Z Compiling ucd-trie v0.1.6
7062024-05-03T02:43:13.650Z Compiling unsafe-libyaml v0.2.11
7072024-05-03T02:43:13.747Z Compiling time-core v0.1.2
7082024-05-03T02:43:13.867Z Checking smallvec v1.13.2
7092024-05-03T02:43:13.896Z Compiling num-conv v0.1.0
7102024-05-03T02:43:14.124Z Compiling time-macros v0.2.17
7112024-05-03T02:43:14.186Z Checking scopeguard v1.2.0
7122024-05-03T02:43:14.417Z Compiling ident_case v1.0.1
7132024-05-03T02:43:14.609Z Compiling strsim v0.10.0
7142024-05-03T02:43:14.865Z Compiling darling_core v0.20.8
7152024-05-03T02:43:15.039Z Checking parking_lot v0.12.1
7162024-05-03T02:43:15.141Z Checking socket2 v0.5.6
7172024-05-03T02:43:15.325Z Checking signal-hook-registry v1.4.1
7182024-05-03T02:43:15.525Z Checking mio v0.8.11
7192024-05-03T02:43:15.553Z Checking num_cpus v1.16.0
7202024-05-03T02:43:15.641Z Compiling omicron-workspace-hack v0.1.0
7212024-05-03T02:43:15.913Z Compiling regex v1.10.4
7222024-05-03T02:43:16.145Z Compiling slog-async v2.8.0
7232024-05-03T02:43:16.499Z Compiling schemars_derive v0.8.16
7242024-05-03T02:43:16.606Z Compiling usdt-impl v0.5.0
7252024-05-03T02:43:16.736Z Compiling rustversion v1.0.14
7262024-05-03T02:43:16.914Z Compiling async-trait v0.1.79
7272024-05-03T02:43:17.018Z Compiling thread-id v4.2.1
7282024-05-03T02:43:17.157Z Compiling serde_derive v1.0.199
7292024-05-03T02:43:17.238Z Compiling zerocopy-derive v0.7.32
7302024-05-03T02:43:17.263Z Compiling thiserror-impl v1.0.59
7312024-05-03T02:43:17.321Z Compiling tokio-macros v2.2.0
7322024-05-03T02:43:17.440Z Compiling tracing-attributes v0.1.27
7332024-05-03T02:43:18.605Z Compiling futures-macro v0.3.30
7342024-05-03T02:43:18.931Z Compiling zerocopy v0.7.32
7352024-05-03T02:43:19.042Z Compiling openssl-macros v0.1.1
7362024-05-03T02:43:19.597Z Compiling pest v2.7.8
7372024-05-03T02:43:19.683Z Compiling scroll_derive v0.12.0
7382024-05-03T02:43:19.723Z Compiling darling_macro v0.20.8
7392024-05-03T02:43:20.592Z Compiling hashbrown v0.14.3
7402024-05-03T02:43:20.651Z Compiling darling v0.20.8
7412024-05-03T02:43:20.970Z Checking futures-core v0.3.30
7422024-05-03T02:43:21.542Z Compiling pest_meta v2.7.8
7432024-05-03T02:43:21.586Z Compiling rustls v0.22.2
7442024-05-03T02:43:21.753Z Compiling regress v0.9.0
7452024-05-03T02:43:21.777Z Checking tracing-core v0.1.32
7462024-05-03T02:43:21.901Z Checking futures-sink v0.3.30
7472024-05-03T02:43:22.275Z Compiling multer v3.0.0
7482024-05-03T02:43:22.302Z Checking tracing v0.1.40
7492024-05-03T02:43:22.509Z Compiling pest_generator v2.7.8
7502024-05-03T02:43:22.565Z Compiling camino v1.1.6
7512024-05-03T02:43:22.590Z Checking iana-time-zone v0.1.60
7522024-05-03T02:43:22.774Z Checking futures-channel v0.3.30
7532024-05-03T02:43:23.114Z Compiling serde_with_macros v3.7.0
7542024-05-03T02:43:23.941Z Compiling structmeta-derive v0.3.0
7552024-05-03T02:43:24.095Z Compiling async-stream-impl v0.3.5
7562024-05-03T02:43:24.834Z Compiling pest_derive v2.7.8
7572024-05-03T02:43:25.551Z Compiling dtrace-parser v0.2.0
7582024-05-03T02:43:25.595Z Checking futures-task v0.3.30
7592024-05-03T02:43:25.720Z Compiling paste v1.0.14
7602024-05-03T02:43:25.792Z Checking futures-io v0.3.30
7612024-05-03T02:43:25.823Z Checking pin-utils v0.1.0
7622024-05-03T02:43:25.903Z Compiling toml_datetime v0.6.5
7632024-05-03T02:43:25.952Z Compiling winnow v0.5.40
7642024-05-03T02:43:26.175Z Compiling structmeta v0.3.0
7652024-05-03T02:43:26.200Z Checking futures-util v0.3.30
7662024-05-03T02:43:26.343Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
7672024-05-03T02:43:26.493Z Checking uuid v0.8.2
7682024-05-03T02:43:26.654Z Checking spin v0.9.8
7692024-05-03T02:43:26.837Z Compiling semver v1.0.22
7702024-05-03T02:43:26.938Z Compiling parse-display-derive v0.9.0
7712024-05-03T02:43:27.704Z Compiling indexmap v2.2.6
7722024-05-03T02:43:27.760Z Compiling serde_tokenstream v0.2.0
7732024-05-03T02:43:27.866Z Checking tokio v1.37.0
7742024-05-03T02:43:28.868Z Compiling serde_yaml v0.9.34+deprecated
7752024-05-03T02:43:29.335Z Compiling openapiv3 v2.0.0
7762024-05-03T02:43:30.094Z Compiling dof v0.3.0
7772024-05-03T02:43:30.641Z Compiling toml_edit v0.19.15
7782024-05-03T02:43:31.286Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
7792024-05-03T02:43:31.377Z Compiling usdt-attr-macro v0.5.0
7802024-05-03T02:43:31.830Z Compiling usdt-macro v0.5.0
7812024-05-03T02:43:32.633Z Compiling proc-macro-crate v1.3.1
7822024-05-03T02:43:32.671Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
7832024-05-03T02:43:33.055Z Compiling strum_macros v0.26.2
7842024-05-03T02:43:33.385Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
7852024-05-03T02:43:33.826Z Checking untrusted v0.9.0
7862024-05-03T02:43:34.000Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
7872024-05-03T02:43:34.201Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
7882024-05-03T02:43:34.902Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
7892024-05-03T02:43:35.178Z Checking tinyvec_macros v0.1.1
7902024-05-03T02:43:35.260Z Checking tinyvec v1.6.0
7912024-05-03T02:43:35.531Z Compiling num_enum_derive v0.5.11
7922024-05-03T02:43:35.974Z Compiling foreign-types-macros v0.2.3
7932024-05-03T02:43:36.304Z Checking percent-encoding v2.3.1
7942024-05-03T02:43:36.335Z Checking unicode-normalization v0.1.23
7952024-05-03T02:43:36.483Z Checking form_urlencoded v1.2.1
7962024-05-03T02:43:36.670Z Checking tokio-util v0.7.10
7972024-05-03T02:43:36.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
7982024-05-03T02:43:36.817Z Checking try-lock v0.2.5
7992024-05-03T02:43:36.859Z Checking foreign-types-shared v0.1.1
8002024-05-03T02:43:36.940Z Checking unicode-bidi v0.3.15
8012024-05-03T02:43:37.022Z Checking foreign-types v0.3.2
8022024-05-03T02:43:37.461Z Checking want v0.3.1
8032024-05-03T02:43:37.462Z Checking http-body v0.4.6
8042024-05-03T02:43:37.462Z Checking h2 v0.3.25
8052024-05-03T02:43:37.462Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
8062024-05-03T02:43:37.749Z Checking tower-service v0.3.2
8072024-05-03T02:43:37.849Z Checking bitflags v2.5.0
8082024-05-03T02:43:38.160Z Checking httpdate v1.0.3
8092024-05-03T02:43:38.343Z Checking idna v0.5.0
8102024-05-03T02:43:38.819Z Checking sct v0.7.1
8112024-05-03T02:43:38.974Z Checking rustls-webpki v0.101.7
8122024-05-03T02:43:39.185Z Compiling num-rational v0.4.1
8132024-05-03T02:43:39.766Z Checking openssl-probe v0.1.5
8142024-05-03T02:43:39.878Z Compiling semver v0.1.20
8152024-05-03T02:43:40.259Z Checking base64 v0.21.7
8162024-05-03T02:43:40.725Z Checking hyper v0.14.28
8172024-05-03T02:43:40.825Z Compiling rustc_version v0.1.7
8182024-05-03T02:43:41.372Z Checking url v2.5.0
8192024-05-03T02:43:41.922Z Compiling zerocopy-derive v0.6.6
8202024-05-03T02:43:41.986Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
8212024-05-03T02:43:42.011Z Compiling hubpack_derive v0.1.1
8222024-05-03T02:43:42.441Z Checking encoding_rs v0.8.33
8232024-05-03T02:43:42.768Z Checking ipnet v2.9.0
8242024-05-03T02:43:43.060Z Checking mime v0.3.17
8252024-05-03T02:43:43.317Z Checking tokio-native-tls v0.3.1
8262024-05-03T02:43:43.345Z Checking tokio-rustls v0.24.1
8272024-05-03T02:43:43.541Z Compiling newtype_derive v0.1.6
8282024-05-03T02:43:43.570Z Checking serde_urlencoded v0.7.1
8292024-05-03T02:43:43.652Z Checking rustls-pemfile v1.0.4
8302024-05-03T02:43:43.889Z Compiling strum_macros v0.25.3
8312024-05-03T02:43:43.929Z Compiling serde_repr v0.1.19
8322024-05-03T02:43:44.238Z Checking hyper-tls v0.5.0
8332024-05-03T02:43:44.535Z Checking hyper-rustls v0.24.2
8342024-05-03T02:43:44.707Z Checking sync_wrapper v0.1.2
8352024-05-03T02:43:44.780Z Checking webpki-roots v0.25.4
8362024-05-03T02:43:45.216Z Checking reqwest v0.11.27
8372024-05-03T02:43:45.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d)
8382024-05-03T02:43:45.652Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
8392024-05-03T02:43:45.677Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
8402024-05-03T02:43:45.948Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
8412024-05-03T02:43:45.995Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
8422024-05-03T02:43:46.873Z Checking rand_core v0.6.4
8432024-05-03T02:43:47.105Z Checking powerfmt v0.2.0
8442024-05-03T02:43:47.130Z Checking subtle v2.5.0
8452024-05-03T02:43:47.334Z Checking deranged v0.3.11
8462024-05-03T02:43:47.731Z Compiling enum-as-inner v0.5.1
8472024-05-03T02:43:48.880Z Checking num_threads v0.1.7
8482024-05-03T02:43:48.950Z Checking lazy_static v1.4.0
8492024-05-03T02:43:48.984Z Checking time v0.3.34
8502024-05-03T02:43:49.659Z Checking dirs-sys-next v0.1.2
8512024-05-03T02:43:49.786Z Compiling slog-dtrace v0.3.0
8522024-05-03T02:43:50.085Z Checking ppv-lite86 v0.2.17
8532024-05-03T02:43:50.622Z Checking rand_chacha v0.3.1
8542024-05-03T02:43:50.881Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
8552024-05-03T02:43:50.935Z Checking dirs-next v2.0.0
8562024-05-03T02:43:51.047Z Checking block-buffer v0.10.4
8572024-05-03T02:43:51.210Z Checking crypto-common v0.1.6
8582024-05-03T02:43:51.277Z Checking scroll v0.12.0
8592024-05-03T02:43:51.351Z Compiling num-derive v0.3.3
8602024-05-03T02:43:51.599Z Checking thread_local v1.1.8
8612024-05-03T02:43:52.065Z Compiling parking_lot_core v0.8.6
8622024-05-03T02:43:52.776Z Checking plain v0.2.3
8632024-05-03T02:43:53.033Z Checking goblin v0.8.0
8642024-05-03T02:43:53.358Z Checking digest v0.10.7
8652024-05-03T02:43:53.680Z Checking term v0.7.0
8662024-05-03T02:43:53.765Z Checking rand v0.8.5
8672024-05-03T02:43:54.008Z Checking crossbeam-channel v0.5.12
8682024-05-03T02:43:54.362Z Checking is-terminal v0.4.12
8692024-05-03T02:43:54.465Z Checking pretty-hex v0.4.1
8702024-05-03T02:43:54.578Z Checking rustls-pki-types v1.4.0
8712024-05-03T02:43:54.620Z Checking match_cfg v0.1.0
8722024-05-03T02:43:54.646Z Checking take_mut v0.2.2
8732024-05-03T02:43:54.711Z Compiling heck v0.5.0
8742024-05-03T02:43:54.738Z Checking hostname v0.3.1
8752024-05-03T02:43:54.854Z Checking slog-term v2.9.1
8762024-05-03T02:43:55.075Z Compiling clap_derive v4.5.4
8772024-05-03T02:43:55.267Z Checking ipnetwork v0.20.0
8782024-05-03T02:43:55.330Z Checking instant v0.1.12
8792024-05-03T02:43:55.411Z Checking cpufeatures v0.2.12
8802024-05-03T02:43:55.557Z Compiling crc32fast v1.4.0
8812024-05-03T02:43:55.627Z Checking rustls-webpki v0.102.2
8822024-05-03T02:43:56.008Z Checking futures-executor v0.3.30
8832024-05-03T02:43:56.204Z Checking serde_spanned v0.6.5
8842024-05-03T02:43:56.703Z Checking memmap v0.7.0
8852024-05-03T02:43:56.883Z Checking winnow v0.6.5
8862024-05-03T02:43:56.945Z Checking zeroize v1.7.0
8872024-05-03T02:43:57.837Z Checking usdt v0.5.0
8882024-05-03T02:43:58.394Z Checking futures v0.3.30
8892024-05-03T02:43:58.516Z Checking slog-json v2.6.1
8902024-05-03T02:43:58.709Z Checking http v1.1.0
8912024-05-03T02:43:59.203Z Checking toml_edit v0.22.9
8922024-05-03T02:43:59.285Z Checking base64 v0.22.0
8932024-05-03T02:43:59.410Z Checking atomic-waker v1.1.2
8942024-05-03T02:43:59.515Z Checking waitgroup v0.1.2
8952024-05-03T02:43:59.630Z Checking slog-bunyan v2.5.0
8962024-05-03T02:43:59.767Z Checking sha1 v0.10.6
8972024-05-03T02:43:59.929Z Checking rustls-pemfile v2.1.1
8982024-05-03T02:43:59.989Z Checking newtype-uuid v1.0.1
8992024-05-03T02:44:00.122Z Checking serde_with v3.7.0
9002024-05-03T02:44:00.147Z Checking serde_path_to_error v0.1.16
9012024-05-03T02:44:00.277Z Checking tokio-rustls v0.25.0
9022024-05-03T02:44:00.567Z Checking hex v0.4.3
9032024-05-03T02:44:00.646Z Checking async-stream v0.3.5
9042024-05-03T02:44:00.808Z Checking debug-ignore v1.0.5
9052024-05-03T02:44:00.880Z Checking bitflags v1.3.2
9062024-05-03T02:44:00.967Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9072024-05-03T02:44:00.991Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
9082024-05-03T02:44:01.118Z Checking backoff v0.4.0
9092024-05-03T02:44:01.145Z Checking parse-display v0.9.0
9102024-05-03T02:44:01.145Z Checking toml v0.8.12
9112024-05-03T02:44:01.174Z Checking strum v0.26.2
9122024-05-03T02:44:01.198Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9132024-05-03T02:44:01.328Z Checking macaddr v1.0.1
9142024-05-03T02:44:02.638Z Checking foreign-types-shared v0.3.1
9152024-05-03T02:44:02.742Z Checking foreign-types v0.5.0
9162024-05-03T02:44:02.910Z Checking num_enum v0.5.11
9172024-05-03T02:44:03.087Z Checking num-integer v0.1.46
9182024-05-03T02:44:03.133Z Checking cstr-argument v0.1.2
9192024-05-03T02:44:03.282Z Checking pretty-hex v0.2.1
9202024-05-03T02:44:03.307Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
9212024-05-03T02:44:03.366Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
9222024-05-03T02:44:03.518Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
9232024-05-03T02:44:03.583Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
9242024-05-03T02:44:03.614Z Checking colored v2.1.0
9252024-05-03T02:44:04.020Z Checking socket2 v0.4.10
9262024-05-03T02:44:04.146Z Checking base64ct v1.6.0
9272024-05-03T02:44:04.460Z Checking num-iter v0.1.44
9282024-05-03T02:44:04.513Z Checking password-hash v0.5.0
9292024-05-03T02:44:04.879Z Checking blake2 v0.10.6
9302024-05-03T02:44:04.903Z Checking zerocopy v0.6.6
9312024-05-03T02:44:05.116Z Checking hubpack v0.1.2
9322024-05-03T02:44:05.210Z Checking num-complex v0.4.5
9332024-05-03T02:44:05.366Z Checking static_assertions v1.1.0
9342024-05-03T02:44:05.574Z Compiling heapless v0.8.0
9352024-05-03T02:44:05.824Z Checking fixedbitset v0.4.2
9362024-05-03T02:44:05.893Z Checking num v0.4.1
9372024-05-03T02:44:06.045Z Checking petgraph v0.6.4
9382024-05-03T02:44:06.115Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
9392024-05-03T02:44:06.256Z Checking argon2 v0.5.3
9402024-05-03T02:44:06.592Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9412024-05-03T02:44:06.616Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9422024-05-03T02:44:07.833Z Checking utf8parse v0.2.1
9432024-05-03T02:44:07.887Z Checking matches v0.1.10
9442024-05-03T02:44:07.961Z Checking anstyle-parse v0.2.3
9452024-05-03T02:44:07.986Z Checking idna v0.2.3
9462024-05-03T02:44:08.175Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9472024-05-03T02:44:12.664Z Checking steno v0.4.0
9482024-05-03T02:44:12.742Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9492024-05-03T02:44:12.742Z Checking linked-hash-map v0.5.6
9502024-05-03T02:44:12.742Z Checking anstyle-query v1.0.2
9512024-05-03T02:44:12.742Z Checking data-encoding v2.5.0
9522024-05-03T02:44:12.742Z Checking quick-error v1.2.3
9532024-05-03T02:44:12.742Z Checking colorchoice v1.0.0
9542024-05-03T02:44:12.743Z Checking humantime v2.1.0
9552024-05-03T02:44:12.743Z Compiling smoltcp v0.11.0
9562024-05-03T02:44:12.743Z Checking anstyle v1.0.6
9572024-05-03T02:44:12.743Z Checking trust-dns-proto v0.22.0
9582024-05-03T02:44:12.743Z Checking anstream v0.6.13
9592024-05-03T02:44:12.743Z Checking resolv-conf v0.7.0
9602024-05-03T02:44:12.743Z Checking lru-cache v0.1.2
9612024-05-03T02:44:12.743Z Checking strsim v0.11.0
9622024-05-03T02:44:12.743Z Checking clap_lex v0.7.0
9632024-05-03T02:44:12.743Z Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
9642024-05-03T02:44:12.743Z Checking clap_builder v4.5.2
9652024-05-03T02:44:12.743Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
9662024-05-03T02:44:12.743Z Checking parking_lot v0.11.2
9672024-05-03T02:44:12.810Z Checking trust-dns-resolver v0.22.0
9682024-05-03T02:44:12.936Z Checking crossbeam-epoch v0.9.18
9692024-05-03T02:44:12.971Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9702024-05-03T02:44:13.016Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9712024-05-03T02:44:13.374Z Checking fxhash v0.2.1
9722024-05-03T02:44:13.401Z Checking clap v4.5.4
9732024-05-03T02:44:13.502Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
9742024-05-03T02:44:13.852Z Checking sled v0.34.7
9752024-05-03T02:44:13.957Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9762024-05-03T02:44:14.665Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
9772024-05-03T02:44:15.245Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
9782024-05-03T02:44:16.266Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d)
9792024-05-03T02:44:17.459Z Checking half v2.4.0
9802024-05-03T02:44:17.604Z Checking ciborium-io v0.2.2
9812024-05-03T02:44:17.838Z Checking ciborium-ll v0.2.2
9822024-05-03T02:44:18.484Z Checking hash32 v0.3.1
9832024-05-03T02:44:18.579Z Checking stable_deref_trait v1.2.0
9842024-05-03T02:44:19.427Z Checking ciborium v0.2.2
9852024-05-03T02:44:19.742Z Compiling num_enum_derive v0.7.2
9862024-05-03T02:44:20.230Z Checking hashbrown v0.13.2
9872024-05-03T02:44:20.567Z Compiling proc-macro-error-attr v1.0.4
9882024-05-03T02:44:20.713Z Checking cobs v0.2.3
9892024-05-03T02:44:20.845Z Checking managed v0.8.0
9902024-05-03T02:44:20.870Z Checking embedded-io v0.4.0
9912024-05-03T02:44:21.049Z Checking postcard v1.0.8
9922024-05-03T02:44:21.074Z Checking regress v0.6.0
9932024-05-03T02:44:21.241Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
9942024-05-03T02:44:21.640Z Checking tabwriter v1.4.0
9952024-05-03T02:44:21.730Z Compiling proc-macro-error v1.0.4
9962024-05-03T02:44:21.838Z Checking crc8 v0.1.1
9972024-05-03T02:44:21.914Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
9982024-05-03T02:44:22.331Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
9992024-05-03T02:44:23.249Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
10002024-05-03T02:44:23.641Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
10012024-05-03T02:44:23.886Z Checking arc-swap v1.7.1
10022024-05-03T02:44:24.695Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10032024-05-03T02:44:24.785Z Checking slog-scope v4.4.0
10042024-05-03T02:44:24.867Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
10052024-05-03T02:44:25.086Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
10062024-05-03T02:44:26.125Z Checking slog-stdlog v4.1.1
10072024-05-03T02:44:26.272Z Checking num_enum v0.7.2
10082024-05-03T02:44:26.406Z Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
10092024-05-03T02:44:27.008Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
10102024-05-03T02:44:27.283Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
10112024-05-03T02:44:27.470Z Checking diff v0.1.13
10122024-05-03T02:44:27.622Z Checking yansi v0.5.1
10132024-05-03T02:44:27.663Z Checking slog-envlogger v2.2.0
10142024-05-03T02:44:27.889Z Checking pretty_assertions v1.4.0
10152024-05-03T02:44:28.070Z Checking either v1.10.0
10162024-05-03T02:44:28.321Z Checking minimal-lexical v0.2.1
10172024-05-03T02:44:28.395Z Checking itertools v0.12.1
10182024-05-03T02:44:28.741Z Checking nom v7.1.3
10192024-05-03T02:44:30.559Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
10202024-05-03T02:44:30.786Z Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
10212024-05-03T02:44:31.115Z Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1)
10222024-05-03T02:44:31.353Z Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
10232024-05-03T02:44:31.487Z Checking util v0.1.0 (/work/oxidecomputer/maghemite/util)
10242024-05-03T02:44:32.310Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
10252024-05-03T02:44:33.109Z Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
10262024-05-03T02:44:41.895Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
10272024-05-03T02:44:42.430Z Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
10282024-05-03T02:44:43.598Z Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
10292024-05-03T02:44:43.598Z Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
10302024-05-03T02:44:45.362Z Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
10312024-05-03T02:44:45.362Z Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
10322024-05-03T02:44:45.362Z Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
10332024-05-03T02:44:46.353Z Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
10342024-05-03T02:44:47.373Z Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
10352024-05-03T02:44:47.411Z Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
10362024-05-03T02:44:50.222Z Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
10372024-05-03T02:44:59.255Z Finished dev [unoptimized + debuginfo] target(s) in 2m 21s
10382024-05-03T02:44:59.470Z+ banner build
10392024-05-03T02:44:59.496Z
10402024-05-03T02:44:59.496Z ##### # # # # #####
10412024-05-03T02:44:59.496Z # # # # # # # #
10422024-05-03T02:44:59.496Z ##### # # # # # #
10432024-05-03T02:44:59.496Z # # # # # # # #
10442024-05-03T02:44:59.496Z # # # # # # # #
10452024-05-03T02:44:59.496Z ##### #### # ###### #####
10462024-05-03T02:44:59.496Z
10472024-05-03T02:44:59.496Z+ ptime -m cargo build
10482024-05-03T02:45:00.217Z Compiling cfg-if v1.0.0
10492024-05-03T02:45:00.245Z Compiling once_cell v1.19.0
10502024-05-03T02:45:00.245Z Compiling itoa v1.0.10
10512024-05-03T02:45:00.245Z Compiling libc v0.2.153
10522024-05-03T02:45:00.245Z Compiling byteorder v1.5.0
10532024-05-03T02:45:00.275Z Compiling serde v1.0.199
10542024-05-03T02:45:00.275Z Compiling memchr v2.7.1
10552024-05-03T02:45:00.320Z Compiling pin-project-lite v0.2.13
10562024-05-03T02:45:00.320Z Compiling smallvec v1.13.2
10572024-05-03T02:45:00.390Z Compiling scopeguard v1.2.0
10582024-05-03T02:45:00.908Z Compiling ryu v1.0.17
10592024-05-03T02:45:00.908Z Compiling lock_api v0.4.11
10602024-05-03T02:45:00.908Z Compiling zerocopy v0.7.32
10612024-05-03T02:45:00.908Z Compiling log v0.4.21
10622024-05-03T02:45:00.908Z Compiling libm v0.2.8
10632024-05-03T02:45:00.908Z Compiling thiserror v1.0.59
10642024-05-03T02:45:00.908Z Compiling getrandom v0.2.12
10652024-05-03T02:45:00.908Z Compiling parking_lot_core v0.9.9
10662024-05-03T02:45:00.908Z Compiling num_cpus v1.16.0
10672024-05-03T02:45:00.948Z Compiling mio v0.8.11
10682024-05-03T02:45:00.976Z Compiling signal-hook-registry v1.4.1
10692024-05-03T02:45:01.131Z Compiling parking_lot v0.12.1
10702024-05-03T02:45:01.438Z Compiling num-traits v0.2.18
10712024-05-03T02:45:01.695Z Compiling socket2 v0.5.6
10722024-05-03T02:45:01.742Z Compiling allocator-api2 v0.2.16
10732024-05-03T02:45:01.773Z Compiling ahash v0.8.11
10742024-05-03T02:45:01.869Z Compiling futures-core v0.3.30
10752024-05-03T02:45:01.905Z Compiling tracing-core v0.1.32
10762024-05-03T02:45:02.035Z Compiling futures-sink v0.3.30
10772024-05-03T02:45:02.098Z Compiling iana-time-zone v0.1.60
10782024-05-03T02:45:02.155Z Compiling futures-channel v0.3.30
10792024-05-03T02:45:02.181Z Compiling slab v0.4.9
10802024-05-03T02:45:02.366Z Compiling hashbrown v0.14.3
10812024-05-03T02:45:02.401Z Compiling futures-io v0.3.30
10822024-05-03T02:45:02.512Z Compiling tracing v0.1.40
10832024-05-03T02:45:02.547Z Compiling futures-task v0.3.30
10842024-05-03T02:45:02.584Z Compiling equivalent v1.0.1
10852024-05-03T02:45:02.649Z Compiling pin-utils v0.1.0
10862024-05-03T02:45:02.699Z Compiling dyn-clone v1.0.17
10872024-05-03T02:45:02.732Z Compiling futures-util v0.3.30
10882024-05-03T02:45:02.791Z Compiling spin v0.9.8
10892024-05-03T02:45:02.906Z Compiling uuid v0.8.2
10902024-05-03T02:45:02.955Z Compiling untrusted v0.9.0
10912024-05-03T02:45:02.998Z Compiling fnv v1.0.7
10922024-05-03T02:45:03.452Z Compiling ring v0.17.8
10932024-05-03T02:45:03.452Z Compiling slog v2.7.0
10942024-05-03T02:45:03.452Z Compiling tinyvec_macros v0.1.1
10952024-05-03T02:45:03.452Z Compiling unicode-ident v1.0.12
10962024-05-03T02:45:03.452Z Compiling tinyvec v1.6.0
10972024-05-03T02:45:03.452Z Compiling proc-macro2 v1.0.79
10982024-05-03T02:45:03.452Z Compiling percent-encoding v2.3.1
10992024-05-03T02:45:03.535Z Compiling httparse v1.8.0
11002024-05-03T02:45:04.170Z Compiling form_urlencoded v1.2.1
11012024-05-03T02:45:04.171Z Compiling foreign-types-shared v0.1.1
11022024-05-03T02:45:04.171Z Compiling try-lock v0.2.5
11032024-05-03T02:45:04.171Z Compiling quote v1.0.35
11042024-05-03T02:45:04.171Z Compiling unicode-bidi v0.3.15
11052024-05-03T02:45:04.171Z Compiling want v0.3.1
11062024-05-03T02:45:04.369Z Compiling unicode-normalization v0.1.23
11072024-05-03T02:45:04.399Z Compiling syn v2.0.55
11082024-05-03T02:45:04.641Z Compiling foreign-types v0.3.2
11092024-05-03T02:45:04.731Z Compiling openssl-sys v0.9.101
11102024-05-03T02:45:04.927Z Compiling bytes v1.6.0
11112024-05-03T02:45:05.189Z Compiling serde_json v1.0.116
11122024-05-03T02:45:05.239Z Compiling chrono v0.4.38
11132024-05-03T02:45:05.788Z Compiling uuid v1.8.0
11142024-05-03T02:45:05.832Z Compiling tokio v1.37.0
11152024-05-03T02:45:06.024Z Compiling indexmap v2.2.6
11162024-05-03T02:45:06.024Z Compiling http v0.2.12
11172024-05-03T02:45:06.419Z Compiling tower-service v0.3.2
11182024-05-03T02:45:06.516Z Compiling bitflags v2.5.0
11192024-05-03T02:45:06.794Z Compiling httpdate v1.0.3
11202024-05-03T02:45:07.195Z Compiling schemars v0.8.16
11212024-05-03T02:45:07.221Z Compiling openssl v0.10.64
11222024-05-03T02:45:07.599Z Compiling http-body v0.4.6
11232024-05-03T02:45:07.919Z Compiling idna v0.5.0
11242024-05-03T02:45:07.988Z Compiling rustls-webpki v0.101.7
11252024-05-03T02:45:08.211Z Compiling sct v0.7.1
11262024-05-03T02:45:08.447Z Compiling aho-corasick v1.1.3
11272024-05-03T02:45:08.519Z Compiling regex-syntax v0.8.2
11282024-05-03T02:45:09.312Z Compiling unicode-width v0.1.11
11292024-05-03T02:45:09.445Z Compiling openssl-probe v0.1.5
11302024-05-03T02:45:09.700Z Compiling base64 v0.21.7
11312024-05-03T02:45:09.749Z Compiling rustls v0.21.10
11322024-05-03T02:45:10.265Z Compiling url v2.5.0
11332024-05-03T02:45:10.312Z Compiling encoding_rs v0.8.33
11342024-05-03T02:45:11.829Z Compiling regex-automata v0.4.6
11352024-05-03T02:45:13.194Z Compiling tokio-util v0.7.10
11362024-05-03T02:45:13.998Z Compiling h2 v0.3.25
11372024-05-03T02:45:14.204Z Compiling native-tls v0.2.11
11382024-05-03T02:45:14.412Z Compiling ipnet v2.9.0
11392024-05-03T02:45:14.510Z Compiling mime v0.3.17
11402024-05-03T02:45:14.542Z Compiling tokio-native-tls v0.3.1
11412024-05-03T02:45:14.728Z Compiling tokio-rustls v0.24.1
11422024-05-03T02:45:14.757Z Compiling anyhow v1.0.82
11432024-05-03T02:45:15.019Z Compiling regex v1.10.4
11442024-05-03T02:45:15.067Z Compiling serde_urlencoded v0.7.1
11452024-05-03T02:45:15.509Z Compiling rustls-pemfile v1.0.4
11462024-05-03T02:45:15.565Z Compiling regress v0.9.0
11472024-05-03T02:45:15.590Z Compiling sync_wrapper v0.1.2
11482024-05-03T02:45:15.668Z Compiling webpki-roots v0.25.4
11492024-05-03T02:45:15.808Z Compiling heck v0.4.1
11502024-05-03T02:45:15.894Z Compiling typenum v1.17.0
11512024-05-03T02:45:15.970Z Compiling openapiv3 v2.0.0
11522024-05-03T02:45:16.188Z Compiling rand_core v0.6.4
11532024-05-03T02:45:16.581Z Compiling powerfmt v0.2.0
11542024-05-03T02:45:16.930Z Compiling subtle v2.5.0
11552024-05-03T02:45:17.006Z Compiling generic-array v0.14.7
11562024-05-03T02:45:17.162Z Compiling deranged v0.3.11
11572024-05-03T02:45:17.490Z Compiling crossbeam-utils v0.8.19
11582024-05-03T02:45:17.981Z Compiling hyper v0.14.28
11592024-05-03T02:45:18.706Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
11602024-05-03T02:45:18.788Z Compiling getopts v0.2.21
11612024-05-03T02:45:19.513Z Compiling num_threads v0.1.7
11622024-05-03T02:45:19.581Z Compiling time-core v0.1.2
11632024-05-03T02:45:19.639Z Compiling lazy_static v1.4.0
11642024-05-03T02:45:19.674Z Compiling num-conv v0.1.0
11652024-05-03T02:45:19.733Z Compiling dirs-sys-next v0.1.2
11662024-05-03T02:45:19.765Z Compiling ppv-lite86 v0.2.17
11672024-05-03T02:45:19.905Z Compiling time v0.3.34
11682024-05-03T02:45:19.956Z Compiling dirs-next v2.0.0
11692024-05-03T02:45:20.059Z Compiling scroll v0.12.0
11702024-05-03T02:45:20.539Z Compiling crypto-common v0.1.6
11712024-05-03T02:45:20.574Z Compiling block-buffer v0.10.4
11722024-05-03T02:45:20.575Z Compiling thread_local v1.1.8
11732024-05-03T02:45:20.575Z Compiling rand_chacha v0.3.1
11742024-05-03T02:45:20.575Z Compiling plain v0.2.3
11752024-05-03T02:45:20.575Z Compiling ucd-trie v0.1.6
11762024-05-03T02:45:20.575Z Compiling goblin v0.8.0
11772024-05-03T02:45:20.575Z Compiling pest v2.7.8
11782024-05-03T02:45:21.201Z Compiling rand v0.8.5
11792024-05-03T02:45:21.227Z Compiling digest v0.10.7
11802024-05-03T02:45:21.233Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
11812024-05-03T02:45:21.270Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
11822024-05-03T02:45:21.305Z Compiling term v0.7.0
11832024-05-03T02:45:22.077Z Compiling hyper-tls v0.5.0
11842024-05-03T02:45:22.378Z Compiling hyper-rustls v0.24.2
11852024-05-03T02:45:22.662Z Compiling reqwest v0.11.27
11862024-05-03T02:45:22.695Z Compiling crossbeam-channel v0.5.12
11872024-05-03T02:45:22.770Z Compiling is-terminal v0.4.12
11882024-05-03T02:45:22.875Z Compiling take_mut v0.2.2
11892024-05-03T02:45:23.411Z Compiling pretty-hex v0.4.1
11902024-05-03T02:45:23.436Z Compiling rustls-pki-types v1.4.0
11912024-05-03T02:45:23.436Z Compiling match_cfg v0.1.0
11922024-05-03T02:45:23.436Z Compiling hostname v0.3.1
11932024-05-03T02:45:23.665Z Compiling slog-async v2.8.0
11942024-05-03T02:45:23.763Z Compiling slog-term v2.9.1
11952024-05-03T02:45:23.955Z Compiling dtrace-parser v0.2.0
11962024-05-03T02:45:24.696Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
11972024-05-03T02:45:24.722Z Compiling ipnetwork v0.20.0
11982024-05-03T02:45:24.747Z Compiling thread-id v4.2.1
11992024-05-03T02:45:24.827Z Compiling dof v0.3.0
12002024-05-03T02:45:25.094Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
12012024-05-03T02:45:25.248Z Compiling instant v0.1.12
12022024-05-03T02:45:25.375Z Compiling cpufeatures v0.2.12
12032024-05-03T02:45:25.915Z Compiling usdt-impl v0.5.0
12042024-05-03T02:45:25.915Z Compiling rustls-webpki v0.102.2
12052024-05-03T02:45:25.915Z Compiling omicron-workspace-hack v0.1.0
12062024-05-03T02:45:25.915Z Compiling futures-executor v0.3.30
12072024-05-03T02:45:26.102Z Compiling serde_spanned v0.6.5
12082024-05-03T02:45:26.291Z Compiling toml_datetime v0.6.5
12092024-05-03T02:45:26.730Z Compiling memmap v0.7.0
12102024-05-03T02:45:26.823Z Compiling winnow v0.6.5
12112024-05-03T02:45:26.968Z Compiling zeroize v1.7.0
12122024-05-03T02:45:27.025Z Compiling usdt v0.5.0
12132024-05-03T02:45:27.236Z Compiling rustls v0.22.2
12142024-05-03T02:45:27.266Z Compiling futures v0.3.30
12152024-05-03T02:45:27.332Z Compiling slog-json v2.6.1
12162024-05-03T02:45:27.485Z Compiling http v1.1.0
12172024-05-03T02:45:27.665Z Compiling base64 v0.22.0
12182024-05-03T02:45:28.282Z Compiling atomic-waker v1.1.2
12192024-05-03T02:45:28.426Z Compiling waitgroup v0.1.2
12202024-05-03T02:45:28.457Z Compiling async-stream v0.3.5
12212024-05-03T02:45:28.686Z Compiling slog-bunyan v2.5.0
12222024-05-03T02:45:29.163Z Compiling multer v3.0.0
12232024-05-03T02:45:29.163Z Compiling serde_with v3.7.0
12242024-05-03T02:45:29.550Z Compiling toml_edit v0.22.9
12252024-05-03T02:45:30.061Z Compiling camino v1.1.6
12262024-05-03T02:45:30.061Z Compiling sha1 v0.10.6
12272024-05-03T02:45:30.061Z Compiling rustls-pemfile v2.1.1
12282024-05-03T02:45:30.086Z Compiling newtype-uuid v1.0.1
12292024-05-03T02:45:30.197Z Compiling hex v0.4.3
12302024-05-03T02:45:30.339Z Compiling serde_path_to_error v0.1.16
12312024-05-03T02:45:30.609Z Compiling tokio-rustls v0.25.0
12322024-05-03T02:45:30.706Z Compiling debug-ignore v1.0.5
12332024-05-03T02:45:30.835Z Compiling bitflags v1.3.2
12342024-05-03T02:45:30.923Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
12352024-05-03T02:45:30.955Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
12362024-05-03T02:45:31.045Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
12372024-05-03T02:45:31.097Z Compiling strum v0.26.2
12382024-05-03T02:45:31.123Z Compiling parse-display v0.9.0
12392024-05-03T02:45:31.259Z Compiling semver v1.0.22
12402024-05-03T02:45:31.288Z Compiling backoff v0.4.0
12412024-05-03T02:45:31.613Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
12422024-05-03T02:45:31.748Z Compiling macaddr v1.0.1
12432024-05-03T02:45:32.188Z Compiling foreign-types-shared v0.3.1
12442024-05-03T02:45:32.188Z Compiling toml v0.8.12
12452024-05-03T02:45:32.188Z Compiling foreign-types v0.5.0
12462024-05-03T02:45:32.188Z Compiling num_enum v0.5.11
12472024-05-03T02:45:32.188Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
12482024-05-03T02:45:32.273Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12492024-05-03T02:45:32.305Z Compiling num-integer v0.1.46
12502024-05-03T02:45:32.416Z Compiling cstr-argument v0.1.2
12512024-05-03T02:45:32.617Z Compiling pretty-hex v0.2.1
12522024-05-03T02:45:32.762Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
12532024-05-03T02:45:32.917Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
12542024-05-03T02:45:33.246Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
12552024-05-03T02:45:33.398Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12562024-05-03T02:45:33.473Z Compiling colored v2.1.0
12572024-05-03T02:45:33.959Z Compiling socket2 v0.4.10
12582024-05-03T02:45:34.132Z Compiling base64ct v1.6.0
12592024-05-03T02:45:34.465Z Compiling zerocopy v0.6.6
12602024-05-03T02:45:34.617Z Compiling password-hash v0.5.0
12612024-05-03T02:45:34.735Z Compiling hubpack v0.1.2
12622024-05-03T02:45:35.137Z Compiling num-rational v0.4.1
12632024-05-03T02:45:35.171Z Compiling num-iter v0.1.44
12642024-05-03T02:45:35.171Z Compiling blake2 v0.10.6
12652024-05-03T02:45:35.308Z Compiling num-complex v0.4.5
12662024-05-03T02:45:35.593Z Compiling fixedbitset v0.4.2
12672024-05-03T02:45:35.969Z Compiling static_assertions v1.1.0
12682024-05-03T02:45:36.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
12692024-05-03T02:45:36.103Z Compiling num v0.4.1
12702024-05-03T02:45:36.137Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
12712024-05-03T02:45:36.192Z Compiling petgraph v0.6.4
12722024-05-03T02:45:36.222Z Compiling argon2 v0.5.3
12732024-05-03T02:45:36.301Z Compiling newtype_derive v0.1.6
12742024-05-03T02:45:36.379Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
12752024-05-03T02:45:36.406Z Compiling matches v0.1.10
12762024-05-03T02:45:36.497Z Compiling utf8parse v0.2.1
12772024-05-03T02:45:36.574Z Compiling idna v0.2.3
12782024-05-03T02:45:36.652Z Compiling anstyle-parse v0.2.3
12792024-05-03T02:45:36.930Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
12802024-05-03T02:45:37.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d)
12812024-05-03T02:45:37.369Z Compiling humantime v2.1.0
12822024-05-03T02:45:37.814Z Compiling quick-error v1.2.3
12832024-05-03T02:45:37.842Z Compiling data-encoding v2.5.0
12842024-05-03T02:45:37.886Z Compiling colorchoice v1.0.0
12852024-05-03T02:45:37.943Z Compiling anstyle-query v1.0.2
12862024-05-03T02:45:42.168Z Compiling anstyle v1.0.6
12872024-05-03T02:45:42.168Z Compiling linked-hash-map v0.5.6
12882024-05-03T02:45:42.168Z Compiling lru-cache v0.1.2
12892024-05-03T02:45:42.168Z Compiling trust-dns-proto v0.22.0
12902024-05-03T02:45:42.168Z Compiling anstream v0.6.13
12912024-05-03T02:45:42.200Z Compiling steno v0.4.0
12922024-05-03T02:45:42.200Z Compiling resolv-conf v0.7.0
12932024-05-03T02:45:42.201Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
12942024-05-03T02:45:42.201Z Compiling clap_lex v0.7.0
12952024-05-03T02:45:42.201Z Compiling strsim v0.11.0
12962024-05-03T02:45:42.201Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
12972024-05-03T02:45:42.201Z Compiling clap_builder v4.5.2
12982024-05-03T02:45:42.201Z Compiling slog-dtrace v0.3.0
12992024-05-03T02:45:42.201Z Compiling parking_lot_core v0.8.6
13002024-05-03T02:45:42.201Z Compiling parking_lot v0.11.2
13012024-05-03T02:45:42.201Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
13022024-05-03T02:45:42.201Z Compiling crc32fast v1.4.0
13032024-05-03T02:45:42.201Z Compiling trust-dns-resolver v0.22.0
13042024-05-03T02:45:42.201Z Compiling crossbeam-epoch v0.9.18
13052024-05-03T02:45:42.201Z Compiling fxhash v0.2.1
13062024-05-03T02:45:42.201Z Compiling hash32 v0.3.1
13072024-05-03T02:45:42.201Z Compiling sled v0.34.7
13082024-05-03T02:45:42.401Z Compiling stable_deref_trait v1.2.0
13092024-05-03T02:45:42.909Z Compiling heapless v0.8.0
13102024-05-03T02:45:43.364Z Compiling clap v4.5.4
13112024-05-03T02:45:43.465Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
13122024-05-03T02:45:44.762Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
13132024-05-03T02:45:45.129Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
13142024-05-03T02:45:46.548Z Compiling cobs v0.2.3
13152024-05-03T02:45:46.635Z Compiling embedded-io v0.4.0
13162024-05-03T02:45:47.238Z Compiling managed v0.8.0
13172024-05-03T02:45:47.264Z Compiling postcard v1.0.8
13182024-05-03T02:45:47.264Z Compiling tabwriter v1.4.0
13192024-05-03T02:45:47.264Z Compiling smoltcp v0.11.0
13202024-05-03T02:45:47.517Z Compiling hashbrown v0.13.2
13212024-05-03T02:45:47.541Z Compiling half v2.4.0
13222024-05-03T02:45:47.979Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
13232024-05-03T02:45:48.118Z Compiling ciborium-io v0.2.2
13242024-05-03T02:45:48.144Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
13252024-05-03T02:45:48.215Z Compiling ciborium-ll v0.2.2
13262024-05-03T02:45:48.429Z Compiling regress v0.6.0
13272024-05-03T02:45:48.590Z Compiling arc-swap v1.7.1
13282024-05-03T02:45:48.744Z Compiling crc8 v0.1.1
13292024-05-03T02:45:48.861Z Compiling ciborium v0.2.2
13302024-05-03T02:45:49.380Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
13312024-05-03T02:45:49.380Z Compiling slog-scope v4.4.0
13322024-05-03T02:45:49.380Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d)
13332024-05-03T02:45:49.625Z Compiling slog-stdlog v4.1.1
13342024-05-03T02:45:49.953Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
13352024-05-03T02:45:50.064Z Compiling slog-envlogger v2.2.0
13362024-05-03T02:45:50.786Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
13372024-05-03T02:45:51.500Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
13382024-05-03T02:45:51.637Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
13392024-05-03T02:45:51.703Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
13402024-05-03T02:45:51.844Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
13412024-05-03T02:45:51.925Z Compiling either v1.10.0
13422024-05-03T02:45:52.229Z Compiling itertools v0.12.1
13432024-05-03T02:45:52.253Z Compiling num_enum v0.7.2
13442024-05-03T02:45:52.302Z Compiling minimal-lexical v0.2.1
13452024-05-03T02:45:52.377Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
13462024-05-03T02:45:52.718Z Compiling nom v7.1.3
13472024-05-03T02:45:52.744Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
13482024-05-03T02:45:52.864Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
13492024-05-03T02:45:53.399Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
13502024-05-03T02:45:54.613Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
13512024-05-03T02:45:55.228Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1)
13522024-05-03T02:45:55.857Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
13532024-05-03T02:45:56.297Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
13542024-05-03T02:46:06.096Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
13552024-05-03T02:46:16.260Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
13562024-05-03T02:46:17.345Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
13572024-05-03T02:46:18.448Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
13582024-05-03T02:46:18.474Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
13592024-05-03T02:46:21.360Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
13602024-05-03T02:46:21.360Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
13612024-05-03T02:46:21.360Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
13622024-05-03T02:46:22.140Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
13632024-05-03T02:46:25.883Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
13642024-05-03T02:46:39.371Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
13652024-05-03T02:46:39.371Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
13662024-05-03T02:47:08.102Z Finished dev [unoptimized + debuginfo] target(s) in 2m 08s
13672024-05-03T02:47:08.167Z
13682024-05-03T02:47:08.167Zreal 2:08.672385595
13692024-05-03T02:47:08.167Zuser 9:40.150819242
13702024-05-03T02:47:08.167Zsys 2:12.048478711
13712024-05-03T02:47:08.167Ztrap 0.293940456
13722024-05-03T02:47:08.167Ztflt 0.085950013
13732024-05-03T02:47:08.167Zdflt 0.964797807
13742024-05-03T02:47:08.167Zkflt 0.000235874
13752024-05-03T02:47:08.167Zlock 20:31.932944656
13762024-05-03T02:47:08.168Zslp 30:28.004165135
13772024-05-03T02:47:08.168Zlat 18.036589125
13782024-05-03T02:47:08.168Zstop 18.306722990
13792024-05-03T02:47:08.193Z+ ptime -m cargo build --release
13802024-05-03T02:47:08.797Z Compiling proc-macro2 v1.0.79
13812024-05-03T02:47:08.797Z Compiling unicode-ident v1.0.12
13822024-05-03T02:47:08.797Z Compiling libc v0.2.153
13832024-05-03T02:47:08.822Z Compiling version_check v0.9.4
13842024-05-03T02:47:08.822Z Compiling cfg-if v1.0.0
13852024-05-03T02:47:08.822Z Compiling autocfg v1.1.0
13862024-05-03T02:47:08.822Z Compiling serde v1.0.199
13872024-05-03T02:47:08.822Z Compiling syn v1.0.109
13882024-05-03T02:47:08.943Z Compiling thiserror v1.0.59
13892024-05-03T02:47:08.971Z Compiling serde_json v1.0.116
13902024-05-03T02:47:09.328Z Compiling once_cell v1.19.0
13912024-05-03T02:47:09.376Z Compiling ahash v0.8.11
13922024-05-03T02:47:09.400Z Compiling itoa v1.0.10
13932024-05-03T02:47:09.400Z Compiling byteorder v1.5.0
13942024-05-03T02:47:09.424Z Compiling memchr v2.7.1
13952024-05-03T02:47:09.762Z Compiling pin-project-lite v0.2.13
13962024-05-03T02:47:09.786Z Compiling lock_api v0.4.11
13972024-05-03T02:47:09.832Z Compiling smallvec v1.13.2
13982024-05-03T02:47:09.879Z Compiling scopeguard v1.2.0
13992024-05-03T02:47:10.155Z Compiling getrandom v0.2.12
14002024-05-03T02:47:10.263Z Compiling quote v1.0.35
14012024-05-03T02:47:10.289Z Compiling ryu v1.0.17
14022024-05-03T02:47:10.478Z Compiling cc v1.0.90
14032024-05-03T02:47:10.551Z Compiling libm v0.2.8
14042024-05-03T02:47:10.771Z Compiling syn v2.0.55
14052024-05-03T02:47:10.827Z Compiling parking_lot_core v0.9.9
14062024-05-03T02:47:10.901Z Compiling num-traits v0.2.18
14072024-05-03T02:47:11.001Z Compiling log v0.4.21
14082024-05-03T02:47:11.454Z Compiling allocator-api2 v0.2.16
14092024-05-03T02:47:12.044Z Compiling parking_lot v0.12.1
14102024-05-03T02:47:12.125Z Compiling mio v0.8.11
14112024-05-03T02:47:12.149Z Compiling socket2 v0.5.6
14122024-05-03T02:47:12.713Z Compiling signal-hook-registry v1.4.1
14132024-05-03T02:47:13.542Z Compiling num_cpus v1.16.0
14142024-05-03T02:47:13.789Z Compiling futures-core v0.3.30
14152024-05-03T02:47:14.010Z Compiling tracing-core v0.1.32
14162024-05-03T02:47:14.035Z Compiling slab v0.4.9
14172024-05-03T02:47:14.060Z Compiling heck v0.4.1
14182024-05-03T02:47:14.086Z Compiling equivalent v1.0.1
14192024-05-03T02:47:14.161Z Compiling futures-sink v0.3.30
14202024-05-03T02:47:14.185Z Compiling ring v0.17.8
14212024-05-03T02:47:14.308Z Compiling iana-time-zone v0.1.60
14222024-05-03T02:47:14.370Z Compiling futures-channel v0.3.30
14232024-05-03T02:47:14.452Z Compiling pin-utils v0.1.0
14242024-05-03T02:47:14.540Z Compiling schemars v0.8.16
14252024-05-03T02:47:14.769Z Compiling futures-io v0.3.30
14262024-05-03T02:47:14.865Z Compiling futures-task v0.3.30
14272024-05-03T02:47:15.311Z Compiling dyn-clone v1.0.17
14282024-05-03T02:47:15.336Z Compiling uuid v0.8.2
14292024-05-03T02:47:15.336Z Compiling spin v0.9.8
14302024-05-03T02:47:15.336Z Compiling fnv v1.0.7
14312024-05-03T02:47:15.336Z Compiling slog v2.7.0
14322024-05-03T02:47:15.336Z Compiling serde_derive_internals v0.26.0
14332024-05-03T02:47:15.440Z Compiling untrusted v0.9.0
14342024-05-03T02:47:15.588Z Compiling pkg-config v0.3.30
14352024-05-03T02:47:15.612Z Compiling vcpkg v0.2.15
14362024-05-03T02:47:16.623Z Compiling httparse v1.8.0
14372024-05-03T02:47:16.677Z Compiling tinyvec_macros v0.1.1
14382024-05-03T02:47:16.975Z Compiling openssl-sys v0.9.101
14392024-05-03T02:47:17.019Z Compiling tinyvec v1.6.0
14402024-05-03T02:47:17.065Z Compiling percent-encoding v2.3.1
14412024-05-03T02:47:17.829Z Compiling form_urlencoded v1.2.1
14422024-05-03T02:47:18.271Z Compiling unicode-normalization v0.1.23
14432024-05-03T02:47:18.646Z Compiling chrono v0.4.38
14442024-05-03T02:47:19.149Z Compiling try-lock v0.2.5
14452024-05-03T02:47:19.288Z Compiling unicode-bidi v0.3.15
14462024-05-03T02:47:19.312Z Compiling foreign-types-shared v0.1.1
14472024-05-03T02:47:19.336Z Compiling openssl v0.10.64
14482024-05-03T02:47:19.583Z Compiling uuid v1.8.0
14492024-05-03T02:47:19.735Z Compiling foreign-types v0.3.2
14502024-05-03T02:47:19.832Z Compiling want v0.3.1
14512024-05-03T02:47:19.894Z Compiling schemars_derive v0.8.16
14522024-05-03T02:47:20.298Z Compiling bitflags v2.5.0
14532024-05-03T02:47:20.565Z Compiling serde_derive v1.0.199
14542024-05-03T02:47:20.626Z Compiling zerocopy-derive v0.7.32
14552024-05-03T02:47:21.014Z Compiling thiserror-impl v1.0.59
14562024-05-03T02:47:21.279Z Compiling tokio-macros v2.2.0
14572024-05-03T02:47:21.874Z Compiling tracing-attributes v0.1.27
14582024-05-03T02:47:22.409Z Compiling zerocopy v0.7.32
14592024-05-03T02:47:22.662Z Compiling futures-macro v0.3.30
14602024-05-03T02:47:23.650Z Compiling openssl-macros v0.1.1
14612024-05-03T02:47:24.084Z Compiling hashbrown v0.14.3
14622024-05-03T02:47:24.318Z Compiling native-tls v0.2.11
14632024-05-03T02:47:24.343Z Compiling futures-util v0.3.30
14642024-05-03T02:47:24.619Z Compiling tracing v0.1.40
14652024-05-03T02:47:24.657Z Compiling rustls v0.21.10
14662024-05-03T02:47:25.026Z Compiling httpdate v1.0.3
14672024-05-03T02:47:25.285Z Compiling regress v0.9.0
14682024-05-03T02:47:25.635Z Compiling tower-service v0.3.2
14692024-05-03T02:47:25.697Z Compiling rustls-webpki v0.101.7
14702024-05-03T02:47:25.733Z Compiling sct v0.7.1
14712024-05-03T02:47:26.119Z Compiling idna v0.5.0
14722024-05-03T02:47:28.903Z Compiling aho-corasick v1.1.3
14732024-05-03T02:47:29.317Z Compiling regex-syntax v0.8.2
14742024-05-03T02:47:30.191Z Compiling unicode-width v0.1.11
14752024-05-03T02:47:30.335Z Compiling ucd-trie v0.1.6
14762024-05-03T02:47:30.746Z Compiling base64 v0.21.7
14772024-05-03T02:47:31.674Z Compiling bytes v1.6.0
14782024-05-03T02:47:32.437Z Compiling tokio v1.37.0
14792024-05-03T02:47:33.633Z Compiling indexmap v2.2.6
14802024-05-03T02:47:38.158Z Compiling serde_tokenstream v0.2.0
14812024-05-03T02:47:38.571Z Compiling http v0.2.12
14822024-05-03T02:47:40.225Z Compiling tokio-util v0.7.10
14832024-05-03T02:47:41.240Z Compiling h2 v0.3.25
14842024-05-03T02:47:41.972Z Compiling http-body v0.4.6
14852024-05-03T02:47:42.048Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
14862024-05-03T02:47:42.369Z Compiling anyhow v1.0.82
14872024-05-03T02:47:42.510Z Compiling openssl-probe v0.1.5
14882024-05-03T02:47:43.010Z Compiling regex-automata v0.4.6
14892024-05-03T02:47:43.819Z Compiling pest v2.7.8
14902024-05-03T02:47:45.922Z Compiling hyper v0.14.28
14912024-05-03T02:47:47.044Z Compiling url v2.5.0
14922024-05-03T02:47:50.715Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
14932024-05-03T02:47:52.920Z Compiling encoding_rs v0.8.33
14942024-05-03T02:47:53.566Z Compiling ipnet v2.9.0
14952024-05-03T02:47:54.334Z Compiling mime v0.3.17
14962024-05-03T02:47:55.226Z Compiling tokio-rustls v0.24.1
14972024-05-03T02:47:55.565Z Compiling regex v1.10.4
14982024-05-03T02:47:56.344Z Compiling pest_meta v2.7.8
14992024-05-03T02:47:57.691Z Compiling tokio-native-tls v0.3.1
15002024-05-03T02:47:58.191Z Compiling serde_urlencoded v0.7.1
15012024-05-03T02:47:58.655Z Compiling typenum v1.17.0
15022024-05-03T02:47:59.137Z Compiling hyper-tls v0.5.0
15032024-05-03T02:47:59.213Z Compiling pest_generator v2.7.8
15042024-05-03T02:47:59.471Z Compiling hyper-rustls v0.24.2
15052024-05-03T02:47:59.508Z Compiling rustls-pemfile v1.0.4
15062024-05-03T02:47:59.762Z Compiling generic-array v0.14.7
15072024-05-03T02:48:00.082Z Compiling strsim v0.10.0
15082024-05-03T02:48:00.585Z Compiling sync_wrapper v0.1.2
15092024-05-03T02:48:00.609Z Compiling ident_case v1.0.1
15102024-05-03T02:48:00.748Z Compiling crossbeam-utils v0.8.19
15112024-05-03T02:48:01.128Z Compiling webpki-roots v0.25.4
15122024-05-03T02:48:01.267Z Compiling reqwest v0.11.27
15132024-05-03T02:48:01.622Z Compiling getopts v0.2.21
15142024-05-03T02:48:02.074Z Compiling darling_core v0.20.8
15152024-05-03T02:48:02.312Z Compiling pest_derive v2.7.8
15162024-05-03T02:48:04.215Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
15172024-05-03T02:48:04.327Z Compiling openapiv3 v2.0.0
15182024-05-03T02:48:06.472Z Compiling rand_core v0.6.4
15192024-05-03T02:48:06.748Z Compiling subtle v2.5.0
15202024-05-03T02:48:06.868Z Compiling unsafe-libyaml v0.2.11
15212024-05-03T02:48:06.991Z Compiling time-core v0.1.2
15222024-05-03T02:48:07.131Z Compiling powerfmt v0.2.0
15232024-05-03T02:48:07.536Z Compiling omicron-workspace-hack v0.1.0
15242024-05-03T02:48:07.828Z Compiling num-conv v0.1.0
15252024-05-03T02:48:08.055Z Compiling time-macros v0.2.17
15262024-05-03T02:48:08.183Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
15272024-05-03T02:48:08.285Z Compiling serde_yaml v0.9.34+deprecated
15282024-05-03T02:48:08.913Z Compiling deranged v0.3.11
15292024-05-03T02:48:10.430Z Compiling darling_macro v0.20.8
15302024-05-03T02:48:12.084Z Compiling num_threads v0.1.7
15312024-05-03T02:48:12.405Z Compiling lazy_static v1.4.0
15322024-05-03T02:48:12.528Z Compiling time v0.3.34
15332024-05-03T02:48:13.163Z Compiling darling v0.20.8
15342024-05-03T02:48:13.261Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
15352024-05-03T02:48:13.385Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
15362024-05-03T02:48:13.450Z Compiling scroll_derive v0.12.0
15372024-05-03T02:48:13.475Z Compiling dirs-sys-next v0.1.2
15382024-05-03T02:48:14.406Z Compiling usdt-impl v0.5.0
15392024-05-03T02:48:14.639Z Compiling ppv-lite86 v0.2.17
15402024-05-03T02:48:14.690Z Compiling rustversion v1.0.14
15412024-05-03T02:48:14.916Z Compiling scroll v0.12.0
15422024-05-03T02:48:15.297Z Compiling rand_chacha v0.3.1
15432024-05-03T02:48:15.326Z Compiling dirs-next v2.0.0
15442024-05-03T02:48:15.426Z Compiling thread-id v4.2.1
15452024-05-03T02:48:15.523Z Compiling crypto-common v0.1.6
15462024-05-03T02:48:15.551Z Compiling block-buffer v0.10.4
15472024-05-03T02:48:15.702Z Compiling dtrace-parser v0.2.0
15482024-05-03T02:48:15.745Z Compiling dof v0.3.0
15492024-05-03T02:48:16.458Z Compiling thread_local v1.1.8
15502024-05-03T02:48:17.014Z Compiling plain v0.2.3
15512024-05-03T02:48:17.152Z Compiling slog-async v2.8.0
15522024-05-03T02:48:17.176Z Compiling async-trait v0.1.79
15532024-05-03T02:48:17.633Z Compiling goblin v0.8.0
15542024-05-03T02:48:18.948Z Compiling digest v0.10.7
15552024-05-03T02:48:19.333Z Compiling rand v0.8.5
15562024-05-03T02:48:19.763Z Compiling term v0.7.0
15572024-05-03T02:48:20.852Z Compiling crossbeam-channel v0.5.12
15582024-05-03T02:48:21.558Z Compiling is-terminal v0.4.12
15592024-05-03T02:48:22.012Z Compiling take_mut v0.2.2
15602024-05-03T02:48:22.140Z Compiling match_cfg v0.1.0
15612024-05-03T02:48:22.197Z Compiling pretty-hex v0.4.1
15622024-05-03T02:48:22.229Z Compiling rustls-pki-types v1.4.0
15632024-05-03T02:48:23.311Z Compiling hostname v0.3.1
15642024-05-03T02:48:23.771Z Compiling slog-term v2.9.1
15652024-05-03T02:48:28.060Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
15662024-05-03T02:48:28.104Z Compiling ipnetwork v0.20.0
15672024-05-03T02:48:28.104Z Compiling instant v0.1.12
15682024-05-03T02:48:28.104Z Compiling cpufeatures v0.2.12
15692024-05-03T02:48:28.104Z Compiling rustls v0.22.2
15702024-05-03T02:48:28.105Z Compiling toml_datetime v0.6.5
15712024-05-03T02:48:28.105Z Compiling winnow v0.5.40
15722024-05-03T02:48:29.512Z Compiling rustls-webpki v0.102.2
15732024-05-03T02:48:29.756Z Compiling usdt-attr-macro v0.5.0
15742024-05-03T02:48:30.893Z Compiling toml_edit v0.19.15
15752024-05-03T02:48:31.455Z Compiling usdt-macro v0.5.0
15762024-05-03T02:48:32.712Z Compiling serde_spanned v0.6.5
15772024-05-03T02:48:32.916Z Compiling futures-executor v0.3.30
15782024-05-03T02:48:33.032Z Compiling structmeta-derive v0.3.0
15792024-05-03T02:48:33.900Z Compiling memmap v0.7.0
15802024-05-03T02:48:34.265Z Compiling multer v3.0.0
15812024-05-03T02:48:34.549Z Compiling winnow v0.6.5
15822024-05-03T02:48:35.166Z Compiling paste v1.0.14
15832024-05-03T02:48:35.461Z Compiling zeroize v1.7.0
15842024-05-03T02:48:35.580Z Compiling camino v1.1.6
15852024-05-03T02:48:35.847Z Compiling structmeta v0.3.0
15862024-05-03T02:48:35.975Z Compiling usdt v0.5.0
15872024-05-03T02:48:36.158Z Compiling futures v0.3.30
15882024-05-03T02:48:36.183Z Compiling proc-macro-crate v1.3.1
15892024-05-03T02:48:36.346Z Compiling slog-json v2.6.1
15902024-05-03T02:48:36.536Z Compiling serde_with_macros v3.7.0
15912024-05-03T02:48:36.783Z Compiling http v1.1.0
15922024-05-03T02:48:36.892Z Compiling async-stream-impl v0.3.5
15932024-05-03T02:48:37.253Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
15942024-05-03T02:48:37.573Z Compiling toml_edit v0.22.9
15952024-05-03T02:48:37.862Z Compiling semver v1.0.22
15962024-05-03T02:48:38.024Z Compiling atomic-waker v1.1.2
15972024-05-03T02:48:38.217Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15982024-05-03T02:48:38.299Z Compiling base64 v0.22.0
15992024-05-03T02:48:38.833Z Compiling serde_with v3.7.0
16002024-05-03T02:48:39.174Z Compiling waitgroup v0.1.2
16012024-05-03T02:48:39.380Z Compiling tokio-rustls v0.25.0
16022024-05-03T02:48:39.736Z Compiling async-stream v0.3.5
16032024-05-03T02:48:40.094Z Compiling slog-bunyan v2.5.0
16042024-05-03T02:48:40.304Z Compiling toml v0.8.12
16052024-05-03T02:48:40.616Z Compiling parse-display-derive v0.9.0
16062024-05-03T02:48:42.365Z Compiling sha1 v0.10.6
16072024-05-03T02:48:43.029Z Compiling rustls-pemfile v2.1.1
16082024-05-03T02:48:43.130Z Compiling strum_macros v0.26.2
16092024-05-03T02:48:43.173Z Compiling newtype-uuid v1.0.1
16102024-05-03T02:48:43.452Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
16112024-05-03T02:48:43.663Z Compiling hex v0.4.3
16122024-05-03T02:48:43.835Z Compiling serde_path_to_error v0.1.16
16132024-05-03T02:48:44.221Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16142024-05-03T02:48:44.623Z Compiling bitflags v1.3.2
16152024-05-03T02:48:44.717Z Compiling debug-ignore v1.0.5
16162024-05-03T02:48:44.850Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16172024-05-03T02:48:44.943Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16182024-05-03T02:48:45.018Z Compiling parse-display v0.9.0
16192024-05-03T02:48:45.123Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16202024-05-03T02:48:46.349Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16212024-05-03T02:48:46.639Z Compiling backoff v0.4.0
16222024-05-03T02:48:46.678Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
16232024-05-03T02:48:46.769Z Compiling strum v0.26.2
16242024-05-03T02:48:46.939Z Compiling macaddr v1.0.1
16252024-05-03T02:48:46.965Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16262024-05-03T02:48:47.105Z Compiling num_enum_derive v0.5.11
16272024-05-03T02:48:47.263Z Compiling foreign-types-macros v0.2.3
16282024-05-03T02:48:47.459Z Compiling semver v0.1.20
16292024-05-03T02:48:47.909Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16302024-05-03T02:48:48.212Z Compiling foreign-types-shared v0.3.1
16312024-05-03T02:48:48.321Z Compiling foreign-types v0.5.0
16322024-05-03T02:48:48.348Z Compiling rustc_version v0.1.7
16332024-05-03T02:48:48.697Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16342024-05-03T02:48:48.762Z Compiling num-integer v0.1.46
16352024-05-03T02:48:48.789Z Compiling cstr-argument v0.1.2
16362024-05-03T02:48:48.999Z Compiling num-rational v0.4.1
16372024-05-03T02:48:49.125Z Compiling num_enum v0.5.11
16382024-05-03T02:48:49.286Z Compiling pretty-hex v0.2.1
16392024-05-03T02:48:49.469Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16402024-05-03T02:48:49.582Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16412024-05-03T02:48:49.639Z Compiling newtype_derive v0.1.6
16422024-05-03T02:48:49.663Z Compiling colored v2.1.0
16432024-05-03T02:48:49.803Z Compiling zerocopy-derive v0.6.6
16442024-05-03T02:48:49.993Z Compiling hubpack_derive v0.1.1
16452024-05-03T02:48:50.361Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16462024-05-03T02:48:50.758Z Compiling socket2 v0.4.10
16472024-05-03T02:48:50.785Z Compiling base64ct v1.6.0
16482024-05-03T02:48:51.350Z Compiling password-hash v0.5.0
16492024-05-03T02:48:51.518Z Compiling zerocopy v0.6.6
16502024-05-03T02:48:52.131Z Compiling hubpack v0.1.2
16512024-05-03T02:48:52.549Z Compiling num-iter v0.1.44
16522024-05-03T02:48:52.710Z Compiling strum_macros v0.25.3
16532024-05-03T02:48:53.235Z Compiling blake2 v0.10.6
16542024-05-03T02:48:54.236Z Compiling serde_repr v0.1.19
16552024-05-03T02:48:54.272Z Compiling num-complex v0.4.5
16562024-05-03T02:48:55.220Z Compiling fixedbitset v0.4.2
16572024-05-03T02:48:55.273Z Compiling static_assertions v1.1.0
16582024-05-03T02:48:55.363Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d)
16592024-05-03T02:48:55.676Z Compiling petgraph v0.6.4
16602024-05-03T02:48:55.774Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16612024-05-03T02:48:55.871Z Compiling num v0.4.1
16622024-05-03T02:48:55.961Z Compiling argon2 v0.5.3
16632024-05-03T02:48:58.093Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16642024-05-03T02:48:59.033Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16652024-05-03T02:48:59.294Z Compiling matches v0.1.10
16662024-05-03T02:48:59.389Z Compiling utf8parse v0.2.1
16672024-05-03T02:48:59.522Z Compiling anstyle-parse v0.2.3
16682024-05-03T02:48:59.546Z Compiling idna v0.2.3
16692024-05-03T02:48:59.801Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16702024-05-03T02:48:59.865Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16712024-05-03T02:49:01.223Z Compiling steno v0.4.0
16722024-05-03T02:49:01.527Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16732024-05-03T02:49:02.216Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16742024-05-03T02:49:03.581Z Compiling enum-as-inner v0.5.1
16752024-05-03T02:49:04.461Z Compiling slog-dtrace v0.3.0
16762024-05-03T02:49:05.177Z Compiling linked-hash-map v0.5.6
16772024-05-03T02:49:05.202Z Compiling anstyle v1.0.6
16782024-05-03T02:49:05.560Z Compiling anstyle-query v1.0.2
16792024-05-03T02:49:05.698Z Compiling parking_lot_core v0.8.6
16802024-05-03T02:49:06.100Z Compiling quick-error v1.2.3
16812024-05-03T02:49:06.230Z Compiling data-encoding v2.5.0
16822024-05-03T02:49:08.602Z Compiling humantime v2.1.0
16832024-05-03T02:49:08.983Z Compiling colorchoice v1.0.0
16842024-05-03T02:49:09.138Z Compiling anstream v0.6.13
16852024-05-03T02:49:09.263Z Compiling trust-dns-proto v0.22.0
16862024-05-03T02:49:10.009Z Compiling resolv-conf v0.7.0
16872024-05-03T02:49:11.296Z Compiling lru-cache v0.1.2
16882024-05-03T02:49:11.557Z Compiling num-derive v0.3.3
16892024-05-03T02:49:11.582Z Compiling crc32fast v1.4.0
16902024-05-03T02:49:12.004Z Compiling strsim v0.11.0
16912024-05-03T02:49:12.155Z Compiling clap_lex v0.7.0
16922024-05-03T02:49:12.777Z Compiling heck v0.5.0
16932024-05-03T02:49:13.132Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
16942024-05-03T02:49:13.332Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
16952024-05-03T02:49:13.523Z Compiling clap_derive v4.5.4
16962024-05-03T02:49:13.662Z Compiling trust-dns-resolver v0.22.0
16972024-05-03T02:49:16.952Z Compiling clap_builder v4.5.2
16982024-05-03T02:49:20.173Z Compiling clap v4.5.4
16992024-05-03T02:49:20.253Z Compiling parking_lot v0.11.2
17002024-05-03T02:49:20.698Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17012024-05-03T02:49:22.217Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
17022024-05-03T02:49:23.365Z Compiling crossbeam-epoch v0.9.18
17032024-05-03T02:49:23.505Z Compiling fxhash v0.2.1
17042024-05-03T02:49:23.689Z Compiling heapless v0.8.0
17052024-05-03T02:49:24.380Z Compiling sled v0.34.7
17062024-05-03T02:49:24.424Z Compiling hash32 v0.3.1
17072024-05-03T02:49:24.643Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17082024-05-03T02:49:24.759Z Compiling smoltcp v0.11.0
17092024-05-03T02:49:25.309Z Compiling stable_deref_trait v1.2.0
17102024-05-03T02:49:26.362Z Compiling cobs v0.2.3
17112024-05-03T02:49:26.742Z Compiling embedded-io v0.4.0
17122024-05-03T02:49:26.930Z Compiling managed v0.8.0
17132024-05-03T02:49:31.139Z Compiling postcard v1.0.8
17142024-05-03T02:49:31.895Z Compiling tabwriter v1.4.0
17152024-05-03T02:49:32.533Z Compiling hashbrown v0.13.2
17162024-05-03T02:49:33.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
17172024-05-03T02:49:33.804Z Compiling half v2.4.0
17182024-05-03T02:49:33.878Z Compiling ciborium-io v0.2.2
17192024-05-03T02:49:33.992Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
17202024-05-03T02:49:34.119Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
17212024-05-03T02:49:34.398Z Compiling ciborium-ll v0.2.2
17222024-05-03T02:49:34.862Z Compiling regress v0.6.0
17232024-05-03T02:49:36.813Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17242024-05-03T02:49:37.227Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
17252024-05-03T02:49:37.954Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17262024-05-03T02:49:42.037Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
17272024-05-03T02:49:42.921Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
17282024-05-03T02:49:43.022Z Compiling proc-macro-error-attr v1.0.4
17292024-05-03T02:49:43.350Z Compiling arc-swap v1.7.1
17302024-05-03T02:49:43.734Z Compiling crc8 v0.1.1
17312024-05-03T02:49:43.940Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#1d75565d)
17322024-05-03T02:49:43.965Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#c2a9f29f)
17332024-05-03T02:49:44.295Z Compiling slog-scope v4.4.0
17342024-05-03T02:49:45.361Z Compiling ciborium v0.2.2
17352024-05-03T02:49:47.129Z Compiling proc-macro-error v1.0.4
17362024-05-03T02:49:47.212Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17372024-05-03T02:49:47.553Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
17382024-05-03T02:49:47.582Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
17392024-05-03T02:49:49.861Z Compiling slog-stdlog v4.1.1
17402024-05-03T02:49:51.123Z Compiling slog-envlogger v2.2.0
17412024-05-03T02:49:51.796Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#4cc823b5)
17422024-05-03T02:49:52.516Z Compiling num_enum_derive v0.7.2
17432024-05-03T02:49:53.355Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17442024-05-03T02:49:59.295Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
17452024-05-03T02:49:59.368Z Compiling either v1.10.0
17462024-05-03T02:49:59.368Z Compiling num_enum v0.7.2
17472024-05-03T02:49:59.368Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17482024-05-03T02:49:59.368Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17492024-05-03T02:49:59.368Z Compiling itertools v0.12.1
17502024-05-03T02:49:59.368Z Compiling minimal-lexical v0.2.1
17512024-05-03T02:49:59.368Z Compiling nom v7.1.3
17522024-05-03T02:49:59.368Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
17532024-05-03T02:49:59.368Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
17542024-05-03T02:49:59.807Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
17552024-05-03T02:50:00.066Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#e69694a1)
17562024-05-03T02:50:00.904Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
17572024-05-03T02:50:02.258Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
17582024-05-03T02:50:02.571Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
17592024-05-03T02:50:02.666Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
17602024-05-03T02:50:06.304Z Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify)
17612024-05-03T02:50:14.292Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
17622024-05-03T02:50:15.715Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
17632024-05-03T02:50:37.139Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17642024-05-03T02:50:37.139Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17652024-05-03T02:50:56.243Z Finished release [optimized] target(s) in 3m 48s
17662024-05-03T02:50:56.302Z
17672024-05-03T02:50:56.302Zreal 3:48.116650309
17682024-05-03T02:50:56.302Zuser 27:01.481872169
17692024-05-03T02:50:56.303Zsys 2:19.937469959
17702024-05-03T02:50:56.303Ztrap 0.828591555
17712024-05-03T02:50:56.303Ztflt 0.747536482
17722024-05-03T02:50:56.303Zdflt 0.415080377
17732024-05-03T02:50:56.303Zkflt 0.027211505
17742024-05-03T02:50:56.303Zlock 1:04:29.050374284
17752024-05-03T02:50:56.327Zslp 1:14:39.632381945
17762024-05-03T02:50:56.327Zlat 1:13.088261370
17772024-05-03T02:50:56.327Zstop 44.585730779
17782024-05-03T02:50:56.327Z+ for x in debug release
17792024-05-03T02:50:56.327Z+ mkdir -p /work/debug
17802024-05-03T02:50:56.327Z+ cp target/debug/ddmd /work/debug/ddmd
17812024-05-03T02:50:56.634Z+ cp target/debug/ddmadm /work/debug/ddmadm
17822024-05-03T02:50:56.862Z+ for x in debug release
17832024-05-03T02:50:56.862Z+ mkdir -p /work/release
17842024-05-03T02:50:56.891Z+ cp target/release/ddmd /work/release/ddmd
17852024-05-03T02:50:57.387Z+ cp target/release/ddmadm /work/release/ddmadm
17862024-05-03T02:50:57.387Zprocess exited: duration 511787 ms, exit code 0
 
17872024-05-03T02:50:57.898Zfound 4 output files
17882024-05-03T02:50:57.898Zuploading: /work/debug/ddmadm (296470552 bytes)
17892024-05-03T02:53:12.392Zuploaded: /work/debug/ddmadm
17902024-05-03T02:53:12.422Zuploading: /work/debug/ddmd (387613944 bytes)
17912024-05-03T02:55:42.363Zuploaded: /work/debug/ddmd
17922024-05-03T02:55:42.363Zuploading: /work/release/ddmadm (18749256 bytes)
17932024-05-03T02:55:50.717Zuploaded: /work/release/ddmadm
17942024-05-03T02:55:50.717Zuploading: /work/release/ddmd (42503560 bytes)
17952024-05-03T02:56:02.340Zuploaded: /work/release/ddmd