|
|
|
| 1 | 2024-01-23T20:47:18.683Z | job assigned to worker 01HMW14BTRJ4YVX667EBBATNB9 (queued for 1 m 52 s) |
| |
| 2 | 2024-01-23T20:47:19.294Z | starting task 0: "setup" |
| 3 | 2024-01-23T20:47:19.398Z | ++ uname -s |
| 4 | 2024-01-23T20:47:19.402Z | + kern=SunOS |
| 5 | 2024-01-23T20:47:19.402Z | + case "$kern" in |
| 6 | 2024-01-23T20:47:19.402Z | + groupadd -g 12345 build |
| 7 | 2024-01-23T20:47:19.405Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-01-23T20:47:21.522Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-01-23T20:47:21.676Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-01-23T20:47:21.703Z | + home_fs=zfs |
| 11 | 2024-01-23T20:47:21.703Z | + [[ zfs == autofs ]] |
| 12 | 2024-01-23T20:47:21.703Z | + mkdir -p /home/build |
| 13 | 2024-01-23T20:47:21.703Z | + chown build:build /home/build /work |
| 14 | 2024-01-23T20:47:23.676Z | + chmod 0700 /home/build /work |
| 15 | 2024-01-23T20:47:23.681Z | process exited: duration 4386 ms, exit code 0 |
| |
| 16 | 2024-01-23T20:47:23.692Z | starting task 1: "rust-toolchain" |
| 17 | 2024-01-23T20:47:23.706Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-01-23T20:47:23.709Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 19 | 2024-01-23T20:47:23.935Z | info: downloading installer |
| 20 | 2024-01-23T20:47:25.823Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-01-23T20:47:25.824Z | warning: /opt/ooce/bin |
| 22 | 2024-01-23T20:47:25.824Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-01-23T20:47:25.824Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-01-23T20:47:25.824Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-01-23T20:47:25.824Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-01-23T20:47:25.824Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-01-23T20:47:25.824Z | error: cannot install while Rust is installed |
| 28 | 2024-01-23T20:47:25.824Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-01-23T20:47:26.135Z | info: profile set to 'default' |
| 30 | 2024-01-23T20:47:26.135Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-01-23T20:47:26.149Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 32 | 2024-01-23T20:47:26.304Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
| 33 | 2024-01-23T20:47:26.304Z | info: downloading component 'cargo' |
| 34 | 2024-01-23T20:47:26.979Z | info: downloading component 'clippy' |
| 35 | 2024-01-23T20:47:27.200Z | info: downloading component 'rust-docs' |
| 36 | 2024-01-23T20:47:28.133Z | info: downloading component 'rust-std' |
| 37 | 2024-01-23T20:47:29.425Z | info: downloading component 'rustc' |
| 38 | 2024-01-23T20:47:33.088Z | info: downloading component 'rustfmt' |
| 39 | 2024-01-23T20:47:33.326Z | info: installing component 'cargo' |
| 40 | 2024-01-23T20:47:34.964Z | info: installing component 'clippy' |
| 41 | 2024-01-23T20:47:35.723Z | info: installing component 'rust-docs' |
| 42 | 2024-01-23T20:47:38.693Z | info: installing component 'rust-std' |
| 43 | 2024-01-23T20:47:42.330Z | info: installing component 'rustc' |
| 44 | 2024-01-23T20:47:51.636Z | info: installing component 'rustfmt' |
| 45 | 2024-01-23T20:47:52.098Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 46 | 2024-01-23T20:47:52.098Z | |
| 47 | 2024-01-23T20:47:52.244Z | stable-x86_64-unknown-illumos installed - rustc 1.75.0 (82e1608df 2023-12-21) |
| 48 | 2024-01-23T20:47:52.244Z | |
| 49 | 2024-01-23T20:47:52.244Z | |
| 50 | 2024-01-23T20:47:52.244Z | Rust is installed now. Great! |
| 51 | 2024-01-23T20:47:52.244Z | |
| 52 | 2024-01-23T20:47:52.247Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-01-23T20:47:52.248Z | environment variable. This has not been done automatically. |
| 54 | 2024-01-23T20:47:52.248Z | |
| 55 | 2024-01-23T20:47:52.248Z | To configure your current shell, run: |
| 56 | 2024-01-23T20:47:52.248Z | source "$HOME/.cargo/env" |
| 57 | 2024-01-23T20:47:52.357Z | + rustc --version |
| 58 | 2024-01-23T20:47:52.477Z | rustc 1.75.0 (82e1608df 2023-12-21) |
| 59 | 2024-01-23T20:47:52.483Z | process exited: duration 28792 ms, exit code 0 |
| |
| 60 | 2024-01-23T20:47:52.490Z | starting task 2: "authentication" |
| 61 | 2024-01-23T20:47:52.524Z | process exited: duration 33 ms, exit code 0 |
| |
| 62 | 2024-01-23T20:47:52.532Z | starting task 3: "clone repository" |
| 63 | 2024-01-23T20:47:52.540Z | + mkdir -p /work/oxidecomputer/maghemite |
| 64 | 2024-01-23T20:47:52.544Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 65 | 2024-01-23T20:47:52.748Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 66 | 2024-01-23T20:47:53.824Z | + cd /work/oxidecomputer/maghemite |
| 67 | 2024-01-23T20:47:53.824Z | + [[ -n ddm-tunnel ]] |
| 68 | 2024-01-23T20:47:53.850Z | + git fetch origin ddm-tunnel |
| 69 | 2024-01-23T20:47:54.149Z | From https://github.com/oxidecomputer/maghemite |
| 70 | 2024-01-23T20:47:54.149Z | * branch ddm-tunnel -> FETCH_HEAD |
| 71 | 2024-01-23T20:47:54.162Z | + git checkout -B ddm-tunnel remotes/origin/ddm-tunnel |
| 72 | 2024-01-23T20:47:54.178Z | Switched to a new branch 'ddm-tunnel' |
| 73 | 2024-01-23T20:47:54.181Z | branch 'ddm-tunnel' set up to track 'origin/ddm-tunnel'. |
| 74 | 2024-01-23T20:47:54.181Z | + git reset --hard 8898819d05861f22d5ee9e438b1199e1377f9a41 |
| 75 | 2024-01-23T20:47:54.202Z | HEAD is now at 8898819 opte -> main branch |
| 76 | 2024-01-23T20:47:54.213Z | process exited: duration 1660 ms, exit code 0 |
| |
| 77 | 2024-01-23T20:47:54.222Z | starting task 4: "build" |
| 78 | 2024-01-23T20:47:54.232Z | + cargo --version |
| 79 | 2024-01-23T20:47:54.239Z | info: syncing channel updates for '1.75.0-x86_64-unknown-illumos' |
| 80 | 2024-01-23T20:47:54.436Z | info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) |
| 81 | 2024-01-23T20:47:54.466Z | info: downloading component 'cargo' |
| 82 | 2024-01-23T20:47:55.099Z | info: downloading component 'clippy' |
| 83 | 2024-01-23T20:47:55.323Z | info: downloading component 'rust-docs' |
| 84 | 2024-01-23T20:47:56.214Z | info: downloading component 'rust-std' |
| 85 | 2024-01-23T20:47:57.564Z | info: downloading component 'rustc' |
| 86 | 2024-01-23T20:48:01.257Z | info: downloading component 'rustfmt' |
| 87 | 2024-01-23T20:48:01.462Z | info: installing component 'cargo' |
| 88 | 2024-01-23T20:48:02.754Z | info: installing component 'clippy' |
| 89 | 2024-01-23T20:48:03.225Z | info: installing component 'rust-docs' |
| 90 | 2024-01-23T20:48:06.198Z | info: installing component 'rust-std' |
| 91 | 2024-01-23T20:48:08.687Z | info: installing component 'rustc' |
| 92 | 2024-01-23T20:48:15.181Z | info: installing component 'rustfmt' |
| 93 | 2024-01-23T20:48:15.777Z | cargo 1.75.0 (1d8b05cdd 2023-11-20) |
| 94 | 2024-01-23T20:48:15.782Z | + rustc --version |
| 95 | 2024-01-23T20:48:15.904Z | rustc 1.75.0 (82e1608df 2023-12-21) |
| 96 | 2024-01-23T20:48:15.912Z | + banner check |
| 97 | 2024-01-23T20:48:15.953Z | |
| 98 | 2024-01-23T20:48:15.953Z | #### # # ###### #### # # |
| 99 | 2024-01-23T20:48:15.953Z | # # # # # # # # # |
| 100 | 2024-01-23T20:48:15.953Z | # ###### ##### # #### |
| 101 | 2024-01-23T20:48:15.954Z | # # # # # # # |
| 102 | 2024-01-23T20:48:15.954Z | # # # # # # # # # |
| 103 | 2024-01-23T20:48:15.954Z | #### # # ###### #### # # |
| 104 | 2024-01-23T20:48:15.954Z | |
| 105 | 2024-01-23T20:48:15.958Z | + cargo fmt -- --check |
| 106 | 2024-01-23T20:48:17.064Z | + cargo clippy --all-targets -- --deny warnings |
| 107 | 2024-01-23T20:48:17.199Z | Updating crates.io index |
| 108 | 2024-01-23T20:48:17.231Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 109 | 2024-01-23T20:48:18.108Z | From https://github.com/oxidecomputer/falcon |
| 110 | 2024-01-23T20:48:18.108Z | * [new ref] a223368cbb036279b3ddc1c803ce5a0219440204 -> refs/commit/a223368cbb036279b3ddc1c803ce5a0219440204 |
| 111 | 2024-01-23T20:48:18.287Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 112 | 2024-01-23T20:48:20.156Z | From https://github.com/oxidecomputer/dendrite |
| 113 | 2024-01-23T20:48:20.156Z | * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589 |
| 114 | 2024-01-23T20:48:20.160Z | * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates |
| 115 | 2024-01-23T20:48:20.160Z | * [new branch] compliance -> origin/compliance |
| 116 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/dropshot-29ae98d -> origin/dependabot/cargo/dropshot-29ae98d |
| 117 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/internal-dns-030adce -> origin/dependabot/cargo/internal-dns-030adce |
| 118 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/nexus-client-030adce -> origin/dependabot/cargo/nexus-client-030adce |
| 119 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/omicron-common-030adce -> origin/dependabot/cargo/omicron-common-030adce |
| 120 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/oximeter-030adce -> origin/dependabot/cargo/oximeter-030adce |
| 121 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/oximeter-producer-030adce -> origin/dependabot/cargo/oximeter-producer-030adce |
| 122 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/progenitor-2d3b9d0 -> origin/dependabot/cargo/progenitor-2d3b9d0 |
| 123 | 2024-01-23T20:48:20.160Z | * [new branch] dependabot/cargo/propolis-a13ebb9 -> origin/dependabot/cargo/propolis-a13ebb9 |
| 124 | 2024-01-23T20:48:20.161Z | * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf |
| 125 | 2024-01-23T20:48:20.161Z | * [new branch] helios2 -> origin/helios2 |
| 126 | 2024-01-23T20:48:20.161Z | * [new branch] main -> origin/main |
| 127 | 2024-01-23T20:48:20.161Z | * [new branch] map-all-the-things -> origin/map-all-the-things |
| 128 | 2024-01-23T20:48:20.161Z | * [new branch] nat_rpw -> origin/nat_rpw |
| 129 | 2024-01-23T20:48:20.161Z | * [new branch] nexthop-counters -> origin/nexthop-counters |
| 130 | 2024-01-23T20:48:20.161Z | * [new branch] port-id -> origin/port-id |
| 131 | 2024-01-23T20:48:20.161Z | * [new branch] reflection-tests -> origin/reflection-tests |
| 132 | 2024-01-23T20:48:20.165Z | * [new branch] rust-toolchain -> origin/rust-toolchain |
| 133 | 2024-01-23T20:48:20.165Z | * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support |
| 134 | 2024-01-23T20:48:20.165Z | * [new branch] split-sff-access-too -> origin/split-sff-access-too |
| 135 | 2024-01-23T20:48:20.165Z | * [new branch] updates -> origin/updates |
| 136 | 2024-01-23T20:48:20.165Z | * [new ref] -> origin/HEAD |
| 137 | 2024-01-23T20:48:20.231Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 138 | 2024-01-23T20:48:21.081Z | From https://github.com/oxidecomputer/dropshot |
| 139 | 2024-01-23T20:48:21.081Z | * [new ref] 29ae98d1f909c6832661408a4c03f929e8afa6e9 -> refs/commit/29ae98d1f909c6832661408a4c03f929e8afa6e9 |
| 140 | 2024-01-23T20:48:21.147Z | * [new tag] v0.3.0 -> v0.3.0 |
| 141 | 2024-01-23T20:48:21.147Z | * [new tag] v0.4.0 -> v0.4.0 |
| 142 | 2024-01-23T20:48:21.153Z | * [new tag] v0.5.0 -> v0.5.0 |
| 143 | 2024-01-23T20:48:21.153Z | * [new tag] v0.5.1 -> v0.5.1 |
| 144 | 2024-01-23T20:48:21.153Z | * [new tag] v0.6.0 -> v0.6.0 |
| 145 | 2024-01-23T20:48:21.153Z | * [new tag] v0.7.0 -> v0.7.0 |
| 146 | 2024-01-23T20:48:21.153Z | * [new tag] v0.8.0 -> v0.8.0 |
| 147 | 2024-01-23T20:48:21.153Z | * [new tag] v0.9.0 -> v0.9.0 |
| 148 | 2024-01-23T20:48:21.173Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 149 | 2024-01-23T20:48:21.848Z | From https://github.com/oxidecomputer/ispf |
| 150 | 2024-01-23T20:48:21.848Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 151 | 2024-01-23T20:48:21.872Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 152 | 2024-01-23T20:48:22.429Z | From https://github.com/oxidecomputer/netadm-sys |
| 153 | 2024-01-23T20:48:22.429Z | * [new ref] d44d9e084f39e844f8083d4d9b39a331061ebbcc -> refs/commit/d44d9e084f39e844f8083d4d9b39a331061ebbcc |
| 154 | 2024-01-23T20:48:22.445Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 155 | 2024-01-23T20:48:23.433Z | From https://github.com/oxidecomputer/opte |
| 156 | 2024-01-23T20:48:23.433Z | * [new ref] 1d29ef60a18179babfb44f0f7a3c2fe71034a2c1 -> refs/commit/1d29ef60a18179babfb44f0f7a3c2fe71034a2c1 |
| 157 | 2024-01-23T20:48:23.514Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 158 | 2024-01-23T20:48:24.205Z | From https://github.com/oxidecomputer/zone |
| 159 | 2024-01-23T20:48:24.206Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
| 160 | 2024-01-23T20:48:24.220Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 161 | 2024-01-23T20:48:25.271Z | From https://github.com/oxidecomputer/propolis |
| 162 | 2024-01-23T20:48:25.272Z | * [new ref] a13ebb9a982661b1e2592a3a736b621bf2264e3d -> refs/commit/a13ebb9a982661b1e2592a3a736b621bf2264e3d |
| 163 | 2024-01-23T20:48:25.389Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 164 | 2024-01-23T20:48:29.087Z | From https://github.com/oxidecomputer/omicron |
| 165 | 2024-01-23T20:48:29.087Z | * [new ref] 030adce411fe37c9e2d3c70ee5a6cdbdfd49f3f9 -> refs/commit/030adce411fe37c9e2d3c70ee5a6cdbdfd49f3f9 |
| 166 | 2024-01-23T20:48:29.569Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 167 | 2024-01-23T20:48:30.218Z | From https://github.com/oxidecomputer/dlpi-sys |
| 168 | 2024-01-23T20:48:30.218Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
| 169 | 2024-01-23T20:48:30.235Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 170 | 2024-01-23T20:48:30.703Z | From https://github.com/jmesmon/rust-libzfs |
| 171 | 2024-01-23T20:48:30.703Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 172 | 2024-01-23T20:48:30.728Z | * [new tag] v0.4.0 -> v0.4.0 |
| 173 | 2024-01-23T20:48:30.753Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 174 | 2024-01-23T20:48:31.309Z | From https://github.com/oxidecomputer/rusty-doors |
| 175 | 2024-01-23T20:48:31.309Z | * [new ref] 42ad0104095425eea76934b5d735b4c6a438ef66 -> refs/commit/42ad0104095425eea76934b5d735b4c6a438ef66 |
| 176 | 2024-01-23T20:48:31.346Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 177 | 2024-01-23T20:48:31.827Z | From https://github.com/oxidecomputer/poptrie |
| 178 | 2024-01-23T20:48:31.828Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
| 179 | 2024-01-23T20:48:31.971Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 180 | 2024-01-23T20:48:32.241Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
| 181 | 2024-01-23T20:48:33.288Z | From http://github.com/oxidecomputer/serde_human_bytes |
| 182 | 2024-01-23T20:48:33.289Z | * [new branch] gh-pages -> origin/gh-pages |
| 183 | 2024-01-23T20:48:33.315Z | * [new branch] main -> origin/main |
| 184 | 2024-01-23T20:48:33.316Z | * [new branch] renovate/configure -> origin/renovate/configure |
| 185 | 2024-01-23T20:48:33.316Z | * [new ref] -> origin/HEAD |
| 186 | 2024-01-23T20:48:33.316Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 187 | 2024-01-23T20:48:33.349Z | From https://github.com/oxidecomputer/rfb |
| 188 | 2024-01-23T20:48:33.349Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
| 189 | 2024-01-23T20:48:33.355Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
| 190 | 2024-01-23T20:48:33.355Z | * [new branch] main -> origin/main |
| 191 | 2024-01-23T20:48:33.355Z | * [new ref] -> origin/HEAD |
| 192 | 2024-01-23T20:48:34.162Z | Downloading crates ... |
| 193 | 2024-01-23T20:48:34.400Z | Downloaded atty v0.2.14 |
| 194 | 2024-01-23T20:48:34.410Z | Downloaded anstyle-query v1.0.2 |
| 195 | 2024-01-23T20:48:34.411Z | Downloaded block-buffer v0.10.4 |
| 196 | 2024-01-23T20:48:34.411Z | Downloaded clap_derive v4.4.7 |
| 197 | 2024-01-23T20:48:34.420Z | Downloaded cpufeatures v0.2.12 |
| 198 | 2024-01-23T20:48:34.420Z | Downloaded cstr-argument v0.1.2 |
| 199 | 2024-01-23T20:48:34.430Z | Downloaded defmt-parser v0.3.3 |
| 200 | 2024-01-23T20:48:34.430Z | Downloaded foreign-types-shared v0.1.1 |
| 201 | 2024-01-23T20:48:34.430Z | Downloaded darling_macro v0.20.3 |
| 202 | 2024-01-23T20:48:34.438Z | Downloaded clap_builder v4.4.18 |
| 203 | 2024-01-23T20:48:34.447Z | Downloaded foreign-types v0.5.0 |
| 204 | 2024-01-23T20:48:34.456Z | Downloaded embedded-io v0.4.0 |
| 205 | 2024-01-23T20:48:34.472Z | Downloaded colorchoice v1.0.0 |
| 206 | 2024-01-23T20:48:34.483Z | Downloaded futures-macro v0.3.30 |
| 207 | 2024-01-23T20:48:34.488Z | Downloaded futures-task v0.3.30 |
| 208 | 2024-01-23T20:48:34.488Z | Downloaded byteorder v1.5.0 |
| 209 | 2024-01-23T20:48:34.491Z | Downloaded foreign-types-shared v0.3.1 |
| 210 | 2024-01-23T20:48:34.495Z | Downloaded futures-core v0.3.30 |
| 211 | 2024-01-23T20:48:34.498Z | Downloaded crypto-common v0.1.6 |
| 212 | 2024-01-23T20:48:34.502Z | Downloaded autocfg v1.1.0 |
| 213 | 2024-01-23T20:48:34.502Z | Downloaded anstyle v1.0.4 |
| 214 | 2024-01-23T20:48:34.509Z | Downloaded tower-service v0.3.2 |
| 215 | 2024-01-23T20:48:34.515Z | Downloaded take_mut v0.2.2 |
| 216 | 2024-01-23T20:48:34.516Z | Downloaded ident_case v1.0.1 |
| 217 | 2024-01-23T20:48:34.523Z | Downloaded async-stream v0.3.5 |
| 218 | 2024-01-23T20:48:34.524Z | Downloaded futures-channel v0.3.30 |
| 219 | 2024-01-23T20:48:34.529Z | Downloaded omicron-workspace-hack v0.1.0 |
| 220 | 2024-01-23T20:48:34.530Z | Downloaded time-core v0.1.2 |
| 221 | 2024-01-23T20:48:34.543Z | Downloaded num_threads v0.1.6 |
| 222 | 2024-01-23T20:48:34.543Z | Downloaded try-lock v0.2.5 |
| 223 | 2024-01-23T20:48:34.549Z | Downloaded rustls-pemfile v1.0.4 |
| 224 | 2024-01-23T20:48:34.549Z | Downloaded fxhash v0.2.1 |
| 225 | 2024-01-23T20:48:34.549Z | Downloaded match_cfg v0.1.0 |
| 226 | 2024-01-23T20:48:34.549Z | Downloaded pin-project-lite v0.2.13 |
| 227 | 2024-01-23T20:48:34.558Z | Downloaded instant v0.1.12 |
| 228 | 2024-01-23T20:48:34.568Z | Downloaded macaddr v1.0.1 |
| 229 | 2024-01-23T20:48:34.576Z | Downloaded unicode-xid v0.2.4 |
| 230 | 2024-01-23T20:48:34.576Z | Downloaded typify-macro v0.0.14 |
| 231 | 2024-01-23T20:48:34.576Z | Downloaded rustls-webpki v0.101.7 |
| 232 | 2024-01-23T20:48:34.602Z | Downloaded dtrace-parser v0.1.14 |
| 233 | 2024-01-23T20:48:34.606Z | Downloaded serde_path_to_error v0.1.15 |
| 234 | 2024-01-23T20:48:34.610Z | Downloaded phf_shared v0.11.2 |
| 235 | 2024-01-23T20:48:34.616Z | Downloaded parse-display v0.8.2 |
| 236 | 2024-01-23T20:48:34.616Z | Downloaded humantime v2.1.0 |
| 237 | 2024-01-23T20:48:34.626Z | Downloaded tinyvec_macros v0.1.1 |
| 238 | 2024-01-23T20:48:34.626Z | Downloaded utf8parse v0.2.1 |
| 239 | 2024-01-23T20:48:34.626Z | Downloaded tinyvec v1.6.0 |
| 240 | 2024-01-23T20:48:34.630Z | Downloaded usdt-attr-macro v0.3.5 |
| 241 | 2024-01-23T20:48:34.630Z | Downloaded scopeguard v1.2.0 |
| 242 | 2024-01-23T20:48:34.645Z | Downloaded waitgroup v0.1.2 |
| 243 | 2024-01-23T20:48:34.645Z | Downloaded unicode-width v0.1.11 |
| 244 | 2024-01-23T20:48:34.665Z | Downloaded serde_derive_internals v0.26.0 |
| 245 | 2024-01-23T20:48:34.666Z | Downloaded ryu v1.0.16 |
| 246 | 2024-01-23T20:48:34.666Z | Downloaded pretty-hex v0.2.1 |
| 247 | 2024-01-23T20:48:34.666Z | Downloaded num_enum v0.5.11 |
| 248 | 2024-01-23T20:48:34.676Z | Downloaded strum v0.25.0 |
| 249 | 2024-01-23T20:48:34.676Z | Downloaded futures-sink v0.3.30 |
| 250 | 2024-01-23T20:48:34.676Z | Downloaded toml_datetime v0.6.5 |
| 251 | 2024-01-23T20:48:34.676Z | Downloaded pin-utils v0.1.0 |
| 252 | 2024-01-23T20:48:34.676Z | Downloaded tokio-native-tls v0.3.1 |
| 253 | 2024-01-23T20:48:34.677Z | Downloaded cobs v0.2.3 |
| 254 | 2024-01-23T20:48:34.677Z | Downloaded proc-macro-error-attr v1.0.4 |
| 255 | 2024-01-23T20:48:34.717Z | Downloaded synstructure v0.12.6 |
| 256 | 2024-01-23T20:48:34.717Z | Downloaded dof v0.1.5 |
| 257 | 2024-01-23T20:48:34.717Z | Downloaded pkg-config v0.3.29 |
| 258 | 2024-01-23T20:48:34.722Z | Downloaded iana-time-zone v0.1.59 |
| 259 | 2024-01-23T20:48:34.723Z | Downloaded http-body v0.4.6 |
| 260 | 2024-01-23T20:48:34.723Z | Downloaded hmac v0.12.1 |
| 261 | 2024-01-23T20:48:34.723Z | Downloaded unicode-ident v1.0.12 |
| 262 | 2024-01-23T20:48:34.723Z | Downloaded proc-macro-crate v1.3.1 |
| 263 | 2024-01-23T20:48:34.723Z | Downloaded num_enum_derive v0.5.11 |
| 264 | 2024-01-23T20:48:34.723Z | Downloaded md-5 v0.10.6 |
| 265 | 2024-01-23T20:48:34.723Z | Downloaded zerocopy-derive v0.7.32 |
| 266 | 2024-01-23T20:48:34.723Z | Downloaded time-macros v0.2.16 |
| 267 | 2024-01-23T20:48:34.732Z | Downloaded num-complex v0.4.4 |
| 268 | 2024-01-23T20:48:34.737Z | Downloaded proc-macro-error v1.0.4 |
| 269 | 2024-01-23T20:48:34.737Z | Downloaded toml v0.8.8 |
| 270 | 2024-01-23T20:48:34.742Z | Downloaded term v0.7.0 |
| 271 | 2024-01-23T20:48:34.750Z | Downloaded num-integer v0.1.45 |
| 272 | 2024-01-23T20:48:34.755Z | Downloaded proc-macro2 v1.0.78 |
| 273 | 2024-01-23T20:48:34.759Z | Downloaded unicode-bidi v0.3.15 |
| 274 | 2024-01-23T20:48:34.765Z | Downloaded uuid v0.8.2 |
| 275 | 2024-01-23T20:48:34.772Z | Downloaded tracing v0.1.40 |
| 276 | 2024-01-23T20:48:34.863Z | Downloaded darling_core v0.20.3 |
| 277 | 2024-01-23T20:48:34.872Z | Downloaded serde_derive v1.0.195 |
| 278 | 2024-01-23T20:48:34.872Z | Downloaded rand v0.8.5 |
| 279 | 2024-01-23T20:48:34.872Z | Downloaded http v1.0.0 |
| 280 | 2024-01-23T20:48:34.872Z | Downloaded memchr v2.7.1 |
| 281 | 2024-01-23T20:48:34.873Z | Downloaded time v0.3.31 |
| 282 | 2024-01-23T20:48:34.874Z | Downloaded tokio-util v0.7.10 |
| 283 | 2024-01-23T20:48:34.874Z | Downloaded rustls-webpki v0.102.1 |
| 284 | 2024-01-23T20:48:34.886Z | Downloaded reqwest v0.11.23 |
| 285 | 2024-01-23T20:48:34.901Z | Downloaded libm v0.2.8 |
| 286 | 2024-01-23T20:48:34.921Z | Downloaded vcpkg v0.2.15 |
| 287 | 2024-01-23T20:48:34.991Z | Downloaded itertools v0.12.0 |
| 288 | 2024-01-23T20:48:35.003Z | Downloaded winnow v0.5.34 |
| 289 | 2024-01-23T20:48:35.026Z | Downloaded regress v0.7.1 |
| 290 | 2024-01-23T20:48:35.039Z | Downloaded rustls v0.22.2 |
| 291 | 2024-01-23T20:48:35.066Z | Downloaded openapiv3 v2.0.0 |
| 292 | 2024-01-23T20:48:35.090Z | Downloaded hyper v0.14.28 |
| 293 | 2024-01-23T20:48:35.143Z | Downloaded regex-automata v0.4.4 |
| 294 | 2024-01-23T20:48:35.159Z | Downloaded openssl v0.10.63 |
| 295 | 2024-01-23T20:48:35.159Z | Downloaded tokio v1.35.1 |
| 296 | 2024-01-23T20:48:35.222Z | Downloaded regex v1.10.3 |
| 297 | 2024-01-23T20:48:35.241Z | Downloaded smoltcp v0.11.0 |
| 298 | 2024-01-23T20:48:35.266Z | Downloaded regex-syntax v0.8.2 |
| 299 | 2024-01-23T20:48:35.282Z | Downloaded regex-syntax v0.7.5 |
| 300 | 2024-01-23T20:48:35.303Z | Downloaded sled v0.34.7 |
| 301 | 2024-01-23T20:48:35.315Z | Downloaded zerocopy-derive v0.2.0 |
| 302 | 2024-01-23T20:48:35.335Z | Downloaded finl_unicode v1.2.0 |
| 303 | 2024-01-23T20:48:35.362Z | Downloaded openapiv3 v1.0.4 |
| 304 | 2024-01-23T20:48:35.381Z | Downloaded progenitor-impl v0.4.1 |
| 305 | 2024-01-23T20:48:35.399Z | Downloaded rustls v0.21.10 |
| 306 | 2024-01-23T20:48:35.427Z | Downloaded regress v0.6.0 |
| 307 | 2024-01-23T20:48:35.849Z | Downloaded idna v0.5.0 |
| 308 | 2024-01-23T20:48:35.856Z | Downloaded libc v0.2.152 |
| 309 | 2024-01-23T20:48:35.857Z | Downloaded encoding_rs v0.8.33 |
| 310 | 2024-01-23T20:48:35.857Z | Downloaded syn v2.0.48 |
| 311 | 2024-01-23T20:48:35.857Z | Downloaded typify-impl v0.0.14 |
| 312 | 2024-01-23T20:48:35.857Z | Downloaded zerocopy v0.7.32 |
| 313 | 2024-01-23T20:48:35.857Z | Downloaded webpki-roots v0.25.3 |
| 314 | 2024-01-23T20:48:35.857Z | Downloaded syn v1.0.109 |
| 315 | 2024-01-23T20:48:35.857Z | Downloaded unicode-normalization v0.1.22 |
| 316 | 2024-01-23T20:48:35.857Z | Downloaded h2 v0.3.24 |
| 317 | 2024-01-23T20:48:35.857Z | Downloaded futures-util v0.3.30 |
| 318 | 2024-01-23T20:48:35.857Z | Downloaded hashbrown v0.14.3 |
| 319 | 2024-01-23T20:48:35.857Z | Downloaded toml_edit v0.21.0 |
| 320 | 2024-01-23T20:48:35.857Z | Downloaded serde_with v3.5.0 |
| 321 | 2024-01-23T20:48:35.858Z | Downloaded chrono v0.4.32 |
| 322 | 2024-01-23T20:48:35.858Z | Downloaded pretty_assertions v1.4.0 |
| 323 | 2024-01-23T20:48:35.858Z | Downloaded aho-corasick v1.1.2 |
| 324 | 2024-01-23T20:48:35.858Z | Downloaded ring v0.17.7 |
| 325 | 2024-01-23T20:48:35.932Z | Downloaded num-traits v0.2.17 |
| 326 | 2024-01-23T20:48:36.371Z | Downloaded pest v2.7.6 |
| 327 | 2024-01-23T20:48:36.371Z | Downloaded mio v0.8.10 |
| 328 | 2024-01-23T20:48:36.371Z | Downloaded hashbrown v0.13.2 |
| 329 | 2024-01-23T20:48:36.371Z | Downloaded nom v7.1.3 |
| 330 | 2024-01-23T20:48:36.383Z | Downloaded hashbrown v0.12.3 |
| 331 | 2024-01-23T20:48:36.384Z | Downloaded parking_lot v0.12.1 |
| 332 | 2024-01-23T20:48:36.384Z | Downloaded indexmap v1.9.3 |
| 333 | 2024-01-23T20:48:36.384Z | Downloaded once_cell v1.19.0 |
| 334 | 2024-01-23T20:48:36.384Z | Downloaded postcard v1.0.8 |
| 335 | 2024-01-23T20:48:36.384Z | Downloaded serde_json v1.0.111 |
| 336 | 2024-01-23T20:48:36.384Z | Downloaded progenitor v0.4.1 |
| 337 | 2024-01-23T20:48:36.384Z | Downloaded num-rational v0.4.1 |
| 338 | 2024-01-23T20:48:36.384Z | Downloaded indexmap v2.1.0 |
| 339 | 2024-01-23T20:48:36.384Z | Downloaded untrusted v0.9.0 |
| 340 | 2024-01-23T20:48:36.384Z | Downloaded http v0.2.11 |
| 341 | 2024-01-23T20:48:36.384Z | Downloaded hyper-rustls v0.24.2 |
| 342 | 2024-01-23T20:48:36.384Z | Downloaded pest_meta v2.7.6 |
| 343 | 2024-01-23T20:48:36.384Z | Downloaded lock_api v0.4.11 |
| 344 | 2024-01-23T20:48:36.384Z | Downloaded quote v1.0.35 |
| 345 | 2024-01-23T20:48:36.384Z | Downloaded ipnet v2.9.0 |
| 346 | 2024-01-23T20:48:36.384Z | Downloaded serde_yaml v0.9.30 |
| 347 | 2024-01-23T20:48:36.384Z | Downloaded minimal-lexical v0.2.1 |
| 348 | 2024-01-23T20:48:36.384Z | Downloaded multer v3.0.0 |
| 349 | 2024-01-23T20:48:36.384Z | Downloaded rand_core v0.6.4 |
| 350 | 2024-01-23T20:48:36.384Z | Downloaded uuid v1.7.0 |
| 351 | 2024-01-23T20:48:36.384Z | Downloaded tokio-rustls v0.25.0 |
| 352 | 2024-01-23T20:48:36.385Z | Downloaded openssl-sys v0.9.99 |
| 353 | 2024-01-23T20:48:36.385Z | Downloaded native-tls v0.2.11 |
| 354 | 2024-01-23T20:48:36.385Z | Downloaded toml_edit v0.19.15 |
| 355 | 2024-01-23T20:48:36.385Z | Downloaded pest_generator v2.7.6 |
| 356 | 2024-01-23T20:48:36.385Z | Downloaded parse-display-derive v0.8.2 |
| 357 | 2024-01-23T20:48:36.385Z | Downloaded postgres-types v0.2.6 |
| 358 | 2024-01-23T20:48:36.385Z | Downloaded arc-swap v1.6.0 |
| 359 | 2024-01-23T20:48:36.385Z | Downloaded tokio-rustls v0.24.1 |
| 360 | 2024-01-23T20:48:36.385Z | Downloaded url v2.5.0 |
| 361 | 2024-01-23T20:48:36.385Z | Downloaded ucd-trie v0.1.6 |
| 362 | 2024-01-23T20:48:36.385Z | Downloaded unsafe-libyaml v0.2.10 |
| 363 | 2024-01-23T20:48:36.385Z | Downloaded ppv-lite86 v0.2.17 |
| 364 | 2024-01-23T20:48:36.385Z | Downloaded postgres-protocol v0.6.6 |
| 365 | 2024-01-23T20:48:36.385Z | Downloaded log v0.4.20 |
| 366 | 2024-01-23T20:48:36.385Z | Downloaded socket2 v0.4.10 |
| 367 | 2024-01-23T20:48:36.385Z | Downloaded parking_lot_core v0.8.6 |
| 368 | 2024-01-23T20:48:36.385Z | Downloaded socket2 v0.5.5 |
| 369 | 2024-01-23T20:48:36.385Z | Downloaded num-iter v0.1.43 |
| 370 | 2024-01-23T20:48:36.385Z | Downloaded mime v0.3.17 |
| 371 | 2024-01-23T20:48:36.385Z | Downloaded hyper-tls v0.5.0 |
| 372 | 2024-01-23T20:48:36.385Z | Downloaded num v0.4.1 |
| 373 | 2024-01-23T20:48:36.385Z | Downloaded proc-macro-crate v3.1.0 |
| 374 | 2024-01-23T20:48:36.385Z | Downloaded heapless v0.8.0 |
| 375 | 2024-01-23T20:48:36.386Z | Downloaded crossbeam-channel v0.5.11 |
| 376 | 2024-01-23T20:48:36.386Z | Downloaded serde v1.0.195 |
| 377 | 2024-01-23T20:48:36.386Z | Downloaded cc v1.0.83 |
| 378 | 2024-01-23T20:48:36.386Z | Downloaded semver v1.0.21 |
| 379 | 2024-01-23T20:48:36.386Z | Downloaded parking_lot v0.11.2 |
| 380 | 2024-01-23T20:48:36.386Z | Downloaded sct v0.7.1 |
| 381 | 2024-01-23T20:48:36.386Z | Downloaded parking_lot_core v0.9.9 |
| 382 | 2024-01-23T20:48:36.387Z | Downloaded rand_chacha v0.3.1 |
| 383 | 2024-01-23T20:48:36.387Z | Downloaded powerfmt v0.2.0 |
| 384 | 2024-01-23T20:48:36.387Z | Downloaded ipnetwork v0.20.0 |
| 385 | 2024-01-23T20:48:36.387Z | Downloaded whoami v1.4.1 |
| 386 | 2024-01-23T20:48:36.387Z | Downloaded managed v0.8.0 |
| 387 | 2024-01-23T20:48:36.387Z | Downloaded structmeta v0.2.0 |
| 388 | 2024-01-23T20:48:36.387Z | Downloaded serde_with_macros v3.5.0 |
| 389 | 2024-01-23T20:48:36.387Z | Downloaded tracing-core v0.1.32 |
| 390 | 2024-01-23T20:48:36.387Z | Downloaded num_enum v0.7.2 |
| 391 | 2024-01-23T20:48:36.387Z | Downloaded thread-id v4.2.1 |
| 392 | 2024-01-23T20:48:36.387Z | Downloaded subtle v2.5.0 |
| 393 | 2024-01-23T20:48:36.387Z | Downloaded slog-scope v4.4.0 |
| 394 | 2024-01-23T20:48:36.387Z | Downloaded zeroize v1.7.0 |
| 395 | 2024-01-23T20:48:36.387Z | Downloaded crossbeam-utils v0.8.19 |
| 396 | 2024-01-23T20:48:36.387Z | Downloaded yansi v0.5.1 |
| 397 | 2024-01-23T20:48:36.387Z | Downloaded slog-json v2.6.1 |
| 398 | 2024-01-23T20:48:36.388Z | Downloaded phf v0.11.2 |
| 399 | 2024-01-23T20:48:36.388Z | Downloaded num_cpus v1.16.0 |
| 400 | 2024-01-23T20:48:36.388Z | Downloaded openssl-probe v0.1.5 |
| 401 | 2024-01-23T20:48:36.388Z | Downloaded bytes v1.5.0 |
| 402 | 2024-01-23T20:48:36.388Z | Downloaded base64 v0.21.7 |
| 403 | 2024-01-23T20:48:36.388Z | Downloaded schemars v0.8.16 |
| 404 | 2024-01-23T20:48:36.388Z | Downloaded pest_derive v2.7.6 |
| 405 | 2024-01-23T20:48:36.388Z | Downloaded paste v1.0.14 |
| 406 | 2024-01-23T20:48:36.388Z | Downloaded version_check v0.9.4 |
| 407 | 2024-01-23T20:48:36.388Z | Downloaded tabwriter v1.4.0 |
| 408 | 2024-01-23T20:48:36.388Z | Downloaded lazy_static v1.4.0 |
| 409 | 2024-01-23T20:48:36.388Z | Downloaded itoa v1.0.10 |
| 410 | 2024-01-23T20:48:36.388Z | Downloaded strum_macros v0.25.3 |
| 411 | 2024-01-23T20:48:36.388Z | Downloaded num_enum_derive v0.7.2 |
| 412 | 2024-01-23T20:48:36.388Z | Downloaded typenum v1.17.0 |
| 413 | 2024-01-23T20:48:36.388Z | Downloaded tokio-postgres v0.7.10 |
| 414 | 2024-01-23T20:48:36.388Z | Downloaded clap v4.4.18 |
| 415 | 2024-01-23T20:48:36.388Z | Downloaded want v0.3.1 |
| 416 | 2024-01-23T20:48:36.388Z | Downloaded progenitor-client v0.4.1 |
| 417 | 2024-01-23T20:48:36.388Z | Downloaded pretty-hex v0.4.1 |
| 418 | 2024-01-23T20:48:36.388Z | Downloaded openssl-macros v0.1.1 |
| 419 | 2024-01-23T20:48:36.389Z | Downloaded slog v2.7.0 |
| 420 | 2024-01-23T20:48:36.389Z | Downloaded half v1.8.2 |
| 421 | 2024-01-23T20:48:36.389Z | Downloaded structmeta-derive v0.2.0 |
| 422 | 2024-01-23T20:48:36.389Z | Downloaded slog-bunyan v2.5.0 |
| 423 | 2024-01-23T20:48:36.389Z | Downloaded progenitor-macro v0.4.1 |
| 424 | 2024-01-23T20:48:36.389Z | Downloaded spin v0.9.8 |
| 425 | 2024-01-23T20:48:36.389Z | Downloaded generic-array v0.14.7 |
| 426 | 2024-01-23T20:48:36.389Z | Downloaded equivalent v1.0.1 |
| 427 | 2024-01-23T20:48:36.389Z | Downloaded backoff v0.4.0 |
| 428 | 2024-01-23T20:48:36.389Z | Downloaded tokio-macros v2.2.0 |
| 429 | 2024-01-23T20:48:36.389Z | Downloaded thiserror-impl v1.0.56 |
| 430 | 2024-01-23T20:48:36.401Z | Downloaded thiserror v1.0.56 |
| 431 | 2024-01-23T20:48:36.401Z | Downloaded smallvec v1.13.1 |
| 432 | 2024-01-23T20:48:36.402Z | Downloaded slog-term v2.9.0 |
| 433 | 2024-01-23T20:48:36.402Z | Downloaded serde_tokenstream v0.2.0 |
| 434 | 2024-01-23T20:48:36.402Z | Downloaded fallible-iterator v0.2.0 |
| 435 | 2024-01-23T20:48:36.402Z | Downloaded digest v0.10.7 |
| 436 | 2024-01-23T20:48:36.402Z | Downloaded defmt-macros v0.3.6 |
| 437 | 2024-01-23T20:48:36.402Z | Downloaded darling v0.20.3 |
| 438 | 2024-01-23T20:48:36.402Z | Downloaded crc32fast v1.3.2 |
| 439 | 2024-01-23T20:48:36.411Z | Downloaded clap_lex v0.6.0 |
| 440 | 2024-01-23T20:48:36.412Z | Downloaded ciborium-ll v0.2.1 |
| 441 | 2024-01-23T20:48:36.413Z | Downloaded anstream v0.6.11 |
| 442 | 2024-01-23T20:48:36.413Z | Downloaded slog-async v2.8.0 |
| 443 | 2024-01-23T20:48:36.413Z | Downloaded sha2 v0.10.8 |
| 444 | 2024-01-23T20:48:36.425Z | Downloaded rustversion v1.0.14 |
| 445 | 2024-01-23T20:48:36.425Z | Downloaded usdt-macro v0.3.5 |
| 446 | 2024-01-23T20:48:36.426Z | Downloaded usdt v0.3.5 |
| 447 | 2024-01-23T20:48:36.426Z | Downloaded typify v0.0.14 |
| 448 | 2024-01-23T20:48:36.447Z | Downloaded bitflags v2.4.2 |
| 449 | 2024-01-23T20:48:36.447Z | Downloaded ciborium v0.2.1 |
| 450 | 2024-01-23T20:48:36.447Z | Downloaded crossbeam-epoch v0.9.18 |
| 451 | 2024-01-23T20:48:36.981Z | Downloaded rustls-pki-types v1.1.0 |
| 452 | 2024-01-23T20:48:36.981Z | Downloaded percent-encoding v2.3.1 |
| 453 | 2024-01-23T20:48:36.981Z | Downloaded thread_local v1.1.7 |
| 454 | 2024-01-23T20:48:36.981Z | Downloaded stringprep v0.1.4 |
| 455 | 2024-01-23T20:48:36.981Z | Downloaded stable_deref_trait v1.2.0 |
| 456 | 2024-01-23T20:48:36.982Z | Downloaded serde_tokenstream v0.1.7 |
| 457 | 2024-01-23T20:48:36.982Z | Downloaded serde_repr v0.1.18 |
| 458 | 2024-01-23T20:48:36.982Z | Downloaded httpdate v1.0.3 |
| 459 | 2024-01-23T20:48:36.982Z | Downloaded hostname v0.3.1 |
| 460 | 2024-01-23T20:48:36.982Z | Downloaded hex v0.4.3 |
| 461 | 2024-01-23T20:48:36.982Z | Downloaded futures-io v0.3.30 |
| 462 | 2024-01-23T20:48:36.982Z | Downloaded futures-executor v0.3.30 |
| 463 | 2024-01-23T20:48:36.982Z | Downloaded foreign-types-macros v0.2.3 |
| 464 | 2024-01-23T20:48:36.982Z | Downloaded fnv v1.0.7 |
| 465 | 2024-01-23T20:48:36.982Z | Downloaded usdt-impl v0.3.5 |
| 466 | 2024-01-23T20:48:36.982Z | Downloaded tracing-attributes v0.1.27 |
| 467 | 2024-01-23T20:48:36.982Z | Downloaded heck v0.4.1 |
| 468 | 2024-01-23T20:48:36.982Z | Downloaded rustls-pemfile v2.0.0 |
| 469 | 2024-01-23T20:48:36.982Z | Downloaded strsim v0.10.0 |
| 470 | 2024-01-23T20:48:36.982Z | Downloaded slog-envlogger v2.2.0 |
| 471 | 2024-01-23T20:48:36.982Z | Downloaded siphasher v0.3.11 |
| 472 | 2024-01-23T20:48:36.982Z | Downloaded sha1 v0.10.6 |
| 473 | 2024-01-23T20:48:36.982Z | Downloaded httparse v1.8.0 |
| 474 | 2024-01-23T20:48:36.982Z | Downloaded slog-stdlog v4.1.1 |
| 475 | 2024-01-23T20:48:36.982Z | Downloaded slab v0.4.9 |
| 476 | 2024-01-23T20:48:36.983Z | Downloaded serde_urlencoded v0.7.1 |
| 477 | 2024-01-23T20:48:36.983Z | Downloaded serde_spanned v0.6.5 |
| 478 | 2024-01-23T20:48:36.983Z | Downloaded hash32 v0.3.1 |
| 479 | 2024-01-23T20:48:36.983Z | Downloaded dirs-next v2.0.0 |
| 480 | 2024-01-23T20:48:36.983Z | Downloaded zerocopy v0.3.2 |
| 481 | 2024-01-23T20:48:36.984Z | Downloaded dirs-sys-next v0.1.2 |
| 482 | 2024-01-23T20:48:36.984Z | Downloaded anstyle-parse v0.2.3 |
| 483 | 2024-01-23T20:48:36.984Z | Downloaded schemars_derive v0.8.16 |
| 484 | 2024-01-23T20:48:36.984Z | Downloaded colored v2.1.0 |
| 485 | 2024-01-23T20:48:36.984Z | Downloaded getopts v0.2.21 |
| 486 | 2024-01-23T20:48:36.984Z | Downloaded crc8 v0.1.1 |
| 487 | 2024-01-23T20:48:36.984Z | Downloaded atomic-waker v1.1.2 |
| 488 | 2024-01-23T20:48:36.984Z | Downloaded async-trait v0.1.77 |
| 489 | 2024-01-23T20:48:36.984Z | Downloaded form_urlencoded v1.2.1 |
| 490 | 2024-01-23T20:48:36.984Z | Downloaded camino v1.1.6 |
| 491 | 2024-01-23T20:48:36.984Z | Downloaded bitflags v1.3.2 |
| 492 | 2024-01-23T20:48:36.984Z | Downloaded futures v0.3.30 |
| 493 | 2024-01-23T20:48:36.984Z | Downloaded dyn-clone v1.0.16 |
| 494 | 2024-01-23T20:48:36.984Z | Downloaded defmt v0.3.5 |
| 495 | 2024-01-23T20:48:36.984Z | Downloaded debug-ignore v1.0.5 |
| 496 | 2024-01-23T20:48:36.985Z | Downloaded ahash v0.8.7 |
| 497 | 2024-01-23T20:48:36.985Z | Downloaded foreign-types v0.3.2 |
| 498 | 2024-01-23T20:48:36.985Z | Downloaded either v1.9.0 |
| 499 | 2024-01-23T20:48:36.985Z | Downloaded deranged v0.3.11 |
| 500 | 2024-01-23T20:48:36.985Z | Downloaded async-stream-impl v0.3.5 |
| 501 | 2024-01-23T20:48:36.985Z | Downloaded anyhow v1.0.79 |
| 502 | 2024-01-23T20:48:36.985Z | Downloaded diff v0.1.13 |
| 503 | 2024-01-23T20:48:36.985Z | Downloaded cfg-if v1.0.0 |
| 504 | 2024-01-23T20:48:36.985Z | Downloaded signal-hook-registry v1.4.1 |
| 505 | 2024-01-23T20:48:36.985Z | Downloaded ciborium-io v0.2.1 |
| 506 | 2024-01-23T20:48:36.985Z | Downloaded getrandom v0.2.12 |
| 507 | 2024-01-23T20:48:36.985Z | Compiling proc-macro2 v1.0.78 |
| 508 | 2024-01-23T20:48:36.985Z | Compiling unicode-ident v1.0.12 |
| 509 | 2024-01-23T20:48:36.986Z | Compiling libc v0.2.152 |
| 510 | 2024-01-23T20:48:36.986Z | Compiling serde v1.0.195 |
| 511 | 2024-01-23T20:48:36.986Z | Compiling autocfg v1.1.0 |
| 512 | 2024-01-23T20:48:36.986Z | Compiling version_check v0.9.4 |
| 513 | 2024-01-23T20:48:36.986Z | Compiling syn v1.0.109 |
| 514 | 2024-01-23T20:48:36.986Z | Checking cfg-if v1.0.0 |
| 515 | 2024-01-23T20:48:37.072Z | Compiling serde_json v1.0.111 |
| 516 | 2024-01-23T20:48:37.210Z | Compiling thiserror v1.0.56 |
| 517 | 2024-01-23T20:48:37.879Z | Compiling lock_api v0.4.11 |
| 518 | 2024-01-23T20:48:37.892Z | Compiling parking_lot_core v0.9.9 |
| 519 | 2024-01-23T20:48:38.714Z | Compiling libm v0.2.8 |
| 520 | 2024-01-23T20:48:38.847Z | Compiling once_cell v1.19.0 |
| 521 | 2024-01-23T20:48:38.881Z | Compiling num-traits v0.2.17 |
| 522 | 2024-01-23T20:48:39.019Z | Compiling memchr v2.7.1 |
| 523 | 2024-01-23T20:48:39.230Z | Compiling slab v0.4.9 |
| 524 | 2024-01-23T20:48:39.436Z | Compiling heck v0.4.1 |
| 525 | 2024-01-23T20:48:39.869Z | Compiling hashbrown v0.14.3 |
| 526 | 2024-01-23T20:48:39.898Z | Compiling equivalent v1.0.1 |
| 527 | 2024-01-23T20:48:39.916Z | Compiling schemars v0.8.16 |
| 528 | 2024-01-23T20:48:40.016Z | Compiling cc v1.0.83 |
| 529 | 2024-01-23T20:48:40.075Z | Compiling slog v2.7.0 |
| 530 | 2024-01-23T20:48:40.360Z | Compiling quote v1.0.35 |
| 531 | 2024-01-23T20:48:40.946Z | Compiling ahash v0.8.7 |
| 532 | 2024-01-23T20:48:40.978Z | Checking itoa v1.0.10 |
| 533 | 2024-01-23T20:48:41.371Z | Compiling syn v2.0.48 |
| 534 | 2024-01-23T20:48:41.549Z | Compiling crossbeam-utils v0.8.19 |
| 535 | 2024-01-23T20:48:41.644Z | Compiling vcpkg v0.2.15 |
| 536 | 2024-01-23T20:48:41.973Z | Compiling pkg-config v0.3.29 |
| 537 | 2024-01-23T20:48:42.125Z | Compiling indexmap v2.1.0 |
| 538 | 2024-01-23T20:48:42.194Z | Compiling typenum v1.17.0 |
| 539 | 2024-01-23T20:48:44.444Z | Compiling ryu v1.0.16 |
| 540 | 2024-01-23T20:48:44.486Z | Checking getrandom v0.2.12 |
| 541 | 2024-01-23T20:48:44.486Z | Compiling httparse v1.8.0 |
| 542 | 2024-01-23T20:48:44.486Z | Compiling anyhow v1.0.79 |
| 543 | 2024-01-23T20:48:44.487Z | Compiling generic-array v0.14.7 |
| 544 | 2024-01-23T20:48:44.487Z | Compiling ring v0.17.7 |
| 545 | 2024-01-23T20:48:44.513Z | Compiling openssl-sys v0.9.99 |
| 546 | 2024-01-23T20:48:44.610Z | Compiling openssl v0.10.63 |
| 547 | 2024-01-23T20:48:44.677Z | Checking smallvec v1.13.1 |
| 548 | 2024-01-23T20:48:44.991Z | Checking scopeguard v1.2.0 |
| 549 | 2024-01-23T20:48:45.258Z | Checking byteorder v1.5.0 |
| 550 | 2024-01-23T20:48:45.773Z | Checking pin-project-lite v0.2.13 |
| 551 | 2024-01-23T20:48:45.787Z | Compiling time-core v0.1.2 |
| 552 | 2024-01-23T20:48:45.829Z | Compiling native-tls v0.2.11 |
| 553 | 2024-01-23T20:48:45.959Z | Compiling rustls v0.21.10 |
| 554 | 2024-01-23T20:48:46.035Z | Compiling time-macros v0.2.16 |
| 555 | 2024-01-23T20:48:46.328Z | Compiling zerocopy v0.7.32 |
| 556 | 2024-01-23T20:48:46.468Z | Compiling indexmap v1.9.3 |
| 557 | 2024-01-23T20:48:47.761Z | Compiling hashbrown v0.13.2 |
| 558 | 2024-01-23T20:48:47.830Z | Checking log v0.4.20 |
| 559 | 2024-01-23T20:48:48.255Z | Compiling dyn-clone v1.0.16 |
| 560 | 2024-01-23T20:48:48.832Z | Compiling uuid v1.7.0 |
| 561 | 2024-01-23T20:48:49.150Z | Compiling toml_datetime v0.6.5 |
| 562 | 2024-01-23T20:48:49.182Z | Compiling unicode-xid v0.2.4 |
| 563 | 2024-01-23T20:48:49.388Z | Compiling winnow v0.5.34 |
| 564 | 2024-01-23T20:48:49.642Z | Compiling chrono v0.4.32 |
| 565 | 2024-01-23T20:48:49.686Z | Compiling regress v0.7.1 |
| 566 | 2024-01-23T20:48:49.728Z | Compiling ucd-trie v0.1.6 |
| 567 | 2024-01-23T20:48:51.089Z | Compiling fnv v1.0.7 |
| 568 | 2024-01-23T20:48:51.875Z | Compiling serde_derive_internals v0.26.0 |
| 569 | 2024-01-23T20:48:52.684Z | Compiling synstructure v0.12.6 |
| 570 | 2024-01-23T20:48:55.495Z | Compiling aho-corasick v1.1.2 |
| 571 | 2024-01-23T20:48:55.549Z | Compiling slog-async v2.8.0 |
| 572 | 2024-01-23T20:48:55.656Z | Compiling regex-syntax v0.8.2 |
| 573 | 2024-01-23T20:48:55.675Z | Checking parking_lot v0.12.1 |
| 574 | 2024-01-23T20:48:56.229Z | Checking mio v0.8.10 |
| 575 | 2024-01-23T20:48:56.382Z | Checking num_cpus v1.16.0 |
| 576 | 2024-01-23T20:48:56.518Z | Checking socket2 v0.5.5 |
| 577 | 2024-01-23T20:48:56.585Z | Checking signal-hook-registry v1.4.1 |
| 578 | 2024-01-23T20:48:57.189Z | Compiling hashbrown v0.12.3 |
| 579 | 2024-01-23T20:48:57.572Z | Compiling usdt-impl v0.3.5 |
| 580 | 2024-01-23T20:48:57.670Z | Compiling unicode-width v0.1.11 |
| 581 | 2024-01-23T20:48:57.770Z | Compiling bytes v1.5.0 |
| 582 | 2024-01-23T20:48:57.888Z | Compiling getopts v0.2.21 |
| 583 | 2024-01-23T20:48:59.221Z | Compiling http v0.2.11 |
| 584 | 2024-01-23T20:49:00.468Z | Checking futures-core v0.3.30 |
| 585 | 2024-01-23T20:49:00.879Z | Compiling unsafe-libyaml v0.2.10 |
| 586 | 2024-01-23T20:49:00.884Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 587 | 2024-01-23T20:49:01.284Z | Compiling serde_derive v1.0.195 |
| 588 | 2024-01-23T20:49:01.700Z | Compiling thiserror-impl v1.0.56 |
| 589 | 2024-01-23T20:49:01.740Z | Compiling tokio-macros v2.2.0 |
| 590 | 2024-01-23T20:49:01.874Z | Compiling schemars_derive v0.8.16 |
| 591 | 2024-01-23T20:49:02.967Z | Compiling tracing-attributes v0.1.27 |
| 592 | 2024-01-23T20:49:03.263Z | Compiling futures-macro v0.3.30 |
| 593 | 2024-01-23T20:49:03.419Z | Compiling zerocopy-derive v0.7.32 |
| 594 | 2024-01-23T20:49:04.224Z | Compiling openssl-macros v0.1.1 |
| 595 | 2024-01-23T20:49:05.562Z | Compiling zerocopy-derive v0.2.0 |
| 596 | 2024-01-23T20:49:05.590Z | Compiling regex-automata v0.4.4 |
| 597 | 2024-01-23T20:49:06.273Z | Compiling pest v2.7.6 |
| 598 | 2024-01-23T20:49:06.832Z | Checking iana-time-zone v0.1.59 |
| 599 | 2024-01-23T20:49:08.187Z | Compiling toml_edit v0.19.15 |
| 600 | 2024-01-23T20:49:08.380Z | Checking tracing-core v0.1.32 |
| 601 | 2024-01-23T20:49:08.426Z | Compiling thread-id v4.2.1 |
| 602 | 2024-01-23T20:49:08.426Z | Compiling num-integer v0.1.45 |
| 603 | 2024-01-23T20:49:08.656Z | Checking tracing v0.1.40 |
| 604 | 2024-01-23T20:49:08.664Z | Compiling zerocopy v0.3.2 |
| 605 | 2024-01-23T20:49:08.864Z | Compiling rustls v0.22.2 |
| 606 | 2024-01-23T20:49:09.062Z | Checking futures-sink v0.3.30 |
| 607 | 2024-01-23T20:49:09.249Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 608 | 2024-01-23T20:49:09.527Z | Compiling dof v0.1.5 |
| 609 | 2024-01-23T20:49:09.957Z | Compiling foreign-types-macros v0.2.3 |
| 610 | 2024-01-23T20:49:09.960Z | Checking spin v0.9.8 |
| 611 | 2024-01-23T20:49:09.961Z | Compiling omicron-workspace-hack v0.1.0 |
| 612 | 2024-01-23T20:49:09.961Z | Compiling strsim v0.10.0 |
| 613 | 2024-01-23T20:49:10.189Z | Compiling pest_meta v2.7.6 |
| 614 | 2024-01-23T20:49:10.774Z | Compiling ident_case v1.0.1 |
| 615 | 2024-01-23T20:49:10.952Z | Compiling async-trait v0.1.77 |
| 616 | 2024-01-23T20:49:11.056Z | Compiling proc-macro-crate v1.3.1 |
| 617 | 2024-01-23T20:49:11.073Z | Checking uuid v0.8.2 |
| 618 | 2024-01-23T20:49:11.699Z | Compiling darling_core v0.20.3 |
| 619 | 2024-01-23T20:49:11.744Z | Checking futures-channel v0.3.30 |
| 620 | 2024-01-23T20:49:12.181Z | Compiling multer v3.0.0 |
| 621 | 2024-01-23T20:49:12.291Z | Checking futures-task v0.3.30 |
| 622 | 2024-01-23T20:49:12.450Z | Compiling pest_generator v2.7.6 |
| 623 | 2024-01-23T20:49:12.652Z | Compiling regex v1.10.3 |
| 624 | 2024-01-23T20:49:12.676Z | Compiling camino v1.1.6 |
| 625 | 2024-01-23T20:49:13.552Z | Compiling heapless v0.8.0 |
| 626 | 2024-01-23T20:49:15.528Z | Checking pin-utils v0.1.0 |
| 627 | 2024-01-23T20:49:15.646Z | Checking untrusted v0.9.0 |
| 628 | 2024-01-23T20:49:15.854Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 629 | 2024-01-23T20:49:16.347Z | Checking futures-io v0.3.30 |
| 630 | 2024-01-23T20:49:17.034Z | Compiling rustversion v1.0.14 |
| 631 | 2024-01-23T20:49:17.438Z | Compiling pest_derive v2.7.6 |
| 632 | 2024-01-23T20:49:17.775Z | Compiling num_enum_derive v0.5.11 |
| 633 | 2024-01-23T20:49:18.068Z | Checking futures-util v0.3.30 |
| 634 | 2024-01-23T20:49:18.820Z | Compiling dtrace-parser v0.1.14 |
| 635 | 2024-01-23T20:49:20.743Z | Compiling darling_macro v0.20.3 |
| 636 | 2024-01-23T20:49:21.976Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 637 | 2024-01-23T20:49:22.365Z | Compiling async-stream-impl v0.3.5 |
| 638 | 2024-01-23T20:49:22.556Z | Compiling structmeta-derive v0.2.0 |
| 639 | 2024-01-23T20:49:23.976Z | Checking tokio v1.35.1 |
| 640 | 2024-01-23T20:49:24.834Z | Compiling serde_tokenstream v0.2.0 |
| 641 | 2024-01-23T20:49:25.836Z | Compiling serde_yaml v0.9.30 |
| 642 | 2024-01-23T20:49:26.993Z | Compiling serde_tokenstream v0.1.7 |
| 643 | 2024-01-23T20:49:27.741Z | Compiling openapiv3 v1.0.4 |
| 644 | 2024-01-23T20:49:30.544Z | Compiling typify-impl v0.0.14 |
| 645 | 2024-01-23T20:49:31.521Z | Compiling usdt-macro v0.3.5 |
| 646 | 2024-01-23T20:49:32.075Z | Compiling usdt-attr-macro v0.3.5 |
| 647 | 2024-01-23T20:49:32.893Z | Compiling paste v1.0.14 |
| 648 | 2024-01-23T20:49:34.878Z | Compiling structmeta v0.2.0 |
| 649 | 2024-01-23T20:49:35.035Z | Compiling darling v0.20.3 |
| 650 | 2024-01-23T20:49:35.035Z | Compiling num-iter v0.1.43 |
| 651 | 2024-01-23T20:49:35.067Z | Compiling num-rational v0.4.1 |
| 652 | 2024-01-23T20:49:35.067Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 653 | 2024-01-23T20:49:35.067Z | Compiling semver v1.0.21 |
| 654 | 2024-01-23T20:49:35.067Z | Compiling smoltcp v0.11.0 |
| 655 | 2024-01-23T20:49:35.067Z | Checking tinyvec_macros v0.1.1 |
| 656 | 2024-01-23T20:49:35.068Z | Compiling regex-syntax v0.7.5 |
| 657 | 2024-01-23T20:49:35.338Z | Checking tinyvec v1.6.0 |
| 658 | 2024-01-23T20:49:36.081Z | Compiling serde_with_macros v3.5.0 |
| 659 | 2024-01-23T20:49:36.502Z | Compiling strum_macros v0.25.3 |
| 660 | 2024-01-23T20:49:37.739Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 661 | 2024-01-23T20:49:58.100Z | Checking unicode-normalization v0.1.22 |
| 662 | 2024-01-23T20:49:58.100Z | Checking tokio-util v0.7.10 |
| 663 | 2024-01-23T20:49:58.100Z | Checking unicode-bidi v0.3.15 |
| 664 | 2024-01-23T20:49:58.100Z | Checking base64 v0.21.7 |
| 665 | 2024-01-23T20:49:58.100Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 666 | 2024-01-23T20:49:58.100Z | Checking percent-encoding v2.3.1 |
| 667 | 2024-01-23T20:49:58.100Z | Checking try-lock v0.2.5 |
| 668 | 2024-01-23T20:49:58.100Z | Checking foreign-types-shared v0.1.1 |
| 669 | 2024-01-23T20:49:58.100Z | Checking foreign-types v0.3.2 |
| 670 | 2024-01-23T20:49:58.100Z | Checking want v0.3.1 |
| 671 | 2024-01-23T20:49:58.100Z | Checking h2 v0.3.24 |
| 672 | 2024-01-23T20:49:58.100Z | Checking http-body v0.4.6 |
| 673 | 2024-01-23T20:49:58.101Z | Compiling parse-display-derive v0.8.2 |
| 674 | 2024-01-23T20:49:58.101Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 675 | 2024-01-23T20:49:58.101Z | Checking instant v0.1.12 |
| 676 | 2024-01-23T20:49:58.101Z | Checking tower-service v0.3.2 |
| 677 | 2024-01-23T20:49:58.101Z | Checking powerfmt v0.2.0 |
| 678 | 2024-01-23T20:49:58.101Z | Checking bitflags v2.4.2 |
| 679 | 2024-01-23T20:49:58.101Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 680 | 2024-01-23T20:49:58.101Z | Checking httpdate v1.0.3 |
| 681 | 2024-01-23T20:49:58.101Z | Checking subtle v2.5.0 |
| 682 | 2024-01-23T20:49:58.102Z | Checking deranged v0.3.11 |
| 683 | 2024-01-23T20:49:58.102Z | Checking form_urlencoded v1.2.1 |
| 684 | 2024-01-23T20:49:58.102Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 685 | 2024-01-23T20:49:58.102Z | Checking sct v0.7.1 |
| 686 | 2024-01-23T20:49:58.102Z | Checking rustls-webpki v0.101.7 |
| 687 | 2024-01-23T20:49:58.102Z | Compiling clap_derive v4.4.7 |
| 688 | 2024-01-23T20:49:58.102Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 689 | 2024-01-23T20:49:58.102Z | Checking hyper v0.14.28 |
| 690 | 2024-01-23T20:49:58.102Z | Checking num_threads v0.1.6 |
| 691 | 2024-01-23T20:49:58.102Z | Checking openssl-probe v0.1.5 |
| 692 | 2024-01-23T20:49:58.102Z | Checking time v0.3.31 |
| 693 | 2024-01-23T20:49:58.102Z | Compiling typify-macro v0.0.14 |
| 694 | 2024-01-23T20:49:58.102Z | Checking crypto-common v0.1.6 |
| 695 | 2024-01-23T20:49:58.102Z | Checking block-buffer v0.10.4 |
| 696 | 2024-01-23T20:49:58.569Z | Checking encoding_rs v0.8.33 |
| 697 | 2024-01-23T20:49:58.991Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
| 698 | 2024-01-23T20:49:59.372Z | Checking mime v0.3.17 |
| 699 | 2024-01-23T20:49:59.483Z | Checking tokio-rustls v0.24.1 |
| 700 | 2024-01-23T20:49:59.610Z | Checking tokio-native-tls v0.3.1 |
| 701 | 2024-01-23T20:49:59.833Z | Checking digest v0.10.7 |
| 702 | 2024-01-23T20:50:00.436Z | Checking serde_urlencoded v0.7.1 |
| 703 | 2024-01-23T20:50:00.449Z | Checking idna v0.5.0 |
| 704 | 2024-01-23T20:50:00.449Z | Checking thread_local v1.1.7 |
| 705 | 2024-01-23T20:50:00.877Z | Compiling parking_lot_core v0.8.6 |
| 706 | 2024-01-23T20:50:01.625Z | Compiling typify v0.0.14 |
| 707 | 2024-01-23T20:50:01.796Z | Compiling progenitor-impl v0.4.1 |
| 708 | 2024-01-23T20:50:01.855Z | Checking hyper-rustls v0.24.2 |
| 709 | 2024-01-23T20:50:01.870Z | Checking hyper-tls v0.5.0 |
| 710 | 2024-01-23T20:50:01.888Z | Checking url v2.5.0 |
| 711 | 2024-01-23T20:50:02.209Z | Checking rustls-pemfile v1.0.4 |
| 712 | 2024-01-23T20:50:02.477Z | Checking crossbeam-channel v0.5.11 |
| 713 | 2024-01-23T20:50:03.639Z | Checking dirs-sys-next v0.1.2 |
| 714 | 2024-01-23T20:50:03.682Z | Checking ipnet v2.9.0 |
| 715 | 2024-01-23T20:50:03.929Z | Checking take_mut v0.2.2 |
| 716 | 2024-01-23T20:50:04.119Z | Checking webpki-roots v0.25.3 |
| 717 | 2024-01-23T20:50:04.737Z | Checking lazy_static v1.4.0 |
| 718 | 2024-01-23T20:50:05.006Z | Checking reqwest v0.11.23 |
| 719 | 2024-01-23T20:50:07.210Z | Checking dirs-next v2.0.0 |
| 720 | 2024-01-23T20:50:08.395Z | Checking rand_core v0.6.4 |
| 721 | 2024-01-23T20:50:08.760Z | Checking ppv-lite86 v0.2.17 |
| 722 | 2024-01-23T20:50:08.791Z | Compiling crc32fast v1.3.2 |
| 723 | 2024-01-23T20:50:09.516Z | Checking cpufeatures v0.2.12 |
| 724 | 2024-01-23T20:50:09.838Z | Checking rand_chacha v0.3.1 |
| 725 | 2024-01-23T20:50:12.314Z | Checking term v0.7.0 |
| 726 | 2024-01-23T20:50:12.440Z | Compiling progenitor-macro v0.4.1 |
| 727 | 2024-01-23T20:50:13.482Z | Checking atty v0.2.14 |
| 728 | 2024-01-23T20:50:14.363Z | Checking rustls-pki-types v1.1.0 |
| 729 | 2024-01-23T20:50:14.537Z | Checking match_cfg v0.1.0 |
| 730 | 2024-01-23T20:50:14.640Z | Checking hostname v0.3.1 |
| 731 | 2024-01-23T20:50:15.305Z | Checking slog-term v2.9.0 |
| 732 | 2024-01-23T20:50:15.923Z | Checking rand v0.8.5 |
| 733 | 2024-01-23T20:50:16.303Z | Checking progenitor-client v0.4.1 |
| 734 | 2024-01-23T20:50:16.795Z | Checking slog-json v2.6.1 |
| 735 | 2024-01-23T20:50:17.167Z | Checking ipnetwork v0.20.0 |
| 736 | 2024-01-23T20:50:17.684Z | Compiling serde_repr v0.1.18 |
| 737 | 2024-01-23T20:50:18.380Z | Checking finl_unicode v1.2.0 |
| 738 | 2024-01-23T20:50:19.067Z | Checking slog-bunyan v2.5.0 |
| 739 | 2024-01-23T20:50:19.364Z | Checking stringprep v0.1.4 |
| 740 | 2024-01-23T20:50:19.537Z | Checking rustls-webpki v0.102.1 |
| 741 | 2024-01-23T20:50:19.779Z | Checking sha2 v0.10.8 |
| 742 | 2024-01-23T20:50:20.267Z | Checking hmac v0.12.1 |
| 743 | 2024-01-23T20:50:20.476Z | Checking md-5 v0.10.6 |
| 744 | 2024-01-23T20:50:20.684Z | Checking serde_spanned v0.6.5 |
| 745 | 2024-01-23T20:50:21.075Z | Checking utf8parse v0.2.1 |
| 746 | 2024-01-23T20:50:21.099Z | Checking foreign-types-shared v0.3.1 |
| 747 | 2024-01-23T20:50:21.274Z | Checking zeroize v1.7.0 |
| 748 | 2024-01-23T20:50:21.366Z | Checking fallible-iterator v0.2.0 |
| 749 | 2024-01-23T20:50:21.441Z | Checking siphasher v0.3.11 |
| 750 | 2024-01-23T20:50:23.205Z | Checking postgres-protocol v0.6.6 |
| 751 | 2024-01-23T20:50:24.247Z | Checking phf_shared v0.11.2 |
| 752 | 2024-01-23T20:50:24.689Z | Checking anstyle-parse v0.2.3 |
| 753 | 2024-01-23T20:50:25.068Z | Checking foreign-types v0.5.0 |
| 754 | 2024-01-23T20:50:25.169Z | Checking colored v2.1.0 |
| 755 | 2024-01-23T20:50:25.202Z | Checking futures-executor v0.3.30 |
| 756 | 2024-01-23T20:50:25.502Z | Checking http v1.0.0 |
| 757 | 2024-01-23T20:50:25.573Z | Checking num_enum v0.5.11 |
| 758 | 2024-01-23T20:50:26.143Z | Checking hash32 v0.3.1 |
| 759 | 2024-01-23T20:50:26.398Z | Checking cstr-argument v0.1.2 |
| 760 | 2024-01-23T20:50:26.610Z | Checking stable_deref_trait v1.2.0 |
| 761 | 2024-01-23T20:50:26.723Z | Checking colorchoice v1.0.0 |
| 762 | 2024-01-23T20:50:26.896Z | Checking pretty-hex v0.2.1 |
| 763 | 2024-01-23T20:50:27.151Z | Checking anstyle v1.0.4 |
| 764 | 2024-01-23T20:50:27.158Z | Checking toml_edit v0.21.0 |
| 765 | 2024-01-23T20:50:27.490Z | Checking atomic-waker v1.1.2 |
| 766 | 2024-01-23T20:50:27.699Z | Checking anstyle-query v1.0.2 |
| 767 | 2024-01-23T20:50:27.704Z | Checking waitgroup v0.1.2 |
| 768 | 2024-01-23T20:50:27.771Z | Checking anstream v0.6.11 |
| 769 | 2024-01-23T20:50:27.802Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 770 | 2024-01-23T20:50:29.009Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 771 | 2024-01-23T20:50:29.270Z | Checking usdt v0.3.5 |
| 772 | 2024-01-23T20:50:29.356Z | Checking futures v0.3.30 |
| 773 | 2024-01-23T20:50:29.899Z | Checking phf v0.11.2 |
| 774 | 2024-01-23T20:50:29.903Z | Checking postgres-types v0.2.6 |
| 775 | 2024-01-23T20:50:30.266Z | Checking tokio-rustls v0.25.0 |
| 776 | 2024-01-23T20:50:30.338Z | Checking rustls-pemfile v2.0.0 |
| 777 | 2024-01-23T20:50:30.563Z | Checking sha1 v0.10.6 |
| 778 | 2024-01-23T20:50:30.788Z | Checking openapiv3 v2.0.0 |
| 779 | 2024-01-23T20:50:30.856Z | Checking toml v0.8.8 |
| 780 | 2024-01-23T20:50:30.955Z | Checking async-stream v0.3.5 |
| 781 | 2024-01-23T20:50:31.229Z | Checking hex v0.4.3 |
| 782 | 2024-01-23T20:50:31.664Z | Checking serde_path_to_error v0.1.15 |
| 783 | 2024-01-23T20:50:32.045Z | Checking socket2 v0.4.10 |
| 784 | 2024-01-23T20:50:32.051Z | Checking embedded-io v0.4.0 |
| 785 | 2024-01-23T20:50:32.269Z | Checking managed v0.8.0 |
| 786 | 2024-01-23T20:50:32.413Z | Checking bitflags v1.3.2 |
| 787 | 2024-01-23T20:50:33.260Z | Checking whoami v1.4.1 |
| 788 | 2024-01-23T20:50:33.260Z | Checking clap_lex v0.6.0 |
| 789 | 2024-01-23T20:50:33.261Z | Checking debug-ignore v1.0.5 |
| 790 | 2024-01-23T20:50:33.261Z | Checking cobs v0.2.3 |
| 791 | 2024-01-23T20:50:33.278Z | Checking postcard v1.0.8 |
| 792 | 2024-01-23T20:50:33.278Z | Checking tokio-postgres v0.7.10 |
| 793 | 2024-01-23T20:50:33.278Z | Checking clap_builder v4.4.18 |
| 794 | 2024-01-23T20:50:34.825Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 795 | 2024-01-23T20:50:36.489Z | Checking backoff v0.4.0 |
| 796 | 2024-01-23T20:50:37.339Z | Checking parse-display v0.8.2 |
| 797 | 2024-01-23T20:50:37.528Z | Checking strum v0.25.0 |
| 798 | 2024-01-23T20:50:37.953Z | Checking serde_with v3.5.0 |
| 799 | 2024-01-23T20:50:37.967Z | Checking macaddr v1.0.1 |
| 800 | 2024-01-23T20:50:38.084Z | Checking num-complex v0.4.4 |
| 801 | 2024-01-23T20:50:38.527Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 802 | 2024-01-23T20:50:39.417Z | Checking num v0.4.1 |
| 803 | 2024-01-23T20:50:39.537Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 804 | 2024-01-23T20:50:41.109Z | Checking clap v4.4.18 |
| 805 | 2024-01-23T20:50:44.086Z | Checking progenitor v0.4.1 |
| 806 | 2024-01-23T20:50:44.160Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 807 | 2024-01-23T20:50:46.328Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 808 | 2024-01-23T20:50:46.628Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 809 | 2024-01-23T20:50:48.631Z | Checking regress v0.6.0 |
| 810 | 2024-01-23T20:50:50.853Z | Checking half v1.8.2 |
| 811 | 2024-01-23T20:50:51.340Z | Checking crc8 v0.1.1 |
| 812 | 2024-01-23T20:50:51.419Z | Checking ciborium-io v0.2.1 |
| 813 | 2024-01-23T20:50:51.531Z | Checking ciborium-ll v0.2.1 |
| 814 | 2024-01-23T20:50:51.652Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 815 | 2024-01-23T20:50:51.955Z | Checking parking_lot v0.11.2 |
| 816 | 2024-01-23T20:50:51.989Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 817 | 2024-01-23T20:50:52.197Z | Checking crossbeam-epoch v0.9.18 |
| 818 | 2024-01-23T20:50:52.441Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 819 | 2024-01-23T20:50:52.469Z | Checking fxhash v0.2.1 |
| 820 | 2024-01-23T20:50:53.019Z | Checking sled v0.34.7 |
| 821 | 2024-01-23T20:50:53.040Z | Checking ciborium v0.2.1 |
| 822 | 2024-01-23T20:50:53.736Z | Compiling proc-macro-error-attr v1.0.4 |
| 823 | 2024-01-23T20:50:56.637Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 824 | 2024-01-23T20:50:56.771Z | Compiling proc-macro-error v1.0.4 |
| 825 | 2024-01-23T20:50:57.333Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 826 | 2024-01-23T20:50:59.478Z | Checking arc-swap v1.6.0 |
| 827 | 2024-01-23T20:50:59.694Z | Compiling proc-macro-crate v3.1.0 |
| 828 | 2024-01-23T20:50:59.788Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
| 829 | 2024-01-23T20:51:00.167Z | Checking slog-scope v4.4.0 |
| 830 | 2024-01-23T20:51:00.538Z | Checking slog-stdlog v4.1.1 |
| 831 | 2024-01-23T20:51:00.994Z | Checking slog-envlogger v2.2.0 |
| 832 | 2024-01-23T20:51:01.330Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#e71baaa0) |
| 833 | 2024-01-23T20:51:01.593Z | Checking minimal-lexical v0.2.1 |
| 834 | 2024-01-23T20:51:01.617Z | Checking either v1.9.0 |
| 835 | 2024-01-23T20:51:02.075Z | Checking itertools v0.12.0 |
| 836 | 2024-01-23T20:51:02.182Z | Checking nom v7.1.3 |
| 837 | 2024-01-23T20:51:07.672Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#e71baaa0) |
| 838 | 2024-01-23T20:51:07.672Z | Compiling num_enum_derive v0.7.2 |
| 839 | 2024-01-23T20:51:07.672Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
| 840 | 2024-01-23T20:51:07.672Z | Checking tabwriter v1.4.0 |
| 841 | 2024-01-23T20:51:07.672Z | Checking diff v0.1.13 |
| 842 | 2024-01-23T20:51:07.672Z | Checking yansi v0.5.1 |
| 843 | 2024-01-23T20:51:07.672Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#a223368c) |
| 844 | 2024-01-23T20:51:07.737Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 845 | 2024-01-23T20:51:07.737Z | Checking pretty_assertions v1.4.0 |
| 846 | 2024-01-23T20:51:07.752Z | Checking humantime v2.1.0 |
| 847 | 2024-01-23T20:51:08.165Z | Checking pretty-hex v0.4.1 |
| 848 | 2024-01-23T20:51:08.624Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 849 | 2024-01-23T20:51:08.946Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 850 | 2024-01-23T20:51:10.429Z | Checking num_enum v0.7.2 |
| 851 | 2024-01-23T20:51:10.636Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 852 | 2024-01-23T20:51:11.883Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 853 | 2024-01-23T20:51:18.061Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 854 | 2024-01-23T20:51:22.066Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 855 | 2024-01-23T20:51:22.079Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 856 | 2024-01-23T20:51:23.699Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 857 | 2024-01-23T20:51:23.704Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 858 | 2024-01-23T20:51:23.705Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 859 | 2024-01-23T20:51:25.050Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 860 | 2024-01-23T20:51:36.765Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 19s |
| 861 | 2024-01-23T20:51:37.007Z | + banner build |
| 862 | 2024-01-23T20:51:37.431Z | |
| 863 | 2024-01-23T20:51:37.431Z | ##### # # # # ##### |
| 864 | 2024-01-23T20:51:37.431Z | # # # # # # # # |
| 865 | 2024-01-23T20:51:37.432Z | ##### # # # # # # |
| 866 | 2024-01-23T20:51:37.432Z | # # # # # # # # |
| 867 | 2024-01-23T20:51:37.432Z | # # # # # # # # |
| 868 | 2024-01-23T20:51:37.432Z | ##### #### # ###### ##### |
| 869 | 2024-01-23T20:51:37.432Z | |
| 870 | 2024-01-23T20:51:37.432Z | + ptime -m cargo build |
| 871 | 2024-01-23T20:51:37.876Z | Compiling cfg-if v1.0.0 |
| 872 | 2024-01-23T20:51:37.881Z | Compiling memchr v2.7.1 |
| 873 | 2024-01-23T20:51:37.882Z | Compiling itoa v1.0.10 |
| 874 | 2024-01-23T20:51:37.926Z | Compiling libc v0.2.152 |
| 875 | 2024-01-23T20:51:37.937Z | Compiling once_cell v1.19.0 |
| 876 | 2024-01-23T20:51:37.937Z | Compiling serde v1.0.195 |
| 877 | 2024-01-23T20:51:37.937Z | Compiling smallvec v1.13.1 |
| 878 | 2024-01-23T20:51:37.937Z | Compiling pin-project-lite v0.2.13 |
| 879 | 2024-01-23T20:51:37.978Z | Compiling scopeguard v1.2.0 |
| 880 | 2024-01-23T20:51:38.077Z | Compiling byteorder v1.5.0 |
| 881 | 2024-01-23T20:51:38.135Z | Compiling lock_api v0.4.11 |
| 882 | 2024-01-23T20:51:38.180Z | Compiling log v0.4.20 |
| 883 | 2024-01-23T20:51:38.551Z | Compiling ryu v1.0.16 |
| 884 | 2024-01-23T20:51:38.563Z | Compiling libm v0.2.8 |
| 885 | 2024-01-23T20:51:38.757Z | Compiling thiserror v1.0.56 |
| 886 | 2024-01-23T20:51:38.818Z | Compiling futures-core v0.3.30 |
| 887 | 2024-01-23T20:51:38.929Z | Compiling getrandom v0.2.12 |
| 888 | 2024-01-23T20:51:38.976Z | Compiling parking_lot_core v0.9.9 |
| 889 | 2024-01-23T20:51:39.077Z | Compiling signal-hook-registry v1.4.1 |
| 890 | 2024-01-23T20:51:39.102Z | Compiling socket2 v0.5.5 |
| 891 | 2024-01-23T20:51:39.190Z | Compiling mio v0.8.10 |
| 892 | 2024-01-23T20:51:39.545Z | Compiling parking_lot v0.12.1 |
| 893 | 2024-01-23T20:51:40.112Z | Compiling num_cpus v1.16.0 |
| 894 | 2024-01-23T20:51:40.271Z | Compiling num-traits v0.2.17 |
| 895 | 2024-01-23T20:51:40.616Z | Compiling tracing-core v0.1.32 |
| 896 | 2024-01-23T20:51:40.797Z | Compiling futures-sink v0.3.30 |
| 897 | 2024-01-23T20:51:40.920Z | Compiling iana-time-zone v0.1.59 |
| 898 | 2024-01-23T20:51:41.019Z | Compiling spin v0.9.8 |
| 899 | 2024-01-23T20:51:41.032Z | Compiling slab v0.4.9 |
| 900 | 2024-01-23T20:51:41.099Z | Compiling futures-channel v0.3.30 |
| 901 | 2024-01-23T20:51:41.395Z | Compiling fnv v1.0.7 |
| 902 | 2024-01-23T20:51:41.449Z | Compiling futures-task v0.3.30 |
| 903 | 2024-01-23T20:51:41.482Z | Compiling untrusted v0.9.0 |
| 904 | 2024-01-23T20:51:41.539Z | Compiling futures-io v0.3.30 |
| 905 | 2024-01-23T20:51:41.732Z | Compiling pin-utils v0.1.0 |
| 906 | 2024-01-23T20:51:41.749Z | Compiling ring v0.17.7 |
| 907 | 2024-01-23T20:51:41.760Z | Compiling hashbrown v0.14.3 |
| 908 | 2024-01-23T20:51:41.843Z | Compiling tracing v0.1.40 |
| 909 | 2024-01-23T20:51:41.912Z | Compiling futures-util v0.3.30 |
| 910 | 2024-01-23T20:51:42.055Z | Compiling uuid v0.8.2 |
| 911 | 2024-01-23T20:51:42.713Z | Compiling equivalent v1.0.1 |
| 912 | 2024-01-23T20:51:42.868Z | Compiling dyn-clone v1.0.16 |
| 913 | 2024-01-23T20:51:42.981Z | Compiling tinyvec_macros v0.1.1 |
| 914 | 2024-01-23T20:51:43.045Z | Compiling slog v2.7.0 |
| 915 | 2024-01-23T20:51:43.101Z | Compiling tinyvec v1.6.0 |
| 916 | 2024-01-23T20:51:43.245Z | Compiling unicode-ident v1.0.12 |
| 917 | 2024-01-23T20:51:43.512Z | Compiling proc-macro2 v1.0.78 |
| 918 | 2024-01-23T20:51:43.649Z | Compiling zerocopy v0.7.32 |
| 919 | 2024-01-23T20:51:43.958Z | Compiling typenum v1.17.0 |
| 920 | 2024-01-23T20:51:44.444Z | Compiling unicode-bidi v0.3.15 |
| 921 | 2024-01-23T20:51:45.658Z | Compiling unicode-normalization v0.1.22 |
| 922 | 2024-01-23T20:51:46.671Z | Compiling base64 v0.21.7 |
| 923 | 2024-01-23T20:51:46.688Z | Compiling generic-array v0.14.7 |
| 924 | 2024-01-23T20:51:46.688Z | Compiling quote v1.0.35 |
| 925 | 2024-01-23T20:51:47.194Z | Compiling crossbeam-utils v0.8.19 |
| 926 | 2024-01-23T20:51:47.531Z | Compiling httparse v1.8.0 |
| 927 | 2024-01-23T20:51:47.599Z | Compiling subtle v2.5.0 |
| 928 | 2024-01-23T20:51:47.810Z | Compiling bytes v1.5.0 |
| 929 | 2024-01-23T20:51:47.968Z | Compiling serde_json v1.0.111 |
| 930 | 2024-01-23T20:51:48.200Z | Compiling chrono v0.4.32 |
| 931 | 2024-01-23T20:51:48.413Z | Compiling uuid v1.7.0 |
| 932 | 2024-01-23T20:51:48.547Z | Compiling indexmap v2.1.0 |
| 933 | 2024-01-23T20:51:48.659Z | Compiling foreign-types-shared v0.1.1 |
| 934 | 2024-01-23T20:51:48.796Z | Compiling percent-encoding v2.3.1 |
| 935 | 2024-01-23T20:51:49.387Z | Compiling tokio v1.35.1 |
| 936 | 2024-01-23T20:51:49.467Z | Compiling http v0.2.11 |
| 937 | 2024-01-23T20:51:49.729Z | Compiling try-lock v0.2.5 |
| 938 | 2024-01-23T20:51:49.995Z | Compiling want v0.3.1 |
| 939 | 2024-01-23T20:51:49.999Z | Compiling foreign-types v0.3.2 |
| 940 | 2024-01-23T20:51:50.116Z | Compiling anyhow v1.0.79 |
| 941 | 2024-01-23T20:51:50.368Z | Compiling openssl-sys v0.9.99 |
| 942 | 2024-01-23T20:51:50.608Z | Compiling bitflags v2.4.2 |
| 943 | 2024-01-23T20:51:51.119Z | Compiling httpdate v1.0.3 |
| 944 | 2024-01-23T20:51:51.675Z | Compiling tower-service v0.3.2 |
| 945 | 2024-01-23T20:51:51.818Z | Compiling powerfmt v0.2.0 |
| 946 | 2024-01-23T20:51:52.014Z | Compiling form_urlencoded v1.2.1 |
| 947 | 2024-01-23T20:51:52.472Z | Compiling schemars v0.8.16 |
| 948 | 2024-01-23T20:51:52.493Z | Compiling http-body v0.4.6 |
| 949 | 2024-01-23T20:51:52.494Z | Compiling openssl v0.10.63 |
| 950 | 2024-01-23T20:51:52.989Z | Compiling deranged v0.3.11 |
| 951 | 2024-01-23T20:51:53.172Z | Compiling block-buffer v0.10.4 |
| 952 | 2024-01-23T20:51:53.187Z | Compiling crypto-common v0.1.6 |
| 953 | 2024-01-23T20:51:53.364Z | Compiling ahash v0.8.7 |
| 954 | 2024-01-23T20:51:53.401Z | Compiling sct v0.7.1 |
| 955 | 2024-01-23T20:51:53.887Z | Compiling rustls-webpki v0.101.7 |
| 956 | 2024-01-23T20:51:53.997Z | Compiling aho-corasick v1.1.2 |
| 957 | 2024-01-23T20:51:54.142Z | Compiling time-core v0.1.2 |
| 958 | 2024-01-23T20:51:54.434Z | Compiling regex-syntax v0.8.2 |
| 959 | 2024-01-23T20:51:55.431Z | Compiling num_threads v0.1.6 |
| 960 | 2024-01-23T20:51:55.623Z | Compiling openssl-probe v0.1.5 |
| 961 | 2024-01-23T20:51:55.986Z | Compiling time v0.3.31 |
| 962 | 2024-01-23T20:51:56.219Z | Compiling rustls v0.21.10 |
| 963 | 2024-01-23T20:51:57.429Z | Compiling hashbrown v0.13.2 |
| 964 | 2024-01-23T20:51:59.018Z | Compiling digest v0.10.7 |
| 965 | 2024-01-23T20:51:59.639Z | Compiling encoding_rs v0.8.33 |
| 966 | 2024-01-23T20:51:59.665Z | Compiling instant v0.1.12 |
| 967 | 2024-01-23T20:51:59.816Z | Compiling mime v0.3.17 |
| 968 | 2024-01-23T20:52:00.859Z | Compiling regex-automata v0.4.4 |
| 969 | 2024-01-23T20:52:03.565Z | Compiling tokio-util v0.7.10 |
| 970 | 2024-01-23T20:52:04.305Z | Compiling native-tls v0.2.11 |
| 971 | 2024-01-23T20:52:05.194Z | Compiling h2 v0.3.24 |
| 972 | 2024-01-23T20:52:05.821Z | Compiling tokio-native-tls v0.3.1 |
| 973 | 2024-01-23T20:52:06.190Z | Compiling tokio-rustls v0.24.1 |
| 974 | 2024-01-23T20:52:06.431Z | Compiling serde_urlencoded v0.7.1 |
| 975 | 2024-01-23T20:52:06.834Z | Compiling idna v0.5.0 |
| 976 | 2024-01-23T20:52:07.369Z | Compiling dirs-sys-next v0.1.2 |
| 977 | 2024-01-23T20:52:07.546Z | Compiling thread_local v1.1.7 |
| 978 | 2024-01-23T20:52:08.070Z | Compiling regex v1.10.3 |
| 979 | 2024-01-23T20:52:08.452Z | Compiling url v2.5.0 |
| 980 | 2024-01-23T20:52:08.511Z | Compiling dirs-next v2.0.0 |
| 981 | 2024-01-23T20:52:08.780Z | Compiling regress v0.7.1 |
| 982 | 2024-01-23T20:52:10.002Z | Compiling crossbeam-channel v0.5.11 |
| 983 | 2024-01-23T20:52:10.003Z | Compiling syn v2.0.48 |
| 984 | 2024-01-23T20:52:11.901Z | Compiling rustls-pemfile v1.0.4 |
| 985 | 2024-01-23T20:52:11.936Z | Compiling rand_core v0.6.4 |
| 986 | 2024-01-23T20:52:16.131Z | Compiling lazy_static v1.4.0 |
| 987 | 2024-01-23T20:52:16.512Z | Compiling ppv-lite86 v0.2.17 |
| 988 | 2024-01-23T20:52:16.512Z | Compiling hashbrown v0.12.3 |
| 989 | 2024-01-23T20:52:16.512Z | Compiling cpufeatures v0.2.12 |
| 990 | 2024-01-23T20:52:16.513Z | Compiling webpki-roots v0.25.3 |
| 991 | 2024-01-23T20:52:16.513Z | Compiling ipnet v2.9.0 |
| 992 | 2024-01-23T20:52:16.513Z | Compiling hyper v0.14.28 |
| 993 | 2024-01-23T20:52:16.900Z | Compiling unicode-width v0.1.11 |
| 994 | 2024-01-23T20:52:16.900Z | Compiling heck v0.4.1 |
| 995 | 2024-01-23T20:52:16.900Z | Compiling take_mut v0.2.2 |
| 996 | 2024-01-23T20:52:16.900Z | Compiling slog-async v2.8.0 |
| 997 | 2024-01-23T20:52:16.900Z | Compiling indexmap v1.9.3 |
| 998 | 2024-01-23T20:52:16.950Z | Compiling rand_chacha v0.3.1 |
| 999 | 2024-01-23T20:52:17.547Z | Compiling typify-impl v0.0.14 |
| 1000 | 2024-01-23T20:52:18.019Z | Compiling term v0.7.0 |
| 1001 | 2024-01-23T20:52:18.067Z | Compiling atty v0.2.14 |
| 1002 | 2024-01-23T20:52:18.637Z | Compiling rustls-pki-types v1.1.0 |
| 1003 | 2024-01-23T20:52:18.641Z | Compiling ucd-trie v0.1.6 |
| 1004 | 2024-01-23T20:52:18.641Z | Compiling rand v0.8.5 |
| 1005 | 2024-01-23T20:52:18.697Z | Compiling pest v2.7.6 |
| 1006 | 2024-01-23T20:52:19.506Z | Compiling slog-term v2.9.0 |
| 1007 | 2024-01-23T20:52:19.548Z | Compiling openapiv3 v1.0.4 |
| 1008 | 2024-01-23T20:52:20.762Z | Compiling getopts v0.2.21 |
| 1009 | 2024-01-23T20:52:21.214Z | Compiling ipnetwork v0.20.0 |
| 1010 | 2024-01-23T20:52:21.435Z | Compiling zerocopy v0.3.2 |
| 1011 | 2024-01-23T20:52:22.401Z | Compiling hyper-tls v0.5.0 |
| 1012 | 2024-01-23T20:52:22.567Z | Compiling hyper-rustls v0.24.2 |
| 1013 | 2024-01-23T20:52:22.794Z | Compiling typify v0.0.14 |
| 1014 | 2024-01-23T20:52:23.325Z | Compiling finl_unicode v1.2.0 |
| 1015 | 2024-01-23T20:52:23.335Z | Compiling match_cfg v0.1.0 |
| 1016 | 2024-01-23T20:52:23.335Z | Compiling reqwest v0.11.23 |
| 1017 | 2024-01-23T20:52:23.335Z | Compiling hostname v0.3.1 |
| 1018 | 2024-01-23T20:52:23.473Z | Compiling dtrace-parser v0.1.14 |
| 1019 | 2024-01-23T20:52:23.579Z | Compiling dof v0.1.5 |
| 1020 | 2024-01-23T20:52:23.980Z | Compiling stringprep v0.1.4 |
| 1021 | 2024-01-23T20:52:25.251Z | Compiling rustls-webpki v0.102.1 |
| 1022 | 2024-01-23T20:52:26.210Z | Compiling progenitor-impl v0.4.1 |
| 1023 | 2024-01-23T20:52:26.918Z | Compiling progenitor-client v0.4.1 |
| 1024 | 2024-01-23T20:52:26.940Z | Compiling syn v1.0.109 |
| 1025 | 2024-01-23T20:52:27.352Z | Compiling sha2 v0.10.8 |
| 1026 | 2024-01-23T20:52:27.502Z | Compiling hmac v0.12.1 |
| 1027 | 2024-01-23T20:52:27.651Z | Compiling md-5 v0.10.6 |
| 1028 | 2024-01-23T20:52:27.667Z | Compiling slog-json v2.6.1 |
| 1029 | 2024-01-23T20:52:27.787Z | Compiling toml_datetime v0.6.5 |
| 1030 | 2024-01-23T20:52:28.229Z | Compiling serde_spanned v0.6.5 |
| 1031 | 2024-01-23T20:52:28.449Z | Compiling thread-id v4.2.1 |
| 1032 | 2024-01-23T20:52:28.552Z | Compiling zeroize v1.7.0 |
| 1033 | 2024-01-23T20:52:28.617Z | Compiling winnow v0.5.34 |
| 1034 | 2024-01-23T20:52:28.632Z | Compiling foreign-types-shared v0.3.1 |
| 1035 | 2024-01-23T20:52:28.694Z | Compiling fallible-iterator v0.2.0 |
| 1036 | 2024-01-23T20:52:28.745Z | Compiling siphasher v0.3.11 |
| 1037 | 2024-01-23T20:52:29.014Z | Compiling rustls v0.22.2 |
| 1038 | 2024-01-23T20:52:29.317Z | Compiling phf_shared v0.11.2 |
| 1039 | 2024-01-23T20:52:29.768Z | Compiling postgres-protocol v0.6.6 |
| 1040 | 2024-01-23T20:52:29.878Z | Compiling progenitor v0.4.1 |
| 1041 | 2024-01-23T20:52:30.188Z | Compiling foreign-types v0.5.0 |
| 1042 | 2024-01-23T20:52:30.295Z | Compiling slog-bunyan v2.5.0 |
| 1043 | 2024-01-23T20:52:30.567Z | Compiling num_enum v0.5.11 |
| 1044 | 2024-01-23T20:52:30.888Z | Compiling num-integer v0.1.45 |
| 1045 | 2024-01-23T20:52:31.962Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1046 | 2024-01-23T20:52:32.087Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1047 | 2024-01-23T20:52:32.213Z | Compiling colored v2.1.0 |
| 1048 | 2024-01-23T20:52:32.321Z | Compiling futures-executor v0.3.30 |
| 1049 | 2024-01-23T20:52:33.283Z | Compiling http v1.0.0 |
| 1050 | 2024-01-23T20:52:33.473Z | Compiling cstr-argument v0.1.2 |
| 1051 | 2024-01-23T20:52:33.825Z | Compiling hash32 v0.3.1 |
| 1052 | 2024-01-23T20:52:34.176Z | Compiling atomic-waker v1.1.2 |
| 1053 | 2024-01-23T20:52:34.429Z | Compiling toml_edit v0.21.0 |
| 1054 | 2024-01-23T20:52:34.913Z | Compiling stable_deref_trait v1.2.0 |
| 1055 | 2024-01-23T20:52:35.041Z | Compiling pretty-hex v0.2.1 |
| 1056 | 2024-01-23T20:52:35.301Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1057 | 2024-01-23T20:52:35.869Z | Compiling tokio-rustls v0.25.0 |
| 1058 | 2024-01-23T20:52:36.527Z | Compiling usdt-impl v0.3.5 |
| 1059 | 2024-01-23T20:52:37.601Z | Compiling usdt v0.3.5 |
| 1060 | 2024-01-23T20:52:38.001Z | Compiling multer v3.0.0 |
| 1061 | 2024-01-23T20:52:39.568Z | Compiling toml v0.8.8 |
| 1062 | 2024-01-23T20:52:39.791Z | Compiling heapless v0.8.0 |
| 1063 | 2024-01-23T20:52:39.934Z | Compiling waitgroup v0.1.2 |
| 1064 | 2024-01-23T20:52:40.285Z | Compiling async-stream v0.3.5 |
| 1065 | 2024-01-23T20:52:40.797Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1066 | 2024-01-23T20:52:41.040Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1067 | 2024-01-23T20:52:41.984Z | Compiling futures v0.3.30 |
| 1068 | 2024-01-23T20:52:41.989Z | Compiling postgres-types v0.2.6 |
| 1069 | 2024-01-23T20:52:42.096Z | Compiling camino v1.1.6 |
| 1070 | 2024-01-23T20:52:42.486Z | Compiling phf v0.11.2 |
| 1071 | 2024-01-23T20:52:42.918Z | Compiling rustls-pemfile v2.0.0 |
| 1072 | 2024-01-23T20:52:43.622Z | Compiling sha1 v0.10.6 |
| 1073 | 2024-01-23T20:52:43.869Z | Compiling openapiv3 v2.0.0 |
| 1074 | 2024-01-23T20:52:43.943Z | Compiling serde_path_to_error v0.1.15 |
| 1075 | 2024-01-23T20:52:44.310Z | Compiling hex v0.4.3 |
| 1076 | 2024-01-23T20:52:45.312Z | Compiling socket2 v0.4.10 |
| 1077 | 2024-01-23T20:52:45.327Z | Compiling whoami v1.4.1 |
| 1078 | 2024-01-23T20:52:46.300Z | Compiling bitflags v1.3.2 |
| 1079 | 2024-01-23T20:52:46.433Z | Compiling cobs v0.2.3 |
| 1080 | 2024-01-23T20:52:46.857Z | Compiling utf8parse v0.2.1 |
| 1081 | 2024-01-23T20:52:46.939Z | Compiling embedded-io v0.4.0 |
| 1082 | 2024-01-23T20:52:46.947Z | Compiling debug-ignore v1.0.5 |
| 1083 | 2024-01-23T20:52:46.947Z | Compiling managed v0.8.0 |
| 1084 | 2024-01-23T20:52:46.947Z | Compiling anstyle-parse v0.2.3 |
| 1085 | 2024-01-23T20:52:46.968Z | Compiling postcard v1.0.8 |
| 1086 | 2024-01-23T20:52:47.079Z | Compiling tokio-postgres v0.7.10 |
| 1087 | 2024-01-23T20:52:47.419Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1088 | 2024-01-23T20:52:47.558Z | Compiling smoltcp v0.11.0 |
| 1089 | 2024-01-23T20:52:47.634Z | Compiling serde_with v3.5.0 |
| 1090 | 2024-01-23T20:52:48.219Z | Compiling strum v0.25.0 |
| 1091 | 2024-01-23T20:52:48.294Z | Compiling num-iter v0.1.43 |
| 1092 | 2024-01-23T20:52:48.448Z | Compiling num-rational v0.4.1 |
| 1093 | 2024-01-23T20:52:48.518Z | Compiling parse-display v0.8.2 |
| 1094 | 2024-01-23T20:52:48.784Z | Compiling semver v1.0.21 |
| 1095 | 2024-01-23T20:52:52.743Z | Compiling backoff v0.4.0 |
| 1096 | 2024-01-23T20:52:52.866Z | Compiling omicron-workspace-hack v0.1.0 |
| 1097 | 2024-01-23T20:52:52.866Z | Compiling macaddr v1.0.1 |
| 1098 | 2024-01-23T20:52:52.866Z | Compiling num-complex v0.4.4 |
| 1099 | 2024-01-23T20:52:52.866Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1100 | 2024-01-23T20:52:52.866Z | Compiling anstyle v1.0.4 |
| 1101 | 2024-01-23T20:52:52.866Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1102 | 2024-01-23T20:52:52.867Z | Compiling anstyle-query v1.0.2 |
| 1103 | 2024-01-23T20:52:52.867Z | Compiling colorchoice v1.0.0 |
| 1104 | 2024-01-23T20:52:52.867Z | Compiling num v0.4.1 |
| 1105 | 2024-01-23T20:52:52.867Z | Compiling strsim v0.10.0 |
| 1106 | 2024-01-23T20:52:52.867Z | Compiling clap_lex v0.6.0 |
| 1107 | 2024-01-23T20:52:52.885Z | Compiling anstream v0.6.11 |
| 1108 | 2024-01-23T20:52:52.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1109 | 2024-01-23T20:52:52.885Z | Compiling clap_builder v4.4.18 |
| 1110 | 2024-01-23T20:52:52.992Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1111 | 2024-01-23T20:52:53.066Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1112 | 2024-01-23T20:52:53.584Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
| 1113 | 2024-01-23T20:52:54.368Z | Compiling regress v0.6.0 |
| 1114 | 2024-01-23T20:52:55.863Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1115 | 2024-01-23T20:52:56.153Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1116 | 2024-01-23T20:52:56.175Z | Compiling crc8 v0.1.1 |
| 1117 | 2024-01-23T20:52:56.379Z | Compiling parking_lot_core v0.8.6 |
| 1118 | 2024-01-23T20:52:56.515Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1119 | 2024-01-23T20:52:57.226Z | Compiling half v1.8.2 |
| 1120 | 2024-01-23T20:52:57.354Z | Compiling ciborium-io v0.2.1 |
| 1121 | 2024-01-23T20:52:57.783Z | Compiling parking_lot v0.11.2 |
| 1122 | 2024-01-23T20:52:57.783Z | Compiling crc32fast v1.3.2 |
| 1123 | 2024-01-23T20:52:58.145Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 1124 | 2024-01-23T20:52:58.232Z | Compiling ciborium-ll v0.2.1 |
| 1125 | 2024-01-23T20:52:58.891Z | Compiling clap v4.4.18 |
| 1126 | 2024-01-23T20:52:59.031Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1127 | 2024-01-23T20:52:59.084Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1128 | 2024-01-23T20:52:59.129Z | Compiling crossbeam-epoch v0.9.18 |
| 1129 | 2024-01-23T20:52:59.224Z | Compiling fxhash v0.2.1 |
| 1130 | 2024-01-23T20:52:59.308Z | Compiling arc-swap v1.6.0 |
| 1131 | 2024-01-23T20:52:59.400Z | Compiling ciborium v0.2.1 |
| 1132 | 2024-01-23T20:53:00.418Z | Compiling slog-scope v4.4.0 |
| 1133 | 2024-01-23T20:53:00.473Z | Compiling sled v0.34.7 |
| 1134 | 2024-01-23T20:53:00.748Z | Compiling slog-stdlog v4.1.1 |
| 1135 | 2024-01-23T20:53:01.485Z | Compiling slog-envlogger v2.2.0 |
| 1136 | 2024-01-23T20:53:01.501Z | Compiling either v1.9.0 |
| 1137 | 2024-01-23T20:53:01.915Z | Compiling itertools v0.12.0 |
| 1138 | 2024-01-23T20:53:02.406Z | Compiling minimal-lexical v0.2.1 |
| 1139 | 2024-01-23T20:53:02.753Z | Compiling nom v7.1.3 |
| 1140 | 2024-01-23T20:53:02.809Z | Compiling num_enum v0.7.2 |
| 1141 | 2024-01-23T20:53:03.423Z | Compiling tabwriter v1.4.0 |
| 1142 | 2024-01-23T20:53:03.892Z | Compiling humantime v2.1.0 |
| 1143 | 2024-01-23T20:53:03.978Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1144 | 2024-01-23T20:53:04.766Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1145 | 2024-01-23T20:53:06.511Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1146 | 2024-01-23T20:53:06.844Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
| 1147 | 2024-01-23T20:53:08.113Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#a223368c) |
| 1148 | 2024-01-23T20:53:09.067Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1149 | 2024-01-23T20:53:09.478Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1150 | 2024-01-23T20:53:13.509Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 1151 | 2024-01-23T20:53:15.912Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1152 | 2024-01-23T20:53:18.176Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#e71baaa0) |
| 1153 | 2024-01-23T20:53:21.047Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#e71baaa0) |
| 1154 | 2024-01-23T20:53:32.130Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1155 | 2024-01-23T20:53:37.754Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1156 | 2024-01-23T20:53:39.212Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1157 | 2024-01-23T20:53:39.216Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1158 | 2024-01-23T20:53:54.947Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1159 | 2024-01-23T20:53:54.947Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1160 | 2024-01-23T20:53:54.951Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1161 | 2024-01-23T20:54:36.448Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 59s |
| 1162 | 2024-01-23T20:54:36.607Z | |
| 1163 | 2024-01-23T20:54:36.607Z | real 2:59.245171758 |
| 1164 | 2024-01-23T20:54:36.607Z | user 14:33.544567571 |
| 1165 | 2024-01-23T20:54:36.607Z | sys 2:22.569460813 |
| 1166 | 2024-01-23T20:54:36.607Z | trap 0.652761065 |
| 1167 | 2024-01-23T20:54:36.608Z | tflt 0.223077394 |
| 1168 | 2024-01-23T20:54:36.608Z | dflt 1.509040942 |
| 1169 | 2024-01-23T20:54:36.608Z | kflt 0.000031140 |
| 1170 | 2024-01-23T20:54:36.608Z | lock 30:56.356466814 |
| 1171 | 2024-01-23T20:54:36.608Z | slp 42:25.302764716 |
| 1172 | 2024-01-23T20:54:36.608Z | lat 23.618860716 |
| 1173 | 2024-01-23T20:54:36.608Z | stop 16.798688248 |
| 1174 | 2024-01-23T20:54:36.608Z | + ptime -m cargo build --release |
| 1175 | 2024-01-23T20:54:37.020Z | Compiling proc-macro2 v1.0.78 |
| 1176 | 2024-01-23T20:54:37.020Z | Compiling unicode-ident v1.0.12 |
| 1177 | 2024-01-23T20:54:37.049Z | Compiling libc v0.2.152 |
| 1178 | 2024-01-23T20:54:37.049Z | Compiling autocfg v1.1.0 |
| 1179 | 2024-01-23T20:54:37.049Z | Compiling cfg-if v1.0.0 |
| 1180 | 2024-01-23T20:54:37.049Z | Compiling serde v1.0.195 |
| 1181 | 2024-01-23T20:54:37.050Z | Compiling version_check v0.9.4 |
| 1182 | 2024-01-23T20:54:37.050Z | Compiling syn v1.0.109 |
| 1183 | 2024-01-23T20:54:37.264Z | Compiling memchr v2.7.1 |
| 1184 | 2024-01-23T20:54:37.430Z | Compiling itoa v1.0.10 |
| 1185 | 2024-01-23T20:54:37.571Z | Compiling thiserror v1.0.56 |
| 1186 | 2024-01-23T20:54:37.806Z | Compiling serde_json v1.0.111 |
| 1187 | 2024-01-23T20:54:37.910Z | Compiling once_cell v1.19.0 |
| 1188 | 2024-01-23T20:54:38.296Z | Compiling lock_api v0.4.11 |
| 1189 | 2024-01-23T20:54:38.323Z | Compiling pin-project-lite v0.2.13 |
| 1190 | 2024-01-23T20:54:38.498Z | Compiling smallvec v1.13.1 |
| 1191 | 2024-01-23T20:54:38.606Z | Compiling byteorder v1.5.0 |
| 1192 | 2024-01-23T20:54:38.689Z | Compiling scopeguard v1.2.0 |
| 1193 | 2024-01-23T20:54:39.460Z | Compiling quote v1.0.35 |
| 1194 | 2024-01-23T20:54:39.505Z | Compiling getrandom v0.2.12 |
| 1195 | 2024-01-23T20:54:39.556Z | Compiling cc v1.0.83 |
| 1196 | 2024-01-23T20:54:39.595Z | Compiling parking_lot_core v0.9.9 |
| 1197 | 2024-01-23T20:54:39.928Z | Compiling ryu v1.0.16 |
| 1198 | 2024-01-23T20:54:40.197Z | Compiling syn v2.0.48 |
| 1199 | 2024-01-23T20:54:40.534Z | Compiling libm v0.2.8 |
| 1200 | 2024-01-23T20:54:40.584Z | Compiling log v0.4.20 |
| 1201 | 2024-01-23T20:54:41.075Z | Compiling num-traits v0.2.17 |
| 1202 | 2024-01-23T20:54:41.595Z | Compiling parking_lot v0.12.1 |
| 1203 | 2024-01-23T20:54:42.329Z | Compiling socket2 v0.5.5 |
| 1204 | 2024-01-23T20:54:42.493Z | Compiling num_cpus v1.16.0 |
| 1205 | 2024-01-23T20:54:42.548Z | Compiling signal-hook-registry v1.4.1 |
| 1206 | 2024-01-23T20:54:42.655Z | Compiling mio v0.8.10 |
| 1207 | 2024-01-23T20:54:45.068Z | Compiling equivalent v1.0.1 |
| 1208 | 2024-01-23T20:54:45.690Z | Compiling hashbrown v0.14.3 |
| 1209 | 2024-01-23T20:54:45.763Z | Compiling ahash v0.8.7 |
| 1210 | 2024-01-23T20:54:45.763Z | Compiling heck v0.4.1 |
| 1211 | 2024-01-23T20:54:45.794Z | Compiling futures-core v0.3.30 |
| 1212 | 2024-01-23T20:54:46.124Z | Compiling ring v0.17.7 |
| 1213 | 2024-01-23T20:54:46.156Z | Compiling tracing-core v0.1.32 |
| 1214 | 2024-01-23T20:54:46.727Z | Compiling slab v0.4.9 |
| 1215 | 2024-01-23T20:54:46.737Z | Compiling futures-sink v0.3.30 |
| 1216 | 2024-01-23T20:54:46.913Z | Compiling iana-time-zone v0.1.59 |
| 1217 | 2024-01-23T20:54:47.196Z | Compiling indexmap v2.1.0 |
| 1218 | 2024-01-23T20:54:47.682Z | Compiling spin v0.9.8 |
| 1219 | 2024-01-23T20:54:47.876Z | Compiling futures-channel v0.3.30 |
| 1220 | 2024-01-23T20:54:48.004Z | Compiling untrusted v0.9.0 |
| 1221 | 2024-01-23T20:54:48.512Z | Compiling futures-task v0.3.30 |
| 1222 | 2024-01-23T20:54:48.512Z | Compiling pin-utils v0.1.0 |
| 1223 | 2024-01-23T20:54:48.512Z | Compiling schemars v0.8.16 |
| 1224 | 2024-01-23T20:54:48.530Z | Compiling futures-io v0.3.30 |
| 1225 | 2024-01-23T20:54:48.643Z | Compiling fnv v1.0.7 |
| 1226 | 2024-01-23T20:54:48.895Z | Compiling uuid v0.8.2 |
| 1227 | 2024-01-23T20:54:49.032Z | Compiling vcpkg v0.2.15 |
| 1228 | 2024-01-23T20:54:49.151Z | Compiling slog v2.7.0 |
| 1229 | 2024-01-23T20:54:49.994Z | Compiling dyn-clone v1.0.16 |
| 1230 | 2024-01-23T20:54:50.172Z | Compiling pkg-config v0.3.29 |
| 1231 | 2024-01-23T20:54:50.355Z | Compiling tinyvec_macros v0.1.1 |
| 1232 | 2024-01-23T20:54:50.472Z | Compiling typenum v1.17.0 |
| 1233 | 2024-01-23T20:54:50.821Z | Compiling serde_derive_internals v0.26.0 |
| 1234 | 2024-01-23T20:54:51.798Z | Compiling tinyvec v1.6.0 |
| 1235 | 2024-01-23T20:54:52.135Z | Compiling openssl-sys v0.9.99 |
| 1236 | 2024-01-23T20:54:52.633Z | Compiling generic-array v0.14.7 |
| 1237 | 2024-01-23T20:54:53.227Z | Compiling httparse v1.8.0 |
| 1238 | 2024-01-23T20:54:54.180Z | Compiling crossbeam-utils v0.8.19 |
| 1239 | 2024-01-23T20:54:54.184Z | Compiling zerocopy v0.7.32 |
| 1240 | 2024-01-23T20:54:54.613Z | Compiling unicode-normalization v0.1.22 |
| 1241 | 2024-01-23T20:54:55.794Z | Compiling indexmap v1.9.3 |
| 1242 | 2024-01-23T20:54:56.255Z | Compiling unicode-bidi v0.3.15 |
| 1243 | 2024-01-23T20:54:56.796Z | Compiling ucd-trie v0.1.6 |
| 1244 | 2024-01-23T20:54:57.186Z | Compiling unicode-xid v0.2.4 |
| 1245 | 2024-01-23T20:54:57.417Z | Compiling base64 v0.21.7 |
| 1246 | 2024-01-23T20:54:57.631Z | Compiling anyhow v1.0.79 |
| 1247 | 2024-01-23T20:54:58.077Z | Compiling chrono v0.4.32 |
| 1248 | 2024-01-23T20:54:58.610Z | Compiling synstructure v0.12.6 |
| 1249 | 2024-01-23T20:55:00.669Z | Compiling schemars_derive v0.8.16 |
| 1250 | 2024-01-23T20:55:00.957Z | Compiling serde_derive v1.0.195 |
| 1251 | 2024-01-23T20:55:01.022Z | Compiling thiserror-impl v1.0.56 |
| 1252 | 2024-01-23T20:55:01.291Z | Compiling tokio-macros v2.2.0 |
| 1253 | 2024-01-23T20:55:01.490Z | Compiling tracing-attributes v0.1.27 |
| 1254 | 2024-01-23T20:55:01.617Z | Compiling futures-macro v0.3.30 |
| 1255 | 2024-01-23T20:55:02.666Z | Compiling zerocopy-derive v0.7.32 |
| 1256 | 2024-01-23T20:55:03.897Z | Compiling hashbrown v0.13.2 |
| 1257 | 2024-01-23T20:55:04.938Z | Compiling futures-util v0.3.30 |
| 1258 | 2024-01-23T20:55:05.909Z | Compiling pest v2.7.6 |
| 1259 | 2024-01-23T20:55:07.011Z | Compiling tracing v0.1.40 |
| 1260 | 2024-01-23T20:55:08.174Z | Compiling openssl v0.10.63 |
| 1261 | 2024-01-23T20:55:08.853Z | Compiling percent-encoding v2.3.1 |
| 1262 | 2024-01-23T20:55:08.958Z | Compiling try-lock v0.2.5 |
| 1263 | 2024-01-23T20:55:09.267Z | Compiling toml_datetime v0.6.5 |
| 1264 | 2024-01-23T20:55:09.811Z | Compiling subtle v2.5.0 |
| 1265 | 2024-01-23T20:55:09.937Z | Compiling winnow v0.5.34 |
| 1266 | 2024-01-23T20:55:09.965Z | Compiling foreign-types-shared v0.1.1 |
| 1267 | 2024-01-23T20:55:10.107Z | Compiling uuid v1.7.0 |
| 1268 | 2024-01-23T20:55:10.213Z | Compiling foreign-types v0.3.2 |
| 1269 | 2024-01-23T20:55:10.330Z | Compiling pest_meta v2.7.6 |
| 1270 | 2024-01-23T20:55:10.574Z | Compiling want v0.3.1 |
| 1271 | 2024-01-23T20:55:10.924Z | Compiling regress v0.7.1 |
| 1272 | 2024-01-23T20:55:10.999Z | Compiling zerocopy-derive v0.2.0 |
| 1273 | 2024-01-23T20:55:11.012Z | Compiling openssl-macros v0.1.1 |
| 1274 | 2024-01-23T20:55:16.268Z | Compiling rustls v0.21.10 |
| 1275 | 2024-01-23T20:55:16.467Z | Compiling tower-service v0.3.2 |
| 1276 | 2024-01-23T20:55:16.626Z | Compiling powerfmt v0.2.0 |
| 1277 | 2024-01-23T20:55:16.784Z | Compiling bitflags v2.4.2 |
| 1278 | 2024-01-23T20:55:17.192Z | Compiling native-tls v0.2.11 |
| 1279 | 2024-01-23T20:55:17.275Z | Compiling time-core v0.1.2 |
| 1280 | 2024-01-23T20:55:17.420Z | Compiling httpdate v1.0.3 |
| 1281 | 2024-01-23T20:55:17.504Z | Compiling time-macros v0.2.16 |
| 1282 | 2024-01-23T20:55:17.872Z | Compiling deranged v0.3.11 |
| 1283 | 2024-01-23T20:55:18.794Z | Compiling pest_generator v2.7.6 |
| 1284 | 2024-01-23T20:55:18.846Z | Compiling form_urlencoded v1.2.1 |
| 1285 | 2024-01-23T20:55:20.072Z | Compiling rustls-webpki v0.101.7 |
| 1286 | 2024-01-23T20:55:20.084Z | Compiling sct v0.7.1 |
| 1287 | 2024-01-23T20:55:20.575Z | Compiling crypto-common v0.1.6 |
| 1288 | 2024-01-23T20:55:20.835Z | Compiling block-buffer v0.10.4 |
| 1289 | 2024-01-23T20:55:21.183Z | Compiling aho-corasick v1.1.2 |
| 1290 | 2024-01-23T20:55:21.891Z | Compiling regex-syntax v0.8.2 |
| 1291 | 2024-01-23T20:55:22.594Z | Compiling openssl-probe v0.1.5 |
| 1292 | 2024-01-23T20:55:24.401Z | Compiling bytes v1.5.0 |
| 1293 | 2024-01-23T20:55:27.006Z | Compiling tokio v1.35.1 |
| 1294 | 2024-01-23T20:55:34.427Z | Compiling http v0.2.11 |
| 1295 | 2024-01-23T20:55:35.336Z | Compiling serde_tokenstream v0.2.0 |
| 1296 | 2024-01-23T20:55:41.803Z | Compiling tokio-util v0.7.10 |
| 1297 | 2024-01-23T20:55:42.608Z | Compiling http-body v0.4.6 |
| 1298 | 2024-01-23T20:55:43.384Z | Compiling typify-impl v0.0.14 |
| 1299 | 2024-01-23T20:55:43.573Z | Compiling h2 v0.3.24 |
| 1300 | 2024-01-23T20:55:45.828Z | Compiling num_threads v0.1.6 |
| 1301 | 2024-01-23T20:55:45.912Z | Compiling time v0.3.31 |
| 1302 | 2024-01-23T20:55:45.917Z | Compiling regex-automata v0.4.4 |
| 1303 | 2024-01-23T20:55:51.787Z | Compiling pest_derive v2.7.6 |
| 1304 | 2024-01-23T20:55:52.056Z | Compiling hyper v0.14.28 |
| 1305 | 2024-01-23T20:55:53.173Z | Compiling digest v0.10.7 |
| 1306 | 2024-01-23T20:56:02.306Z | Compiling typify-macro v0.0.14 |
| 1307 | 2024-01-23T20:56:03.021Z | Compiling usdt-impl v0.3.5 |
| 1308 | 2024-01-23T20:56:03.585Z | Compiling instant v0.1.12 |
| 1309 | 2024-01-23T20:56:03.804Z | Compiling encoding_rs v0.8.33 |
| 1310 | 2024-01-23T20:56:05.122Z | Compiling mime v0.3.17 |
| 1311 | 2024-01-23T20:56:07.350Z | Compiling tokio-rustls v0.24.1 |
| 1312 | 2024-01-23T20:56:07.624Z | Compiling regex v1.10.3 |
| 1313 | 2024-01-23T20:56:09.786Z | Compiling tokio-native-tls v0.3.1 |
| 1314 | 2024-01-23T20:56:09.913Z | Compiling serde_urlencoded v0.7.1 |
| 1315 | 2024-01-23T20:56:10.247Z | Compiling idna v0.5.0 |
| 1316 | 2024-01-23T20:56:11.250Z | Compiling dirs-sys-next v0.1.2 |
| 1317 | 2024-01-23T20:56:13.054Z | Compiling thread_local v1.1.7 |
| 1318 | 2024-01-23T20:56:14.694Z | Compiling hashbrown v0.12.3 |
| 1319 | 2024-01-23T20:56:14.713Z | Compiling slog-async v2.8.0 |
| 1320 | 2024-01-23T20:56:16.021Z | Compiling zerocopy v0.3.2 |
| 1321 | 2024-01-23T20:56:17.586Z | Compiling url v2.5.0 |
| 1322 | 2024-01-23T20:56:17.970Z | Compiling dirs-next v2.0.0 |
| 1323 | 2024-01-23T20:56:17.970Z | Compiling hyper-tls v0.5.0 |
| 1324 | 2024-01-23T20:56:18.441Z | Compiling hyper-rustls v0.24.2 |
| 1325 | 2024-01-23T20:56:18.793Z | Compiling crossbeam-channel v0.5.11 |
| 1326 | 2024-01-23T20:56:34.032Z | Compiling rustls-pemfile v1.0.4 |
| 1327 | 2024-01-23T20:56:34.032Z | Compiling rand_core v0.6.4 |
| 1328 | 2024-01-23T20:56:34.032Z | Compiling take_mut v0.2.2 |
| 1329 | 2024-01-23T20:56:34.032Z | Compiling ipnet v2.9.0 |
| 1330 | 2024-01-23T20:56:34.032Z | Compiling omicron-workspace-hack v0.1.0 |
| 1331 | 2024-01-23T20:56:34.032Z | Compiling ppv-lite86 v0.2.17 |
| 1332 | 2024-01-23T20:56:34.032Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1333 | 2024-01-23T20:56:34.032Z | Compiling unicode-width v0.1.11 |
| 1334 | 2024-01-23T20:56:34.032Z | Compiling lazy_static v1.4.0 |
| 1335 | 2024-01-23T20:56:34.033Z | Compiling webpki-roots v0.25.3 |
| 1336 | 2024-01-23T20:56:34.033Z | Compiling cpufeatures v0.2.12 |
| 1337 | 2024-01-23T20:56:34.033Z | Compiling reqwest v0.11.23 |
| 1338 | 2024-01-23T20:56:34.033Z | Compiling getopts v0.2.21 |
| 1339 | 2024-01-23T20:56:34.033Z | Compiling rand_chacha v0.3.1 |
| 1340 | 2024-01-23T20:56:34.033Z | Compiling openapiv3 v1.0.4 |
| 1341 | 2024-01-23T20:56:35.383Z | Compiling term v0.7.0 |
| 1342 | 2024-01-23T20:56:36.853Z | Compiling dof v0.1.5 |
| 1343 | 2024-01-23T20:56:38.429Z | Compiling typify v0.0.14 |
| 1344 | 2024-01-23T20:56:38.481Z | Compiling dtrace-parser v0.1.14 |
| 1345 | 2024-01-23T20:56:39.715Z | Compiling toml_edit v0.19.15 |
| 1346 | 2024-01-23T20:56:41.278Z | Compiling atty v0.2.14 |
| 1347 | 2024-01-23T20:56:41.304Z | Compiling thread-id v4.2.1 |
| 1348 | 2024-01-23T20:56:41.408Z | Compiling rustls-pki-types v1.1.0 |
| 1349 | 2024-01-23T20:56:43.516Z | Compiling strsim v0.10.0 |
| 1350 | 2024-01-23T20:56:44.202Z | Compiling unsafe-libyaml v0.2.10 |
| 1351 | 2024-01-23T20:56:44.689Z | Compiling ident_case v1.0.1 |
| 1352 | 2024-01-23T20:56:44.689Z | Compiling darling_core v0.20.3 |
| 1353 | 2024-01-23T20:56:44.689Z | Compiling proc-macro-crate v1.3.1 |
| 1354 | 2024-01-23T20:56:45.925Z | Compiling serde_yaml v0.9.30 |
| 1355 | 2024-01-23T20:56:52.279Z | Compiling slog-term v2.9.0 |
| 1356 | 2024-01-23T20:56:52.636Z | Compiling progenitor-impl v0.4.1 |
| 1357 | 2024-01-23T20:56:52.901Z | Compiling rand v0.8.5 |
| 1358 | 2024-01-23T20:56:57.236Z | Compiling ipnetwork v0.20.0 |
| 1359 | 2024-01-23T20:56:59.110Z | Compiling serde_tokenstream v0.1.7 |
| 1360 | 2024-01-23T20:56:59.934Z | Compiling num-integer v0.1.45 |
| 1361 | 2024-01-23T20:57:00.335Z | Compiling rustls v0.22.2 |
| 1362 | 2024-01-23T20:57:00.437Z | Compiling finl_unicode v1.2.0 |
| 1363 | 2024-01-23T20:57:00.845Z | Compiling match_cfg v0.1.0 |
| 1364 | 2024-01-23T20:57:01.256Z | Compiling rustversion v1.0.14 |
| 1365 | 2024-01-23T20:57:01.497Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1366 | 2024-01-23T20:57:01.893Z | Compiling async-trait v0.1.77 |
| 1367 | 2024-01-23T20:57:02.038Z | Compiling stringprep v0.1.4 |
| 1368 | 2024-01-23T20:57:02.675Z | Compiling hostname v0.3.1 |
| 1369 | 2024-01-23T20:57:03.306Z | Compiling progenitor-macro v0.4.1 |
| 1370 | 2024-01-23T20:57:03.938Z | Compiling darling_macro v0.20.3 |
| 1371 | 2024-01-23T20:57:05.692Z | Compiling num_enum_derive v0.5.11 |
| 1372 | 2024-01-23T20:57:15.711Z | Compiling rustls-webpki v0.102.1 |
| 1373 | 2024-01-23T20:57:15.711Z | Compiling progenitor-client v0.4.1 |
| 1374 | 2024-01-23T20:57:17.094Z | Compiling sha2 v0.10.8 |
| 1375 | 2024-01-23T20:57:17.437Z | Compiling hmac v0.12.1 |
| 1376 | 2024-01-23T20:57:17.838Z | Compiling md-5 v0.10.6 |
| 1377 | 2024-01-23T20:57:18.128Z | Compiling slog-json v2.6.1 |
| 1378 | 2024-01-23T20:57:20.030Z | Compiling serde_spanned v0.6.5 |
| 1379 | 2024-01-23T20:57:20.510Z | Compiling structmeta-derive v0.2.0 |
| 1380 | 2024-01-23T20:57:23.235Z | Compiling foreign-types-macros v0.2.3 |
| 1381 | 2024-01-23T20:57:25.041Z | Compiling multer v3.0.0 |
| 1382 | 2024-01-23T20:57:25.309Z | Compiling paste v1.0.14 |
| 1383 | 2024-01-23T20:57:25.533Z | Compiling zeroize v1.7.0 |
| 1384 | 2024-01-23T20:57:26.012Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1385 | 2024-01-23T20:57:26.037Z | Compiling foreign-types-shared v0.3.1 |
| 1386 | 2024-01-23T20:57:26.192Z | Compiling fallible-iterator v0.2.0 |
| 1387 | 2024-01-23T20:57:26.487Z | Compiling heapless v0.8.0 |
| 1388 | 2024-01-23T20:57:27.280Z | Compiling camino v1.1.6 |
| 1389 | 2024-01-23T20:57:29.540Z | Compiling siphasher v0.3.11 |
| 1390 | 2024-01-23T20:57:29.540Z | Compiling phf_shared v0.11.2 |
| 1391 | 2024-01-23T20:57:29.540Z | Compiling postgres-protocol v0.6.6 |
| 1392 | 2024-01-23T20:57:32.703Z | Compiling progenitor v0.4.1 |
| 1393 | 2024-01-23T20:57:33.393Z | Compiling foreign-types v0.5.0 |
| 1394 | 2024-01-23T20:57:35.441Z | Compiling toml_edit v0.21.0 |
| 1395 | 2024-01-23T20:57:37.825Z | Compiling structmeta v0.2.0 |
| 1396 | 2024-01-23T20:57:38.435Z | Compiling slog-bunyan v2.5.0 |
| 1397 | 2024-01-23T20:57:38.946Z | Compiling num_enum v0.5.11 |
| 1398 | 2024-01-23T20:57:39.191Z | Compiling darling v0.20.3 |
| 1399 | 2024-01-23T20:57:43.672Z | Compiling usdt-attr-macro v0.3.5 |
| 1400 | 2024-01-23T20:57:44.196Z | Compiling usdt-macro v0.3.5 |
| 1401 | 2024-01-23T20:57:46.372Z | Compiling colored v2.1.0 |
| 1402 | 2024-01-23T20:57:46.400Z | Compiling http v1.0.0 |
| 1403 | 2024-01-23T20:57:48.597Z | Compiling futures-executor v0.3.30 |
| 1404 | 2024-01-23T20:57:49.833Z | Compiling async-stream-impl v0.3.5 |
| 1405 | 2024-01-23T20:57:50.515Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1406 | 2024-01-23T20:57:51.910Z | Compiling hash32 v0.3.1 |
| 1407 | 2024-01-23T20:57:52.065Z | Compiling cstr-argument v0.1.2 |
| 1408 | 2024-01-23T20:57:52.280Z | Compiling num-iter v0.1.43 |
| 1409 | 2024-01-23T20:57:52.430Z | Compiling num-rational v0.4.1 |
| 1410 | 2024-01-23T20:57:52.771Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1411 | 2024-01-23T20:57:52.937Z | Compiling stable_deref_trait v1.2.0 |
| 1412 | 2024-01-23T20:57:53.077Z | Compiling regex-syntax v0.7.5 |
| 1413 | 2024-01-23T20:57:53.258Z | Compiling atomic-waker v1.1.2 |
| 1414 | 2024-01-23T20:57:53.523Z | Compiling smoltcp v0.11.0 |
| 1415 | 2024-01-23T20:57:54.579Z | Compiling pretty-hex v0.2.1 |
| 1416 | 2024-01-23T20:57:54.647Z | Compiling semver v1.0.21 |
| 1417 | 2024-01-23T20:57:54.862Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1418 | 2024-01-23T20:57:55.472Z | Compiling waitgroup v0.1.2 |
| 1419 | 2024-01-23T20:57:56.371Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1420 | 2024-01-23T20:57:57.504Z | Compiling async-stream v0.3.5 |
| 1421 | 2024-01-23T20:57:58.098Z | Compiling futures v0.3.30 |
| 1422 | 2024-01-23T20:57:58.265Z | Compiling usdt v0.3.5 |
| 1423 | 2024-01-23T20:57:58.968Z | Compiling strum_macros v0.25.3 |
| 1424 | 2024-01-23T20:58:05.690Z | Compiling tokio-rustls v0.25.0 |
| 1425 | 2024-01-23T20:58:05.803Z | Compiling toml v0.8.8 |
| 1426 | 2024-01-23T20:58:05.803Z | Compiling serde_with_macros v3.5.0 |
| 1427 | 2024-01-23T20:58:05.803Z | Compiling parse-display-derive v0.8.2 |
| 1428 | 2024-01-23T20:58:05.839Z | Compiling postgres-types v0.2.6 |
| 1429 | 2024-01-23T20:58:05.886Z | Compiling phf v0.11.2 |
| 1430 | 2024-01-23T20:58:07.899Z | Compiling rustls-pemfile v2.0.0 |
| 1431 | 2024-01-23T20:58:08.569Z | Compiling sha1 v0.10.6 |
| 1432 | 2024-01-23T20:58:09.705Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
| 1433 | 2024-01-23T20:58:10.230Z | Compiling openapiv3 v2.0.0 |
| 1434 | 2024-01-23T20:58:10.239Z | Compiling serde_path_to_error v0.1.15 |
| 1435 | 2024-01-23T20:58:10.240Z | Compiling hex v0.4.3 |
| 1436 | 2024-01-23T20:58:11.346Z | Compiling socket2 v0.4.10 |
| 1437 | 2024-01-23T20:58:11.509Z | Compiling whoami v1.4.1 |
| 1438 | 2024-01-23T20:58:11.889Z | Compiling utf8parse v0.2.1 |
| 1439 | 2024-01-23T20:58:12.120Z | Compiling debug-ignore v1.0.5 |
| 1440 | 2024-01-23T20:58:12.324Z | Compiling bitflags v1.3.2 |
| 1441 | 2024-01-23T20:58:12.468Z | Compiling managed v0.8.0 |
| 1442 | 2024-01-23T20:58:12.887Z | Compiling cobs v0.2.3 |
| 1443 | 2024-01-23T20:58:13.060Z | Compiling embedded-io v0.4.0 |
| 1444 | 2024-01-23T20:58:13.403Z | Compiling postcard v1.0.8 |
| 1445 | 2024-01-23T20:58:13.604Z | Compiling anstyle-parse v0.2.3 |
| 1446 | 2024-01-23T20:58:14.156Z | Compiling tokio-postgres v0.7.10 |
| 1447 | 2024-01-23T20:58:14.274Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1448 | 2024-01-23T20:58:14.508Z | Compiling parse-display v0.8.2 |
| 1449 | 2024-01-23T20:58:14.841Z | Compiling serde_with v3.5.0 |
| 1450 | 2024-01-23T20:58:14.910Z | Compiling strum v0.25.0 |
| 1451 | 2024-01-23T20:58:20.303Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 1452 | 2024-01-23T20:58:21.602Z | Compiling backoff v0.4.0 |
| 1453 | 2024-01-23T20:58:22.130Z | Compiling macaddr v1.0.1 |
| 1454 | 2024-01-23T20:58:22.280Z | Compiling num-complex v0.4.4 |
| 1455 | 2024-01-23T20:58:22.568Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1456 | 2024-01-23T20:58:23.067Z | Compiling anstyle v1.0.4 |
| 1457 | 2024-01-23T20:58:23.112Z | Compiling anstyle-query v1.0.2 |
| 1458 | 2024-01-23T20:58:23.305Z | Compiling colorchoice v1.0.0 |
| 1459 | 2024-01-23T20:58:23.559Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1460 | 2024-01-23T20:58:23.770Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 1461 | 2024-01-23T20:58:23.882Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1462 | 2024-01-23T20:58:24.307Z | Compiling num v0.4.1 |
| 1463 | 2024-01-23T20:58:24.428Z | Compiling anstream v0.6.11 |
| 1464 | 2024-01-23T20:58:24.526Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 1465 | 2024-01-23T20:58:26.108Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1466 | 2024-01-23T20:58:26.372Z | Compiling clap_lex v0.6.0 |
| 1467 | 2024-01-23T20:58:27.495Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 1468 | 2024-01-23T20:58:27.561Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#d44d9e08) |
| 1469 | 2024-01-23T20:58:28.380Z | Compiling clap_builder v4.4.18 |
| 1470 | 2024-01-23T20:58:29.620Z | Compiling clap_derive v4.4.7 |
| 1471 | 2024-01-23T20:58:31.392Z | Compiling parking_lot_core v0.8.6 |
| 1472 | 2024-01-23T20:58:32.017Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1473 | 2024-01-23T20:58:32.611Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1474 | 2024-01-23T20:58:37.006Z | Compiling regress v0.6.0 |
| 1475 | 2024-01-23T20:58:37.551Z | Compiling clap v4.4.18 |
| 1476 | 2024-01-23T20:58:37.701Z | Compiling crc32fast v1.3.2 |
| 1477 | 2024-01-23T20:58:38.431Z | Compiling crc8 v0.1.1 |
| 1478 | 2024-01-23T20:58:40.479Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?branch=master#1d29ef60) |
| 1479 | 2024-01-23T20:58:42.073Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1480 | 2024-01-23T20:58:43.010Z | Compiling serde_repr v0.1.18 |
| 1481 | 2024-01-23T20:58:44.793Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#030adce4) |
| 1482 | 2024-01-23T20:58:45.399Z | Compiling ciborium-io v0.2.1 |
| 1483 | 2024-01-23T20:58:45.568Z | Compiling half v1.8.2 |
| 1484 | 2024-01-23T20:58:45.932Z | Compiling parking_lot v0.11.2 |
| 1485 | 2024-01-23T20:58:47.239Z | Compiling ciborium-ll v0.2.1 |
| 1486 | 2024-01-23T20:58:48.827Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1487 | 2024-01-23T20:58:49.072Z | Compiling crossbeam-epoch v0.9.18 |
| 1488 | 2024-01-23T20:58:50.037Z | Compiling fxhash v0.2.1 |
| 1489 | 2024-01-23T20:58:50.329Z | Compiling proc-macro-error-attr v1.0.4 |
| 1490 | 2024-01-23T20:58:50.857Z | Compiling arc-swap v1.6.0 |
| 1491 | 2024-01-23T20:58:50.905Z | Compiling sled v0.34.7 |
| 1492 | 2024-01-23T20:58:51.215Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#e71baaa0) |
| 1493 | 2024-01-23T20:58:51.607Z | Compiling slog-scope v4.4.0 |
| 1494 | 2024-01-23T20:58:53.206Z | Compiling ciborium v0.2.1 |
| 1495 | 2024-01-23T20:58:54.674Z | Compiling proc-macro-error v1.0.4 |
| 1496 | 2024-01-23T20:58:55.686Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#e71baaa0) |
| 1497 | 2024-01-23T20:58:56.834Z | Compiling slog-stdlog v4.1.1 |
| 1498 | 2024-01-23T20:58:58.320Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1499 | 2024-01-23T20:59:14.524Z | Compiling slog-envlogger v2.2.0 |
| 1500 | 2024-01-23T20:59:19.432Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1501 | 2024-01-23T20:59:19.461Z | Compiling proc-macro-crate v3.1.0 |
| 1502 | 2024-01-23T20:59:21.027Z | Compiling either v1.9.0 |
| 1503 | 2024-01-23T20:59:21.615Z | Compiling itertools v0.12.0 |
| 1504 | 2024-01-23T20:59:21.626Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
| 1505 | 2024-01-23T20:59:22.570Z | Compiling num_enum_derive v0.7.2 |
| 1506 | 2024-01-23T20:59:23.284Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1507 | 2024-01-23T20:59:24.036Z | Compiling minimal-lexical v0.2.1 |
| 1508 | 2024-01-23T20:59:25.067Z | Compiling nom v7.1.3 |
| 1509 | 2024-01-23T20:59:25.399Z | Compiling tabwriter v1.4.0 |
| 1510 | 2024-01-23T20:59:26.791Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
| 1511 | 2024-01-23T20:59:26.871Z | Compiling num_enum v0.7.2 |
| 1512 | 2024-01-23T20:59:27.074Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1513 | 2024-01-23T20:59:27.316Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
| 1514 | 2024-01-23T20:59:28.753Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#a223368c) |
| 1515 | 2024-01-23T20:59:31.081Z | Compiling humantime v2.1.0 |
| 1516 | 2024-01-23T20:59:32.463Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1517 | 2024-01-23T20:59:32.514Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 1518 | 2024-01-23T20:59:32.651Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
| 1519 | 2024-01-23T20:59:33.197Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
| 1520 | 2024-01-23T20:59:43.788Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
| 1521 | 2024-01-23T21:00:15.148Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1522 | 2024-01-23T21:00:15.157Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1523 | 2024-01-23T21:00:15.157Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1524 | 2024-01-23T21:00:53.339Z | Finished release [optimized] target(s) in 6m 16s |
| 1525 | 2024-01-23T21:00:53.393Z | |
| 1526 | 2024-01-23T21:00:53.393Z | real 6:17.055252899 |
| 1527 | 2024-01-23T21:00:53.394Z | user 45:16.290220823 |
| 1528 | 2024-01-23T21:00:53.406Z | sys 3:03.404721482 |
| 1529 | 2024-01-23T21:00:53.406Z | trap 1.949205893 |
| 1530 | 2024-01-23T21:00:53.406Z | tflt 1.213240309 |
| 1531 | 2024-01-23T21:00:53.407Z | dflt 1.188215210 |
| 1532 | 2024-01-23T21:00:53.407Z | kflt 0.000225303 |
| 1533 | 2024-01-23T21:00:53.407Z | lock 1:48:05.713810471 |
| 1534 | 2024-01-23T21:00:53.407Z | slp 2:03:52.688599796 |
| 1535 | 2024-01-23T21:00:53.407Z | lat 1:39.094086596 |
| 1536 | 2024-01-23T21:00:53.407Z | stop 35.442282537 |
| 1537 | 2024-01-23T21:00:53.407Z | + for x in debug release |
| 1538 | 2024-01-23T21:00:53.408Z | + mkdir -p /work/debug |
| 1539 | 2024-01-23T21:00:53.408Z | + cp target/debug/ddmd /work/debug/ddmd |
| 1540 | 2024-01-23T21:00:53.930Z | + cp target/debug/ddmadm /work/debug/ddmadm |
| 1541 | 2024-01-23T21:00:54.415Z | + for x in debug release |
| 1542 | 2024-01-23T21:00:54.415Z | + mkdir -p /work/release |
| 1543 | 2024-01-23T21:00:54.433Z | + cp target/release/ddmd /work/release/ddmd |
| 1544 | 2024-01-23T21:00:54.468Z | + cp target/release/ddmadm /work/release/ddmadm |
| 1545 | 2024-01-23T21:00:54.486Z | process exited: duration 780307 ms, exit code 0 |
| |
| 1546 | 2024-01-23T21:00:54.938Z | found 4 output files |
| 1547 | 2024-01-23T21:00:54.939Z | uploading: /work/debug/ddmadm (406583776 bytes) |
| 1548 | 2024-01-23T21:03:55.443Z | uploaded: /work/debug/ddmadm |
| 1549 | 2024-01-23T21:03:55.443Z | uploading: /work/debug/ddmd (401976864 bytes) |
| 1550 | 2024-01-23T21:06:24.804Z | uploaded: /work/debug/ddmd |
| 1551 | 2024-01-23T21:06:25.053Z | uploading: /work/release/ddmadm (32975144 bytes) |
| 1552 | 2024-01-23T21:06:39.463Z | uploaded: /work/release/ddmadm |
| 1553 | 2024-01-23T21:06:39.463Z | uploading: /work/release/ddmd (29823960 bytes) |
| 1554 | 2024-01-23T21:06:50.364Z | uploaded: /work/release/ddmd |