|
|
|
| 1 | 2024-08-27T18:09:14.802Z | job assigned to worker 01J6AGCA7XT13QET1Q8QTX4K4S (queued for 1 m 5 s) |
| |
| 2 | 2024-08-27T18:09:22.605Z | starting task 0: "setup" |
| 3 | 2024-08-27T18:09:22.613Z | ++ uname -s |
| 4 | 2024-08-27T18:09:22.615Z | + kern=SunOS |
| 5 | 2024-08-27T18:09:22.615Z | + case "$kern" in |
| 6 | 2024-08-27T18:09:22.615Z | + groupadd -g 12345 build |
| 7 | 2024-08-27T18:09:22.618Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-27T18:09:24.631Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-27T18:09:24.748Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-27T18:09:24.751Z | + home_fs=zfs |
| 11 | 2024-08-27T18:09:24.751Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-27T18:09:24.751Z | + mkdir -p /home/build |
| 13 | 2024-08-27T18:09:24.753Z | + chown build:build /home/build /work |
| 14 | 2024-08-27T18:09:26.755Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-27T18:09:26.758Z | process exited: duration 4154 ms, exit code 0 |
| |
| 16 | 2024-08-27T18:09:26.763Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-27T18:09:26.768Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-27T18:09:26.768Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-27T18:09:26.768Z | * toolchain profile = "default" |
| 20 | 2024-08-27T18:09:26.768Z | ' 1.80.1 |
| 21 | 2024-08-27T18:09:26.768Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-08-27T18:09:26.768Z | ' default |
| 23 | 2024-08-27T18:09:26.771Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-27T18:09:26.771Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-27T18:09:26.878Z | info: downloading installer |
| 26 | 2024-08-27T18:09:28.045Z | info: profile set to 'default' |
| 27 | 2024-08-27T18:09:28.045Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-27T18:09:28.048Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-27T18:09:28.179Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-27T18:09:28.179Z | info: downloading component 'cargo' |
| 31 | 2024-08-27T18:09:28.905Z | info: downloading component 'clippy' |
| 32 | 2024-08-27T18:09:29.175Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-27T18:09:30.205Z | info: downloading component 'rust-std' |
| 34 | 2024-08-27T18:09:31.644Z | info: downloading component 'rustc' |
| 35 | 2024-08-27T18:09:35.673Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-27T18:09:35.891Z | info: installing component 'cargo' |
| 37 | 2024-08-27T18:09:36.798Z | info: installing component 'clippy' |
| 38 | 2024-08-27T18:09:37.193Z | info: installing component 'rust-docs' |
| 39 | 2024-08-27T18:09:38.815Z | info: installing component 'rust-std' |
| 40 | 2024-08-27T18:09:40.577Z | info: installing component 'rustc' |
| 41 | 2024-08-27T18:09:45.147Z | info: installing component 'rustfmt' |
| 42 | 2024-08-27T18:09:45.500Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-27T18:09:45.500Z | |
| 44 | 2024-08-27T18:09:45.753Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-27T18:09:45.753Z | |
| 46 | 2024-08-27T18:09:45.755Z | |
| 47 | 2024-08-27T18:09:45.755Z | Rust is installed now. Great! |
| 48 | 2024-08-27T18:09:45.755Z | |
| 49 | 2024-08-27T18:09:45.755Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-27T18:09:45.755Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-27T18:09:45.755Z | |
| 52 | 2024-08-27T18:09:45.755Z | To configure your current shell, you need to source |
| 53 | 2024-08-27T18:09:45.755Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-27T18:09:45.755Z | |
| 55 | 2024-08-27T18:09:45.755Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-27T18:09:45.755Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-27T18:09:45.755Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-27T18:09:45.805Z | + rustc --version |
| 59 | 2024-08-27T18:09:45.869Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-27T18:09:45.872Z | process exited: duration 19106 ms, exit code 0 |
| |
| 61 | 2024-08-27T18:09:45.877Z | starting task 2: "authentication" |
| 62 | 2024-08-27T18:09:45.897Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-08-27T18:09:45.903Z | starting task 3: "clone repository" |
| 64 | 2024-08-27T18:09:45.908Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-27T18:09:45.911Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-27T18:09:46.179Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-27T18:09:53.055Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-27T18:09:53.055Z | + git fetch origin 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
| 69 | 2024-08-27T18:09:53.370Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-27T18:09:53.370Z | * branch 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a -> FETCH_HEAD |
| 71 | 2024-08-27T18:09:53.380Z | + [[ -n sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
| 72 | 2024-08-27T18:09:53.382Z | ++ git branch --show-current |
| 73 | 2024-08-27T18:09:53.386Z | + current=main |
| 74 | 2024-08-27T18:09:53.386Z | + [[ main != sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
| 75 | 2024-08-27T18:09:53.386Z | + git branch -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
| 76 | 2024-08-27T18:09:53.389Z | + git checkout -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides |
| 77 | 2024-08-27T18:09:53.540Z | Switched to branch 'sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides' |
| 78 | 2024-08-27T18:09:53.543Z | + git reset --hard 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
| 79 | 2024-08-27T18:09:53.557Z | HEAD is now at 3f25c21d6 update comment |
| 80 | 2024-08-27T18:09:53.559Z | process exited: duration 7655 ms, exit code 0 |
| |
| 81 | 2024-08-27T18:09:53.565Z | starting task 4: "build" |
| 82 | 2024-08-27T18:09:53.570Z | + cargo --version |
| 83 | 2024-08-27T18:09:53.625Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-27T18:09:53.627Z | + rustc --version |
| 85 | 2024-08-27T18:09:53.686Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-27T18:09:53.689Z | + WORK=/work |
| 87 | 2024-08-27T18:09:53.692Z | + pfexec mkdir -p /work |
| 88 | 2024-08-27T18:09:53.694Z | + pfexec chown build /work |
| 89 | 2024-08-27T18:09:53.697Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 90 | 2024-08-27T18:10:14.384Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 91 | 2024-08-27T18:10:17.186Z | Startup: Caching catalogs ... Done |
| 92 | 2024-08-27T18:10:19.179Z | Planning: Solver setup ... Done (1.419s) |
| 93 | 2024-08-27T18:10:19.202Z | Planning: Running solver ... Done (0.023s) |
| 94 | 2024-08-27T18:10:19.349Z | Planning: Finding local manifests ... Done (0.108s) |
| 95 | 2024-08-27T18:10:19.364Z | Planning: Fetching manifests: 0/5 0% complete |
| 96 | 2024-08-27T18:10:19.622Z | Planning: Fetching manifests: 5/5 100% complete |
| 97 | 2024-08-27T18:10:19.947Z | Planning: Package planning ... Done (0.324s) |
| 98 | 2024-08-27T18:10:20.003Z | Planning: Merging actions ... Done (0.056s) |
| 99 | 2024-08-27T18:10:21.232Z | Planning: Checking for conflicting actions ... Done (1.229s) |
| 100 | 2024-08-27T18:10:29.307Z | Planning: Consolidating action changes ... Done (8.071s) |
| 101 | 2024-08-27T18:10:29.719Z | Planning: Evaluating mediators ... Done (0.415s) |
| 102 | 2024-08-27T18:10:29.937Z | Planning: Planning completed in 12.67 seconds |
| 103 | 2024-08-27T18:10:31.429Z | Packages to install: 4 |
| 104 | 2024-08-27T18:10:31.429Z | Packages to update: 1 |
| 105 | 2024-08-27T18:10:31.436Z | Mediators to change: 2 |
| 106 | 2024-08-27T18:10:31.436Z | Services to change: 1 |
| 107 | 2024-08-27T18:10:31.436Z | Estimated space available: 155.72 GB |
| 108 | 2024-08-27T18:10:31.436Z | Estimated space to be consumed: 1.53 GB |
| 109 | 2024-08-27T18:10:31.436Z | Create boot environment: No |
| 110 | 2024-08-27T18:10:31.436Z | Create backup boot environment: Yes |
| 111 | 2024-08-27T18:10:31.436Z | Rebuild boot archive: No |
| 112 | 2024-08-27T18:10:31.436Z | |
| 113 | 2024-08-27T18:10:31.436Z | Changed mediators: |
| 114 | 2024-08-27T18:10:31.436Z | mediator clang: |
| 115 | 2024-08-27T18:10:31.436Z | version: None -> 15 (system default) |
| 116 | 2024-08-27T18:10:31.436Z | |
| 117 | 2024-08-27T18:10:31.436Z | mediator llvm: |
| 118 | 2024-08-27T18:10:31.436Z | version: 14 (system default) -> 15 (system default) |
| 119 | 2024-08-27T18:10:31.436Z | |
| 120 | 2024-08-27T18:10:31.436Z | Changed packages: |
| 121 | 2024-08-27T18:10:31.436Z | helios-dev |
| 122 | 2024-08-27T18:10:31.436Z | developer/build-essential |
| 123 | 2024-08-27T18:10:31.436Z | None -> 11-2.0 |
| 124 | 2024-08-27T18:10:31.436Z | library/libxmlsec1 |
| 125 | 2024-08-27T18:10:31.436Z | None -> 1.2.35-2.0 |
| 126 | 2024-08-27T18:10:31.437Z | ooce/developer/clang-15 |
| 127 | 2024-08-27T18:10:31.437Z | None -> 15.0.7-2.0 |
| 128 | 2024-08-27T18:10:31.437Z | ooce/developer/llvm-15 |
| 129 | 2024-08-27T18:10:31.437Z | None -> 15.0.7-2.0 |
| 130 | 2024-08-27T18:10:31.437Z | package/pkg |
| 131 | 2024-08-27T18:10:31.437Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 132 | 2024-08-27T18:10:31.437Z | |
| 133 | 2024-08-27T18:10:31.437Z | Services: |
| 134 | 2024-08-27T18:10:31.437Z | restart_fmri: |
| 135 | 2024-08-27T18:10:31.437Z | svc:/system/update-man-index:default |
| 136 | 2024-08-27T18:10:31.437Z | |
| 137 | 2024-08-27T18:10:31.437Z | Editable files to change: |
| 138 | 2024-08-27T18:10:31.437Z | Update: |
| 139 | 2024-08-27T18:10:31.437Z | usr/share/lib/pkg/web/config.shtml |
| 140 | 2024-08-27T18:10:31.911Z | |
| 141 | 2024-08-27T18:10:31.911Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 142 | 2024-08-27T18:10:36.919Z | Download: 933/4281 items 18.7/220.6MB 8% complete (3.8M/s) |
| 143 | 2024-08-27T18:10:41.923Z | Download: 1522/4281 items 113.1/220.6MB 51% complete (11.5M/s) |
| 144 | 2024-08-27T18:10:47.022Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.9M/s) |
| 145 | 2024-08-27T18:10:52.022Z | Download: 3217/4281 items 161.9/220.6MB 73% complete (4.8M/s) |
| 146 | 2024-08-27T18:10:57.023Z | Download: 3644/4281 items 216.1/220.6MB 97% complete (9.7M/s) |
| 147 | 2024-08-27T18:10:58.811Z | Download: Completed 220.60 MB in 26.90 seconds (8.2M/s) |
| 148 | 2024-08-27T18:11:00.900Z | Actions: 1/5063 actions (Removing old actions) |
| 149 | 2024-08-27T18:11:00.918Z | Actions: 194/5063 actions (Installing new actions) |
| 150 | 2024-08-27T18:11:06.109Z | Actions: 4080/5063 actions (Installing new actions) |
| 151 | 2024-08-27T18:11:06.620Z | Actions: 4226/5063 actions (Updating modified actions) |
| 152 | 2024-08-27T18:11:07.096Z | Actions: Completed 5063 actions in 6.20 seconds. |
| 153 | 2024-08-27T18:11:07.384Z | Done (0.281s) |
| 154 | 2024-08-27T18:11:07.387Z | Done (0.000s) |
| 155 | 2024-08-27T18:11:07.763Z | Done (0.376s) |
| 156 | 2024-08-27T18:11:15.108Z | Done (7.168s) |
| 157 | 2024-08-27T18:11:15.484Z | Done (0.301s) |
| 158 | 2024-08-27T18:11:15.486Z | Done (0.000s) |
| 159 | 2024-08-27T18:11:15.670Z | Done (0.000s) |
| 160 | 2024-08-27T18:11:16.275Z | Planning: Evaluating mediator changes ... Done |
| 161 | 2024-08-27T18:11:16.439Z | Planning: Checking for conflicting actions ... Done |
| 162 | 2024-08-27T18:11:16.442Z | Planning: Consolidating action changes ... Done |
| 163 | 2024-08-27T18:11:16.713Z | Planning: Evaluating mediators ... Done |
| 164 | 2024-08-27T18:11:16.716Z | Planning: Planning completed in 0.44 seconds |
| 165 | 2024-08-27T18:11:16.750Z | Mediators to change: 2 |
| 166 | 2024-08-27T18:11:16.750Z | Create boot environment: No |
| 167 | 2024-08-27T18:11:16.750Z | Create backup boot environment: No |
| 168 | 2024-08-27T18:11:16.837Z | Done |
| 169 | 2024-08-27T18:11:16.837Z | Done |
| 170 | 2024-08-27T18:11:17.072Z | Done |
| 171 | 2024-08-27T18:11:20.855Z | Done |
| 172 | 2024-08-27T18:11:20.948Z | Done |
| 173 | 2024-08-27T18:11:20.951Z | Done |
| 174 | 2024-08-27T18:11:21.106Z | Done |
| 175 | 2024-08-27T18:11:21.732Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2024-08-27T18:11:21.735Z | Planning: Merging actions ... Done |
| 177 | 2024-08-27T18:11:21.923Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2024-08-27T18:11:21.926Z | Planning: Consolidating action changes ... Done |
| 179 | 2024-08-27T18:11:22.192Z | Planning: Evaluating mediators ... Done |
| 180 | 2024-08-27T18:11:22.248Z | Planning: Planning completed in 0.76 seconds |
| 181 | 2024-08-27T18:11:22.288Z | Packages to change: 1 |
| 182 | 2024-08-27T18:11:22.288Z | Mediators to change: 1 |
| 183 | 2024-08-27T18:11:22.291Z | Services to change: 1 |
| 184 | 2024-08-27T18:11:22.291Z | Create boot environment: No |
| 185 | 2024-08-27T18:11:22.291Z | Create backup boot environment: Yes |
| 186 | 2024-08-27T18:11:24.334Z | Actions: 1/6 actions (Updating modified actions) |
| 187 | 2024-08-27T18:11:24.403Z | Actions: Completed 6 actions in 0.07 seconds. |
| 188 | 2024-08-27T18:11:24.406Z | Done |
| 189 | 2024-08-27T18:11:24.406Z | Done |
| 190 | 2024-08-27T18:11:24.484Z | Done |
| 191 | 2024-08-27T18:11:28.243Z | Done |
| 192 | 2024-08-27T18:11:28.336Z | Done |
| 193 | 2024-08-27T18:11:28.339Z | Done |
| 194 | 2024-08-27T18:11:28.480Z | Done |
| 195 | 2024-08-27T18:11:28.920Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2024-08-27T18:11:28.920Z | clang system 15 system |
| 197 | 2024-08-27T18:11:28.920Z | csh system system illumos |
| 198 | 2024-08-27T18:11:28.920Z | ctags system system illumos |
| 199 | 2024-08-27T18:11:28.920Z | gcc vendor 12 vendor |
| 200 | 2024-08-27T18:11:28.920Z | gcc system 10 system |
| 201 | 2024-08-27T18:11:28.920Z | gcc system 7 system |
| 202 | 2024-08-27T18:11:28.920Z | go system 1.20 system |
| 203 | 2024-08-27T18:11:28.920Z | go system 1.19 system |
| 204 | 2024-08-27T18:11:28.920Z | llvm system 15 system |
| 205 | 2024-08-27T18:11:28.920Z | llvm system 14 system |
| 206 | 2024-08-27T18:11:28.920Z | mariadb system 10.6 system |
| 207 | 2024-08-27T18:11:28.920Z | mta vendor vendor dma |
| 208 | 2024-08-27T18:11:28.920Z | openjdk system 17 system |
| 209 | 2024-08-27T18:11:28.920Z | openjdk system 11 system |
| 210 | 2024-08-27T18:11:28.920Z | openjdk system 1.8 system |
| 211 | 2024-08-27T18:11:28.920Z | openssl vendor 3 vendor |
| 212 | 2024-08-27T18:11:28.920Z | perl system 5.36 system |
| 213 | 2024-08-27T18:11:28.920Z | postgresql system 15 system |
| 214 | 2024-08-27T18:11:28.920Z | postgresql system 13 system |
| 215 | 2024-08-27T18:11:28.920Z | python vendor 3 vendor |
| 216 | 2024-08-27T18:11:28.921Z | python system 2 system |
| 217 | 2024-08-27T18:11:28.921Z | python3 system 3.11 system |
| 218 | 2024-08-27T18:11:28.921Z | ruby system 3.0 system |
| 219 | 2024-08-27T18:11:28.921Z | words vendor vendor american-english |
| 220 | 2024-08-27T18:11:28.921Z | words system system australian-english |
| 221 | 2024-08-27T18:11:28.921Z | words system system british-english |
| 222 | 2024-08-27T18:11:28.921Z | words system system canadian-english |
| 223 | 2024-08-27T18:11:28.921Z | words system system french |
| 224 | 2024-08-27T18:11:28.921Z | words system system italian |
| 225 | 2024-08-27T18:11:28.921Z | words system system ngerman |
| 226 | 2024-08-27T18:11:28.921Z | words system system ogerman |
| 227 | 2024-08-27T18:11:28.921Z | words system system spanish |
| 228 | 2024-08-27T18:11:29.254Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2024-08-27T18:11:29.254Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 230 | 2024-08-27T18:11:31.036Z | FMRI IFO |
| 231 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 232 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 233 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 234 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 235 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 236 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 237 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 238 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 239 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 240 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 241 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 242 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 243 | 2024-08-27T18:11:31.036Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 244 | 2024-08-27T18:11:31.657Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2024-08-27T18:11:31.950Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 246 | 2024-08-27T18:11:32.193Z | Updating crates.io index |
| 247 | 2024-08-27T18:11:32.196Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 248 | 2024-08-27T18:11:32.923Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 249 | 2024-08-27T18:11:33.631Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 250 | 2024-08-27T18:11:33.878Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 251 | 2024-08-27T18:11:35.333Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2024-08-27T18:11:35.572Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 253 | 2024-08-27T18:11:35.822Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 254 | 2024-08-27T18:11:36.811Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 255 | 2024-08-27T18:11:38.610Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 256 | 2024-08-27T18:11:39.618Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 257 | 2024-08-27T18:11:40.333Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2024-08-27T18:11:40.638Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 259 | 2024-08-27T18:11:41.185Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 260 | 2024-08-27T18:11:41.511Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 261 | 2024-08-27T18:11:41.788Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 262 | 2024-08-27T18:11:42.099Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 263 | 2024-08-27T18:11:42.370Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 264 | 2024-08-27T18:11:42.631Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 265 | 2024-08-27T18:11:42.922Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 266 | 2024-08-27T18:11:43.249Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 267 | 2024-08-27T18:11:43.517Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2024-08-27T18:11:43.894Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 269 | 2024-08-27T18:11:44.212Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2024-08-27T18:11:44.733Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2024-08-27T18:11:45.030Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2024-08-27T18:11:45.457Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 273 | 2024-08-27T18:11:47.826Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2024-08-27T18:11:48.095Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 275 | 2024-08-27T18:11:48.345Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 276 | 2024-08-27T18:11:48.651Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 277 | 2024-08-27T18:11:49.720Z | Downloading crates ... |
| 278 | 2024-08-27T18:11:49.834Z | Downloaded cfg-if v1.0.0 |
| 279 | 2024-08-27T18:11:49.836Z | Downloaded anstream v0.6.14 |
| 280 | 2024-08-27T18:11:49.839Z | Downloaded pretty-hex v0.4.1 |
| 281 | 2024-08-27T18:11:49.842Z | Downloaded equivalent v1.0.1 |
| 282 | 2024-08-27T18:11:49.842Z | Downloaded anyhow v1.0.86 |
| 283 | 2024-08-27T18:11:49.853Z | Downloaded usdt-macro v0.5.0 |
| 284 | 2024-08-27T18:11:49.858Z | Downloaded bytecount v0.6.8 |
| 285 | 2024-08-27T18:11:49.860Z | Downloaded anstyle-parse v0.2.4 |
| 286 | 2024-08-27T18:11:49.862Z | Downloaded cargo_metadata v0.18.1 |
| 287 | 2024-08-27T18:11:49.862Z | Downloaded usdt-attr-macro v0.5.0 |
| 288 | 2024-08-27T18:11:49.866Z | Downloaded version_check v0.9.5 |
| 289 | 2024-08-27T18:11:49.868Z | Downloaded colorchoice v1.0.1 |
| 290 | 2024-08-27T18:11:49.868Z | Downloaded thiserror-impl v1.0.63 |
| 291 | 2024-08-27T18:11:49.871Z | Downloaded proc-macro-error-attr v1.0.4 |
| 292 | 2024-08-27T18:11:49.874Z | Downloaded strsim v0.11.1 |
| 293 | 2024-08-27T18:11:49.874Z | Downloaded fnv v1.0.7 |
| 294 | 2024-08-27T18:11:49.877Z | Downloaded serde_tokenstream v0.2.2 |
| 295 | 2024-08-27T18:11:49.877Z | Downloaded generic-array v0.14.7 |
| 296 | 2024-08-27T18:11:49.877Z | Downloaded memmap v0.7.0 |
| 297 | 2024-08-27T18:11:49.880Z | Downloaded terminal_size v0.3.0 |
| 298 | 2024-08-27T18:11:49.884Z | Downloaded macaddr v1.0.1 |
| 299 | 2024-08-27T18:11:49.886Z | Downloaded heck v0.5.0 |
| 300 | 2024-08-27T18:11:49.889Z | Downloaded camino v1.1.9 |
| 301 | 2024-08-27T18:11:49.892Z | Downloaded anstyle-query v1.0.3 |
| 302 | 2024-08-27T18:11:49.898Z | Downloaded scroll_derive v0.12.0 |
| 303 | 2024-08-27T18:11:49.901Z | Downloaded is_terminal_polyfill v1.70.0 |
| 304 | 2024-08-27T18:11:49.901Z | Downloaded block-buffer v0.10.4 |
| 305 | 2024-08-27T18:11:49.901Z | Downloaded semver v1.0.23 |
| 306 | 2024-08-27T18:11:49.904Z | Downloaded pest_derive v2.7.10 |
| 307 | 2024-08-27T18:11:49.907Z | Downloaded scroll v0.12.0 |
| 308 | 2024-08-27T18:11:49.914Z | Downloaded crypto-common v0.1.6 |
| 309 | 2024-08-27T18:11:49.917Z | Downloaded bitflags v2.6.0 |
| 310 | 2024-08-27T18:11:49.920Z | Downloaded swrite v0.1.0 |
| 311 | 2024-08-27T18:11:49.922Z | Downloaded dtrace-parser v0.2.0 |
| 312 | 2024-08-27T18:11:49.935Z | Downloaded anstyle v1.0.8 |
| 313 | 2024-08-27T18:11:49.938Z | Downloaded thread-id v4.2.1 |
| 314 | 2024-08-27T18:11:49.944Z | Downloaded dof v0.3.0 |
| 315 | 2024-08-27T18:11:49.944Z | Downloaded cargo_toml v0.20.4 |
| 316 | 2024-08-27T18:11:49.944Z | Downloaded digest v0.10.7 |
| 317 | 2024-08-27T18:11:49.944Z | Downloaded autocfg v1.3.0 |
| 318 | 2024-08-27T18:11:49.944Z | Downloaded byteorder v1.5.0 |
| 319 | 2024-08-27T18:11:49.949Z | Downloaded heck v0.4.1 |
| 320 | 2024-08-27T18:11:49.949Z | Downloaded pest_meta v2.7.10 |
| 321 | 2024-08-27T18:11:49.951Z | Downloaded proc-macro2 v1.0.86 |
| 322 | 2024-08-27T18:11:49.951Z | Downloaded cpufeatures v0.2.12 |
| 323 | 2024-08-27T18:11:49.953Z | Downloaded clap_lex v0.7.0 |
| 324 | 2024-08-27T18:11:49.953Z | Downloaded ucd-trie v0.1.6 |
| 325 | 2024-08-27T18:11:49.960Z | Downloaded plain v0.2.3 |
| 326 | 2024-08-27T18:11:49.962Z | Downloaded errno v0.3.9 |
| 327 | 2024-08-27T18:11:49.964Z | Downloaded itoa v1.0.11 |
| 328 | 2024-08-27T18:11:49.967Z | Downloaded utf8parse v0.2.1 |
| 329 | 2024-08-27T18:11:49.967Z | Downloaded usdt v0.5.0 |
| 330 | 2024-08-27T18:11:49.970Z | Downloaded thiserror v1.0.63 |
| 331 | 2024-08-27T18:11:49.974Z | Downloaded tabled_derive v0.7.0 |
| 332 | 2024-08-27T18:11:49.976Z | Downloaded pest_generator v2.7.10 |
| 333 | 2024-08-27T18:11:49.976Z | Downloaded fs-err v2.11.0 |
| 334 | 2024-08-27T18:11:49.979Z | Downloaded toml v0.8.19 |
| 335 | 2024-08-27T18:11:49.982Z | Downloaded toml_datetime v0.6.8 |
| 336 | 2024-08-27T18:11:49.984Z | Downloaded cargo-platform v0.1.8 |
| 337 | 2024-08-27T18:11:49.984Z | Downloaded once_cell v1.19.0 |
| 338 | 2024-08-27T18:11:49.990Z | Downloaded papergrid v0.11.0 |
| 339 | 2024-08-27T18:11:50.000Z | Downloaded serde_spanned v0.6.7 |
| 340 | 2024-08-27T18:11:50.003Z | Downloaded quote v1.0.36 |
| 341 | 2024-08-27T18:11:50.005Z | Downloaded clap_derive v4.5.13 |
| 342 | 2024-08-27T18:11:50.009Z | Downloaded usdt-impl v0.5.0 |
| 343 | 2024-08-27T18:11:50.011Z | Downloaded proc-macro-error v1.0.4 |
| 344 | 2024-08-27T18:11:50.014Z | Downloaded zerocopy-derive v0.7.34 |
| 345 | 2024-08-27T18:11:50.018Z | Downloaded ryu v1.0.18 |
| 346 | 2024-08-27T18:11:50.023Z | Downloaded log v0.4.21 |
| 347 | 2024-08-27T18:11:50.027Z | Downloaded unicode-ident v1.0.12 |
| 348 | 2024-08-27T18:11:50.030Z | Downloaded typenum v1.17.0 |
| 349 | 2024-08-27T18:11:50.032Z | Downloaded sha2 v0.10.8 |
| 350 | 2024-08-27T18:11:50.035Z | Downloaded serde_derive v1.0.208 |
| 351 | 2024-08-27T18:11:50.037Z | Downloaded clap v4.5.16 |
| 352 | 2024-08-27T18:11:50.053Z | Downloaded toml_edit v0.22.20 |
| 353 | 2024-08-27T18:11:50.075Z | Downloaded serde v1.0.208 |
| 354 | 2024-08-27T18:11:50.077Z | Downloaded memchr v2.7.2 |
| 355 | 2024-08-27T18:11:50.082Z | Downloaded indexmap v2.4.0 |
| 356 | 2024-08-27T18:11:50.086Z | Downloaded clap_builder v4.5.15 |
| 357 | 2024-08-27T18:11:50.093Z | Downloaded serde_json v1.0.125 |
| 358 | 2024-08-27T18:11:50.100Z | Downloaded hashbrown v0.14.5 |
| 359 | 2024-08-27T18:11:50.105Z | Downloaded zerocopy v0.7.34 |
| 360 | 2024-08-27T18:11:50.120Z | Downloaded pest v2.7.10 |
| 361 | 2024-08-27T18:11:50.128Z | Downloaded tabled v0.15.0 |
| 362 | 2024-08-27T18:11:50.144Z | Downloaded winnow v0.6.18 |
| 363 | 2024-08-27T18:11:50.152Z | Downloaded goblin v0.8.2 |
| 364 | 2024-08-27T18:11:50.158Z | Downloaded syn v1.0.109 |
| 365 | 2024-08-27T18:11:50.173Z | Downloaded syn v2.0.74 |
| 366 | 2024-08-27T18:11:50.199Z | Downloaded rustix v0.38.34 |
| 367 | 2024-08-27T18:11:50.221Z | Downloaded unicode-width v0.1.13 |
| 368 | 2024-08-27T18:11:50.230Z | Downloaded libc v0.2.156 |
| 369 | 2024-08-27T18:11:50.532Z | Compiling proc-macro2 v1.0.86 |
| 370 | 2024-08-27T18:11:50.532Z | Compiling unicode-ident v1.0.12 |
| 371 | 2024-08-27T18:11:50.534Z | Compiling version_check v0.9.5 |
| 372 | 2024-08-27T18:11:50.534Z | Compiling serde v1.0.208 |
| 373 | 2024-08-27T18:11:50.534Z | Compiling thiserror v1.0.63 |
| 374 | 2024-08-27T18:11:50.534Z | Compiling memchr v2.7.2 |
| 375 | 2024-08-27T18:11:50.534Z | Compiling libc v0.2.156 |
| 376 | 2024-08-27T18:11:50.535Z | Compiling ryu v1.0.18 |
| 377 | 2024-08-27T18:11:50.808Z | Compiling ucd-trie v0.1.6 |
| 378 | 2024-08-27T18:11:51.028Z | Compiling itoa v1.0.11 |
| 379 | 2024-08-27T18:11:51.332Z | Compiling once_cell v1.19.0 |
| 380 | 2024-08-27T18:11:51.364Z | Compiling byteorder v1.5.0 |
| 381 | 2024-08-27T18:11:51.695Z | Compiling serde_json v1.0.125 |
| 382 | 2024-08-27T18:11:52.557Z | Compiling usdt-impl v0.5.0 |
| 383 | 2024-08-27T18:11:52.595Z | Compiling proc-macro-error-attr v1.0.4 |
| 384 | 2024-08-27T18:11:52.635Z | Compiling syn v1.0.109 |
| 385 | 2024-08-27T18:11:52.655Z | Compiling rustix v0.38.34 |
| 386 | 2024-08-27T18:11:52.674Z | Compiling proc-macro-error v1.0.4 |
| 387 | 2024-08-27T18:11:52.965Z | Compiling utf8parse v0.2.1 |
| 388 | 2024-08-27T18:11:52.992Z | Compiling plain v0.2.3 |
| 389 | 2024-08-27T18:11:53.066Z | Compiling hashbrown v0.14.5 |
| 390 | 2024-08-27T18:11:53.119Z | Compiling equivalent v1.0.1 |
| 391 | 2024-08-27T18:11:53.154Z | Compiling log v0.4.21 |
| 392 | 2024-08-27T18:11:53.230Z | Compiling bitflags v2.6.0 |
| 393 | 2024-08-27T18:11:53.356Z | Compiling anstyle-parse v0.2.4 |
| 394 | 2024-08-27T18:11:53.538Z | Compiling thread-id v4.2.1 |
| 395 | 2024-08-27T18:11:53.596Z | Compiling quote v1.0.36 |
| 396 | 2024-08-27T18:11:53.703Z | Compiling anstyle-query v1.0.3 |
| 397 | 2024-08-27T18:11:53.750Z | Compiling semver v1.0.23 |
| 398 | 2024-08-27T18:11:53.802Z | Compiling pretty-hex v0.4.1 |
| 399 | 2024-08-27T18:11:53.847Z | Compiling camino v1.1.9 |
| 400 | 2024-08-27T18:11:54.012Z | Compiling syn v2.0.74 |
| 401 | 2024-08-27T18:11:54.037Z | Compiling errno v0.3.9 |
| 402 | 2024-08-27T18:11:54.302Z | Compiling anstyle v1.0.8 |
| 403 | 2024-08-27T18:11:54.325Z | Compiling indexmap v2.4.0 |
| 404 | 2024-08-27T18:11:54.424Z | Compiling is_terminal_polyfill v1.70.0 |
| 405 | 2024-08-27T18:11:54.544Z | Compiling winnow v0.6.18 |
| 406 | 2024-08-27T18:11:54.565Z | Compiling autocfg v1.3.0 |
| 407 | 2024-08-27T18:11:54.769Z | Compiling colorchoice v1.0.1 |
| 408 | 2024-08-27T18:11:54.936Z | Compiling anstream v0.6.14 |
| 409 | 2024-08-27T18:11:55.562Z | Compiling fs-err v2.11.0 |
| 410 | 2024-08-27T18:11:55.655Z | Compiling terminal_size v0.3.0 |
| 411 | 2024-08-27T18:11:55.875Z | Compiling unicode-width v0.1.13 |
| 412 | 2024-08-27T18:11:55.878Z | Compiling heck v0.4.1 |
| 413 | 2024-08-27T18:11:55.878Z | Compiling bytecount v0.6.8 |
| 414 | 2024-08-27T18:11:55.963Z | Compiling anyhow v1.0.86 |
| 415 | 2024-08-27T18:11:55.989Z | Compiling heck v0.5.0 |
| 416 | 2024-08-27T18:11:56.094Z | Compiling fnv v1.0.7 |
| 417 | 2024-08-27T18:11:56.164Z | Compiling clap_lex v0.7.0 |
| 418 | 2024-08-27T18:11:56.223Z | Compiling strsim v0.11.1 |
| 419 | 2024-08-27T18:11:56.378Z | Compiling papergrid v0.11.0 |
| 420 | 2024-08-27T18:11:56.670Z | Compiling clap_builder v4.5.15 |
| 421 | 2024-08-27T18:11:56.694Z | Compiling memmap v0.7.0 |
| 422 | 2024-08-27T18:11:57.616Z | Compiling swrite v0.1.0 |
| 423 | 2024-08-27T18:11:59.263Z | Compiling tabled_derive v0.7.0 |
| 424 | 2024-08-27T18:12:00.750Z | Compiling tabled v0.15.0 |
| 425 | 2024-08-27T18:12:02.420Z | Compiling serde_derive v1.0.208 |
| 426 | 2024-08-27T18:12:02.425Z | Compiling thiserror-impl v1.0.63 |
| 427 | 2024-08-27T18:12:02.425Z | Compiling zerocopy-derive v0.7.34 |
| 428 | 2024-08-27T18:12:02.490Z | Compiling scroll_derive v0.12.0 |
| 429 | 2024-08-27T18:12:02.599Z | Compiling clap_derive v4.5.13 |
| 430 | 2024-08-27T18:12:03.810Z | Compiling scroll v0.12.0 |
| 431 | 2024-08-27T18:12:04.245Z | Compiling zerocopy v0.7.34 |
| 432 | 2024-08-27T18:12:04.280Z | Compiling goblin v0.8.2 |
| 433 | 2024-08-27T18:12:04.952Z | Compiling pest v2.7.10 |
| 434 | 2024-08-27T18:12:06.615Z | Compiling clap v4.5.16 |
| 435 | 2024-08-27T18:12:07.213Z | Compiling pest_meta v2.7.10 |
| 436 | 2024-08-27T18:12:08.043Z | Compiling pest_generator v2.7.10 |
| 437 | 2024-08-27T18:12:09.890Z | Compiling pest_derive v2.7.10 |
| 438 | 2024-08-27T18:12:10.652Z | Compiling dtrace-parser v0.2.0 |
| 439 | 2024-08-27T18:12:12.598Z | Compiling toml_datetime v0.6.8 |
| 440 | 2024-08-27T18:12:12.600Z | Compiling serde_spanned v0.6.7 |
| 441 | 2024-08-27T18:12:12.600Z | Compiling cargo-platform v0.1.8 |
| 442 | 2024-08-27T18:12:12.961Z | Compiling serde_tokenstream v0.2.2 |
| 443 | 2024-08-27T18:12:13.120Z | Compiling toml_edit v0.22.20 |
| 444 | 2024-08-27T18:12:13.154Z | Compiling macaddr v1.0.1 |
| 445 | 2024-08-27T18:12:14.046Z | Compiling dof v0.3.0 |
| 446 | 2024-08-27T18:12:14.046Z | Compiling cargo_metadata v0.18.1 |
| 447 | 2024-08-27T18:12:15.934Z | Compiling toml v0.8.19 |
| 448 | 2024-08-27T18:12:16.157Z | Compiling usdt-attr-macro v0.5.0 |
| 449 | 2024-08-27T18:12:16.159Z | Compiling usdt-macro v0.5.0 |
| 450 | 2024-08-27T18:12:16.884Z | Compiling cargo_toml v0.20.4 |
| 451 | 2024-08-27T18:12:17.526Z | Compiling usdt v0.5.0 |
| 452 | 2024-08-27T18:12:20.623Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 453 | 2024-08-27T18:12:24.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.07s |
| 454 | 2024-08-27T18:12:24.755Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 455 | 2024-08-27T18:12:25.312Z | Downloading crates ... |
| 456 | 2024-08-27T18:12:25.434Z | Downloaded async-recursion v1.1.1 |
| 457 | 2024-08-27T18:12:25.441Z | Downloaded aead v0.5.2 |
| 458 | 2024-08-27T18:12:25.444Z | Downloaded ascii-canvas v3.0.0 |
| 459 | 2024-08-27T18:12:25.447Z | Downloaded allocator-api2 v0.2.18 |
| 460 | 2024-08-27T18:12:25.449Z | Downloaded addr2line v0.21.0 |
| 461 | 2024-08-27T18:12:25.455Z | Downloaded ciborium-io v0.2.2 |
| 462 | 2024-08-27T18:12:25.459Z | Downloaded crucible-workspace-hack v0.1.0 |
| 463 | 2024-08-27T18:12:25.461Z | Downloaded atty v0.2.14 |
| 464 | 2024-08-27T18:12:25.464Z | Downloaded bitstruct v0.1.1 |
| 465 | 2024-08-27T18:12:25.467Z | Downloaded cstr-argument v0.1.2 |
| 466 | 2024-08-27T18:12:25.467Z | Downloaded bitfield-struct v0.6.1 |
| 467 | 2024-08-27T18:12:25.469Z | Downloaded async-stream-impl v0.3.5 |
| 468 | 2024-08-27T18:12:25.472Z | Downloaded convert_case v0.4.0 |
| 469 | 2024-08-27T18:12:25.474Z | Downloaded chacha20 v0.9.1 |
| 470 | 2024-08-27T18:12:25.477Z | Downloaded match_cfg v0.1.0 |
| 471 | 2024-08-27T18:12:25.477Z | Downloaded bb8 v0.8.5 |
| 472 | 2024-08-27T18:12:25.479Z | Downloaded bit-vec v0.6.3 |
| 473 | 2024-08-27T18:12:25.482Z | Downloaded crc v3.2.1 |
| 474 | 2024-08-27T18:12:25.486Z | Downloaded cexpr v0.6.0 |
| 475 | 2024-08-27T18:12:25.489Z | Downloaded new_debug_unreachable v1.0.6 |
| 476 | 2024-08-27T18:12:25.492Z | Downloaded is-terminal v0.4.12 |
| 477 | 2024-08-27T18:12:25.492Z | Downloaded cipher v0.4.4 |
| 478 | 2024-08-27T18:12:25.494Z | Downloaded indexmap v1.9.3 |
| 479 | 2024-08-27T18:12:25.496Z | Downloaded cassowary v0.3.0 |
| 480 | 2024-08-27T18:12:25.499Z | Downloaded newtype_derive v0.1.6 |
| 481 | 2024-08-27T18:12:25.501Z | Downloaded data-encoding v2.6.0 |
| 482 | 2024-08-27T18:12:25.504Z | Downloaded cbc v0.1.2 |
| 483 | 2024-08-27T18:12:25.506Z | Downloaded oso-derive v0.27.3 |
| 484 | 2024-08-27T18:12:25.507Z | Downloaded openssl-macros v0.1.1 |
| 485 | 2024-08-27T18:12:25.509Z | Downloaded multimap v0.10.0 |
| 486 | 2024-08-27T18:12:25.511Z | Downloaded ahash v0.8.11 |
| 487 | 2024-08-27T18:12:25.514Z | Downloaded num_threads v0.1.7 |
| 488 | 2024-08-27T18:12:25.517Z | Downloaded newline-converter v0.3.0 |
| 489 | 2024-08-27T18:12:25.517Z | Downloaded defmt-macros v0.3.9 |
| 490 | 2024-08-27T18:12:25.521Z | Downloaded libefi-sys v0.1.0 |
| 491 | 2024-08-27T18:12:25.524Z | Downloaded managed v0.8.0 |
| 492 | 2024-08-27T18:12:25.526Z | Downloaded const_format_proc_macros v0.2.32 |
| 493 | 2024-08-27T18:12:25.529Z | Downloaded num_enum v0.5.11 |
| 494 | 2024-08-27T18:12:25.533Z | Downloaded instability v0.3.2 |
| 495 | 2024-08-27T18:12:25.535Z | Downloaded indoc v1.0.9 |
| 496 | 2024-08-27T18:12:25.538Z | Downloaded olpc-cjson v0.1.3 |
| 497 | 2024-08-27T18:12:25.541Z | Downloaded const-oid v0.9.6 |
| 498 | 2024-08-27T18:12:25.543Z | Downloaded indent_write v2.2.0 |
| 499 | 2024-08-27T18:12:25.543Z | Downloaded num-integer v0.1.46 |
| 500 | 2024-08-27T18:12:25.546Z | Downloaded lru-cache v0.1.2 |
| 501 | 2024-08-27T18:12:25.546Z | Downloaded is_ci v1.2.0 |
| 502 | 2024-08-27T18:12:25.549Z | Downloaded assert_matches v1.5.0 |
| 503 | 2024-08-27T18:12:25.551Z | Downloaded instant v0.1.12 |
| 504 | 2024-08-27T18:12:25.551Z | Downloaded nodrop v0.1.14 |
| 505 | 2024-08-27T18:12:25.554Z | Downloaded memmap2 v0.9.4 |
| 506 | 2024-08-27T18:12:25.554Z | Downloaded kstat-rs v0.2.4 |
| 507 | 2024-08-27T18:12:25.556Z | Downloaded darling_macro v0.20.9 |
| 508 | 2024-08-27T18:12:25.559Z | Downloaded mime v0.3.17 |
| 509 | 2024-08-27T18:12:25.559Z | Downloaded inout v0.1.3 |
| 510 | 2024-08-27T18:12:25.562Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 511 | 2024-08-27T18:12:25.564Z | Downloaded humantime v2.1.0 |
| 512 | 2024-08-27T18:12:25.564Z | Downloaded num-rational v0.4.2 |
| 513 | 2024-08-27T18:12:25.567Z | Downloaded sigpipe v0.1.3 |
| 514 | 2024-08-27T18:12:25.567Z | Downloaded num-conv v0.1.0 |
| 515 | 2024-08-27T18:12:25.570Z | Downloaded hubpack_derive v0.1.1 |
| 516 | 2024-08-27T18:12:25.570Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 517 | 2024-08-27T18:12:25.572Z | Downloaded bitstruct_derive v0.1.0 |
| 518 | 2024-08-27T18:12:25.572Z | Downloaded bit-set v0.5.3 |
| 519 | 2024-08-27T18:12:25.572Z | Downloaded cobs v0.2.3 |
| 520 | 2024-08-27T18:12:25.575Z | Downloaded csv-core v0.1.11 |
| 521 | 2024-08-27T18:12:25.578Z | Downloaded crossbeam-epoch v0.9.18 |
| 522 | 2024-08-27T18:12:25.580Z | Downloaded arrayref v0.3.7 |
| 523 | 2024-08-27T18:12:25.580Z | Downloaded adler v1.0.2 |
| 524 | 2024-08-27T18:12:25.583Z | Downloaded base16ct v0.2.0 |
| 525 | 2024-08-27T18:12:25.583Z | Downloaded keccak v0.1.5 |
| 526 | 2024-08-27T18:12:25.586Z | Downloaded colored v2.1.0 |
| 527 | 2024-08-27T18:12:25.589Z | Downloaded linear-map v1.2.0 |
| 528 | 2024-08-27T18:12:25.589Z | Downloaded parking_lot v0.11.2 |
| 529 | 2024-08-27T18:12:25.591Z | Downloaded linked-hash-map v0.5.6 |
| 530 | 2024-08-27T18:12:25.594Z | Downloaded number_prefix v0.4.0 |
| 531 | 2024-08-27T18:12:25.594Z | Downloaded tower-service v0.3.2 |
| 532 | 2024-08-27T18:12:25.603Z | Downloaded take_mut v0.2.2 |
| 533 | 2024-08-27T18:12:25.603Z | Downloaded crc-catalog v2.4.0 |
| 534 | 2024-08-27T18:12:25.608Z | Downloaded openssl-probe v0.1.5 |
| 535 | 2024-08-27T18:12:25.608Z | Downloaded opaque-debug v0.3.1 |
| 536 | 2024-08-27T18:12:25.608Z | Downloaded crossbeam-deque v0.8.5 |
| 537 | 2024-08-27T18:12:25.608Z | Downloaded serde_path_to_error v0.1.16 |
| 538 | 2024-08-27T18:12:25.608Z | Downloaded constant_time_eq v0.3.0 |
| 539 | 2024-08-27T18:12:25.608Z | Downloaded newtype-uuid v1.1.0 |
| 540 | 2024-08-27T18:12:25.608Z | Downloaded bitfield v0.14.0 |
| 541 | 2024-08-27T18:12:25.611Z | Downloaded ciborium-ll v0.2.2 |
| 542 | 2024-08-27T18:12:25.611Z | Downloaded ascii v1.1.0 |
| 543 | 2024-08-27T18:12:25.613Z | Downloaded lock_api v0.4.12 |
| 544 | 2024-08-27T18:12:25.616Z | Downloaded libloading v0.8.3 |
| 545 | 2024-08-27T18:12:25.618Z | Downloaded cookie v0.18.1 |
| 546 | 2024-08-27T18:12:25.621Z | Downloaded maplit v1.0.2 |
| 547 | 2024-08-27T18:12:25.621Z | Downloaded tinyvec_macros v0.1.1 |
| 548 | 2024-08-27T18:12:25.624Z | Downloaded md-5 v0.10.6 |
| 549 | 2024-08-27T18:12:25.624Z | Downloaded lru v0.12.3 |
| 550 | 2024-08-27T18:12:25.627Z | Downloaded debug-ignore v1.0.5 |
| 551 | 2024-08-27T18:12:25.630Z | Downloaded libsw v3.3.1 |
| 552 | 2024-08-27T18:12:25.630Z | Downloaded bytes v1.7.1 |
| 553 | 2024-08-27T18:12:25.634Z | Downloaded sqlparser_derive v0.2.2 |
| 554 | 2024-08-27T18:12:25.636Z | Downloaded smawk v0.3.2 |
| 555 | 2024-08-27T18:12:25.639Z | Downloaded waitgroup v0.1.2 |
| 556 | 2024-08-27T18:12:25.639Z | Downloaded stable_deref_trait v1.2.0 |
| 557 | 2024-08-27T18:12:25.641Z | Downloaded nanorand v0.7.0 |
| 558 | 2024-08-27T18:12:25.644Z | Downloaded lalrpop-util v0.19.12 |
| 559 | 2024-08-27T18:12:25.644Z | Downloaded smallvec v0.6.14 |
| 560 | 2024-08-27T18:12:25.646Z | Downloaded mockall v0.13.0 |
| 561 | 2024-08-27T18:12:25.649Z | Downloaded console v0.15.8 |
| 562 | 2024-08-27T18:12:25.652Z | Downloaded nibble_vec v0.1.0 |
| 563 | 2024-08-27T18:12:25.652Z | Downloaded foreign-types-shared v0.1.1 |
| 564 | 2024-08-27T18:12:25.654Z | Downloaded jobserver v0.1.32 |
| 565 | 2024-08-27T18:12:25.657Z | Downloaded ciborium v0.2.2 |
| 566 | 2024-08-27T18:12:25.660Z | Downloaded num_cpus v1.16.0 |
| 567 | 2024-08-27T18:12:25.662Z | Downloaded termcolor v1.4.1 |
| 568 | 2024-08-27T18:12:25.662Z | Downloaded memoffset v0.9.1 |
| 569 | 2024-08-27T18:12:25.665Z | Downloaded cookie_store v0.20.0 |
| 570 | 2024-08-27T18:12:25.667Z | Downloaded num_enum_derive v0.5.11 |
| 571 | 2024-08-27T18:12:25.667Z | Downloaded num-iter v0.1.45 |
| 572 | 2024-08-27T18:12:25.670Z | Downloaded num-derive v0.4.2 |
| 573 | 2024-08-27T18:12:25.673Z | Downloaded bzip2 v0.4.4 |
| 574 | 2024-08-27T18:12:25.673Z | Downloaded packed_struct_codegen v0.10.1 |
| 575 | 2024-08-27T18:12:25.675Z | Downloaded bitflags v1.3.2 |
| 576 | 2024-08-27T18:12:25.678Z | Downloaded bcs v0.1.6 |
| 577 | 2024-08-27T18:12:25.680Z | Downloaded wyz v0.5.1 |
| 578 | 2024-08-27T18:12:25.683Z | Downloaded maybe-uninit v2.0.0 |
| 579 | 2024-08-27T18:12:25.683Z | Downloaded base64ct v1.6.0 |
| 580 | 2024-08-27T18:12:25.685Z | Downloaded native-tls v0.2.11 |
| 581 | 2024-08-27T18:12:25.688Z | Downloaded defmt v0.3.8 |
| 582 | 2024-08-27T18:12:25.692Z | Downloaded darling v0.20.9 |
| 583 | 2024-08-27T18:12:25.696Z | Downloaded endian-type v0.1.2 |
| 584 | 2024-08-27T18:12:25.699Z | Downloaded phf_shared v0.10.0 |
| 585 | 2024-08-27T18:12:25.699Z | Downloaded termios v0.3.3 |
| 586 | 2024-08-27T18:12:25.702Z | Downloaded deranged v0.3.11 |
| 587 | 2024-08-27T18:12:25.702Z | Downloaded dyn-clone v1.0.17 |
| 588 | 2024-08-27T18:12:25.704Z | Downloaded structmeta-derive v0.2.0 |
| 589 | 2024-08-27T18:12:25.708Z | Downloaded crc32fast v1.4.0 |
| 590 | 2024-08-27T18:12:25.711Z | Downloaded mime_guess v2.0.4 |
| 591 | 2024-08-27T18:12:25.711Z | Downloaded mockall_derive v0.13.0 |
| 592 | 2024-08-27T18:12:25.714Z | Downloaded getopts v0.2.21 |
| 593 | 2024-08-27T18:12:25.714Z | Downloaded foreign-types-shared v0.3.1 |
| 594 | 2024-08-27T18:12:25.717Z | Downloaded crossbeam-channel v0.5.12 |
| 595 | 2024-08-27T18:12:25.720Z | Downloaded fd-lock v4.0.2 |
| 596 | 2024-08-27T18:12:25.724Z | Downloaded sync_wrapper v0.1.2 |
| 597 | 2024-08-27T18:12:25.727Z | Downloaded enum-as-inner v0.6.0 |
| 598 | 2024-08-27T18:12:25.727Z | Downloaded tls_codec_derive v0.4.1 |
| 599 | 2024-08-27T18:12:25.732Z | Downloaded owo-colors v4.0.0 |
| 600 | 2024-08-27T18:12:25.734Z | Downloaded pem-rfc7468 v0.7.0 |
| 601 | 2024-08-27T18:12:25.734Z | Downloaded percent-encoding v2.3.1 |
| 602 | 2024-08-27T18:12:25.735Z | Downloaded downcast v0.11.0 |
| 603 | 2024-08-27T18:12:25.738Z | Downloaded pem v3.0.4 |
| 604 | 2024-08-27T18:12:25.738Z | Downloaded display-error-chain v0.2.0 |
| 605 | 2024-08-27T18:12:25.740Z | Downloaded smallvec v1.13.2 |
| 606 | 2024-08-27T18:12:25.743Z | Downloaded cookie v0.17.0 |
| 607 | 2024-08-27T18:12:25.746Z | Downloaded vte_generate_state_changes v0.1.1 |
| 608 | 2024-08-27T18:12:25.746Z | Downloaded phf_shared v0.11.2 |
| 609 | 2024-08-27T18:12:25.746Z | Downloaded parse-size v1.0.0 |
| 610 | 2024-08-27T18:12:25.748Z | Downloaded rustls-pemfile v1.0.4 |
| 611 | 2024-08-27T18:12:25.750Z | Downloaded rustc_version v0.1.7 |
| 612 | 2024-08-27T18:12:25.750Z | Downloaded vsss-rs v3.3.4 |
| 613 | 2024-08-27T18:12:25.753Z | Downloaded rand_seeder v0.3.0 |
| 614 | 2024-08-27T18:12:25.755Z | Downloaded foreign-types v0.3.2 |
| 615 | 2024-08-27T18:12:25.758Z | Downloaded rand_core v0.6.4 |
| 616 | 2024-08-27T18:12:25.758Z | Downloaded universal-hash v0.5.1 |
| 617 | 2024-08-27T18:12:25.758Z | Downloaded unicase v2.7.0 |
| 618 | 2024-08-27T18:12:25.761Z | Downloaded parse-display-derive v0.10.0 |
| 619 | 2024-08-27T18:12:25.763Z | Downloaded tls_codec v0.4.1 |
| 620 | 2024-08-27T18:12:25.765Z | Downloaded hostname v0.4.0 |
| 621 | 2024-08-27T18:12:25.766Z | Downloaded slog-async v2.8.0 |
| 622 | 2024-08-27T18:12:25.768Z | Downloaded hostname v0.3.1 |
| 623 | 2024-08-27T18:12:25.771Z | Downloaded home v0.5.9 |
| 624 | 2024-08-27T18:12:25.771Z | Downloaded ipnet v2.9.0 |
| 625 | 2024-08-27T18:12:25.774Z | Downloaded form_urlencoded v1.2.1 |
| 626 | 2024-08-27T18:12:25.774Z | Downloaded portpicker v0.1.1 |
| 627 | 2024-08-27T18:12:25.777Z | Downloaded headers-core v0.2.0 |
| 628 | 2024-08-27T18:12:25.777Z | Downloaded phf v0.11.2 |
| 629 | 2024-08-27T18:12:25.777Z | Downloaded chacha20poly1305 v0.10.1 |
| 630 | 2024-08-27T18:12:25.780Z | Downloaded arc-swap v1.7.1 |
| 631 | 2024-08-27T18:12:25.783Z | Downloaded openssl-sys v0.9.103 |
| 632 | 2024-08-27T18:12:25.788Z | Downloaded unicode-linebreak v0.1.5 |
| 633 | 2024-08-27T18:12:25.791Z | Downloaded rand_xorshift v0.3.0 |
| 634 | 2024-08-27T18:12:25.794Z | Downloaded base64 v0.13.1 |
| 635 | 2024-08-27T18:12:25.797Z | Downloaded psl-types v2.0.11 |
| 636 | 2024-08-27T18:12:25.797Z | Downloaded omicron-zone-package v0.11.0 |
| 637 | 2024-08-27T18:12:25.801Z | Downloaded strum_macros v0.25.3 |
| 638 | 2024-08-27T18:12:25.804Z | Downloaded glob v0.3.1 |
| 639 | 2024-08-27T18:12:25.804Z | Downloaded float-ord v0.3.2 |
| 640 | 2024-08-27T18:12:25.806Z | Downloaded float-cmp v0.9.0 |
| 641 | 2024-08-27T18:12:25.806Z | Downloaded wait-timeout v0.2.0 |
| 642 | 2024-08-27T18:12:25.809Z | Downloaded supports-color v3.0.0 |
| 643 | 2024-08-27T18:12:25.811Z | Downloaded hyper-staticfile v0.9.5 |
| 644 | 2024-08-27T18:12:25.822Z | Downloaded heck v0.3.3 |
| 645 | 2024-08-27T18:12:25.825Z | Downloaded pin-utils v0.1.0 |
| 646 | 2024-08-27T18:12:25.825Z | Downloaded strip-ansi-escapes v0.2.0 |
| 647 | 2024-08-27T18:12:25.827Z | Downloaded zone_cfg_derive v0.1.2 |
| 648 | 2024-08-27T18:12:25.828Z | Downloaded hashlink v0.9.1 |
| 649 | 2024-08-27T18:12:25.830Z | Downloaded fatfs v0.3.6 |
| 650 | 2024-08-27T18:12:25.833Z | Downloaded globset v0.4.14 |
| 651 | 2024-08-27T18:12:25.835Z | Downloaded derive_builder_core v0.20.0 |
| 652 | 2024-08-27T18:12:25.838Z | Downloaded strum v0.26.3 |
| 653 | 2024-08-27T18:12:25.838Z | Downloaded r2d2 v0.8.10 |
| 654 | 2024-08-27T18:12:25.841Z | Downloaded tokio-rustls v0.25.0 |
| 655 | 2024-08-27T18:12:25.844Z | Downloaded signal-hook-tokio v0.3.1 |
| 656 | 2024-08-27T18:12:25.844Z | Downloaded scheduled-thread-pool v0.2.7 |
| 657 | 2024-08-27T18:12:25.846Z | Downloaded parking_lot v0.12.2 |
| 658 | 2024-08-27T18:12:25.849Z | Downloaded cc v1.0.97 |
| 659 | 2024-08-27T18:12:25.851Z | Downloaded derive_builder v0.20.0 |
| 660 | 2024-08-27T18:12:25.856Z | Downloaded crypto-bigint v0.5.5 |
| 661 | 2024-08-27T18:12:25.863Z | Downloaded vte v0.11.1 |
| 662 | 2024-08-27T18:12:25.866Z | Downloaded peg-runtime v0.8.3 |
| 663 | 2024-08-27T18:12:25.869Z | Downloaded schemars_derive v0.8.21 |
| 664 | 2024-08-27T18:12:25.869Z | Downloaded rpassword v7.3.1 |
| 665 | 2024-08-27T18:12:25.871Z | Downloaded oso v0.27.3 |
| 666 | 2024-08-27T18:12:25.874Z | Downloaded sct v0.7.1 |
| 667 | 2024-08-27T18:12:25.877Z | Downloaded tabwriter v1.4.0 |
| 668 | 2024-08-27T18:12:25.880Z | Downloaded spki v0.7.3 |
| 669 | 2024-08-27T18:12:25.883Z | Downloaded slog v2.7.0 |
| 670 | 2024-08-27T18:12:25.886Z | Downloaded tap v1.0.1 |
| 671 | 2024-08-27T18:12:25.886Z | Downloaded futures-sink v0.3.30 |
| 672 | 2024-08-27T18:12:25.889Z | Downloaded utf-8 v0.7.6 |
| 673 | 2024-08-27T18:12:25.889Z | Downloaded futures-macro v0.3.30 |
| 674 | 2024-08-27T18:12:25.891Z | Downloaded futures-io v0.3.30 |
| 675 | 2024-08-27T18:12:25.891Z | Downloaded zone v0.1.8 |
| 676 | 2024-08-27T18:12:25.891Z | Downloaded radium v0.7.0 |
| 677 | 2024-08-27T18:12:25.895Z | Downloaded subprocess v0.2.9 |
| 678 | 2024-08-27T18:12:25.897Z | Downloaded der_derive v0.7.2 |
| 679 | 2024-08-27T18:12:25.897Z | Downloaded mio v1.0.2 |
| 680 | 2024-08-27T18:12:25.903Z | Downloaded tokio-native-tls v0.3.1 |
| 681 | 2024-08-27T18:12:25.906Z | Downloaded hyper-tls v0.5.0 |
| 682 | 2024-08-27T18:12:25.910Z | Downloaded futures-task v0.3.30 |
| 683 | 2024-08-27T18:12:25.910Z | Downloaded futures-executor v0.3.30 |
| 684 | 2024-08-27T18:12:25.913Z | Downloaded poly1305 v0.8.0 |
| 685 | 2024-08-27T18:12:25.913Z | Downloaded fallible-iterator v0.2.0 |
| 686 | 2024-08-27T18:12:25.915Z | Downloaded fixedbitset v0.4.2 |
| 687 | 2024-08-27T18:12:25.918Z | Downloaded unsafe-libyaml v0.2.11 |
| 688 | 2024-08-27T18:12:25.920Z | Downloaded minimal-lexical v0.2.1 |
| 689 | 2024-08-27T18:12:25.925Z | Downloaded crossterm v0.27.0 |
| 690 | 2024-08-27T18:12:25.932Z | Downloaded tokio-rustls v0.24.1 |
| 691 | 2024-08-27T18:12:25.935Z | Downloaded termtree v0.4.1 |
| 692 | 2024-08-27T18:12:25.937Z | Downloaded postcard v1.0.8 |
| 693 | 2024-08-27T18:12:25.940Z | Downloaded string_cache v0.8.7 |
| 694 | 2024-08-27T18:12:25.943Z | Downloaded serde_with_macros v3.9.0 |
| 695 | 2024-08-27T18:12:25.946Z | Downloaded siphasher v0.3.11 |
| 696 | 2024-08-27T18:12:25.946Z | Downloaded rusty-fork v0.3.0 |
| 697 | 2024-08-27T18:12:25.949Z | Downloaded rustversion v1.0.17 |
| 698 | 2024-08-27T18:12:25.952Z | Downloaded structmeta v0.2.0 |
| 699 | 2024-08-27T18:12:25.952Z | Downloaded rustls-pemfile v2.1.3 |
| 700 | 2024-08-27T18:12:25.955Z | Downloaded toml v0.7.8 |
| 701 | 2024-08-27T18:12:25.957Z | Downloaded unicode-truncate v1.0.0 |
| 702 | 2024-08-27T18:12:25.960Z | Downloaded camino-tempfile v1.1.1 |
| 703 | 2024-08-27T18:12:25.963Z | Downloaded stringprep v0.1.4 |
| 704 | 2024-08-27T18:12:25.963Z | Downloaded fallible-iterator v0.3.0 |
| 705 | 2024-08-27T18:12:25.966Z | Downloaded structmeta-derive v0.3.0 |
| 706 | 2024-08-27T18:12:25.966Z | Downloaded serde_urlencoded v0.7.1 |
| 707 | 2024-08-27T18:12:25.969Z | Downloaded tungstenite v0.21.0 |
| 708 | 2024-08-27T18:12:25.971Z | Downloaded which v4.4.2 |
| 709 | 2024-08-27T18:12:25.974Z | Downloaded xattr v1.3.1 |
| 710 | 2024-08-27T18:12:25.977Z | Downloaded pretty-hex v0.2.1 |
| 711 | 2024-08-27T18:12:25.980Z | Downloaded hyper-rustls v0.24.2 |
| 712 | 2024-08-27T18:12:25.980Z | Downloaded samael v0.0.15 |
| 713 | 2024-08-27T18:12:25.985Z | Downloaded pkg-config v0.3.30 |
| 714 | 2024-08-27T18:12:25.988Z | Downloaded peg-macros v0.8.4 |
| 715 | 2024-08-27T18:12:25.990Z | Downloaded flume v0.11.0 |
| 716 | 2024-08-27T18:12:25.993Z | Downloaded shell-words v1.1.0 |
| 717 | 2024-08-27T18:12:25.996Z | Downloaded serde_repr v0.1.19 |
| 718 | 2024-08-27T18:12:25.999Z | Downloaded funty v2.0.0 |
| 719 | 2024-08-27T18:12:25.999Z | Downloaded dsl_auto_type v0.1.2 |
| 720 | 2024-08-27T18:12:26.001Z | Downloaded salsa20 v0.10.2 |
| 721 | 2024-08-27T18:12:26.002Z | Downloaded nom v7.1.3 |
| 722 | 2024-08-27T18:12:26.007Z | Downloaded parse-display v0.10.0 |
| 723 | 2024-08-27T18:12:26.009Z | Downloaded itertools v0.10.5 |
| 724 | 2024-08-27T18:12:26.015Z | Downloaded unarray v0.1.4 |
| 725 | 2024-08-27T18:12:26.017Z | Downloaded untrusted v0.7.1 |
| 726 | 2024-08-27T18:12:26.020Z | Downloaded blake3 v1.5.1 |
| 727 | 2024-08-27T18:12:26.026Z | Downloaded unicode-xid v0.2.4 |
| 728 | 2024-08-27T18:12:26.028Z | Downloaded path-slash v0.1.5 |
| 729 | 2024-08-27T18:12:26.032Z | Downloaded fxhash v0.2.1 |
| 730 | 2024-08-27T18:12:26.032Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 731 | 2024-08-27T18:12:26.034Z | Downloaded ena v0.14.3 |
| 732 | 2024-08-27T18:12:26.034Z | Downloaded difflib v0.4.0 |
| 733 | 2024-08-27T18:12:26.034Z | Downloaded pkcs1 v0.7.5 |
| 734 | 2024-08-27T18:12:26.037Z | Downloaded getrandom v0.2.14 |
| 735 | 2024-08-27T18:12:26.040Z | Downloaded serde_yaml v0.9.34+deprecated |
| 736 | 2024-08-27T18:12:26.046Z | Downloaded hubpack v0.1.2 |
| 737 | 2024-08-27T18:12:26.048Z | Downloaded yasna v0.5.2 |
| 738 | 2024-08-27T18:12:26.051Z | Downloaded ppv-lite86 v0.2.17 |
| 739 | 2024-08-27T18:12:26.051Z | Downloaded whoami v1.5.1 |
| 740 | 2024-08-27T18:12:26.054Z | Downloaded pin-project-lite v0.2.14 |
| 741 | 2024-08-27T18:12:26.059Z | Downloaded pkcs8 v0.10.2 |
| 742 | 2024-08-27T18:12:26.061Z | Downloaded toolchain_find v0.4.0 |
| 743 | 2024-08-27T18:12:26.064Z | Downloaded serde-hex v0.1.0 |
| 744 | 2024-08-27T18:12:26.066Z | Downloaded tempfile v3.10.1 |
| 745 | 2024-08-27T18:12:26.069Z | Downloaded same-file v1.0.6 |
| 746 | 2024-08-27T18:12:26.069Z | Downloaded tinyvec v1.6.0 |
| 747 | 2024-08-27T18:12:26.073Z | Downloaded sha1 v0.10.6 |
| 748 | 2024-08-27T18:12:26.076Z | Downloaded foreign-types v0.5.0 |
| 749 | 2024-08-27T18:12:26.076Z | Downloaded try-lock v0.2.5 |
| 750 | 2024-08-27T18:12:26.078Z | Downloaded ron v0.8.1 |
| 751 | 2024-08-27T18:12:26.082Z | Downloaded heapless v0.7.17 |
| 752 | 2024-08-27T18:12:26.088Z | Downloaded serde_arrays v0.1.0 |
| 753 | 2024-08-27T18:12:26.090Z | Downloaded semver v0.1.20 |
| 754 | 2024-08-27T18:12:26.090Z | Downloaded hash32 v0.2.1 |
| 755 | 2024-08-27T18:12:26.093Z | Downloaded defmt-parser v0.3.4 |
| 756 | 2024-08-27T18:12:26.093Z | Downloaded topological-sort v0.2.2 |
| 757 | 2024-08-27T18:12:26.095Z | Downloaded term v0.7.0 |
| 758 | 2024-08-27T18:12:26.098Z | Downloaded erased-serde v0.3.31 |
| 759 | 2024-08-27T18:12:26.101Z | Downloaded hash32 v0.3.1 |
| 760 | 2024-08-27T18:12:26.101Z | Downloaded gethostname v0.5.0 |
| 761 | 2024-08-27T18:12:26.105Z | Downloaded either v1.13.0 |
| 762 | 2024-08-27T18:12:26.105Z | Downloaded uuid v1.10.0 |
| 763 | 2024-08-27T18:12:26.108Z | Downloaded ident_case v1.0.1 |
| 764 | 2024-08-27T18:12:26.110Z | Downloaded env_logger v0.9.3 |
| 765 | 2024-08-27T18:12:26.113Z | Downloaded schemars v0.8.21 |
| 766 | 2024-08-27T18:12:26.123Z | Downloaded pkcs5 v0.7.1 |
| 767 | 2024-08-27T18:12:26.129Z | Downloaded tui-tree-widget v0.22.0 |
| 768 | 2024-08-27T18:12:26.131Z | Downloaded http-range v0.1.5 |
| 769 | 2024-08-27T18:12:26.131Z | Downloaded flagset v0.4.5 |
| 770 | 2024-08-27T18:12:26.134Z | Downloaded fastrand v2.1.0 |
| 771 | 2024-08-27T18:12:26.134Z | Downloaded similar v2.6.0 |
| 772 | 2024-08-27T18:12:26.140Z | Downloaded ron v0.7.1 |
| 773 | 2024-08-27T18:12:26.145Z | Downloaded fragile v2.0.0 |
| 774 | 2024-08-27T18:12:26.148Z | Downloaded url v2.5.2 |
| 775 | 2024-08-27T18:12:26.151Z | Downloaded derive_builder_macro v0.20.0 |
| 776 | 2024-08-27T18:12:26.153Z | Downloaded sec1 v0.7.3 |
| 777 | 2024-08-27T18:12:26.156Z | Downloaded unicode-bidi v0.3.15 |
| 778 | 2024-08-27T18:12:26.158Z | Downloaded precomputed-hash v0.1.1 |
| 779 | 2024-08-27T18:12:26.158Z | Downloaded twox-hash v1.6.3 |
| 780 | 2024-08-27T18:12:26.162Z | Downloaded static_assertions v1.1.0 |
| 781 | 2024-08-27T18:12:26.162Z | Downloaded tiny-keccak v2.0.2 |
| 782 | 2024-08-27T18:12:26.165Z | Downloaded unicode-segmentation v1.11.0 |
| 783 | 2024-08-27T18:12:26.170Z | Downloaded ref-cast v1.0.23 |
| 784 | 2024-08-27T18:12:26.173Z | Downloaded tracing-attributes v0.1.27 |
| 785 | 2024-08-27T18:12:26.176Z | Downloaded test-strategy v0.3.1 |
| 786 | 2024-08-27T18:12:26.178Z | Downloaded rustfmt-wrapper v0.2.1 |
| 787 | 2024-08-27T18:12:26.181Z | Downloaded slog-bunyan v2.5.0 |
| 788 | 2024-08-27T18:12:26.183Z | Downloaded tracing-core v0.1.32 |
| 789 | 2024-08-27T18:12:26.186Z | Downloaded tokio-postgres v0.7.11 |
| 790 | 2024-08-27T18:12:26.190Z | Downloaded rustc-demangle v0.1.24 |
| 791 | 2024-08-27T18:12:26.192Z | Downloaded httpdate v1.0.3 |
| 792 | 2024-08-27T18:12:26.194Z | Downloaded slog-dtrace v0.3.0 |
| 793 | 2024-08-27T18:12:26.197Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 794 | 2024-08-27T18:12:26.197Z | Downloaded sqlformat v0.2.4 |
| 795 | 2024-08-27T18:12:26.200Z | Downloaded parking_lot_core v0.8.6 |
| 796 | 2024-08-27T18:12:26.202Z | Downloaded slog-json v2.6.1 |
| 797 | 2024-08-27T18:12:26.202Z | Downloaded half v2.4.1 |
| 798 | 2024-08-27T18:12:26.205Z | Downloaded itertools v0.12.1 |
| 799 | 2024-08-27T18:12:26.213Z | Downloaded rayon-core v1.12.1 |
| 800 | 2024-08-27T18:12:26.218Z | Downloaded serde-big-array v0.5.1 |
| 801 | 2024-08-27T18:12:26.220Z | Downloaded zeroize_derive v1.4.2 |
| 802 | 2024-08-27T18:12:26.221Z | Downloaded zeroize v1.7.0 |
| 803 | 2024-08-27T18:12:26.223Z | Downloaded proc-macro-crate v1.3.1 |
| 804 | 2024-08-27T18:12:26.223Z | Downloaded predicates-tree v1.0.9 |
| 805 | 2024-08-27T18:12:26.226Z | Downloaded predicates-core v1.0.6 |
| 806 | 2024-08-27T18:12:26.226Z | Downloaded tokio-tungstenite v0.21.0 |
| 807 | 2024-08-27T18:12:26.228Z | Downloaded slog-scope v4.4.0 |
| 808 | 2024-08-27T18:12:26.235Z | Downloaded signal-hook-mio v0.2.4 |
| 809 | 2024-08-27T18:12:26.238Z | Downloaded want v0.3.1 |
| 810 | 2024-08-27T18:12:26.238Z | Downloaded tokio-tungstenite v0.20.1 |
| 811 | 2024-08-27T18:12:26.238Z | Downloaded uzers v0.11.3 |
| 812 | 2024-08-27T18:12:26.238Z | Downloaded time-macros v0.2.18 |
| 813 | 2024-08-27T18:12:26.241Z | Downloaded scopeguard v1.2.0 |
| 814 | 2024-08-27T18:12:26.241Z | Downloaded snafu-derive v0.8.2 |
| 815 | 2024-08-27T18:12:26.245Z | Downloaded powerfmt v0.2.0 |
| 816 | 2024-08-27T18:12:26.245Z | Downloaded futures-core v0.3.30 |
| 817 | 2024-08-27T18:12:26.247Z | Downloaded prettyplease v0.2.20 |
| 818 | 2024-08-27T18:12:26.251Z | Downloaded predicates v3.1.2 |
| 819 | 2024-08-27T18:12:26.253Z | Downloaded rsa v0.9.6 |
| 820 | 2024-08-27T18:12:26.257Z | Downloaded time-core v0.1.2 |
| 821 | 2024-08-27T18:12:26.259Z | Downloaded ref-cast-impl v1.0.23 |
| 822 | 2024-08-27T18:12:26.259Z | Downloaded rand v0.8.5 |
| 823 | 2024-08-27T18:12:26.263Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 824 | 2024-08-27T18:12:26.265Z | Downloaded x509-cert v0.2.5 |
| 825 | 2024-08-27T18:12:26.271Z | Downloaded parking_lot_core v0.9.10 |
| 826 | 2024-08-27T18:12:26.274Z | Downloaded signal-hook-registry v1.4.2 |
| 827 | 2024-08-27T18:12:26.277Z | Downloaded diff v0.1.13 |
| 828 | 2024-08-27T18:12:26.280Z | Downloaded slab v0.4.9 |
| 829 | 2024-08-27T18:12:26.282Z | Downloaded hmac v0.12.1 |
| 830 | 2024-08-27T18:12:26.282Z | Downloaded paste v1.0.15 |
| 831 | 2024-08-27T18:12:26.285Z | Downloaded snafu v0.8.2 |
| 832 | 2024-08-27T18:12:26.292Z | Downloaded aho-corasick v1.1.3 |
| 833 | 2024-08-27T18:12:26.299Z | Downloaded pbkdf2 v0.12.2 |
| 834 | 2024-08-27T18:12:26.301Z | Downloaded unicode-normalization v0.1.23 |
| 835 | 2024-08-27T18:12:26.304Z | Downloaded futures v0.3.30 |
| 836 | 2024-08-27T18:12:26.310Z | Downloaded bindgen v0.69.4 |
| 837 | 2024-08-27T18:12:26.317Z | Downloaded portable-atomic v1.6.0 |
| 838 | 2024-08-27T18:12:26.324Z | Downloaded walkdir v2.5.0 |
| 839 | 2024-08-27T18:12:26.327Z | Downloaded peg v0.8.4 |
| 840 | 2024-08-27T18:12:26.330Z | Downloaded futures-channel v0.3.30 |
| 841 | 2024-08-27T18:12:26.334Z | Downloaded tracing v0.1.40 |
| 842 | 2024-08-27T18:12:26.337Z | Downloaded tough v0.17.1 |
| 843 | 2024-08-27T18:12:26.346Z | Downloaded derive_more v0.99.18 |
| 844 | 2024-08-27T18:12:26.351Z | Downloaded idna v0.4.0 |
| 845 | 2024-08-27T18:12:26.359Z | Downloaded textwrap v0.16.1 |
| 846 | 2024-08-27T18:12:26.361Z | Downloaded hickory-client v0.24.1 |
| 847 | 2024-08-27T18:12:26.365Z | Downloaded rustyline v14.0.0 |
| 848 | 2024-08-27T18:12:26.371Z | Downloaded zip v0.6.6 |
| 849 | 2024-08-27T18:12:26.376Z | Downloaded headers v0.3.9 |
| 850 | 2024-08-27T18:12:26.381Z | Downloaded elliptic-curve v0.13.8 |
| 851 | 2024-08-27T18:12:26.386Z | Downloaded http v1.1.0 |
| 852 | 2024-08-27T18:12:26.390Z | Downloaded diesel_derives v2.2.2 |
| 853 | 2024-08-27T18:12:26.395Z | Downloaded typed-path v0.7.1 |
| 854 | 2024-08-27T18:12:26.401Z | Downloaded steno v0.4.1 |
| 855 | 2024-08-27T18:12:26.406Z | Downloaded winnow v0.5.40 |
| 856 | 2024-08-27T18:12:26.415Z | Downloaded socket2 v0.4.10 |
| 857 | 2024-08-27T18:12:26.418Z | Downloaded tokio-util v0.7.11 |
| 858 | 2024-08-27T18:12:26.425Z | Downloaded lalrpop v0.19.12 |
| 859 | 2024-08-27T18:12:26.437Z | Downloaded quick-xml v0.31.0 |
| 860 | 2024-08-27T18:12:26.444Z | Downloaded hickory-resolver v0.24.1 |
| 861 | 2024-08-27T18:12:26.449Z | Downloaded object v0.30.4 |
| 862 | 2024-08-27T18:12:26.459Z | Downloaded idna v0.5.0 |
| 863 | 2024-08-27T18:12:26.466Z | Downloaded toml_edit v0.19.15 |
| 864 | 2024-08-27T18:12:26.484Z | Downloaded rayon v1.10.0 |
| 865 | 2024-08-27T18:12:26.494Z | Downloaded hickory-server v0.24.1 |
| 866 | 2024-08-27T18:12:26.499Z | Downloaded reedline v0.33.0 |
| 867 | 2024-08-27T18:12:26.507Z | Downloaded openssl v0.10.66 |
| 868 | 2024-08-27T18:12:26.518Z | Downloaded expectorate v1.1.0 |
| 869 | 2024-08-27T18:12:26.521Z | Downloaded reqwest v0.11.27 |
| 870 | 2024-08-27T18:12:26.529Z | Downloaded h2 v0.3.26 |
| 871 | 2024-08-27T18:12:26.536Z | Downloaded hashbrown v0.12.3 |
| 872 | 2024-08-27T18:12:26.540Z | Downloaded hyper v0.14.30 |
| 873 | 2024-08-27T18:12:26.548Z | Downloaded nix v0.27.1 |
| 874 | 2024-08-27T18:12:26.560Z | Downloaded rusqlite v0.31.0 |
| 875 | 2024-08-27T18:12:26.567Z | Downloaded rustls-webpki v0.102.4 |
| 876 | 2024-08-27T18:12:26.586Z | Downloaded object v0.32.2 |
| 877 | 2024-08-27T18:12:26.596Z | Downloaded hkdf v0.12.4 |
| 878 | 2024-08-27T18:12:26.600Z | Downloaded smoltcp v0.9.1 |
| 879 | 2024-08-27T18:12:26.610Z | Downloaded openapiv3 v2.0.0 |
| 880 | 2024-08-27T18:12:26.623Z | Downloaded polar-core v0.27.3 |
| 881 | 2024-08-27T18:12:26.632Z | Downloaded curve25519-dalek v4.1.3 |
| 882 | 2024-08-27T18:12:26.642Z | Downloaded rustls-webpki v0.101.7 |
| 883 | 2024-08-27T18:12:26.658Z | Downloaded smoltcp v0.11.0 |
| 884 | 2024-08-27T18:12:26.671Z | Downloaded sqlparser v0.45.0 |
| 885 | 2024-08-27T18:12:26.677Z | Downloaded bstr v1.9.1 |
| 886 | 2024-08-27T18:12:26.688Z | Downloaded gimli v0.28.1 |
| 887 | 2024-08-27T18:12:26.697Z | Downloaded radix_trie v0.2.1 |
| 888 | 2024-08-27T18:12:26.702Z | Downloaded vcpkg v0.2.15 |
| 889 | 2024-08-27T18:12:26.744Z | Downloaded git2 v0.19.0 |
| 890 | 2024-08-27T18:12:26.752Z | Downloaded nix v0.28.0 |
| 891 | 2024-08-27T18:12:26.764Z | Downloaded proptest v1.5.0 |
| 892 | 2024-08-27T18:12:26.777Z | Downloaded webpki-roots v0.25.4 |
| 893 | 2024-08-27T18:12:26.779Z | Downloaded regex v1.10.6 |
| 894 | 2024-08-27T18:12:26.792Z | Downloaded zerocopy-derive v0.6.6 |
| 895 | 2024-08-27T18:12:26.803Z | Downloaded regress v0.9.1 |
| 896 | 2024-08-27T18:12:26.812Z | Downloaded regex-syntax v0.6.29 |
| 897 | 2024-08-27T18:12:26.820Z | Downloaded hickory-proto v0.24.1 |
| 898 | 2024-08-27T18:12:26.838Z | Downloaded rustls v0.21.12 |
| 899 | 2024-08-27T18:12:26.849Z | Downloaded regex-syntax v0.8.4 |
| 900 | 2024-08-27T18:12:26.857Z | Downloaded rustls v0.22.4 |
| 901 | 2024-08-27T18:12:26.871Z | Downloaded finl_unicode v1.2.0 |
| 902 | 2024-08-27T18:12:26.884Z | Downloaded diesel v2.2.2 |
| 903 | 2024-08-27T18:12:26.905Z | Downloaded sled v0.34.7 |
| 904 | 2024-08-27T18:12:26.914Z | Downloaded ratatui v0.28.0 |
| 905 | 2024-08-27T18:12:26.935Z | Downloaded sha3 v0.10.8 |
| 906 | 2024-08-27T18:12:26.940Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 907 | 2024-08-27T18:12:26.952Z | Downloaded futures-util v0.3.30 |
| 908 | 2024-08-27T18:12:26.964Z | Downloaded idna v0.3.0 |
| 909 | 2024-08-27T18:12:26.972Z | Downloaded unicode_categories v0.1.1 |
| 910 | 2024-08-27T18:12:26.974Z | Downloaded serde_with v3.9.0 |
| 911 | 2024-08-27T18:12:26.982Z | Downloaded itertools v0.13.0 |
| 912 | 2024-08-27T18:12:26.991Z | Downloaded regex-automata v0.4.6 |
| 913 | 2024-08-27T18:12:27.008Z | Downloaded hex v0.4.3 |
| 914 | 2024-08-27T18:12:27.011Z | Downloaded petgraph v0.6.5 |
| 915 | 2024-08-27T18:12:27.027Z | Downloaded tokio v1.38.1 |
| 916 | 2024-08-27T18:12:27.066Z | Downloaded rand_chacha v0.3.1 |
| 917 | 2024-08-27T18:12:27.070Z | Downloaded csv v1.3.0 |
| 918 | 2024-08-27T18:12:27.088Z | Downloaded thread_local v1.1.8 |
| 919 | 2024-08-27T18:12:27.091Z | Downloaded httparse v1.8.0 |
| 920 | 2024-08-27T18:12:27.095Z | Downloaded bitvec v1.0.1 |
| 921 | 2024-08-27T18:12:27.106Z | Downloaded chrono v0.4.38 |
| 922 | 2024-08-27T18:12:27.115Z | Downloaded flate2 v1.0.31 |
| 923 | 2024-08-27T18:12:27.119Z | Downloaded http v0.2.12 |
| 924 | 2024-08-27T18:12:27.123Z | Downloaded filetime v0.2.24 |
| 925 | 2024-08-27T18:12:27.126Z | Downloaded rcgen v0.12.1 |
| 926 | 2024-08-27T18:12:27.128Z | Downloaded iana-time-zone v0.1.60 |
| 927 | 2024-08-27T18:12:27.131Z | Downloaded postgres-types v0.2.7 |
| 928 | 2024-08-27T18:12:27.134Z | Downloaded libm v0.2.8 |
| 929 | 2024-08-27T18:12:27.142Z | Downloaded rtoolbox v0.0.2 |
| 930 | 2024-08-27T18:12:27.144Z | Downloaded tar v0.4.41 |
| 931 | 2024-08-27T18:12:27.147Z | Downloaded signal-hook v0.3.17 |
| 932 | 2024-08-27T18:12:27.149Z | Downloaded encoding_rs v0.8.34 |
| 933 | 2024-08-27T18:12:27.171Z | Downloaded publicsuffix v2.2.3 |
| 934 | 2024-08-27T18:12:27.174Z | Downloaded hashbrown v0.13.2 |
| 935 | 2024-08-27T18:12:27.179Z | Downloaded thiserror-no-std v2.0.2 |
| 936 | 2024-08-27T18:12:27.182Z | Downloaded rustc_version v0.4.0 |
| 937 | 2024-08-27T18:12:27.185Z | Downloaded rustc-hash v1.1.0 |
| 938 | 2024-08-27T18:12:27.185Z | Downloaded quick-error v1.2.3 |
| 939 | 2024-08-27T18:12:27.188Z | Downloaded highway v1.2.0 |
| 940 | 2024-08-27T18:12:27.188Z | Downloaded zerocopy v0.6.6 |
| 941 | 2024-08-27T18:12:27.191Z | Downloaded heapless v0.8.0 |
| 942 | 2024-08-27T18:12:27.195Z | Downloaded crossterm v0.28.1 |
| 943 | 2024-08-27T18:12:27.201Z | Downloaded der v0.7.9 |
| 944 | 2024-08-27T18:12:27.206Z | Downloaded env_logger v0.10.2 |
| 945 | 2024-08-27T18:12:27.209Z | Downloaded group v0.13.0 |
| 946 | 2024-08-27T18:12:27.211Z | Downloaded pin-project v1.1.5 |
| 947 | 2024-08-27T18:12:27.223Z | Downloaded password-hash v0.5.0 |
| 948 | 2024-08-27T18:12:27.226Z | Downloaded smf v0.2.3 |
| 949 | 2024-08-27T18:12:27.226Z | Downloaded slog-stdlog v4.1.1 |
| 950 | 2024-08-27T18:12:27.228Z | Downloaded embedded-io v0.4.0 |
| 951 | 2024-08-27T18:12:27.228Z | Downloaded serde_plain v1.0.2 |
| 952 | 2024-08-27T18:12:27.232Z | Downloaded postgres-protocol v0.6.7 |
| 953 | 2024-08-27T18:12:27.232Z | Downloaded num-bigint-dig v0.8.4 |
| 954 | 2024-08-27T18:12:27.237Z | Downloaded time v0.3.36 |
| 955 | 2024-08-27T18:12:27.243Z | Downloaded libxml v0.3.3 |
| 956 | 2024-08-27T18:12:27.250Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 957 | 2024-08-27T18:12:27.308Z | Downloaded mio v0.8.11 |
| 958 | 2024-08-27T18:12:27.313Z | Downloaded pin-project-internal v1.1.5 |
| 959 | 2024-08-27T18:12:27.316Z | Downloaded resolv-conf v0.7.0 |
| 960 | 2024-08-27T18:12:27.316Z | Downloaded aes v0.8.4 |
| 961 | 2024-08-27T18:12:27.322Z | Downloaded structmeta v0.3.0 |
| 962 | 2024-08-27T18:12:27.325Z | Downloaded tokio-stream v0.1.15 |
| 963 | 2024-08-27T18:12:27.328Z | Downloaded spin v0.9.8 |
| 964 | 2024-08-27T18:12:27.331Z | Downloaded slog-term v2.9.1 |
| 965 | 2024-08-27T18:12:27.333Z | Downloaded rustls-pki-types v1.7.0 |
| 966 | 2024-08-27T18:12:27.333Z | Downloaded socket2 v0.5.7 |
| 967 | 2024-08-27T18:12:27.337Z | Downloaded tokio-macros v2.3.0 |
| 968 | 2024-08-27T18:12:27.337Z | Downloaded http-body v0.4.6 |
| 969 | 2024-08-27T18:12:27.339Z | Downloaded untrusted v0.9.0 |
| 970 | 2024-08-27T18:12:27.339Z | Downloaded vergen v8.3.2 |
| 971 | 2024-08-27T18:12:27.342Z | Downloaded miniz_oxide v0.7.2 |
| 972 | 2024-08-27T18:12:27.345Z | Downloaded derive-where v1.2.7 |
| 973 | 2024-08-27T18:12:27.347Z | Downloaded tungstenite v0.20.1 |
| 974 | 2024-08-27T18:12:27.351Z | Downloaded subtle v2.5.0 |
| 975 | 2024-08-27T18:12:27.353Z | Downloaded dirs-sys-next v0.1.2 |
| 976 | 2024-08-27T18:12:27.353Z | Downloaded dirs-next v2.0.0 |
| 977 | 2024-08-27T18:12:27.356Z | Downloaded const_format v0.2.32 |
| 978 | 2024-08-27T18:12:27.360Z | Downloaded base64 v0.21.7 |
| 979 | 2024-08-27T18:12:27.364Z | Downloaded strum_macros v0.24.3 |
| 980 | 2024-08-27T18:12:27.366Z | Downloaded spin v0.5.2 |
| 981 | 2024-08-27T18:12:27.369Z | Downloaded scrypt v0.11.0 |
| 982 | 2024-08-27T18:12:27.369Z | Downloaded num-traits v0.2.19 |
| 983 | 2024-08-27T18:12:27.371Z | Downloaded foreign-types-macros v0.2.3 |
| 984 | 2024-08-27T18:12:27.374Z | Downloaded ff v0.13.0 |
| 985 | 2024-08-27T18:12:27.374Z | Downloaded crc-any v2.5.0 |
| 986 | 2024-08-27T18:12:27.377Z | Downloaded num-complex v0.4.6 |
| 987 | 2024-08-27T18:12:27.379Z | Downloaded num v0.4.3 |
| 988 | 2024-08-27T18:12:27.379Z | Downloaded crossbeam-utils v0.8.19 |
| 989 | 2024-08-27T18:12:27.382Z | Downloaded clang-sys v1.7.0 |
| 990 | 2024-08-27T18:12:27.385Z | Downloaded cancel-safe-futures v0.1.5 |
| 991 | 2024-08-27T18:12:27.388Z | Downloaded blake2 v0.10.6 |
| 992 | 2024-08-27T18:12:27.391Z | Downloaded indicatif v0.17.8 |
| 993 | 2024-08-27T18:12:27.393Z | Downloaded strum_macros v0.26.4 |
| 994 | 2024-08-27T18:12:27.396Z | Downloaded async-stream v0.3.5 |
| 995 | 2024-08-27T18:12:27.398Z | Downloaded serde_derive_internals v0.29.1 |
| 996 | 2024-08-27T18:12:27.398Z | Downloaded multer v3.1.0 |
| 997 | 2024-08-27T18:12:27.401Z | Downloaded compact_str v0.8.0 |
| 998 | 2024-08-27T18:12:27.404Z | Downloaded ring v0.17.8 |
| 999 | 2024-08-27T18:12:27.475Z | Downloaded base64 v0.22.1 |
| 1000 | 2024-08-27T18:12:27.478Z | Downloaded backtrace v0.3.71 |
| 1001 | 2024-08-27T18:12:27.483Z | Downloaded backoff v0.4.0 |
| 1002 | 2024-08-27T18:12:27.485Z | Downloaded async-trait v0.1.81 |
| 1003 | 2024-08-27T18:12:27.488Z | Downloaded packed_struct v0.10.1 |
| 1004 | 2024-08-27T18:12:27.494Z | Downloaded nu-ansi-term v0.50.0 |
| 1005 | 2024-08-27T18:12:27.494Z | Downloaded darling_core v0.20.9 |
| 1006 | 2024-08-27T18:12:27.497Z | Downloaded signature v2.2.0 |
| 1007 | 2024-08-27T18:12:27.500Z | Downloaded slog-envlogger v2.2.0 |
| 1008 | 2024-08-27T18:12:27.500Z | Downloaded shlex v1.3.0 |
| 1009 | 2024-08-27T18:12:27.502Z | Downloaded secrecy v0.8.0 |
| 1010 | 2024-08-27T18:12:27.502Z | Downloaded argon2 v0.5.3 |
| 1011 | 2024-08-27T18:12:27.504Z | Downloaded arrayvec v0.7.4 |
| 1012 | 2024-08-27T18:12:27.507Z | Downloaded array-init v0.0.4 |
| 1013 | 2024-08-27T18:12:27.507Z | Downloaded lazycell v1.3.0 |
| 1014 | 2024-08-27T18:12:27.509Z | Downloaded lazy_static v1.5.0 |
| 1015 | 2024-08-27T18:12:27.509Z | Downloaded ipnetwork v0.20.0 |
| 1016 | 2024-08-27T18:12:27.512Z | Downloaded castaway v0.2.3 |
| 1017 | 2024-08-27T18:12:27.512Z | Downloaded block-padding v0.3.3 |
| 1018 | 2024-08-27T18:12:27.514Z | Downloaded normalize-line-endings v0.3.0 |
| 1019 | 2024-08-27T18:12:27.514Z | Downloaded buf-list v1.0.3 |
| 1020 | 2024-08-27T18:12:27.518Z | Downloaded crunchy v0.2.2 |
| 1021 | 2024-08-27T18:12:27.518Z | Downloaded cfg_aliases v0.1.1 |
| 1022 | 2024-08-27T18:12:27.518Z | Downloaded atomicwrites v0.4.3 |
| 1023 | 2024-08-27T18:12:27.520Z | Downloaded atomic-waker v1.1.2 |
| 1024 | 2024-08-27T18:12:27.858Z | Downloaded libz-sys v1.1.16 |
| 1025 | 2024-08-27T18:12:28.069Z | Downloaded libsqlite3-sys v0.28.0 |
| 1026 | 2024-08-27T18:12:28.156Z | Downloaded ring v0.16.20 |
| 1027 | 2024-08-27T18:12:28.330Z | Compiling cfg-if v1.0.0 |
| 1028 | 2024-08-27T18:12:28.330Z | Compiling serde v1.0.208 |
| 1029 | 2024-08-27T18:12:28.332Z | Compiling typenum v1.17.0 |
| 1030 | 2024-08-27T18:12:28.332Z | Compiling lock_api v0.4.12 |
| 1031 | 2024-08-27T18:12:28.510Z | Compiling generic-array v0.14.7 |
| 1032 | 2024-08-27T18:12:28.539Z | Compiling syn v2.0.74 |
| 1033 | 2024-08-27T18:12:28.542Z | Compiling scopeguard v1.2.0 |
| 1034 | 2024-08-27T18:12:28.542Z | Compiling log v0.4.21 |
| 1035 | 2024-08-27T18:12:28.585Z | Compiling getrandom v0.2.14 |
| 1036 | 2024-08-27T18:12:28.716Z | Compiling jobserver v0.1.32 |
| 1037 | 2024-08-27T18:12:28.840Z | Compiling rand_core v0.6.4 |
| 1038 | 2024-08-27T18:12:28.985Z | Compiling subtle v2.5.0 |
| 1039 | 2024-08-27T18:12:29.063Z | Compiling cc v1.0.97 |
| 1040 | 2024-08-27T18:12:29.082Z | Compiling const-oid v0.9.6 |
| 1041 | 2024-08-27T18:12:29.332Z | Compiling pin-project-lite v0.2.14 |
| 1042 | 2024-08-27T18:12:29.393Z | Compiling smallvec v1.13.2 |
| 1043 | 2024-08-27T18:12:29.491Z | Compiling parking_lot_core v0.9.10 |
| 1044 | 2024-08-27T18:12:29.516Z | Compiling signal-hook-registry v1.4.2 |
| 1045 | 2024-08-27T18:12:29.718Z | Compiling spin v0.9.8 |
| 1046 | 2024-08-27T18:12:29.873Z | Compiling mio v0.8.11 |
| 1047 | 2024-08-27T18:12:30.138Z | Compiling ahash v0.8.11 |
| 1048 | 2024-08-27T18:12:30.418Z | Compiling parking_lot v0.12.2 |
| 1049 | 2024-08-27T18:12:30.515Z | Compiling tinyvec_macros v0.1.1 |
| 1050 | 2024-08-27T18:12:30.629Z | Compiling tinyvec v1.6.0 |
| 1051 | 2024-08-27T18:12:30.734Z | Compiling socket2 v0.5.7 |
| 1052 | 2024-08-27T18:12:31.255Z | Compiling num_cpus v1.16.0 |
| 1053 | 2024-08-27T18:12:31.278Z | Compiling futures-core v0.3.30 |
| 1054 | 2024-08-27T18:12:31.375Z | Compiling cpufeatures v0.2.12 |
| 1055 | 2024-08-27T18:12:31.393Z | Compiling libm v0.2.8 |
| 1056 | 2024-08-27T18:12:31.450Z | Compiling serde_json v1.0.125 |
| 1057 | 2024-08-27T18:12:31.474Z | Compiling slab v0.4.9 |
| 1058 | 2024-08-27T18:12:31.497Z | Compiling num-traits v0.2.19 |
| 1059 | 2024-08-27T18:12:31.745Z | Compiling futures-sink v0.3.30 |
| 1060 | 2024-08-27T18:12:31.781Z | Compiling allocator-api2 v0.2.18 |
| 1061 | 2024-08-27T18:12:31.784Z | Compiling unicode-bidi v0.3.15 |
| 1062 | 2024-08-27T18:12:32.034Z | Compiling unicode-normalization v0.1.23 |
| 1063 | 2024-08-27T18:12:32.085Z | Compiling futures-channel v0.3.30 |
| 1064 | 2024-08-27T18:12:32.339Z | Compiling pkg-config v0.3.30 |
| 1065 | 2024-08-27T18:12:32.492Z | Compiling pin-utils v0.1.0 |
| 1066 | 2024-08-27T18:12:32.534Z | Compiling vcpkg v0.2.15 |
| 1067 | 2024-08-27T18:12:32.585Z | Compiling futures-io v0.3.30 |
| 1068 | 2024-08-27T18:12:33.147Z | Compiling futures-task v0.3.30 |
| 1069 | 2024-08-27T18:12:33.260Z | Compiling base64ct v1.6.0 |
| 1070 | 2024-08-27T18:12:33.281Z | Compiling percent-encoding v2.3.1 |
| 1071 | 2024-08-27T18:12:33.342Z | Compiling ring v0.17.8 |
| 1072 | 2024-08-27T18:12:33.463Z | Compiling ppv-lite86 v0.2.17 |
| 1073 | 2024-08-27T18:12:33.678Z | Compiling flagset v0.4.5 |
| 1074 | 2024-08-27T18:12:33.876Z | Compiling pem-rfc7468 v0.7.0 |
| 1075 | 2024-08-27T18:12:33.893Z | Compiling tracing-core v0.1.32 |
| 1076 | 2024-08-27T18:12:33.910Z | Compiling untrusted v0.9.0 |
| 1077 | 2024-08-27T18:12:34.085Z | Compiling rustix v0.38.34 |
| 1078 | 2024-08-27T18:12:34.242Z | Compiling rand_chacha v0.3.1 |
| 1079 | 2024-08-27T18:12:34.616Z | Compiling rustversion v1.0.17 |
| 1080 | 2024-08-27T18:12:34.792Z | Compiling openssl-sys v0.9.103 |
| 1081 | 2024-08-27T18:12:34.931Z | Compiling rand v0.8.5 |
| 1082 | 2024-08-27T18:12:34.950Z | Compiling num-conv v0.1.0 |
| 1083 | 2024-08-27T18:12:35.192Z | Compiling foreign-types-shared v0.1.1 |
| 1084 | 2024-08-27T18:12:35.210Z | Compiling openssl v0.10.66 |
| 1085 | 2024-08-27T18:12:35.281Z | Compiling httparse v1.8.0 |
| 1086 | 2024-08-27T18:12:35.334Z | Compiling time-core v0.1.2 |
| 1087 | 2024-08-27T18:12:35.503Z | Compiling powerfmt v0.2.0 |
| 1088 | 2024-08-27T18:12:35.616Z | Compiling time-macros v0.2.18 |
| 1089 | 2024-08-27T18:12:35.782Z | Compiling deranged v0.3.11 |
| 1090 | 2024-08-27T18:12:35.875Z | Compiling foreign-types v0.3.2 |
| 1091 | 2024-08-27T18:12:35.965Z | Compiling form_urlencoded v1.2.1 |
| 1092 | 2024-08-27T18:12:36.232Z | Compiling aho-corasick v1.1.3 |
| 1093 | 2024-08-27T18:12:36.369Z | Compiling crossbeam-utils v0.8.19 |
| 1094 | 2024-08-27T18:12:36.677Z | Compiling native-tls v0.2.11 |
| 1095 | 2024-08-27T18:12:36.943Z | Compiling siphasher v0.3.11 |
| 1096 | 2024-08-27T18:12:37.003Z | Compiling regex-syntax v0.8.4 |
| 1097 | 2024-08-27T18:12:37.308Z | Compiling num_threads v0.1.7 |
| 1098 | 2024-08-27T18:12:37.430Z | Compiling try-lock v0.2.5 |
| 1099 | 2024-08-27T18:12:37.506Z | Compiling rustls v0.21.12 |
| 1100 | 2024-08-27T18:12:37.552Z | Compiling syn v1.0.109 |
| 1101 | 2024-08-27T18:12:37.761Z | Compiling want v0.3.1 |
| 1102 | 2024-08-27T18:12:38.460Z | Compiling time v0.3.36 |
| 1103 | 2024-08-27T18:12:38.871Z | Compiling idna v0.5.0 |
| 1104 | 2024-08-27T18:12:39.256Z | Compiling cookie v0.17.0 |
| 1105 | 2024-08-27T18:12:39.540Z | Compiling adler v1.0.2 |
| 1106 | 2024-08-27T18:12:39.762Z | Compiling finl_unicode v1.2.0 |
| 1107 | 2024-08-27T18:12:40.144Z | Compiling regex-automata v0.4.6 |
| 1108 | 2024-08-27T18:12:40.306Z | Compiling tower-service v0.3.2 |
| 1109 | 2024-08-27T18:12:40.423Z | Compiling iana-time-zone v0.1.60 |
| 1110 | 2024-08-27T18:12:40.859Z | Compiling openssl-probe v0.1.5 |
| 1111 | 2024-08-27T18:12:40.928Z | Compiling httpdate v1.0.3 |
| 1112 | 2024-08-27T18:12:41.010Z | Compiling slog v2.7.0 |
| 1113 | 2024-08-27T18:12:41.195Z | Compiling stringprep v0.1.4 |
| 1114 | 2024-08-27T18:12:41.322Z | Compiling miniz_oxide v0.7.2 |
| 1115 | 2024-08-27T18:12:41.654Z | Compiling url v2.5.2 |
| 1116 | 2024-08-27T18:12:42.097Z | Compiling serde_derive v1.0.208 |
| 1117 | 2024-08-27T18:12:42.240Z | Compiling zeroize_derive v1.4.2 |
| 1118 | 2024-08-27T18:12:42.780Z | Compiling zerocopy-derive v0.7.34 |
| 1119 | 2024-08-27T18:12:42.923Z | Compiling tokio-macros v2.3.0 |
| 1120 | 2024-08-27T18:12:43.423Z | Compiling thiserror-impl v1.0.63 |
| 1121 | 2024-08-27T18:12:43.503Z | Compiling futures-macro v0.3.30 |
| 1122 | 2024-08-27T18:12:43.894Z | Compiling zeroize v1.7.0 |
| 1123 | 2024-08-27T18:12:44.518Z | Compiling der_derive v0.7.2 |
| 1124 | 2024-08-27T18:12:44.972Z | Compiling zerocopy v0.7.34 |
| 1125 | 2024-08-27T18:12:45.388Z | Compiling futures-util v0.3.30 |
| 1126 | 2024-08-27T18:12:45.586Z | Compiling crypto-common v0.1.6 |
| 1127 | 2024-08-27T18:12:45.820Z | Compiling block-buffer v0.10.4 |
| 1128 | 2024-08-27T18:12:46.065Z | Compiling digest v0.10.7 |
| 1129 | 2024-08-27T18:12:46.488Z | Compiling hmac v0.12.1 |
| 1130 | 2024-08-27T18:12:46.657Z | Compiling block-padding v0.3.3 |
| 1131 | 2024-08-27T18:12:46.708Z | Compiling thiserror v1.0.63 |
| 1132 | 2024-08-27T18:12:46.837Z | Compiling sha2 v0.10.8 |
| 1133 | 2024-08-27T18:12:46.892Z | Compiling inout v0.1.3 |
| 1134 | 2024-08-27T18:12:46.910Z | Compiling pest v2.7.10 |
| 1135 | 2024-08-27T18:12:47.080Z | Compiling hashbrown v0.14.5 |
| 1136 | 2024-08-27T18:12:47.146Z | Compiling cipher v0.4.4 |
| 1137 | 2024-08-27T18:12:47.639Z | Compiling salsa20 v0.10.2 |
| 1138 | 2024-08-27T18:12:47.853Z | Compiling der v0.7.9 |
| 1139 | 2024-08-27T18:12:48.474Z | Compiling pbkdf2 v0.12.2 |
| 1140 | 2024-08-27T18:12:48.633Z | Compiling scroll_derive v0.12.0 |
| 1141 | 2024-08-27T18:12:49.859Z | Compiling pest_meta v2.7.10 |
| 1142 | 2024-08-27T18:12:50.042Z | Compiling tracing-attributes v0.1.27 |
| 1143 | 2024-08-27T18:12:50.257Z | Compiling scroll v0.12.0 |
| 1144 | 2024-08-27T18:12:50.809Z | Compiling spki v0.7.3 |
| 1145 | 2024-08-27T18:12:51.070Z | Compiling scrypt v0.11.0 |
| 1146 | 2024-08-27T18:12:51.163Z | Compiling pest_generator v2.7.10 |
| 1147 | 2024-08-27T18:12:51.292Z | Compiling cbc v0.1.2 |
| 1148 | 2024-08-27T18:12:51.534Z | Compiling aes v0.8.4 |
| 1149 | 2024-08-27T18:12:51.636Z | Compiling goblin v0.8.2 |
| 1150 | 2024-08-27T18:12:52.648Z | Compiling pkcs5 v0.7.1 |
| 1151 | 2024-08-27T18:12:53.279Z | Compiling openssl-macros v0.1.1 |
| 1152 | 2024-08-27T18:12:53.934Z | Compiling pkcs8 v0.10.2 |
| 1153 | 2024-08-27T18:12:54.003Z | Compiling tracing v0.1.40 |
| 1154 | 2024-08-27T18:12:54.036Z | Compiling rustls-webpki v0.101.7 |
| 1155 | 2024-08-27T18:12:54.106Z | Compiling sct v0.7.1 |
| 1156 | 2024-08-27T18:12:54.426Z | Compiling md-5 v0.10.6 |
| 1157 | 2024-08-27T18:12:54.667Z | Compiling num-integer v0.1.46 |
| 1158 | 2024-08-27T18:12:54.684Z | Compiling backtrace v0.3.71 |
| 1159 | 2024-08-27T18:12:54.895Z | Compiling pest_derive v2.7.10 |
| 1160 | 2024-08-27T18:12:55.447Z | Compiling idna v0.3.0 |
| 1161 | 2024-08-27T18:12:55.697Z | Compiling dtrace-parser v0.2.0 |
| 1162 | 2024-08-27T18:12:55.742Z | Compiling lazy_static v1.5.0 |
| 1163 | 2024-08-27T18:12:55.866Z | Compiling hash32 v0.2.1 |
| 1164 | 2024-08-27T18:12:55.958Z | Compiling bytes v1.7.1 |
| 1165 | 2024-08-27T18:12:56.255Z | Compiling bitflags v2.6.0 |
| 1166 | 2024-08-27T18:12:56.671Z | Compiling indexmap v2.4.0 |
| 1167 | 2024-08-27T18:12:57.073Z | Compiling tokio v1.38.1 |
| 1168 | 2024-08-27T18:12:57.264Z | Compiling http v0.2.12 |
| 1169 | 2024-08-27T18:12:57.903Z | Compiling semver v1.0.23 |
| 1170 | 2024-08-27T18:12:58.698Z | Compiling rustc_version v0.4.0 |
| 1171 | 2024-08-27T18:12:59.508Z | Compiling heapless v0.7.17 |
| 1172 | 2024-08-27T18:12:59.525Z | Compiling http-body v0.4.6 |
| 1173 | 2024-08-27T18:12:59.751Z | Compiling dof v0.3.0 |
| 1174 | 2024-08-27T18:12:59.976Z | Compiling uuid v1.10.0 |
| 1175 | 2024-08-27T18:13:01.185Z | Compiling usdt-impl v0.5.0 |
| 1176 | 2024-08-27T18:13:01.475Z | Compiling chrono v0.4.38 |
| 1177 | 2024-08-27T18:13:01.972Z | Compiling serde_tokenstream v0.2.2 |
| 1178 | 2024-08-27T18:13:02.232Z | Compiling serde_spanned v0.6.7 |
| 1179 | 2024-08-27T18:13:02.472Z | Compiling toml_datetime v0.6.8 |
| 1180 | 2024-08-27T18:13:02.595Z | Compiling signal-hook v0.3.17 |
| 1181 | 2024-08-27T18:13:02.777Z | Compiling psl-types v2.0.11 |
| 1182 | 2024-08-27T18:13:02.872Z | Compiling fallible-iterator v0.2.0 |
| 1183 | 2024-08-27T18:13:02.960Z | Compiling crc32fast v1.4.0 |
| 1184 | 2024-08-27T18:13:02.982Z | Compiling cfg_aliases v0.1.1 |
| 1185 | 2024-08-27T18:13:03.082Z | Compiling stable_deref_trait v1.2.0 |
| 1186 | 2024-08-27T18:13:03.190Z | Compiling smoltcp v0.9.1 |
| 1187 | 2024-08-27T18:13:03.528Z | Compiling gimli v0.28.1 |
| 1188 | 2024-08-27T18:13:03.580Z | Compiling num-bigint-dig v0.8.4 |
| 1189 | 2024-08-27T18:13:03.893Z | Compiling base64 v0.22.1 |
| 1190 | 2024-08-27T18:13:04.247Z | Compiling nix v0.28.0 |
| 1191 | 2024-08-27T18:13:04.646Z | Compiling postgres-protocol v0.6.7 |
| 1192 | 2024-08-27T18:13:05.092Z | Compiling publicsuffix v2.2.3 |
| 1193 | 2024-08-27T18:13:05.274Z | Compiling tokio-util v0.7.11 |
| 1194 | 2024-08-27T18:13:05.302Z | Compiling tokio-rustls v0.24.1 |
| 1195 | 2024-08-27T18:13:05.371Z | Compiling terminal_size v0.3.0 |
| 1196 | 2024-08-27T18:13:05.565Z | Compiling num-iter v0.1.45 |
| 1197 | 2024-08-27T18:13:05.733Z | Compiling async-trait v0.1.81 |
| 1198 | 2024-08-27T18:13:05.750Z | Compiling zerocopy-derive v0.6.6 |
| 1199 | 2024-08-27T18:13:06.629Z | Compiling h2 v0.3.26 |
| 1200 | 2024-08-27T18:13:07.707Z | Compiling tokio-native-tls v0.3.1 |
| 1201 | 2024-08-27T18:13:07.947Z | Compiling addr2line v0.21.0 |
| 1202 | 2024-08-27T18:13:08.524Z | Compiling phf_shared v0.11.2 |
| 1203 | 2024-08-27T18:13:08.562Z | Compiling serde_derive_internals v0.29.1 |
| 1204 | 2024-08-27T18:13:08.639Z | Compiling ff v0.13.0 |
| 1205 | 2024-08-27T18:13:08.670Z | Compiling object v0.32.2 |
| 1206 | 2024-08-27T18:13:08.764Z | Compiling hubpack_derive v0.1.1 |
| 1207 | 2024-08-27T18:13:08.822Z | Compiling fs-err v2.11.0 |
| 1208 | 2024-08-27T18:13:08.860Z | Compiling base16ct v0.2.0 |
| 1209 | 2024-08-27T18:13:08.924Z | Compiling managed v0.8.0 |
| 1210 | 2024-08-27T18:13:09.119Z | Compiling anyhow v1.0.86 |
| 1211 | 2024-08-27T18:13:09.186Z | Compiling ipnet v2.9.0 |
| 1212 | 2024-08-27T18:13:09.344Z | Compiling base64 v0.21.7 |
| 1213 | 2024-08-27T18:13:09.698Z | Compiling winnow v0.5.40 |
| 1214 | 2024-08-27T18:13:09.749Z | Compiling rustc-demangle v0.1.24 |
| 1215 | 2024-08-27T18:13:10.087Z | Compiling either v1.13.0 |
| 1216 | 2024-08-27T18:13:10.346Z | Compiling schemars v0.8.21 |
| 1217 | 2024-08-27T18:13:10.514Z | Compiling bitflags v1.3.2 |
| 1218 | 2024-08-27T18:13:10.722Z | Compiling rustls-pemfile v1.0.4 |
| 1219 | 2024-08-27T18:13:10.740Z | Compiling clap_builder v4.5.15 |
| 1220 | 2024-08-27T18:13:11.365Z | Compiling hubpack v0.1.2 |
| 1221 | 2024-08-27T18:13:11.396Z | Compiling schemars_derive v0.8.21 |
| 1222 | 2024-08-27T18:13:11.986Z | Compiling sec1 v0.7.3 |
| 1223 | 2024-08-27T18:13:12.475Z | Compiling group v0.13.0 |
| 1224 | 2024-08-27T18:13:12.659Z | Compiling phf v0.11.2 |
| 1225 | 2024-08-27T18:13:12.670Z | Compiling zerocopy v0.6.6 |
| 1226 | 2024-08-27T18:13:12.809Z | Compiling cookie_store v0.20.0 |
| 1227 | 2024-08-27T18:13:13.518Z | Compiling toml_edit v0.19.15 |
| 1228 | 2024-08-27T18:13:13.606Z | Compiling hyper v0.14.30 |
| 1229 | 2024-08-27T18:13:14.809Z | Compiling postgres-types v0.2.7 |
| 1230 | 2024-08-27T18:13:16.347Z | Compiling usdt-attr-macro v0.5.0 |
| 1231 | 2024-08-27T18:13:16.365Z | Compiling usdt-macro v0.5.0 |
| 1232 | 2024-08-27T18:13:17.314Z | Compiling serde_urlencoded v0.7.1 |
| 1233 | 2024-08-27T18:13:17.826Z | Compiling pkcs1 v0.7.5 |
| 1234 | 2024-08-27T18:13:17.854Z | Compiling futures-executor v0.3.30 |
| 1235 | 2024-08-27T18:13:18.008Z | Compiling hkdf v0.12.4 |
| 1236 | 2024-08-27T18:13:18.272Z | Compiling signature v2.2.0 |
| 1237 | 2024-08-27T18:13:18.465Z | Compiling crypto-bigint v0.5.5 |
| 1238 | 2024-08-27T18:13:18.605Z | Compiling bstr v1.9.1 |
| 1239 | 2024-08-27T18:13:18.888Z | Compiling regex v1.10.6 |
| 1240 | 2024-08-27T18:13:18.942Z | Compiling serde_repr v0.1.19 |
| 1241 | 2024-08-27T18:13:20.018Z | Compiling strum_macros v0.25.3 |
| 1242 | 2024-08-27T18:13:20.180Z | Compiling enum-as-inner v0.6.0 |
| 1243 | 2024-08-27T18:13:20.232Z | Compiling clap_derive v4.5.13 |
| 1244 | 2024-08-27T18:13:20.378Z | Compiling phf_shared v0.10.0 |
| 1245 | 2024-08-27T18:13:20.780Z | Compiling hyper-tls v0.5.0 |
| 1246 | 2024-08-27T18:13:21.150Z | Compiling hyper-rustls v0.24.2 |
| 1247 | 2024-08-27T18:13:21.253Z | Compiling float-cmp v0.9.0 |
| 1248 | 2024-08-27T18:13:21.467Z | Compiling idna v0.4.0 |
| 1249 | 2024-08-27T18:13:21.494Z | Compiling mio v1.0.2 |
| 1250 | 2024-08-27T18:13:21.569Z | Compiling encoding_rs v0.8.34 |
| 1251 | 2024-08-27T18:13:22.680Z | Compiling predicates-core v1.0.6 |
| 1252 | 2024-08-27T18:13:23.035Z | Compiling dyn-clone v1.0.17 |
| 1253 | 2024-08-27T18:13:23.084Z | Compiling webpki-roots v0.25.4 |
| 1254 | 2024-08-27T18:13:23.247Z | Compiling whoami v1.5.1 |
| 1255 | 2024-08-27T18:13:23.281Z | Compiling normalize-line-endings v0.3.0 |
| 1256 | 2024-08-27T18:13:23.437Z | Compiling new_debug_unreachable v1.0.6 |
| 1257 | 2024-08-27T18:13:23.530Z | Compiling difflib v0.4.0 |
| 1258 | 2024-08-27T18:13:23.616Z | Compiling bit-vec v0.6.3 |
| 1259 | 2024-08-27T18:13:23.902Z | Compiling fixedbitset v0.4.2 |
| 1260 | 2024-08-27T18:13:24.097Z | Compiling static_assertions v1.1.0 |
| 1261 | 2024-08-27T18:13:24.151Z | Compiling minimal-lexical v0.2.1 |
| 1262 | 2024-08-27T18:13:24.202Z | Compiling mime v0.3.17 |
| 1263 | 2024-08-27T18:13:24.359Z | Compiling precomputed-hash v0.1.1 |
| 1264 | 2024-08-27T18:13:24.474Z | Compiling sync_wrapper v0.1.2 |
| 1265 | 2024-08-27T18:13:24.607Z | Compiling unicode-segmentation v1.11.0 |
| 1266 | 2024-08-27T18:13:24.646Z | Compiling data-encoding v2.6.0 |
| 1267 | 2024-08-27T18:13:24.671Z | Compiling reqwest v0.11.27 |
| 1268 | 2024-08-27T18:13:24.824Z | Compiling nom v7.1.3 |
| 1269 | 2024-08-27T18:13:25.022Z | Compiling string_cache v0.8.7 |
| 1270 | 2024-08-27T18:13:25.222Z | Compiling clap v4.5.16 |
| 1271 | 2024-08-27T18:13:25.346Z | Compiling hickory-proto v0.24.1 |
| 1272 | 2024-08-27T18:13:25.412Z | Compiling similar v2.6.0 |
| 1273 | 2024-08-27T18:13:25.484Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1274 | 2024-08-27T18:13:26.116Z | Compiling petgraph v0.6.5 |
| 1275 | 2024-08-27T18:13:27.116Z | Compiling bit-set v0.5.3 |
| 1276 | 2024-08-27T18:13:27.405Z | Compiling predicates v3.1.2 |
| 1277 | 2024-08-27T18:13:27.701Z | Compiling console v0.15.8 |
| 1278 | 2024-08-27T18:13:27.956Z | Compiling tokio-postgres v0.7.11 |
| 1279 | 2024-08-27T18:13:28.634Z | Compiling toml_edit v0.22.20 |
| 1280 | 2024-08-27T18:13:29.288Z | Compiling usdt v0.5.0 |
| 1281 | 2024-08-27T18:13:29.799Z | Compiling signal-hook-mio v0.2.4 |
| 1282 | 2024-08-27T18:13:29.980Z | Compiling elliptic-curve v0.13.8 |
| 1283 | 2024-08-27T18:13:30.210Z | Compiling rsa v0.9.6 |
| 1284 | 2024-08-27T18:13:30.815Z | Compiling futures v0.3.30 |
| 1285 | 2024-08-27T18:13:30.937Z | Compiling toml v0.7.8 |
| 1286 | 2024-08-27T18:13:32.060Z | Compiling flate2 v1.0.31 |
| 1287 | 2024-08-27T18:13:33.589Z | Compiling itertools v0.12.1 |
| 1288 | 2024-08-27T18:13:33.687Z | Compiling itertools v0.10.5 |
| 1289 | 2024-08-27T18:13:33.930Z | Compiling tokio-stream v0.1.15 |
| 1290 | 2024-08-27T18:13:34.928Z | Compiling openapiv3 v2.0.0 |
| 1291 | 2024-08-27T18:13:35.765Z | Compiling hex v0.4.3 |
| 1292 | 2024-08-27T18:13:36.408Z | Compiling crossbeam-epoch v0.9.18 |
| 1293 | 2024-08-27T18:13:36.465Z | Compiling sha1 v0.10.6 |
| 1294 | 2024-08-27T18:13:36.824Z | Compiling dirs-sys-next v0.1.2 |
| 1295 | 2024-08-27T18:13:36.903Z | Compiling unicode-xid v0.2.4 |
| 1296 | 2024-08-27T18:13:37.081Z | Compiling lalrpop-util v0.19.12 |
| 1297 | 2024-08-27T18:13:37.122Z | Compiling peg-runtime v0.8.3 |
| 1298 | 2024-08-27T18:13:37.142Z | Compiling dirs-next v2.0.0 |
| 1299 | 2024-08-27T18:13:37.157Z | Compiling thread_local v1.1.8 |
| 1300 | 2024-08-27T18:13:37.335Z | Compiling slog-async v2.8.0 |
| 1301 | 2024-08-27T18:13:37.442Z | Compiling term v0.7.0 |
| 1302 | 2024-08-27T18:13:37.495Z | Compiling xattr v1.3.1 |
| 1303 | 2024-08-27T18:13:37.722Z | Compiling crossbeam-channel v0.5.12 |
| 1304 | 2024-08-27T18:13:37.776Z | Compiling strum_macros v0.26.4 |
| 1305 | 2024-08-27T18:13:37.793Z | Compiling filetime v0.2.24 |
| 1306 | 2024-08-27T18:13:37.936Z | Compiling is-terminal v0.4.12 |
| 1307 | 2024-08-27T18:13:38.069Z | Compiling take_mut v0.2.2 |
| 1308 | 2024-08-27T18:13:38.105Z | Compiling slog-term v2.9.1 |
| 1309 | 2024-08-27T18:13:38.222Z | Compiling tar v0.4.41 |
| 1310 | 2024-08-27T18:13:38.521Z | Compiling camino v1.1.9 |
| 1311 | 2024-08-27T18:13:39.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1312 | 2024-08-27T18:13:40.786Z | Compiling strum v0.26.3 |
| 1313 | 2024-08-27T18:13:40.865Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1314 | 2024-08-27T18:13:46.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1315 | 2024-08-27T18:13:46.416Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1316 | 2024-08-27T18:13:46.463Z | Aug 27 18:13:45.019 INFO Starting download, target: Cockroach |
| 1317 | 2024-08-27T18:13:46.463Z | Aug 27 18:13:45.019 INFO Starting download, target: Clickhouse |
| 1318 | 2024-08-27T18:13:46.463Z | Aug 27 18:13:45.019 INFO Starting download, target: Console |
| 1319 | 2024-08-27T18:13:46.464Z | Aug 27 18:13:45.019 INFO Starting download, target: DendriteOpenapi |
| 1320 | 2024-08-27T18:13:46.464Z | Aug 27 18:13:45.019 INFO Starting download, target: DendriteStub |
| 1321 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.019 INFO Starting download, target: MaghemiteMgd |
| 1322 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.019 INFO Starting download, target: TransceiverControl |
| 1323 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.020 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1324 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.020 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1325 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.020 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1326 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.020 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1327 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.020 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1328 | 2024-08-27T18:13:46.467Z | Aug 27 18:13:45.020 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1329 | 2024-08-27T18:13:46.468Z | Aug 27 18:13:45.020 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1330 | 2024-08-27T18:13:46.692Z | Aug 27 18:13:45.240 INFO Download complete, target: DendriteOpenapi |
| 1331 | 2024-08-27T18:13:46.916Z | Aug 27 18:13:45.436 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1332 | 2024-08-27T18:13:47.126Z | Aug 27 18:13:45.667 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1333 | 2024-08-27T18:13:47.321Z | Aug 27 18:13:45.875 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1334 | 2024-08-27T18:13:47.520Z | Aug 27 18:13:46.076 INFO Download complete, target: Console |
| 1335 | 2024-08-27T18:13:47.548Z | Aug 27 18:13:46.103 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1336 | 2024-08-27T18:13:47.736Z | Aug 27 18:13:46.291 INFO Download complete, target: TransceiverControl |
| 1337 | 2024-08-27T18:13:47.821Z | Aug 27 18:13:46.376 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1338 | 2024-08-27T18:13:47.821Z | Aug 27 18:13:46.376 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1339 | 2024-08-27T18:13:48.757Z | Aug 27 18:13:47.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1340 | 2024-08-27T18:13:50.561Z | Aug 27 18:13:49.116 INFO Download complete, target: DendriteStub |
| 1341 | 2024-08-27T18:13:50.975Z | Aug 27 18:13:49.530 INFO Download complete, target: MaghemiteMgd |
| 1342 | 2024-08-27T18:13:56.517Z | Aug 27 18:13:55.071 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1343 | 2024-08-27T18:13:56.900Z | Aug 27 18:13:55.454 INFO Checking that binary works, target: Cockroach |
| 1344 | 2024-08-27T18:13:57.099Z | Aug 27 18:13:55.653 INFO Download complete, target: Cockroach |
| 1345 | 2024-08-27T18:14:03.389Z | Aug 27 18:14:01.943 INFO Checking that binary works, target: Clickhouse |
| 1346 | 2024-08-27T18:14:04.059Z | Aug 27 18:14:02.613 INFO Download complete, target: Clickhouse |
| 1347 | 2024-08-27T18:14:04.066Z | All prerequisites installed successfully |
| 1348 | 2024-08-27T18:14:04.068Z | |
| 1349 | 2024-08-27T18:14:04.069Z | real 4:10.341659469 |
| 1350 | 2024-08-27T18:14:04.069Z | user 11:21.955604783 |
| 1351 | 2024-08-27T18:14:04.069Z | sys 2:23.611674971 |
| 1352 | 2024-08-27T18:14:04.069Z | trap 0.413836480 |
| 1353 | 2024-08-27T18:14:04.069Z | tflt 9.605840709 |
| 1354 | 2024-08-27T18:14:04.069Z | dflt 6.831727922 |
| 1355 | 2024-08-27T18:14:04.069Z | kflt 0.466715637 |
| 1356 | 2024-08-27T18:14:04.069Z | lock 22:53.471657884 |
| 1357 | 2024-08-27T18:14:04.069Z | slp 45:48.843125901 |
| 1358 | 2024-08-27T18:14:04.069Z | lat 35.589173295 |
| 1359 | 2024-08-27T18:14:04.069Z | stop 1:40.453632667 |
| 1360 | 2024-08-27T18:14:04.069Z | + ptime -m cargo xtask download softnpu |
| 1361 | 2024-08-27T18:14:04.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1362 | 2024-08-27T18:14:04.644Z | Running `target/debug/xtask download softnpu` |
| 1363 | 2024-08-27T18:14:05.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1364 | 2024-08-27T18:14:05.521Z | Running `target/debug/xtask-downloader softnpu` |
| 1365 | 2024-08-27T18:14:05.556Z | Aug 27 18:14:04.110 INFO Starting download, target: Softnpu |
| 1366 | 2024-08-27T18:14:05.559Z | Aug 27 18:14:04.110 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1367 | 2024-08-27T18:14:06.246Z | Aug 27 18:14:04.799 INFO Download complete, target: Softnpu |
| 1368 | 2024-08-27T18:14:06.250Z | |
| 1369 | 2024-08-27T18:14:06.252Z | real 2.176544145 |
| 1370 | 2024-08-27T18:14:06.252Z | user 1.229339011 |
| 1371 | 2024-08-27T18:14:06.252Z | sys 0.575911030 |
| 1372 | 2024-08-27T18:14:06.252Z | trap 0.000326649 |
| 1373 | 2024-08-27T18:14:06.252Z | tflt 0.000011609 |
| 1374 | 2024-08-27T18:14:06.252Z | dflt 0.000009959 |
| 1375 | 2024-08-27T18:14:06.252Z | kflt 0.000000000 |
| 1376 | 2024-08-27T18:14:06.252Z | lock 7.073629086 |
| 1377 | 2024-08-27T18:14:06.252Z | slp 0.700364675 |
| 1378 | 2024-08-27T18:14:06.252Z | lat 0.072110148 |
| 1379 | 2024-08-27T18:14:06.252Z | stop 0.000409048 |
| 1380 | 2024-08-27T18:14:06.252Z | + export CARGO_INCREMENTAL=0 |
| 1381 | 2024-08-27T18:14:06.252Z | + CARGO_INCREMENTAL=0 |
| 1382 | 2024-08-27T18:14:06.253Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 1383 | 2024-08-27T18:14:07.226Z | Compiling proc-macro2 v1.0.86 |
| 1384 | 2024-08-27T18:14:07.226Z | Compiling unicode-ident v1.0.12 |
| 1385 | 2024-08-27T18:14:07.228Z | Compiling libc v0.2.156 |
| 1386 | 2024-08-27T18:14:07.228Z | Compiling serde v1.0.208 |
| 1387 | 2024-08-27T18:14:07.228Z | Compiling version_check v0.9.5 |
| 1388 | 2024-08-27T18:14:07.228Z | Compiling autocfg v1.3.0 |
| 1389 | 2024-08-27T18:14:07.228Z | Compiling cfg-if v1.0.0 |
| 1390 | 2024-08-27T18:14:07.229Z | Compiling once_cell v1.19.0 |
| 1391 | 2024-08-27T18:14:07.535Z | Compiling typenum v1.17.0 |
| 1392 | 2024-08-27T18:14:07.596Z | Compiling memchr v2.7.2 |
| 1393 | 2024-08-27T18:14:07.931Z | Compiling byteorder v1.5.0 |
| 1394 | 2024-08-27T18:14:08.070Z | Compiling lock_api v0.4.12 |
| 1395 | 2024-08-27T18:14:08.380Z | Compiling generic-array v0.14.7 |
| 1396 | 2024-08-27T18:14:08.396Z | Compiling ahash v0.8.11 |
| 1397 | 2024-08-27T18:14:08.502Z | Compiling serde_json v1.0.125 |
| 1398 | 2024-08-27T18:14:08.688Z | Compiling libm v0.2.8 |
| 1399 | 2024-08-27T18:14:08.746Z | Compiling num-traits v0.2.19 |
| 1400 | 2024-08-27T18:14:08.850Z | Compiling quote v1.0.36 |
| 1401 | 2024-08-27T18:14:09.023Z | Compiling parking_lot_core v0.9.10 |
| 1402 | 2024-08-27T18:14:09.059Z | Compiling thiserror v1.0.63 |
| 1403 | 2024-08-27T18:14:09.283Z | Compiling syn v2.0.74 |
| 1404 | 2024-08-27T18:14:09.426Z | Compiling getrandom v0.2.14 |
| 1405 | 2024-08-27T18:14:09.443Z | Compiling jobserver v0.1.32 |
| 1406 | 2024-08-27T18:14:09.566Z | Compiling scopeguard v1.2.0 |
| 1407 | 2024-08-27T18:14:09.751Z | Compiling log v0.4.21 |
| 1408 | 2024-08-27T18:14:09.899Z | Compiling cc v1.0.97 |
| 1409 | 2024-08-27T18:14:10.040Z | Compiling itoa v1.0.11 |
| 1410 | 2024-08-27T18:14:10.232Z | Compiling allocator-api2 v0.2.18 |
| 1411 | 2024-08-27T18:14:10.282Z | Compiling rand_core v0.6.4 |
| 1412 | 2024-08-27T18:14:10.374Z | Compiling slab v0.4.9 |
| 1413 | 2024-08-27T18:14:10.724Z | Compiling pin-project-lite v0.2.14 |
| 1414 | 2024-08-27T18:14:10.764Z | Compiling semver v1.0.23 |
| 1415 | 2024-08-27T18:14:10.992Z | Compiling ryu v1.0.18 |
| 1416 | 2024-08-27T18:14:11.266Z | Compiling equivalent v1.0.1 |
| 1417 | 2024-08-27T18:14:11.283Z | Compiling smallvec v1.13.2 |
| 1418 | 2024-08-27T18:14:11.363Z | Compiling vcpkg v0.2.15 |
| 1419 | 2024-08-27T18:14:11.379Z | Compiling schemars v0.8.21 |
| 1420 | 2024-08-27T18:14:11.693Z | Compiling pkg-config v0.3.30 |
| 1421 | 2024-08-27T18:14:11.738Z | Compiling spin v0.9.8 |
| 1422 | 2024-08-27T18:14:12.248Z | Compiling signal-hook-registry v1.4.2 |
| 1423 | 2024-08-27T18:14:12.975Z | Compiling subtle v2.5.0 |
| 1424 | 2024-08-27T18:14:13.068Z | Compiling parking_lot v0.12.2 |
| 1425 | 2024-08-27T18:14:13.294Z | Compiling ring v0.17.8 |
| 1426 | 2024-08-27T18:14:13.339Z | Compiling openssl-sys v0.9.103 |
| 1427 | 2024-08-27T18:14:13.719Z | Compiling mio v0.8.11 |
| 1428 | 2024-08-27T18:14:14.331Z | Compiling const-oid v0.9.6 |
| 1429 | 2024-08-27T18:14:14.364Z | Compiling num_cpus v1.16.0 |
| 1430 | 2024-08-27T18:14:14.490Z | Compiling socket2 v0.5.7 |
| 1431 | 2024-08-27T18:14:14.857Z | Compiling syn v1.0.109 |
| 1432 | 2024-08-27T18:14:15.350Z | Compiling heck v0.5.0 |
| 1433 | 2024-08-27T18:14:15.461Z | Compiling httparse v1.8.0 |
| 1434 | 2024-08-27T18:14:15.647Z | Compiling time-core v0.1.2 |
| 1435 | 2024-08-27T18:14:15.799Z | Compiling num-conv v0.1.0 |
| 1436 | 2024-08-27T18:14:15.902Z | Compiling futures-core v0.3.30 |
| 1437 | 2024-08-27T18:14:16.079Z | Compiling time-macros v0.2.18 |
| 1438 | 2024-08-27T18:14:16.146Z | Compiling openssl v0.10.66 |
| 1439 | 2024-08-27T18:14:16.162Z | Compiling fnv v1.0.7 |
| 1440 | 2024-08-27T18:14:16.289Z | Compiling rustix v0.38.34 |
| 1441 | 2024-08-27T18:14:16.643Z | Compiling crossbeam-utils v0.8.19 |
| 1442 | 2024-08-27T18:14:16.940Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2024-08-27T18:14:17.607Z | Compiling rustls v0.21.12 |
| 1444 | 2024-08-27T18:14:17.803Z | Compiling iana-time-zone v0.1.60 |
| 1445 | 2024-08-27T18:14:17.893Z | Compiling native-tls v0.2.11 |
| 1446 | 2024-08-27T18:14:18.253Z | Compiling tinyvec_macros v0.1.1 |
| 1447 | 2024-08-27T18:14:18.355Z | Compiling tinyvec v1.6.0 |
| 1448 | 2024-08-27T18:14:18.997Z | Compiling futures-sink v0.3.30 |
| 1449 | 2024-08-27T18:14:19.018Z | Compiling cpufeatures v0.2.12 |
| 1450 | 2024-08-27T18:14:19.192Z | Compiling ucd-trie v0.1.6 |
| 1451 | 2024-08-27T18:14:19.273Z | Compiling backtrace v0.3.71 |
| 1452 | 2024-08-27T18:14:19.540Z | Compiling cookie v0.17.0 |
| 1453 | 2024-08-27T18:14:19.586Z | Compiling unicode-bidi v0.3.15 |
| 1454 | 2024-08-27T18:14:19.743Z | Compiling unicode-normalization v0.1.23 |
| 1455 | 2024-08-27T18:14:19.840Z | Compiling slog v2.7.0 |
| 1456 | 2024-08-27T18:14:20.267Z | Compiling futures-channel v0.3.30 |
| 1457 | 2024-08-27T18:14:20.452Z | Compiling aho-corasick v1.1.3 |
| 1458 | 2024-08-27T18:14:20.798Z | Compiling pin-utils v0.1.0 |
| 1459 | 2024-08-27T18:14:20.815Z | Compiling regex-syntax v0.8.4 |
| 1460 | 2024-08-27T18:14:20.849Z | Compiling futures-task v0.3.30 |
| 1461 | 2024-08-27T18:14:20.902Z | Compiling futures-io v0.3.30 |
| 1462 | 2024-08-27T18:14:22.145Z | Compiling winnow v0.5.40 |
| 1463 | 2024-08-27T18:14:22.412Z | Compiling serde_derive v1.0.208 |
| 1464 | 2024-08-27T18:14:22.429Z | Compiling zeroize_derive v1.4.2 |
| 1465 | 2024-08-27T18:14:23.851Z | Compiling zerocopy-derive v0.7.34 |
| 1466 | 2024-08-27T18:14:24.050Z | Compiling thiserror-impl v1.0.63 |
| 1467 | 2024-08-27T18:14:24.768Z | Compiling tokio-macros v2.3.0 |
| 1468 | 2024-08-27T18:14:25.776Z | Compiling zerocopy v0.7.34 |
| 1469 | 2024-08-27T18:14:25.937Z | Compiling zeroize v1.7.0 |
| 1470 | 2024-08-27T18:14:26.486Z | Compiling futures-macro v0.3.30 |
| 1471 | 2024-08-27T18:14:27.671Z | Compiling crypto-common v0.1.6 |
| 1472 | 2024-08-27T18:14:27.864Z | Compiling schemars_derive v0.8.21 |
| 1473 | 2024-08-27T18:14:28.018Z | Compiling hashbrown v0.14.5 |
| 1474 | 2024-08-27T18:14:28.100Z | Compiling tracing-attributes v0.1.27 |
| 1475 | 2024-08-27T18:14:28.416Z | Compiling block-buffer v0.10.4 |
| 1476 | 2024-08-27T18:14:28.610Z | Compiling digest v0.10.7 |
| 1477 | 2024-08-27T18:14:28.798Z | Compiling der_derive v0.7.2 |
| 1478 | 2024-08-27T18:14:29.222Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2024-08-27T18:14:29.796Z | Compiling scroll_derive v0.12.0 |
| 1480 | 2024-08-27T18:14:30.721Z | Compiling hmac v0.12.1 |
| 1481 | 2024-08-27T18:14:30.804Z | Compiling block-padding v0.3.3 |
| 1482 | 2024-08-27T18:14:30.921Z | Compiling pest v2.7.10 |
| 1483 | 2024-08-27T18:14:30.956Z | Compiling sha2 v0.10.8 |
| 1484 | 2024-08-27T18:14:31.011Z | Compiling inout v0.1.3 |
| 1485 | 2024-08-27T18:14:31.098Z | Compiling futures-util v0.3.30 |
| 1486 | 2024-08-27T18:14:31.121Z | Compiling regex-automata v0.4.6 |
| 1487 | 2024-08-27T18:14:31.227Z | Compiling cipher v0.4.4 |
| 1488 | 2024-08-27T18:14:31.244Z | Compiling anyhow v1.0.86 |
| 1489 | 2024-08-27T18:14:31.687Z | Compiling dyn-clone v1.0.17 |
| 1490 | 2024-08-27T18:14:31.933Z | Compiling untrusted v0.9.0 |
| 1491 | 2024-08-27T18:14:32.130Z | Compiling tracing-core v0.1.32 |
| 1492 | 2024-08-27T18:14:33.840Z | Compiling pest_meta v2.7.10 |
| 1493 | 2024-08-27T18:14:34.505Z | Compiling usdt-impl v0.5.0 |
| 1494 | 2024-08-27T18:14:34.845Z | Compiling base64ct v1.6.0 |
| 1495 | 2024-08-27T18:14:35.415Z | Compiling pest_generator v2.7.10 |
| 1496 | 2024-08-27T18:14:36.276Z | Compiling bytes v1.7.1 |
| 1497 | 2024-08-27T18:14:37.697Z | Compiling indexmap v2.4.0 |
| 1498 | 2024-08-27T18:14:38.123Z | Compiling tokio v1.38.1 |
| 1499 | 2024-08-27T18:14:38.205Z | Compiling bitflags v2.6.0 |
| 1500 | 2024-08-27T18:14:38.724Z | Compiling uuid v1.10.0 |
| 1501 | 2024-08-27T18:14:38.784Z | Compiling serde_tokenstream v0.2.2 |
| 1502 | 2024-08-27T18:14:39.278Z | Compiling chrono v0.4.38 |
| 1503 | 2024-08-27T18:14:40.867Z | Compiling toml_datetime v0.6.8 |
| 1504 | 2024-08-27T18:14:41.312Z | Compiling serde_spanned v0.6.7 |
| 1505 | 2024-08-27T18:14:41.808Z | Compiling http v0.2.12 |
| 1506 | 2024-08-27T18:14:42.257Z | Compiling toml_edit v0.19.15 |
| 1507 | 2024-08-27T18:14:44.144Z | Compiling rustc_version v0.4.0 |
| 1508 | 2024-08-27T18:14:44.190Z | Compiling pest_derive v2.7.10 |
| 1509 | 2024-08-27T18:14:44.925Z | Compiling rustversion v1.0.17 |
| 1510 | 2024-08-27T18:14:44.969Z | Compiling heapless v0.7.17 |
| 1511 | 2024-08-27T18:14:45.404Z | Compiling pem-rfc7468 v0.7.0 |
| 1512 | 2024-08-27T18:14:45.625Z | Compiling tracing v0.1.40 |
| 1513 | 2024-08-27T18:14:46.002Z | Compiling scroll v0.12.0 |
| 1514 | 2024-08-27T18:14:46.579Z | Compiling powerfmt v0.2.0 |
| 1515 | 2024-08-27T18:14:50.795Z | Compiling percent-encoding v2.3.1 |
| 1516 | 2024-08-27T18:14:50.795Z | Compiling flagset v0.4.5 |
| 1517 | 2024-08-27T18:14:50.795Z | Compiling plain v0.2.3 |
| 1518 | 2024-08-27T18:14:50.795Z | Compiling ppv-lite86 v0.2.17 |
| 1519 | 2024-08-27T18:14:50.808Z | Compiling heck v0.4.1 |
| 1520 | 2024-08-27T18:14:50.808Z | Compiling goblin v0.8.2 |
| 1521 | 2024-08-27T18:14:50.808Z | Compiling der v0.7.9 |
| 1522 | 2024-08-27T18:14:50.808Z | Compiling rand_chacha v0.3.1 |
| 1523 | 2024-08-27T18:14:50.808Z | Compiling deranged v0.3.11 |
| 1524 | 2024-08-27T18:14:51.054Z | Compiling regex v1.10.6 |
| 1525 | 2024-08-27T18:14:51.331Z | Compiling salsa20 v0.10.2 |
| 1526 | 2024-08-27T18:14:51.530Z | Compiling pbkdf2 v0.12.2 |
| 1527 | 2024-08-27T18:14:52.329Z | Compiling pretty-hex v0.4.1 |
| 1528 | 2024-08-27T18:14:52.490Z | Compiling crc32fast v1.4.0 |
| 1529 | 2024-08-27T18:14:52.543Z | Compiling num_threads v0.1.7 |
| 1530 | 2024-08-27T18:14:52.676Z | Compiling strsim v0.11.1 |
| 1531 | 2024-08-27T18:14:52.721Z | Compiling time v0.3.36 |
| 1532 | 2024-08-27T18:14:53.418Z | Compiling scrypt v0.11.0 |
| 1533 | 2024-08-27T18:14:53.491Z | Compiling spki v0.7.3 |
| 1534 | 2024-08-27T18:14:53.511Z | Compiling rand v0.8.5 |
| 1535 | 2024-08-27T18:14:53.878Z | Compiling dof v0.3.0 |
| 1536 | 2024-08-27T18:14:53.926Z | Compiling tokio-util v0.7.11 |
| 1537 | 2024-08-27T18:14:55.239Z | Compiling dtrace-parser v0.2.0 |
| 1538 | 2024-08-27T18:14:55.409Z | Compiling cbc v0.1.2 |
| 1539 | 2024-08-27T18:14:55.627Z | Compiling aes v0.8.4 |
| 1540 | 2024-08-27T18:14:55.653Z | Compiling async-trait v0.1.81 |
| 1541 | 2024-08-27T18:14:56.448Z | Compiling thread-id v4.2.1 |
| 1542 | 2024-08-27T18:14:56.734Z | Compiling num-bigint-dig v0.8.4 |
| 1543 | 2024-08-27T18:14:56.983Z | Compiling signal-hook v0.3.17 |
| 1544 | 2024-08-27T18:14:57.074Z | Compiling unicode-width v0.1.13 |
| 1545 | 2024-08-27T18:14:57.116Z | Compiling foreign-types-shared v0.1.1 |
| 1546 | 2024-08-27T18:14:57.166Z | Compiling smoltcp v0.9.1 |
| 1547 | 2024-08-27T18:14:57.221Z | Compiling foreign-types v0.3.2 |
| 1548 | 2024-08-27T18:14:57.285Z | Compiling pkcs5 v0.7.1 |
| 1549 | 2024-08-27T18:14:58.311Z | Compiling form_urlencoded v1.2.1 |
| 1550 | 2024-08-27T18:14:58.783Z | Compiling errno v0.3.9 |
| 1551 | 2024-08-27T18:14:58.892Z | Compiling siphasher v0.3.11 |
| 1552 | 2024-08-27T18:14:59.054Z | Compiling adler v1.0.2 |
| 1553 | 2024-08-27T18:14:59.259Z | Compiling try-lock v0.2.5 |
| 1554 | 2024-08-27T18:14:59.572Z | Compiling cfg_aliases v0.1.1 |
| 1555 | 2024-08-27T18:14:59.671Z | Compiling nix v0.28.0 |
| 1556 | 2024-08-27T18:14:59.956Z | Compiling want v0.3.1 |
| 1557 | 2024-08-27T18:15:00.396Z | Compiling miniz_oxide v0.7.2 |
| 1558 | 2024-08-27T18:15:02.118Z | Compiling pkcs8 v0.10.2 |
| 1559 | 2024-08-27T18:15:02.476Z | Compiling h2 v0.3.26 |
| 1560 | 2024-08-27T18:15:02.809Z | Compiling rustls-webpki v0.101.7 |
| 1561 | 2024-08-27T18:15:03.639Z | Compiling sct v0.7.1 |
| 1562 | 2024-08-27T18:15:03.911Z | Compiling http-body v0.4.6 |
| 1563 | 2024-08-27T18:15:05.048Z | Compiling openapiv3 v2.0.0 |
| 1564 | 2024-08-27T18:15:05.265Z | Compiling hubpack_derive v0.1.1 |
| 1565 | 2024-08-27T18:15:05.345Z | Compiling zerocopy-derive v0.6.6 |
| 1566 | 2024-08-27T18:15:05.430Z | Compiling idna v0.5.0 |
| 1567 | 2024-08-27T18:15:06.348Z | Compiling fs-err v2.11.0 |
| 1568 | 2024-08-27T18:15:06.792Z | Compiling httpdate v1.0.3 |
| 1569 | 2024-08-27T18:15:07.018Z | Compiling stable_deref_trait v1.2.0 |
| 1570 | 2024-08-27T18:15:07.221Z | Compiling tower-service v0.3.2 |
| 1571 | 2024-08-27T18:15:07.351Z | Compiling openssl-probe v0.1.5 |
| 1572 | 2024-08-27T18:15:07.661Z | Compiling utf8parse v0.2.1 |
| 1573 | 2024-08-27T18:15:07.824Z | Compiling anstyle v1.0.8 |
| 1574 | 2024-08-27T18:15:08.173Z | Compiling finl_unicode v1.2.0 |
| 1575 | 2024-08-27T18:15:08.398Z | Compiling gimli v0.28.1 |
| 1576 | 2024-08-27T18:15:08.777Z | Compiling stringprep v0.1.4 |
| 1577 | 2024-08-27T18:15:09.229Z | Compiling anstyle-parse v0.2.4 |
| 1578 | 2024-08-27T18:15:10.288Z | Compiling hyper v0.14.30 |
| 1579 | 2024-08-27T18:15:13.491Z | Compiling addr2line v0.21.0 |
| 1580 | 2024-08-27T18:15:15.188Z | Compiling url v2.5.2 |
| 1581 | 2024-08-27T18:15:20.374Z | Compiling usdt-attr-macro v0.5.0 |
| 1582 | 2024-08-27T18:15:21.913Z | Compiling usdt-macro v0.5.0 |
| 1583 | 2024-08-27T18:15:23.302Z | Compiling md-5 v0.10.6 |
| 1584 | 2024-08-27T18:15:24.130Z | Compiling idna v0.3.0 |
| 1585 | 2024-08-27T18:15:25.668Z | Compiling lazy_static v1.5.0 |
| 1586 | 2024-08-27T18:15:25.792Z | Compiling num-integer v0.1.46 |
| 1587 | 2024-08-27T18:15:26.589Z | Compiling object v0.32.2 |
| 1588 | 2024-08-27T18:15:26.831Z | Compiling hash32 v0.2.1 |
| 1589 | 2024-08-27T18:15:27.920Z | Compiling psl-types v2.0.11 |
| 1590 | 2024-08-27T18:15:28.107Z | Compiling fallible-iterator v0.2.0 |
| 1591 | 2024-08-27T18:15:28.125Z | Compiling is_terminal_polyfill v1.70.0 |
| 1592 | 2024-08-27T18:15:28.246Z | Compiling rustc-demangle v0.1.24 |
| 1593 | 2024-08-27T18:15:28.828Z | Compiling colorchoice v1.0.1 |
| 1594 | 2024-08-27T18:15:28.981Z | Compiling base64 v0.22.1 |
| 1595 | 2024-08-27T18:15:29.423Z | Compiling anstyle-query v1.0.3 |
| 1596 | 2024-08-27T18:15:29.569Z | Compiling anstream v0.6.14 |
| 1597 | 2024-08-27T18:15:29.705Z | Compiling postgres-protocol v0.6.7 |
| 1598 | 2024-08-27T18:15:30.589Z | Compiling publicsuffix v2.2.3 |
| 1599 | 2024-08-27T18:15:32.204Z | Compiling num-iter v0.1.45 |
| 1600 | 2024-08-27T18:15:33.658Z | Compiling tokio-rustls v0.24.1 |
| 1601 | 2024-08-27T18:15:35.045Z | Compiling terminal_size v0.3.0 |
| 1602 | 2024-08-27T18:15:35.246Z | Compiling tokio-native-tls v0.3.1 |
| 1603 | 2024-08-27T18:15:35.893Z | Compiling phf_shared v0.11.2 |
| 1604 | 2024-08-27T18:15:36.917Z | Compiling strum_macros v0.25.3 |
| 1605 | 2024-08-27T18:15:37.434Z | Compiling enum-as-inner v0.6.0 |
| 1606 | 2024-08-27T18:15:37.933Z | Compiling regress v0.9.1 |
| 1607 | 2024-08-27T18:15:38.077Z | Compiling clap_derive v4.5.13 |
| 1608 | 2024-08-27T18:15:38.483Z | Compiling serde_repr v0.1.19 |
| 1609 | 2024-08-27T18:15:40.742Z | Compiling ff v0.13.0 |
| 1610 | 2024-08-27T18:15:42.590Z | Compiling encoding_rs v0.8.34 |
| 1611 | 2024-08-27T18:15:42.835Z | Compiling managed v0.8.0 |
| 1612 | 2024-08-27T18:15:42.852Z | Compiling clap_lex v0.7.0 |
| 1613 | 2024-08-27T18:15:43.295Z | Compiling either v1.13.0 |
| 1614 | 2024-08-27T18:15:43.510Z | Compiling base16ct v0.2.0 |
| 1615 | 2024-08-27T18:15:43.721Z | Compiling mime v0.3.17 |
| 1616 | 2024-08-27T18:15:44.261Z | Compiling bitflags v1.3.2 |
| 1617 | 2024-08-27T18:15:44.366Z | Compiling ipnet v2.9.0 |
| 1618 | 2024-08-27T18:15:44.817Z | Compiling base64 v0.21.7 |
| 1619 | 2024-08-27T18:15:45.359Z | Compiling rustls-pemfile v1.0.4 |
| 1620 | 2024-08-27T18:15:45.746Z | Compiling sec1 v0.7.3 |
| 1621 | 2024-08-27T18:15:46.159Z | Compiling clap_builder v4.5.15 |
| 1622 | 2024-08-27T18:15:46.337Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1623 | 2024-08-27T18:15:47.540Z | Compiling group v0.13.0 |
| 1624 | 2024-08-27T18:15:53.296Z | Compiling phf v0.11.2 |
| 1625 | 2024-08-27T18:15:53.540Z | Compiling hyper-tls v0.5.0 |
| 1626 | 2024-08-27T18:15:53.616Z | Compiling hyper-rustls v0.24.2 |
| 1627 | 2024-08-27T18:15:53.783Z | Compiling cookie_store v0.20.0 |
| 1628 | 2024-08-27T18:15:54.360Z | Compiling postgres-types v0.2.7 |
| 1629 | 2024-08-27T18:15:54.524Z | Compiling zerocopy v0.6.6 |
| 1630 | 2024-08-27T18:15:55.203Z | Compiling hubpack v0.1.2 |
| 1631 | 2024-08-27T18:15:55.235Z | Compiling pkcs1 v0.7.5 |
| 1632 | 2024-08-27T18:15:55.400Z | Compiling phf_shared v0.10.0 |
| 1633 | 2024-08-27T18:15:55.647Z | Compiling crossbeam-epoch v0.9.18 |
| 1634 | 2024-08-27T18:15:55.783Z | Compiling serde_urlencoded v0.7.1 |
| 1635 | 2024-08-27T18:15:56.253Z | Compiling futures-executor v0.3.30 |
| 1636 | 2024-08-27T18:15:56.375Z | Compiling bstr v1.9.1 |
| 1637 | 2024-08-27T18:15:56.975Z | Compiling hkdf v0.12.4 |
| 1638 | 2024-08-27T18:15:56.994Z | Compiling signature v2.2.0 |
| 1639 | 2024-08-27T18:15:57.213Z | Compiling crypto-bigint v0.5.5 |
| 1640 | 2024-08-27T18:15:57.229Z | Compiling idna v0.4.0 |
| 1641 | 2024-08-27T18:15:57.440Z | Compiling float-cmp v0.9.0 |
| 1642 | 2024-08-27T18:15:57.659Z | Compiling mio v1.0.2 |
| 1643 | 2024-08-27T18:15:57.962Z | Compiling memmap v0.7.0 |
| 1644 | 2024-08-27T18:15:58.521Z | Compiling minimal-lexical v0.2.1 |
| 1645 | 2024-08-27T18:15:58.671Z | Compiling whoami v1.5.1 |
| 1646 | 2024-08-27T18:15:59.227Z | Compiling normalize-line-endings v0.3.0 |
| 1647 | 2024-08-27T18:15:59.357Z | Compiling difflib v0.4.0 |
| 1648 | 2024-08-27T18:15:59.504Z | Compiling precomputed-hash v0.1.1 |
| 1649 | 2024-08-27T18:15:59.627Z | Compiling winnow v0.6.18 |
| 1650 | 2024-08-27T18:15:59.728Z | Compiling data-encoding v2.6.0 |
| 1651 | 2024-08-27T18:15:59.971Z | Compiling static_assertions v1.1.0 |
| 1652 | 2024-08-27T18:16:00.076Z | Compiling bit-vec v0.6.3 |
| 1653 | 2024-08-27T18:16:00.506Z | Compiling webpki-roots v0.25.4 |
| 1654 | 2024-08-27T18:16:00.641Z | Compiling fixedbitset v0.4.2 |
| 1655 | 2024-08-27T18:16:00.685Z | Compiling sync_wrapper v0.1.2 |
| 1656 | 2024-08-27T18:16:00.820Z | Compiling predicates-core v1.0.6 |
| 1657 | 2024-08-27T18:16:00.839Z | Compiling unicode-segmentation v1.11.0 |
| 1658 | 2024-08-27T18:16:01.008Z | Compiling new_debug_unreachable v1.0.6 |
| 1659 | 2024-08-27T18:16:01.058Z | Compiling predicates v3.1.2 |
| 1660 | 2024-08-27T18:16:01.104Z | Compiling string_cache v0.8.7 |
| 1661 | 2024-08-27T18:16:01.129Z | Compiling petgraph v0.6.5 |
| 1662 | 2024-08-27T18:16:01.421Z | Compiling reqwest v0.11.27 |
| 1663 | 2024-08-27T18:16:01.528Z | Compiling similar v2.6.0 |
| 1664 | 2024-08-27T18:16:01.657Z | Compiling hickory-proto v0.24.1 |
| 1665 | 2024-08-27T18:16:01.776Z | Compiling bit-set v0.5.3 |
| 1666 | 2024-08-27T18:16:02.079Z | Compiling elliptic-curve v0.13.8 |
| 1667 | 2024-08-27T18:16:02.575Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1668 | 2024-08-27T18:16:03.453Z | Compiling toml_edit v0.22.20 |
| 1669 | 2024-08-27T18:16:03.519Z | Compiling tokio-postgres v0.7.11 |
| 1670 | 2024-08-27T18:16:03.580Z | Compiling nom v7.1.3 |
| 1671 | 2024-08-27T18:16:05.257Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1672 | 2024-08-27T18:16:07.159Z | Compiling signal-hook-mio v0.2.4 |
| 1673 | 2024-08-27T18:16:07.333Z | Compiling usdt v0.5.0 |
| 1674 | 2024-08-27T18:16:08.454Z | Compiling rsa v0.9.6 |
| 1675 | 2024-08-27T18:16:09.073Z | Compiling futures v0.3.30 |
| 1676 | 2024-08-27T18:16:10.433Z | Compiling flate2 v1.0.31 |
| 1677 | 2024-08-27T18:16:10.607Z | Compiling clap v4.5.16 |
| 1678 | 2024-08-27T18:16:10.851Z | Compiling itertools v0.10.5 |
| 1679 | 2024-08-27T18:16:11.363Z | Compiling itertools v0.12.1 |
| 1680 | 2024-08-27T18:16:11.452Z | Compiling console v0.15.8 |
| 1681 | 2024-08-27T18:16:12.603Z | Compiling tokio-stream v0.1.15 |
| 1682 | 2024-08-27T18:16:12.783Z | Compiling toml v0.7.8 |
| 1683 | 2024-08-27T18:16:13.032Z | Compiling hex v0.4.3 |
| 1684 | 2024-08-27T18:16:13.663Z | Compiling sha1 v0.10.6 |
| 1685 | 2024-08-27T18:16:13.930Z | Compiling camino v1.1.9 |
| 1686 | 2024-08-27T18:16:14.223Z | Compiling unicode-xid v0.2.4 |
| 1687 | 2024-08-27T18:16:14.384Z | Compiling lalrpop-util v0.19.12 |
| 1688 | 2024-08-27T18:16:14.572Z | Compiling peg-runtime v0.8.3 |
| 1689 | 2024-08-27T18:16:14.862Z | Compiling proc-macro-crate v1.3.1 |
| 1690 | 2024-08-27T18:16:15.084Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1691 | 2024-08-27T18:16:15.598Z | Compiling heapless v0.8.0 |
| 1692 | 2024-08-27T18:16:16.625Z | Compiling num_enum_derive v0.5.11 |
| 1693 | 2024-08-27T18:16:18.357Z | Compiling ipnetwork v0.20.0 |
| 1694 | 2024-08-27T18:16:20.355Z | Compiling hash32 v0.3.1 |
| 1695 | 2024-08-27T18:16:22.032Z | Compiling smoltcp v0.11.0 |
| 1696 | 2024-08-27T18:16:22.173Z | Compiling ident_case v1.0.1 |
| 1697 | 2024-08-27T18:16:22.655Z | Compiling rustls-pki-types v1.7.0 |
| 1698 | 2024-08-27T18:16:24.073Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1699 | 2024-08-27T18:16:26.145Z | Compiling darling_core v0.20.9 |
| 1700 | 2024-08-27T18:16:32.530Z | Compiling num_enum v0.5.11 |
| 1701 | 2024-08-27T18:16:33.215Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1702 | 2024-08-27T18:16:33.419Z | Compiling getopts v0.2.21 |
| 1703 | 2024-08-27T18:16:34.457Z | Compiling dirs-sys-next v0.1.2 |
| 1704 | 2024-08-27T18:16:34.667Z | Compiling proc-macro-error-attr v1.0.4 |
| 1705 | 2024-08-27T18:16:34.995Z | Compiling rustls v0.22.4 |
| 1706 | 2024-08-27T18:16:35.299Z | Compiling embedded-io v0.4.0 |
| 1707 | 2024-08-27T18:16:35.506Z | Compiling cobs v0.2.3 |
| 1708 | 2024-08-27T18:16:35.543Z | Compiling unsafe-libyaml v0.2.11 |
| 1709 | 2024-08-27T18:16:35.977Z | Compiling paste v1.0.15 |
| 1710 | 2024-08-27T18:16:36.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1711 | 2024-08-27T18:16:38.478Z | Compiling serde_yaml v0.9.34+deprecated |
| 1712 | 2024-08-27T18:16:38.856Z | Compiling postcard v1.0.8 |
| 1713 | 2024-08-27T18:16:39.778Z | Compiling dirs-next v2.0.0 |
| 1714 | 2024-08-27T18:16:40.416Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1715 | 2024-08-27T18:16:47.668Z | Compiling darling_macro v0.20.9 |
| 1716 | 2024-08-27T18:16:49.001Z | Compiling rustls-webpki v0.102.4 |
| 1717 | 2024-08-27T18:16:56.853Z | Compiling strum_macros v0.26.4 |
| 1718 | 2024-08-27T18:16:57.808Z | Compiling foreign-types-macros v0.2.3 |
| 1719 | 2024-08-27T18:16:57.874Z | Compiling structmeta-derive v0.3.0 |
| 1720 | 2024-08-27T18:16:59.310Z | Compiling thread_local v1.1.8 |
| 1721 | 2024-08-27T18:17:00.499Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1722 | 2024-08-27T18:17:00.823Z | Compiling proc-macro-error v1.0.4 |
| 1723 | 2024-08-27T18:17:01.152Z | Compiling multer v3.1.0 |
| 1724 | 2024-08-27T18:17:01.823Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1725 | 2024-08-27T18:17:01.921Z | Compiling slog-async v2.8.0 |
| 1726 | 2024-08-27T18:17:03.140Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1727 | 2024-08-27T18:17:03.160Z | Compiling foreign-types-shared v0.3.1 |
| 1728 | 2024-08-27T18:17:03.179Z | Compiling match_cfg v0.1.0 |
| 1729 | 2024-08-27T18:17:03.279Z | Compiling foreign-types v0.5.0 |
| 1730 | 2024-08-27T18:17:03.292Z | Compiling hostname v0.3.1 |
| 1731 | 2024-08-27T18:17:08.183Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1732 | 2024-08-27T18:17:09.187Z | Compiling strum v0.26.3 |
| 1733 | 2024-08-27T18:17:09.679Z | Compiling structmeta v0.3.0 |
| 1734 | 2024-08-27T18:17:14.575Z | Compiling darling v0.20.9 |
| 1735 | 2024-08-27T18:17:14.702Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1736 | 2024-08-27T18:17:15.893Z | Compiling term v0.7.0 |
| 1737 | 2024-08-27T18:17:19.984Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1738 | 2024-08-27T18:17:21.492Z | Compiling slog-json v2.6.1 |
| 1739 | 2024-08-27T18:17:21.954Z | Compiling tabwriter v1.4.0 |
| 1740 | 2024-08-27T18:17:22.751Z | Compiling crossbeam-channel v0.5.12 |
| 1741 | 2024-08-27T18:17:23.994Z | Compiling http v1.1.0 |
| 1742 | 2024-08-27T18:17:24.212Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1743 | 2024-08-27T18:17:24.320Z | Compiling async-stream-impl v0.3.5 |
| 1744 | 2024-08-27T18:17:25.034Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1745 | 2024-08-27T18:17:25.570Z | Compiling is-terminal v0.4.12 |
| 1746 | 2024-08-27T18:17:25.705Z | Compiling cstr-argument v0.1.2 |
| 1747 | 2024-08-27T18:17:25.891Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1748 | 2024-08-27T18:17:25.950Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1749 | 2024-08-27T18:17:26.221Z | Compiling take_mut v0.2.2 |
| 1750 | 2024-08-27T18:17:26.273Z | Compiling crucible-workspace-hack v0.1.0 |
| 1751 | 2024-08-27T18:17:26.389Z | Compiling atomic-waker v1.1.2 |
| 1752 | 2024-08-27T18:17:26.574Z | Compiling pretty-hex v0.2.1 |
| 1753 | 2024-08-27T18:17:26.597Z | Compiling rayon-core v1.12.1 |
| 1754 | 2024-08-27T18:17:26.795Z | Compiling fastrand v2.1.0 |
| 1755 | 2024-08-27T18:17:28.012Z | Compiling tempfile v3.10.1 |
| 1756 | 2024-08-27T18:17:28.071Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1757 | 2024-08-27T18:17:28.489Z | Compiling waitgroup v0.1.2 |
| 1758 | 2024-08-27T18:17:28.812Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1759 | 2024-08-27T18:17:29.607Z | Compiling slog-term v2.9.1 |
| 1760 | 2024-08-27T18:17:29.676Z | Compiling async-stream v0.3.5 |
| 1761 | 2024-08-27T18:17:29.692Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1762 | 2024-08-27T18:17:29.998Z | Compiling slog-bunyan v2.5.0 |
| 1763 | 2024-08-27T18:17:30.276Z | Compiling tokio-rustls v0.25.0 |
| 1764 | 2024-08-27T18:17:30.778Z | Compiling serde_with_macros v3.9.0 |
| 1765 | 2024-08-27T18:17:30.838Z | Compiling parse-display-derive v0.10.0 |
| 1766 | 2024-08-27T18:17:31.172Z | Compiling toml v0.8.19 |
| 1767 | 2024-08-27T18:17:31.582Z | Compiling rustls-pemfile v2.1.3 |
| 1768 | 2024-08-27T18:17:31.687Z | Compiling crossbeam-deque v0.8.5 |
| 1769 | 2024-08-27T18:17:32.125Z | Compiling colored v2.1.0 |
| 1770 | 2024-08-27T18:17:32.181Z | Compiling newtype-uuid v1.1.0 |
| 1771 | 2024-08-27T18:17:32.336Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1772 | 2024-08-27T18:17:32.529Z | Compiling serde_path_to_error v0.1.16 |
| 1773 | 2024-08-27T18:17:33.458Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1774 | 2024-08-27T18:17:33.488Z | Compiling socket2 v0.4.10 |
| 1775 | 2024-08-27T18:17:33.527Z | Compiling hostname v0.4.0 |
| 1776 | 2024-08-27T18:17:33.785Z | Compiling instant v0.1.12 |
| 1777 | 2024-08-27T18:17:33.953Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1778 | 2024-08-27T18:17:34.193Z | Compiling debug-ignore v1.0.5 |
| 1779 | 2024-08-27T18:17:34.341Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1780 | 2024-08-27T18:17:34.341Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1781 | 2024-08-27T18:17:34.760Z | Compiling parse-display v0.10.0 |
| 1782 | 2024-08-27T18:17:34.937Z | Compiling backoff v0.4.0 |
| 1783 | 2024-08-27T18:17:35.306Z | Compiling serde_with v3.9.0 |
| 1784 | 2024-08-27T18:17:36.739Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1785 | 2024-08-27T18:17:37.410Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1786 | 2024-08-27T18:17:38.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1787 | 2024-08-27T18:17:38.807Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1788 | 2024-08-27T18:17:38.958Z | Compiling camino-tempfile v1.1.1 |
| 1789 | 2024-08-27T18:17:39.721Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1790 | 2024-08-27T18:17:39.772Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1791 | 2024-08-27T18:17:39.958Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1792 | 2024-08-27T18:17:40.189Z | Compiling macaddr v1.0.1 |
| 1793 | 2024-08-27T18:17:40.835Z | Compiling num-derive v0.4.2 |
| 1794 | 2024-08-27T18:17:40.913Z | Compiling sigpipe v0.1.3 |
| 1795 | 2024-08-27T18:17:41.049Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1796 | 2024-08-27T18:17:41.356Z | Compiling libefi-sys v0.1.0 |
| 1797 | 2024-08-27T18:17:41.713Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1798 | 2024-08-27T18:17:43.113Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1799 | 2024-08-27T18:17:43.482Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1800 | 2024-08-27T18:17:43.567Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1801 | 2024-08-27T18:17:44.054Z | Compiling rayon v1.10.0 |
| 1802 | 2024-08-27T18:17:44.212Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1803 | 2024-08-27T18:17:44.614Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1804 | 2024-08-27T18:17:45.076Z | Compiling smf v0.2.3 |
| 1805 | 2024-08-27T18:17:46.919Z | Compiling bitfield-struct v0.6.1 |
| 1806 | 2024-08-27T18:17:47.741Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1807 | 2024-08-27T18:17:48.093Z | Compiling ring v0.16.20 |
| 1808 | 2024-08-27T18:17:48.158Z | Compiling blake3 v1.5.1 |
| 1809 | 2024-08-27T18:17:48.305Z | Compiling portable-atomic v1.6.0 |
| 1810 | 2024-08-27T18:17:49.112Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1811 | 2024-08-27T18:17:49.434Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1812 | 2024-08-27T18:17:49.828Z | Compiling xattr v1.3.1 |
| 1813 | 2024-08-27T18:17:49.844Z | Compiling memmap2 v0.9.4 |
| 1814 | 2024-08-27T18:17:50.070Z | Compiling filetime v0.2.24 |
| 1815 | 2024-08-27T18:17:50.123Z | Compiling constant_time_eq v0.3.0 |
| 1816 | 2024-08-27T18:17:50.311Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1817 | 2024-08-27T18:17:50.416Z | Compiling arrayref v0.3.7 |
| 1818 | 2024-08-27T18:17:50.437Z | Compiling untrusted v0.7.1 |
| 1819 | 2024-08-27T18:17:50.438Z | Compiling same-file v1.0.6 |
| 1820 | 2024-08-27T18:17:50.524Z | Compiling spin v0.5.2 |
| 1821 | 2024-08-27T18:17:50.603Z | Compiling arrayvec v0.7.4 |
| 1822 | 2024-08-27T18:17:50.626Z | Compiling walkdir v2.5.0 |
| 1823 | 2024-08-27T18:17:50.723Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1824 | 2024-08-27T18:17:50.773Z | Compiling tar v0.4.41 |
| 1825 | 2024-08-27T18:17:52.045Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1826 | 2024-08-27T18:17:53.417Z | Compiling gethostname v0.5.0 |
| 1827 | 2024-08-27T18:17:53.639Z | Compiling cargo-platform v0.1.8 |
| 1828 | 2024-08-27T18:17:53.753Z | Compiling number_prefix v0.4.0 |
| 1829 | 2024-08-27T18:17:53.991Z | Compiling topological-sort v0.2.2 |
| 1830 | 2024-08-27T18:17:54.270Z | Compiling cargo_metadata v0.18.1 |
| 1831 | 2024-08-27T18:17:54.334Z | Compiling indicatif v0.17.8 |
| 1832 | 2024-08-27T18:17:59.129Z | Compiling omicron-zone-package v0.11.0 |
| 1833 | 2024-08-27T18:18:01.408Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1834 | 2024-08-27T18:18:02.929Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1835 | 2024-08-27T18:18:04.695Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1836 | 2024-08-27T18:18:23.906Z | Finished `release` profile [optimized] target(s) in 4m 17s |
| 1837 | 2024-08-27T18:18:24.042Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1838 | 2024-08-27T18:18:24.084Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1839 | 2024-08-27T18:18:24.086Z | Created new build target 'test' and set it as active |
| 1840 | 2024-08-27T18:18:24.086Z | |
| 1841 | 2024-08-27T18:18:24.086Z | real 4:17.805718411 |
| 1842 | 2024-08-27T18:18:24.086Z | user 29:18.447137779 |
| 1843 | 2024-08-27T18:18:24.086Z | sys 3:37.663782833 |
| 1844 | 2024-08-27T18:18:24.086Z | trap 0.876714668 |
| 1845 | 2024-08-27T18:18:24.086Z | tflt 2.790877713 |
| 1846 | 2024-08-27T18:18:24.086Z | dflt 0.581718756 |
| 1847 | 2024-08-27T18:18:24.086Z | kflt 0.023629686 |
| 1848 | 2024-08-27T18:18:24.087Z | lock 1:05:17.145636503 |
| 1849 | 2024-08-27T18:18:24.087Z | slp 1:53:03.715646990 |
| 1850 | 2024-08-27T18:18:24.087Z | lat 1:57.941294272 |
| 1851 | 2024-08-27T18:18:24.087Z | stop 3:22.777262176 |
| 1852 | 2024-08-27T18:18:24.087Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1853 | 2024-08-27T18:18:25.042Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 1854 | 2024-08-27T18:18:25.092Z | Running `target/release/omicron-package -t test package` |
| 1855 | 2024-08-27T18:18:25.132Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1856 | 2024-08-27T18:18:26.240Z | Compiling camino v1.1.9 |
| 1857 | 2024-08-27T18:18:26.240Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1858 | 2024-08-27T18:18:26.243Z | Compiling password-hash v0.5.0 |
| 1859 | 2024-08-27T18:18:26.243Z | Compiling blake2 v0.10.6 |
| 1860 | 2024-08-27T18:18:26.243Z | Compiling derive-where v1.2.7 |
| 1861 | 2024-08-27T18:18:26.243Z | Compiling newline-converter v0.3.0 |
| 1862 | 2024-08-27T18:18:26.243Z | Compiling toml v0.8.19 |
| 1863 | 2024-08-27T18:18:26.392Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1864 | 2024-08-27T18:18:26.576Z | Compiling humantime v2.1.0 |
| 1865 | 2024-08-27T18:18:26.634Z | Compiling expectorate v1.1.0 |
| 1866 | 2024-08-27T18:18:26.848Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1867 | 2024-08-27T18:18:26.866Z | Compiling dirs-sys-next v0.1.2 |
| 1868 | 2024-08-27T18:18:27.070Z | Compiling argon2 v0.5.3 |
| 1869 | 2024-08-27T18:18:27.271Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1870 | 2024-08-27T18:18:27.384Z | Compiling dirs-next v2.0.0 |
| 1871 | 2024-08-27T18:18:27.431Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1872 | 2024-08-27T18:18:27.555Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1873 | 2024-08-27T18:18:27.575Z | Compiling num-rational v0.4.2 |
| 1874 | 2024-08-27T18:18:27.907Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1875 | 2024-08-27T18:18:28.465Z | Compiling num-complex v0.4.6 |
| 1876 | 2024-08-27T18:18:28.526Z | Compiling convert_case v0.4.0 |
| 1877 | 2024-08-27T18:18:28.917Z | Compiling term v0.7.0 |
| 1878 | 2024-08-27T18:18:29.333Z | Compiling derive_more v0.99.18 |
| 1879 | 2024-08-27T18:18:29.474Z | Compiling float-ord v0.3.2 |
| 1880 | 2024-08-27T18:18:29.503Z | Compiling prettyplease v0.2.20 |
| 1881 | 2024-08-27T18:18:29.628Z | Compiling num v0.4.3 |
| 1882 | 2024-08-27T18:18:29.758Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 1883 | 2024-08-27T18:18:29.784Z | Compiling is-terminal v0.4.12 |
| 1884 | 2024-08-27T18:18:29.801Z | Compiling semver v0.1.20 |
| 1885 | 2024-08-27T18:18:29.909Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 1886 | 2024-08-27T18:18:29.953Z | Compiling cookie v0.18.1 |
| 1887 | 2024-08-27T18:18:30.109Z | Compiling rustls-pki-types v1.7.0 |
| 1888 | 2024-08-27T18:18:30.284Z | Compiling rustc_version v0.1.7 |
| 1889 | 2024-08-27T18:18:30.355Z | Compiling highway v1.2.0 |
| 1890 | 2024-08-27T18:18:30.692Z | Compiling newtype_derive v0.1.6 |
| 1891 | 2024-08-27T18:18:30.907Z | Compiling home v0.5.9 |
| 1892 | 2024-08-27T18:18:31.236Z | Compiling steno v0.4.1 |
| 1893 | 2024-08-27T18:18:31.806Z | Compiling rustls-webpki v0.102.4 |
| 1894 | 2024-08-27T18:18:33.652Z | Compiling rustls v0.22.4 |
| 1895 | 2024-08-27T18:18:33.680Z | Compiling thread_local v1.1.8 |
| 1896 | 2024-08-27T18:18:33.683Z | Compiling match_cfg v0.1.0 |
| 1897 | 2024-08-27T18:18:33.797Z | Compiling hostname v0.3.1 |
| 1898 | 2024-08-27T18:18:34.018Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 1899 | 2024-08-27T18:18:36.041Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1900 | 2024-08-27T18:18:36.296Z | Compiling multer v3.1.0 |
| 1901 | 2024-08-27T18:18:36.368Z | Compiling slog-async v2.8.0 |
| 1902 | 2024-08-27T18:18:36.439Z | Compiling slog-json v2.6.1 |
| 1903 | 2024-08-27T18:18:36.642Z | Compiling crossbeam-channel v0.5.12 |
| 1904 | 2024-08-27T18:18:36.802Z | Compiling http v1.1.0 |
| 1905 | 2024-08-27T18:18:37.692Z | Compiling atomic-waker v1.1.2 |
| 1906 | 2024-08-27T18:18:37.878Z | Compiling take_mut v0.2.2 |
| 1907 | 2024-08-27T18:18:39.045Z | Compiling tokio-rustls v0.25.0 |
| 1908 | 2024-08-27T18:18:39.488Z | Compiling waitgroup v0.1.2 |
| 1909 | 2024-08-27T18:18:39.697Z | Compiling slog-bunyan v2.5.0 |
| 1910 | 2024-08-27T18:18:39.918Z | Compiling slog-term v2.9.1 |
| 1911 | 2024-08-27T18:18:40.035Z | Compiling rustls-pemfile v2.1.3 |
| 1912 | 2024-08-27T18:18:40.482Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1913 | 2024-08-27T18:18:40.556Z | Compiling async-stream v0.3.5 |
| 1914 | 2024-08-27T18:18:40.900Z | Compiling ipnetwork v0.20.0 |
| 1915 | 2024-08-27T18:18:40.981Z | Compiling newtype-uuid v1.1.0 |
| 1916 | 2024-08-27T18:18:41.296Z | Compiling serde_path_to_error v0.1.16 |
| 1917 | 2024-08-27T18:18:41.548Z | Compiling hostname v0.4.0 |
| 1918 | 2024-08-27T18:18:41.692Z | Compiling instant v0.1.12 |
| 1919 | 2024-08-27T18:18:41.777Z | Compiling debug-ignore v1.0.5 |
| 1920 | 2024-08-27T18:18:41.839Z | Compiling backoff v0.4.0 |
| 1921 | 2024-08-27T18:18:41.933Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1922 | 2024-08-27T18:18:42.234Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1923 | 2024-08-27T18:18:42.567Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1924 | 2024-08-27T18:18:42.608Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1925 | 2024-08-27T18:18:42.790Z | Compiling parse-display v0.10.0 |
| 1926 | 2024-08-27T18:18:43.281Z | Compiling serde_with v3.9.0 |
| 1927 | 2024-08-27T18:18:43.337Z | Compiling strum v0.26.3 |
| 1928 | 2024-08-27T18:18:43.528Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1929 | 2024-08-27T18:18:46.402Z | Compiling macaddr v1.0.1 |
| 1930 | 2024-08-27T18:18:46.836Z | Compiling slog-dtrace v0.3.0 |
| 1931 | 2024-08-27T18:18:47.337Z | Compiling linked-hash-map v0.5.6 |
| 1932 | 2024-08-27T18:18:47.768Z | Compiling lru-cache v0.1.2 |
| 1933 | 2024-08-27T18:18:47.993Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1934 | 2024-08-27T18:18:49.440Z | Compiling quick-error v1.2.3 |
| 1935 | 2024-08-27T18:18:49.605Z | Compiling resolv-conf v0.7.0 |
| 1936 | 2024-08-27T18:18:50.048Z | Compiling hickory-resolver v0.24.1 |
| 1937 | 2024-08-27T18:18:50.103Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1938 | 2024-08-27T18:18:51.131Z | Compiling swrite v0.1.0 |
| 1939 | 2024-08-27T18:18:51.197Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 1940 | 2024-08-27T18:18:51.279Z | Compiling utf-8 v0.7.6 |
| 1941 | 2024-08-27T18:18:51.645Z | Compiling rayon-core v1.12.1 |
| 1942 | 2024-08-27T18:18:51.672Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1943 | 2024-08-27T18:18:53.523Z | Compiling crossbeam-deque v0.8.5 |
| 1944 | 2024-08-27T18:18:53.873Z | Compiling half v2.4.1 |
| 1945 | 2024-08-27T18:18:54.592Z | Compiling ciborium-io v0.2.2 |
| 1946 | 2024-08-27T18:18:54.738Z | Compiling same-file v1.0.6 |
| 1947 | 2024-08-27T18:18:54.982Z | Compiling termcolor v1.4.1 |
| 1948 | 2024-08-27T18:18:55.185Z | Compiling fastrand v2.1.0 |
| 1949 | 2024-08-27T18:18:55.704Z | Compiling display-error-chain v0.2.0 |
| 1950 | 2024-08-27T18:18:55.889Z | Compiling tempfile v3.10.1 |
| 1951 | 2024-08-27T18:18:56.032Z | Compiling walkdir v2.5.0 |
| 1952 | 2024-08-27T18:18:56.655Z | Compiling ciborium-ll v0.2.2 |
| 1953 | 2024-08-27T18:18:57.186Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1954 | 2024-08-27T18:18:57.676Z | Compiling blake3 v1.5.1 |
| 1955 | 2024-08-27T18:18:58.299Z | Compiling ring v0.16.20 |
| 1956 | 2024-08-27T18:18:58.325Z | Compiling rayon v1.10.0 |
| 1957 | 2024-08-27T18:19:03.098Z | Compiling ciborium v0.2.2 |
| 1958 | 2024-08-27T18:19:04.477Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1959 | 2024-08-27T18:19:05.808Z | Compiling xattr v1.3.1 |
| 1960 | 2024-08-27T18:19:06.079Z | Compiling filetime v0.2.24 |
| 1961 | 2024-08-27T18:19:06.385Z | Compiling memmap2 v0.9.4 |
| 1962 | 2024-08-27T18:19:06.804Z | Compiling constant_time_eq v0.3.0 |
| 1963 | 2024-08-27T18:19:06.970Z | Compiling spin v0.5.2 |
| 1964 | 2024-08-27T18:19:07.214Z | Compiling untrusted v0.7.1 |
| 1965 | 2024-08-27T18:19:07.414Z | Compiling arrayvec v0.7.4 |
| 1966 | 2024-08-27T18:19:07.856Z | Compiling arrayref v0.3.7 |
| 1967 | 2024-08-27T18:19:07.971Z | Compiling cancel-safe-futures v0.1.5 |
| 1968 | 2024-08-27T18:19:08.860Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 1969 | 2024-08-27T18:19:09.378Z | Compiling tar v0.4.41 |
| 1970 | 2024-08-27T18:19:11.224Z | Compiling toolchain_find v0.4.0 |
| 1971 | 2024-08-27T18:19:11.672Z | Compiling camino-tempfile v1.1.1 |
| 1972 | 2024-08-27T18:19:11.868Z | Compiling nibble_vec v0.1.0 |
| 1973 | 2024-08-27T18:19:12.112Z | Compiling atty v0.2.14 |
| 1974 | 2024-08-27T18:19:12.130Z | Compiling glob v0.3.1 |
| 1975 | 2024-08-27T18:19:12.280Z | Compiling endian-type v0.1.2 |
| 1976 | 2024-08-27T18:19:12.530Z | Compiling crunchy v0.2.2 |
| 1977 | 2024-08-27T18:19:12.629Z | Compiling topological-sort v0.2.2 |
| 1978 | 2024-08-27T18:19:12.767Z | Compiling radium v0.7.0 |
| 1979 | 2024-08-27T18:19:12.849Z | Compiling maplit v1.0.2 |
| 1980 | 2024-08-27T18:19:12.936Z | Compiling clang-sys v1.7.0 |
| 1981 | 2024-08-27T18:19:12.970Z | Compiling omicron-zone-package v0.11.0 |
| 1982 | 2024-08-27T18:19:13.035Z | Compiling radix_trie v0.2.1 |
| 1983 | 2024-08-27T18:19:13.239Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1984 | 2024-08-27T18:19:13.262Z | Compiling rustfmt-wrapper v0.2.1 |
| 1985 | 2024-08-27T18:19:13.680Z | Compiling tungstenite v0.21.0 |
| 1986 | 2024-08-27T18:19:13.859Z | Compiling maybe-uninit v2.0.0 |
| 1987 | 2024-08-27T18:19:13.918Z | Compiling tap v1.0.1 |
| 1988 | 2024-08-27T18:19:14.118Z | Compiling tiny-keccak v2.0.2 |
| 1989 | 2024-08-27T18:19:14.254Z | Compiling wyz v0.5.1 |
| 1990 | 2024-08-27T18:19:14.568Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1991 | 2024-08-27T18:19:14.729Z | Compiling dsl_auto_type v0.1.2 |
| 1992 | 2024-08-27T18:19:14.993Z | Compiling tokio-tungstenite v0.21.0 |
| 1993 | 2024-08-27T18:19:15.607Z | Compiling itertools v0.13.0 |
| 1994 | 2024-08-27T18:19:16.150Z | Compiling scheduled-thread-pool v0.2.7 |
| 1995 | 2024-08-27T18:19:17.556Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1996 | 2024-08-27T18:19:18.066Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 1997 | 2024-08-27T18:19:18.288Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1998 | 2024-08-27T18:19:18.449Z | Compiling packed_struct v0.10.1 |
| 1999 | 2024-08-27T18:19:18.811Z | Compiling crc-catalog v2.4.0 |
| 2000 | 2024-08-27T18:19:18.868Z | Compiling arc-swap v1.7.1 |
| 2001 | 2024-08-27T18:19:18.887Z | Compiling funty v2.0.0 |
| 2002 | 2024-08-27T18:19:18.963Z | Compiling crc v3.2.1 |
| 2003 | 2024-08-27T18:19:19.468Z | Compiling slog-scope v4.4.0 |
| 2004 | 2024-08-27T18:19:19.569Z | Compiling diesel_derives v2.2.2 |
| 2005 | 2024-08-27T18:19:20.291Z | Compiling bitvec v1.0.1 |
| 2006 | 2024-08-27T18:19:21.378Z | Compiling r2d2 v0.8.10 |
| 2007 | 2024-08-27T18:19:22.366Z | Compiling ascii-canvas v3.0.0 |
| 2008 | 2024-08-27T18:19:22.836Z | Compiling packed_struct_codegen v0.10.1 |
| 2009 | 2024-08-27T18:19:24.747Z | Compiling ena v0.14.3 |
| 2010 | 2024-08-27T18:19:25.142Z | Compiling libloading v0.8.3 |
| 2011 | 2024-08-27T18:19:25.275Z | Compiling indexmap v1.9.3 |
| 2012 | 2024-08-27T18:19:25.516Z | Compiling regex-syntax v0.6.29 |
| 2013 | 2024-08-27T18:19:25.624Z | Compiling bindgen v0.69.4 |
| 2014 | 2024-08-27T18:19:26.102Z | Compiling nodrop v0.1.14 |
| 2015 | 2024-08-27T18:19:26.235Z | Compiling diff v0.1.13 |
| 2016 | 2024-08-27T18:19:26.699Z | Compiling array-init v0.0.4 |
| 2017 | 2024-08-27T18:19:30.516Z | Compiling lalrpop v0.19.12 |
| 2018 | 2024-08-27T18:19:30.874Z | Compiling diesel v2.2.2 |
| 2019 | 2024-08-27T18:19:32.322Z | Compiling smallvec v0.6.14 |
| 2020 | 2024-08-27T18:19:32.867Z | Compiling slog-stdlog v4.1.1 |
| 2021 | 2024-08-27T18:19:33.716Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2022 | 2024-08-27T18:19:34.869Z | Compiling which v4.4.2 |
| 2023 | 2024-08-27T18:19:35.399Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2024 | 2024-08-27T18:19:35.638Z | Compiling cexpr v0.6.0 |
| 2025 | 2024-08-27T18:19:37.254Z | Compiling libsw v3.3.1 |
| 2026 | 2024-08-27T18:19:37.610Z | Compiling rustc-hash v1.1.0 |
| 2027 | 2024-08-27T18:19:37.778Z | Compiling linear-map v1.2.0 |
| 2028 | 2024-08-27T18:19:37.979Z | Compiling lazycell v1.3.0 |
| 2029 | 2024-08-27T18:19:38.161Z | Compiling ref-cast v1.0.23 |
| 2030 | 2024-08-27T18:19:38.214Z | Compiling bitfield v0.14.0 |
| 2031 | 2024-08-27T18:19:38.504Z | Compiling hashbrown v0.12.3 |
| 2032 | 2024-08-27T18:19:38.655Z | Compiling shlex v1.3.0 |
| 2033 | 2024-08-27T18:19:39.034Z | Compiling owo-colors v4.0.0 |
| 2034 | 2024-08-27T18:19:41.808Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2035 | 2024-08-27T18:19:45.015Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2036 | 2024-08-27T18:19:45.856Z | Compiling slog-envlogger v2.2.0 |
| 2037 | 2024-08-27T18:19:48.362Z | Compiling serde-hex v0.1.0 |
| 2038 | 2024-08-27T18:19:49.255Z | Compiling bzip2 v0.4.4 |
| 2039 | 2024-08-27T18:19:49.658Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2040 | 2024-08-27T18:19:50.041Z | Compiling env_logger v0.10.2 |
| 2041 | 2024-08-27T18:19:53.005Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2042 | 2024-08-27T18:19:53.338Z | Compiling derive_builder_core v0.20.0 |
| 2043 | 2024-08-27T18:19:53.595Z | Compiling x509-cert v0.2.5 |
| 2044 | 2024-08-27T18:19:54.862Z | Compiling ron v0.8.1 |
| 2045 | 2024-08-27T18:19:55.490Z | Compiling headers-core v0.2.0 |
| 2046 | 2024-08-27T18:19:55.663Z | Compiling hashbrown v0.13.2 |
| 2047 | 2024-08-27T18:19:56.981Z | Compiling polar-core v0.27.3 |
| 2048 | 2024-08-27T18:19:57.080Z | Compiling fxhash v0.2.1 |
| 2049 | 2024-08-27T18:19:57.311Z | Compiling libxml v0.3.3 |
| 2050 | 2024-08-27T18:19:57.679Z | Compiling ref-cast-impl v1.0.23 |
| 2051 | 2024-08-27T18:19:58.279Z | Compiling crc-any v2.5.0 |
| 2052 | 2024-08-27T18:19:58.972Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2053 | 2024-08-27T18:20:00.927Z | Compiling object v0.30.4 |
| 2054 | 2024-08-27T18:20:05.125Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2055 | 2024-08-27T18:20:06.822Z | Compiling headers v0.3.9 |
| 2056 | 2024-08-27T18:20:06.919Z | Compiling derive_builder_macro v0.20.0 |
| 2057 | 2024-08-27T18:20:07.768Z | Compiling samael v0.0.15 |
| 2058 | 2024-08-27T18:20:08.698Z | Compiling zip v0.6.6 |
| 2059 | 2024-08-27T18:20:09.345Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2060 | 2024-08-27T18:20:10.479Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2061 | 2024-08-27T18:20:10.815Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2062 | 2024-08-27T18:20:11.002Z | Compiling kstat-rs v0.2.4 |
| 2063 | 2024-08-27T18:20:11.316Z | Compiling strum_macros v0.24.3 |
| 2064 | 2024-08-27T18:20:11.907Z | Compiling async-recursion v1.1.1 |
| 2065 | 2024-08-27T18:20:12.502Z | Compiling unicase v2.7.0 |
| 2066 | 2024-08-27T18:20:12.847Z | Compiling indoc v1.0.9 |
| 2067 | 2024-08-27T18:20:13.456Z | Compiling path-slash v0.1.5 |
| 2068 | 2024-08-27T18:20:13.724Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2069 | 2024-08-27T18:20:13.796Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2070 | 2024-08-27T18:20:16.752Z | Compiling derive_builder v0.20.0 |
| 2071 | 2024-08-27T18:20:20.809Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2072 | 2024-08-27T18:20:20.841Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2073 | 2024-08-27T18:20:21.163Z | Compiling crossterm v0.28.1 |
| 2074 | 2024-08-27T18:20:21.952Z | Compiling pem v3.0.4 |
| 2075 | 2024-08-27T18:20:23.364Z | Compiling curve25519-dalek v4.1.3 |
| 2076 | 2024-08-27T18:20:23.827Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2077 | 2024-08-27T18:20:28.096Z | Compiling oso-derive v0.27.3 |
| 2078 | 2024-08-27T18:20:29.115Z | Compiling libz-sys v1.1.16 |
| 2079 | 2024-08-27T18:20:29.315Z | Compiling quick-xml v0.31.0 |
| 2080 | 2024-08-27T18:20:29.488Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2081 | 2024-08-27T18:20:29.593Z | Compiling keccak v0.1.5 |
| 2082 | 2024-08-27T18:20:29.758Z | Compiling parking_lot_core v0.8.6 |
| 2083 | 2024-08-27T18:20:29.878Z | Compiling sha3 v0.10.8 |
| 2084 | 2024-08-27T18:20:30.530Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2085 | 2024-08-27T18:20:30.577Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2086 | 2024-08-27T18:20:30.726Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2087 | 2024-08-27T18:20:30.799Z | Compiling oso v0.27.3 |
| 2088 | 2024-08-27T18:20:32.109Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2089 | 2024-08-27T18:20:32.427Z | Compiling bb8 v0.8.5 |
| 2090 | 2024-08-27T18:20:33.042Z | Compiling const_format_proc_macros v0.2.32 |
| 2091 | 2024-08-27T18:20:34.992Z | Compiling universal-hash v0.5.1 |
| 2092 | 2024-08-27T18:20:35.239Z | Compiling secrecy v0.8.0 |
| 2093 | 2024-08-27T18:20:35.553Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2094 | 2024-08-27T18:20:35.794Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2095 | 2024-08-27T18:20:37.253Z | Compiling vte_generate_state_changes v0.1.1 |
| 2096 | 2024-08-27T18:20:37.915Z | Compiling buf-list v1.0.3 |
| 2097 | 2024-08-27T18:20:38.472Z | Compiling opaque-debug v0.3.1 |
| 2098 | 2024-08-27T18:20:38.583Z | Compiling poly1305 v0.8.0 |
| 2099 | 2024-08-27T18:20:38.601Z | Compiling thiserror-no-std v2.0.2 |
| 2100 | 2024-08-27T18:20:38.737Z | Compiling vte v0.11.1 |
| 2101 | 2024-08-27T18:20:40.194Z | Compiling const_format v0.2.32 |
| 2102 | 2024-08-27T18:20:41.452Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2103 | 2024-08-27T18:20:43.630Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2104 | 2024-08-27T18:20:43.950Z | Compiling chacha20 v0.9.1 |
| 2105 | 2024-08-27T18:20:44.454Z | Compiling fd-lock v4.0.2 |
| 2106 | 2024-08-27T18:20:44.705Z | Compiling aead v0.5.2 |
| 2107 | 2024-08-27T18:20:45.053Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2108 | 2024-08-27T18:20:45.835Z | Compiling pin-project-internal v1.1.5 |
| 2109 | 2024-08-27T18:20:47.329Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2110 | 2024-08-27T18:20:47.668Z | Compiling bytecount v0.6.8 |
| 2111 | 2024-08-27T18:20:47.996Z | Compiling papergrid v0.11.0 |
| 2112 | 2024-08-27T18:20:48.619Z | Compiling pin-project v1.1.5 |
| 2113 | 2024-08-27T18:20:48.763Z | Compiling chacha20poly1305 v0.10.1 |
| 2114 | 2024-08-27T18:20:49.188Z | Compiling parking_lot v0.11.2 |
| 2115 | 2024-08-27T18:20:49.383Z | Compiling vsss-rs v3.3.4 |
| 2116 | 2024-08-27T18:20:51.054Z | Compiling strip-ansi-escapes v0.2.0 |
| 2117 | 2024-08-27T18:20:52.863Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2118 | 2024-08-27T18:20:53.849Z | Compiling tabled_derive v0.7.0 |
| 2119 | 2024-08-27T18:20:56.061Z | Compiling crossterm v0.27.0 |
| 2120 | 2024-08-27T18:20:57.513Z | Compiling peg-macros v0.8.4 |
| 2121 | 2024-08-27T18:20:59.672Z | Compiling snafu-derive v0.8.2 |
| 2122 | 2024-08-27T18:21:00.775Z | Compiling sqlparser_derive v0.2.2 |
| 2123 | 2024-08-27T18:21:01.802Z | Compiling nu-ansi-term v0.50.0 |
| 2124 | 2024-08-27T18:21:02.715Z | Compiling unicode_categories v0.1.1 |
| 2125 | 2024-08-27T18:21:03.025Z | Compiling sqlformat v0.2.4 |
| 2126 | 2024-08-27T18:21:03.085Z | Compiling rustyline v14.0.0 |
| 2127 | 2024-08-27T18:21:04.258Z | Compiling snafu v0.8.2 |
| 2128 | 2024-08-27T18:21:05.459Z | Compiling reedline v0.33.0 |
| 2129 | 2024-08-27T18:21:13.297Z | Compiling sqlparser v0.45.0 |
| 2130 | 2024-08-27T18:21:14.844Z | Compiling peg v0.8.4 |
| 2131 | 2024-08-27T18:21:14.964Z | Compiling tabled v0.15.0 |
| 2132 | 2024-08-27T18:21:26.530Z | Compiling sled v0.34.7 |
| 2133 | 2024-08-27T18:21:28.162Z | Compiling mime_guess v2.0.4 |
| 2134 | 2024-08-27T18:21:31.415Z | Compiling hickory-client v0.24.1 |
| 2135 | 2024-08-27T18:21:31.711Z | Compiling env_logger v0.9.3 |
| 2136 | 2024-08-27T18:21:32.540Z | Compiling tungstenite v0.20.1 |
| 2137 | 2024-08-27T18:21:36.540Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2138 | 2024-08-27T18:21:36.598Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2139 | 2024-08-27T18:21:37.522Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2140 | 2024-08-27T18:21:38.495Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2141 | 2024-08-27T18:21:46.084Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2142 | 2024-08-27T18:21:46.106Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2143 | 2024-08-27T18:21:46.662Z | Compiling hickory-server v0.24.1 |
| 2144 | 2024-08-27T18:21:47.619Z | Compiling globset v0.4.14 |
| 2145 | 2024-08-27T18:21:55.341Z | Compiling olpc-cjson v0.1.3 |
| 2146 | 2024-08-27T18:21:55.679Z | Compiling bcs v0.1.6 |
| 2147 | 2024-08-27T18:21:56.551Z | Compiling vergen v8.3.2 |
| 2148 | 2024-08-27T18:21:56.896Z | Compiling bitstruct_derive v0.1.0 |
| 2149 | 2024-08-27T18:21:57.446Z | Compiling serde_plain v1.0.2 |
| 2150 | 2024-08-27T18:21:57.993Z | Compiling cargo-platform v0.1.8 |
| 2151 | 2024-08-27T18:21:58.232Z | Compiling nanorand v0.7.0 |
| 2152 | 2024-08-27T18:21:58.482Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2153 | 2024-08-27T18:21:58.640Z | Compiling memoffset v0.9.1 |
| 2154 | 2024-08-27T18:21:58.943Z | Compiling ascii v1.1.0 |
| 2155 | 2024-08-27T18:21:59.000Z | Compiling typed-path v0.7.1 |
| 2156 | 2024-08-27T18:21:59.208Z | Compiling flume v0.11.0 |
| 2157 | 2024-08-27T18:21:59.348Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2158 | 2024-08-27T18:21:59.677Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2159 | 2024-08-27T18:21:59.941Z | Compiling cargo_metadata v0.18.1 |
| 2160 | 2024-08-27T18:21:59.970Z | Compiling bitstruct v0.1.1 |
| 2161 | 2024-08-27T18:22:00.141Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2162 | 2024-08-27T18:22:01.792Z | Compiling tough v0.17.1 |
| 2163 | 2024-08-27T18:22:03.355Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2164 | 2024-08-27T18:22:03.823Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2165 | 2024-08-27T18:22:05.769Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2166 | 2024-08-27T18:22:06.355Z | Compiling git2 v0.19.0 |
| 2167 | 2024-08-27T18:22:13.533Z | Compiling tokio-tungstenite v0.20.1 |
| 2168 | 2024-08-27T18:22:14.742Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2169 | 2024-08-27T18:22:15.516Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2170 | 2024-08-27T18:22:17.952Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2171 | 2024-08-27T18:22:19.145Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2172 | 2024-08-27T18:22:21.100Z | Compiling libsqlite3-sys v0.28.0 |
| 2173 | 2024-08-27T18:22:21.651Z | Compiling erased-serde v0.3.31 |
| 2174 | 2024-08-27T18:22:23.368Z | Compiling serde_arrays v0.1.0 |
| 2175 | 2024-08-27T18:22:23.578Z | Compiling parse-size v1.0.0 |
| 2176 | 2024-08-27T18:22:23.885Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2177 | 2024-08-27T18:22:26.304Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2178 | 2024-08-27T18:22:31.301Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2179 | 2024-08-27T18:22:31.398Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2180 | 2024-08-27T18:22:32.048Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2181 | 2024-08-27T18:22:32.368Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2182 | 2024-08-27T18:22:34.370Z | Compiling heck v0.3.3 |
| 2183 | 2024-08-27T18:22:34.787Z | Compiling rand_seeder v0.3.0 |
| 2184 | 2024-08-27T18:22:35.339Z | Compiling castaway v0.2.3 |
| 2185 | 2024-08-27T18:22:35.414Z | Compiling csv-core v0.1.11 |
| 2186 | 2024-08-27T18:22:36.294Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2187 | 2024-08-27T18:22:36.634Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2188 | 2024-08-27T18:22:36.967Z | Compiling http-range v0.1.5 |
| 2189 | 2024-08-27T18:22:38.209Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2190 | 2024-08-27T18:22:39.465Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2191 | 2024-08-27T18:22:40.058Z | Compiling hyper-staticfile v0.9.5 |
| 2192 | 2024-08-27T18:22:43.185Z | Compiling csv v1.3.0 |
| 2193 | 2024-08-27T18:22:45.391Z | Compiling compact_str v0.8.0 |
| 2194 | 2024-08-27T18:22:47.000Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2195 | 2024-08-27T18:22:47.230Z | Compiling zone_cfg_derive v0.1.2 |
| 2196 | 2024-08-27T18:22:48.050Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2197 | 2024-08-27T18:22:48.430Z | Compiling nix v0.27.1 |
| 2198 | 2024-08-27T18:22:48.683Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2199 | 2024-08-27T18:22:50.362Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2200 | 2024-08-27T18:22:51.389Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2201 | 2024-08-27T18:22:53.532Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2202 | 2024-08-27T18:22:56.556Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2203 | 2024-08-27T18:22:56.928Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2204 | 2024-08-27T18:22:57.267Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2205 | 2024-08-27T18:22:57.627Z | Compiling unicode-truncate v1.0.0 |
| 2206 | 2024-08-27T18:22:57.936Z | Compiling hashlink v0.9.1 |
| 2207 | 2024-08-27T18:22:58.794Z | Compiling lru v0.12.3 |
| 2208 | 2024-08-27T18:22:59.170Z | Compiling serde-big-array v0.5.1 |
| 2209 | 2024-08-27T18:22:59.448Z | Compiling instability v0.3.2 |
| 2210 | 2024-08-27T18:23:00.485Z | Compiling base64 v0.13.1 |
| 2211 | 2024-08-27T18:23:00.777Z | Compiling fallible-iterator v0.3.0 |
| 2212 | 2024-08-27T18:23:01.248Z | Compiling cassowary v0.3.0 |
| 2213 | 2024-08-27T18:23:01.634Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2214 | 2024-08-27T18:23:01.942Z | Compiling rusqlite v0.31.0 |
| 2215 | 2024-08-27T18:23:04.899Z | Compiling ratatui v0.28.0 |
| 2216 | 2024-08-27T18:23:06.878Z | Compiling ron v0.7.1 |
| 2217 | 2024-08-27T18:23:08.756Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2218 | 2024-08-27T18:23:17.875Z | Compiling zone v0.1.8 |
| 2219 | 2024-08-27T18:23:21.172Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2220 | 2024-08-27T18:23:24.626Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2221 | 2024-08-27T18:23:25.345Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2222 | 2024-08-27T18:23:26.326Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2223 | 2024-08-27T18:23:27.973Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2224 | 2024-08-27T18:23:30.279Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2225 | 2024-08-27T18:23:30.961Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2226 | 2024-08-27T18:23:31.587Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2227 | 2024-08-27T18:23:31.908Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2228 | 2024-08-27T18:23:31.980Z | Compiling signal-hook-tokio v0.3.1 |
| 2229 | 2024-08-27T18:23:32.199Z | Compiling twox-hash v1.6.3 |
| 2230 | 2024-08-27T18:23:33.234Z | Compiling yasna v0.5.2 |
| 2231 | 2024-08-27T18:23:36.830Z | Compiling portpicker v0.1.1 |
| 2232 | 2024-08-27T18:23:37.207Z | Compiling unicode-linebreak v0.1.5 |
| 2233 | 2024-08-27T18:23:37.287Z | Compiling smawk v0.3.2 |
| 2234 | 2024-08-27T18:23:37.565Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2235 | 2024-08-27T18:23:37.790Z | Compiling textwrap v0.16.1 |
| 2236 | 2024-08-27T18:23:40.864Z | Compiling rcgen v0.12.1 |
| 2237 | 2024-08-27T18:23:45.849Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2238 | 2024-08-27T18:23:49.772Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2239 | 2024-08-27T18:23:51.952Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2240 | 2024-08-27T18:23:54.877Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2241 | 2024-08-27T18:23:57.178Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2242 | 2024-08-27T18:23:57.697Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2243 | 2024-08-27T18:24:00.287Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2244 | 2024-08-27T18:24:00.621Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2245 | 2024-08-27T18:24:03.129Z | Compiling atomicwrites v0.4.3 |
| 2246 | 2024-08-27T18:24:03.680Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2247 | 2024-08-27T18:24:07.377Z | Compiling fatfs v0.3.6 |
| 2248 | 2024-08-27T18:24:08.906Z | Compiling rtoolbox v0.0.2 |
| 2249 | 2024-08-27T18:24:09.354Z | Compiling subprocess v0.2.9 |
| 2250 | 2024-08-27T18:24:10.294Z | Compiling assert_matches v1.5.0 |
| 2251 | 2024-08-27T18:24:10.407Z | Compiling is_ci v1.2.0 |
| 2252 | 2024-08-27T18:24:10.710Z | Compiling supports-color v3.0.0 |
| 2253 | 2024-08-27T18:24:11.338Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2254 | 2024-08-27T18:24:13.226Z | Compiling rpassword v7.3.1 |
| 2255 | 2024-08-27T18:24:13.699Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2256 | 2024-08-27T18:24:14.215Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2257 | 2024-08-27T18:24:16.205Z | Compiling tui-tree-widget v0.22.0 |
| 2258 | 2024-08-27T18:24:16.659Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2259 | 2024-08-27T18:24:16.901Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2260 | 2024-08-27T18:24:18.607Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2261 | 2024-08-27T18:24:18.934Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2262 | 2024-08-27T18:24:21.295Z | Compiling uzers v0.11.3 |
| 2263 | 2024-08-27T18:24:24.021Z | Compiling shell-words v1.1.0 |
| 2264 | 2024-08-27T18:24:24.489Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2265 | 2024-08-27T18:24:25.358Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2266 | 2024-08-27T18:24:27.374Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2267 | 2024-08-27T18:24:30.293Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2268 | 2024-08-27T18:24:41.693Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2269 | 2024-08-27T18:24:52.895Z | Compiling multimap v0.10.0 |
| 2270 | 2024-08-27T18:26:54.207Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2271 | 2024-08-27T18:27:07.496Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2272 | 2024-08-27T18:33:53.656Z | Finished `release` profile [optimized] target(s) in 15m 28s |
| 2273 | 2024-08-27T18:34:51.772Z | |
| 2274 | 2024-08-27T18:34:51.775Z | real 16:27.573788179 |
| 2275 | 2024-08-27T18:34:51.775Z | user 1:52:40.445138789 |
| 2276 | 2024-08-27T18:34:51.775Z | sys 5:35.692517304 |
| 2277 | 2024-08-27T18:34:51.775Z | trap 2.857165091 |
| 2278 | 2024-08-27T18:34:51.775Z | tflt 2.883701075 |
| 2279 | 2024-08-27T18:34:51.775Z | dflt 4.235170184 |
| 2280 | 2024-08-27T18:34:51.775Z | kflt 0.003957587 |
| 2281 | 2024-08-27T18:34:51.775Z | lock 6:47:40.659316688 |
| 2282 | 2024-08-27T18:34:51.775Z | slp 5:52:44.826937718 |
| 2283 | 2024-08-27T18:34:51.775Z | lat 2:43.876215067 |
| 2284 | 2024-08-27T18:34:51.775Z | stop 2:28.008531555 |
| 2285 | 2024-08-27T18:34:51.775Z | + mapfile -t packages |
| 2286 | 2024-08-27T18:34:51.775Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2287 | 2024-08-27T18:34:52.813Z | Finished `release` profile [optimized] target(s) in 0.98s |
| 2288 | 2024-08-27T18:34:52.873Z | Running `target/release/omicron-package -t test list-outputs` |
| 2289 | 2024-08-27T18:34:52.916Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2290 | 2024-08-27T18:34:52.919Z | + ptime -m cargo build --locked --release -p xtask |
| 2291 | 2024-08-27T18:34:53.532Z | Compiling serde v1.0.208 |
| 2292 | 2024-08-27T18:34:53.534Z | Compiling libc v0.2.156 |
| 2293 | 2024-08-27T18:34:53.534Z | Compiling serde_json v1.0.125 |
| 2294 | 2024-08-27T18:34:53.534Z | Compiling syn v2.0.74 |
| 2295 | 2024-08-27T18:34:53.615Z | Compiling usdt-impl v0.5.0 |
| 2296 | 2024-08-27T18:34:53.659Z | Compiling rustix v0.38.34 |
| 2297 | 2024-08-27T18:34:53.964Z | Compiling syn v1.0.109 |
| 2298 | 2024-08-27T18:34:54.041Z | Compiling log v0.4.21 |
| 2299 | 2024-08-27T18:34:54.134Z | Compiling bitflags v2.6.0 |
| 2300 | 2024-08-27T18:34:54.148Z | Compiling hashbrown v0.14.5 |
| 2301 | 2024-08-27T18:34:54.163Z | Compiling fs-err v2.11.0 |
| 2302 | 2024-08-27T18:34:54.505Z | Compiling anyhow v1.0.86 |
| 2303 | 2024-08-27T18:34:55.046Z | Compiling thread-id v4.2.1 |
| 2304 | 2024-08-27T18:34:55.535Z | Compiling indexmap v2.4.0 |
| 2305 | 2024-08-27T18:34:55.650Z | Compiling terminal_size v0.3.0 |
| 2306 | 2024-08-27T18:34:55.874Z | Compiling clap_builder v4.5.15 |
| 2307 | 2024-08-27T18:34:57.134Z | Compiling proc-macro-error v1.0.4 |
| 2308 | 2024-08-27T18:34:58.455Z | Compiling tabled_derive v0.7.0 |
| 2309 | 2024-08-27T18:34:59.771Z | Compiling tabled v0.15.0 |
| 2310 | 2024-08-27T18:35:01.933Z | Compiling serde_derive v1.0.208 |
| 2311 | 2024-08-27T18:35:01.983Z | Compiling thiserror-impl v1.0.63 |
| 2312 | 2024-08-27T18:35:02.002Z | Compiling zerocopy-derive v0.7.34 |
| 2313 | 2024-08-27T18:35:02.171Z | Compiling scroll_derive v0.12.0 |
| 2314 | 2024-08-27T18:35:03.026Z | Compiling clap_derive v4.5.13 |
| 2315 | 2024-08-27T18:35:03.657Z | Compiling scroll v0.12.0 |
| 2316 | 2024-08-27T18:35:03.983Z | Compiling zerocopy v0.7.34 |
| 2317 | 2024-08-27T18:35:04.359Z | Compiling goblin v0.8.2 |
| 2318 | 2024-08-27T18:35:04.875Z | Compiling thiserror v1.0.63 |
| 2319 | 2024-08-27T18:35:05.047Z | Compiling pest v2.7.10 |
| 2320 | 2024-08-27T18:35:07.694Z | Compiling pest_meta v2.7.10 |
| 2321 | 2024-08-27T18:35:09.597Z | Compiling pest_generator v2.7.10 |
| 2322 | 2024-08-27T18:35:11.418Z | Compiling clap v4.5.16 |
| 2323 | 2024-08-27T18:35:11.829Z | Compiling pest_derive v2.7.10 |
| 2324 | 2024-08-27T18:35:12.709Z | Compiling dtrace-parser v0.2.0 |
| 2325 | 2024-08-27T18:35:16.626Z | Compiling serde_spanned v0.6.7 |
| 2326 | 2024-08-27T18:35:16.905Z | Compiling toml_datetime v0.6.8 |
| 2327 | 2024-08-27T18:35:17.666Z | Compiling serde_tokenstream v0.2.2 |
| 2328 | 2024-08-27T18:35:18.261Z | Compiling dof v0.3.0 |
| 2329 | 2024-08-27T18:35:20.502Z | Compiling toml_edit v0.22.20 |
| 2330 | 2024-08-27T18:35:20.724Z | Compiling usdt-attr-macro v0.5.0 |
| 2331 | 2024-08-27T18:35:22.168Z | Compiling usdt-macro v0.5.0 |
| 2332 | 2024-08-27T18:35:23.444Z | Compiling cargo-platform v0.1.8 |
| 2333 | 2024-08-27T18:35:24.512Z | Compiling toml v0.8.19 |
| 2334 | 2024-08-27T18:35:24.584Z | Compiling semver v1.0.23 |
| 2335 | 2024-08-27T18:35:26.132Z | Compiling camino v1.1.9 |
| 2336 | 2024-08-27T18:35:26.600Z | Compiling cargo_toml v0.20.4 |
| 2337 | 2024-08-27T18:35:27.364Z | Compiling cargo_metadata v0.18.1 |
| 2338 | 2024-08-27T18:35:27.519Z | Compiling usdt v0.5.0 |
| 2339 | 2024-08-27T18:35:29.055Z | Compiling macaddr v1.0.1 |
| 2340 | 2024-08-27T18:35:38.356Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2341 | 2024-08-27T18:35:49.189Z | Finished `release` profile [optimized] target(s) in 56.21s |
| 2342 | 2024-08-27T18:35:49.290Z | |
| 2343 | 2024-08-27T18:35:49.290Z | real 56.341522215 |
| 2344 | 2024-08-27T18:35:49.290Z | user 5:43.132467079 |
| 2345 | 2024-08-27T18:35:49.290Z | sys 31.336273873 |
| 2346 | 2024-08-27T18:35:49.290Z | trap 0.155818027 |
| 2347 | 2024-08-27T18:35:49.290Z | tflt 0.338296963 |
| 2348 | 2024-08-27T18:35:49.293Z | dflt 0.358955828 |
| 2349 | 2024-08-27T18:35:49.293Z | kflt 0.000000000 |
| 2350 | 2024-08-27T18:35:49.293Z | lock 10:40.160518284 |
| 2351 | 2024-08-27T18:35:49.293Z | slp 15:37.792284813 |
| 2352 | 2024-08-27T18:35:49.293Z | lat 13.477458699 |
| 2353 | 2024-08-27T18:35:49.293Z | stop 15.549487745 |
| 2354 | 2024-08-27T18:35:49.293Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2355 | 2024-08-27T18:35:49.293Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2356 | 2024-08-27T18:35:49.293Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2357 | 2024-08-27T18:35:49.293Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2358 | 2024-08-27T18:35:49.293Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2359 | 2024-08-27T18:35:49.877Z | Downloading crates ... |
| 2360 | 2024-08-27T18:35:50.119Z | Downloaded num-bigint v0.4.5 |
| 2361 | 2024-08-27T18:35:50.126Z | Downloaded ed25519 v2.2.3 |
| 2362 | 2024-08-27T18:35:50.128Z | Downloaded dirs-sys v0.4.1 |
| 2363 | 2024-08-27T18:35:50.132Z | Downloaded ssh-encoding v0.2.0 |
| 2364 | 2024-08-27T18:35:50.134Z | Downloaded primeorder v0.13.6 |
| 2365 | 2024-08-27T18:35:50.137Z | Downloaded pbkdf2 v0.11.0 |
| 2366 | 2024-08-27T18:35:50.141Z | Downloaded dhcproto-macros v0.1.0 |
| 2367 | 2024-08-27T18:35:50.143Z | Downloaded md5 v0.7.0 |
| 2368 | 2024-08-27T18:35:50.146Z | Downloaded option-ext v0.2.0 |
| 2369 | 2024-08-27T18:35:50.149Z | Downloaded russh-keys v0.44.0 |
| 2370 | 2024-08-27T18:35:50.153Z | Downloaded ssh-cipher v0.2.0 |
| 2371 | 2024-08-27T18:35:50.155Z | Downloaded russh-cryptovec v0.7.2 |
| 2372 | 2024-08-27T18:35:50.158Z | Downloaded hex-literal v0.4.1 |
| 2373 | 2024-08-27T18:35:50.161Z | Downloaded ghash v0.5.1 |
| 2374 | 2024-08-27T18:35:50.161Z | Downloaded rfc6979 v0.4.0 |
| 2375 | 2024-08-27T18:35:50.164Z | Downloaded polyval v0.6.2 |
| 2376 | 2024-08-27T18:35:50.164Z | Downloaded dirs v5.0.1 |
| 2377 | 2024-08-27T18:35:50.166Z | Downloaded p256 v0.13.2 |
| 2378 | 2024-08-27T18:35:50.168Z | Downloaded blowfish v0.9.1 |
| 2379 | 2024-08-27T18:35:50.171Z | Downloaded password-hash v0.4.2 |
| 2380 | 2024-08-27T18:35:50.173Z | Downloaded internet-checksum v0.2.1 |
| 2381 | 2024-08-27T18:35:50.173Z | Downloaded ed25519-dalek v2.1.1 |
| 2382 | 2024-08-27T18:35:50.175Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 2383 | 2024-08-27T18:35:50.177Z | Downloaded ecdsa v0.16.9 |
| 2384 | 2024-08-27T18:35:50.179Z | Downloaded dhcproto v0.12.0 |
| 2385 | 2024-08-27T18:35:50.197Z | Downloaded p521 v0.13.3 |
| 2386 | 2024-08-27T18:35:50.201Z | Downloaded ssh-key v0.6.6 |
| 2387 | 2024-08-27T18:35:50.209Z | Downloaded russh v0.44.1 |
| 2388 | 2024-08-27T18:35:50.215Z | Downloaded aes-gcm v0.10.3 |
| 2389 | 2024-08-27T18:35:50.218Z | Downloaded p384 v0.13.0 |
| 2390 | 2024-08-27T18:35:50.377Z | Compiling regress v0.9.1 |
| 2391 | 2024-08-27T18:35:50.492Z | Compiling getopts v0.2.21 |
| 2392 | 2024-08-27T18:35:50.492Z | Compiling unsafe-libyaml v0.2.11 |
| 2393 | 2024-08-27T18:35:50.494Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2394 | 2024-08-27T18:35:50.494Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2395 | 2024-08-27T18:35:50.505Z | Compiling http v1.1.0 |
| 2396 | 2024-08-27T18:35:50.547Z | Compiling match_cfg v0.1.0 |
| 2397 | 2024-08-27T18:35:50.565Z | Compiling toml v0.8.19 |
| 2398 | 2024-08-27T18:35:50.667Z | Compiling hostname v0.3.1 |
| 2399 | 2024-08-27T18:35:50.922Z | Compiling rustls-pki-types v1.7.0 |
| 2400 | 2024-08-27T18:35:50.958Z | Compiling ident_case v1.0.1 |
| 2401 | 2024-08-27T18:35:50.989Z | Compiling paste v1.0.15 |
| 2402 | 2024-08-27T18:35:51.159Z | Compiling rustls v0.22.4 |
| 2403 | 2024-08-27T18:35:51.440Z | Compiling rustls-webpki v0.102.4 |
| 2404 | 2024-08-27T18:35:51.499Z | Compiling darling_core v0.20.9 |
| 2405 | 2024-08-27T18:35:51.626Z | Compiling ipnetwork v0.20.0 |
| 2406 | 2024-08-27T18:35:51.787Z | Compiling multer v3.1.0 |
| 2407 | 2024-08-27T18:35:52.138Z | Compiling serde_yaml v0.9.34+deprecated |
| 2408 | 2024-08-27T18:35:52.632Z | Compiling slog-json v2.6.1 |
| 2409 | 2024-08-27T18:35:53.006Z | Compiling async-stream-impl v0.3.5 |
| 2410 | 2024-08-27T18:35:53.055Z | Compiling instant v0.1.12 |
| 2411 | 2024-08-27T18:35:53.221Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2412 | 2024-08-27T18:35:53.551Z | Compiling debug-ignore v1.0.5 |
| 2413 | 2024-08-27T18:35:53.656Z | Compiling atomic-waker v1.1.2 |
| 2414 | 2024-08-27T18:35:53.781Z | Compiling waitgroup v0.1.2 |
| 2415 | 2024-08-27T18:35:53.852Z | Compiling slog-bunyan v2.5.0 |
| 2416 | 2024-08-27T18:35:54.025Z | Compiling rustls-pemfile v2.1.3 |
| 2417 | 2024-08-27T18:35:54.074Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2418 | 2024-08-27T18:35:54.456Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2419 | 2024-08-27T18:35:54.517Z | Compiling async-stream v0.3.5 |
| 2420 | 2024-08-27T18:35:54.869Z | Compiling serde_path_to_error v0.1.16 |
| 2421 | 2024-08-27T18:35:54.966Z | Compiling hostname v0.4.0 |
| 2422 | 2024-08-27T18:35:55.259Z | Compiling structmeta-derive v0.3.0 |
| 2423 | 2024-08-27T18:35:55.664Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2424 | 2024-08-27T18:35:55.772Z | Compiling newtype-uuid v1.1.0 |
| 2425 | 2024-08-27T18:35:56.101Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2426 | 2024-08-27T18:35:56.378Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2427 | 2024-08-27T18:35:56.458Z | Compiling backoff v0.4.0 |
| 2428 | 2024-08-27T18:35:56.718Z | Compiling tokio-rustls v0.25.0 |
| 2429 | 2024-08-27T18:35:56.829Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2430 | 2024-08-27T18:35:56.908Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2431 | 2024-08-27T18:35:57.136Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2432 | 2024-08-27T18:35:57.204Z | Compiling macaddr v1.0.1 |
| 2433 | 2024-08-27T18:35:57.318Z | Compiling proc-macro-crate v1.3.1 |
| 2434 | 2024-08-27T18:35:57.647Z | Compiling fastrand v2.1.0 |
| 2435 | 2024-08-27T18:35:57.680Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2436 | 2024-08-27T18:35:58.098Z | Compiling tempfile v3.10.1 |
| 2437 | 2024-08-27T18:35:58.222Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2438 | 2024-08-27T18:35:58.302Z | Compiling structmeta v0.3.0 |
| 2439 | 2024-08-27T18:35:58.414Z | Compiling num_enum_derive v0.5.11 |
| 2440 | 2024-08-27T18:35:58.557Z | Compiling foreign-types-macros v0.2.3 |
| 2441 | 2024-08-27T18:35:58.649Z | Compiling darling_macro v0.20.9 |
| 2442 | 2024-08-27T18:35:58.754Z | Compiling parse-display-derive v0.10.0 |
| 2443 | 2024-08-27T18:35:58.959Z | Compiling heapless v0.8.0 |
| 2444 | 2024-08-27T18:35:59.610Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2445 | 2024-08-27T18:35:59.652Z | Compiling darling v0.20.9 |
| 2446 | 2024-08-27T18:35:59.789Z | Compiling serde_with_macros v3.9.0 |
| 2447 | 2024-08-27T18:35:59.915Z | Compiling foreign-types-shared v0.3.1 |
| 2448 | 2024-08-27T18:36:00.048Z | Compiling foreign-types v0.5.0 |
| 2449 | 2024-08-27T18:36:00.180Z | Compiling proc-macro-error v1.0.4 |
| 2450 | 2024-08-27T18:36:00.664Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2451 | 2024-08-27T18:36:00.890Z | Compiling cstr-argument v0.1.2 |
| 2452 | 2024-08-27T18:36:01.034Z | Compiling num_enum v0.5.11 |
| 2453 | 2024-08-27T18:36:01.155Z | Compiling hash32 v0.3.1 |
| 2454 | 2024-08-27T18:36:01.211Z | Compiling pretty-hex v0.2.1 |
| 2455 | 2024-08-27T18:36:01.415Z | Compiling smoltcp v0.11.0 |
| 2456 | 2024-08-27T18:36:01.433Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2457 | 2024-08-27T18:36:01.828Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2458 | 2024-08-27T18:36:02.261Z | Compiling camino-tempfile v1.1.1 |
| 2459 | 2024-08-27T18:36:02.509Z | Compiling tabwriter v1.4.0 |
| 2460 | 2024-08-27T18:36:02.676Z | Compiling colored v2.1.0 |
| 2461 | 2024-08-27T18:36:02.724Z | Compiling socket2 v0.4.10 |
| 2462 | 2024-08-27T18:36:02.862Z | Compiling embedded-io v0.4.0 |
| 2463 | 2024-08-27T18:36:02.897Z | Compiling serde_with v3.9.0 |
| 2464 | 2024-08-27T18:36:03.071Z | Compiling cobs v0.2.3 |
| 2465 | 2024-08-27T18:36:03.384Z | Compiling postcard v1.0.8 |
| 2466 | 2024-08-27T18:36:03.466Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2467 | 2024-08-27T18:36:03.516Z | Compiling parse-display v0.10.0 |
| 2468 | 2024-08-27T18:36:03.606Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2469 | 2024-08-27T18:36:03.770Z | Compiling crucible-workspace-hack v0.1.0 |
| 2470 | 2024-08-27T18:36:03.849Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2471 | 2024-08-27T18:36:04.141Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2472 | 2024-08-27T18:36:04.279Z | Compiling smf v0.2.3 |
| 2473 | 2024-08-27T18:36:04.327Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2474 | 2024-08-27T18:36:04.692Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2475 | 2024-08-27T18:36:04.800Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2476 | 2024-08-27T18:36:05.302Z | Compiling num-derive v0.4.2 |
| 2477 | 2024-08-27T18:36:05.755Z | Compiling sigpipe v0.1.3 |
| 2478 | 2024-08-27T18:36:05.902Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2479 | 2024-08-27T18:36:06.261Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2480 | 2024-08-27T18:36:06.280Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2481 | 2024-08-27T18:36:06.778Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2482 | 2024-08-27T18:36:07.482Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2483 | 2024-08-27T18:36:07.824Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2484 | 2024-08-27T18:36:07.827Z | Compiling universal-hash v0.5.1 |
| 2485 | 2024-08-27T18:36:07.946Z | Compiling opaque-debug v0.3.1 |
| 2486 | 2024-08-27T18:36:07.974Z | Compiling utf-8 v0.7.6 |
| 2487 | 2024-08-27T18:36:08.046Z | Compiling num-rational v0.4.2 |
| 2488 | 2024-08-27T18:36:08.065Z | Compiling curve25519-dalek v4.1.3 |
| 2489 | 2024-08-27T18:36:08.086Z | Compiling num-complex v0.4.6 |
| 2490 | 2024-08-27T18:36:08.342Z | Compiling humantime v2.1.0 |
| 2491 | 2024-08-27T18:36:08.551Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2492 | 2024-08-27T18:36:08.764Z | Compiling password-hash v0.5.0 |
| 2493 | 2024-08-27T18:36:08.857Z | Compiling blake2 v0.10.6 |
| 2494 | 2024-08-27T18:36:08.911Z | Compiling aead v0.5.2 |
| 2495 | 2024-08-27T18:36:08.947Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2496 | 2024-08-27T18:36:09.168Z | Compiling num v0.4.3 |
| 2497 | 2024-08-27T18:36:09.295Z | Compiling float-ord v0.3.2 |
| 2498 | 2024-08-27T18:36:09.316Z | Compiling poly1305 v0.8.0 |
| 2499 | 2024-08-27T18:36:09.477Z | Compiling argon2 v0.5.3 |
| 2500 | 2024-08-27T18:36:09.776Z | Compiling chacha20 v0.9.1 |
| 2501 | 2024-08-27T18:36:09.838Z | Compiling convert_case v0.4.0 |
| 2502 | 2024-08-27T18:36:10.267Z | Compiling semver v0.1.20 |
| 2503 | 2024-08-27T18:36:10.441Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 2504 | 2024-08-27T18:36:10.748Z | Compiling rustc_version v0.1.7 |
| 2505 | 2024-08-27T18:36:10.830Z | Compiling derive_more v0.99.18 |
| 2506 | 2024-08-27T18:36:10.970Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2507 | 2024-08-27T18:36:11.032Z | Compiling tungstenite v0.21.0 |
| 2508 | 2024-08-27T18:36:11.302Z | Compiling newline-converter v0.3.0 |
| 2509 | 2024-08-27T18:36:11.403Z | Compiling atty v0.2.14 |
| 2510 | 2024-08-27T18:36:11.484Z | Compiling rayon-core v1.12.1 |
| 2511 | 2024-08-27T18:36:11.568Z | Compiling same-file v1.0.6 |
| 2512 | 2024-08-27T18:36:11.840Z | Compiling walkdir v2.5.0 |
| 2513 | 2024-08-27T18:36:11.858Z | Compiling expectorate v1.1.0 |
| 2514 | 2024-08-27T18:36:11.894Z | Compiling newtype_derive v0.1.6 |
| 2515 | 2024-08-27T18:36:12.072Z | Compiling tokio-tungstenite v0.21.0 |
| 2516 | 2024-08-27T18:36:12.252Z | Compiling crossbeam-deque v0.8.5 |
| 2517 | 2024-08-27T18:36:12.368Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2518 | 2024-08-27T18:36:12.623Z | Compiling prettyplease v0.2.20 |
| 2519 | 2024-08-27T18:36:12.660Z | Compiling keccak v0.1.5 |
| 2520 | 2024-08-27T18:36:13.059Z | Compiling sha3 v0.10.8 |
| 2521 | 2024-08-27T18:36:13.183Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2522 | 2024-08-27T18:36:13.273Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2523 | 2024-08-27T18:36:13.360Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2524 | 2024-08-27T18:36:13.525Z | Compiling secrecy v0.8.0 |
| 2525 | 2024-08-27T18:36:13.722Z | Compiling ring v0.16.20 |
| 2526 | 2024-08-27T18:36:13.823Z | Compiling blake3 v1.5.1 |
| 2527 | 2024-08-27T18:36:14.116Z | Compiling derive-where v1.2.7 |
| 2528 | 2024-08-27T18:36:14.508Z | Compiling cookie v0.18.1 |
| 2529 | 2024-08-27T18:36:14.528Z | Compiling half v2.4.1 |
| 2530 | 2024-08-27T18:36:14.846Z | Compiling unicase v2.7.0 |
| 2531 | 2024-08-27T18:36:14.900Z | Compiling ciborium-io v0.2.2 |
| 2532 | 2024-08-27T18:36:15.044Z | Compiling linked-hash-map v0.5.6 |
| 2533 | 2024-08-27T18:36:15.086Z | Compiling termcolor v1.4.1 |
| 2534 | 2024-08-27T18:36:15.177Z | Compiling arc-swap v1.7.1 |
| 2535 | 2024-08-27T18:36:15.440Z | Compiling quick-error v1.2.3 |
| 2536 | 2024-08-27T18:36:15.612Z | Compiling env_logger v0.9.3 |
| 2537 | 2024-08-27T18:36:15.859Z | Compiling slog-scope v4.4.0 |
| 2538 | 2024-08-27T18:36:16.043Z | Compiling resolv-conf v0.7.0 |
| 2539 | 2024-08-27T18:36:16.438Z | Compiling lru-cache v0.1.2 |
| 2540 | 2024-08-27T18:36:16.561Z | Compiling thiserror-no-std v2.0.2 |
| 2541 | 2024-08-27T18:36:16.699Z | Compiling ciborium-ll v0.2.2 |
| 2542 | 2024-08-27T18:36:16.975Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2543 | 2024-08-27T18:36:17.157Z | Compiling rayon v1.10.0 |
| 2544 | 2024-08-27T18:36:17.618Z | Compiling polyval v0.6.2 |
| 2545 | 2024-08-27T18:36:17.818Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2546 | 2024-08-27T18:36:17.962Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2547 | 2024-08-27T18:36:18.074Z | Compiling rfc6979 v0.4.0 |
| 2548 | 2024-08-27T18:36:18.114Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2549 | 2024-08-27T18:36:18.280Z | Compiling bitstruct_derive v0.1.0 |
| 2550 | 2024-08-27T18:36:18.329Z | Compiling memmap2 v0.9.4 |
| 2551 | 2024-08-27T18:36:18.782Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2552 | 2024-08-27T18:36:18.815Z | Compiling arrayref v0.3.7 |
| 2553 | 2024-08-27T18:36:18.839Z | Compiling spin v0.5.2 |
| 2554 | 2024-08-27T18:36:18.928Z | Compiling constant_time_eq v0.3.0 |
| 2555 | 2024-08-27T18:36:18.946Z | Compiling untrusted v0.7.1 |
| 2556 | 2024-08-27T18:36:19.072Z | Compiling home v0.5.9 |
| 2557 | 2024-08-27T18:36:19.114Z | Compiling arrayvec v0.7.4 |
| 2558 | 2024-08-27T18:36:19.137Z | Compiling highway v1.2.0 |
| 2559 | 2024-08-27T18:36:19.425Z | Compiling parking_lot_core v0.8.6 |
| 2560 | 2024-08-27T18:36:19.539Z | Compiling libefi-sys v0.1.0 |
| 2561 | 2024-08-27T18:36:19.565Z | Compiling ascii v1.1.0 |
| 2562 | 2024-08-27T18:36:19.731Z | Compiling bitstruct v0.1.1 |
| 2563 | 2024-08-27T18:36:19.911Z | Compiling toolchain_find v0.4.0 |
| 2564 | 2024-08-27T18:36:19.914Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2565 | 2024-08-27T18:36:19.947Z | Compiling ecdsa v0.16.9 |
| 2566 | 2024-08-27T18:36:20.185Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2567 | 2024-08-27T18:36:20.283Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2568 | 2024-08-27T18:36:20.588Z | Compiling ghash v0.5.1 |
| 2569 | 2024-08-27T18:36:20.608Z | Compiling steno v0.4.1 |
| 2570 | 2024-08-27T18:36:20.791Z | Compiling ciborium v0.2.2 |
| 2571 | 2024-08-27T18:36:21.228Z | Compiling vsss-rs v3.3.4 |
| 2572 | 2024-08-27T18:36:21.943Z | Compiling hickory-resolver v0.24.1 |
| 2573 | 2024-08-27T18:36:22.103Z | Compiling slog-stdlog v4.1.1 |
| 2574 | 2024-08-27T18:36:22.527Z | Compiling chacha20poly1305 v0.10.1 |
| 2575 | 2024-08-27T18:36:22.665Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2576 | 2024-08-27T18:36:22.768Z | Compiling primeorder v0.13.6 |
| 2577 | 2024-08-27T18:36:23.028Z | Compiling ctr v0.9.2 |
| 2578 | 2024-08-27T18:36:23.337Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2579 | 2024-08-27T18:36:23.402Z | Compiling serde_arrays v0.1.0 |
| 2580 | 2024-08-27T18:36:23.421Z | Compiling erased-serde v0.3.31 |
| 2581 | 2024-08-27T18:36:23.572Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2582 | 2024-08-27T18:36:23.668Z | Compiling bitfield-struct v0.6.1 |
| 2583 | 2024-08-27T18:36:23.731Z | Compiling slog-dtrace v0.3.0 |
| 2584 | 2024-08-27T18:36:24.015Z | Compiling cancel-safe-futures v0.1.5 |
| 2585 | 2024-08-27T18:36:24.068Z | Compiling topological-sort v0.2.2 |
| 2586 | 2024-08-27T18:36:24.318Z | Compiling omicron-zone-package v0.11.0 |
| 2587 | 2024-08-27T18:36:24.625Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2588 | 2024-08-27T18:36:24.875Z | Compiling aes-gcm v0.10.3 |
| 2589 | 2024-08-27T18:36:25.203Z | Compiling slog-envlogger v2.2.0 |
| 2590 | 2024-08-27T18:36:25.206Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2591 | 2024-08-27T18:36:25.894Z | Compiling mime_guess v2.0.4 |
| 2592 | 2024-08-27T18:36:26.025Z | Compiling rustfmt-wrapper v0.2.1 |
| 2593 | 2024-08-27T18:36:26.426Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2594 | 2024-08-27T18:36:26.600Z | Compiling tungstenite v0.20.1 |
| 2595 | 2024-08-27T18:36:27.167Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2596 | 2024-08-27T18:36:27.250Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2597 | 2024-08-27T18:36:27.907Z | Compiling heck v0.3.3 |
| 2598 | 2024-08-27T18:36:28.394Z | Compiling ed25519 v2.2.3 |
| 2599 | 2024-08-27T18:36:28.460Z | Compiling ssh-encoding v0.2.0 |
| 2600 | 2024-08-27T18:36:28.462Z | Compiling blowfish v0.9.1 |
| 2601 | 2024-08-27T18:36:28.743Z | Compiling nibble_vec v0.1.0 |
| 2602 | 2024-08-27T18:36:28.800Z | Compiling endian-type v0.1.2 |
| 2603 | 2024-08-27T18:36:28.961Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2604 | 2024-08-27T18:36:28.981Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2605 | 2024-08-27T18:36:29.000Z | Compiling option-ext v0.2.0 |
| 2606 | 2024-08-27T18:36:29.062Z | Compiling radix_trie v0.2.1 |
| 2607 | 2024-08-27T18:36:29.122Z | Compiling dirs-sys v0.4.1 |
| 2608 | 2024-08-27T18:36:29.144Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2609 | 2024-08-27T18:36:29.310Z | Compiling ssh-cipher v0.2.0 |
| 2610 | 2024-08-27T18:36:29.789Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2611 | 2024-08-27T18:36:29.828Z | Compiling ed25519-dalek v2.1.1 |
| 2612 | 2024-08-27T18:36:30.141Z | Compiling zone_cfg_derive v0.1.2 |
| 2613 | 2024-08-27T18:36:30.437Z | Compiling tokio-tungstenite v0.20.1 |
| 2614 | 2024-08-27T18:36:30.828Z | Compiling parking_lot v0.11.2 |
| 2615 | 2024-08-27T18:36:30.989Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2616 | 2024-08-27T18:36:31.086Z | Compiling gethostname v0.5.0 |
| 2617 | 2024-08-27T18:36:31.314Z | Compiling password-hash v0.4.2 |
| 2618 | 2024-08-27T18:36:31.378Z | Compiling libsw v3.3.1 |
| 2619 | 2024-08-27T18:36:31.627Z | Compiling fxhash v0.2.1 |
| 2620 | 2024-08-27T18:36:31.674Z | Compiling base64 v0.13.1 |
| 2621 | 2024-08-27T18:36:31.719Z | Compiling owo-colors v4.0.0 |
| 2622 | 2024-08-27T18:36:31.753Z | Compiling matches v0.1.10 |
| 2623 | 2024-08-27T18:36:31.772Z | Compiling linear-map v1.2.0 |
| 2624 | 2024-08-27T18:36:31.844Z | Compiling idna v0.2.3 |
| 2625 | 2024-08-27T18:36:31.863Z | Compiling sled v0.34.7 |
| 2626 | 2024-08-27T18:36:32.174Z | Compiling ron v0.7.1 |
| 2627 | 2024-08-27T18:36:32.231Z | Compiling zone v0.1.8 |
| 2628 | 2024-08-27T18:36:32.320Z | Compiling pbkdf2 v0.11.0 |
| 2629 | 2024-08-27T18:36:33.469Z | Compiling ssh-key v0.6.6 |
| 2630 | 2024-08-27T18:36:33.715Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2631 | 2024-08-27T18:36:33.838Z | Compiling hickory-client v0.24.1 |
| 2632 | 2024-08-27T18:36:34.052Z | Compiling dirs v5.0.1 |
| 2633 | 2024-08-27T18:36:34.584Z | Compiling p521 v0.13.3 |
| 2634 | 2024-08-27T18:36:35.272Z | Compiling p256 v0.13.2 |
| 2635 | 2024-08-27T18:36:36.111Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2636 | 2024-08-27T18:36:36.573Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2637 | 2024-08-27T18:36:37.011Z | Compiling p384 v0.13.0 |
| 2638 | 2024-08-27T18:36:37.305Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2024-08-27T18:36:37.545Z | Compiling hickory-server v0.24.1 |
| 2640 | 2024-08-27T18:36:38.157Z | Compiling pem v3.0.4 |
| 2641 | 2024-08-27T18:36:38.374Z | Compiling enum-as-inner v0.5.1 |
| 2642 | 2024-08-27T18:36:38.597Z | Compiling yasna v0.5.2 |
| 2643 | 2024-08-27T18:36:38.999Z | Compiling portpicker v0.1.1 |
| 2644 | 2024-08-27T18:36:39.333Z | Compiling headers-core v0.2.0 |
| 2645 | 2024-08-27T18:36:39.373Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2646 | 2024-08-27T18:36:39.495Z | Compiling kstat-rs v0.2.4 |
| 2647 | 2024-08-27T18:36:39.514Z | Compiling nanorand v0.7.0 |
| 2648 | 2024-08-27T18:36:39.760Z | Compiling russh-cryptovec v0.7.2 |
| 2649 | 2024-08-27T18:36:40.043Z | Compiling glob v0.3.1 |
| 2650 | 2024-08-27T18:36:40.089Z | Compiling md5 v0.7.0 |
| 2651 | 2024-08-27T18:36:40.167Z | Compiling http-range v0.1.5 |
| 2652 | 2024-08-27T18:36:40.371Z | Compiling hyper-staticfile v0.9.5 |
| 2653 | 2024-08-27T18:36:40.559Z | Compiling russh-keys v0.44.0 |
| 2654 | 2024-08-27T18:36:40.606Z | Compiling flume v0.11.0 |
| 2655 | 2024-08-27T18:36:41.086Z | Compiling rcgen v0.12.1 |
| 2656 | 2024-08-27T18:36:41.327Z | Compiling trust-dns-proto v0.22.0 |
| 2657 | 2024-08-27T18:36:41.364Z | Compiling headers v0.3.9 |
| 2658 | 2024-08-27T18:36:42.125Z | Compiling atomicwrites v0.4.3 |
| 2659 | 2024-08-27T18:36:42.505Z | Compiling num-bigint v0.4.5 |
| 2660 | 2024-08-27T18:36:43.386Z | Compiling itertools v0.13.0 |
| 2661 | 2024-08-27T18:36:43.452Z | Compiling subprocess v0.2.9 |
| 2662 | 2024-08-27T18:36:43.608Z | Compiling dhcproto-macros v0.1.0 |
| 2663 | 2024-08-27T18:36:44.649Z | Compiling hex-literal v0.4.1 |
| 2664 | 2024-08-27T18:36:44.818Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2665 | 2024-08-27T18:36:44.838Z | Compiling display-error-chain v0.2.0 |
| 2666 | 2024-08-27T18:36:44.906Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2667 | 2024-08-27T18:36:45.021Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2668 | 2024-08-27T18:36:45.053Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2669 | 2024-08-27T18:36:45.375Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2670 | 2024-08-27T18:36:45.410Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2671 | 2024-08-27T18:36:46.736Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2672 | 2024-08-27T18:36:47.051Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2673 | 2024-08-27T18:36:49.715Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2674 | 2024-08-27T18:36:51.155Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2675 | 2024-08-27T18:36:52.157Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2676 | 2024-08-27T18:36:53.074Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2677 | 2024-08-27T18:36:53.165Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2678 | 2024-08-27T18:36:53.640Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2679 | 2024-08-27T18:36:54.280Z | Compiling dhcproto v0.12.0 |
| 2680 | 2024-08-27T18:36:54.939Z | Compiling russh v0.44.1 |
| 2681 | 2024-08-27T18:36:57.924Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2682 | 2024-08-27T18:36:58.751Z | Compiling internet-checksum v0.2.1 |
| 2683 | 2024-08-27T18:37:02.423Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2684 | 2024-08-27T18:37:02.582Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2685 | 2024-08-27T18:37:03.222Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2686 | 2024-08-27T18:37:03.571Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2687 | 2024-08-27T18:37:05.724Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2688 | 2024-08-27T18:37:05.847Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2689 | 2024-08-27T18:37:06.769Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2690 | 2024-08-27T18:37:06.860Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2691 | 2024-08-27T18:37:06.968Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2692 | 2024-08-27T18:37:08.994Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2693 | 2024-08-27T18:37:10.184Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2694 | 2024-08-27T18:37:10.460Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2695 | 2024-08-27T18:37:11.423Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2696 | 2024-08-27T18:37:11.500Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2697 | 2024-08-27T18:37:14.014Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2698 | 2024-08-27T18:37:16.398Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2699 | 2024-08-27T18:37:16.860Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2700 | 2024-08-27T18:37:17.880Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2701 | 2024-08-27T18:37:21.279Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2702 | 2024-08-27T18:37:21.777Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2703 | 2024-08-27T18:37:22.890Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2704 | 2024-08-27T18:37:25.675Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2705 | 2024-08-27T18:37:32.991Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2706 | 2024-08-27T18:37:32.994Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2707 | 2024-08-27T18:37:34.821Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2708 | 2024-08-27T18:37:53.146Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2709 | 2024-08-27T18:38:26.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 2710 | 2024-08-27T18:38:26.303Z | |
| 2711 | 2024-08-27T18:38:26.303Z | real 2:36.956421246 |
| 2712 | 2024-08-27T18:38:26.303Z | user 12:53.912867651 |
| 2713 | 2024-08-27T18:38:26.303Z | sys 2:43.649711960 |
| 2714 | 2024-08-27T18:38:26.303Z | trap 0.366350669 |
| 2715 | 2024-08-27T18:38:26.306Z | tflt 1.435310772 |
| 2716 | 2024-08-27T18:38:26.306Z | dflt 1.458552745 |
| 2717 | 2024-08-27T18:38:26.306Z | kflt 0.000052445 |
| 2718 | 2024-08-27T18:38:26.306Z | lock 27:12.542206268 |
| 2719 | 2024-08-27T18:38:26.306Z | slp 48:17.066469694 |
| 2720 | 2024-08-27T18:38:26.306Z | lat 41.236233481 |
| 2721 | 2024-08-27T18:38:26.306Z | stop 1:39.352245808 |
| 2722 | 2024-08-27T18:38:26.306Z | + mkdir tests |
| 2723 | 2024-08-27T18:38:26.309Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2724 | 2024-08-27T18:38:26.309Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2725 | 2024-08-27T18:38:27.499Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-92f6e077a758cfae tests/ |
| 2726 | 2024-08-27T18:38:27.521Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d06f00893512dd3b tests/ |
| 2727 | 2024-08-27T18:38:27.542Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6fb7131b579e82c9 tests/ |
| 2728 | 2024-08-27T18:38:27.562Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1da5f1512bbf397b tests/ |
| 2729 | 2024-08-27T18:38:27.710Z | + 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/*) |
| 2730 | 2024-08-27T18:38:27.713Z | + 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-d06f00893512dd3b tests/commtest-6fb7131b579e82c9 tests/dhcp_server-92f6e077a758cfae tests/end_to_end_tests-1da5f1512bbf397b 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 |
| 2731 | 2024-08-27T18:39:30.574Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2732 | 2024-08-27T18:39:30.574Z | a out/target/test 1K |
| 2733 | 2024-08-27T18:39:30.574Z | a out/npuzone/npuzone 23144K |
| 2734 | 2024-08-27T18:39:30.574Z | a package-manifest.toml 32K |
| 2735 | 2024-08-27T18:39:30.574Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2736 | 2024-08-27T18:39:30.574Z | a target/release/omicron-package 32308K |
| 2737 | 2024-08-27T18:39:30.574Z | a target/release/xtask 11627K |
| 2738 | 2024-08-27T18:39:30.574Z | a target/debug/bootstrap 191338K |
| 2739 | 2024-08-27T18:39:30.574Z | a tests/bootstrap-d06f00893512dd3b 23739K |
| 2740 | 2024-08-27T18:39:30.574Z | a tests/commtest-6fb7131b579e82c9 23966K |
| 2741 | 2024-08-27T18:39:30.574Z | a tests/dhcp_server-92f6e077a758cfae 23739K |
| 2742 | 2024-08-27T18:39:30.574Z | a tests/end_to_end_tests-1da5f1512bbf397b 204222K |
| 2743 | 2024-08-27T18:39:30.574Z | a out/clickhouse.tar.gz 232388K |
| 2744 | 2024-08-27T18:39:30.574Z | a out/clickhouse_keeper.tar.gz 232382K |
| 2745 | 2024-08-27T18:39:30.574Z | a out/clickhouse_server.tar.gz 232380K |
| 2746 | 2024-08-27T18:39:30.574Z | a out/cockroachdb.tar.gz 131922K |
| 2747 | 2024-08-27T18:39:30.574Z | a out/crucible-dtrace.tar 84K |
| 2748 | 2024-08-27T18:39:30.574Z | a out/crucible-pantry-zone.tar.gz 27828K |
| 2749 | 2024-08-27T18:39:30.574Z | a out/crucible-zone.tar.gz 38159K |
| 2750 | 2024-08-27T18:39:30.574Z | a out/external-dns.tar.gz 24905K |
| 2751 | 2024-08-27T18:39:30.574Z | a out/internal-dns.tar.gz 24905K |
| 2752 | 2024-08-27T18:39:30.574Z | a out/mg-ddm-gz.tar 62160K |
| 2753 | 2024-08-27T18:39:30.574Z | a out/nexus.tar.gz 88101K |
| 2754 | 2024-08-27T18:39:30.574Z | a out/ntp.tar.gz 8978K |
| 2755 | 2024-08-27T18:39:30.574Z | a out/omicron-gateway-softnpu.tar.gz 20605K |
| 2756 | 2024-08-27T18:39:30.574Z | a out/omicron-sled-agent.tar 97464K |
| 2757 | 2024-08-27T18:39:30.574Z | a out/overlay.tar.gz 3K |
| 2758 | 2024-08-27T18:39:30.575Z | a out/oximeter.tar.gz 42183K |
| 2759 | 2024-08-27T18:39:30.575Z | a out/oxlog.tar 2946K |
| 2760 | 2024-08-27T18:39:30.575Z | a out/probe.tar.gz 2764K |
| 2761 | 2024-08-27T18:39:30.575Z | a out/propolis-server.tar.gz 65291K |
| 2762 | 2024-08-27T18:39:30.575Z | a out/pumpkind-gz.tar 26665K |
| 2763 | 2024-08-27T18:39:30.575Z | a out/switch-softnpu.tar.gz 213745K |
| 2764 | 2024-08-27T18:39:30.578Z | |
| 2765 | 2024-08-27T18:39:30.578Z | real 1:02.855900695 |
| 2766 | 2024-08-27T18:39:30.578Z | user 59.877035309 |
| 2767 | 2024-08-27T18:39:30.578Z | sys 4.168336574 |
| 2768 | 2024-08-27T18:39:30.578Z | trap 0.016739056 |
| 2769 | 2024-08-27T18:39:30.578Z | tflt 0.000000000 |
| 2770 | 2024-08-27T18:39:30.578Z | dflt 0.000000000 |
| 2771 | 2024-08-27T18:39:30.578Z | kflt 0.000000000 |
| 2772 | 2024-08-27T18:39:30.578Z | lock 0.000000000 |
| 2773 | 2024-08-27T18:39:30.578Z | slp 59.870404501 |
| 2774 | 2024-08-27T18:39:30.578Z | lat 1.774796199 |
| 2775 | 2024-08-27T18:39:30.578Z | stop 0.000205723 |
| 2776 | 2024-08-27T18:39:30.578Z | process exited: duration 1776831 ms, exit code 0 |
| |
| 2777 | 2024-08-27T18:39:30.593Z | found 1 output files |
| 2778 | 2024-08-27T18:39:30.593Z | uploading: /work/package.tar.gz (1618400929 bytes) |
| 2779 | 2024-08-27T18:39:53.508Z | uploaded: /work/package.tar.gz |