|
|
|
| 1 | 2024-08-30T18:23:05.557Z | job assigned to worker 01J6J8BZT3CNBWPSM0WPV0RC7X (queued for 59 s) |
| |
| 2 | 2024-08-30T18:23:14.005Z | starting task 0: "setup" |
| 3 | 2024-08-30T18:23:14.022Z | ++ uname -s |
| 4 | 2024-08-30T18:23:14.025Z | + kern=SunOS |
| 5 | 2024-08-30T18:23:14.025Z | + case "$kern" in |
| 6 | 2024-08-30T18:23:14.025Z | + groupadd -g 12345 build |
| 7 | 2024-08-30T18:23:14.028Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-30T18:23:16.038Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-30T18:23:16.194Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-30T18:23:16.197Z | + home_fs=zfs |
| 11 | 2024-08-30T18:23:16.197Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-30T18:23:16.197Z | + mkdir -p /home/build |
| 13 | 2024-08-30T18:23:16.201Z | + chown build:build /home/build /work |
| 14 | 2024-08-30T18:23:18.200Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-30T18:23:18.203Z | process exited: duration 4200 ms, exit code 0 |
| |
| 16 | 2024-08-30T18:23:18.208Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-30T18:23:18.213Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-30T18:23:18.213Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-30T18:23:18.213Z | ' 1.80.1 |
| 20 | 2024-08-30T18:23:18.213Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-08-30T18:23:18.213Z | ' default |
| 22 | 2024-08-30T18:23:18.213Z | * toolchain profile = "default" |
| 23 | 2024-08-30T18:23:18.216Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-30T18:23:18.216Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-30T18:23:18.510Z | info: downloading installer |
| 26 | 2024-08-30T18:23:20.112Z | info: profile set to 'default' |
| 27 | 2024-08-30T18:23:20.115Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-30T18:23:20.115Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-30T18:23:20.265Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-30T18:23:20.265Z | info: downloading component 'cargo' |
| 31 | 2024-08-30T18:23:21.145Z | info: downloading component 'clippy' |
| 32 | 2024-08-30T18:23:21.451Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-30T18:23:22.658Z | info: downloading component 'rust-std' |
| 34 | 2024-08-30T18:23:24.347Z | info: downloading component 'rustc' |
| 35 | 2024-08-30T18:23:29.043Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-30T18:23:29.296Z | info: installing component 'cargo' |
| 37 | 2024-08-30T18:23:30.120Z | info: installing component 'clippy' |
| 38 | 2024-08-30T18:23:30.522Z | info: installing component 'rust-docs' |
| 39 | 2024-08-30T18:23:32.140Z | info: installing component 'rust-std' |
| 40 | 2024-08-30T18:23:33.794Z | info: installing component 'rustc' |
| 41 | 2024-08-30T18:23:38.178Z | info: installing component 'rustfmt' |
| 42 | 2024-08-30T18:23:38.521Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-30T18:23:38.521Z | |
| 44 | 2024-08-30T18:23:38.789Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-30T18:23:38.789Z | |
| 46 | 2024-08-30T18:23:38.793Z | |
| 47 | 2024-08-30T18:23:38.793Z | Rust is installed now. Great! |
| 48 | 2024-08-30T18:23:38.793Z | |
| 49 | 2024-08-30T18:23:38.793Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-30T18:23:38.793Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-30T18:23:38.793Z | |
| 52 | 2024-08-30T18:23:38.793Z | To configure your current shell, you need to source |
| 53 | 2024-08-30T18:23:38.793Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-30T18:23:38.793Z | |
| 55 | 2024-08-30T18:23:38.793Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-30T18:23:38.793Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-30T18:23:38.793Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-30T18:23:38.840Z | + rustc --version |
| 59 | 2024-08-30T18:23:38.904Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-30T18:23:38.907Z | process exited: duration 20694 ms, exit code 0 |
| |
| 61 | 2024-08-30T18:23:38.914Z | starting task 2: "authentication" |
| 62 | 2024-08-30T18:23:38.932Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-08-30T18:23:38.937Z | starting task 3: "clone repository" |
| 64 | 2024-08-30T18:23:38.943Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-30T18:23:38.945Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-30T18:23:39.208Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-30T18:23:45.076Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-30T18:23:45.076Z | + git fetch origin dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 69 | 2024-08-30T18:23:45.355Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-30T18:23:45.355Z | * branch dc10290f4b6fff0470463be318bb91adfbf383a6 -> FETCH_HEAD |
| 71 | 2024-08-30T18:23:45.363Z | + [[ -n hubris-support-keys ]] |
| 72 | 2024-08-30T18:23:45.372Z | ++ git branch --show-current |
| 73 | 2024-08-30T18:23:45.372Z | + current=main |
| 74 | 2024-08-30T18:23:45.372Z | + [[ main != hubris-support-keys ]] |
| 75 | 2024-08-30T18:23:45.372Z | + git branch -f hubris-support-keys dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 76 | 2024-08-30T18:23:45.378Z | + git checkout -f hubris-support-keys |
| 77 | 2024-08-30T18:23:45.523Z | Switched to branch 'hubris-support-keys' |
| 78 | 2024-08-30T18:23:45.526Z | + git reset --hard dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 79 | 2024-08-30T18:23:45.674Z | HEAD is now at dc10290f4 Add details on support keys |
| 80 | 2024-08-30T18:23:45.677Z | process exited: duration 6734 ms, exit code 0 |
| |
| 81 | 2024-08-30T18:23:45.686Z | starting task 4: "build" |
| 82 | 2024-08-30T18:23:45.696Z | + cargo --version |
| 83 | 2024-08-30T18:23:45.745Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-30T18:23:45.752Z | + rustc --version |
| 85 | 2024-08-30T18:23:45.805Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-30T18:23:45.809Z | + WORK=/work |
| 87 | 2024-08-30T18:23:45.809Z | + pfexec mkdir -p /work |
| 88 | 2024-08-30T18:23:45.813Z | + pfexec chown build /work |
| 89 | 2024-08-30T18:23:45.816Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 90 | 2024-08-30T18:23:59.243Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 91 | 2024-08-30T18:24:01.696Z | Startup: Caching catalogs ... Done |
| 92 | 2024-08-30T18:24:03.618Z | Planning: Solver setup ... Done (1.373s) |
| 93 | 2024-08-30T18:24:03.640Z | Planning: Running solver ... Done (0.022s) |
| 94 | 2024-08-30T18:24:03.714Z | Planning: Finding local manifests ... Done (0.036s) |
| 95 | 2024-08-30T18:24:03.744Z | Planning: Fetching manifests: 0/5 0% complete |
| 96 | 2024-08-30T18:24:03.972Z | Planning: Fetching manifests: 5/5 100% complete |
| 97 | 2024-08-30T18:24:04.328Z | Planning: Package planning ... Done (0.355s) |
| 98 | 2024-08-30T18:24:04.384Z | Planning: Merging actions ... Done (0.056s) |
| 99 | 2024-08-30T18:24:05.554Z | Planning: Checking for conflicting actions ... Done (1.170s) |
| 100 | 2024-08-30T18:24:13.803Z | Planning: Consolidating action changes ... Done (8.247s) |
| 101 | 2024-08-30T18:24:14.231Z | Planning: Evaluating mediators ... Done (0.428s) |
| 102 | 2024-08-30T18:24:14.374Z | Planning: Planning completed in 12.60 seconds |
| 103 | 2024-08-30T18:24:14.737Z | Packages to install: 4 |
| 104 | 2024-08-30T18:24:14.737Z | Packages to update: 1 |
| 105 | 2024-08-30T18:24:14.739Z | Mediators to change: 2 |
| 106 | 2024-08-30T18:24:14.739Z | Services to change: 1 |
| 107 | 2024-08-30T18:24:14.740Z | Estimated space available: 155.72 GB |
| 108 | 2024-08-30T18:24:14.740Z | Estimated space to be consumed: 1.53 GB |
| 109 | 2024-08-30T18:24:14.740Z | Create boot environment: No |
| 110 | 2024-08-30T18:24:14.740Z | Create backup boot environment: Yes |
| 111 | 2024-08-30T18:24:14.740Z | Rebuild boot archive: No |
| 112 | 2024-08-30T18:24:14.740Z | |
| 113 | 2024-08-30T18:24:14.740Z | Changed mediators: |
| 114 | 2024-08-30T18:24:14.740Z | mediator clang: |
| 115 | 2024-08-30T18:24:14.740Z | version: None -> 15 (system default) |
| 116 | 2024-08-30T18:24:14.740Z | |
| 117 | 2024-08-30T18:24:14.740Z | mediator llvm: |
| 118 | 2024-08-30T18:24:14.740Z | version: 14 (system default) -> 15 (system default) |
| 119 | 2024-08-30T18:24:14.740Z | |
| 120 | 2024-08-30T18:24:14.740Z | Changed packages: |
| 121 | 2024-08-30T18:24:14.740Z | helios-dev |
| 122 | 2024-08-30T18:24:14.740Z | developer/build-essential |
| 123 | 2024-08-30T18:24:14.740Z | None -> 11-2.0 |
| 124 | 2024-08-30T18:24:14.740Z | library/libxmlsec1 |
| 125 | 2024-08-30T18:24:14.740Z | None -> 1.2.35-2.0 |
| 126 | 2024-08-30T18:24:14.740Z | ooce/developer/clang-15 |
| 127 | 2024-08-30T18:24:14.740Z | None -> 15.0.7-2.0 |
| 128 | 2024-08-30T18:24:14.740Z | ooce/developer/llvm-15 |
| 129 | 2024-08-30T18:24:14.740Z | None -> 15.0.7-2.0 |
| 130 | 2024-08-30T18:24:14.740Z | package/pkg |
| 131 | 2024-08-30T18:24:14.740Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 132 | 2024-08-30T18:24:14.740Z | |
| 133 | 2024-08-30T18:24:14.740Z | Services: |
| 134 | 2024-08-30T18:24:14.740Z | restart_fmri: |
| 135 | 2024-08-30T18:24:14.740Z | svc:/system/update-man-index:default |
| 136 | 2024-08-30T18:24:14.740Z | |
| 137 | 2024-08-30T18:24:14.740Z | Editable files to change: |
| 138 | 2024-08-30T18:24:14.740Z | Update: |
| 139 | 2024-08-30T18:24:14.740Z | usr/share/lib/pkg/web/config.shtml |
| 140 | 2024-08-30T18:24:15.180Z | |
| 141 | 2024-08-30T18:24:15.180Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 142 | 2024-08-30T18:24:20.185Z | Download: 272/4281 items 1.9/220.6MB 0% complete (372k/s) |
| 143 | 2024-08-30T18:24:25.186Z | Download: 774/4281 items 18.6/220.6MB 8% complete (1.9M/s) |
| 144 | 2024-08-30T18:24:30.420Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (8.1M/s) |
| 145 | 2024-08-30T18:24:35.694Z | Download: 1205/4281 items 83.8/220.6MB 37% complete (6.5M/s) |
| 146 | 2024-08-30T18:24:40.692Z | Download: 1735/4281 items 118.1/220.6MB 53% complete (5.7M/s) |
| 147 | 2024-08-30T18:24:47.706Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (4.2M/s) |
| 148 | 2024-08-30T18:25:05.467Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
| 149 | 2024-08-30T18:25:10.469Z | Download: 3004/4281 items 121.3/220.6MB 54% complete (425k/s) |
| 150 | 2024-08-30T18:25:18.132Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (10.4M/s) |
| 151 | 2024-08-30T18:25:23.135Z | Download: 3860/4281 items 217.9/220.6MB 98% complete (3.8M/s) |
| 152 | 2024-08-30T18:25:27.588Z | Download: Completed 220.60 MB in 72.40 seconds (3.0M/s) |
| 153 | 2024-08-30T18:25:29.646Z | Actions: 1/5063 actions (Removing old actions) |
| 154 | 2024-08-30T18:25:29.668Z | Actions: 194/5063 actions (Installing new actions) |
| 155 | 2024-08-30T18:25:34.713Z | Actions: 4131/5063 actions (Installing new actions) |
| 156 | 2024-08-30T18:25:35.071Z | Actions: 4226/5063 actions (Updating modified actions) |
| 157 | 2024-08-30T18:25:35.428Z | Actions: Completed 5063 actions in 5.78 seconds. |
| 158 | 2024-08-30T18:25:35.711Z | Done (0.274s) |
| 159 | 2024-08-30T18:25:35.714Z | Done (0.000s) |
| 160 | 2024-08-30T18:25:36.084Z | Done (0.372s) |
| 161 | 2024-08-30T18:25:42.728Z | Done (6.469s) |
| 162 | 2024-08-30T18:25:43.070Z | Done (0.273s) |
| 163 | 2024-08-30T18:25:43.073Z | Done (0.000s) |
| 164 | 2024-08-30T18:25:43.441Z | Done (0.000s) |
| 165 | 2024-08-30T18:25:44.024Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2024-08-30T18:25:44.181Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2024-08-30T18:25:44.185Z | Planning: Consolidating action changes ... Done |
| 168 | 2024-08-30T18:25:44.444Z | Planning: Evaluating mediators ... Done |
| 169 | 2024-08-30T18:25:44.447Z | Planning: Planning completed in 0.42 seconds |
| 170 | 2024-08-30T18:25:44.485Z | Mediators to change: 2 |
| 171 | 2024-08-30T18:25:44.485Z | Create boot environment: No |
| 172 | 2024-08-30T18:25:44.488Z | Create backup boot environment: No |
| 173 | 2024-08-30T18:25:44.563Z | Done |
| 174 | 2024-08-30T18:25:44.563Z | Done |
| 175 | 2024-08-30T18:25:44.796Z | Done |
| 176 | 2024-08-30T18:25:48.384Z | Done |
| 177 | 2024-08-30T18:25:48.474Z | Done |
| 178 | 2024-08-30T18:25:48.477Z | Done |
| 179 | 2024-08-30T18:25:49.239Z | Done |
| 180 | 2024-08-30T18:25:49.835Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2024-08-30T18:25:49.838Z | Planning: Merging actions ... Done |
| 182 | 2024-08-30T18:25:50.021Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2024-08-30T18:25:50.024Z | Planning: Consolidating action changes ... Done |
| 184 | 2024-08-30T18:25:50.280Z | Planning: Evaluating mediators ... Done |
| 185 | 2024-08-30T18:25:50.334Z | Planning: Planning completed in 0.74 seconds |
| 186 | 2024-08-30T18:25:50.373Z | Packages to change: 1 |
| 187 | 2024-08-30T18:25:50.373Z | Mediators to change: 1 |
| 188 | 2024-08-30T18:25:50.375Z | Services to change: 1 |
| 189 | 2024-08-30T18:25:50.375Z | Create boot environment: No |
| 190 | 2024-08-30T18:25:50.375Z | Create backup boot environment: Yes |
| 191 | 2024-08-30T18:25:52.365Z | Actions: 1/6 actions (Updating modified actions) |
| 192 | 2024-08-30T18:25:52.403Z | Actions: Completed 6 actions in 0.04 seconds. |
| 193 | 2024-08-30T18:25:52.406Z | Done |
| 194 | 2024-08-30T18:25:52.406Z | Done |
| 195 | 2024-08-30T18:25:52.481Z | Done |
| 196 | 2024-08-30T18:25:56.050Z | Done |
| 197 | 2024-08-30T18:25:56.137Z | Done |
| 198 | 2024-08-30T18:25:56.140Z | Done |
| 199 | 2024-08-30T18:25:56.301Z | Done |
| 200 | 2024-08-30T18:25:56.720Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2024-08-30T18:25:56.720Z | clang system 15 system |
| 202 | 2024-08-30T18:25:56.720Z | csh system system illumos |
| 203 | 2024-08-30T18:25:56.720Z | ctags system system illumos |
| 204 | 2024-08-30T18:25:56.720Z | gcc vendor 12 vendor |
| 205 | 2024-08-30T18:25:56.720Z | gcc system 10 system |
| 206 | 2024-08-30T18:25:56.720Z | gcc system 7 system |
| 207 | 2024-08-30T18:25:56.721Z | go system 1.20 system |
| 208 | 2024-08-30T18:25:56.721Z | go system 1.19 system |
| 209 | 2024-08-30T18:25:56.721Z | llvm system 15 system |
| 210 | 2024-08-30T18:25:56.721Z | llvm system 14 system |
| 211 | 2024-08-30T18:25:56.721Z | mariadb system 10.6 system |
| 212 | 2024-08-30T18:25:56.721Z | mta vendor vendor dma |
| 213 | 2024-08-30T18:25:56.721Z | openjdk system 17 system |
| 214 | 2024-08-30T18:25:56.721Z | openjdk system 11 system |
| 215 | 2024-08-30T18:25:56.721Z | openjdk system 1.8 system |
| 216 | 2024-08-30T18:25:56.721Z | openssl vendor 3 vendor |
| 217 | 2024-08-30T18:25:56.721Z | perl system 5.36 system |
| 218 | 2024-08-30T18:25:56.721Z | postgresql system 15 system |
| 219 | 2024-08-30T18:25:56.721Z | postgresql system 13 system |
| 220 | 2024-08-30T18:25:56.721Z | python vendor 3 vendor |
| 221 | 2024-08-30T18:25:56.721Z | python system 2 system |
| 222 | 2024-08-30T18:25:56.721Z | python3 system 3.11 system |
| 223 | 2024-08-30T18:25:56.721Z | ruby system 3.0 system |
| 224 | 2024-08-30T18:25:56.721Z | words vendor vendor american-english |
| 225 | 2024-08-30T18:25:56.721Z | words system system australian-english |
| 226 | 2024-08-30T18:25:56.721Z | words system system british-english |
| 227 | 2024-08-30T18:25:56.721Z | words system system canadian-english |
| 228 | 2024-08-30T18:25:56.721Z | words system system french |
| 229 | 2024-08-30T18:25:56.721Z | words system system italian |
| 230 | 2024-08-30T18:25:56.721Z | words system system ngerman |
| 231 | 2024-08-30T18:25:56.721Z | words system system ogerman |
| 232 | 2024-08-30T18:25:56.721Z | words system system spanish |
| 233 | 2024-08-30T18:25:57.051Z | PUBLISHER TYPE STATUS P LOCATION |
| 234 | 2024-08-30T18:25:57.051Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 235 | 2024-08-30T18:25:58.799Z | FMRI IFO |
| 236 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 237 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 238 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 239 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 240 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 241 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 242 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 243 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 244 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 245 | 2024-08-30T18:25:58.799Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 246 | 2024-08-30T18:25:58.800Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 247 | 2024-08-30T18:25:58.800Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 248 | 2024-08-30T18:25:58.800Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 249 | 2024-08-30T18:25:59.396Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 250 | 2024-08-30T18:25:59.624Z | Updating crates.io index |
| 251 | 2024-08-30T18:25:59.627Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 252 | 2024-08-30T18:26:00.357Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 253 | 2024-08-30T18:26:01.160Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 254 | 2024-08-30T18:26:01.384Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 255 | 2024-08-30T18:26:02.800Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 256 | 2024-08-30T18:26:03.007Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 257 | 2024-08-30T18:26:03.463Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 258 | 2024-08-30T18:26:04.509Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 259 | 2024-08-30T18:26:06.413Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 260 | 2024-08-30T18:26:07.430Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 261 | 2024-08-30T18:26:08.137Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 262 | 2024-08-30T18:26:08.390Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 263 | 2024-08-30T18:26:08.905Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 264 | 2024-08-30T18:26:09.180Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 265 | 2024-08-30T18:26:09.540Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 266 | 2024-08-30T18:26:09.823Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 267 | 2024-08-30T18:26:10.093Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 268 | 2024-08-30T18:26:10.319Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 269 | 2024-08-30T18:26:10.522Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 270 | 2024-08-30T18:26:10.779Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2024-08-30T18:26:11.048Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 272 | 2024-08-30T18:26:11.326Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2024-08-30T18:26:11.642Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 274 | 2024-08-30T18:26:11.882Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2024-08-30T18:26:12.341Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2024-08-30T18:26:12.644Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2024-08-30T18:26:13.059Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 278 | 2024-08-30T18:26:15.134Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2024-08-30T18:26:15.381Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2024-08-30T18:26:15.636Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2024-08-30T18:26:15.951Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 282 | 2024-08-30T18:26:16.986Z | Downloading crates ... |
| 283 | 2024-08-30T18:26:17.091Z | Downloaded byteorder v1.5.0 |
| 284 | 2024-08-30T18:26:17.094Z | Downloaded block-buffer v0.10.4 |
| 285 | 2024-08-30T18:26:17.094Z | Downloaded autocfg v1.3.0 |
| 286 | 2024-08-30T18:26:17.100Z | Downloaded anstyle-query v1.0.3 |
| 287 | 2024-08-30T18:26:17.100Z | Downloaded camino-tempfile v1.1.1 |
| 288 | 2024-08-30T18:26:17.102Z | Downloaded anstyle v1.0.8 |
| 289 | 2024-08-30T18:26:17.102Z | Downloaded anstream v0.6.14 |
| 290 | 2024-08-30T18:26:17.102Z | Downloaded dtrace-parser v0.2.0 |
| 291 | 2024-08-30T18:26:17.108Z | Downloaded scroll_derive v0.12.0 |
| 292 | 2024-08-30T18:26:17.115Z | Downloaded swrite v0.1.0 |
| 293 | 2024-08-30T18:26:17.119Z | Downloaded bytecount v0.6.8 |
| 294 | 2024-08-30T18:26:17.119Z | Downloaded proc-macro-error-attr v1.0.4 |
| 295 | 2024-08-30T18:26:17.123Z | Downloaded toml_datetime v0.6.8 |
| 296 | 2024-08-30T18:26:17.127Z | Downloaded heck v0.4.1 |
| 297 | 2024-08-30T18:26:17.128Z | Downloaded cfg-if v1.0.0 |
| 298 | 2024-08-30T18:26:17.128Z | Downloaded unicode-linebreak v0.1.5 |
| 299 | 2024-08-30T18:26:17.139Z | Downloaded thiserror-impl v1.0.63 |
| 300 | 2024-08-30T18:26:17.139Z | Downloaded cpufeatures v0.2.12 |
| 301 | 2024-08-30T18:26:17.139Z | Downloaded utf8parse v0.2.1 |
| 302 | 2024-08-30T18:26:17.139Z | Downloaded serde_tokenstream v0.2.2 |
| 303 | 2024-08-30T18:26:17.144Z | Downloaded plain v0.2.3 |
| 304 | 2024-08-30T18:26:17.144Z | Downloaded itoa v1.0.11 |
| 305 | 2024-08-30T18:26:17.144Z | Downloaded clap_lex v0.7.0 |
| 306 | 2024-08-30T18:26:17.144Z | Downloaded pest_generator v2.7.10 |
| 307 | 2024-08-30T18:26:17.144Z | Downloaded equivalent v1.0.1 |
| 308 | 2024-08-30T18:26:17.144Z | Downloaded camino v1.1.9 |
| 309 | 2024-08-30T18:26:17.144Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2024-08-30T18:26:17.144Z | Downloaded is_terminal_polyfill v1.70.0 |
| 311 | 2024-08-30T18:26:17.151Z | Downloaded fastrand v2.1.0 |
| 312 | 2024-08-30T18:26:17.157Z | Downloaded anstyle-parse v0.2.4 |
| 313 | 2024-08-30T18:26:17.161Z | Downloaded smawk v0.3.2 |
| 314 | 2024-08-30T18:26:17.161Z | Downloaded usdt v0.5.0 |
| 315 | 2024-08-30T18:26:17.167Z | Downloaded tempfile v3.10.1 |
| 316 | 2024-08-30T18:26:17.171Z | Downloaded once_cell v1.19.0 |
| 317 | 2024-08-30T18:26:17.177Z | Downloaded fs-err v2.11.0 |
| 318 | 2024-08-30T18:26:17.177Z | Downloaded digest v0.10.7 |
| 319 | 2024-08-30T18:26:17.177Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2024-08-30T18:26:17.180Z | Downloaded usdt-attr-macro v0.5.0 |
| 321 | 2024-08-30T18:26:17.180Z | Downloaded errno v0.3.9 |
| 322 | 2024-08-30T18:26:17.180Z | Downloaded crypto-common v0.1.6 |
| 323 | 2024-08-30T18:26:17.180Z | Downloaded colorchoice v1.0.1 |
| 324 | 2024-08-30T18:26:17.180Z | Downloaded cargo-platform v0.1.8 |
| 325 | 2024-08-30T18:26:17.180Z | Downloaded memmap v0.7.0 |
| 326 | 2024-08-30T18:26:17.183Z | Downloaded tabled_derive v0.7.0 |
| 327 | 2024-08-30T18:26:17.183Z | Downloaded generic-array v0.14.7 |
| 328 | 2024-08-30T18:26:17.186Z | Downloaded thiserror v1.0.63 |
| 329 | 2024-08-30T18:26:17.190Z | Downloaded terminal_size v0.3.0 |
| 330 | 2024-08-30T18:26:17.194Z | Downloaded quote v1.0.36 |
| 331 | 2024-08-30T18:26:17.196Z | Downloaded heck v0.5.0 |
| 332 | 2024-08-30T18:26:17.196Z | Downloaded strsim v0.11.1 |
| 333 | 2024-08-30T18:26:17.196Z | Downloaded serde_spanned v0.6.7 |
| 334 | 2024-08-30T18:26:17.196Z | Downloaded scroll v0.12.0 |
| 335 | 2024-08-30T18:26:17.200Z | Downloaded macaddr v1.0.1 |
| 336 | 2024-08-30T18:26:17.200Z | Downloaded zerocopy-derive v0.7.34 |
| 337 | 2024-08-30T18:26:17.205Z | Downloaded usdt-impl v0.5.0 |
| 338 | 2024-08-30T18:26:17.209Z | Downloaded textwrap v0.16.1 |
| 339 | 2024-08-30T18:26:17.209Z | Downloaded ryu v1.0.18 |
| 340 | 2024-08-30T18:26:17.213Z | Downloaded typenum v1.17.0 |
| 341 | 2024-08-30T18:26:17.213Z | Downloaded version_check v0.9.5 |
| 342 | 2024-08-30T18:26:17.220Z | Downloaded sha2 v0.10.8 |
| 343 | 2024-08-30T18:26:17.220Z | Downloaded clap_derive v4.5.13 |
| 344 | 2024-08-30T18:26:17.220Z | Downloaded thread-id v4.2.1 |
| 345 | 2024-08-30T18:26:17.224Z | Downloaded pest_derive v2.7.10 |
| 346 | 2024-08-30T18:26:17.224Z | Downloaded cargo_toml v0.20.4 |
| 347 | 2024-08-30T18:26:17.224Z | Downloaded fnv v1.0.7 |
| 348 | 2024-08-30T18:26:17.224Z | Downloaded dof v0.3.0 |
| 349 | 2024-08-30T18:26:17.224Z | Downloaded log v0.4.21 |
| 350 | 2024-08-30T18:26:17.228Z | Downloaded proc-macro-error v1.0.4 |
| 351 | 2024-08-30T18:26:17.230Z | Downloaded bitflags v2.6.0 |
| 352 | 2024-08-30T18:26:17.230Z | Downloaded toml v0.8.19 |
| 353 | 2024-08-30T18:26:17.233Z | Downloaded anyhow v1.0.86 |
| 354 | 2024-08-30T18:26:17.237Z | Downloaded cargo_metadata v0.18.1 |
| 355 | 2024-08-30T18:26:17.239Z | Downloaded proc-macro2 v1.0.86 |
| 356 | 2024-08-30T18:26:17.242Z | Downloaded serde v1.0.208 |
| 357 | 2024-08-30T18:26:17.244Z | Downloaded unicode-ident v1.0.12 |
| 358 | 2024-08-30T18:26:17.247Z | Downloaded indexmap v2.4.0 |
| 359 | 2024-08-30T18:26:17.250Z | Downloaded serde_derive v1.0.208 |
| 360 | 2024-08-30T18:26:17.253Z | Downloaded ucd-trie v0.1.6 |
| 361 | 2024-08-30T18:26:17.255Z | Downloaded clap v4.5.16 |
| 362 | 2024-08-30T18:26:17.262Z | Downloaded pest_meta v2.7.10 |
| 363 | 2024-08-30T18:26:17.265Z | Downloaded papergrid v0.11.0 |
| 364 | 2024-08-30T18:26:17.268Z | Downloaded semver v1.0.23 |
| 365 | 2024-08-30T18:26:17.273Z | Downloaded memchr v2.7.2 |
| 366 | 2024-08-30T18:26:17.284Z | Downloaded toml_edit v0.22.20 |
| 367 | 2024-08-30T18:26:17.308Z | Downloaded pest v2.7.10 |
| 368 | 2024-08-30T18:26:17.313Z | Downloaded serde_json v1.0.125 |
| 369 | 2024-08-30T18:26:17.319Z | Downloaded hashbrown v0.14.5 |
| 370 | 2024-08-30T18:26:17.324Z | Downloaded clap_builder v4.5.15 |
| 371 | 2024-08-30T18:26:17.332Z | Downloaded zerocopy v0.7.34 |
| 372 | 2024-08-30T18:26:17.345Z | Downloaded goblin v0.8.2 |
| 373 | 2024-08-30T18:26:17.350Z | Downloaded winnow v0.6.18 |
| 374 | 2024-08-30T18:26:17.358Z | Downloaded tabled v0.15.0 |
| 375 | 2024-08-30T18:26:17.372Z | Downloaded syn v1.0.109 |
| 376 | 2024-08-30T18:26:17.381Z | Downloaded syn v2.0.74 |
| 377 | 2024-08-30T18:26:17.394Z | Downloaded rustix v0.38.34 |
| 378 | 2024-08-30T18:26:17.414Z | Downloaded unicode-width v0.1.13 |
| 379 | 2024-08-30T18:26:17.418Z | Downloaded libc v0.2.158 |
| 380 | 2024-08-30T18:26:17.717Z | Compiling proc-macro2 v1.0.86 |
| 381 | 2024-08-30T18:26:17.717Z | Compiling unicode-ident v1.0.12 |
| 382 | 2024-08-30T18:26:17.719Z | Compiling version_check v0.9.5 |
| 383 | 2024-08-30T18:26:17.719Z | Compiling serde v1.0.208 |
| 384 | 2024-08-30T18:26:17.719Z | Compiling memchr v2.7.2 |
| 385 | 2024-08-30T18:26:17.720Z | Compiling thiserror v1.0.63 |
| 386 | 2024-08-30T18:26:17.720Z | Compiling libc v0.2.158 |
| 387 | 2024-08-30T18:26:17.750Z | Compiling ryu v1.0.18 |
| 388 | 2024-08-30T18:26:17.949Z | Compiling itoa v1.0.11 |
| 389 | 2024-08-30T18:26:18.194Z | Compiling ucd-trie v0.1.6 |
| 390 | 2024-08-30T18:26:18.207Z | Compiling once_cell v1.19.0 |
| 391 | 2024-08-30T18:26:18.547Z | Compiling byteorder v1.5.0 |
| 392 | 2024-08-30T18:26:18.647Z | Compiling rustix v0.38.34 |
| 393 | 2024-08-30T18:26:19.101Z | Compiling serde_json v1.0.125 |
| 394 | 2024-08-30T18:26:19.624Z | Compiling bitflags v2.6.0 |
| 395 | 2024-08-30T18:26:19.703Z | Compiling proc-macro-error-attr v1.0.4 |
| 396 | 2024-08-30T18:26:19.705Z | Compiling usdt-impl v0.5.0 |
| 397 | 2024-08-30T18:26:19.787Z | Compiling syn v1.0.109 |
| 398 | 2024-08-30T18:26:20.037Z | Compiling proc-macro-error v1.0.4 |
| 399 | 2024-08-30T18:26:20.068Z | Compiling log v0.4.21 |
| 400 | 2024-08-30T18:26:20.075Z | Compiling hashbrown v0.14.5 |
| 401 | 2024-08-30T18:26:20.251Z | Compiling utf8parse v0.2.1 |
| 402 | 2024-08-30T18:26:20.307Z | Compiling thread-id v4.2.1 |
| 403 | 2024-08-30T18:26:20.395Z | Compiling plain v0.2.3 |
| 404 | 2024-08-30T18:26:20.420Z | Compiling camino v1.1.9 |
| 405 | 2024-08-30T18:26:20.444Z | Compiling equivalent v1.0.1 |
| 406 | 2024-08-30T18:26:20.483Z | Compiling anstyle-parse v0.2.4 |
| 407 | 2024-08-30T18:26:20.527Z | Compiling quote v1.0.36 |
| 408 | 2024-08-30T18:26:20.697Z | Compiling unicode-width v0.1.13 |
| 409 | 2024-08-30T18:26:20.785Z | Compiling pretty-hex v0.4.1 |
| 410 | 2024-08-30T18:26:20.910Z | Compiling is_terminal_polyfill v1.70.0 |
| 411 | 2024-08-30T18:26:20.935Z | Compiling autocfg v1.3.0 |
| 412 | 2024-08-30T18:26:20.987Z | Compiling syn v2.0.74 |
| 413 | 2024-08-30T18:26:21.026Z | Compiling errno v0.3.9 |
| 414 | 2024-08-30T18:26:21.298Z | Compiling anstyle-query v1.0.3 |
| 415 | 2024-08-30T18:26:21.321Z | Compiling anstyle v1.0.8 |
| 416 | 2024-08-30T18:26:21.426Z | Compiling indexmap v2.4.0 |
| 417 | 2024-08-30T18:26:21.492Z | Compiling semver v1.0.23 |
| 418 | 2024-08-30T18:26:21.748Z | Compiling colorchoice v1.0.1 |
| 419 | 2024-08-30T18:26:21.899Z | Compiling winnow v0.6.18 |
| 420 | 2024-08-30T18:26:21.902Z | Compiling fs-err v2.11.0 |
| 421 | 2024-08-30T18:26:22.087Z | Compiling anstream v0.6.14 |
| 422 | 2024-08-30T18:26:22.458Z | Compiling heck v0.5.0 |
| 423 | 2024-08-30T18:26:22.745Z | Compiling anyhow v1.0.86 |
| 424 | 2024-08-30T18:26:22.748Z | Compiling cfg-if v1.0.0 |
| 425 | 2024-08-30T18:26:22.827Z | Compiling fastrand v2.1.0 |
| 426 | 2024-08-30T18:26:22.867Z | Compiling strsim v0.11.1 |
| 427 | 2024-08-30T18:26:22.999Z | Compiling heck v0.4.1 |
| 428 | 2024-08-30T18:26:23.379Z | Compiling terminal_size v0.3.0 |
| 429 | 2024-08-30T18:26:23.401Z | Compiling clap_lex v0.7.0 |
| 430 | 2024-08-30T18:26:23.528Z | Compiling bytecount v0.6.8 |
| 431 | 2024-08-30T18:26:23.565Z | Compiling fnv v1.0.7 |
| 432 | 2024-08-30T18:26:23.699Z | Compiling papergrid v0.11.0 |
| 433 | 2024-08-30T18:26:23.750Z | Compiling clap_builder v4.5.15 |
| 434 | 2024-08-30T18:26:24.118Z | Compiling tempfile v3.10.1 |
| 435 | 2024-08-30T18:26:24.248Z | Compiling memmap v0.7.0 |
| 436 | 2024-08-30T18:26:24.577Z | Compiling unicode-linebreak v0.1.5 |
| 437 | 2024-08-30T18:26:24.599Z | Compiling smawk v0.3.2 |
| 438 | 2024-08-30T18:26:25.047Z | Compiling textwrap v0.16.1 |
| 439 | 2024-08-30T18:26:25.402Z | Compiling swrite v0.1.0 |
| 440 | 2024-08-30T18:26:26.737Z | Compiling tabled_derive v0.7.0 |
| 441 | 2024-08-30T18:26:28.267Z | Compiling tabled v0.15.0 |
| 442 | 2024-08-30T18:26:29.669Z | Compiling serde_derive v1.0.208 |
| 443 | 2024-08-30T18:26:29.669Z | Compiling thiserror-impl v1.0.63 |
| 444 | 2024-08-30T18:26:29.671Z | Compiling zerocopy-derive v0.7.34 |
| 445 | 2024-08-30T18:26:29.671Z | Compiling scroll_derive v0.12.0 |
| 446 | 2024-08-30T18:26:29.671Z | Compiling clap_derive v4.5.13 |
| 447 | 2024-08-30T18:26:30.972Z | Compiling scroll v0.12.0 |
| 448 | 2024-08-30T18:26:31.447Z | Compiling goblin v0.8.2 |
| 449 | 2024-08-30T18:26:31.557Z | Compiling zerocopy v0.7.34 |
| 450 | 2024-08-30T18:26:32.002Z | Compiling pest v2.7.10 |
| 451 | 2024-08-30T18:26:33.658Z | Compiling clap v4.5.16 |
| 452 | 2024-08-30T18:26:34.093Z | Compiling pest_meta v2.7.10 |
| 453 | 2024-08-30T18:26:35.022Z | Compiling pest_generator v2.7.10 |
| 454 | 2024-08-30T18:26:36.860Z | Compiling pest_derive v2.7.10 |
| 455 | 2024-08-30T18:26:37.545Z | Compiling dtrace-parser v0.2.0 |
| 456 | 2024-08-30T18:26:39.444Z | Compiling serde_tokenstream v0.2.2 |
| 457 | 2024-08-30T18:26:39.837Z | Compiling toml_datetime v0.6.8 |
| 458 | 2024-08-30T18:26:39.837Z | Compiling serde_spanned v0.6.7 |
| 459 | 2024-08-30T18:26:40.058Z | Compiling cargo-platform v0.1.8 |
| 460 | 2024-08-30T18:26:40.158Z | Compiling toml_edit v0.22.20 |
| 461 | 2024-08-30T18:26:40.227Z | Compiling macaddr v1.0.1 |
| 462 | 2024-08-30T18:26:40.501Z | Compiling camino-tempfile v1.1.1 |
| 463 | 2024-08-30T18:26:40.773Z | Compiling dof v0.3.0 |
| 464 | 2024-08-30T18:26:41.298Z | Compiling cargo_metadata v0.18.1 |
| 465 | 2024-08-30T18:26:42.370Z | Compiling usdt-macro v0.5.0 |
| 466 | 2024-08-30T18:26:42.370Z | Compiling usdt-attr-macro v0.5.0 |
| 467 | 2024-08-30T18:26:43.090Z | Compiling toml v0.8.19 |
| 468 | 2024-08-30T18:26:43.616Z | Compiling usdt v0.5.0 |
| 469 | 2024-08-30T18:26:43.865Z | Compiling cargo_toml v0.20.4 |
| 470 | 2024-08-30T18:26:47.477Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 471 | 2024-08-30T18:26:51.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.44s |
| 472 | 2024-08-30T18:26:51.864Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 473 | 2024-08-30T18:26:52.424Z | Downloading crates ... |
| 474 | 2024-08-30T18:26:52.557Z | Downloaded ahash v0.8.11 |
| 475 | 2024-08-30T18:26:52.563Z | Downloaded async-stream-impl v0.3.5 |
| 476 | 2024-08-30T18:26:52.566Z | Downloaded assert_matches v1.5.0 |
| 477 | 2024-08-30T18:26:52.569Z | Downloaded crucible-workspace-hack v0.1.0 |
| 478 | 2024-08-30T18:26:52.573Z | Downloaded bitstruct_derive v0.1.0 |
| 479 | 2024-08-30T18:26:52.573Z | Downloaded hostname v0.3.1 |
| 480 | 2024-08-30T18:26:52.575Z | Downloaded hmac v0.12.1 |
| 481 | 2024-08-30T18:26:52.578Z | Downloaded atty v0.2.14 |
| 482 | 2024-08-30T18:26:52.580Z | Downloaded ciborium-io v0.2.2 |
| 483 | 2024-08-30T18:26:52.582Z | Downloaded highway v1.2.0 |
| 484 | 2024-08-30T18:26:52.586Z | Downloaded instant v0.1.12 |
| 485 | 2024-08-30T18:26:52.591Z | Downloaded new_debug_unreachable v1.0.6 |
| 486 | 2024-08-30T18:26:52.596Z | Downloaded md5 v0.7.0 |
| 487 | 2024-08-30T18:26:52.599Z | Downloaded argon2 v0.5.3 |
| 488 | 2024-08-30T18:26:52.599Z | Downloaded adler v1.0.2 |
| 489 | 2024-08-30T18:26:52.599Z | Downloaded newline-converter v0.3.0 |
| 490 | 2024-08-30T18:26:52.602Z | Downloaded match_cfg v0.1.0 |
| 491 | 2024-08-30T18:26:52.602Z | Downloaded darling_macro v0.20.9 |
| 492 | 2024-08-30T18:26:52.604Z | Downloaded async-recursion v1.1.1 |
| 493 | 2024-08-30T18:26:52.608Z | Downloaded arrayref v0.3.7 |
| 494 | 2024-08-30T18:26:52.610Z | Downloaded hyper-tls v0.5.0 |
| 495 | 2024-08-30T18:26:52.610Z | Downloaded keccak v0.1.5 |
| 496 | 2024-08-30T18:26:52.613Z | Downloaded inout v0.1.3 |
| 497 | 2024-08-30T18:26:52.613Z | Downloaded ctr v0.9.2 |
| 498 | 2024-08-30T18:26:52.615Z | Downloaded crossbeam-deque v0.8.5 |
| 499 | 2024-08-30T18:26:52.619Z | Downloaded lazy_static v1.5.0 |
| 500 | 2024-08-30T18:26:52.622Z | Downloaded indent_write v2.2.0 |
| 501 | 2024-08-30T18:26:52.622Z | Downloaded cipher v0.4.4 |
| 502 | 2024-08-30T18:26:52.625Z | Downloaded constant_time_eq v0.3.0 |
| 503 | 2024-08-30T18:26:52.628Z | Downloaded num-conv v0.1.0 |
| 504 | 2024-08-30T18:26:52.628Z | Downloaded mime v0.3.17 |
| 505 | 2024-08-30T18:26:52.628Z | Downloaded castaway v0.2.3 |
| 506 | 2024-08-30T18:26:52.631Z | Downloaded colored v2.1.0 |
| 507 | 2024-08-30T18:26:52.634Z | Downloaded nu-ansi-term v0.50.0 |
| 508 | 2024-08-30T18:26:52.638Z | Downloaded num v0.4.3 |
| 509 | 2024-08-30T18:26:52.649Z | Downloaded ipnet v2.9.0 |
| 510 | 2024-08-30T18:26:52.650Z | Downloaded atomicwrites v0.4.3 |
| 511 | 2024-08-30T18:26:52.656Z | Downloaded hyper-rustls v0.24.2 |
| 512 | 2024-08-30T18:26:52.656Z | Downloaded bitstruct v0.1.1 |
| 513 | 2024-08-30T18:26:52.656Z | Downloaded cfg_aliases v0.1.1 |
| 514 | 2024-08-30T18:26:52.656Z | Downloaded convert_case v0.4.0 |
| 515 | 2024-08-30T18:26:52.656Z | Downloaded httparse v1.8.0 |
| 516 | 2024-08-30T18:26:52.656Z | Downloaded hostname v0.4.0 |
| 517 | 2024-08-30T18:26:52.664Z | Downloaded crunchy v0.2.2 |
| 518 | 2024-08-30T18:26:52.664Z | Downloaded home v0.5.9 |
| 519 | 2024-08-30T18:26:52.664Z | Downloaded ident_case v1.0.1 |
| 520 | 2024-08-30T18:26:52.664Z | Downloaded hubpack_derive v0.1.1 |
| 521 | 2024-08-30T18:26:52.667Z | Downloaded ascii v1.1.0 |
| 522 | 2024-08-30T18:26:52.667Z | Downloaded array-init v0.0.4 |
| 523 | 2024-08-30T18:26:52.667Z | Downloaded http-range v0.1.5 |
| 524 | 2024-08-30T18:26:52.667Z | Downloaded atomic-waker v1.1.2 |
| 525 | 2024-08-30T18:26:52.667Z | Downloaded is_ci v1.2.0 |
| 526 | 2024-08-30T18:26:52.668Z | Downloaded matches v0.1.10 |
| 527 | 2024-08-30T18:26:52.671Z | Downloaded cookie v0.17.0 |
| 528 | 2024-08-30T18:26:52.675Z | Downloaded async-stream v0.3.5 |
| 529 | 2024-08-30T18:26:52.675Z | Downloaded normalize-line-endings v0.3.0 |
| 530 | 2024-08-30T18:26:52.679Z | Downloaded console v0.15.8 |
| 531 | 2024-08-30T18:26:52.682Z | Downloaded bcs v0.1.6 |
| 532 | 2024-08-30T18:26:52.682Z | Downloaded crc32fast v1.4.0 |
| 533 | 2024-08-30T18:26:52.686Z | Downloaded cancel-safe-futures v0.1.5 |
| 534 | 2024-08-30T18:26:52.692Z | Downloaded bzip2 v0.4.4 |
| 535 | 2024-08-30T18:26:52.696Z | Downloaded base16ct v0.2.0 |
| 536 | 2024-08-30T18:26:52.696Z | Downloaded arrayvec v0.7.4 |
| 537 | 2024-08-30T18:26:52.696Z | Downloaded nodrop v0.1.14 |
| 538 | 2024-08-30T18:26:52.696Z | Downloaded serde-big-array v0.5.1 |
| 539 | 2024-08-30T18:26:52.703Z | Downloaded cstr-argument v0.1.2 |
| 540 | 2024-08-30T18:26:52.703Z | Downloaded scheduled-thread-pool v0.2.7 |
| 541 | 2024-08-30T18:26:52.703Z | Downloaded newtype_derive v0.1.6 |
| 542 | 2024-08-30T18:26:52.706Z | Downloaded is-terminal v0.4.12 |
| 543 | 2024-08-30T18:26:52.707Z | Downloaded ascii-canvas v3.0.0 |
| 544 | 2024-08-30T18:26:52.707Z | Downloaded bitfield-struct v0.6.1 |
| 545 | 2024-08-30T18:26:52.707Z | Downloaded aead v0.5.2 |
| 546 | 2024-08-30T18:26:52.711Z | Downloaded signal-hook-mio v0.2.4 |
| 547 | 2024-08-30T18:26:52.711Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 548 | 2024-08-30T18:26:52.714Z | Downloaded lazycell v1.3.0 |
| 549 | 2024-08-30T18:26:52.714Z | Downloaded crc-catalog v2.4.0 |
| 550 | 2024-08-30T18:26:52.719Z | Downloaded maplit v1.0.2 |
| 551 | 2024-08-30T18:26:52.719Z | Downloaded strum v0.26.3 |
| 552 | 2024-08-30T18:26:52.724Z | Downloaded lru-cache v0.1.2 |
| 553 | 2024-08-30T18:26:52.724Z | Downloaded mockall v0.13.0 |
| 554 | 2024-08-30T18:26:52.724Z | Downloaded linear-map v1.2.0 |
| 555 | 2024-08-30T18:26:52.729Z | Downloaded libefi-sys v0.1.0 |
| 556 | 2024-08-30T18:26:52.729Z | Downloaded want v0.3.1 |
| 557 | 2024-08-30T18:26:52.729Z | Downloaded derive_builder_macro v0.20.0 |
| 558 | 2024-08-30T18:26:52.729Z | Downloaded lalrpop-util v0.19.12 |
| 559 | 2024-08-30T18:26:52.733Z | Downloaded httpdate v1.0.3 |
| 560 | 2024-08-30T18:26:52.733Z | Downloaded crc v3.2.1 |
| 561 | 2024-08-30T18:26:52.737Z | Downloaded foreign-types-shared v0.3.1 |
| 562 | 2024-08-30T18:26:52.737Z | Downloaded const_format_proc_macros v0.2.32 |
| 563 | 2024-08-30T18:26:52.744Z | Downloaded cbc v0.1.2 |
| 564 | 2024-08-30T18:26:52.744Z | Downloaded cookie_store v0.20.0 |
| 565 | 2024-08-30T18:26:52.748Z | Downloaded addr2line v0.21.0 |
| 566 | 2024-08-30T18:26:52.749Z | Downloaded miniz_oxide v0.7.2 |
| 567 | 2024-08-30T18:26:52.749Z | Downloaded crossbeam-utils v0.8.19 |
| 568 | 2024-08-30T18:26:52.753Z | Downloaded mockall_derive v0.13.0 |
| 569 | 2024-08-30T18:26:52.768Z | Downloaded async-bb8-diesel v0.2.1 |
| 570 | 2024-08-30T18:26:52.768Z | Downloaded crc-any v2.5.0 |
| 571 | 2024-08-30T18:26:52.773Z | Downloaded foreign-types-macros v0.2.3 |
| 572 | 2024-08-30T18:26:52.773Z | Downloaded precomputed-hash v0.1.1 |
| 573 | 2024-08-30T18:26:52.773Z | Downloaded path-slash v0.1.5 |
| 574 | 2024-08-30T18:26:52.773Z | Downloaded opaque-debug v0.3.1 |
| 575 | 2024-08-30T18:26:52.773Z | Downloaded foreign-types v0.3.2 |
| 576 | 2024-08-30T18:26:52.773Z | Downloaded strum_macros v0.25.3 |
| 577 | 2024-08-30T18:26:52.773Z | Downloaded oso-derive v0.27.3 |
| 578 | 2024-08-30T18:26:52.773Z | Downloaded number_prefix v0.4.0 |
| 579 | 2024-08-30T18:26:52.773Z | Downloaded base64ct v1.6.0 |
| 580 | 2024-08-30T18:26:52.776Z | Downloaded backoff v0.4.0 |
| 581 | 2024-08-30T18:26:52.776Z | Downloaded universal-hash v0.5.1 |
| 582 | 2024-08-30T18:26:52.780Z | Downloaded mime_guess v2.0.4 |
| 583 | 2024-08-30T18:26:52.780Z | Downloaded memmap2 v0.9.4 |
| 584 | 2024-08-30T18:26:52.785Z | Downloaded waitgroup v0.1.2 |
| 585 | 2024-08-30T18:26:52.785Z | Downloaded which v4.4.2 |
| 586 | 2024-08-30T18:26:52.791Z | Downloaded walkdir v2.5.0 |
| 587 | 2024-08-30T18:26:52.791Z | Downloaded md-5 v0.10.6 |
| 588 | 2024-08-30T18:26:52.796Z | Downloaded lock_api v0.4.12 |
| 589 | 2024-08-30T18:26:52.797Z | Downloaded slog-async v2.8.0 |
| 590 | 2024-08-30T18:26:52.797Z | Downloaded hex v0.4.3 |
| 591 | 2024-08-30T18:26:52.801Z | Downloaded heck v0.3.3 |
| 592 | 2024-08-30T18:26:52.801Z | Downloaded portpicker v0.1.1 |
| 593 | 2024-08-30T18:26:52.801Z | Downloaded multer v3.1.0 |
| 594 | 2024-08-30T18:26:52.804Z | Downloaded libloading v0.8.3 |
| 595 | 2024-08-30T18:26:52.804Z | Downloaded num-complex v0.4.6 |
| 596 | 2024-08-30T18:26:52.808Z | Downloaded darling v0.20.9 |
| 597 | 2024-08-30T18:26:52.813Z | Downloaded native-tls v0.2.11 |
| 598 | 2024-08-30T18:26:52.819Z | Downloaded sigpipe v0.1.3 |
| 599 | 2024-08-30T18:26:52.819Z | Downloaded smallvec v0.6.14 |
| 600 | 2024-08-30T18:26:52.823Z | Downloaded try-lock v0.2.5 |
| 601 | 2024-08-30T18:26:52.824Z | Downloaded darling_core v0.20.9 |
| 602 | 2024-08-30T18:26:52.830Z | Downloaded base64 v0.13.1 |
| 603 | 2024-08-30T18:26:52.833Z | Downloaded pkg-config v0.3.30 |
| 604 | 2024-08-30T18:26:52.833Z | Downloaded packed_struct_codegen v0.10.1 |
| 605 | 2024-08-30T18:26:52.833Z | Downloaded either v1.13.0 |
| 606 | 2024-08-30T18:26:52.836Z | Downloaded display-error-chain v0.2.1 |
| 607 | 2024-08-30T18:26:52.836Z | Downloaded tinyvec_macros v0.1.1 |
| 608 | 2024-08-30T18:26:52.841Z | Downloaded foreign-types v0.5.0 |
| 609 | 2024-08-30T18:26:52.841Z | Downloaded indexmap v1.9.3 |
| 610 | 2024-08-30T18:26:52.847Z | Downloaded dhcproto-macros v0.1.0 |
| 611 | 2024-08-30T18:26:52.847Z | Downloaded schemars_derive v0.8.21 |
| 612 | 2024-08-30T18:26:52.851Z | Downloaded paste v1.0.15 |
| 613 | 2024-08-30T18:26:52.851Z | Downloaded derive_builder_core v0.20.0 |
| 614 | 2024-08-30T18:26:52.854Z | Downloaded env_logger v0.10.2 |
| 615 | 2024-08-30T18:26:52.858Z | Downloaded erased-serde v0.3.31 |
| 616 | 2024-08-30T18:26:52.861Z | Downloaded crossbeam-epoch v0.9.18 |
| 617 | 2024-08-30T18:26:52.863Z | Downloaded blake2 v0.10.6 |
| 618 | 2024-08-30T18:26:52.866Z | Downloaded tokio-tungstenite v0.21.0 |
| 619 | 2024-08-30T18:26:52.868Z | Downloaded headers-core v0.2.0 |
| 620 | 2024-08-30T18:26:52.868Z | Downloaded parse-size v1.0.0 |
| 621 | 2024-08-30T18:26:52.871Z | Downloaded backtrace v0.3.71 |
| 622 | 2024-08-30T18:26:52.876Z | Downloaded signature v2.2.0 |
| 623 | 2024-08-30T18:26:52.879Z | Downloaded russh-cryptovec v0.7.2 |
| 624 | 2024-08-30T18:26:52.879Z | Downloaded tap v1.0.1 |
| 625 | 2024-08-30T18:26:52.882Z | Downloaded parking_lot v0.11.2 |
| 626 | 2024-08-30T18:26:52.885Z | Downloaded socket2 v0.4.10 |
| 627 | 2024-08-30T18:26:52.888Z | Downloaded tui-tree-widget v0.22.0 |
| 628 | 2024-08-30T18:26:52.888Z | Downloaded cc v1.0.97 |
| 629 | 2024-08-30T18:26:52.892Z | Downloaded toml v0.7.8 |
| 630 | 2024-08-30T18:26:52.897Z | Downloaded rustls-pemfile v1.0.4 |
| 631 | 2024-08-30T18:26:52.900Z | Downloaded phf_shared v0.10.0 |
| 632 | 2024-08-30T18:26:52.900Z | Downloaded pretty-hex v0.2.1 |
| 633 | 2024-08-30T18:26:52.903Z | Downloaded wyz v0.5.1 |
| 634 | 2024-08-30T18:26:52.903Z | Downloaded shlex v1.3.0 |
| 635 | 2024-08-30T18:26:52.906Z | Downloaded hashlink v0.9.1 |
| 636 | 2024-08-30T18:26:52.910Z | Downloaded getopts v0.2.21 |
| 637 | 2024-08-30T18:26:52.910Z | Downloaded flagset v0.4.5 |
| 638 | 2024-08-30T18:26:52.913Z | Downloaded psl-types v2.0.11 |
| 639 | 2024-08-30T18:26:52.913Z | Downloaded hickory-server v0.24.1 |
| 640 | 2024-08-30T18:26:52.917Z | Downloaded env_logger v0.9.3 |
| 641 | 2024-08-30T18:26:52.930Z | Downloaded zone_cfg_derive v0.3.0 |
| 642 | 2024-08-30T18:26:52.933Z | Downloaded parse-display-derive v0.10.0 |
| 643 | 2024-08-30T18:26:52.936Z | Downloaded sec1 v0.7.3 |
| 644 | 2024-08-30T18:26:52.936Z | Downloaded rustc-hash v1.1.0 |
| 645 | 2024-08-30T18:26:52.940Z | Downloaded quick-error v1.2.3 |
| 646 | 2024-08-30T18:26:52.940Z | Downloaded dropshot_endpoint v0.10.1 |
| 647 | 2024-08-30T18:26:52.943Z | Downloaded password-hash v0.5.0 |
| 648 | 2024-08-30T18:26:52.943Z | Downloaded serde_repr v0.1.19 |
| 649 | 2024-08-30T18:26:52.946Z | Downloaded hash32 v0.3.1 |
| 650 | 2024-08-30T18:26:52.948Z | Downloaded glob v0.3.1 |
| 651 | 2024-08-30T18:26:52.948Z | Downloaded futures-sink v0.3.30 |
| 652 | 2024-08-30T18:26:52.952Z | Downloaded chacha20poly1305 v0.10.1 |
| 653 | 2024-08-30T18:26:52.956Z | Downloaded fixedbitset v0.4.2 |
| 654 | 2024-08-30T18:26:52.956Z | Downloaded const_format v0.2.32 |
| 655 | 2024-08-30T18:26:52.958Z | Downloaded base64 v0.22.1 |
| 656 | 2024-08-30T18:26:52.964Z | Downloaded defmt-macros v0.3.9 |
| 657 | 2024-08-30T18:26:52.967Z | Downloaded serde_urlencoded v0.7.1 |
| 658 | 2024-08-30T18:26:52.970Z | Downloaded unicase v2.7.0 |
| 659 | 2024-08-30T18:26:52.977Z | Downloaded percent-encoding v2.3.1 |
| 660 | 2024-08-30T18:26:52.977Z | Downloaded phf v0.11.2 |
| 661 | 2024-08-30T18:26:52.979Z | Downloaded pem-rfc7468 v0.7.0 |
| 662 | 2024-08-30T18:26:52.979Z | Downloaded rustls-pemfile v2.1.3 |
| 663 | 2024-08-30T18:26:52.980Z | Downloaded derive_builder v0.20.0 |
| 664 | 2024-08-30T18:26:52.985Z | Downloaded enum-as-inner v0.5.1 |
| 665 | 2024-08-30T18:26:52.988Z | Downloaded wait-timeout v0.2.0 |
| 666 | 2024-08-30T18:26:52.993Z | Downloaded slog-stdlog v4.1.1 |
| 667 | 2024-08-30T18:26:52.993Z | Downloaded toolchain_find v0.4.0 |
| 668 | 2024-08-30T18:26:52.995Z | Downloaded slog v2.7.0 |
| 669 | 2024-08-30T18:26:52.998Z | Downloaded slog-scope v4.4.0 |
| 670 | 2024-08-30T18:26:52.998Z | Downloaded proc-macro-crate v1.3.1 |
| 671 | 2024-08-30T18:26:53.001Z | Downloaded ena v0.14.3 |
| 672 | 2024-08-30T18:26:53.004Z | Downloaded ed25519 v2.2.3 |
| 673 | 2024-08-30T18:26:53.004Z | Downloaded zone v0.1.8 |
| 674 | 2024-08-30T18:26:53.007Z | Downloaded serde_plain v1.0.2 |
| 675 | 2024-08-30T18:26:53.007Z | Downloaded openssl-probe v0.1.5 |
| 676 | 2024-08-30T18:26:53.010Z | Downloaded num-integer v0.1.46 |
| 677 | 2024-08-30T18:26:53.013Z | Downloaded vergen v8.3.2 |
| 678 | 2024-08-30T18:26:53.016Z | Downloaded tar v0.4.41 |
| 679 | 2024-08-30T18:26:53.019Z | Downloaded pbkdf2 v0.11.0 |
| 680 | 2024-08-30T18:26:53.024Z | Downloaded ghash v0.5.1 |
| 681 | 2024-08-30T18:26:53.024Z | Downloaded dsl_auto_type v0.1.2 |
| 682 | 2024-08-30T18:26:53.026Z | Downloaded mio v0.8.11 |
| 683 | 2024-08-30T18:26:53.030Z | Downloaded crypto-bigint v0.5.5 |
| 684 | 2024-08-30T18:26:53.036Z | Downloaded smf v0.2.3 |
| 685 | 2024-08-30T18:26:53.041Z | Downloaded rand_chacha v0.3.1 |
| 686 | 2024-08-30T18:26:53.045Z | Downloaded dhcproto v0.12.0 |
| 687 | 2024-08-30T18:26:53.045Z | Downloaded minimal-lexical v0.2.1 |
| 688 | 2024-08-30T18:26:53.050Z | Downloaded num-derive v0.4.2 |
| 689 | 2024-08-30T18:26:53.052Z | Downloaded slog-dtrace v0.3.0 |
| 690 | 2024-08-30T18:26:53.056Z | Downloaded scopeguard v1.2.0 |
| 691 | 2024-08-30T18:26:53.056Z | Downloaded tokio-rustls v0.25.0 |
| 692 | 2024-08-30T18:26:53.059Z | Downloaded termcolor v1.4.1 |
| 693 | 2024-08-30T18:26:53.061Z | Downloaded untrusted v0.7.1 |
| 694 | 2024-08-30T18:26:53.061Z | Downloaded tokio-native-tls v0.3.1 |
| 695 | 2024-08-30T18:26:53.064Z | Downloaded unicode-xid v0.2.4 |
| 696 | 2024-08-30T18:26:53.069Z | Downloaded omicron-zone-package v0.11.0 |
| 697 | 2024-08-30T18:26:53.071Z | Downloaded russh-keys v0.45.0 |
| 698 | 2024-08-30T18:26:53.071Z | Downloaded tinyvec v1.6.0 |
| 699 | 2024-08-30T18:26:53.077Z | Downloaded downcast v0.11.0 |
| 700 | 2024-08-30T18:26:53.079Z | Downloaded difflib v0.4.0 |
| 701 | 2024-08-30T18:26:53.079Z | Downloaded zone v0.3.0 |
| 702 | 2024-08-30T18:26:53.082Z | Downloaded password-hash v0.4.2 |
| 703 | 2024-08-30T18:26:53.082Z | Downloaded funty v2.0.0 |
| 704 | 2024-08-30T18:26:53.084Z | Downloaded float-ord v0.3.2 |
| 705 | 2024-08-30T18:26:53.084Z | Downloaded fallible-iterator v0.3.0 |
| 706 | 2024-08-30T18:26:53.087Z | Downloaded fallible-iterator v0.2.0 |
| 707 | 2024-08-30T18:26:53.091Z | Downloaded socket2 v0.5.7 |
| 708 | 2024-08-30T18:26:53.094Z | Downloaded postgres-protocol v0.6.7 |
| 709 | 2024-08-30T18:26:53.094Z | Downloaded sha1 v0.10.6 |
| 710 | 2024-08-30T18:26:53.098Z | Downloaded predicates-tree v1.0.9 |
| 711 | 2024-08-30T18:26:53.098Z | Downloaded predicates v3.1.2 |
| 712 | 2024-08-30T18:26:53.101Z | Downloaded postgres-types v0.2.7 |
| 713 | 2024-08-30T18:26:53.104Z | Downloaded hex-literal v0.4.1 |
| 714 | 2024-08-30T18:26:53.108Z | Downloaded dyn-clone v1.0.17 |
| 715 | 2024-08-30T18:26:53.108Z | Downloaded slog-json v2.6.1 |
| 716 | 2024-08-30T18:26:53.114Z | Downloaded slog-bunyan v2.5.0 |
| 717 | 2024-08-30T18:26:53.114Z | Downloaded crossterm v0.27.0 |
| 718 | 2024-08-30T18:26:53.119Z | Downloaded pin-project-internal v1.1.5 |
| 719 | 2024-08-30T18:26:53.121Z | Downloaded slab v0.4.9 |
| 720 | 2024-08-30T18:26:53.122Z | Downloaded shell-words v1.1.0 |
| 721 | 2024-08-30T18:26:53.127Z | Downloaded defmt v0.3.8 |
| 722 | 2024-08-30T18:26:53.130Z | Downloaded debug-ignore v1.0.5 |
| 723 | 2024-08-30T18:26:53.130Z | Downloaded headers v0.3.9 |
| 724 | 2024-08-30T18:26:53.136Z | Downloaded rand_core v0.6.4 |
| 725 | 2024-08-30T18:26:53.138Z | Downloaded serde-hex v0.1.0 |
| 726 | 2024-08-30T18:26:53.142Z | Downloaded sqlformat v0.2.4 |
| 727 | 2024-08-30T18:26:53.144Z | Downloaded oso v0.27.3 |
| 728 | 2024-08-30T18:26:53.147Z | Downloaded libxml v0.3.3 |
| 729 | 2024-08-30T18:26:53.154Z | Downloaded data-encoding v2.6.0 |
| 730 | 2024-08-30T18:26:53.157Z | Downloaded enum-as-inner v0.6.0 |
| 731 | 2024-08-30T18:26:53.157Z | Downloaded packed_struct v0.10.1 |
| 732 | 2024-08-30T18:26:53.160Z | Downloaded num_enum v0.5.11 |
| 733 | 2024-08-30T18:26:53.165Z | Downloaded rand v0.8.5 |
| 734 | 2024-08-30T18:26:53.169Z | Downloaded dirs-next v2.0.0 |
| 735 | 2024-08-30T18:26:53.172Z | Downloaded parse-display v0.10.0 |
| 736 | 2024-08-30T18:26:53.174Z | Downloaded hash32 v0.2.1 |
| 737 | 2024-08-30T18:26:53.174Z | Downloaded peg-macros v0.8.4 |
| 738 | 2024-08-30T18:26:53.177Z | Downloaded ref-cast-impl v1.0.23 |
| 739 | 2024-08-30T18:26:53.180Z | Downloaded hickory-client v0.24.1 |
| 740 | 2024-08-30T18:26:53.186Z | Downloaded globset v0.4.14 |
| 741 | 2024-08-30T18:26:53.186Z | Downloaded fxhash v0.2.1 |
| 742 | 2024-08-30T18:26:53.189Z | Downloaded steno v0.4.1 |
| 743 | 2024-08-30T18:26:53.192Z | Downloaded thiserror-no-std v2.0.2 |
| 744 | 2024-08-30T18:26:53.197Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 745 | 2024-08-30T18:26:53.197Z | Downloaded parking_lot_core v0.8.6 |
| 746 | 2024-08-30T18:26:53.204Z | Downloaded tokio-util v0.7.11 |
| 747 | 2024-08-30T18:26:53.208Z | Downloaded sync_wrapper v0.1.2 |
| 748 | 2024-08-30T18:26:53.208Z | Downloaded structmeta v0.2.0 |
| 749 | 2024-08-30T18:26:53.208Z | Downloaded strip-ansi-escapes v0.2.0 |
| 750 | 2024-08-30T18:26:53.213Z | Downloaded serde_with_macros v3.9.0 |
| 751 | 2024-08-30T18:26:53.213Z | Downloaded serde_derive_internals v0.29.1 |
| 752 | 2024-08-30T18:26:53.216Z | Downloaded zeroize v1.7.0 |
| 753 | 2024-08-30T18:26:53.216Z | Downloaded deranged v0.3.11 |
| 754 | 2024-08-30T18:26:53.216Z | Downloaded tokio-postgres v0.7.11 |
| 755 | 2024-08-30T18:26:53.222Z | Downloaded sct v0.7.1 |
| 756 | 2024-08-30T18:26:53.225Z | Downloaded num_threads v0.1.7 |
| 757 | 2024-08-30T18:26:53.227Z | Downloaded prettyplease v0.2.20 |
| 758 | 2024-08-30T18:26:53.230Z | Downloaded subprocess v0.2.9 |
| 759 | 2024-08-30T18:26:53.233Z | Downloaded rpassword v7.3.1 |
| 760 | 2024-08-30T18:26:53.235Z | Downloaded group v0.13.0 |
| 761 | 2024-08-30T18:26:53.238Z | Downloaded filetime v0.2.25 |
| 762 | 2024-08-30T18:26:53.240Z | Downloaded scrypt v0.11.0 |
| 763 | 2024-08-30T18:26:53.240Z | Downloaded elliptic-curve v0.13.8 |
| 764 | 2024-08-30T18:26:53.245Z | Downloaded hashbrown v0.13.2 |
| 765 | 2024-08-30T18:26:53.249Z | Downloaded xattr v1.3.1 |
| 766 | 2024-08-30T18:26:53.253Z | Downloaded stringprep v0.1.4 |
| 767 | 2024-08-30T18:26:53.256Z | Downloaded twox-hash v1.6.3 |
| 768 | 2024-08-30T18:26:53.259Z | Downloaded uzers v0.11.3 |
| 769 | 2024-08-30T18:26:53.259Z | Downloaded time-core v0.1.2 |
| 770 | 2024-08-30T18:26:53.259Z | Downloaded termtree v0.4.1 |
| 771 | 2024-08-30T18:26:53.262Z | Downloaded gethostname v0.5.0 |
| 772 | 2024-08-30T18:26:53.269Z | Downloaded futures-io v0.3.30 |
| 773 | 2024-08-30T18:26:53.269Z | Downloaded strum_macros v0.26.4 |
| 774 | 2024-08-30T18:26:53.272Z | Downloaded rustls-pki-types v1.7.0 |
| 775 | 2024-08-30T18:26:53.272Z | Downloaded rayon-core v1.12.1 |
| 776 | 2024-08-30T18:26:53.276Z | Downloaded ron v0.7.1 |
| 777 | 2024-08-30T18:26:53.279Z | Downloaded radium v0.7.0 |
| 778 | 2024-08-30T18:26:53.282Z | Downloaded sqlparser_derive v0.2.2 |
| 779 | 2024-08-30T18:26:53.282Z | Downloaded fd-lock v4.0.2 |
| 780 | 2024-08-30T18:26:53.284Z | Downloaded rand_xorshift v0.3.0 |
| 781 | 2024-08-30T18:26:53.284Z | Downloaded yasna v0.5.2 |
| 782 | 2024-08-30T18:26:53.288Z | Downloaded pem v3.0.4 |
| 783 | 2024-08-30T18:26:53.290Z | Downloaded rustfmt-wrapper v0.2.1 |
| 784 | 2024-08-30T18:26:53.290Z | Downloaded tracing-core v0.1.32 |
| 785 | 2024-08-30T18:26:53.295Z | Downloaded postcard v1.0.8 |
| 786 | 2024-08-30T18:26:53.299Z | Downloaded rusty-fork v0.3.0 |
| 787 | 2024-08-30T18:26:53.299Z | Downloaded olpc-cjson v0.1.3 |
| 788 | 2024-08-30T18:26:53.302Z | Downloaded zerocopy v0.6.6 |
| 789 | 2024-08-30T18:26:53.302Z | Downloaded url v2.5.2 |
| 790 | 2024-08-30T18:26:53.305Z | Downloaded diff v0.1.13 |
| 791 | 2024-08-30T18:26:53.309Z | Downloaded tabwriter v1.4.0 |
| 792 | 2024-08-30T18:26:53.312Z | Downloaded termios v0.3.3 |
| 793 | 2024-08-30T18:26:53.315Z | Downloaded futures-macro v0.3.30 |
| 794 | 2024-08-30T18:26:53.315Z | Downloaded vte v0.11.1 |
| 795 | 2024-08-30T18:26:53.320Z | Downloaded ff v0.13.0 |
| 796 | 2024-08-30T18:26:53.320Z | Downloaded peg-runtime v0.8.3 |
| 797 | 2024-08-30T18:26:53.323Z | Downloaded thread_local v1.1.8 |
| 798 | 2024-08-30T18:26:53.323Z | Downloaded ssh-cipher v0.2.0 |
| 799 | 2024-08-30T18:26:53.323Z | Downloaded float-cmp v0.9.0 |
| 800 | 2024-08-30T18:26:53.323Z | Downloaded openssl-macros v0.1.1 |
| 801 | 2024-08-30T18:26:53.326Z | Downloaded publicsuffix v2.2.3 |
| 802 | 2024-08-30T18:26:53.329Z | Downloaded num-traits v0.2.19 |
| 803 | 2024-08-30T18:26:53.331Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 804 | 2024-08-30T18:26:53.334Z | Downloaded blake3 v1.5.1 |
| 805 | 2024-08-30T18:26:53.339Z | Downloaded r2d2 v0.8.10 |
| 806 | 2024-08-30T18:26:53.342Z | Downloaded topological-sort v0.2.2 |
| 807 | 2024-08-30T18:26:53.346Z | Downloaded crossterm v0.28.1 |
| 808 | 2024-08-30T18:26:53.350Z | Downloaded futures-task v0.3.30 |
| 809 | 2024-08-30T18:26:53.352Z | Downloaded samael v0.0.15 |
| 810 | 2024-08-30T18:26:53.358Z | Downloaded futures-core v0.3.30 |
| 811 | 2024-08-30T18:26:53.360Z | Downloaded vsss-rs v3.3.4 |
| 812 | 2024-08-30T18:26:53.363Z | Downloaded futures-channel v0.3.30 |
| 813 | 2024-08-30T18:26:53.366Z | Downloaded unicode-bidi v0.3.15 |
| 814 | 2024-08-30T18:26:53.368Z | Downloaded der v0.7.9 |
| 815 | 2024-08-30T18:26:53.375Z | Downloaded num-iter v0.1.45 |
| 816 | 2024-08-30T18:26:53.379Z | Downloaded fatfs v0.3.6 |
| 817 | 2024-08-30T18:26:53.379Z | Downloaded unsafe-libyaml v0.2.11 |
| 818 | 2024-08-30T18:26:53.383Z | Downloaded pkcs5 v0.7.1 |
| 819 | 2024-08-30T18:26:53.386Z | Downloaded hashbrown v0.12.3 |
| 820 | 2024-08-30T18:26:53.391Z | Downloaded pbkdf2 v0.12.2 |
| 821 | 2024-08-30T18:26:53.395Z | Downloaded derive_more v0.99.18 |
| 822 | 2024-08-30T18:26:53.400Z | Downloaded aho-corasick v1.1.3 |
| 823 | 2024-08-30T18:26:53.404Z | Downloaded test-strategy v0.3.1 |
| 824 | 2024-08-30T18:26:53.412Z | Downloaded pin-project v1.1.5 |
| 825 | 2024-08-30T18:26:53.422Z | Downloaded hickory-resolver v0.24.1 |
| 826 | 2024-08-30T18:26:53.426Z | Downloaded num_enum_derive v0.5.11 |
| 827 | 2024-08-30T18:26:53.429Z | Downloaded rsa v0.9.6 |
| 828 | 2024-08-30T18:26:53.433Z | Downloaded typed-path v0.7.1 |
| 829 | 2024-08-30T18:26:53.440Z | Downloaded heapless v0.8.0 |
| 830 | 2024-08-30T18:26:53.445Z | Downloaded hyper v0.14.30 |
| 831 | 2024-08-30T18:26:53.454Z | Downloaded reedline v0.33.0 |
| 832 | 2024-08-30T18:26:53.461Z | Downloaded derive-where v1.2.7 |
| 833 | 2024-08-30T18:26:53.466Z | Downloaded time v0.3.36 |
| 834 | 2024-08-30T18:26:53.475Z | Downloaded poly1305 v0.8.0 |
| 835 | 2024-08-30T18:26:53.478Z | Downloaded quick-xml v0.31.0 |
| 836 | 2024-08-30T18:26:53.483Z | Downloaded lalrpop v0.19.12 |
| 837 | 2024-08-30T18:26:53.495Z | Downloaded p256 v0.13.2 |
| 838 | 2024-08-30T18:26:53.500Z | Downloaded diesel_derives v2.2.2 |
| 839 | 2024-08-30T18:26:53.505Z | Downloaded unicode-normalization v0.1.23 |
| 840 | 2024-08-30T18:26:53.510Z | Downloaded idna v0.5.0 |
| 841 | 2024-08-30T18:26:53.517Z | Downloaded flate2 v1.0.31 |
| 842 | 2024-08-30T18:26:53.523Z | Downloaded tungstenite v0.21.0 |
| 843 | 2024-08-30T18:26:53.526Z | Downloaded tungstenite v0.23.0 |
| 844 | 2024-08-30T18:26:53.530Z | Downloaded des v0.8.1 |
| 845 | 2024-08-30T18:26:53.533Z | Downloaded x509-cert v0.2.5 |
| 846 | 2024-08-30T18:26:53.539Z | Downloaded rcgen v0.12.1 |
| 847 | 2024-08-30T18:26:53.542Z | Downloaded unicode-segmentation v1.11.0 |
| 848 | 2024-08-30T18:26:53.545Z | Downloaded half v2.4.1 |
| 849 | 2024-08-30T18:26:53.551Z | Downloaded p521 v0.13.3 |
| 850 | 2024-08-30T18:26:53.553Z | Downloaded tracing v0.1.40 |
| 851 | 2024-08-30T18:26:53.557Z | Downloaded nix v0.28.0 |
| 852 | 2024-08-30T18:26:53.571Z | Downloaded ssh-key v0.6.6 |
| 853 | 2024-08-30T18:26:53.578Z | Downloaded webpki-roots v0.25.4 |
| 854 | 2024-08-30T18:26:53.583Z | Downloaded idna v0.2.3 |
| 855 | 2024-08-30T18:26:53.590Z | Downloaded nix v0.27.1 |
| 856 | 2024-08-30T18:26:53.604Z | Downloaded rustls-webpki v0.101.7 |
| 857 | 2024-08-30T18:26:53.618Z | Downloaded portable-atomic v1.6.0 |
| 858 | 2024-08-30T18:26:53.624Z | Downloaded chrono v0.4.38 |
| 859 | 2024-08-30T18:26:53.632Z | Downloaded sqlparser v0.45.0 |
| 860 | 2024-08-30T18:26:53.640Z | Downloaded smoltcp v0.9.1 |
| 861 | 2024-08-30T18:26:53.650Z | Downloaded gimli v0.28.1 |
| 862 | 2024-08-30T18:26:53.660Z | Downloaded rustls-webpki v0.102.4 |
| 863 | 2024-08-30T18:26:53.680Z | Downloaded git2 v0.19.0 |
| 864 | 2024-08-30T18:26:53.689Z | Downloaded serde_with v3.9.0 |
| 865 | 2024-08-30T18:26:53.698Z | Downloaded smoltcp v0.11.0 |
| 866 | 2024-08-30T18:26:53.712Z | Downloaded tough v0.17.1 |
| 867 | 2024-08-30T18:26:53.720Z | Downloaded rustyline v14.0.0 |
| 868 | 2024-08-30T18:26:53.726Z | Downloaded diesel v2.2.3 |
| 869 | 2024-08-30T18:26:53.748Z | Downloaded h2 v0.3.26 |
| 870 | 2024-08-30T18:26:53.754Z | Downloaded rustls v0.22.4 |
| 871 | 2024-08-30T18:26:53.768Z | Downloaded openssl v0.10.66 |
| 872 | 2024-08-30T18:26:53.778Z | Downloaded rustls v0.21.12 |
| 873 | 2024-08-30T18:26:53.791Z | Downloaded zerocopy-derive v0.6.6 |
| 874 | 2024-08-30T18:26:53.803Z | Downloaded rayon v1.10.0 |
| 875 | 2024-08-30T18:26:53.811Z | Downloaded dropshot v0.10.1 |
| 876 | 2024-08-30T18:26:53.822Z | Downloaded curve25519-dalek v4.1.3 |
| 877 | 2024-08-30T18:26:53.832Z | Downloaded p384 v0.13.0 |
| 878 | 2024-08-30T18:26:53.838Z | Downloaded radix_trie v0.2.1 |
| 879 | 2024-08-30T18:26:53.844Z | Downloaded futures-util v0.3.30 |
| 880 | 2024-08-30T18:26:53.857Z | Downloaded openapiv3 v2.0.0 |
| 881 | 2024-08-30T18:26:53.871Z | Downloaded reqwest v0.11.27 |
| 882 | 2024-08-30T18:26:53.878Z | Downloaded bitvec v1.0.1 |
| 883 | 2024-08-30T18:26:53.895Z | Downloaded proptest v1.5.0 |
| 884 | 2024-08-30T18:26:53.905Z | Downloaded regex v1.10.6 |
| 885 | 2024-08-30T18:26:53.918Z | Downloaded object v0.30.4 |
| 886 | 2024-08-30T18:26:53.929Z | Downloaded sha3 v0.10.8 |
| 887 | 2024-08-30T18:26:53.934Z | Downloaded bstr v1.9.1 |
| 888 | 2024-08-30T18:26:53.945Z | Downloaded object v0.32.2 |
| 889 | 2024-08-30T18:26:53.956Z | Downloaded regex-syntax v0.6.29 |
| 890 | 2024-08-30T18:26:53.964Z | Downloaded vcpkg v0.2.15 |
| 891 | 2024-08-30T18:26:54.004Z | Downloaded polar-core v0.27.3 |
| 892 | 2024-08-30T18:26:54.013Z | Downloaded regex-syntax v0.8.4 |
| 893 | 2024-08-30T18:26:54.022Z | Downloaded regress v0.9.1 |
| 894 | 2024-08-30T18:26:54.033Z | Downloaded trust-dns-proto v0.22.0 |
| 895 | 2024-08-30T18:26:54.046Z | Downloaded hickory-proto v0.24.1 |
| 896 | 2024-08-30T18:26:54.062Z | Downloaded idna v0.3.0 |
| 897 | 2024-08-30T18:26:54.069Z | Downloaded bindgen v0.69.4 |
| 898 | 2024-08-30T18:26:54.077Z | Downloaded idna v0.4.0 |
| 899 | 2024-08-30T18:26:54.084Z | Downloaded heapless v0.7.17 |
| 900 | 2024-08-30T18:26:54.088Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 901 | 2024-08-30T18:26:54.147Z | Downloaded pkcs1 v0.7.5 |
| 902 | 2024-08-30T18:26:54.150Z | Downloaded zip v0.6.6 |
| 903 | 2024-08-30T18:26:54.153Z | Downloaded rusqlite v0.31.0 |
| 904 | 2024-08-30T18:26:54.161Z | Downloaded winnow v0.5.40 |
| 905 | 2024-08-30T18:26:54.169Z | Downloaded ssh-encoding v0.2.0 |
| 906 | 2024-08-30T18:26:54.171Z | Downloaded parking_lot_core v0.9.10 |
| 907 | 2024-08-30T18:26:54.174Z | Downloaded uuid v1.10.0 |
| 908 | 2024-08-30T18:26:54.177Z | Downloaded tracing-attributes v0.1.27 |
| 909 | 2024-08-30T18:26:54.180Z | Downloaded parking_lot v0.12.2 |
| 910 | 2024-08-30T18:26:54.182Z | Downloaded openssl-sys v0.9.103 |
| 911 | 2024-08-30T18:26:54.187Z | Downloaded aes-gcm v0.10.3 |
| 912 | 2024-08-30T18:26:54.192Z | Downloaded string_cache v0.8.7 |
| 913 | 2024-08-30T18:26:54.194Z | Downloaded sled v0.34.7 |
| 914 | 2024-08-30T18:26:54.202Z | Downloaded futures-executor v0.3.30 |
| 915 | 2024-08-30T18:26:54.205Z | Downloaded russh v0.45.0 |
| 916 | 2024-08-30T18:26:54.209Z | Downloaded rand_seeder v0.3.0 |
| 917 | 2024-08-30T18:26:54.215Z | Downloaded supports-color v3.0.0 |
| 918 | 2024-08-30T18:26:54.215Z | Downloaded subtle v2.5.0 |
| 919 | 2024-08-30T18:26:54.217Z | Downloaded der_derive v0.7.2 |
| 920 | 2024-08-30T18:26:54.217Z | Downloaded phf_shared v0.11.2 |
| 921 | 2024-08-30T18:26:54.217Z | Downloaded spin v0.9.8 |
| 922 | 2024-08-30T18:26:54.220Z | Downloaded ratatui v0.28.0 |
| 923 | 2024-08-30T18:26:54.239Z | Downloaded schemars v0.8.21 |
| 924 | 2024-08-30T18:26:54.251Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 925 | 2024-08-30T18:26:54.265Z | Downloaded hkdf v0.12.4 |
| 926 | 2024-08-30T18:26:54.268Z | Downloaded pkcs8 v0.10.2 |
| 927 | 2024-08-30T18:26:54.273Z | Downloaded unicode-truncate v1.0.0 |
| 928 | 2024-08-30T18:26:54.276Z | Downloaded pin-utils v0.1.0 |
| 929 | 2024-08-30T18:26:54.276Z | Downloaded itertools v0.12.1 |
| 930 | 2024-08-30T18:26:54.280Z | Downloaded tower-service v0.3.2 |
| 931 | 2024-08-30T18:26:54.282Z | Downloaded futures v0.3.30 |
| 932 | 2024-08-30T18:26:54.288Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 933 | 2024-08-30T18:26:54.291Z | Downloaded regex-automata v0.4.6 |
| 934 | 2024-08-30T18:26:54.306Z | Downloaded finl_unicode v1.2.0 |
| 935 | 2024-08-30T18:26:54.319Z | Downloaded flume v0.11.0 |
| 936 | 2024-08-30T18:26:54.323Z | Downloaded zeroize_derive v1.4.2 |
| 937 | 2024-08-30T18:26:54.327Z | Downloaded spki v0.7.3 |
| 938 | 2024-08-30T18:26:54.327Z | Downloaded petgraph v0.6.5 |
| 939 | 2024-08-30T18:26:54.348Z | Downloaded spin v0.5.2 |
| 940 | 2024-08-30T18:26:54.352Z | Downloaded serde_arrays v0.1.0 |
| 941 | 2024-08-30T18:26:54.352Z | Downloaded secrecy v0.8.0 |
| 942 | 2024-08-30T18:26:54.356Z | Downloaded powerfmt v0.2.0 |
| 943 | 2024-08-30T18:26:54.356Z | Downloaded polyval v0.6.2 |
| 944 | 2024-08-30T18:26:54.356Z | Downloaded slog-term v2.9.1 |
| 945 | 2024-08-30T18:26:54.361Z | Downloaded predicates-core v1.0.6 |
| 946 | 2024-08-30T18:26:54.361Z | Downloaded ppv-lite86 v0.2.17 |
| 947 | 2024-08-30T18:26:54.361Z | Downloaded peg v0.8.4 |
| 948 | 2024-08-30T18:26:54.365Z | Downloaded utf-8 v0.7.6 |
| 949 | 2024-08-30T18:26:54.369Z | Downloaded tokio v1.39.3 |
| 950 | 2024-08-30T18:26:54.404Z | Downloaded term v0.7.0 |
| 951 | 2024-08-30T18:26:54.407Z | Downloaded csv v1.3.0 |
| 952 | 2024-08-30T18:26:54.428Z | Downloaded ed25519-dalek v2.1.1 |
| 953 | 2024-08-30T18:26:54.431Z | Downloaded expectorate v1.1.0 |
| 954 | 2024-08-30T18:26:54.434Z | Downloaded num-bigint v0.4.5 |
| 955 | 2024-08-30T18:26:54.438Z | Downloaded getrandom v0.2.14 |
| 956 | 2024-08-30T18:26:54.441Z | Downloaded ecdsa v0.16.9 |
| 957 | 2024-08-30T18:26:54.443Z | Downloaded defmt-parser v0.3.4 |
| 958 | 2024-08-30T18:26:54.446Z | Downloaded owo-colors v4.0.0 |
| 959 | 2024-08-30T18:26:54.448Z | Downloaded embedded-io v0.4.0 |
| 960 | 2024-08-30T18:26:54.451Z | Downloaded tungstenite v0.20.1 |
| 961 | 2024-08-30T18:26:54.453Z | Downloaded unicode_categories v0.1.1 |
| 962 | 2024-08-30T18:26:54.456Z | Downloaded toml_edit v0.19.15 |
| 963 | 2024-08-30T18:26:54.472Z | Downloaded http v1.1.0 |
| 964 | 2024-08-30T18:26:54.477Z | Downloaded crossbeam-channel v0.5.12 |
| 965 | 2024-08-30T18:26:54.480Z | Downloaded base64 v0.21.7 |
| 966 | 2024-08-30T18:26:54.484Z | Downloaded libz-sys v1.1.16 |
| 967 | 2024-08-30T18:26:54.554Z | Downloaded itertools v0.13.0 |
| 968 | 2024-08-30T18:26:54.562Z | Downloaded tokio-macros v2.4.0 |
| 969 | 2024-08-30T18:26:54.565Z | Downloaded smallvec v1.13.2 |
| 970 | 2024-08-30T18:26:54.568Z | Downloaded salsa20 v0.10.2 |
| 971 | 2024-08-30T18:26:54.568Z | Downloaded ron v0.8.1 |
| 972 | 2024-08-30T18:26:54.571Z | Downloaded slog-envlogger v2.2.0 |
| 973 | 2024-08-30T18:26:54.575Z | Downloaded tokio-rustls v0.24.1 |
| 974 | 2024-08-30T18:26:54.578Z | Downloaded rustc-demangle v0.1.24 |
| 975 | 2024-08-30T18:26:54.578Z | Downloaded similar v2.6.0 |
| 976 | 2024-08-30T18:26:54.582Z | Downloaded snafu v0.8.2 |
| 977 | 2024-08-30T18:26:54.589Z | Downloaded num-bigint-dig v0.8.4 |
| 978 | 2024-08-30T18:26:54.594Z | Downloaded nom v7.1.3 |
| 979 | 2024-08-30T18:26:54.600Z | Downloaded encoding_rs v0.8.34 |
| 980 | 2024-08-30T18:26:54.622Z | Downloaded libm v0.2.8 |
| 981 | 2024-08-30T18:26:54.629Z | Downloaded libsqlite3-sys v0.28.0 |
| 982 | 2024-08-30T18:26:54.705Z | Downloaded pin-project-lite v0.2.14 |
| 983 | 2024-08-30T18:26:54.710Z | Downloaded num-rational v0.4.2 |
| 984 | 2024-08-30T18:26:54.713Z | Downloaded signal-hook v0.3.17 |
| 985 | 2024-08-30T18:26:54.715Z | Downloaded serde_yaml v0.9.34+deprecated |
| 986 | 2024-08-30T18:26:54.718Z | Downloaded itertools v0.10.5 |
| 987 | 2024-08-30T18:26:54.724Z | Downloaded cookie v0.18.1 |
| 988 | 2024-08-30T18:26:54.727Z | Downloaded const-oid v0.9.6 |
| 989 | 2024-08-30T18:26:54.729Z | Downloaded compact_str v0.8.0 |
| 990 | 2024-08-30T18:26:54.732Z | Downloaded bytes v1.7.1 |
| 991 | 2024-08-30T18:26:54.736Z | Downloaded vte_generate_state_changes v0.1.1 |
| 992 | 2024-08-30T18:26:54.739Z | Downloaded unarray v0.1.4 |
| 993 | 2024-08-30T18:26:54.739Z | Downloaded untrusted v0.9.0 |
| 994 | 2024-08-30T18:26:54.741Z | Downloaded tls_codec_derive v0.4.1 |
| 995 | 2024-08-30T18:26:54.741Z | Downloaded tls_codec v0.4.1 |
| 996 | 2024-08-30T18:26:54.744Z | Downloaded static_assertions v1.1.0 |
| 997 | 2024-08-30T18:26:54.744Z | Downloaded mio v1.0.2 |
| 998 | 2024-08-30T18:26:54.749Z | Downloaded csv-core v0.1.11 |
| 999 | 2024-08-30T18:26:54.752Z | Downloaded rfc6979 v0.4.0 |
| 1000 | 2024-08-30T18:26:54.752Z | Downloaded clang-sys v1.7.0 |
| 1001 | 2024-08-30T18:26:54.754Z | Downloaded allocator-api2 v0.2.18 |
| 1002 | 2024-08-30T18:26:54.757Z | Downloaded ref-cast v1.0.23 |
| 1003 | 2024-08-30T18:26:54.760Z | Downloaded primeorder v0.13.6 |
| 1004 | 2024-08-30T18:26:54.762Z | Downloaded signal-hook-registry v1.4.2 |
| 1005 | 2024-08-30T18:26:54.762Z | Downloaded take_mut v0.2.2 |
| 1006 | 2024-08-30T18:26:54.762Z | Downloaded siphasher v0.3.11 |
| 1007 | 2024-08-30T18:26:54.765Z | Downloaded semver v0.1.20 |
| 1008 | 2024-08-30T18:26:54.765Z | Downloaded endian-type v0.1.2 |
| 1009 | 2024-08-30T18:26:54.768Z | Downloaded dirs-sys-next v0.1.2 |
| 1010 | 2024-08-30T18:26:54.768Z | Downloaded tokio-tungstenite v0.20.1 |
| 1011 | 2024-08-30T18:26:54.770Z | Downloaded tokio-stream v0.1.15 |
| 1012 | 2024-08-30T18:26:54.773Z | Downloaded snafu-derive v0.8.2 |
| 1013 | 2024-08-30T18:26:54.776Z | Downloaded whoami v1.5.1 |
| 1014 | 2024-08-30T18:26:54.776Z | Downloaded rtoolbox v0.0.2 |
| 1015 | 2024-08-30T18:26:54.778Z | Downloaded zone_cfg_derive v0.1.2 |
| 1016 | 2024-08-30T18:26:54.778Z | Downloaded tokio-tungstenite v0.23.1 |
| 1017 | 2024-08-30T18:26:54.782Z | Downloaded tiny-keccak v2.0.2 |
| 1018 | 2024-08-30T18:26:54.788Z | Downloaded time-macros v0.2.18 |
| 1019 | 2024-08-30T18:26:54.788Z | Downloaded ciborium v0.2.2 |
| 1020 | 2024-08-30T18:26:54.791Z | Downloaded arc-swap v1.7.1 |
| 1021 | 2024-08-30T18:26:54.791Z | Downloaded aes v0.8.4 |
| 1022 | 2024-08-30T18:26:54.793Z | Downloaded signal-hook-tokio v0.3.1 |
| 1023 | 2024-08-30T18:26:54.796Z | Downloaded indicatif v0.17.8 |
| 1024 | 2024-08-30T18:26:54.799Z | Downloaded fragile v2.0.0 |
| 1025 | 2024-08-30T18:26:54.802Z | Downloaded form_urlencoded v1.2.1 |
| 1026 | 2024-08-30T18:26:54.802Z | Downloaded strum_macros v0.24.3 |
| 1027 | 2024-08-30T18:26:54.805Z | Downloaded structmeta-derive v0.3.0 |
| 1028 | 2024-08-30T18:26:54.805Z | Downloaded structmeta-derive v0.2.0 |
| 1029 | 2024-08-30T18:26:54.805Z | Downloaded structmeta v0.3.0 |
| 1030 | 2024-08-30T18:26:54.809Z | Downloaded same-file v1.0.6 |
| 1031 | 2024-08-30T18:26:54.809Z | Downloaded rustc_version v0.1.7 |
| 1032 | 2024-08-30T18:26:54.809Z | Downloaded resolv-conf v0.7.0 |
| 1033 | 2024-08-30T18:26:54.812Z | Downloaded jobserver v0.1.32 |
| 1034 | 2024-08-30T18:26:54.812Z | Downloaded iana-time-zone v0.1.60 |
| 1035 | 2024-08-30T18:26:54.815Z | Downloaded async-trait v0.1.81 |
| 1036 | 2024-08-30T18:26:54.819Z | Downloaded stable_deref_trait v1.2.0 |
| 1037 | 2024-08-30T18:26:54.819Z | Downloaded serde_path_to_error v0.1.16 |
| 1038 | 2024-08-30T18:26:54.823Z | Downloaded rustversion v1.0.17 |
| 1039 | 2024-08-30T18:26:54.823Z | Downloaded nanorand v0.7.0 |
| 1040 | 2024-08-30T18:26:54.826Z | Downloaded chacha20 v0.9.1 |
| 1041 | 2024-08-30T18:26:54.826Z | Downloaded foreign-types-shared v0.1.1 |
| 1042 | 2024-08-30T18:26:54.829Z | Downloaded cassowary v0.3.0 |
| 1043 | 2024-08-30T18:26:54.829Z | Downloaded block-padding v0.3.3 |
| 1044 | 2024-08-30T18:26:54.829Z | Downloaded kstat-rs v0.2.4 |
| 1045 | 2024-08-30T18:26:54.832Z | Downloaded internet-checksum v0.2.1 |
| 1046 | 2024-08-30T18:26:54.832Z | Downloaded ciborium-ll v0.2.2 |
| 1047 | 2024-08-30T18:26:54.832Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1048 | 2024-08-30T18:26:54.832Z | Downloaded rustc_version v0.4.0 |
| 1049 | 2024-08-30T18:26:54.835Z | Downloaded lru v0.12.3 |
| 1050 | 2024-08-30T18:26:54.835Z | Downloaded ipnetwork v0.20.0 |
| 1051 | 2024-08-30T18:26:54.839Z | Downloaded instability v0.3.2 |
| 1052 | 2024-08-30T18:26:54.839Z | Downloaded indoc v1.0.9 |
| 1053 | 2024-08-30T18:26:54.843Z | Downloaded hyper-staticfile v0.9.5 |
| 1054 | 2024-08-30T18:26:54.843Z | Downloaded maybe-uninit v2.0.0 |
| 1055 | 2024-08-30T18:26:54.843Z | Downloaded http v0.2.12 |
| 1056 | 2024-08-30T18:26:54.846Z | Downloaded bit-set v0.5.3 |
| 1057 | 2024-08-30T18:26:54.850Z | Downloaded bitflags v1.3.2 |
| 1058 | 2024-08-30T18:26:54.853Z | Downloaded blowfish v0.9.1 |
| 1059 | 2024-08-30T18:26:54.853Z | Downloaded libsw v3.3.1 |
| 1060 | 2024-08-30T18:26:54.857Z | Downloaded bb8 v0.8.5 |
| 1061 | 2024-08-30T18:26:54.857Z | Downloaded nibble_vec v0.1.0 |
| 1062 | 2024-08-30T18:26:54.857Z | Downloaded newtype-uuid v1.1.0 |
| 1063 | 2024-08-30T18:26:54.857Z | Downloaded multimap v0.10.0 |
| 1064 | 2024-08-30T18:26:54.860Z | Downloaded memoffset v0.9.1 |
| 1065 | 2024-08-30T18:26:54.860Z | Downloaded managed v0.8.0 |
| 1066 | 2024-08-30T18:26:54.860Z | Downloaded linked-hash-map v0.5.6 |
| 1067 | 2024-08-30T18:26:54.863Z | Downloaded humantime v2.1.0 |
| 1068 | 2024-08-30T18:26:54.863Z | Downloaded hubpack v0.1.2 |
| 1069 | 2024-08-30T18:26:54.866Z | Downloaded http-body v0.4.6 |
| 1070 | 2024-08-30T18:26:54.866Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1071 | 2024-08-30T18:26:54.866Z | Downloaded buf-list v1.0.3 |
| 1072 | 2024-08-30T18:26:54.868Z | Downloaded bit-vec v0.6.3 |
| 1073 | 2024-08-30T18:26:54.871Z | Downloaded cobs v0.2.3 |
| 1074 | 2024-08-30T18:26:54.872Z | Downloaded cexpr v0.6.0 |
| 1075 | 2024-08-30T18:26:54.874Z | Downloaded bitfield v0.14.0 |
| 1076 | 2024-08-30T18:26:55.108Z | Downloaded ring v0.17.8 |
| 1077 | 2024-08-30T18:26:55.228Z | Downloaded ring v0.16.20 |
| 1078 | 2024-08-30T18:26:55.403Z | Compiling serde v1.0.208 |
| 1079 | 2024-08-30T18:26:55.406Z | Compiling typenum v1.17.0 |
| 1080 | 2024-08-30T18:26:55.406Z | Compiling lock_api v0.4.12 |
| 1081 | 2024-08-30T18:26:55.406Z | Compiling generic-array v0.14.7 |
| 1082 | 2024-08-30T18:26:55.406Z | Compiling scopeguard v1.2.0 |
| 1083 | 2024-08-30T18:26:55.547Z | Compiling log v0.4.21 |
| 1084 | 2024-08-30T18:26:55.571Z | Compiling syn v2.0.74 |
| 1085 | 2024-08-30T18:26:55.574Z | Compiling getrandom v0.2.14 |
| 1086 | 2024-08-30T18:26:55.737Z | Compiling jobserver v0.1.32 |
| 1087 | 2024-08-30T18:26:55.908Z | Compiling rand_core v0.6.4 |
| 1088 | 2024-08-30T18:26:56.023Z | Compiling subtle v2.5.0 |
| 1089 | 2024-08-30T18:26:56.061Z | Compiling cc v1.0.97 |
| 1090 | 2024-08-30T18:26:56.097Z | Compiling const-oid v0.9.6 |
| 1091 | 2024-08-30T18:26:56.486Z | Compiling smallvec v1.13.2 |
| 1092 | 2024-08-30T18:26:56.510Z | Compiling pin-project-lite v0.2.14 |
| 1093 | 2024-08-30T18:26:56.635Z | Compiling parking_lot_core v0.9.10 |
| 1094 | 2024-08-30T18:26:56.666Z | Compiling signal-hook-registry v1.4.2 |
| 1095 | 2024-08-30T18:26:56.911Z | Compiling mio v1.0.2 |
| 1096 | 2024-08-30T18:26:57.256Z | Compiling spin v0.9.8 |
| 1097 | 2024-08-30T18:26:57.570Z | Compiling parking_lot v0.12.2 |
| 1098 | 2024-08-30T18:26:57.665Z | Compiling ahash v0.8.11 |
| 1099 | 2024-08-30T18:26:57.815Z | Compiling tinyvec_macros v0.1.1 |
| 1100 | 2024-08-30T18:26:57.912Z | Compiling tinyvec v1.6.0 |
| 1101 | 2024-08-30T18:26:58.100Z | Compiling socket2 v0.5.7 |
| 1102 | 2024-08-30T18:26:58.213Z | Compiling serde_json v1.0.125 |
| 1103 | 2024-08-30T18:26:58.271Z | Compiling libm v0.2.8 |
| 1104 | 2024-08-30T18:26:58.274Z | Compiling futures-sink v0.3.30 |
| 1105 | 2024-08-30T18:26:58.451Z | Compiling cpufeatures v0.2.12 |
| 1106 | 2024-08-30T18:26:58.556Z | Compiling futures-core v0.3.30 |
| 1107 | 2024-08-30T18:26:58.576Z | Compiling num-traits v0.2.19 |
| 1108 | 2024-08-30T18:26:58.614Z | Compiling slab v0.4.9 |
| 1109 | 2024-08-30T18:26:58.658Z | Compiling allocator-api2 v0.2.18 |
| 1110 | 2024-08-30T18:26:58.799Z | Compiling unicode-bidi v0.3.15 |
| 1111 | 2024-08-30T18:26:59.104Z | Compiling futures-channel v0.3.30 |
| 1112 | 2024-08-30T18:26:59.376Z | Compiling unicode-normalization v0.1.23 |
| 1113 | 2024-08-30T18:26:59.416Z | Compiling futures-task v0.3.30 |
| 1114 | 2024-08-30T18:26:59.448Z | Compiling vcpkg v0.2.15 |
| 1115 | 2024-08-30T18:26:59.511Z | Compiling futures-io v0.3.30 |
| 1116 | 2024-08-30T18:26:59.722Z | Compiling pin-utils v0.1.0 |
| 1117 | 2024-08-30T18:26:59.813Z | Compiling pkg-config v0.3.30 |
| 1118 | 2024-08-30T18:26:59.835Z | Compiling base64ct v1.6.0 |
| 1119 | 2024-08-30T18:27:00.335Z | Compiling ring v0.17.8 |
| 1120 | 2024-08-30T18:27:00.391Z | Compiling pem-rfc7468 v0.7.0 |
| 1121 | 2024-08-30T18:27:00.458Z | Compiling ppv-lite86 v0.2.17 |
| 1122 | 2024-08-30T18:27:00.476Z | Compiling percent-encoding v2.3.1 |
| 1123 | 2024-08-30T18:27:00.842Z | Compiling flagset v0.4.5 |
| 1124 | 2024-08-30T18:27:01.051Z | Compiling tracing-core v0.1.32 |
| 1125 | 2024-08-30T18:27:01.145Z | Compiling untrusted v0.9.0 |
| 1126 | 2024-08-30T18:27:01.250Z | Compiling rand_chacha v0.3.1 |
| 1127 | 2024-08-30T18:27:01.326Z | Compiling rustix v0.38.34 |
| 1128 | 2024-08-30T18:27:01.346Z | Compiling foreign-types-shared v0.1.1 |
| 1129 | 2024-08-30T18:27:01.455Z | Compiling httparse v1.8.0 |
| 1130 | 2024-08-30T18:27:01.669Z | Compiling openssl-sys v0.9.103 |
| 1131 | 2024-08-30T18:27:01.881Z | Compiling rand v0.8.5 |
| 1132 | 2024-08-30T18:27:02.179Z | Compiling num-conv v0.1.0 |
| 1133 | 2024-08-30T18:27:02.204Z | Compiling time-core v0.1.2 |
| 1134 | 2024-08-30T18:27:02.368Z | Compiling powerfmt v0.2.0 |
| 1135 | 2024-08-30T18:27:02.382Z | Compiling openssl v0.10.66 |
| 1136 | 2024-08-30T18:27:02.469Z | Compiling rustversion v1.0.17 |
| 1137 | 2024-08-30T18:27:02.724Z | Compiling deranged v0.3.11 |
| 1138 | 2024-08-30T18:27:02.775Z | Compiling time-macros v0.2.18 |
| 1139 | 2024-08-30T18:27:03.202Z | Compiling foreign-types v0.3.2 |
| 1140 | 2024-08-30T18:27:03.292Z | Compiling form_urlencoded v1.2.1 |
| 1141 | 2024-08-30T18:27:03.338Z | Compiling aho-corasick v1.1.3 |
| 1142 | 2024-08-30T18:27:03.574Z | Compiling syn v1.0.109 |
| 1143 | 2024-08-30T18:27:03.593Z | Compiling crossbeam-utils v0.8.19 |
| 1144 | 2024-08-30T18:27:04.117Z | Compiling native-tls v0.2.11 |
| 1145 | 2024-08-30T18:27:04.141Z | Compiling num_threads v0.1.7 |
| 1146 | 2024-08-30T18:27:04.247Z | Compiling try-lock v0.2.5 |
| 1147 | 2024-08-30T18:27:04.263Z | Compiling regex-syntax v0.8.4 |
| 1148 | 2024-08-30T18:27:04.386Z | Compiling siphasher v0.3.11 |
| 1149 | 2024-08-30T18:27:04.405Z | Compiling rustls v0.21.12 |
| 1150 | 2024-08-30T18:27:04.613Z | Compiling want v0.3.1 |
| 1151 | 2024-08-30T18:27:05.456Z | Compiling idna v0.5.0 |
| 1152 | 2024-08-30T18:27:05.599Z | Compiling time v0.3.36 |
| 1153 | 2024-08-30T18:27:06.149Z | Compiling cookie v0.17.0 |
| 1154 | 2024-08-30T18:27:06.497Z | Compiling tower-service v0.3.2 |
| 1155 | 2024-08-30T18:27:06.603Z | Compiling httpdate v1.0.3 |
| 1156 | 2024-08-30T18:27:06.908Z | Compiling finl_unicode v1.2.0 |
| 1157 | 2024-08-30T18:27:07.072Z | Compiling regex-automata v0.4.6 |
| 1158 | 2024-08-30T18:27:07.499Z | Compiling openssl-probe v0.1.5 |
| 1159 | 2024-08-30T18:27:07.563Z | Compiling iana-time-zone v0.1.60 |
| 1160 | 2024-08-30T18:27:07.845Z | Compiling slog v2.7.0 |
| 1161 | 2024-08-30T18:27:07.969Z | Compiling adler v1.0.2 |
| 1162 | 2024-08-30T18:27:08.174Z | Compiling miniz_oxide v0.7.2 |
| 1163 | 2024-08-30T18:27:08.326Z | Compiling stringprep v0.1.4 |
| 1164 | 2024-08-30T18:27:08.438Z | Compiling url v2.5.2 |
| 1165 | 2024-08-30T18:27:08.990Z | Compiling serde_derive v1.0.208 |
| 1166 | 2024-08-30T18:27:09.396Z | Compiling zeroize_derive v1.4.2 |
| 1167 | 2024-08-30T18:27:09.681Z | Compiling zerocopy-derive v0.7.34 |
| 1168 | 2024-08-30T18:27:09.909Z | Compiling tokio-macros v2.4.0 |
| 1169 | 2024-08-30T18:27:10.225Z | Compiling thiserror-impl v1.0.63 |
| 1170 | 2024-08-30T18:27:10.389Z | Compiling futures-macro v0.3.30 |
| 1171 | 2024-08-30T18:27:10.932Z | Compiling zeroize v1.7.0 |
| 1172 | 2024-08-30T18:27:11.485Z | Compiling der_derive v0.7.2 |
| 1173 | 2024-08-30T18:27:11.781Z | Compiling zerocopy v0.7.34 |
| 1174 | 2024-08-30T18:27:12.244Z | Compiling futures-util v0.3.30 |
| 1175 | 2024-08-30T18:27:12.736Z | Compiling crypto-common v0.1.6 |
| 1176 | 2024-08-30T18:27:12.963Z | Compiling block-buffer v0.10.4 |
| 1177 | 2024-08-30T18:27:13.214Z | Compiling digest v0.10.7 |
| 1178 | 2024-08-30T18:27:13.287Z | Compiling block-padding v0.3.3 |
| 1179 | 2024-08-30T18:27:13.538Z | Compiling inout v0.1.3 |
| 1180 | 2024-08-30T18:27:13.720Z | Compiling hmac v0.12.1 |
| 1181 | 2024-08-30T18:27:13.781Z | Compiling hashbrown v0.14.5 |
| 1182 | 2024-08-30T18:27:13.806Z | Compiling thiserror v1.0.63 |
| 1183 | 2024-08-30T18:27:13.836Z | Compiling cipher v0.4.4 |
| 1184 | 2024-08-30T18:27:13.933Z | Compiling sha2 v0.10.8 |
| 1185 | 2024-08-30T18:27:13.953Z | Compiling pest v2.7.10 |
| 1186 | 2024-08-30T18:27:14.356Z | Compiling salsa20 v0.10.2 |
| 1187 | 2024-08-30T18:27:14.568Z | Compiling pbkdf2 v0.12.2 |
| 1188 | 2024-08-30T18:27:14.733Z | Compiling der v0.7.9 |
| 1189 | 2024-08-30T18:27:15.184Z | Compiling tracing-attributes v0.1.27 |
| 1190 | 2024-08-30T18:27:16.000Z | Compiling scroll_derive v0.12.0 |
| 1191 | 2024-08-30T18:27:16.920Z | Compiling pest_meta v2.7.10 |
| 1192 | 2024-08-30T18:27:17.285Z | Compiling spki v0.7.3 |
| 1193 | 2024-08-30T18:27:17.461Z | Compiling scroll v0.12.0 |
| 1194 | 2024-08-30T18:27:17.907Z | Compiling scrypt v0.11.0 |
| 1195 | 2024-08-30T18:27:18.014Z | Compiling cbc v0.1.2 |
| 1196 | 2024-08-30T18:27:18.233Z | Compiling pest_generator v2.7.10 |
| 1197 | 2024-08-30T18:27:18.253Z | Compiling aes v0.8.4 |
| 1198 | 2024-08-30T18:27:18.464Z | Compiling goblin v0.8.2 |
| 1199 | 2024-08-30T18:27:18.952Z | Compiling tracing v0.1.40 |
| 1200 | 2024-08-30T18:27:19.392Z | Compiling pkcs5 v0.7.1 |
| 1201 | 2024-08-30T18:27:19.460Z | Compiling openssl-macros v0.1.1 |
| 1202 | 2024-08-30T18:27:20.222Z | Compiling pkcs8 v0.10.2 |
| 1203 | 2024-08-30T18:27:20.241Z | Compiling sct v0.7.1 |
| 1204 | 2024-08-30T18:27:20.552Z | Compiling rustls-webpki v0.101.7 |
| 1205 | 2024-08-30T18:27:20.634Z | Compiling md-5 v0.10.6 |
| 1206 | 2024-08-30T18:27:21.066Z | Compiling num-integer v0.1.46 |
| 1207 | 2024-08-30T18:27:21.869Z | Compiling backtrace v0.3.71 |
| 1208 | 2024-08-30T18:27:22.341Z | Compiling pest_derive v2.7.10 |
| 1209 | 2024-08-30T18:27:22.353Z | Compiling idna v0.3.0 |
| 1210 | 2024-08-30T18:27:22.362Z | Compiling lazy_static v1.5.0 |
| 1211 | 2024-08-30T18:27:22.480Z | Compiling hash32 v0.2.1 |
| 1212 | 2024-08-30T18:27:22.513Z | Compiling fallible-iterator v0.2.0 |
| 1213 | 2024-08-30T18:27:22.852Z | Compiling bytes v1.7.1 |
| 1214 | 2024-08-30T18:27:22.877Z | Compiling bitflags v2.6.0 |
| 1215 | 2024-08-30T18:27:23.179Z | Compiling indexmap v2.4.0 |
| 1216 | 2024-08-30T18:27:23.316Z | Compiling semver v1.0.23 |
| 1217 | 2024-08-30T18:27:23.756Z | Compiling tokio v1.39.3 |
| 1218 | 2024-08-30T18:27:24.074Z | Compiling http v0.2.12 |
| 1219 | 2024-08-30T18:27:24.132Z | Compiling rustc_version v0.4.0 |
| 1220 | 2024-08-30T18:27:24.879Z | Compiling heapless v0.7.17 |
| 1221 | 2024-08-30T18:27:25.327Z | Compiling dof v0.3.0 |
| 1222 | 2024-08-30T18:27:26.194Z | Compiling http-body v0.4.6 |
| 1223 | 2024-08-30T18:27:26.671Z | Compiling dtrace-parser v0.2.0 |
| 1224 | 2024-08-30T18:27:27.603Z | Compiling uuid v1.10.0 |
| 1225 | 2024-08-30T18:27:27.743Z | Compiling usdt-impl v0.5.0 |
| 1226 | 2024-08-30T18:27:28.832Z | Compiling serde_spanned v0.6.7 |
| 1227 | 2024-08-30T18:27:28.849Z | Compiling toml_datetime v0.6.8 |
| 1228 | 2024-08-30T18:27:29.039Z | Compiling serde_tokenstream v0.2.2 |
| 1229 | 2024-08-30T18:27:29.065Z | Compiling chrono v0.4.38 |
| 1230 | 2024-08-30T18:27:29.253Z | Compiling psl-types v2.0.11 |
| 1231 | 2024-08-30T18:27:29.328Z | Compiling base64 v0.22.1 |
| 1232 | 2024-08-30T18:27:29.439Z | Compiling signal-hook v0.3.17 |
| 1233 | 2024-08-30T18:27:29.656Z | Compiling smoltcp v0.9.1 |
| 1234 | 2024-08-30T18:27:29.718Z | Compiling stable_deref_trait v1.2.0 |
| 1235 | 2024-08-30T18:27:29.824Z | Compiling cfg_aliases v0.1.1 |
| 1236 | 2024-08-30T18:27:29.926Z | Compiling num-bigint-dig v0.8.4 |
| 1237 | 2024-08-30T18:27:30.104Z | Compiling gimli v0.28.1 |
| 1238 | 2024-08-30T18:27:30.191Z | Compiling crc32fast v1.4.0 |
| 1239 | 2024-08-30T18:27:30.264Z | Compiling nix v0.28.0 |
| 1240 | 2024-08-30T18:27:30.412Z | Compiling postgres-protocol v0.6.7 |
| 1241 | 2024-08-30T18:27:31.125Z | Compiling publicsuffix v2.2.3 |
| 1242 | 2024-08-30T18:27:31.402Z | Compiling terminal_size v0.3.0 |
| 1243 | 2024-08-30T18:27:31.634Z | Compiling num-iter v0.1.45 |
| 1244 | 2024-08-30T18:27:31.724Z | Compiling async-trait v0.1.81 |
| 1245 | 2024-08-30T18:27:31.822Z | Compiling tokio-util v0.7.11 |
| 1246 | 2024-08-30T18:27:31.999Z | Compiling tokio-rustls v0.24.1 |
| 1247 | 2024-08-30T18:27:32.427Z | Compiling zerocopy-derive v0.6.6 |
| 1248 | 2024-08-30T18:27:32.799Z | Compiling h2 v0.3.26 |
| 1249 | 2024-08-30T18:27:33.829Z | Compiling tokio-native-tls v0.3.1 |
| 1250 | 2024-08-30T18:27:34.422Z | Compiling addr2line v0.21.0 |
| 1251 | 2024-08-30T18:27:34.919Z | Compiling hubpack_derive v0.1.1 |
| 1252 | 2024-08-30T18:27:34.981Z | Compiling phf_shared v0.11.2 |
| 1253 | 2024-08-30T18:27:35.056Z | Compiling serde_derive_internals v0.29.1 |
| 1254 | 2024-08-30T18:27:35.114Z | Compiling ff v0.13.0 |
| 1255 | 2024-08-30T18:27:35.181Z | Compiling object v0.32.2 |
| 1256 | 2024-08-30T18:27:35.335Z | Compiling fs-err v2.11.0 |
| 1257 | 2024-08-30T18:27:35.353Z | Compiling either v1.13.0 |
| 1258 | 2024-08-30T18:27:35.440Z | Compiling winnow v0.5.40 |
| 1259 | 2024-08-30T18:27:35.641Z | Compiling managed v0.8.0 |
| 1260 | 2024-08-30T18:27:35.750Z | Compiling rustc-demangle v0.1.24 |
| 1261 | 2024-08-30T18:27:35.815Z | Compiling base64 v0.21.7 |
| 1262 | 2024-08-30T18:27:36.073Z | Compiling ipnet v2.9.0 |
| 1263 | 2024-08-30T18:27:36.597Z | Compiling bitflags v1.3.2 |
| 1264 | 2024-08-30T18:27:36.703Z | Compiling anyhow v1.0.86 |
| 1265 | 2024-08-30T18:27:36.792Z | Compiling base16ct v0.2.0 |
| 1266 | 2024-08-30T18:27:37.137Z | Compiling schemars v0.8.21 |
| 1267 | 2024-08-30T18:27:37.374Z | Compiling sec1 v0.7.3 |
| 1268 | 2024-08-30T18:27:37.517Z | Compiling clap_builder v4.5.15 |
| 1269 | 2024-08-30T18:27:37.730Z | Compiling schemars_derive v0.8.21 |
| 1270 | 2024-08-30T18:27:37.934Z | Compiling rustls-pemfile v1.0.4 |
| 1271 | 2024-08-30T18:27:38.391Z | Compiling hubpack v0.1.2 |
| 1272 | 2024-08-30T18:27:38.799Z | Compiling group v0.13.0 |
| 1273 | 2024-08-30T18:27:38.843Z | Compiling phf v0.11.2 |
| 1274 | 2024-08-30T18:27:39.122Z | Compiling toml_edit v0.19.15 |
| 1275 | 2024-08-30T18:27:39.150Z | Compiling zerocopy v0.6.6 |
| 1276 | 2024-08-30T18:27:39.288Z | Compiling cookie_store v0.20.0 |
| 1277 | 2024-08-30T18:27:39.612Z | Compiling hyper v0.14.30 |
| 1278 | 2024-08-30T18:27:40.796Z | Compiling postgres-types v0.2.7 |
| 1279 | 2024-08-30T18:27:42.481Z | Compiling usdt-macro v0.5.0 |
| 1280 | 2024-08-30T18:27:42.698Z | Compiling usdt-attr-macro v0.5.0 |
| 1281 | 2024-08-30T18:27:43.259Z | Compiling serde_urlencoded v0.7.1 |
| 1282 | 2024-08-30T18:27:43.791Z | Compiling pkcs1 v0.7.5 |
| 1283 | 2024-08-30T18:27:43.964Z | Compiling futures-executor v0.3.30 |
| 1284 | 2024-08-30T18:27:44.373Z | Compiling hkdf v0.12.4 |
| 1285 | 2024-08-30T18:27:44.513Z | Compiling signature v2.2.0 |
| 1286 | 2024-08-30T18:27:44.632Z | Compiling crypto-bigint v0.5.5 |
| 1287 | 2024-08-30T18:27:44.797Z | Compiling bstr v1.9.1 |
| 1288 | 2024-08-30T18:27:44.816Z | Compiling regex v1.10.6 |
| 1289 | 2024-08-30T18:27:45.458Z | Compiling clap_derive v4.5.13 |
| 1290 | 2024-08-30T18:27:45.901Z | Compiling serde_repr v0.1.19 |
| 1291 | 2024-08-30T18:27:46.583Z | Compiling hyper-rustls v0.24.2 |
| 1292 | 2024-08-30T18:27:46.663Z | Compiling hyper-tls v0.5.0 |
| 1293 | 2024-08-30T18:27:46.949Z | Compiling enum-as-inner v0.6.0 |
| 1294 | 2024-08-30T18:27:47.025Z | Compiling strum_macros v0.25.3 |
| 1295 | 2024-08-30T18:27:47.053Z | Compiling phf_shared v0.10.0 |
| 1296 | 2024-08-30T18:27:47.144Z | Compiling float-cmp v0.9.0 |
| 1297 | 2024-08-30T18:27:47.364Z | Compiling idna v0.4.0 |
| 1298 | 2024-08-30T18:27:47.420Z | Compiling mio v0.8.11 |
| 1299 | 2024-08-30T18:27:48.002Z | Compiling encoding_rs v0.8.34 |
| 1300 | 2024-08-30T18:27:48.730Z | Compiling bit-vec v0.6.3 |
| 1301 | 2024-08-30T18:27:48.922Z | Compiling static_assertions v1.1.0 |
| 1302 | 2024-08-30T18:27:49.027Z | Compiling difflib v0.4.0 |
| 1303 | 2024-08-30T18:27:49.186Z | Compiling sync_wrapper v0.1.2 |
| 1304 | 2024-08-30T18:27:49.320Z | Compiling precomputed-hash v0.1.1 |
| 1305 | 2024-08-30T18:27:49.405Z | Compiling webpki-roots v0.25.4 |
| 1306 | 2024-08-30T18:27:49.445Z | Compiling whoami v1.5.1 |
| 1307 | 2024-08-30T18:27:49.564Z | Compiling normalize-line-endings v0.3.0 |
| 1308 | 2024-08-30T18:27:49.691Z | Compiling fixedbitset v0.4.2 |
| 1309 | 2024-08-30T18:27:50.086Z | Compiling data-encoding v2.6.0 |
| 1310 | 2024-08-30T18:27:50.164Z | Compiling unicode-segmentation v1.11.0 |
| 1311 | 2024-08-30T18:27:50.488Z | Compiling minimal-lexical v0.2.1 |
| 1312 | 2024-08-30T18:27:50.569Z | Compiling predicates-core v1.0.6 |
| 1313 | 2024-08-30T18:27:50.591Z | Compiling dyn-clone v1.0.17 |
| 1314 | 2024-08-30T18:27:50.805Z | Compiling mime v0.3.17 |
| 1315 | 2024-08-30T18:27:50.912Z | Compiling new_debug_unreachable v1.0.6 |
| 1316 | 2024-08-30T18:27:51.003Z | Compiling string_cache v0.8.7 |
| 1317 | 2024-08-30T18:27:51.007Z | Compiling nom v7.1.3 |
| 1318 | 2024-08-30T18:27:51.036Z | Compiling similar v2.6.0 |
| 1319 | 2024-08-30T18:27:51.039Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1320 | 2024-08-30T18:27:51.413Z | Compiling reqwest v0.11.27 |
| 1321 | 2024-08-30T18:27:51.490Z | Compiling hickory-proto v0.24.1 |
| 1322 | 2024-08-30T18:27:52.435Z | Compiling predicates v3.1.2 |
| 1323 | 2024-08-30T18:27:53.550Z | Compiling clap v4.5.16 |
| 1324 | 2024-08-30T18:27:53.677Z | Compiling toml_edit v0.22.20 |
| 1325 | 2024-08-30T18:27:54.174Z | Compiling petgraph v0.6.5 |
| 1326 | 2024-08-30T18:27:54.485Z | Compiling tokio-postgres v0.7.11 |
| 1327 | 2024-08-30T18:27:54.793Z | Compiling console v0.15.8 |
| 1328 | 2024-08-30T18:27:56.297Z | Compiling bit-set v0.5.3 |
| 1329 | 2024-08-30T18:27:56.316Z | Compiling signal-hook-mio v0.2.4 |
| 1330 | 2024-08-30T18:27:56.491Z | Compiling usdt v0.5.0 |
| 1331 | 2024-08-30T18:27:56.581Z | Compiling elliptic-curve v0.13.8 |
| 1332 | 2024-08-30T18:27:56.980Z | Compiling rsa v0.9.6 |
| 1333 | 2024-08-30T18:27:57.397Z | Compiling futures v0.3.30 |
| 1334 | 2024-08-30T18:27:57.529Z | Compiling flate2 v1.0.31 |
| 1335 | 2024-08-30T18:27:58.259Z | Compiling toml v0.7.8 |
| 1336 | 2024-08-30T18:27:59.337Z | Compiling itertools v0.10.5 |
| 1337 | 2024-08-30T18:27:59.993Z | Compiling itertools v0.12.1 |
| 1338 | 2024-08-30T18:28:00.018Z | Compiling tokio-stream v0.1.15 |
| 1339 | 2024-08-30T18:28:01.059Z | Compiling openapiv3 v2.0.0 |
| 1340 | 2024-08-30T18:28:01.545Z | Compiling hex v0.4.3 |
| 1341 | 2024-08-30T18:28:01.970Z | Compiling crossbeam-epoch v0.9.18 |
| 1342 | 2024-08-30T18:28:02.135Z | Compiling sha1 v0.10.6 |
| 1343 | 2024-08-30T18:28:02.186Z | Compiling dirs-sys-next v0.1.2 |
| 1344 | 2024-08-30T18:28:02.288Z | Compiling peg-runtime v0.8.3 |
| 1345 | 2024-08-30T18:28:02.552Z | Compiling lalrpop-util v0.19.12 |
| 1346 | 2024-08-30T18:28:02.716Z | Compiling unicode-xid v0.2.4 |
| 1347 | 2024-08-30T18:28:02.832Z | Compiling dirs-next v2.0.0 |
| 1348 | 2024-08-30T18:28:02.879Z | Compiling thread_local v1.1.8 |
| 1349 | 2024-08-30T18:28:02.907Z | Compiling slog-async v2.8.0 |
| 1350 | 2024-08-30T18:28:02.931Z | Compiling xattr v1.3.1 |
| 1351 | 2024-08-30T18:28:03.009Z | Compiling term v0.7.0 |
| 1352 | 2024-08-30T18:28:03.149Z | Compiling crossbeam-channel v0.5.12 |
| 1353 | 2024-08-30T18:28:03.199Z | Compiling strum_macros v0.26.4 |
| 1354 | 2024-08-30T18:28:03.421Z | Compiling is-terminal v0.4.12 |
| 1355 | 2024-08-30T18:28:03.504Z | Compiling filetime v0.2.25 |
| 1356 | 2024-08-30T18:28:03.551Z | Compiling take_mut v0.2.2 |
| 1357 | 2024-08-30T18:28:03.708Z | Compiling tar v0.4.41 |
| 1358 | 2024-08-30T18:28:03.802Z | Compiling slog-term v2.9.1 |
| 1359 | 2024-08-30T18:28:04.514Z | Compiling camino v1.1.9 |
| 1360 | 2024-08-30T18:28:05.792Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1361 | 2024-08-30T18:28:06.444Z | Compiling strum v0.26.3 |
| 1362 | 2024-08-30T18:28:06.511Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1363 | 2024-08-30T18:28:15.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 1364 | 2024-08-30T18:28:15.565Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1365 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.126 INFO Starting download, target: Clickhouse |
| 1366 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.126 INFO Starting download, target: Cockroach |
| 1367 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.126 INFO Starting download, target: Console |
| 1368 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.126 INFO Starting download, target: DendriteOpenapi |
| 1369 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.126 INFO Starting download, target: DendriteStub |
| 1370 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.126 INFO Starting download, target: MaghemiteMgd |
| 1371 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.126 INFO Starting download, target: TransceiverControl |
| 1372 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.127 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1373 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1374 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1375 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1376 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1377 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1378 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.127 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1379 | 2024-08-30T18:28:15.565Z | Aug 30 18:28:11.809 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1380 | 2024-08-30T18:28:15.566Z | Aug 30 18:28:12.150 INFO Download complete, target: Console |
| 1381 | 2024-08-30T18:28:15.566Z | Aug 30 18:28:12.232 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1382 | 2024-08-30T18:28:15.566Z | Aug 30 18:28:12.232 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1383 | 2024-08-30T18:28:15.566Z | Aug 30 18:28:13.121 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1384 | 2024-08-30T18:28:15.930Z | Aug 30 18:28:15.125 INFO Download complete, target: DendriteOpenapi |
| 1385 | 2024-08-30T18:28:16.087Z | Aug 30 18:28:15.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1386 | 2024-08-30T18:28:16.651Z | Aug 30 18:28:15.894 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1387 | 2024-08-30T18:28:16.782Z | Aug 30 18:28:16.032 INFO Download complete, target: TransceiverControl |
| 1388 | 2024-08-30T18:28:16.786Z | Aug 30 18:28:16.034 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1389 | 2024-08-30T18:28:19.689Z | Aug 30 18:28:18.940 INFO Download complete, target: DendriteStub |
| 1390 | 2024-08-30T18:28:19.993Z | Aug 30 18:28:19.243 INFO Download complete, target: MaghemiteMgd |
| 1391 | 2024-08-30T18:28:21.579Z | Aug 30 18:28:20.829 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1392 | 2024-08-30T18:28:21.883Z | Aug 30 18:28:21.133 INFO Checking that binary works, target: Cockroach |
| 1393 | 2024-08-30T18:28:22.045Z | Aug 30 18:28:21.295 INFO Download complete, target: Cockroach |
| 1394 | 2024-08-30T18:28:28.303Z | Aug 30 18:28:27.552 INFO Checking that binary works, target: Clickhouse |
| 1395 | 2024-08-30T18:28:28.925Z | Aug 30 18:28:28.174 INFO Download complete, target: Clickhouse |
| 1396 | 2024-08-30T18:28:28.932Z | All prerequisites installed successfully |
| 1397 | 2024-08-30T18:28:28.934Z | |
| 1398 | 2024-08-30T18:28:28.934Z | real 4:43.066940734 |
| 1399 | 2024-08-30T18:28:28.934Z | user 11:11.266756450 |
| 1400 | 2024-08-30T18:28:28.934Z | sys 2:23.033626864 |
| 1401 | 2024-08-30T18:28:28.934Z | trap 0.388530677 |
| 1402 | 2024-08-30T18:28:28.934Z | tflt 8.683295385 |
| 1403 | 2024-08-30T18:28:28.934Z | dflt 5.869191529 |
| 1404 | 2024-08-30T18:28:28.934Z | kflt 0.247881247 |
| 1405 | 2024-08-30T18:28:28.934Z | lock 21:26.653337333 |
| 1406 | 2024-08-30T18:28:28.934Z | slp 46:16.157877544 |
| 1407 | 2024-08-30T18:28:28.934Z | lat 37.043819757 |
| 1408 | 2024-08-30T18:28:28.934Z | stop 1:41.740883399 |
| 1409 | 2024-08-30T18:28:28.934Z | + ptime -m cargo xtask download softnpu |
| 1410 | 2024-08-30T18:28:29.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1411 | 2024-08-30T18:28:29.504Z | Running `target/debug/xtask download softnpu` |
| 1412 | 2024-08-30T18:28:30.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1413 | 2024-08-30T18:28:30.393Z | Running `target/debug/xtask-downloader softnpu` |
| 1414 | 2024-08-30T18:28:30.429Z | Aug 30 18:28:29.678 INFO Starting download, target: Softnpu |
| 1415 | 2024-08-30T18:28:30.432Z | Aug 30 18:28:29.678 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1416 | 2024-08-30T18:28:31.126Z | Aug 30 18:28:30.374 INFO Download complete, target: Softnpu |
| 1417 | 2024-08-30T18:28:31.129Z | |
| 1418 | 2024-08-30T18:28:31.132Z | real 2.190725676 |
| 1419 | 2024-08-30T18:28:31.132Z | user 1.243021123 |
| 1420 | 2024-08-30T18:28:31.132Z | sys 0.559061811 |
| 1421 | 2024-08-30T18:28:31.132Z | trap 0.000480653 |
| 1422 | 2024-08-30T18:28:31.132Z | tflt 0.000080073 |
| 1423 | 2024-08-30T18:28:31.132Z | dflt 0.000000000 |
| 1424 | 2024-08-30T18:28:31.132Z | kflt 0.000000000 |
| 1425 | 2024-08-30T18:28:31.132Z | lock 7.068291099 |
| 1426 | 2024-08-30T18:28:31.132Z | slp 0.783665558 |
| 1427 | 2024-08-30T18:28:31.132Z | lat 0.073660971 |
| 1428 | 2024-08-30T18:28:31.132Z | stop 0.000348827 |
| 1429 | 2024-08-30T18:28:31.132Z | + export CARGO_INCREMENTAL=0 |
| 1430 | 2024-08-30T18:28:31.132Z | + CARGO_INCREMENTAL=0 |
| 1431 | 2024-08-30T18:28:31.132Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 1432 | 2024-08-30T18:28:32.065Z | Compiling proc-macro2 v1.0.86 |
| 1433 | 2024-08-30T18:28:32.065Z | Compiling unicode-ident v1.0.12 |
| 1434 | 2024-08-30T18:28:32.068Z | Compiling libc v0.2.158 |
| 1435 | 2024-08-30T18:28:32.068Z | Compiling serde v1.0.208 |
| 1436 | 2024-08-30T18:28:32.068Z | Compiling version_check v0.9.5 |
| 1437 | 2024-08-30T18:28:32.068Z | Compiling autocfg v1.3.0 |
| 1438 | 2024-08-30T18:28:32.068Z | Compiling cfg-if v1.0.0 |
| 1439 | 2024-08-30T18:28:32.068Z | Compiling once_cell v1.19.0 |
| 1440 | 2024-08-30T18:28:32.342Z | Compiling typenum v1.17.0 |
| 1441 | 2024-08-30T18:28:32.369Z | Compiling memchr v2.7.2 |
| 1442 | 2024-08-30T18:28:32.749Z | Compiling byteorder v1.5.0 |
| 1443 | 2024-08-30T18:28:32.813Z | Compiling generic-array v0.14.7 |
| 1444 | 2024-08-30T18:28:32.864Z | Compiling lock_api v0.4.12 |
| 1445 | 2024-08-30T18:28:33.182Z | Compiling ahash v0.8.11 |
| 1446 | 2024-08-30T18:28:33.184Z | Compiling serde_json v1.0.125 |
| 1447 | 2024-08-30T18:28:33.239Z | Compiling libm v0.2.8 |
| 1448 | 2024-08-30T18:28:33.517Z | Compiling num-traits v0.2.19 |
| 1449 | 2024-08-30T18:28:33.519Z | Compiling parking_lot_core v0.9.10 |
| 1450 | 2024-08-30T18:28:33.575Z | Compiling thiserror v1.0.63 |
| 1451 | 2024-08-30T18:28:33.833Z | Compiling quote v1.0.36 |
| 1452 | 2024-08-30T18:28:34.055Z | Compiling scopeguard v1.2.0 |
| 1453 | 2024-08-30T18:28:34.071Z | Compiling itoa v1.0.11 |
| 1454 | 2024-08-30T18:28:34.206Z | Compiling syn v2.0.74 |
| 1455 | 2024-08-30T18:28:34.295Z | Compiling getrandom v0.2.14 |
| 1456 | 2024-08-30T18:28:34.378Z | Compiling jobserver v0.1.32 |
| 1457 | 2024-08-30T18:28:34.489Z | Compiling log v0.4.21 |
| 1458 | 2024-08-30T18:28:34.731Z | Compiling cc v1.0.97 |
| 1459 | 2024-08-30T18:28:34.989Z | Compiling allocator-api2 v0.2.18 |
| 1460 | 2024-08-30T18:28:35.037Z | Compiling rand_core v0.6.4 |
| 1461 | 2024-08-30T18:28:35.126Z | Compiling slab v0.4.9 |
| 1462 | 2024-08-30T18:28:35.433Z | Compiling semver v1.0.23 |
| 1463 | 2024-08-30T18:28:35.435Z | Compiling pin-project-lite v0.2.14 |
| 1464 | 2024-08-30T18:28:35.798Z | Compiling ryu v1.0.18 |
| 1465 | 2024-08-30T18:28:35.999Z | Compiling equivalent v1.0.1 |
| 1466 | 2024-08-30T18:28:36.014Z | Compiling smallvec v1.13.2 |
| 1467 | 2024-08-30T18:28:36.129Z | Compiling schemars v0.8.21 |
| 1468 | 2024-08-30T18:28:36.146Z | Compiling pkg-config v0.3.30 |
| 1469 | 2024-08-30T18:28:36.431Z | Compiling vcpkg v0.2.15 |
| 1470 | 2024-08-30T18:28:36.480Z | Compiling spin v0.9.8 |
| 1471 | 2024-08-30T18:28:36.979Z | Compiling signal-hook-registry v1.4.2 |
| 1472 | 2024-08-30T18:28:37.341Z | Compiling subtle v2.5.0 |
| 1473 | 2024-08-30T18:28:37.632Z | Compiling parking_lot v0.12.2 |
| 1474 | 2024-08-30T18:28:37.999Z | Compiling ring v0.17.8 |
| 1475 | 2024-08-30T18:28:38.032Z | Compiling openssl-sys v0.9.103 |
| 1476 | 2024-08-30T18:28:38.498Z | Compiling mio v1.0.2 |
| 1477 | 2024-08-30T18:28:38.793Z | Compiling const-oid v0.9.6 |
| 1478 | 2024-08-30T18:28:39.011Z | Compiling socket2 v0.5.7 |
| 1479 | 2024-08-30T18:28:39.161Z | Compiling syn v1.0.109 |
| 1480 | 2024-08-30T18:28:40.045Z | Compiling heck v0.5.0 |
| 1481 | 2024-08-30T18:28:40.067Z | Compiling httparse v1.8.0 |
| 1482 | 2024-08-30T18:28:40.400Z | Compiling num-conv v0.1.0 |
| 1483 | 2024-08-30T18:28:40.464Z | Compiling time-core v0.1.2 |
| 1484 | 2024-08-30T18:28:40.622Z | Compiling fnv v1.0.7 |
| 1485 | 2024-08-30T18:28:40.659Z | Compiling rustix v0.38.34 |
| 1486 | 2024-08-30T18:28:40.676Z | Compiling futures-core v0.3.30 |
| 1487 | 2024-08-30T18:28:40.678Z | Compiling time-macros v0.2.18 |
| 1488 | 2024-08-30T18:28:40.923Z | Compiling openssl v0.10.66 |
| 1489 | 2024-08-30T18:28:41.308Z | Compiling crossbeam-utils v0.8.19 |
| 1490 | 2024-08-30T18:28:41.513Z | Compiling serde_derive_internals v0.29.1 |
| 1491 | 2024-08-30T18:28:41.932Z | Compiling rustls v0.21.12 |
| 1492 | 2024-08-30T18:28:42.232Z | Compiling futures-sink v0.3.30 |
| 1493 | 2024-08-30T18:28:42.397Z | Compiling native-tls v0.2.11 |
| 1494 | 2024-08-30T18:28:42.504Z | Compiling iana-time-zone v0.1.60 |
| 1495 | 2024-08-30T18:28:42.737Z | Compiling tinyvec_macros v0.1.1 |
| 1496 | 2024-08-30T18:28:42.824Z | Compiling tinyvec v1.6.0 |
| 1497 | 2024-08-30T18:28:43.569Z | Compiling cpufeatures v0.2.12 |
| 1498 | 2024-08-30T18:28:43.661Z | Compiling ucd-trie v0.1.6 |
| 1499 | 2024-08-30T18:28:43.847Z | Compiling backtrace v0.3.71 |
| 1500 | 2024-08-30T18:28:44.076Z | Compiling cookie v0.17.0 |
| 1501 | 2024-08-30T18:28:44.133Z | Compiling slog v2.7.0 |
| 1502 | 2024-08-30T18:28:44.257Z | Compiling unicode-normalization v0.1.23 |
| 1503 | 2024-08-30T18:28:44.308Z | Compiling unicode-bidi v0.3.15 |
| 1504 | 2024-08-30T18:28:44.584Z | Compiling futures-channel v0.3.30 |
| 1505 | 2024-08-30T18:28:44.820Z | Compiling aho-corasick v1.1.3 |
| 1506 | 2024-08-30T18:28:45.061Z | Compiling regex-syntax v0.8.4 |
| 1507 | 2024-08-30T18:28:45.356Z | Compiling futures-task v0.3.30 |
| 1508 | 2024-08-30T18:28:45.641Z | Compiling pin-utils v0.1.0 |
| 1509 | 2024-08-30T18:28:45.736Z | Compiling futures-io v0.3.30 |
| 1510 | 2024-08-30T18:28:46.777Z | Compiling anyhow v1.0.86 |
| 1511 | 2024-08-30T18:28:46.826Z | Compiling serde_derive v1.0.208 |
| 1512 | 2024-08-30T18:28:46.876Z | Compiling zeroize_derive v1.4.2 |
| 1513 | 2024-08-30T18:28:47.311Z | Compiling zerocopy-derive v0.7.34 |
| 1514 | 2024-08-30T18:28:48.275Z | Compiling thiserror-impl v1.0.63 |
| 1515 | 2024-08-30T18:28:48.393Z | Compiling tokio-macros v2.4.0 |
| 1516 | 2024-08-30T18:28:49.049Z | Compiling zeroize v1.7.0 |
| 1517 | 2024-08-30T18:28:49.194Z | Compiling zerocopy v0.7.34 |
| 1518 | 2024-08-30T18:28:49.834Z | Compiling futures-macro v0.3.30 |
| 1519 | 2024-08-30T18:28:51.113Z | Compiling crypto-common v0.1.6 |
| 1520 | 2024-08-30T18:28:51.310Z | Compiling tracing-attributes v0.1.27 |
| 1521 | 2024-08-30T18:28:51.401Z | Compiling hashbrown v0.14.5 |
| 1522 | 2024-08-30T18:28:51.613Z | Compiling schemars_derive v0.8.21 |
| 1523 | 2024-08-30T18:28:52.191Z | Compiling block-buffer v0.10.4 |
| 1524 | 2024-08-30T18:28:52.432Z | Compiling digest v0.10.7 |
| 1525 | 2024-08-30T18:28:52.734Z | Compiling der_derive v0.7.2 |
| 1526 | 2024-08-30T18:28:52.829Z | Compiling openssl-macros v0.1.1 |
| 1527 | 2024-08-30T18:28:53.455Z | Compiling scroll_derive v0.12.0 |
| 1528 | 2024-08-30T18:28:53.545Z | Compiling hmac v0.12.1 |
| 1529 | 2024-08-30T18:28:53.751Z | Compiling pest v2.7.10 |
| 1530 | 2024-08-30T18:28:54.419Z | Compiling block-padding v0.3.3 |
| 1531 | 2024-08-30T18:28:54.629Z | Compiling inout v0.1.3 |
| 1532 | 2024-08-30T18:28:54.684Z | Compiling sha2 v0.10.8 |
| 1533 | 2024-08-30T18:28:54.795Z | Compiling futures-util v0.3.30 |
| 1534 | 2024-08-30T18:28:54.861Z | Compiling cipher v0.4.4 |
| 1535 | 2024-08-30T18:28:54.891Z | Compiling regex-automata v0.4.6 |
| 1536 | 2024-08-30T18:28:55.290Z | Compiling dyn-clone v1.0.17 |
| 1537 | 2024-08-30T18:28:55.434Z | Compiling winnow v0.5.40 |
| 1538 | 2024-08-30T18:28:55.464Z | Compiling untrusted v0.9.0 |
| 1539 | 2024-08-30T18:28:56.130Z | Compiling pest_meta v2.7.10 |
| 1540 | 2024-08-30T18:28:59.168Z | Compiling pest_generator v2.7.10 |
| 1541 | 2024-08-30T18:29:00.167Z | Compiling bytes v1.7.1 |
| 1542 | 2024-08-30T18:29:00.874Z | Compiling indexmap v2.4.0 |
| 1543 | 2024-08-30T18:29:02.202Z | Compiling tokio v1.39.3 |
| 1544 | 2024-08-30T18:29:02.329Z | Compiling bitflags v2.6.0 |
| 1545 | 2024-08-30T18:29:02.443Z | Compiling uuid v1.10.0 |
| 1546 | 2024-08-30T18:29:02.493Z | Compiling serde_tokenstream v0.2.2 |
| 1547 | 2024-08-30T18:29:02.891Z | Compiling chrono v0.4.38 |
| 1548 | 2024-08-30T18:29:04.554Z | Compiling serde_spanned v0.6.7 |
| 1549 | 2024-08-30T18:29:04.782Z | Compiling toml_datetime v0.6.8 |
| 1550 | 2024-08-30T18:29:05.237Z | Compiling http v0.2.12 |
| 1551 | 2024-08-30T18:29:05.717Z | Compiling toml_edit v0.19.15 |
| 1552 | 2024-08-30T18:29:07.499Z | Compiling rustc_version v0.4.0 |
| 1553 | 2024-08-30T18:29:07.532Z | Compiling pest_derive v2.7.10 |
| 1554 | 2024-08-30T18:29:08.150Z | Compiling tracing-core v0.1.32 |
| 1555 | 2024-08-30T18:29:08.303Z | Compiling usdt-impl v0.5.0 |
| 1556 | 2024-08-30T18:29:08.742Z | Compiling rustversion v1.0.17 |
| 1557 | 2024-08-30T18:29:09.369Z | Compiling base64ct v1.6.0 |
| 1558 | 2024-08-30T18:29:09.944Z | Compiling pem-rfc7468 v0.7.0 |
| 1559 | 2024-08-30T18:29:10.508Z | Compiling tracing v0.1.40 |
| 1560 | 2024-08-30T18:29:10.547Z | Compiling heapless v0.7.17 |
| 1561 | 2024-08-30T18:29:10.637Z | Compiling scroll v0.12.0 |
| 1562 | 2024-08-30T18:29:11.247Z | Compiling powerfmt v0.2.0 |
| 1563 | 2024-08-30T18:29:11.264Z | Compiling percent-encoding v2.3.1 |
| 1564 | 2024-08-30T18:29:11.294Z | Compiling plain v0.2.3 |
| 1565 | 2024-08-30T18:29:11.453Z | Compiling heck v0.4.1 |
| 1566 | 2024-08-30T18:29:11.566Z | Compiling flagset v0.4.5 |
| 1567 | 2024-08-30T18:29:11.767Z | Compiling ppv-lite86 v0.2.17 |
| 1568 | 2024-08-30T18:29:11.823Z | Compiling tokio-util v0.7.11 |
| 1569 | 2024-08-30T18:29:12.165Z | Compiling der v0.7.9 |
| 1570 | 2024-08-30T18:29:12.443Z | Compiling deranged v0.3.11 |
| 1571 | 2024-08-30T18:29:12.540Z | Compiling rand_chacha v0.3.1 |
| 1572 | 2024-08-30T18:29:12.978Z | Compiling goblin v0.8.2 |
| 1573 | 2024-08-30T18:29:15.468Z | Compiling regex v1.10.6 |
| 1574 | 2024-08-30T18:29:15.954Z | Compiling salsa20 v0.10.2 |
| 1575 | 2024-08-30T18:29:16.131Z | Compiling pbkdf2 v0.12.2 |
| 1576 | 2024-08-30T18:29:16.364Z | Compiling pretty-hex v0.4.1 |
| 1577 | 2024-08-30T18:29:16.421Z | Compiling num_threads v0.1.7 |
| 1578 | 2024-08-30T18:29:16.540Z | Compiling strsim v0.11.1 |
| 1579 | 2024-08-30T18:29:16.555Z | Compiling crc32fast v1.4.0 |
| 1580 | 2024-08-30T18:29:16.751Z | Compiling time v0.3.36 |
| 1581 | 2024-08-30T18:29:17.501Z | Compiling scrypt v0.11.0 |
| 1582 | 2024-08-30T18:29:17.518Z | Compiling spki v0.7.3 |
| 1583 | 2024-08-30T18:29:17.520Z | Compiling rand v0.8.5 |
| 1584 | 2024-08-30T18:29:17.986Z | Compiling dtrace-parser v0.2.0 |
| 1585 | 2024-08-30T18:29:18.030Z | Compiling aes v0.8.4 |
| 1586 | 2024-08-30T18:29:19.030Z | Compiling dof v0.3.0 |
| 1587 | 2024-08-30T18:29:19.209Z | Compiling cbc v0.1.2 |
| 1588 | 2024-08-30T18:29:19.434Z | Compiling async-trait v0.1.81 |
| 1589 | 2024-08-30T18:29:19.763Z | Compiling thread-id v4.2.1 |
| 1590 | 2024-08-30T18:29:19.901Z | Compiling foreign-types-shared v0.1.1 |
| 1591 | 2024-08-30T18:29:19.966Z | Compiling signal-hook v0.3.17 |
| 1592 | 2024-08-30T18:29:20.006Z | Compiling unicode-width v0.1.13 |
| 1593 | 2024-08-30T18:29:20.101Z | Compiling smoltcp v0.9.1 |
| 1594 | 2024-08-30T18:29:20.232Z | Compiling num-bigint-dig v0.8.4 |
| 1595 | 2024-08-30T18:29:20.526Z | Compiling foreign-types v0.3.2 |
| 1596 | 2024-08-30T18:29:21.741Z | Compiling pkcs5 v0.7.1 |
| 1597 | 2024-08-30T18:29:21.954Z | Compiling form_urlencoded v1.2.1 |
| 1598 | 2024-08-30T18:29:22.496Z | Compiling errno v0.3.9 |
| 1599 | 2024-08-30T18:29:22.850Z | Compiling try-lock v0.2.5 |
| 1600 | 2024-08-30T18:29:22.889Z | Compiling adler v1.0.2 |
| 1601 | 2024-08-30T18:29:23.017Z | Compiling siphasher v0.3.11 |
| 1602 | 2024-08-30T18:29:23.141Z | Compiling cfg_aliases v0.1.1 |
| 1603 | 2024-08-30T18:29:23.243Z | Compiling nix v0.28.0 |
| 1604 | 2024-08-30T18:29:23.329Z | Compiling want v0.3.1 |
| 1605 | 2024-08-30T18:29:23.454Z | Compiling miniz_oxide v0.7.2 |
| 1606 | 2024-08-30T18:29:25.631Z | Compiling pkcs8 v0.10.2 |
| 1607 | 2024-08-30T18:29:25.970Z | Compiling sct v0.7.1 |
| 1608 | 2024-08-30T18:29:26.254Z | Compiling rustls-webpki v0.101.7 |
| 1609 | 2024-08-30T18:29:26.275Z | Compiling h2 v0.3.26 |
| 1610 | 2024-08-30T18:29:27.563Z | Compiling http-body v0.4.6 |
| 1611 | 2024-08-30T18:29:28.551Z | Compiling openapiv3 v2.0.0 |
| 1612 | 2024-08-30T18:29:28.601Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2024-08-30T18:29:28.668Z | Compiling zerocopy-derive v0.6.6 |
| 1614 | 2024-08-30T18:29:29.395Z | Compiling idna v0.5.0 |
| 1615 | 2024-08-30T18:29:29.670Z | Compiling fs-err v2.11.0 |
| 1616 | 2024-08-30T18:29:30.621Z | Compiling finl_unicode v1.2.0 |
| 1617 | 2024-08-30T18:29:30.751Z | Compiling stable_deref_trait v1.2.0 |
| 1618 | 2024-08-30T18:29:30.844Z | Compiling anstyle v1.0.8 |
| 1619 | 2024-08-30T18:29:30.862Z | Compiling httpdate v1.0.3 |
| 1620 | 2024-08-30T18:29:31.204Z | Compiling gimli v0.28.1 |
| 1621 | 2024-08-30T18:29:31.296Z | Compiling tower-service v0.3.2 |
| 1622 | 2024-08-30T18:29:31.592Z | Compiling openssl-probe v0.1.5 |
| 1623 | 2024-08-30T18:29:32.170Z | Compiling utf8parse v0.2.1 |
| 1624 | 2024-08-30T18:29:32.337Z | Compiling anstyle-parse v0.2.4 |
| 1625 | 2024-08-30T18:29:33.241Z | Compiling hyper v0.14.30 |
| 1626 | 2024-08-30T18:29:33.966Z | Compiling stringprep v0.1.4 |
| 1627 | 2024-08-30T18:29:35.783Z | Compiling addr2line v0.21.0 |
| 1628 | 2024-08-30T18:29:37.668Z | Compiling url v2.5.2 |
| 1629 | 2024-08-30T18:29:43.470Z | Compiling usdt-attr-macro v0.5.0 |
| 1630 | 2024-08-30T18:29:44.987Z | Compiling usdt-macro v0.5.0 |
| 1631 | 2024-08-30T18:29:46.875Z | Compiling md-5 v0.10.6 |
| 1632 | 2024-08-30T18:29:47.815Z | Compiling idna v0.3.0 |
| 1633 | 2024-08-30T18:29:49.291Z | Compiling lazy_static v1.5.0 |
| 1634 | 2024-08-30T18:29:49.414Z | Compiling num-integer v0.1.46 |
| 1635 | 2024-08-30T18:29:50.175Z | Compiling object v0.32.2 |
| 1636 | 2024-08-30T18:29:50.225Z | Compiling hash32 v0.2.1 |
| 1637 | 2024-08-30T18:29:50.290Z | Compiling base64 v0.22.1 |
| 1638 | 2024-08-30T18:29:50.575Z | Compiling fallible-iterator v0.2.0 |
| 1639 | 2024-08-30T18:29:50.944Z | Compiling psl-types v2.0.11 |
| 1640 | 2024-08-30T18:29:51.144Z | Compiling anstyle-query v1.0.3 |
| 1641 | 2024-08-30T18:29:51.288Z | Compiling rustc-demangle v0.1.24 |
| 1642 | 2024-08-30T18:29:51.768Z | Compiling colorchoice v1.0.1 |
| 1643 | 2024-08-30T18:29:51.925Z | Compiling is_terminal_polyfill v1.70.0 |
| 1644 | 2024-08-30T18:29:53.787Z | Compiling anstream v0.6.14 |
| 1645 | 2024-08-30T18:29:54.437Z | Compiling postgres-protocol v0.6.7 |
| 1646 | 2024-08-30T18:29:55.084Z | Compiling publicsuffix v2.2.3 |
| 1647 | 2024-08-30T18:29:55.583Z | Compiling num-iter v0.1.45 |
| 1648 | 2024-08-30T18:29:56.809Z | Compiling tokio-rustls v0.24.1 |
| 1649 | 2024-08-30T18:29:57.210Z | Compiling terminal_size v0.3.0 |
| 1650 | 2024-08-30T18:29:58.545Z | Compiling tokio-native-tls v0.3.1 |
| 1651 | 2024-08-30T18:29:58.817Z | Compiling phf_shared v0.11.2 |
| 1652 | 2024-08-30T18:29:59.794Z | Compiling strum_macros v0.25.3 |
| 1653 | 2024-08-30T18:29:59.812Z | Compiling enum-as-inner v0.6.0 |
| 1654 | 2024-08-30T18:29:59.828Z | Compiling regress v0.9.1 |
| 1655 | 2024-08-30T18:30:01.022Z | Compiling serde_repr v0.1.19 |
| 1656 | 2024-08-30T18:30:01.122Z | Compiling clap_derive v4.5.13 |
| 1657 | 2024-08-30T18:30:03.504Z | Compiling ff v0.13.0 |
| 1658 | 2024-08-30T18:30:04.517Z | Compiling encoding_rs v0.8.34 |
| 1659 | 2024-08-30T18:30:05.248Z | Compiling either v1.13.0 |
| 1660 | 2024-08-30T18:30:05.693Z | Compiling managed v0.8.0 |
| 1661 | 2024-08-30T18:30:05.945Z | Compiling base16ct v0.2.0 |
| 1662 | 2024-08-30T18:30:06.136Z | Compiling bitflags v1.3.2 |
| 1663 | 2024-08-30T18:30:06.254Z | Compiling mime v0.3.17 |
| 1664 | 2024-08-30T18:30:07.070Z | Compiling ipnet v2.9.0 |
| 1665 | 2024-08-30T18:30:07.570Z | Compiling clap_lex v0.7.0 |
| 1666 | 2024-08-30T18:30:08.078Z | Compiling base64 v0.21.7 |
| 1667 | 2024-08-30T18:30:08.134Z | Compiling clap_builder v4.5.15 |
| 1668 | 2024-08-30T18:30:08.744Z | Compiling rustls-pemfile v1.0.4 |
| 1669 | 2024-08-30T18:30:09.136Z | Compiling sec1 v0.7.3 |
| 1670 | 2024-08-30T18:30:10.012Z | Compiling group v0.13.0 |
| 1671 | 2024-08-30T18:30:11.363Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1672 | 2024-08-30T18:30:15.196Z | Compiling phf v0.11.2 |
| 1673 | 2024-08-30T18:30:15.272Z | Compiling hyper-tls v0.5.0 |
| 1674 | 2024-08-30T18:30:15.474Z | Compiling hyper-rustls v0.24.2 |
| 1675 | 2024-08-30T18:30:15.607Z | Compiling cookie_store v0.20.0 |
| 1676 | 2024-08-30T18:30:15.742Z | Compiling postgres-types v0.2.7 |
| 1677 | 2024-08-30T18:30:16.626Z | Compiling zerocopy v0.6.6 |
| 1678 | 2024-08-30T18:30:17.069Z | Compiling hubpack v0.1.2 |
| 1679 | 2024-08-30T18:30:17.086Z | Compiling pkcs1 v0.7.5 |
| 1680 | 2024-08-30T18:30:17.505Z | Compiling phf_shared v0.10.0 |
| 1681 | 2024-08-30T18:30:17.518Z | Compiling serde_urlencoded v0.7.1 |
| 1682 | 2024-08-30T18:30:18.137Z | Compiling crossbeam-epoch v0.9.18 |
| 1683 | 2024-08-30T18:30:18.197Z | Compiling futures-executor v0.3.30 |
| 1684 | 2024-08-30T18:30:18.654Z | Compiling bstr v1.9.1 |
| 1685 | 2024-08-30T18:30:19.338Z | Compiling hkdf v0.12.4 |
| 1686 | 2024-08-30T18:30:19.404Z | Compiling signature v2.2.0 |
| 1687 | 2024-08-30T18:30:19.542Z | Compiling crypto-bigint v0.5.5 |
| 1688 | 2024-08-30T18:30:19.637Z | Compiling idna v0.4.0 |
| 1689 | 2024-08-30T18:30:19.804Z | Compiling float-cmp v0.9.0 |
| 1690 | 2024-08-30T18:30:20.014Z | Compiling mio v0.8.11 |
| 1691 | 2024-08-30T18:30:20.266Z | Compiling memmap v0.7.0 |
| 1692 | 2024-08-30T18:30:20.580Z | Compiling sync_wrapper v0.1.2 |
| 1693 | 2024-08-30T18:30:20.699Z | Compiling bit-vec v0.6.3 |
| 1694 | 2024-08-30T18:30:21.077Z | Compiling predicates-core v1.0.6 |
| 1695 | 2024-08-30T18:30:21.146Z | Compiling new_debug_unreachable v1.0.6 |
| 1696 | 2024-08-30T18:30:21.243Z | Compiling fixedbitset v0.4.2 |
| 1697 | 2024-08-30T18:30:21.381Z | Compiling whoami v1.5.1 |
| 1698 | 2024-08-30T18:30:21.547Z | Compiling static_assertions v1.1.0 |
| 1699 | 2024-08-30T18:30:21.643Z | Compiling precomputed-hash v0.1.1 |
| 1700 | 2024-08-30T18:30:21.661Z | Compiling webpki-roots v0.25.4 |
| 1701 | 2024-08-30T18:30:21.759Z | Compiling unicode-segmentation v1.11.0 |
| 1702 | 2024-08-30T18:30:21.835Z | Compiling minimal-lexical v0.2.1 |
| 1703 | 2024-08-30T18:30:21.927Z | Compiling data-encoding v2.6.0 |
| 1704 | 2024-08-30T18:30:22.552Z | Compiling normalize-line-endings v0.3.0 |
| 1705 | 2024-08-30T18:30:22.614Z | Compiling winnow v0.6.18 |
| 1706 | 2024-08-30T18:30:22.973Z | Compiling difflib v0.4.0 |
| 1707 | 2024-08-30T18:30:23.016Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1708 | 2024-08-30T18:30:23.579Z | Compiling predicates v3.1.2 |
| 1709 | 2024-08-30T18:30:23.783Z | Compiling hickory-proto v0.24.1 |
| 1710 | 2024-08-30T18:30:24.210Z | Compiling reqwest v0.11.27 |
| 1711 | 2024-08-30T18:30:24.440Z | Compiling similar v2.6.0 |
| 1712 | 2024-08-30T18:30:24.882Z | Compiling elliptic-curve v0.13.8 |
| 1713 | 2024-08-30T18:30:25.059Z | Compiling nom v7.1.3 |
| 1714 | 2024-08-30T18:30:25.648Z | Compiling string_cache v0.8.7 |
| 1715 | 2024-08-30T18:30:26.056Z | Compiling tokio-postgres v0.7.11 |
| 1716 | 2024-08-30T18:30:26.384Z | Compiling toml_edit v0.22.20 |
| 1717 | 2024-08-30T18:30:26.439Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1718 | 2024-08-30T18:30:26.835Z | Compiling petgraph v0.6.5 |
| 1719 | 2024-08-30T18:30:28.748Z | Compiling bit-set v0.5.3 |
| 1720 | 2024-08-30T18:30:29.048Z | Compiling signal-hook-mio v0.2.4 |
| 1721 | 2024-08-30T18:30:29.229Z | Compiling usdt v0.5.0 |
| 1722 | 2024-08-30T18:30:30.919Z | Compiling rsa v0.9.6 |
| 1723 | 2024-08-30T18:30:31.194Z | Compiling futures v0.3.30 |
| 1724 | 2024-08-30T18:30:32.627Z | Compiling flate2 v1.0.31 |
| 1725 | 2024-08-30T18:30:33.315Z | Compiling clap v4.5.16 |
| 1726 | 2024-08-30T18:30:33.443Z | Compiling itertools v0.10.5 |
| 1727 | 2024-08-30T18:30:33.556Z | Compiling itertools v0.12.1 |
| 1728 | 2024-08-30T18:30:34.044Z | Compiling console v0.15.8 |
| 1729 | 2024-08-30T18:30:35.041Z | Compiling tokio-stream v0.1.15 |
| 1730 | 2024-08-30T18:30:35.195Z | Compiling toml v0.7.8 |
| 1731 | 2024-08-30T18:30:35.356Z | Compiling hex v0.4.3 |
| 1732 | 2024-08-30T18:30:35.986Z | Compiling sha1 v0.10.6 |
| 1733 | 2024-08-30T18:30:36.366Z | Compiling lalrpop-util v0.19.12 |
| 1734 | 2024-08-30T18:30:36.429Z | Compiling unicode-xid v0.2.4 |
| 1735 | 2024-08-30T18:30:36.571Z | Compiling peg-runtime v0.8.3 |
| 1736 | 2024-08-30T18:30:36.600Z | Compiling camino v1.1.9 |
| 1737 | 2024-08-30T18:30:37.170Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1738 | 2024-08-30T18:30:37.344Z | Compiling proc-macro-crate v1.3.1 |
| 1739 | 2024-08-30T18:30:38.006Z | Compiling heapless v0.8.0 |
| 1740 | 2024-08-30T18:30:38.802Z | Compiling num_enum_derive v0.5.11 |
| 1741 | 2024-08-30T18:30:40.500Z | Compiling ipnetwork v0.20.0 |
| 1742 | 2024-08-30T18:30:42.859Z | Compiling hash32 v0.3.1 |
| 1743 | 2024-08-30T18:30:43.613Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1744 | 2024-08-30T18:30:45.279Z | Compiling smoltcp v0.11.0 |
| 1745 | 2024-08-30T18:30:45.453Z | Compiling rustls-pki-types v1.7.0 |
| 1746 | 2024-08-30T18:30:45.930Z | Compiling ident_case v1.0.1 |
| 1747 | 2024-08-30T18:30:48.643Z | Compiling darling_core v0.20.9 |
| 1748 | 2024-08-30T18:30:52.709Z | Compiling num_enum v0.5.11 |
| 1749 | 2024-08-30T18:30:54.030Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1750 | 2024-08-30T18:30:54.481Z | Compiling getopts v0.2.21 |
| 1751 | 2024-08-30T18:30:55.523Z | Compiling dirs-sys-next v0.1.2 |
| 1752 | 2024-08-30T18:30:56.016Z | Compiling proc-macro-error-attr v1.0.4 |
| 1753 | 2024-08-30T18:30:56.344Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1754 | 2024-08-30T18:30:56.566Z | Compiling embedded-io v0.4.0 |
| 1755 | 2024-08-30T18:30:57.520Z | Compiling rustls v0.22.4 |
| 1756 | 2024-08-30T18:30:57.818Z | Compiling paste v1.0.15 |
| 1757 | 2024-08-30T18:30:58.589Z | Compiling unsafe-libyaml v0.2.11 |
| 1758 | 2024-08-30T18:30:58.709Z | Compiling cobs v0.2.3 |
| 1759 | 2024-08-30T18:30:59.166Z | Compiling postcard v1.0.8 |
| 1760 | 2024-08-30T18:31:00.074Z | Compiling serde_yaml v0.9.34+deprecated |
| 1761 | 2024-08-30T18:31:01.382Z | Compiling dirs-next v2.0.0 |
| 1762 | 2024-08-30T18:31:01.968Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1763 | 2024-08-30T18:31:01.995Z | Compiling darling_macro v0.20.9 |
| 1764 | 2024-08-30T18:31:09.869Z | Compiling rustls-webpki v0.102.4 |
| 1765 | 2024-08-30T18:31:18.229Z | Compiling strum_macros v0.26.4 |
| 1766 | 2024-08-30T18:31:18.805Z | Compiling structmeta-derive v0.3.0 |
| 1767 | 2024-08-30T18:31:19.113Z | Compiling foreign-types-macros v0.2.3 |
| 1768 | 2024-08-30T18:31:20.576Z | Compiling thread_local v1.1.8 |
| 1769 | 2024-08-30T18:31:21.387Z | Compiling proc-macro-error v1.0.4 |
| 1770 | 2024-08-30T18:31:21.706Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1771 | 2024-08-30T18:31:22.034Z | Compiling multer v3.1.0 |
| 1772 | 2024-08-30T18:31:23.031Z | Compiling slog-async v2.8.0 |
| 1773 | 2024-08-30T18:31:24.504Z | Compiling match_cfg v0.1.0 |
| 1774 | 2024-08-30T18:31:24.584Z | Compiling foreign-types-shared v0.3.1 |
| 1775 | 2024-08-30T18:31:24.621Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1776 | 2024-08-30T18:31:24.655Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1777 | 2024-08-30T18:31:24.785Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1778 | 2024-08-30T18:31:25.432Z | Compiling foreign-types v0.5.0 |
| 1779 | 2024-08-30T18:31:25.537Z | Compiling hostname v0.3.1 |
| 1780 | 2024-08-30T18:31:30.549Z | Compiling strum v0.26.3 |
| 1781 | 2024-08-30T18:31:31.811Z | Compiling structmeta v0.3.0 |
| 1782 | 2024-08-30T18:31:35.642Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1783 | 2024-08-30T18:31:37.665Z | Compiling darling v0.20.9 |
| 1784 | 2024-08-30T18:31:37.795Z | Compiling term v0.7.0 |
| 1785 | 2024-08-30T18:31:40.707Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1786 | 2024-08-30T18:31:42.108Z | Compiling slog-json v2.6.1 |
| 1787 | 2024-08-30T18:31:42.151Z | Compiling tabwriter v1.4.0 |
| 1788 | 2024-08-30T18:31:42.539Z | Compiling crossbeam-channel v0.5.12 |
| 1789 | 2024-08-30T18:31:44.117Z | Compiling http v1.1.0 |
| 1790 | 2024-08-30T18:31:44.213Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1791 | 2024-08-30T18:31:47.998Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1792 | 2024-08-30T18:31:48.040Z | Compiling async-stream-impl v0.3.5 |
| 1793 | 2024-08-30T18:31:48.040Z | Compiling is-terminal v0.4.12 |
| 1794 | 2024-08-30T18:31:48.040Z | Compiling cstr-argument v0.1.2 |
| 1795 | 2024-08-30T18:31:48.040Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1796 | 2024-08-30T18:31:48.040Z | Compiling pretty-hex v0.2.1 |
| 1797 | 2024-08-30T18:31:48.040Z | Compiling crucible-workspace-hack v0.1.0 |
| 1798 | 2024-08-30T18:31:48.040Z | Compiling fastrand v2.1.0 |
| 1799 | 2024-08-30T18:31:48.040Z | Compiling take_mut v0.2.2 |
| 1800 | 2024-08-30T18:31:48.040Z | Compiling rayon-core v1.12.1 |
| 1801 | 2024-08-30T18:31:48.185Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1802 | 2024-08-30T18:31:48.236Z | Compiling atomic-waker v1.1.2 |
| 1803 | 2024-08-30T18:31:48.515Z | Compiling waitgroup v0.1.2 |
| 1804 | 2024-08-30T18:31:48.832Z | Compiling tempfile v3.10.1 |
| 1805 | 2024-08-30T18:31:48.891Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1806 | 2024-08-30T18:31:49.273Z | Compiling async-stream v0.3.5 |
| 1807 | 2024-08-30T18:31:49.653Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1808 | 2024-08-30T18:31:50.319Z | Compiling slog-term v2.9.1 |
| 1809 | 2024-08-30T18:31:50.528Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1810 | 2024-08-30T18:31:50.755Z | Compiling slog-bunyan v2.5.0 |
| 1811 | 2024-08-30T18:31:50.971Z | Compiling tokio-rustls v0.25.0 |
| 1812 | 2024-08-30T18:31:51.415Z | Compiling serde_with_macros v3.9.0 |
| 1813 | 2024-08-30T18:31:51.567Z | Compiling parse-display-derive v0.10.0 |
| 1814 | 2024-08-30T18:31:51.736Z | Compiling toml v0.8.19 |
| 1815 | 2024-08-30T18:31:52.861Z | Compiling rustls-pemfile v2.1.3 |
| 1816 | 2024-08-30T18:31:53.196Z | Compiling crossbeam-deque v0.8.5 |
| 1817 | 2024-08-30T18:31:53.212Z | Compiling colored v2.1.0 |
| 1818 | 2024-08-30T18:31:53.584Z | Compiling newtype-uuid v1.1.0 |
| 1819 | 2024-08-30T18:31:53.601Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1820 | 2024-08-30T18:31:53.920Z | Compiling serde_path_to_error v0.1.16 |
| 1821 | 2024-08-30T18:31:54.005Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1822 | 2024-08-30T18:31:54.542Z | Compiling socket2 v0.4.10 |
| 1823 | 2024-08-30T18:31:54.749Z | Compiling hostname v0.4.0 |
| 1824 | 2024-08-30T18:31:54.911Z | Compiling instant v0.1.12 |
| 1825 | 2024-08-30T18:31:55.002Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1826 | 2024-08-30T18:31:55.106Z | Compiling debug-ignore v1.0.5 |
| 1827 | 2024-08-30T18:31:55.259Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1828 | 2024-08-30T18:31:55.369Z | Compiling backoff v0.4.0 |
| 1829 | 2024-08-30T18:31:55.414Z | Compiling parse-display v0.10.0 |
| 1830 | 2024-08-30T18:31:56.047Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1831 | 2024-08-30T18:31:56.248Z | Compiling serde_with v3.9.0 |
| 1832 | 2024-08-30T18:31:57.433Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1833 | 2024-08-30T18:31:58.272Z | Compiling zone_cfg_derive v0.3.0 |
| 1834 | 2024-08-30T18:31:58.551Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1835 | 2024-08-30T18:31:59.276Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1836 | 2024-08-30T18:31:59.606Z | Compiling camino-tempfile v1.1.1 |
| 1837 | 2024-08-30T18:32:00.503Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1838 | 2024-08-30T18:32:00.663Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1839 | 2024-08-30T18:32:00.851Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1840 | 2024-08-30T18:32:01.003Z | Compiling macaddr v1.0.1 |
| 1841 | 2024-08-30T18:32:01.476Z | Compiling num-derive v0.4.2 |
| 1842 | 2024-08-30T18:32:01.633Z | Compiling sigpipe v0.1.3 |
| 1843 | 2024-08-30T18:32:01.766Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1844 | 2024-08-30T18:32:02.071Z | Compiling libefi-sys v0.1.0 |
| 1845 | 2024-08-30T18:32:02.447Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1846 | 2024-08-30T18:32:03.721Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1847 | 2024-08-30T18:32:04.451Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1848 | 2024-08-30T18:32:04.469Z | Compiling zone v0.3.0 |
| 1849 | 2024-08-30T18:32:04.469Z | Compiling rayon v1.10.0 |
| 1850 | 2024-08-30T18:32:05.003Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1851 | 2024-08-30T18:32:05.289Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1852 | 2024-08-30T18:32:05.755Z | Compiling smf v0.2.3 |
| 1853 | 2024-08-30T18:32:07.781Z | Compiling bitfield-struct v0.6.1 |
| 1854 | 2024-08-30T18:32:08.353Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1855 | 2024-08-30T18:32:08.756Z | Compiling ring v0.16.20 |
| 1856 | 2024-08-30T18:32:09.100Z | Compiling blake3 v1.5.1 |
| 1857 | 2024-08-30T18:32:09.141Z | Compiling portable-atomic v1.6.0 |
| 1858 | 2024-08-30T18:32:09.967Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1859 | 2024-08-30T18:32:10.343Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1860 | 2024-08-30T18:32:10.492Z | Compiling xattr v1.3.1 |
| 1861 | 2024-08-30T18:32:10.696Z | Compiling filetime v0.2.25 |
| 1862 | 2024-08-30T18:32:10.739Z | Compiling memmap2 v0.9.4 |
| 1863 | 2024-08-30T18:32:10.801Z | Compiling constant_time_eq v0.3.0 |
| 1864 | 2024-08-30T18:32:10.980Z | Compiling spin v0.5.2 |
| 1865 | 2024-08-30T18:32:11.047Z | Compiling same-file v1.0.6 |
| 1866 | 2024-08-30T18:32:11.234Z | Compiling untrusted v0.7.1 |
| 1867 | 2024-08-30T18:32:11.302Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1868 | 2024-08-30T18:32:11.318Z | Compiling arrayref v0.3.7 |
| 1869 | 2024-08-30T18:32:11.417Z | Compiling arrayvec v0.7.4 |
| 1870 | 2024-08-30T18:32:11.420Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1871 | 2024-08-30T18:32:11.420Z | Compiling walkdir v2.5.0 |
| 1872 | 2024-08-30T18:32:11.477Z | Compiling tar v0.4.41 |
| 1873 | 2024-08-30T18:32:12.809Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1874 | 2024-08-30T18:32:14.092Z | Compiling gethostname v0.5.0 |
| 1875 | 2024-08-30T18:32:14.312Z | Compiling cargo-platform v0.1.8 |
| 1876 | 2024-08-30T18:32:14.491Z | Compiling topological-sort v0.2.2 |
| 1877 | 2024-08-30T18:32:14.752Z | Compiling number_prefix v0.4.0 |
| 1878 | 2024-08-30T18:32:15.000Z | Compiling indicatif v0.17.8 |
| 1879 | 2024-08-30T18:32:15.070Z | Compiling cargo_metadata v0.18.1 |
| 1880 | 2024-08-30T18:32:19.434Z | Compiling omicron-zone-package v0.11.0 |
| 1881 | 2024-08-30T18:32:21.969Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1882 | 2024-08-30T18:32:22.813Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1883 | 2024-08-30T18:32:29.740Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1884 | 2024-08-30T18:32:44.812Z | Finished `release` profile [optimized] target(s) in 4m 13s |
| 1885 | 2024-08-30T18:32:44.953Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1886 | 2024-08-30T18:32:44.993Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1887 | 2024-08-30T18:32:44.996Z | Created new build target 'test' and set it as active |
| 1888 | 2024-08-30T18:32:44.996Z | |
| 1889 | 2024-08-30T18:32:44.996Z | real 4:13.817625484 |
| 1890 | 2024-08-30T18:32:44.997Z | user 28:47.052493880 |
| 1891 | 2024-08-30T18:32:44.997Z | sys 3:34.547638349 |
| 1892 | 2024-08-30T18:32:44.997Z | trap 0.819689673 |
| 1893 | 2024-08-30T18:32:44.997Z | tflt 3.073122225 |
| 1894 | 2024-08-30T18:32:44.997Z | dflt 0.772273956 |
| 1895 | 2024-08-30T18:32:44.997Z | kflt 0.008321946 |
| 1896 | 2024-08-30T18:32:44.997Z | lock 1:03:40.759114392 |
| 1897 | 2024-08-30T18:32:44.997Z | slp 1:50:40.725657027 |
| 1898 | 2024-08-30T18:32:44.997Z | lat 1:55.972032307 |
| 1899 | 2024-08-30T18:32:44.997Z | stop 3:26.551963187 |
| 1900 | 2024-08-30T18:32:44.999Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1901 | 2024-08-30T18:32:45.966Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 1902 | 2024-08-30T18:32:46.015Z | Running `target/release/omicron-package -t test package` |
| 1903 | 2024-08-30T18:32:46.054Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1904 | 2024-08-30T18:32:47.158Z | Compiling camino v1.1.9 |
| 1905 | 2024-08-30T18:32:47.161Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1906 | 2024-08-30T18:32:47.161Z | Compiling newline-converter v0.3.0 |
| 1907 | 2024-08-30T18:32:47.161Z | Compiling password-hash v0.5.0 |
| 1908 | 2024-08-30T18:32:47.161Z | Compiling blake2 v0.10.6 |
| 1909 | 2024-08-30T18:32:47.161Z | Compiling derive-where v1.2.7 |
| 1910 | 2024-08-30T18:32:47.279Z | Compiling convert_case v0.4.0 |
| 1911 | 2024-08-30T18:32:47.297Z | Compiling humantime v2.1.0 |
| 1912 | 2024-08-30T18:32:47.416Z | Compiling expectorate v1.1.0 |
| 1913 | 2024-08-30T18:32:47.476Z | Compiling toml v0.8.19 |
| 1914 | 2024-08-30T18:32:47.601Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1915 | 2024-08-30T18:32:48.000Z | Compiling argon2 v0.5.3 |
| 1916 | 2024-08-30T18:32:48.068Z | Compiling derive_more v0.99.18 |
| 1917 | 2024-08-30T18:32:48.155Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1918 | 2024-08-30T18:32:48.171Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1919 | 2024-08-30T18:32:48.366Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1920 | 2024-08-30T18:32:48.548Z | Compiling num-rational v0.4.2 |
| 1921 | 2024-08-30T18:32:49.025Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1922 | 2024-08-30T18:32:49.516Z | Compiling num-complex v0.4.6 |
| 1923 | 2024-08-30T18:32:49.593Z | Compiling dirs-sys-next v0.1.2 |
| 1924 | 2024-08-30T18:32:50.104Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1925 | 2024-08-30T18:32:50.426Z | Compiling dirs-next v2.0.0 |
| 1926 | 2024-08-30T18:32:50.517Z | Compiling float-ord v0.3.2 |
| 1927 | 2024-08-30T18:32:50.607Z | Compiling term v0.7.0 |
| 1928 | 2024-08-30T18:32:50.679Z | Compiling num v0.4.3 |
| 1929 | 2024-08-30T18:32:50.801Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 1930 | 2024-08-30T18:32:50.846Z | Compiling prettyplease v0.2.20 |
| 1931 | 2024-08-30T18:32:50.977Z | Compiling semver v0.1.20 |
| 1932 | 2024-08-30T18:32:51.159Z | Compiling is-terminal v0.4.12 |
| 1933 | 2024-08-30T18:32:51.289Z | Compiling rustc_version v0.1.7 |
| 1934 | 2024-08-30T18:32:51.341Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 1935 | 2024-08-30T18:32:51.507Z | Compiling cookie v0.18.1 |
| 1936 | 2024-08-30T18:32:51.694Z | Compiling newtype_derive v0.1.6 |
| 1937 | 2024-08-30T18:32:51.786Z | Compiling highway v1.2.0 |
| 1938 | 2024-08-30T18:32:51.930Z | Compiling rustls-pki-types v1.7.0 |
| 1939 | 2024-08-30T18:32:52.209Z | Compiling linked-hash-map v0.5.6 |
| 1940 | 2024-08-30T18:32:52.635Z | Compiling lru-cache v0.1.2 |
| 1941 | 2024-08-30T18:32:52.663Z | Compiling steno v0.4.1 |
| 1942 | 2024-08-30T18:32:53.174Z | Compiling quick-error v1.2.3 |
| 1943 | 2024-08-30T18:32:53.329Z | Compiling home v0.5.9 |
| 1944 | 2024-08-30T18:32:53.568Z | Compiling utf-8 v0.7.6 |
| 1945 | 2024-08-30T18:32:53.932Z | Compiling resolv-conf v0.7.0 |
| 1946 | 2024-08-30T18:32:54.205Z | Compiling rustls-webpki v0.102.4 |
| 1947 | 2024-08-30T18:32:55.319Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 1948 | 2024-08-30T18:32:55.456Z | Compiling rustls v0.22.4 |
| 1949 | 2024-08-30T18:32:55.484Z | Compiling thread_local v1.1.8 |
| 1950 | 2024-08-30T18:32:55.959Z | Compiling match_cfg v0.1.0 |
| 1951 | 2024-08-30T18:32:56.052Z | Compiling hostname v0.3.1 |
| 1952 | 2024-08-30T18:32:56.300Z | Compiling hickory-resolver v0.24.1 |
| 1953 | 2024-08-30T18:32:57.201Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1954 | 2024-08-30T18:32:57.879Z | Compiling multer v3.1.0 |
| 1955 | 2024-08-30T18:32:57.951Z | Compiling slog-async v2.8.0 |
| 1956 | 2024-08-30T18:32:58.022Z | Compiling slog-json v2.6.1 |
| 1957 | 2024-08-30T18:32:58.380Z | Compiling crossbeam-channel v0.5.12 |
| 1958 | 2024-08-30T18:32:59.412Z | Compiling http v1.1.0 |
| 1959 | 2024-08-30T18:33:01.696Z | Compiling atomic-waker v1.1.2 |
| 1960 | 2024-08-30T18:33:01.881Z | Compiling take_mut v0.2.2 |
| 1961 | 2024-08-30T18:33:02.245Z | Compiling waitgroup v0.1.2 |
| 1962 | 2024-08-30T18:33:03.058Z | Compiling tokio-rustls v0.25.0 |
| 1963 | 2024-08-30T18:33:03.383Z | Compiling slog-bunyan v2.5.0 |
| 1964 | 2024-08-30T18:33:03.490Z | Compiling slog-term v2.9.1 |
| 1965 | 2024-08-30T18:33:03.598Z | Compiling rustls-pemfile v2.1.3 |
| 1966 | 2024-08-30T18:33:04.029Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1967 | 2024-08-30T18:33:04.104Z | Compiling async-stream v0.3.5 |
| 1968 | 2024-08-30T18:33:04.385Z | Compiling newtype-uuid v1.1.0 |
| 1969 | 2024-08-30T18:33:04.574Z | Compiling ipnetwork v0.20.0 |
| 1970 | 2024-08-30T18:33:04.655Z | Compiling serde_path_to_error v0.1.16 |
| 1971 | 2024-08-30T18:33:04.696Z | Compiling hostname v0.4.0 |
| 1972 | 2024-08-30T18:33:04.934Z | Compiling instant v0.1.12 |
| 1973 | 2024-08-30T18:33:05.102Z | Compiling debug-ignore v1.0.5 |
| 1974 | 2024-08-30T18:33:05.259Z | Compiling backoff v0.4.0 |
| 1975 | 2024-08-30T18:33:05.328Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1976 | 2024-08-30T18:33:05.589Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1977 | 2024-08-30T18:33:05.928Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1978 | 2024-08-30T18:33:05.991Z | Compiling parse-display v0.10.0 |
| 1979 | 2024-08-30T18:33:06.556Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1980 | 2024-08-30T18:33:06.737Z | Compiling serde_with v3.9.0 |
| 1981 | 2024-08-30T18:33:10.541Z | Compiling strum v0.26.3 |
| 1982 | 2024-08-30T18:33:10.721Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1983 | 2024-08-30T18:33:11.958Z | Compiling macaddr v1.0.1 |
| 1984 | 2024-08-30T18:33:12.397Z | Compiling slog-dtrace v0.3.0 |
| 1985 | 2024-08-30T18:33:12.456Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1986 | 2024-08-30T18:33:13.536Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1987 | 2024-08-30T18:33:14.565Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1988 | 2024-08-30T18:33:14.617Z | Compiling swrite v0.1.0 |
| 1989 | 2024-08-30T18:33:14.767Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 1990 | 2024-08-30T18:33:15.632Z | Compiling rayon-core v1.12.1 |
| 1991 | 2024-08-30T18:33:15.660Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1992 | 2024-08-30T18:33:15.840Z | Compiling crossbeam-deque v0.8.5 |
| 1993 | 2024-08-30T18:33:16.202Z | Compiling half v2.4.1 |
| 1994 | 2024-08-30T18:33:16.918Z | Compiling same-file v1.0.6 |
| 1995 | 2024-08-30T18:33:17.161Z | Compiling ciborium-io v0.2.2 |
| 1996 | 2024-08-30T18:33:17.306Z | Compiling display-error-chain v0.2.1 |
| 1997 | 2024-08-30T18:33:17.495Z | Compiling termcolor v1.4.1 |
| 1998 | 2024-08-30T18:33:18.530Z | Compiling fastrand v2.1.0 |
| 1999 | 2024-08-30T18:33:18.634Z | Compiling ciborium-ll v0.2.2 |
| 2000 | 2024-08-30T18:33:19.037Z | Compiling tempfile v3.10.1 |
| 2001 | 2024-08-30T18:33:19.145Z | Compiling walkdir v2.5.0 |
| 2002 | 2024-08-30T18:33:19.772Z | Compiling ring v0.16.20 |
| 2003 | 2024-08-30T18:33:21.291Z | Compiling rayon v1.10.0 |
| 2004 | 2024-08-30T18:33:21.903Z | Compiling blake3 v1.5.1 |
| 2005 | 2024-08-30T18:33:22.439Z | Compiling ciborium v0.2.2 |
| 2006 | 2024-08-30T18:33:22.544Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2007 | 2024-08-30T18:33:26.040Z | Compiling xattr v1.3.1 |
| 2008 | 2024-08-30T18:33:26.314Z | Compiling filetime v0.2.25 |
| 2009 | 2024-08-30T18:33:26.643Z | Compiling memmap2 v0.9.4 |
| 2010 | 2024-08-30T18:33:27.067Z | Compiling spin v0.5.2 |
| 2011 | 2024-08-30T18:33:27.307Z | Compiling cancel-safe-futures v0.1.5 |
| 2012 | 2024-08-30T18:33:27.679Z | Compiling untrusted v0.7.1 |
| 2013 | 2024-08-30T18:33:27.872Z | Compiling arrayref v0.3.7 |
| 2014 | 2024-08-30T18:33:27.980Z | Compiling arrayvec v0.7.4 |
| 2015 | 2024-08-30T18:33:29.186Z | Compiling constant_time_eq v0.3.0 |
| 2016 | 2024-08-30T18:33:30.486Z | Compiling tar v0.4.41 |
| 2017 | 2024-08-30T18:33:31.423Z | Compiling toolchain_find v0.4.0 |
| 2018 | 2024-08-30T18:33:31.986Z | Compiling camino-tempfile v1.1.1 |
| 2019 | 2024-08-30T18:33:32.015Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2020 | 2024-08-30T18:33:32.283Z | Compiling nibble_vec v0.1.0 |
| 2021 | 2024-08-30T18:33:32.401Z | Compiling atty v0.2.14 |
| 2022 | 2024-08-30T18:33:32.482Z | Compiling radium v0.7.0 |
| 2023 | 2024-08-30T18:33:32.501Z | Compiling maplit v1.0.2 |
| 2024 | 2024-08-30T18:33:32.553Z | Compiling crunchy v0.2.2 |
| 2025 | 2024-08-30T18:33:32.621Z | Compiling topological-sort v0.2.2 |
| 2026 | 2024-08-30T18:33:32.842Z | Compiling glob v0.3.1 |
| 2027 | 2024-08-30T18:33:32.950Z | Compiling endian-type v0.1.2 |
| 2028 | 2024-08-30T18:33:33.078Z | Compiling omicron-zone-package v0.11.0 |
| 2029 | 2024-08-30T18:33:33.198Z | Compiling radix_trie v0.2.1 |
| 2030 | 2024-08-30T18:33:33.715Z | Compiling clang-sys v1.7.0 |
| 2031 | 2024-08-30T18:33:34.052Z | Compiling rustfmt-wrapper v0.2.1 |
| 2032 | 2024-08-30T18:33:34.542Z | Compiling tungstenite v0.21.0 |
| 2033 | 2024-08-30T18:33:34.649Z | Compiling tiny-keccak v2.0.2 |
| 2034 | 2024-08-30T18:33:34.963Z | Compiling tap v1.0.1 |
| 2035 | 2024-08-30T18:33:35.083Z | Compiling maybe-uninit v2.0.0 |
| 2036 | 2024-08-30T18:33:35.173Z | Compiling wyz v0.5.1 |
| 2037 | 2024-08-30T18:33:35.800Z | Compiling tokio-tungstenite v0.21.0 |
| 2038 | 2024-08-30T18:33:35.859Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2039 | 2024-08-30T18:33:36.175Z | Compiling dsl_auto_type v0.1.2 |
| 2040 | 2024-08-30T18:33:36.352Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2041 | 2024-08-30T18:33:36.377Z | Compiling itertools v0.13.0 |
| 2042 | 2024-08-30T18:33:36.786Z | Compiling scheduled-thread-pool v0.2.7 |
| 2043 | 2024-08-30T18:33:37.565Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2044 | 2024-08-30T18:33:38.099Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2045 | 2024-08-30T18:33:38.116Z | Compiling funty v2.0.0 |
| 2046 | 2024-08-30T18:33:38.291Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2047 | 2024-08-30T18:33:38.481Z | Compiling crc-catalog v2.4.0 |
| 2048 | 2024-08-30T18:33:38.639Z | Compiling arc-swap v1.7.1 |
| 2049 | 2024-08-30T18:33:39.301Z | Compiling packed_struct v0.10.1 |
| 2050 | 2024-08-30T18:33:39.652Z | Compiling bitvec v1.0.1 |
| 2051 | 2024-08-30T18:33:39.779Z | Compiling slog-scope v4.4.0 |
| 2052 | 2024-08-30T18:33:40.072Z | Compiling crc v3.2.1 |
| 2053 | 2024-08-30T18:33:40.586Z | Compiling diesel_derives v2.2.2 |
| 2054 | 2024-08-30T18:33:42.005Z | Compiling r2d2 v0.8.10 |
| 2055 | 2024-08-30T18:33:42.960Z | Compiling ascii-canvas v3.0.0 |
| 2056 | 2024-08-30T18:33:43.447Z | Compiling packed_struct_codegen v0.10.1 |
| 2057 | 2024-08-30T18:33:44.096Z | Compiling ena v0.14.3 |
| 2058 | 2024-08-30T18:33:44.485Z | Compiling libloading v0.8.3 |
| 2059 | 2024-08-30T18:33:44.842Z | Compiling indexmap v1.9.3 |
| 2060 | 2024-08-30T18:33:45.176Z | Compiling regex-syntax v0.6.29 |
| 2061 | 2024-08-30T18:33:45.892Z | Compiling nodrop v0.1.14 |
| 2062 | 2024-08-30T18:33:46.032Z | Compiling diff v0.1.13 |
| 2063 | 2024-08-30T18:33:46.742Z | Compiling bindgen v0.69.4 |
| 2064 | 2024-08-30T18:33:47.036Z | Compiling array-init v0.0.4 |
| 2065 | 2024-08-30T18:33:50.438Z | Compiling lalrpop v0.19.12 |
| 2066 | 2024-08-30T18:33:51.479Z | Compiling smallvec v0.6.14 |
| 2067 | 2024-08-30T18:33:51.541Z | Compiling diesel v2.2.3 |
| 2068 | 2024-08-30T18:33:51.954Z | Compiling slog-stdlog v4.1.1 |
| 2069 | 2024-08-30T18:33:52.785Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2070 | 2024-08-30T18:33:53.901Z | Compiling which v4.4.2 |
| 2071 | 2024-08-30T18:33:54.392Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2072 | 2024-08-30T18:33:54.624Z | Compiling cexpr v0.6.0 |
| 2073 | 2024-08-30T18:33:56.233Z | Compiling libsw v3.3.1 |
| 2074 | 2024-08-30T18:33:56.577Z | Compiling owo-colors v4.0.0 |
| 2075 | 2024-08-30T18:33:58.557Z | Compiling hashbrown v0.12.3 |
| 2076 | 2024-08-30T18:33:59.409Z | Compiling bitfield v0.14.0 |
| 2077 | 2024-08-30T18:33:59.717Z | Compiling linear-map v1.2.0 |
| 2078 | 2024-08-30T18:33:59.861Z | Compiling rustc-hash v1.1.0 |
| 2079 | 2024-08-30T18:34:00.027Z | Compiling shlex v1.3.0 |
| 2080 | 2024-08-30T18:34:00.161Z | Compiling lazycell v1.3.0 |
| 2081 | 2024-08-30T18:34:00.341Z | Compiling ref-cast v1.0.23 |
| 2082 | 2024-08-30T18:34:00.888Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2083 | 2024-08-30T18:34:04.959Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2084 | 2024-08-30T18:34:07.705Z | Compiling slog-envlogger v2.2.0 |
| 2085 | 2024-08-30T18:34:08.391Z | Compiling serde-hex v0.1.0 |
| 2086 | 2024-08-30T18:34:10.212Z | Compiling bzip2 v0.4.4 |
| 2087 | 2024-08-30T18:34:10.681Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2088 | 2024-08-30T18:34:11.009Z | Compiling env_logger v0.10.2 |
| 2089 | 2024-08-30T18:34:13.558Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2090 | 2024-08-30T18:34:13.879Z | Compiling derive_builder_core v0.20.0 |
| 2091 | 2024-08-30T18:34:13.937Z | Compiling x509-cert v0.2.5 |
| 2092 | 2024-08-30T18:34:14.093Z | Compiling ron v0.8.1 |
| 2093 | 2024-08-30T18:34:16.029Z | Compiling headers-core v0.2.0 |
| 2094 | 2024-08-30T18:34:16.216Z | Compiling hashbrown v0.13.2 |
| 2095 | 2024-08-30T18:34:16.373Z | Compiling polar-core v0.27.3 |
| 2096 | 2024-08-30T18:34:17.473Z | Compiling fxhash v0.2.1 |
| 2097 | 2024-08-30T18:34:17.627Z | Compiling libxml v0.3.3 |
| 2098 | 2024-08-30T18:34:17.694Z | Compiling ref-cast-impl v1.0.23 |
| 2099 | 2024-08-30T18:34:17.997Z | Compiling crc-any v2.5.0 |
| 2100 | 2024-08-30T18:34:18.887Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2101 | 2024-08-30T18:34:19.950Z | Compiling object v0.30.4 |
| 2102 | 2024-08-30T18:34:25.101Z | Compiling headers v0.3.9 |
| 2103 | 2024-08-30T18:34:25.596Z | Compiling derive_builder_macro v0.20.0 |
| 2104 | 2024-08-30T18:34:26.428Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2105 | 2024-08-30T18:34:28.028Z | Compiling samael v0.0.15 |
| 2106 | 2024-08-30T18:34:28.470Z | Compiling zip v0.6.6 |
| 2107 | 2024-08-30T18:34:28.698Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2108 | 2024-08-30T18:34:29.570Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2109 | 2024-08-30T18:34:29.862Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2110 | 2024-08-30T18:34:30.762Z | Compiling strum_macros v0.24.3 |
| 2111 | 2024-08-30T18:34:31.117Z | Compiling kstat-rs v0.2.4 |
| 2112 | 2024-08-30T18:34:31.782Z | Compiling async-recursion v1.1.1 |
| 2113 | 2024-08-30T18:34:32.022Z | Compiling dropshot v0.10.1 |
| 2114 | 2024-08-30T18:34:32.275Z | Compiling unicase v2.7.0 |
| 2115 | 2024-08-30T18:34:32.359Z | Compiling indoc v1.0.9 |
| 2116 | 2024-08-30T18:34:32.629Z | Compiling path-slash v0.1.5 |
| 2117 | 2024-08-30T18:34:32.869Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2118 | 2024-08-30T18:34:33.269Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2119 | 2024-08-30T18:34:36.128Z | Compiling derive_builder v0.20.0 |
| 2120 | 2024-08-30T18:34:39.714Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2121 | 2024-08-30T18:34:41.225Z | Compiling tungstenite v0.23.0 |
| 2122 | 2024-08-30T18:34:41.414Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2123 | 2024-08-30T18:34:41.722Z | Compiling crossterm v0.28.1 |
| 2124 | 2024-08-30T18:34:46.367Z | Compiling pem v3.0.4 |
| 2125 | 2024-08-30T18:34:46.782Z | Compiling curve25519-dalek v4.1.3 |
| 2126 | 2024-08-30T18:34:47.204Z | Compiling dropshot_endpoint v0.10.1 |
| 2127 | 2024-08-30T18:34:47.872Z | Compiling oso-derive v0.27.3 |
| 2128 | 2024-08-30T18:34:48.158Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2129 | 2024-08-30T18:34:48.777Z | Compiling libz-sys v1.1.16 |
| 2130 | 2024-08-30T18:34:48.838Z | Compiling quick-xml v0.31.0 |
| 2131 | 2024-08-30T18:34:49.155Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2132 | 2024-08-30T18:34:49.404Z | Compiling parking_lot_core v0.8.6 |
| 2133 | 2024-08-30T18:34:49.485Z | Compiling keccak v0.1.5 |
| 2134 | 2024-08-30T18:34:49.745Z | Compiling sha3 v0.10.8 |
| 2135 | 2024-08-30T18:34:53.843Z | Compiling tokio-tungstenite v0.23.1 |
| 2136 | 2024-08-30T18:34:53.854Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2137 | 2024-08-30T18:34:53.854Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2138 | 2024-08-30T18:34:53.854Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2139 | 2024-08-30T18:34:55.171Z | Compiling oso v0.27.3 |
| 2140 | 2024-08-30T18:34:56.002Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2141 | 2024-08-30T18:34:56.320Z | Compiling bb8 v0.8.5 |
| 2142 | 2024-08-30T18:34:56.910Z | Compiling const_format_proc_macros v0.2.32 |
| 2143 | 2024-08-30T18:34:58.795Z | Compiling universal-hash v0.5.1 |
| 2144 | 2024-08-30T18:34:59.042Z | Compiling secrecy v0.8.0 |
| 2145 | 2024-08-30T18:34:59.329Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2146 | 2024-08-30T18:35:02.070Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2147 | 2024-08-30T18:35:03.447Z | Compiling vte_generate_state_changes v0.1.1 |
| 2148 | 2024-08-30T18:35:04.059Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2149 | 2024-08-30T18:35:04.388Z | Compiling buf-list v1.0.3 |
| 2150 | 2024-08-30T18:35:04.980Z | Compiling opaque-debug v0.3.1 |
| 2151 | 2024-08-30T18:35:05.092Z | Compiling poly1305 v0.8.0 |
| 2152 | 2024-08-30T18:35:06.690Z | Compiling vte v0.11.1 |
| 2153 | 2024-08-30T18:35:10.808Z | Compiling thiserror-no-std v2.0.2 |
| 2154 | 2024-08-30T18:35:10.940Z | Compiling const_format v0.2.32 |
| 2155 | 2024-08-30T18:35:12.214Z | Compiling async-bb8-diesel v0.2.1 |
| 2156 | 2024-08-30T18:35:12.504Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2157 | 2024-08-30T18:35:14.454Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2158 | 2024-08-30T18:35:14.783Z | Compiling chacha20 v0.9.1 |
| 2159 | 2024-08-30T18:35:15.069Z | Compiling fd-lock v4.0.2 |
| 2160 | 2024-08-30T18:35:15.241Z | Compiling aead v0.5.2 |
| 2161 | 2024-08-30T18:35:15.311Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2162 | 2024-08-30T18:35:15.581Z | Compiling pin-project-internal v1.1.5 |
| 2163 | 2024-08-30T18:35:16.082Z | Compiling bytecount v0.6.8 |
| 2164 | 2024-08-30T18:35:16.393Z | Compiling papergrid v0.11.0 |
| 2165 | 2024-08-30T18:35:18.329Z | Compiling pin-project v1.1.5 |
| 2166 | 2024-08-30T18:35:19.763Z | Compiling chacha20poly1305 v0.10.1 |
| 2167 | 2024-08-30T18:35:20.393Z | Compiling parking_lot v0.11.2 |
| 2168 | 2024-08-30T18:35:22.383Z | Compiling vsss-rs v3.3.4 |
| 2169 | 2024-08-30T18:35:26.576Z | Compiling strip-ansi-escapes v0.2.0 |
| 2170 | 2024-08-30T18:35:28.020Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2171 | 2024-08-30T18:35:28.688Z | Compiling tabled_derive v0.7.0 |
| 2172 | 2024-08-30T18:35:30.894Z | Compiling crossterm v0.27.0 |
| 2173 | 2024-08-30T18:35:32.634Z | Compiling peg-macros v0.8.4 |
| 2174 | 2024-08-30T18:35:35.824Z | Compiling snafu-derive v0.8.2 |
| 2175 | 2024-08-30T18:35:37.039Z | Compiling sqlparser_derive v0.2.2 |
| 2176 | 2024-08-30T18:35:37.279Z | Compiling nu-ansi-term v0.50.0 |
| 2177 | 2024-08-30T18:35:38.127Z | Compiling unicode_categories v0.1.1 |
| 2178 | 2024-08-30T18:35:38.467Z | Compiling sqlformat v0.2.4 |
| 2179 | 2024-08-30T18:35:38.729Z | Compiling rustyline v14.0.0 |
| 2180 | 2024-08-30T18:35:40.389Z | Compiling snafu v0.8.2 |
| 2181 | 2024-08-30T18:35:41.577Z | Compiling sqlparser v0.45.0 |
| 2182 | 2024-08-30T18:35:44.572Z | Compiling reedline v0.33.0 |
| 2183 | 2024-08-30T18:35:44.889Z | Compiling peg v0.8.4 |
| 2184 | 2024-08-30T18:35:45.011Z | Compiling tabled v0.15.0 |
| 2185 | 2024-08-30T18:35:48.871Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2186 | 2024-08-30T18:35:51.115Z | Compiling sled v0.34.7 |
| 2187 | 2024-08-30T18:36:06.190Z | Compiling mime_guess v2.0.4 |
| 2188 | 2024-08-30T18:36:06.405Z | Compiling hickory-client v0.24.1 |
| 2189 | 2024-08-30T18:36:06.680Z | Compiling env_logger v0.9.3 |
| 2190 | 2024-08-30T18:36:08.906Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2191 | 2024-08-30T18:36:10.827Z | Compiling tungstenite v0.20.1 |
| 2192 | 2024-08-30T18:36:11.713Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2193 | 2024-08-30T18:36:15.382Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2194 | 2024-08-30T18:36:15.890Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2195 | 2024-08-30T18:36:16.794Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2196 | 2024-08-30T18:36:18.311Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2197 | 2024-08-30T18:36:18.814Z | Compiling hickory-server v0.24.1 |
| 2198 | 2024-08-30T18:36:23.470Z | Compiling globset v0.4.14 |
| 2199 | 2024-08-30T18:36:23.765Z | Compiling olpc-cjson v0.1.3 |
| 2200 | 2024-08-30T18:36:23.816Z | Compiling bcs v0.1.6 |
| 2201 | 2024-08-30T18:36:24.102Z | Compiling vergen v8.3.2 |
| 2202 | 2024-08-30T18:36:24.445Z | Compiling bitstruct_derive v0.1.0 |
| 2203 | 2024-08-30T18:36:24.702Z | Compiling serde_plain v1.0.2 |
| 2204 | 2024-08-30T18:36:25.242Z | Compiling cargo-platform v0.1.8 |
| 2205 | 2024-08-30T18:36:25.760Z | Compiling nanorand v0.7.0 |
| 2206 | 2024-08-30T18:36:25.777Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2207 | 2024-08-30T18:36:25.953Z | Compiling memoffset v0.9.1 |
| 2208 | 2024-08-30T18:36:26.307Z | Compiling typed-path v0.7.1 |
| 2209 | 2024-08-30T18:36:26.426Z | Compiling ascii v1.1.0 |
| 2210 | 2024-08-30T18:36:27.195Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2211 | 2024-08-30T18:36:28.847Z | Compiling tough v0.17.1 |
| 2212 | 2024-08-30T18:36:29.580Z | Compiling flume v0.11.0 |
| 2213 | 2024-08-30T18:36:30.379Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2214 | 2024-08-30T18:36:30.679Z | Compiling bitstruct v0.1.1 |
| 2215 | 2024-08-30T18:36:30.810Z | Compiling cargo_metadata v0.18.1 |
| 2216 | 2024-08-30T18:36:31.028Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2217 | 2024-08-30T18:36:31.058Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2218 | 2024-08-30T18:36:32.155Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2219 | 2024-08-30T18:36:32.726Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2220 | 2024-08-30T18:36:33.061Z | Compiling tokio-tungstenite v0.20.1 |
| 2221 | 2024-08-30T18:36:33.671Z | Compiling git2 v0.19.0 |
| 2222 | 2024-08-30T18:36:34.694Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2223 | 2024-08-30T18:36:42.190Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2224 | 2024-08-30T18:36:42.775Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2225 | 2024-08-30T18:36:43.971Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2226 | 2024-08-30T18:36:45.951Z | Compiling libsqlite3-sys v0.28.0 |
| 2227 | 2024-08-30T18:36:46.477Z | Compiling serde_arrays v0.1.0 |
| 2228 | 2024-08-30T18:36:46.687Z | Compiling erased-serde v0.3.31 |
| 2229 | 2024-08-30T18:36:48.465Z | Compiling parse-size v1.0.0 |
| 2230 | 2024-08-30T18:36:48.795Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2231 | 2024-08-30T18:36:53.500Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2232 | 2024-08-30T18:36:57.400Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2233 | 2024-08-30T18:36:58.127Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2234 | 2024-08-30T18:36:58.538Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2235 | 2024-08-30T18:36:58.852Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2236 | 2024-08-30T18:37:00.839Z | Compiling heck v0.3.3 |
| 2237 | 2024-08-30T18:37:01.220Z | Compiling castaway v0.2.3 |
| 2238 | 2024-08-30T18:37:01.422Z | Compiling rand_seeder v0.3.0 |
| 2239 | 2024-08-30T18:37:01.862Z | Compiling csv-core v0.1.11 |
| 2240 | 2024-08-30T18:37:02.753Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2241 | 2024-08-30T18:37:04.090Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2242 | 2024-08-30T18:37:04.412Z | Compiling http-range v0.1.5 |
| 2243 | 2024-08-30T18:37:04.929Z | Compiling hyper-staticfile v0.9.5 |
| 2244 | 2024-08-30T18:37:05.011Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2245 | 2024-08-30T18:37:05.631Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2246 | 2024-08-30T18:37:11.555Z | Compiling csv v1.3.0 |
| 2247 | 2024-08-30T18:37:11.588Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2248 | 2024-08-30T18:37:11.588Z | Compiling compact_str v0.8.0 |
| 2249 | 2024-08-30T18:37:12.218Z | Compiling zone_cfg_derive v0.1.2 |
| 2250 | 2024-08-30T18:37:12.996Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2251 | 2024-08-30T18:37:13.606Z | Compiling nix v0.27.1 |
| 2252 | 2024-08-30T18:37:14.968Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2253 | 2024-08-30T18:37:16.540Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2254 | 2024-08-30T18:37:16.606Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2255 | 2024-08-30T18:37:18.153Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2256 | 2024-08-30T18:37:22.526Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2257 | 2024-08-30T18:37:22.884Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2258 | 2024-08-30T18:37:23.194Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2259 | 2024-08-30T18:37:23.510Z | Compiling unicode-truncate v1.0.0 |
| 2260 | 2024-08-30T18:37:23.800Z | Compiling lru v0.12.3 |
| 2261 | 2024-08-30T18:37:24.168Z | Compiling hashlink v0.9.1 |
| 2262 | 2024-08-30T18:37:24.959Z | Compiling serde-big-array v0.5.1 |
| 2263 | 2024-08-30T18:37:25.236Z | Compiling instability v0.3.2 |
| 2264 | 2024-08-30T18:37:25.324Z | Compiling cassowary v0.3.0 |
| 2265 | 2024-08-30T18:37:26.284Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2266 | 2024-08-30T18:37:26.579Z | Compiling base64 v0.13.1 |
| 2267 | 2024-08-30T18:37:27.296Z | Compiling fallible-iterator v0.3.0 |
| 2268 | 2024-08-30T18:37:28.106Z | Compiling rusqlite v0.31.0 |
| 2269 | 2024-08-30T18:37:28.932Z | Compiling ron v0.7.1 |
| 2270 | 2024-08-30T18:37:32.317Z | Compiling ratatui v0.28.0 |
| 2271 | 2024-08-30T18:37:34.239Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2272 | 2024-08-30T18:37:44.284Z | Compiling zone v0.1.8 |
| 2273 | 2024-08-30T18:37:47.407Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2274 | 2024-08-30T18:37:49.088Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2275 | 2024-08-30T18:37:49.752Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2276 | 2024-08-30T18:37:50.957Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2277 | 2024-08-30T18:37:54.197Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2278 | 2024-08-30T18:37:55.895Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2279 | 2024-08-30T18:37:56.594Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2280 | 2024-08-30T18:37:58.673Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2281 | 2024-08-30T18:37:58.765Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2282 | 2024-08-30T18:37:58.994Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2283 | 2024-08-30T18:37:59.166Z | Compiling twox-hash v1.6.3 |
| 2284 | 2024-08-30T18:38:00.173Z | Compiling signal-hook-tokio v0.3.1 |
| 2285 | 2024-08-30T18:38:00.402Z | Compiling yasna v0.5.2 |
| 2286 | 2024-08-30T18:38:03.719Z | Compiling portpicker v0.1.1 |
| 2287 | 2024-08-30T18:38:03.862Z | Compiling unicode-linebreak v0.1.5 |
| 2288 | 2024-08-30T18:38:04.010Z | Compiling smawk v0.3.2 |
| 2289 | 2024-08-30T18:38:04.145Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2290 | 2024-08-30T18:38:04.256Z | Compiling rcgen v0.12.1 |
| 2291 | 2024-08-30T18:38:04.434Z | Compiling textwrap v0.16.1 |
| 2292 | 2024-08-30T18:38:06.638Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2293 | 2024-08-30T18:38:14.009Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2294 | 2024-08-30T18:38:14.700Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2295 | 2024-08-30T18:38:23.437Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2296 | 2024-08-30T18:38:24.282Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2297 | 2024-08-30T18:38:28.418Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2298 | 2024-08-30T18:38:28.986Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2299 | 2024-08-30T18:38:29.321Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2300 | 2024-08-30T18:38:29.643Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2301 | 2024-08-30T18:38:34.393Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2302 | 2024-08-30T18:38:36.410Z | Compiling atomicwrites v0.4.3 |
| 2303 | 2024-08-30T18:38:36.956Z | Compiling fatfs v0.3.6 |
| 2304 | 2024-08-30T18:38:38.192Z | Compiling subprocess v0.2.9 |
| 2305 | 2024-08-30T18:38:39.831Z | Compiling rtoolbox v0.0.2 |
| 2306 | 2024-08-30T18:38:40.267Z | Compiling assert_matches v1.5.0 |
| 2307 | 2024-08-30T18:38:40.382Z | Compiling is_ci v1.2.0 |
| 2308 | 2024-08-30T18:38:40.682Z | Compiling supports-color v3.0.0 |
| 2309 | 2024-08-30T18:38:42.927Z | Compiling rpassword v7.3.1 |
| 2310 | 2024-08-30T18:38:42.990Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2311 | 2024-08-30T18:38:43.403Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2312 | 2024-08-30T18:38:43.668Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2313 | 2024-08-30T18:38:47.232Z | Compiling tui-tree-widget v0.22.0 |
| 2314 | 2024-08-30T18:38:47.714Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2315 | 2024-08-30T18:38:50.082Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2316 | 2024-08-30T18:38:50.779Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2317 | 2024-08-30T18:38:56.765Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2318 | 2024-08-30T18:38:57.094Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2319 | 2024-08-30T18:39:03.270Z | Compiling uzers v0.11.3 |
| 2320 | 2024-08-30T18:39:03.440Z | Compiling shell-words v1.1.0 |
| 2321 | 2024-08-30T18:39:03.866Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2322 | 2024-08-30T18:39:05.848Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2323 | 2024-08-30T18:39:05.887Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2324 | 2024-08-30T18:39:07.198Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2325 | 2024-08-30T18:39:08.806Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2326 | 2024-08-30T18:39:19.798Z | Compiling multimap v0.10.0 |
| 2327 | 2024-08-30T18:41:21.599Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2328 | 2024-08-30T18:41:28.646Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2329 | 2024-08-30T18:48:00.367Z | Finished `release` profile [optimized] target(s) in 15m 14s |
| 2330 | 2024-08-30T18:48:58.450Z | |
| 2331 | 2024-08-30T18:48:58.450Z | real 16:13.272656805 |
| 2332 | 2024-08-30T18:48:58.450Z | user 1:50:23.091201300 |
| 2333 | 2024-08-30T18:48:58.450Z | sys 5:27.244065885 |
| 2334 | 2024-08-30T18:48:58.450Z | trap 2.682847921 |
| 2335 | 2024-08-30T18:48:58.450Z | tflt 3.083746612 |
| 2336 | 2024-08-30T18:48:58.453Z | dflt 3.854415203 |
| 2337 | 2024-08-30T18:48:58.453Z | kflt 0.045066537 |
| 2338 | 2024-08-30T18:48:58.453Z | lock 6:47:01.364656224 |
| 2339 | 2024-08-30T18:48:58.453Z | slp 5:52:04.534833432 |
| 2340 | 2024-08-30T18:48:58.453Z | lat 2:46.261013074 |
| 2341 | 2024-08-30T18:48:58.453Z | stop 2:32.421796622 |
| 2342 | 2024-08-30T18:48:58.453Z | + mapfile -t packages |
| 2343 | 2024-08-30T18:48:58.453Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2344 | 2024-08-30T18:48:59.469Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2345 | 2024-08-30T18:48:59.520Z | Running `target/release/omicron-package -t test list-outputs` |
| 2346 | 2024-08-30T18:48:59.563Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2347 | 2024-08-30T18:48:59.566Z | + ptime -m cargo build --locked --release -p xtask |
| 2348 | 2024-08-30T18:49:00.170Z | Compiling serde v1.0.208 |
| 2349 | 2024-08-30T18:49:00.173Z | Compiling serde_json v1.0.125 |
| 2350 | 2024-08-30T18:49:00.173Z | Compiling libc v0.2.158 |
| 2351 | 2024-08-30T18:49:00.173Z | Compiling rustix v0.38.34 |
| 2352 | 2024-08-30T18:49:00.264Z | Compiling syn v2.0.74 |
| 2353 | 2024-08-30T18:49:00.284Z | Compiling bitflags v2.6.0 |
| 2354 | 2024-08-30T18:49:00.674Z | Compiling usdt-impl v0.5.0 |
| 2355 | 2024-08-30T18:49:00.708Z | Compiling syn v1.0.109 |
| 2356 | 2024-08-30T18:49:00.804Z | Compiling log v0.4.21 |
| 2357 | 2024-08-30T18:49:00.848Z | Compiling hashbrown v0.14.5 |
| 2358 | 2024-08-30T18:49:00.848Z | Compiling fs-err v2.11.0 |
| 2359 | 2024-08-30T18:49:01.167Z | Compiling anyhow v1.0.86 |
| 2360 | 2024-08-30T18:49:01.738Z | Compiling thread-id v4.2.1 |
| 2361 | 2024-08-30T18:49:02.154Z | Compiling indexmap v2.4.0 |
| 2362 | 2024-08-30T18:49:03.073Z | Compiling terminal_size v0.3.0 |
| 2363 | 2024-08-30T18:49:03.073Z | Compiling tempfile v3.10.1 |
| 2364 | 2024-08-30T18:49:03.293Z | Compiling clap_builder v4.5.15 |
| 2365 | 2024-08-30T18:49:04.012Z | Compiling proc-macro-error v1.0.4 |
| 2366 | 2024-08-30T18:49:05.366Z | Compiling tabled_derive v0.7.0 |
| 2367 | 2024-08-30T18:49:06.711Z | Compiling tabled v0.15.0 |
| 2368 | 2024-08-30T18:49:07.790Z | Compiling serde_derive v1.0.208 |
| 2369 | 2024-08-30T18:49:09.119Z | Compiling thiserror-impl v1.0.63 |
| 2370 | 2024-08-30T18:49:09.143Z | Compiling zerocopy-derive v0.7.34 |
| 2371 | 2024-08-30T18:49:09.156Z | Compiling scroll_derive v0.12.0 |
| 2372 | 2024-08-30T18:49:10.206Z | Compiling clap_derive v4.5.13 |
| 2373 | 2024-08-30T18:49:10.537Z | Compiling scroll v0.12.0 |
| 2374 | 2024-08-30T18:49:11.140Z | Compiling zerocopy v0.7.34 |
| 2375 | 2024-08-30T18:49:11.937Z | Compiling thiserror v1.0.63 |
| 2376 | 2024-08-30T18:49:12.104Z | Compiling pest v2.7.10 |
| 2377 | 2024-08-30T18:49:12.927Z | Compiling goblin v0.8.2 |
| 2378 | 2024-08-30T18:49:14.719Z | Compiling pest_meta v2.7.10 |
| 2379 | 2024-08-30T18:49:15.103Z | Compiling clap v4.5.16 |
| 2380 | 2024-08-30T18:49:16.558Z | Compiling pest_generator v2.7.10 |
| 2381 | 2024-08-30T18:49:18.774Z | Compiling pest_derive v2.7.10 |
| 2382 | 2024-08-30T18:49:19.617Z | Compiling dtrace-parser v0.2.0 |
| 2383 | 2024-08-30T18:49:27.224Z | Compiling dof v0.3.0 |
| 2384 | 2024-08-30T18:49:27.484Z | Compiling serde_tokenstream v0.2.2 |
| 2385 | 2024-08-30T18:49:28.109Z | Compiling serde_spanned v0.6.7 |
| 2386 | 2024-08-30T18:49:28.293Z | Compiling toml_datetime v0.6.8 |
| 2387 | 2024-08-30T18:49:29.014Z | Compiling toml_edit v0.22.20 |
| 2388 | 2024-08-30T18:49:29.458Z | Compiling camino v1.1.9 |
| 2389 | 2024-08-30T18:49:30.074Z | Compiling usdt-attr-macro v0.5.0 |
| 2390 | 2024-08-30T18:49:30.801Z | Compiling usdt-macro v0.5.0 |
| 2391 | 2024-08-30T18:49:30.993Z | Compiling cargo-platform v0.1.8 |
| 2392 | 2024-08-30T18:49:31.043Z | Compiling semver v1.0.23 |
| 2393 | 2024-08-30T18:49:31.150Z | Compiling camino-tempfile v1.1.1 |
| 2394 | 2024-08-30T18:49:31.471Z | Compiling macaddr v1.0.1 |
| 2395 | 2024-08-30T18:49:31.910Z | Compiling cargo_metadata v0.18.1 |
| 2396 | 2024-08-30T18:49:32.010Z | Compiling usdt v0.5.0 |
| 2397 | 2024-08-30T18:49:32.564Z | Compiling toml v0.8.19 |
| 2398 | 2024-08-30T18:49:35.107Z | Compiling cargo_toml v0.20.4 |
| 2399 | 2024-08-30T18:49:45.306Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2400 | 2024-08-30T18:49:56.463Z | Finished `release` profile [optimized] target(s) in 56.84s |
| 2401 | 2024-08-30T18:49:56.564Z | |
| 2402 | 2024-08-30T18:49:56.566Z | real 56.964412177 |
| 2403 | 2024-08-30T18:49:56.566Z | user 5:39.743263501 |
| 2404 | 2024-08-30T18:49:56.566Z | sys 32.279467284 |
| 2405 | 2024-08-30T18:49:56.566Z | trap 0.145770743 |
| 2406 | 2024-08-30T18:49:56.566Z | tflt 0.367380221 |
| 2407 | 2024-08-30T18:49:56.566Z | dflt 0.637763703 |
| 2408 | 2024-08-30T18:49:56.566Z | kflt 0.000000000 |
| 2409 | 2024-08-30T18:49:56.566Z | lock 9:39.508794903 |
| 2410 | 2024-08-30T18:49:56.567Z | slp 14:04.360562301 |
| 2411 | 2024-08-30T18:49:56.567Z | lat 12.484349883 |
| 2412 | 2024-08-30T18:49:56.567Z | stop 15.111901054 |
| 2413 | 2024-08-30T18:49:56.567Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2414 | 2024-08-30T18:49:56.567Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2415 | 2024-08-30T18:49:56.567Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2416 | 2024-08-30T18:49:56.567Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2417 | 2024-08-30T18:49:56.567Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2418 | 2024-08-30T18:49:57.434Z | Compiling regress v0.9.1 |
| 2419 | 2024-08-30T18:49:57.546Z | Compiling getopts v0.2.21 |
| 2420 | 2024-08-30T18:49:57.546Z | Compiling unsafe-libyaml v0.2.11 |
| 2421 | 2024-08-30T18:49:57.549Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2422 | 2024-08-30T18:49:57.556Z | Compiling http v1.1.0 |
| 2423 | 2024-08-30T18:49:57.568Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2424 | 2024-08-30T18:49:57.605Z | Compiling match_cfg v0.1.0 |
| 2425 | 2024-08-30T18:49:57.608Z | Compiling toml v0.8.19 |
| 2426 | 2024-08-30T18:49:57.697Z | Compiling hostname v0.3.1 |
| 2427 | 2024-08-30T18:49:57.949Z | Compiling rustls-pki-types v1.7.0 |
| 2428 | 2024-08-30T18:49:57.975Z | Compiling rustls v0.22.4 |
| 2429 | 2024-08-30T18:49:58.039Z | Compiling ident_case v1.0.1 |
| 2430 | 2024-08-30T18:49:58.237Z | Compiling paste v1.0.15 |
| 2431 | 2024-08-30T18:49:58.291Z | Compiling darling_core v0.20.9 |
| 2432 | 2024-08-30T18:49:58.502Z | Compiling rustls-webpki v0.102.4 |
| 2433 | 2024-08-30T18:49:58.783Z | Compiling ipnetwork v0.20.0 |
| 2434 | 2024-08-30T18:49:58.877Z | Compiling serde_yaml v0.9.34+deprecated |
| 2435 | 2024-08-30T18:49:59.374Z | Compiling multer v3.1.0 |
| 2436 | 2024-08-30T18:49:59.751Z | Compiling slog-json v2.6.1 |
| 2437 | 2024-08-30T18:50:00.137Z | Compiling async-stream-impl v0.3.5 |
| 2438 | 2024-08-30T18:50:00.155Z | Compiling instant v0.1.12 |
| 2439 | 2024-08-30T18:50:00.313Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2440 | 2024-08-30T18:50:00.634Z | Compiling debug-ignore v1.0.5 |
| 2441 | 2024-08-30T18:50:00.652Z | Compiling atomic-waker v1.1.2 |
| 2442 | 2024-08-30T18:50:00.783Z | Compiling waitgroup v0.1.2 |
| 2443 | 2024-08-30T18:50:00.915Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2024-08-30T18:50:01.008Z | Compiling rustls-pemfile v2.1.3 |
| 2445 | 2024-08-30T18:50:01.134Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2446 | 2024-08-30T18:50:01.502Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2447 | 2024-08-30T18:50:01.550Z | Compiling async-stream v0.3.5 |
| 2448 | 2024-08-30T18:50:01.884Z | Compiling serde_path_to_error v0.1.16 |
| 2449 | 2024-08-30T18:50:02.103Z | Compiling hostname v0.4.0 |
| 2450 | 2024-08-30T18:50:02.379Z | Compiling structmeta-derive v0.3.0 |
| 2451 | 2024-08-30T18:50:02.668Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2452 | 2024-08-30T18:50:02.791Z | Compiling newtype-uuid v1.1.0 |
| 2453 | 2024-08-30T18:50:03.106Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2454 | 2024-08-30T18:50:03.108Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2455 | 2024-08-30T18:50:03.419Z | Compiling backoff v0.4.0 |
| 2456 | 2024-08-30T18:50:03.456Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2457 | 2024-08-30T18:50:03.783Z | Compiling tokio-rustls v0.25.0 |
| 2458 | 2024-08-30T18:50:03.910Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2459 | 2024-08-30T18:50:04.108Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2460 | 2024-08-30T18:50:04.234Z | Compiling macaddr v1.0.1 |
| 2461 | 2024-08-30T18:50:04.287Z | Compiling proc-macro-crate v1.3.1 |
| 2462 | 2024-08-30T18:50:04.303Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2463 | 2024-08-30T18:50:04.818Z | Compiling tempfile v3.10.1 |
| 2464 | 2024-08-30T18:50:04.823Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2465 | 2024-08-30T18:50:05.047Z | Compiling foreign-types-macros v0.2.3 |
| 2466 | 2024-08-30T18:50:05.305Z | Compiling darling_macro v0.20.9 |
| 2467 | 2024-08-30T18:50:05.359Z | Compiling num_enum_derive v0.5.11 |
| 2468 | 2024-08-30T18:50:05.429Z | Compiling structmeta v0.3.0 |
| 2469 | 2024-08-30T18:50:05.502Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2470 | 2024-08-30T18:50:05.814Z | Compiling foreign-types-shared v0.3.1 |
| 2471 | 2024-08-30T18:50:05.865Z | Compiling parse-display-derive v0.10.0 |
| 2472 | 2024-08-30T18:50:05.946Z | Compiling heapless v0.8.0 |
| 2473 | 2024-08-30T18:50:06.250Z | Compiling darling v0.20.9 |
| 2474 | 2024-08-30T18:50:06.355Z | Compiling foreign-types v0.5.0 |
| 2475 | 2024-08-30T18:50:06.374Z | Compiling serde_with_macros v3.9.0 |
| 2476 | 2024-08-30T18:50:06.500Z | Compiling proc-macro-error v1.0.4 |
| 2477 | 2024-08-30T18:50:07.194Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2478 | 2024-08-30T18:50:07.229Z | Compiling cstr-argument v0.1.2 |
| 2479 | 2024-08-30T18:50:07.506Z | Compiling hash32 v0.3.1 |
| 2480 | 2024-08-30T18:50:07.755Z | Compiling smoltcp v0.11.0 |
| 2481 | 2024-08-30T18:50:08.030Z | Compiling num_enum v0.5.11 |
| 2482 | 2024-08-30T18:50:08.055Z | Compiling pretty-hex v0.2.1 |
| 2483 | 2024-08-30T18:50:08.206Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2484 | 2024-08-30T18:50:08.563Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2485 | 2024-08-30T18:50:08.589Z | Compiling camino-tempfile v1.1.1 |
| 2486 | 2024-08-30T18:50:09.109Z | Compiling tabwriter v1.4.0 |
| 2487 | 2024-08-30T18:50:09.254Z | Compiling colored v2.1.0 |
| 2488 | 2024-08-30T18:50:09.404Z | Compiling serde_with v3.9.0 |
| 2489 | 2024-08-30T18:50:09.533Z | Compiling socket2 v0.4.10 |
| 2490 | 2024-08-30T18:50:09.620Z | Compiling embedded-io v0.4.0 |
| 2491 | 2024-08-30T18:50:09.661Z | Compiling cobs v0.2.3 |
| 2492 | 2024-08-30T18:50:09.871Z | Compiling postcard v1.0.8 |
| 2493 | 2024-08-30T18:50:10.048Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2494 | 2024-08-30T18:50:10.348Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2495 | 2024-08-30T18:50:10.423Z | Compiling parse-display v0.10.0 |
| 2496 | 2024-08-30T18:50:10.441Z | Compiling crucible-workspace-hack v0.1.0 |
| 2497 | 2024-08-30T18:50:10.602Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2498 | 2024-08-30T18:50:10.686Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2499 | 2024-08-30T18:50:10.874Z | Compiling smf v0.2.3 |
| 2500 | 2024-08-30T18:50:11.015Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2501 | 2024-08-30T18:50:11.375Z | Compiling zone_cfg_derive v0.3.0 |
| 2502 | 2024-08-30T18:50:11.524Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2503 | 2024-08-30T18:50:12.012Z | Compiling num-derive v0.4.2 |
| 2504 | 2024-08-30T18:50:12.316Z | Compiling sigpipe v0.1.3 |
| 2505 | 2024-08-30T18:50:12.454Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2506 | 2024-08-30T18:50:12.801Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2507 | 2024-08-30T18:50:12.901Z | Compiling zone v0.3.0 |
| 2508 | 2024-08-30T18:50:13.240Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2509 | 2024-08-30T18:50:13.990Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2510 | 2024-08-30T18:50:14.452Z | Compiling universal-hash v0.5.1 |
| 2511 | 2024-08-30T18:50:14.470Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2512 | 2024-08-30T18:50:14.664Z | Compiling opaque-debug v0.3.1 |
| 2513 | 2024-08-30T18:50:14.766Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2514 | 2024-08-30T18:50:14.784Z | Compiling utf-8 v0.7.6 |
| 2515 | 2024-08-30T18:50:14.814Z | Compiling num-rational v0.4.2 |
| 2516 | 2024-08-30T18:50:14.842Z | Compiling curve25519-dalek v4.1.3 |
| 2517 | 2024-08-30T18:50:14.897Z | Compiling num-complex v0.4.6 |
| 2518 | 2024-08-30T18:50:15.127Z | Compiling humantime v2.1.0 |
| 2519 | 2024-08-30T18:50:15.291Z | Compiling password-hash v0.5.0 |
| 2520 | 2024-08-30T18:50:15.391Z | Compiling blake2 v0.10.6 |
| 2521 | 2024-08-30T18:50:15.600Z | Compiling aead v0.5.2 |
| 2522 | 2024-08-30T18:50:15.690Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2523 | 2024-08-30T18:50:15.958Z | Compiling num v0.4.3 |
| 2524 | 2024-08-30T18:50:15.972Z | Compiling float-ord v0.3.2 |
| 2525 | 2024-08-30T18:50:16.076Z | Compiling argon2 v0.5.3 |
| 2526 | 2024-08-30T18:50:16.154Z | Compiling poly1305 v0.8.0 |
| 2527 | 2024-08-30T18:50:16.303Z | Compiling chacha20 v0.9.1 |
| 2528 | 2024-08-30T18:50:16.605Z | Compiling semver v0.1.20 |
| 2529 | 2024-08-30T18:50:16.754Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2530 | 2024-08-30T18:50:16.868Z | Compiling convert_case v0.4.0 |
| 2531 | 2024-08-30T18:50:16.935Z | Compiling rustc_version v0.1.7 |
| 2532 | 2024-08-30T18:50:17.287Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2533 | 2024-08-30T18:50:17.433Z | Compiling tungstenite v0.21.0 |
| 2534 | 2024-08-30T18:50:17.705Z | Compiling newline-converter v0.3.0 |
| 2535 | 2024-08-30T18:50:17.880Z | Compiling derive_more v0.99.18 |
| 2536 | 2024-08-30T18:50:17.898Z | Compiling atty v0.2.14 |
| 2537 | 2024-08-30T18:50:17.917Z | Compiling rayon-core v1.12.1 |
| 2538 | 2024-08-30T18:50:18.046Z | Compiling same-file v1.0.6 |
| 2539 | 2024-08-30T18:50:18.118Z | Compiling expectorate v1.1.0 |
| 2540 | 2024-08-30T18:50:18.251Z | Compiling walkdir v2.5.0 |
| 2541 | 2024-08-30T18:50:18.307Z | Compiling newtype_derive v0.1.6 |
| 2542 | 2024-08-30T18:50:18.359Z | Compiling crossbeam-deque v0.8.5 |
| 2543 | 2024-08-30T18:50:18.628Z | Compiling tokio-tungstenite v0.21.0 |
| 2544 | 2024-08-30T18:50:18.729Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2545 | 2024-08-30T18:50:18.919Z | Compiling prettyplease v0.2.20 |
| 2546 | 2024-08-30T18:50:19.034Z | Compiling keccak v0.1.5 |
| 2547 | 2024-08-30T18:50:19.225Z | Compiling home v0.5.9 |
| 2548 | 2024-08-30T18:50:19.506Z | Compiling sha3 v0.10.8 |
| 2549 | 2024-08-30T18:50:19.598Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2550 | 2024-08-30T18:50:19.638Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2551 | 2024-08-30T18:50:19.700Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2552 | 2024-08-30T18:50:19.923Z | Compiling secrecy v0.8.0 |
| 2553 | 2024-08-30T18:50:20.043Z | Compiling ring v0.16.20 |
| 2554 | 2024-08-30T18:50:20.402Z | Compiling blake3 v1.5.1 |
| 2555 | 2024-08-30T18:50:20.562Z | Compiling derive-where v1.2.7 |
| 2556 | 2024-08-30T18:50:20.881Z | Compiling cookie v0.18.1 |
| 2557 | 2024-08-30T18:50:21.071Z | Compiling unicase v2.7.0 |
| 2558 | 2024-08-30T18:50:21.200Z | Compiling half v2.4.1 |
| 2559 | 2024-08-30T18:50:21.233Z | Compiling quick-error v1.2.3 |
| 2560 | 2024-08-30T18:50:21.381Z | Compiling termcolor v1.4.1 |
| 2561 | 2024-08-30T18:50:21.399Z | Compiling ciborium-io v0.2.2 |
| 2562 | 2024-08-30T18:50:21.532Z | Compiling arc-swap v1.7.1 |
| 2563 | 2024-08-30T18:50:21.765Z | Compiling linked-hash-map v0.5.6 |
| 2564 | 2024-08-30T18:50:22.162Z | Compiling lru-cache v0.1.2 |
| 2565 | 2024-08-30T18:50:22.193Z | Compiling slog-scope v4.4.0 |
| 2566 | 2024-08-30T18:50:22.293Z | Compiling env_logger v0.9.3 |
| 2567 | 2024-08-30T18:50:22.381Z | Compiling ciborium-ll v0.2.2 |
| 2568 | 2024-08-30T18:50:22.823Z | Compiling resolv-conf v0.7.0 |
| 2569 | 2024-08-30T18:50:23.010Z | Compiling thiserror-no-std v2.0.2 |
| 2570 | 2024-08-30T18:50:23.584Z | Compiling rayon v1.10.0 |
| 2571 | 2024-08-30T18:50:23.637Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2572 | 2024-08-30T18:50:23.986Z | Compiling polyval v0.6.2 |
| 2573 | 2024-08-30T18:50:24.039Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2574 | 2024-08-30T18:50:24.197Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2575 | 2024-08-30T18:50:24.216Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2576 | 2024-08-30T18:50:24.455Z | Compiling rfc6979 v0.4.0 |
| 2577 | 2024-08-30T18:50:24.662Z | Compiling bitstruct_derive v0.1.0 |
| 2578 | 2024-08-30T18:50:24.695Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2579 | 2024-08-30T18:50:24.845Z | Compiling memmap2 v0.9.4 |
| 2580 | 2024-08-30T18:50:25.216Z | Compiling arrayref v0.3.7 |
| 2581 | 2024-08-30T18:50:25.279Z | Compiling spin v0.5.2 |
| 2582 | 2024-08-30T18:50:25.319Z | Compiling constant_time_eq v0.3.0 |
| 2583 | 2024-08-30T18:50:25.515Z | Compiling untrusted v0.7.1 |
| 2584 | 2024-08-30T18:50:25.517Z | Compiling libefi-sys v0.1.0 |
| 2585 | 2024-08-30T18:50:25.626Z | Compiling parking_lot_core v0.8.6 |
| 2586 | 2024-08-30T18:50:25.703Z | Compiling highway v1.2.0 |
| 2587 | 2024-08-30T18:50:25.721Z | Compiling ascii v1.1.0 |
| 2588 | 2024-08-30T18:50:25.813Z | Compiling arrayvec v0.7.4 |
| 2589 | 2024-08-30T18:50:26.081Z | Compiling bitstruct v0.1.1 |
| 2590 | 2024-08-30T18:50:26.144Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2591 | 2024-08-30T18:50:26.241Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2592 | 2024-08-30T18:50:26.320Z | Compiling ecdsa v0.16.9 |
| 2593 | 2024-08-30T18:50:26.498Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2594 | 2024-08-30T18:50:26.575Z | Compiling ghash v0.5.1 |
| 2595 | 2024-08-30T18:50:26.807Z | Compiling steno v0.4.1 |
| 2596 | 2024-08-30T18:50:26.908Z | Compiling hickory-resolver v0.24.1 |
| 2597 | 2024-08-30T18:50:26.956Z | Compiling vsss-rs v3.3.4 |
| 2598 | 2024-08-30T18:50:28.244Z | Compiling ciborium v0.2.2 |
| 2599 | 2024-08-30T18:50:28.386Z | Compiling slog-stdlog v4.1.1 |
| 2600 | 2024-08-30T18:50:29.165Z | Compiling toolchain_find v0.4.0 |
| 2601 | 2024-08-30T18:50:29.434Z | Compiling chacha20poly1305 v0.10.1 |
| 2602 | 2024-08-30T18:50:29.665Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2603 | 2024-08-30T18:50:29.826Z | Compiling primeorder v0.13.6 |
| 2604 | 2024-08-30T18:50:29.844Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2605 | 2024-08-30T18:50:29.877Z | Compiling ctr v0.9.2 |
| 2606 | 2024-08-30T18:50:30.240Z | Compiling serde_arrays v0.1.0 |
| 2607 | 2024-08-30T18:50:30.258Z | Compiling erased-serde v0.3.31 |
| 2608 | 2024-08-30T18:50:30.339Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2609 | 2024-08-30T18:50:30.412Z | Compiling bitfield-struct v0.6.1 |
| 2610 | 2024-08-30T18:50:30.447Z | Compiling slog-dtrace v0.3.0 |
| 2611 | 2024-08-30T18:50:30.720Z | Compiling topological-sort v0.2.2 |
| 2612 | 2024-08-30T18:50:30.755Z | Compiling cancel-safe-futures v0.1.5 |
| 2613 | 2024-08-30T18:50:30.949Z | Compiling omicron-zone-package v0.11.0 |
| 2614 | 2024-08-30T18:50:31.381Z | Compiling aes-gcm v0.10.3 |
| 2615 | 2024-08-30T18:50:31.581Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2616 | 2024-08-30T18:50:31.703Z | Compiling rustfmt-wrapper v0.2.1 |
| 2617 | 2024-08-30T18:50:31.706Z | Compiling slog-envlogger v2.2.0 |
| 2618 | 2024-08-30T18:50:31.843Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2619 | 2024-08-30T18:50:32.341Z | Compiling mime_guess v2.0.4 |
| 2620 | 2024-08-30T18:50:32.431Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2621 | 2024-08-30T18:50:32.937Z | Compiling tungstenite v0.20.1 |
| 2622 | 2024-08-30T18:50:33.275Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2623 | 2024-08-30T18:50:33.616Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2624 | 2024-08-30T18:50:33.696Z | Compiling heck v0.3.3 |
| 2625 | 2024-08-30T18:50:34.005Z | Compiling ed25519 v2.2.3 |
| 2626 | 2024-08-30T18:50:34.194Z | Compiling ssh-encoding v0.2.0 |
| 2627 | 2024-08-30T18:50:34.490Z | Compiling blowfish v0.9.1 |
| 2628 | 2024-08-30T18:50:34.719Z | Compiling nibble_vec v0.1.0 |
| 2629 | 2024-08-30T18:50:34.809Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2630 | 2024-08-30T18:50:34.933Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2631 | 2024-08-30T18:50:34.951Z | Compiling endian-type v0.1.2 |
| 2632 | 2024-08-30T18:50:34.968Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2633 | 2024-08-30T18:50:35.138Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2634 | 2024-08-30T18:50:35.201Z | Compiling radix_trie v0.2.1 |
| 2635 | 2024-08-30T18:50:35.273Z | Compiling ssh-cipher v0.2.0 |
| 2636 | 2024-08-30T18:50:35.804Z | Compiling ed25519-dalek v2.1.1 |
| 2637 | 2024-08-30T18:50:35.927Z | Compiling zone_cfg_derive v0.1.2 |
| 2638 | 2024-08-30T18:50:35.960Z | Compiling tokio-tungstenite v0.20.1 |
| 2639 | 2024-08-30T18:50:36.483Z | Compiling parking_lot v0.11.2 |
| 2640 | 2024-08-30T18:50:36.641Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2641 | 2024-08-30T18:50:37.038Z | Compiling gethostname v0.5.0 |
| 2642 | 2024-08-30T18:50:37.254Z | Compiling password-hash v0.4.2 |
| 2643 | 2024-08-30T18:50:37.403Z | Compiling libsw v3.3.1 |
| 2644 | 2024-08-30T18:50:37.437Z | Compiling fxhash v0.2.1 |
| 2645 | 2024-08-30T18:50:37.507Z | Compiling base64 v0.13.1 |
| 2646 | 2024-08-30T18:50:37.548Z | Compiling matches v0.1.10 |
| 2647 | 2024-08-30T18:50:37.628Z | Compiling owo-colors v4.0.0 |
| 2648 | 2024-08-30T18:50:37.657Z | Compiling linear-map v1.2.0 |
| 2649 | 2024-08-30T18:50:37.666Z | Compiling idna v0.2.3 |
| 2650 | 2024-08-30T18:50:37.718Z | Compiling pbkdf2 v0.11.0 |
| 2651 | 2024-08-30T18:50:38.043Z | Compiling ron v0.7.1 |
| 2652 | 2024-08-30T18:50:38.082Z | Compiling sled v0.34.7 |
| 2653 | 2024-08-30T18:50:38.137Z | Compiling zone v0.1.8 |
| 2654 | 2024-08-30T18:50:38.155Z | Compiling ssh-key v0.6.6 |
| 2655 | 2024-08-30T18:50:39.829Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2656 | 2024-08-30T18:50:39.963Z | Compiling hickory-client v0.24.1 |
| 2657 | 2024-08-30T18:50:40.415Z | Compiling p384 v0.13.0 |
| 2658 | 2024-08-30T18:50:41.426Z | Compiling p256 v0.13.2 |
| 2659 | 2024-08-30T18:50:41.942Z | Compiling p521 v0.13.3 |
| 2660 | 2024-08-30T18:50:42.296Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2661 | 2024-08-30T18:50:43.008Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2662 | 2024-08-30T18:50:43.465Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2663 | 2024-08-30T18:50:43.555Z | Compiling hickory-server v0.24.1 |
| 2664 | 2024-08-30T18:50:44.077Z | Compiling pem v3.0.4 |
| 2665 | 2024-08-30T18:50:44.223Z | Compiling enum-as-inner v0.5.1 |
| 2666 | 2024-08-30T18:50:44.296Z | Compiling yasna v0.5.2 |
| 2667 | 2024-08-30T18:50:44.296Z | Compiling portpicker v0.1.1 |
| 2668 | 2024-08-30T18:50:44.679Z | Compiling headers-core v0.2.0 |
| 2669 | 2024-08-30T18:50:44.850Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2670 | 2024-08-30T18:50:44.916Z | Compiling kstat-rs v0.2.4 |
| 2671 | 2024-08-30T18:50:45.265Z | Compiling nanorand v0.7.0 |
| 2672 | 2024-08-30T18:50:45.313Z | Compiling russh-cryptovec v0.7.2 |
| 2673 | 2024-08-30T18:50:45.576Z | Compiling http-range v0.1.5 |
| 2674 | 2024-08-30T18:50:45.632Z | Compiling md5 v0.7.0 |
| 2675 | 2024-08-30T18:50:45.867Z | Compiling glob v0.3.1 |
| 2676 | 2024-08-30T18:50:45.946Z | Compiling russh-keys v0.45.0 |
| 2677 | 2024-08-30T18:50:45.964Z | Compiling hyper-staticfile v0.9.5 |
| 2678 | 2024-08-30T18:50:46.131Z | Compiling flume v0.11.0 |
| 2679 | 2024-08-30T18:50:46.849Z | Compiling trust-dns-proto v0.22.0 |
| 2680 | 2024-08-30T18:50:46.870Z | Compiling rcgen v0.12.1 |
| 2681 | 2024-08-30T18:50:46.931Z | Compiling headers v0.3.9 |
| 2682 | 2024-08-30T18:50:48.137Z | Compiling atomicwrites v0.4.3 |
| 2683 | 2024-08-30T18:50:48.516Z | Compiling num-bigint v0.4.5 |
| 2684 | 2024-08-30T18:50:48.851Z | Compiling itertools v0.13.0 |
| 2685 | 2024-08-30T18:50:49.337Z | Compiling des v0.8.1 |
| 2686 | 2024-08-30T18:50:49.602Z | Compiling subprocess v0.2.9 |
| 2687 | 2024-08-30T18:50:49.704Z | Compiling dhcproto-macros v0.1.0 |
| 2688 | 2024-08-30T18:50:50.163Z | Compiling hex-literal v0.4.1 |
| 2689 | 2024-08-30T18:50:50.334Z | Compiling display-error-chain v0.2.1 |
| 2690 | 2024-08-30T18:50:50.515Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2691 | 2024-08-30T18:50:50.575Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2692 | 2024-08-30T18:50:50.713Z | Compiling internet-checksum v0.2.1 |
| 2693 | 2024-08-30T18:50:50.799Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2694 | 2024-08-30T18:50:50.926Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2695 | 2024-08-30T18:50:51.004Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2696 | 2024-08-30T18:50:51.525Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2697 | 2024-08-30T18:50:52.166Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2698 | 2024-08-30T18:50:52.874Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2699 | 2024-08-30T18:50:54.392Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2700 | 2024-08-30T18:50:54.985Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2701 | 2024-08-30T18:50:57.625Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2702 | 2024-08-30T18:50:58.795Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2703 | 2024-08-30T18:50:58.835Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2704 | 2024-08-30T18:50:59.280Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2705 | 2024-08-30T18:51:00.458Z | Compiling russh v0.45.0 |
| 2706 | 2024-08-30T18:51:00.517Z | Compiling dhcproto v0.12.0 |
| 2707 | 2024-08-30T18:51:01.548Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2708 | 2024-08-30T18:51:08.971Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2709 | 2024-08-30T18:51:08.973Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2710 | 2024-08-30T18:51:08.973Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2711 | 2024-08-30T18:51:09.034Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2712 | 2024-08-30T18:51:11.835Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2713 | 2024-08-30T18:51:12.218Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2714 | 2024-08-30T18:51:12.255Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2715 | 2024-08-30T18:51:13.166Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2716 | 2024-08-30T18:51:13.291Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2717 | 2024-08-30T18:51:14.109Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2718 | 2024-08-30T18:51:15.322Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2719 | 2024-08-30T18:51:16.565Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2720 | 2024-08-30T18:51:16.712Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2721 | 2024-08-30T18:51:17.905Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2722 | 2024-08-30T18:51:18.305Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2723 | 2024-08-30T18:51:20.475Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2724 | 2024-08-30T18:51:23.063Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2725 | 2024-08-30T18:51:23.525Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2726 | 2024-08-30T18:51:24.148Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2727 | 2024-08-30T18:51:25.833Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2728 | 2024-08-30T18:51:28.076Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2729 | 2024-08-30T18:51:32.200Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2730 | 2024-08-30T18:51:39.404Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2731 | 2024-08-30T18:51:39.407Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2732 | 2024-08-30T18:51:41.395Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2733 | 2024-08-30T18:51:58.200Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2734 | 2024-08-30T18:52:28.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
| 2735 | 2024-08-30T18:52:28.769Z | |
| 2736 | 2024-08-30T18:52:28.769Z | real 2:32.141962326 |
| 2737 | 2024-08-30T18:52:28.769Z | user 12:42.521360818 |
| 2738 | 2024-08-30T18:52:28.769Z | sys 2:39.507735821 |
| 2739 | 2024-08-30T18:52:28.769Z | trap 0.347957181 |
| 2740 | 2024-08-30T18:52:28.772Z | tflt 1.446753695 |
| 2741 | 2024-08-30T18:52:28.772Z | dflt 1.755185434 |
| 2742 | 2024-08-30T18:52:28.772Z | kflt 0.000035922 |
| 2743 | 2024-08-30T18:52:28.772Z | lock 26:34.330052157 |
| 2744 | 2024-08-30T18:52:28.772Z | slp 47:07.097035462 |
| 2745 | 2024-08-30T18:52:28.772Z | lat 39.594326611 |
| 2746 | 2024-08-30T18:52:28.772Z | stop 1:33.761116944 |
| 2747 | 2024-08-30T18:52:28.772Z | + mkdir tests |
| 2748 | 2024-08-30T18:52:28.774Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2749 | 2024-08-30T18:52:28.774Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2750 | 2024-08-30T18:52:29.806Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-91298bf022de92b2 tests/ |
| 2751 | 2024-08-30T18:52:29.826Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cd433046a9c97b25 tests/ |
| 2752 | 2024-08-30T18:52:29.845Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9177ec2c93997bf5 tests/ |
| 2753 | 2024-08-30T18:52:29.866Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-973e8e2e3d5abbdd tests/ |
| 2754 | 2024-08-30T18:52:30.028Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 2755 | 2024-08-30T18:52:30.031Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-cd433046a9c97b25 tests/commtest-9177ec2c93997bf5 tests/dhcp_server-91298bf022de92b2 tests/end_to_end_tests-973e8e2e3d5abbdd out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 2756 | 2024-08-30T18:53:33.033Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2757 | 2024-08-30T18:53:33.033Z | a out/target/test 1K |
| 2758 | 2024-08-30T18:53:33.033Z | a out/npuzone/npuzone 23144K |
| 2759 | 2024-08-30T18:53:33.033Z | a package-manifest.toml 32K |
| 2760 | 2024-08-30T18:53:33.033Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2761 | 2024-08-30T18:53:33.033Z | a target/release/omicron-package 32365K |
| 2762 | 2024-08-30T18:53:33.033Z | a target/release/xtask 11987K |
| 2763 | 2024-08-30T18:53:33.033Z | a target/debug/bootstrap 193088K |
| 2764 | 2024-08-30T18:53:33.033Z | a tests/bootstrap-cd433046a9c97b25 23740K |
| 2765 | 2024-08-30T18:53:33.033Z | a tests/commtest-9177ec2c93997bf5 24002K |
| 2766 | 2024-08-30T18:53:33.033Z | a tests/dhcp_server-91298bf022de92b2 23740K |
| 2767 | 2024-08-30T18:53:33.033Z | a tests/end_to_end_tests-973e8e2e3d5abbdd 205264K |
| 2768 | 2024-08-30T18:53:33.033Z | a out/clickhouse.tar.gz 232433K |
| 2769 | 2024-08-30T18:53:33.034Z | a out/clickhouse_keeper.tar.gz 232412K |
| 2770 | 2024-08-30T18:53:33.034Z | a out/clickhouse_server.tar.gz 232411K |
| 2771 | 2024-08-30T18:53:33.034Z | a out/cockroachdb.tar.gz 131959K |
| 2772 | 2024-08-30T18:53:33.034Z | a out/crucible-dtrace.tar 84K |
| 2773 | 2024-08-30T18:53:33.034Z | a out/crucible-pantry-zone.tar.gz 27838K |
| 2774 | 2024-08-30T18:53:33.034Z | a out/crucible-zone.tar.gz 38166K |
| 2775 | 2024-08-30T18:53:33.034Z | a out/external-dns.tar.gz 24897K |
| 2776 | 2024-08-30T18:53:33.034Z | a out/internal-dns.tar.gz 24897K |
| 2777 | 2024-08-30T18:53:33.034Z | a out/mg-ddm-gz.tar 62160K |
| 2778 | 2024-08-30T18:53:33.034Z | a out/nexus.tar.gz 89983K |
| 2779 | 2024-08-30T18:53:33.034Z | a out/ntp.tar.gz 8984K |
| 2780 | 2024-08-30T18:53:33.034Z | a out/omicron-gateway-softnpu.tar.gz 20647K |
| 2781 | 2024-08-30T18:53:33.034Z | a out/omicron-sled-agent.tar 98060K |
| 2782 | 2024-08-30T18:53:33.034Z | a out/overlay.tar.gz 3K |
| 2783 | 2024-08-30T18:53:33.034Z | a out/oximeter.tar.gz 42250K |
| 2784 | 2024-08-30T18:53:33.034Z | a out/oxlog.tar 2947K |
| 2785 | 2024-08-30T18:53:33.034Z | a out/probe.tar.gz 2764K |
| 2786 | 2024-08-30T18:53:33.034Z | a out/propolis-server.tar.gz 65291K |
| 2787 | 2024-08-30T18:53:33.034Z | a out/pumpkind-gz.tar 26665K |
| 2788 | 2024-08-30T18:53:33.034Z | a out/switch-softnpu.tar.gz 214714K |
| 2789 | 2024-08-30T18:53:33.037Z | |
| 2790 | 2024-08-30T18:53:33.037Z | real 1:02.992734327 |
| 2791 | 2024-08-30T18:53:33.037Z | user 1:00.111043873 |
| 2792 | 2024-08-30T18:53:33.037Z | sys 4.009752491 |
| 2793 | 2024-08-30T18:53:33.037Z | trap 0.015684410 |
| 2794 | 2024-08-30T18:53:33.037Z | tflt 0.000000000 |
| 2795 | 2024-08-30T18:53:33.037Z | dflt 0.000000000 |
| 2796 | 2024-08-30T18:53:33.037Z | kflt 0.000000000 |
| 2797 | 2024-08-30T18:53:33.037Z | lock 0.000000000 |
| 2798 | 2024-08-30T18:53:33.037Z | slp 1:00.064067378 |
| 2799 | 2024-08-30T18:53:33.037Z | lat 1.779932891 |
| 2800 | 2024-08-30T18:53:33.037Z | stop 0.000254169 |
| 2801 | 2024-08-30T18:53:33.037Z | process exited: duration 1787041 ms, exit code 0 |
| |
| 2802 | 2024-08-30T18:53:33.050Z | found 1 output files |
| 2803 | 2024-08-30T18:53:33.050Z | uploading: /work/package.tar.gz (1622774474 bytes) |
| 2804 | 2024-08-30T18:54:02.948Z | uploaded: /work/package.tar.gz |