|
|
|
| 1 | 2024-06-26T20:50:02.723Z | job assigned to worker 01J1B4Y4XQBKRN5P0FHQK4H0M9 (queued for 1 m 1 s) |
| |
| 2 | 2024-06-26T20:50:02.807Z | starting task 0: "setup" |
| 3 | 2024-06-26T20:50:02.833Z | ++ uname -s |
| 4 | 2024-06-26T20:50:02.833Z | + kern=SunOS |
| 5 | 2024-06-26T20:50:02.833Z | + case "$kern" in |
| 6 | 2024-06-26T20:50:02.833Z | + groupadd -g 12345 build |
| 7 | 2024-06-26T20:50:02.833Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-26T20:50:04.903Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-26T20:50:04.951Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-26T20:50:04.977Z | + home_fs=zfs |
| 11 | 2024-06-26T20:50:04.977Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-26T20:50:04.977Z | + mkdir -p /home/build |
| 13 | 2024-06-26T20:50:04.977Z | + chown build:build /home/build /work |
| 14 | 2024-06-26T20:50:07.030Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-26T20:50:07.064Z | process exited: duration 4091 ms, exit code 0 |
| |
| 16 | 2024-06-26T20:50:07.157Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-26T20:50:07.183Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-26T20:50:07.183Z | ' 1.78.0 |
| 19 | 2024-06-26T20:50:07.183Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-06-26T20:50:07.183Z | ' default |
| 21 | 2024-06-26T20:50:07.183Z | * toolchain channel = "1.78.0" |
| 22 | 2024-06-26T20:50:07.183Z | * toolchain profile = "default" |
| 23 | 2024-06-26T20:50:07.183Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-26T20:50:07.183Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-06-26T20:50:07.337Z | info: downloading installer |
| 26 | 2024-06-26T20:50:08.139Z | info: profile set to 'default' |
| 27 | 2024-06-26T20:50:08.139Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-26T20:50:08.164Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-06-26T20:50:08.323Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-06-26T20:50:08.323Z | info: downloading component 'cargo' |
| 31 | 2024-06-26T20:50:08.636Z | info: downloading component 'clippy' |
| 32 | 2024-06-26T20:50:08.739Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-26T20:50:09.134Z | info: downloading component 'rust-std' |
| 34 | 2024-06-26T20:50:09.747Z | info: downloading component 'rustc' |
| 35 | 2024-06-26T20:50:11.310Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-26T20:50:11.411Z | info: installing component 'cargo' |
| 37 | 2024-06-26T20:50:12.605Z | info: installing component 'clippy' |
| 38 | 2024-06-26T20:50:13.045Z | info: installing component 'rust-docs' |
| 39 | 2024-06-26T20:50:16.266Z | info: installing component 'rust-std' |
| 40 | 2024-06-26T20:50:18.560Z | info: installing component 'rustc' |
| 41 | 2024-06-26T20:50:23.823Z | info: installing component 'rustfmt' |
| 42 | 2024-06-26T20:50:24.215Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-06-26T20:50:24.215Z | |
| 44 | 2024-06-26T20:50:24.355Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-06-26T20:50:24.355Z | |
| 46 | 2024-06-26T20:50:24.381Z | |
| 47 | 2024-06-26T20:50:24.381Z | Rust is installed now. Great! |
| 48 | 2024-06-26T20:50:24.381Z | |
| 49 | 2024-06-26T20:50:24.381Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-26T20:50:24.381Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-26T20:50:24.381Z | |
| 52 | 2024-06-26T20:50:24.381Z | To configure your current shell, you need to source |
| 53 | 2024-06-26T20:50:24.381Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-26T20:50:24.381Z | |
| 55 | 2024-06-26T20:50:24.381Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-26T20:50:24.381Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-26T20:50:24.381Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-26T20:50:24.435Z | + rustc --version |
| 59 | 2024-06-26T20:50:24.549Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-06-26T20:50:24.574Z | process exited: duration 16850 ms, exit code 0 |
| |
| 61 | 2024-06-26T20:50:24.624Z | starting task 2: "authentication" |
| 62 | 2024-06-26T20:50:24.684Z | process exited: duration 58 ms, exit code 0 |
| |
| 63 | 2024-06-26T20:50:24.734Z | starting task 3: "clone repository" |
| 64 | 2024-06-26T20:50:24.759Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-06-26T20:50:24.759Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-06-26T20:50:24.783Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-06-26T20:50:29.957Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-06-26T20:50:29.957Z | + git fetch origin 06743b0b3158db4360b775055279fc3b3c75212c |
| 69 | 2024-06-26T20:50:30.337Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-06-26T20:50:30.337Z | * branch 06743b0b3158db4360b775055279fc3b3c75212c -> FETCH_HEAD |
| 71 | 2024-06-26T20:50:30.361Z | + [[ -n main ]] |
| 72 | 2024-06-26T20:50:30.361Z | ++ git branch --show-current |
| 73 | 2024-06-26T20:50:30.361Z | + current=main |
| 74 | 2024-06-26T20:50:30.361Z | + [[ main != main ]] |
| 75 | 2024-06-26T20:50:30.361Z | + git reset --hard 06743b0b3158db4360b775055279fc3b3c75212c |
| 76 | 2024-06-26T20:50:30.537Z | HEAD is now at 06743b0b3 Put max length in `Name` description (#5958) |
| 77 | 2024-06-26T20:50:30.572Z | process exited: duration 5789 ms, exit code 0 |
| |
| 78 | 2024-06-26T20:50:30.641Z | starting task 4: "build" |
| 79 | 2024-06-26T20:50:30.675Z | + cargo --version |
| 80 | 2024-06-26T20:50:30.744Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 81 | 2024-06-26T20:50:30.770Z | + rustc --version |
| 82 | 2024-06-26T20:50:30.861Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 83 | 2024-06-26T20:50:30.887Z | + WORK=/work |
| 84 | 2024-06-26T20:50:30.887Z | + pfexec mkdir -p /work |
| 85 | 2024-06-26T20:50:30.887Z | + pfexec chown build /work |
| 86 | 2024-06-26T20:50:30.887Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 87 | 2024-06-26T20:50:36.807Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 88 | 2024-06-26T20:50:39.073Z | Startup: Caching catalogs ... Done |
| 89 | 2024-06-26T20:50:42.319Z | Planning: Solver setup ... Done (2.649s) |
| 90 | 2024-06-26T20:50:42.367Z | Planning: Running solver ... Done (0.047s) |
| 91 | 2024-06-26T20:50:42.411Z | Planning: Finding local manifests ... Done (0.002s) |
| 92 | 2024-06-26T20:50:42.494Z | Planning: Fetching manifests: 0/4 0% complete |
| 93 | 2024-06-26T20:50:42.875Z | Planning: Fetching manifests: 4/4 100% complete |
| 94 | 2024-06-26T20:50:42.941Z | Planning: Package planning ... Done (0.067s) |
| 95 | 2024-06-26T20:50:43.004Z | Planning: Merging actions ... Done (0.063s) |
| 96 | 2024-06-26T20:50:43.386Z | Planning: Checking for conflicting actions ... Done (0.382s) |
| 97 | 2024-06-26T20:50:43.410Z | Planning: Consolidating action changes ... Done (0.013s) |
| 98 | 2024-06-26T20:50:44.086Z | Planning: Evaluating mediators ... Done (0.685s) |
| 99 | 2024-06-26T20:50:44.110Z | Planning: Planning completed in 4.97 seconds |
| 100 | 2024-06-26T20:50:44.134Z | Packages to install: 4 |
| 101 | 2024-06-26T20:50:44.134Z | Mediators to change: 2 |
| 102 | 2024-06-26T20:50:44.134Z | Services to change: 1 |
| 103 | 2024-06-26T20:50:44.134Z | Estimated space available: 148.89 GB |
| 104 | 2024-06-26T20:50:44.134Z | Estimated space to be consumed: 1.46 GB |
| 105 | 2024-06-26T20:50:44.134Z | Create boot environment: No |
| 106 | 2024-06-26T20:50:44.135Z | Create backup boot environment: No |
| 107 | 2024-06-26T20:50:44.135Z | Rebuild boot archive: No |
| 108 | 2024-06-26T20:50:44.135Z | |
| 109 | 2024-06-26T20:50:44.135Z | Changed mediators: |
| 110 | 2024-06-26T20:50:44.135Z | mediator clang: |
| 111 | 2024-06-26T20:50:44.135Z | version: None -> 15 (system default) |
| 112 | 2024-06-26T20:50:44.135Z | |
| 113 | 2024-06-26T20:50:44.135Z | mediator llvm: |
| 114 | 2024-06-26T20:50:44.135Z | version: 14 (system default) -> 15 (system default) |
| 115 | 2024-06-26T20:50:44.135Z | |
| 116 | 2024-06-26T20:50:44.135Z | Changed packages: |
| 117 | 2024-06-26T20:50:44.135Z | helios-dev |
| 118 | 2024-06-26T20:50:44.135Z | developer/build-essential |
| 119 | 2024-06-26T20:50:44.135Z | None -> 11-2.0 |
| 120 | 2024-06-26T20:50:44.135Z | library/libxmlsec1 |
| 121 | 2024-06-26T20:50:44.135Z | None -> 1.2.35-2.0 |
| 122 | 2024-06-26T20:50:44.135Z | ooce/developer/clang-15 |
| 123 | 2024-06-26T20:50:44.135Z | None -> 15.0.7-2.0 |
| 124 | 2024-06-26T20:50:44.135Z | ooce/developer/llvm-15 |
| 125 | 2024-06-26T20:50:44.135Z | None -> 15.0.7-2.0 |
| 126 | 2024-06-26T20:50:44.135Z | |
| 127 | 2024-06-26T20:50:44.135Z | Services: |
| 128 | 2024-06-26T20:50:44.135Z | restart_fmri: |
| 129 | 2024-06-26T20:50:44.135Z | svc:/system/update-man-index:default |
| 130 | 2024-06-26T20:50:44.171Z | |
| 131 | 2024-06-26T20:50:44.171Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 132 | 2024-06-26T20:50:49.176Z | Download: 1187/3290 items 77.9/212.6MB 36% complete (15.6M/s) |
| 133 | 2024-06-26T20:50:54.171Z | Download: 1967/3290 items 118.7/212.6MB 55% complete (12.0M/s) |
| 134 | 2024-06-26T20:50:59.172Z | Download: 3120/3290 items 127.5/212.6MB 59% complete (5.0M/s) |
| 135 | 2024-06-26T20:51:03.093Z | Download: Completed 212.60 MB in 18.92 seconds (11.2M/s) |
| 136 | 2024-06-26T20:51:03.320Z | Actions: 1/3689 actions (Installing new actions) |
| 137 | 2024-06-26T20:51:08.437Z | Actions: 2818/3689 actions (Installing new actions) |
| 138 | 2024-06-26T20:51:09.185Z | Actions: Completed 3689 actions in 5.87 seconds. |
| 139 | 2024-06-26T20:51:09.411Z | Done (0.220s) |
| 140 | 2024-06-26T20:51:09.411Z | Done (0.000s) |
| 141 | 2024-06-26T20:51:09.817Z | Done (0.406s) |
| 142 | 2024-06-26T20:51:15.325Z | Done (5.371s) |
| 143 | 2024-06-26T20:51:15.421Z | Done (0.019s) |
| 144 | 2024-06-26T20:51:15.445Z | Done (0.000s) |
| 145 | 2024-06-26T20:51:15.574Z | Done (0.000s) |
| 146 | 2024-06-26T20:51:16.260Z | Planning: Evaluating mediator changes ... Done |
| 147 | 2024-06-26T20:51:16.468Z | Planning: Checking for conflicting actions ... Done |
| 148 | 2024-06-26T20:51:16.491Z | Planning: Consolidating action changes ... Done |
| 149 | 2024-06-26T20:51:16.814Z | Planning: Evaluating mediators ... Done |
| 150 | 2024-06-26T20:51:16.838Z | Planning: Planning completed in 0.56 seconds |
| 151 | 2024-06-26T20:51:16.862Z | Mediators to change: 2 |
| 152 | 2024-06-26T20:51:16.862Z | Create boot environment: No |
| 153 | 2024-06-26T20:51:16.862Z | Create backup boot environment: No |
| 154 | 2024-06-26T20:51:16.919Z | Done |
| 155 | 2024-06-26T20:51:16.919Z | Done |
| 156 | 2024-06-26T20:51:17.188Z | Done |
| 157 | 2024-06-26T20:51:21.872Z | Done |
| 158 | 2024-06-26T20:51:21.978Z | Done |
| 159 | 2024-06-26T20:51:21.978Z | Done |
| 160 | 2024-06-26T20:51:22.032Z | Done |
| 161 | 2024-06-26T20:51:22.773Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2024-06-26T20:51:22.797Z | Planning: Merging actions ... Done |
| 163 | 2024-06-26T20:51:23.009Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2024-06-26T20:51:23.033Z | Planning: Consolidating action changes ... Done |
| 165 | 2024-06-26T20:51:23.327Z | Planning: Evaluating mediators ... Done |
| 166 | 2024-06-26T20:51:23.394Z | Planning: Planning completed in 0.91 seconds |
| 167 | 2024-06-26T20:51:23.436Z | Packages to change: 1 |
| 168 | 2024-06-26T20:51:23.436Z | Mediators to change: 1 |
| 169 | 2024-06-26T20:51:23.436Z | Services to change: 1 |
| 170 | 2024-06-26T20:51:23.436Z | Create boot environment: No |
| 171 | 2024-06-26T20:51:23.436Z | Create backup boot environment: Yes |
| 172 | 2024-06-26T20:51:25.014Z | Actions: 1/6 actions (Updating modified actions) |
| 173 | 2024-06-26T20:51:25.038Z | Actions: Completed 6 actions in 0.00 seconds. |
| 174 | 2024-06-26T20:51:25.038Z | Done |
| 175 | 2024-06-26T20:51:25.038Z | Done |
| 176 | 2024-06-26T20:51:25.101Z | Done |
| 177 | 2024-06-26T20:51:29.763Z | Done |
| 178 | 2024-06-26T20:51:29.863Z | Done |
| 179 | 2024-06-26T20:51:29.887Z | Done |
| 180 | 2024-06-26T20:51:29.941Z | Done |
| 181 | 2024-06-26T20:51:30.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 182 | 2024-06-26T20:51:30.504Z | clang system 15 system |
| 183 | 2024-06-26T20:51:30.504Z | csh system system illumos |
| 184 | 2024-06-26T20:51:30.504Z | ctags system system illumos |
| 185 | 2024-06-26T20:51:30.504Z | gcc vendor 12 vendor |
| 186 | 2024-06-26T20:51:30.504Z | gcc system 10 system |
| 187 | 2024-06-26T20:51:30.504Z | gcc system 7 system |
| 188 | 2024-06-26T20:51:30.504Z | go system 1.20 system |
| 189 | 2024-06-26T20:51:30.504Z | go system 1.19 system |
| 190 | 2024-06-26T20:51:30.504Z | llvm system 15 system |
| 191 | 2024-06-26T20:51:30.504Z | llvm system 14 system |
| 192 | 2024-06-26T20:51:30.504Z | mariadb system 10.6 system |
| 193 | 2024-06-26T20:51:30.504Z | mta vendor vendor dma |
| 194 | 2024-06-26T20:51:30.504Z | openjdk system 17 system |
| 195 | 2024-06-26T20:51:30.504Z | openjdk system 11 system |
| 196 | 2024-06-26T20:51:30.504Z | openjdk system 1.8 system |
| 197 | 2024-06-26T20:51:30.504Z | openssl vendor 3 vendor |
| 198 | 2024-06-26T20:51:30.504Z | perl system 5.36 system |
| 199 | 2024-06-26T20:51:30.504Z | postgresql system 15 system |
| 200 | 2024-06-26T20:51:30.504Z | postgresql system 13 system |
| 201 | 2024-06-26T20:51:30.504Z | python vendor 3 vendor |
| 202 | 2024-06-26T20:51:30.504Z | python system 2 system |
| 203 | 2024-06-26T20:51:30.504Z | python3 system 3.11 system |
| 204 | 2024-06-26T20:51:30.504Z | ruby system 3.0 system |
| 205 | 2024-06-26T20:51:30.504Z | words vendor vendor american-english |
| 206 | 2024-06-26T20:51:30.504Z | words system system australian-english |
| 207 | 2024-06-26T20:51:30.504Z | words system system british-english |
| 208 | 2024-06-26T20:51:30.504Z | words system system canadian-english |
| 209 | 2024-06-26T20:51:30.504Z | words system system french |
| 210 | 2024-06-26T20:51:30.504Z | words system system italian |
| 211 | 2024-06-26T20:51:30.504Z | words system system ngerman |
| 212 | 2024-06-26T20:51:30.504Z | words system system ogerman |
| 213 | 2024-06-26T20:51:30.504Z | words system system spanish |
| 214 | 2024-06-26T20:51:30.960Z | PUBLISHER TYPE STATUS P LOCATION |
| 215 | 2024-06-26T20:51:30.960Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 216 | 2024-06-26T20:51:32.831Z | FMRI IFO |
| 217 | 2024-06-26T20:51:32.831Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 218 | 2024-06-26T20:51:32.831Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 219 | 2024-06-26T20:51:32.831Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 220 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 221 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 222 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 223 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 224 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 225 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 226 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 227 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 228 | 2024-06-26T20:51:32.832Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 229 | 2024-06-26T20:51:33.446Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 230 | 2024-06-26T20:51:33.953Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 231 | 2024-06-26T20:51:34.311Z | Updating crates.io index |
| 232 | 2024-06-26T20:51:34.335Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 233 | 2024-06-26T20:51:35.257Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 234 | 2024-06-26T20:51:36.281Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 235 | 2024-06-26T20:51:36.666Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 236 | 2024-06-26T20:51:38.879Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 237 | 2024-06-26T20:51:39.530Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 238 | 2024-06-26T20:51:39.926Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 239 | 2024-06-26T20:51:41.165Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 240 | 2024-06-26T20:51:43.505Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 241 | 2024-06-26T20:51:44.918Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 242 | 2024-06-26T20:51:45.822Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 243 | 2024-06-26T20:51:46.806Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2024-06-26T20:51:47.319Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 245 | 2024-06-26T20:51:47.848Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 246 | 2024-06-26T20:51:48.242Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 247 | 2024-06-26T20:51:48.725Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 248 | 2024-06-26T20:51:49.159Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 249 | 2024-06-26T20:51:49.614Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 250 | 2024-06-26T20:51:49.950Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 251 | 2024-06-26T20:51:50.533Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 252 | 2024-06-26T20:51:51.095Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 253 | 2024-06-26T20:51:51.644Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 254 | 2024-06-26T20:51:52.032Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2024-06-26T20:51:52.814Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2024-06-26T20:51:53.312Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
| 257 | 2024-06-26T20:51:53.770Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 258 | 2024-06-26T20:51:54.334Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 259 | 2024-06-26T20:51:56.516Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2024-06-26T20:51:57.095Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2024-06-26T20:51:57.484Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2024-06-26T20:51:58.165Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 263 | 2024-06-26T20:51:59.670Z | Downloading crates ... |
| 264 | 2024-06-26T20:51:59.743Z | Downloaded openssl-macros v0.1.1 |
| 265 | 2024-06-26T20:51:59.767Z | Downloaded heck v0.4.1 |
| 266 | 2024-06-26T20:51:59.767Z | Downloaded pest_generator v2.7.10 |
| 267 | 2024-06-26T20:51:59.767Z | Downloaded num_cpus v1.16.0 |
| 268 | 2024-06-26T20:51:59.767Z | Downloaded miniz_oxide v0.7.2 |
| 269 | 2024-06-26T20:51:59.767Z | Downloaded parking_lot v0.12.2 |
| 270 | 2024-06-26T20:51:59.767Z | Downloaded pretty-hex v0.4.1 |
| 271 | 2024-06-26T20:51:59.792Z | Downloaded dirs-sys-next v0.1.2 |
| 272 | 2024-06-26T20:51:59.792Z | Downloaded cpufeatures v0.2.12 |
| 273 | 2024-06-26T20:51:59.792Z | Downloaded cargo-platform v0.1.8 |
| 274 | 2024-06-26T20:51:59.792Z | Downloaded bytes v1.6.0 |
| 275 | 2024-06-26T20:51:59.792Z | Downloaded digest v0.10.7 |
| 276 | 2024-06-26T20:51:59.792Z | Downloaded tinyvec_macros v0.1.1 |
| 277 | 2024-06-26T20:51:59.792Z | Downloaded openssl-probe v0.1.5 |
| 278 | 2024-06-26T20:51:59.792Z | Downloaded percent-encoding v2.3.1 |
| 279 | 2024-06-26T20:51:59.792Z | Downloaded try-lock v0.2.5 |
| 280 | 2024-06-26T20:51:59.817Z | Downloaded take_mut v0.2.2 |
| 281 | 2024-06-26T20:51:59.817Z | Downloaded scroll_derive v0.12.0 |
| 282 | 2024-06-26T20:51:59.817Z | Downloaded indexmap v2.2.6 |
| 283 | 2024-06-26T20:51:59.817Z | Downloaded papergrid v0.11.0 |
| 284 | 2024-06-26T20:51:59.817Z | Downloaded powerfmt v0.2.0 |
| 285 | 2024-06-26T20:51:59.817Z | Downloaded rustls-pemfile v1.0.4 |
| 286 | 2024-06-26T20:51:59.841Z | Downloaded hashbrown v0.14.5 |
| 287 | 2024-06-26T20:51:59.841Z | Downloaded time-core v0.1.2 |
| 288 | 2024-06-26T20:51:59.841Z | Downloaded tower-service v0.3.2 |
| 289 | 2024-06-26T20:51:59.841Z | Downloaded want v0.3.1 |
| 290 | 2024-06-26T20:51:59.841Z | Downloaded usdt-macro v0.5.0 |
| 291 | 2024-06-26T20:51:59.841Z | Downloaded signal-hook-registry v1.4.2 |
| 292 | 2024-06-26T20:51:59.841Z | Downloaded libc v0.2.155 |
| 293 | 2024-06-26T20:51:59.874Z | Downloaded thiserror v1.0.60 |
| 294 | 2024-06-26T20:51:59.901Z | Downloaded version_check v0.9.4 |
| 295 | 2024-06-26T20:51:59.901Z | Downloaded zerocopy-derive v0.7.34 |
| 296 | 2024-06-26T20:51:59.901Z | Downloaded unicode-bidi v0.3.15 |
| 297 | 2024-06-26T20:51:59.925Z | Downloaded zerocopy v0.7.34 |
| 298 | 2024-06-26T20:51:59.950Z | Downloaded vcpkg v0.2.15 |
| 299 | 2024-06-26T20:51:59.994Z | Downloaded syn v1.0.109 |
| 300 | 2024-06-26T20:52:00.018Z | Downloaded serde_json v1.0.118 |
| 301 | 2024-06-26T20:52:00.018Z | Downloaded rustix v0.38.34 |
| 302 | 2024-06-26T20:52:00.047Z | Downloaded tokio v1.37.0 |
| 303 | 2024-06-26T20:52:00.095Z | Downloaded tokio-util v0.7.11 |
| 304 | 2024-06-26T20:52:00.119Z | Downloaded time v0.3.36 |
| 305 | 2024-06-26T20:52:00.119Z | Downloaded tabled v0.15.0 |
| 306 | 2024-06-26T20:52:00.143Z | Downloaded syn v2.0.68 |
| 307 | 2024-06-26T20:52:00.167Z | Downloaded serde v1.0.203 |
| 308 | 2024-06-26T20:52:00.167Z | Downloaded reqwest v0.11.27 |
| 309 | 2024-06-26T20:52:00.167Z | Downloaded winnow v0.6.8 |
| 310 | 2024-06-26T20:52:00.191Z | Downloaded url v2.5.0 |
| 311 | 2024-06-26T20:52:00.191Z | Downloaded unicode-normalization v0.1.23 |
| 312 | 2024-06-26T20:52:00.191Z | Downloaded tracing v0.1.40 |
| 313 | 2024-06-26T20:52:00.191Z | Downloaded toml_edit v0.22.13 |
| 314 | 2024-06-26T20:52:00.217Z | Downloaded tar v0.4.40 |
| 315 | 2024-06-26T20:52:00.217Z | Downloaded typenum v1.17.0 |
| 316 | 2024-06-26T20:52:00.241Z | Downloaded tracing-core v0.1.32 |
| 317 | 2024-06-26T20:52:00.241Z | Downloaded scroll v0.12.0 |
| 318 | 2024-06-26T20:52:00.241Z | Downloaded xattr v1.3.1 |
| 319 | 2024-06-26T20:52:00.241Z | Downloaded unicode-ident v1.0.12 |
| 320 | 2024-06-26T20:52:00.241Z | Downloaded ucd-trie v0.1.6 |
| 321 | 2024-06-26T20:52:00.241Z | Downloaded tinyvec v1.6.0 |
| 322 | 2024-06-26T20:52:00.241Z | Downloaded ryu v1.0.18 |
| 323 | 2024-06-26T20:52:00.241Z | Downloaded encoding_rs v0.8.34 |
| 324 | 2024-06-26T20:52:00.266Z | Downloaded utf8parse v0.2.1 |
| 325 | 2024-06-26T20:52:00.266Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2024-06-26T20:52:00.266Z | Downloaded usdt v0.5.0 |
| 327 | 2024-06-26T20:52:00.290Z | Downloaded unicode-width v0.1.12 |
| 328 | 2024-06-26T20:52:00.290Z | Downloaded toml_datetime v0.6.6 |
| 329 | 2024-06-26T20:52:00.290Z | Downloaded toml v0.8.13 |
| 330 | 2024-06-26T20:52:00.290Z | Downloaded tokio-native-tls v0.3.1 |
| 331 | 2024-06-26T20:52:00.290Z | Downloaded tokio-macros v2.2.0 |
| 332 | 2024-06-26T20:52:00.290Z | Downloaded time-macros v0.2.18 |
| 333 | 2024-06-26T20:52:00.290Z | Downloaded thread_local v1.1.8 |
| 334 | 2024-06-26T20:52:00.290Z | Downloaded thread-id v4.2.1 |
| 335 | 2024-06-26T20:52:00.290Z | Downloaded thiserror-impl v1.0.60 |
| 336 | 2024-06-26T20:52:00.290Z | Downloaded terminal_size v0.3.0 |
| 337 | 2024-06-26T20:52:00.290Z | Downloaded term v0.7.0 |
| 338 | 2024-06-26T20:52:00.290Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2024-06-26T20:52:00.315Z | Downloaded strum_macros v0.26.2 |
| 340 | 2024-06-26T20:52:00.315Z | Downloaded strsim v0.11.1 |
| 341 | 2024-06-26T20:52:00.315Z | Downloaded socket2 v0.5.7 |
| 342 | 2024-06-26T20:52:00.315Z | Downloaded smallvec v1.13.2 |
| 343 | 2024-06-26T20:52:00.315Z | Downloaded slog-term v2.9.1 |
| 344 | 2024-06-26T20:52:00.315Z | Downloaded slog-json v2.6.1 |
| 345 | 2024-06-26T20:52:00.315Z | Downloaded slog-bunyan v2.5.0 |
| 346 | 2024-06-26T20:52:00.315Z | Downloaded slog-async v2.8.0 |
| 347 | 2024-06-26T20:52:00.315Z | Downloaded slog v2.7.0 |
| 348 | 2024-06-26T20:52:00.315Z | Downloaded slab v0.4.9 |
| 349 | 2024-06-26T20:52:00.315Z | Downloaded sha2 v0.10.8 |
| 350 | 2024-06-26T20:52:00.339Z | Downloaded serde_urlencoded v0.7.1 |
| 351 | 2024-06-26T20:52:00.339Z | Downloaded serde_tokenstream v0.2.0 |
| 352 | 2024-06-26T20:52:00.339Z | Downloaded serde_spanned v0.6.6 |
| 353 | 2024-06-26T20:52:00.339Z | Downloaded serde_derive v1.0.203 |
| 354 | 2024-06-26T20:52:00.339Z | Downloaded semver v1.0.23 |
| 355 | 2024-06-26T20:52:00.339Z | Downloaded scopeguard v1.2.0 |
| 356 | 2024-06-26T20:52:00.339Z | Downloaded rustversion v1.0.17 |
| 357 | 2024-06-26T20:52:00.339Z | Downloaded quote v1.0.36 |
| 358 | 2024-06-26T20:52:00.339Z | Downloaded proc-macro2 v1.0.86 |
| 359 | 2024-06-26T20:52:00.363Z | Downloaded proc-macro-error-attr v1.0.4 |
| 360 | 2024-06-26T20:52:00.363Z | Downloaded proc-macro-error v1.0.4 |
| 361 | 2024-06-26T20:52:00.363Z | Downloaded pin-project-lite v0.2.14 |
| 362 | 2024-06-26T20:52:00.363Z | Downloaded plain v0.2.3 |
| 363 | 2024-06-26T20:52:00.363Z | Downloaded usdt-attr-macro v0.5.0 |
| 364 | 2024-06-26T20:52:00.363Z | Downloaded sync_wrapper v0.1.2 |
| 365 | 2024-06-26T20:52:00.363Z | Downloaded openssl v0.10.64 |
| 366 | 2024-06-26T20:52:00.387Z | Downloaded futures-util v0.3.30 |
| 367 | 2024-06-26T20:52:00.387Z | Downloaded goblin v0.8.2 |
| 368 | 2024-06-26T20:52:00.411Z | Downloaded pin-utils v0.1.0 |
| 369 | 2024-06-26T20:52:00.411Z | Downloaded pkg-config v0.3.30 |
| 370 | 2024-06-26T20:52:00.411Z | Downloaded mio v0.8.11 |
| 371 | 2024-06-26T20:52:00.411Z | Downloaded memchr v2.7.2 |
| 372 | 2024-06-26T20:52:00.411Z | Downloaded http v0.2.12 |
| 373 | 2024-06-26T20:52:00.435Z | Downloaded errno v0.3.9 |
| 374 | 2024-06-26T20:52:00.435Z | Downloaded lock_api v0.4.12 |
| 375 | 2024-06-26T20:52:00.435Z | Downloaded fs-err v2.11.0 |
| 376 | 2024-06-26T20:52:00.435Z | Downloaded pest_meta v2.7.10 |
| 377 | 2024-06-26T20:52:00.435Z | Downloaded pest_derive v2.7.10 |
| 378 | 2024-06-26T20:52:00.435Z | Downloaded parking_lot_core v0.9.10 |
| 379 | 2024-06-26T20:52:00.435Z | Downloaded futures-channel v0.3.30 |
| 380 | 2024-06-26T20:52:00.436Z | Downloaded swrite v0.1.0 |
| 381 | 2024-06-26T20:52:00.436Z | Downloaded num-conv v0.1.0 |
| 382 | 2024-06-26T20:52:00.436Z | Downloaded macaddr v1.0.1 |
| 383 | 2024-06-26T20:52:00.436Z | Downloaded hyper-tls v0.5.0 |
| 384 | 2024-06-26T20:52:00.436Z | Downloaded httpdate v1.0.3 |
| 385 | 2024-06-26T20:52:00.460Z | Downloaded heck v0.5.0 |
| 386 | 2024-06-26T20:52:00.460Z | Downloaded futures-macro v0.3.30 |
| 387 | 2024-06-26T20:52:00.460Z | Downloaded fnv v1.0.7 |
| 388 | 2024-06-26T20:52:00.460Z | Downloaded num_threads v0.1.7 |
| 389 | 2024-06-26T20:52:00.460Z | Downloaded mime v0.3.17 |
| 390 | 2024-06-26T20:52:00.460Z | Downloaded itoa v1.0.11 |
| 391 | 2024-06-26T20:52:00.460Z | Downloaded is-terminal v0.4.12 |
| 392 | 2024-06-26T20:52:00.460Z | Downloaded idna v0.5.0 |
| 393 | 2024-06-26T20:52:00.460Z | Downloaded foreign-types-shared v0.1.1 |
| 394 | 2024-06-26T20:52:00.460Z | Downloaded equivalent v1.0.1 |
| 395 | 2024-06-26T20:52:00.461Z | Downloaded hyper v0.14.28 |
| 396 | 2024-06-26T20:52:00.485Z | Downloaded h2 v0.3.26 |
| 397 | 2024-06-26T20:52:00.485Z | Downloaded futures-executor v0.3.30 |
| 398 | 2024-06-26T20:52:00.485Z | Downloaded filetime v0.2.23 |
| 399 | 2024-06-26T20:52:00.485Z | Downloaded clap_builder v4.5.2 |
| 400 | 2024-06-26T20:52:00.509Z | Downloaded strum v0.26.2 |
| 401 | 2024-06-26T20:52:00.509Z | Downloaded pest v2.7.10 |
| 402 | 2024-06-26T20:52:00.509Z | Downloaded cargo_toml v0.20.3 |
| 403 | 2024-06-26T20:52:00.509Z | Downloaded bytecount v0.6.8 |
| 404 | 2024-06-26T20:52:00.509Z | Downloaded bitflags v2.5.0 |
| 405 | 2024-06-26T20:52:00.509Z | Downloaded crypto-common v0.1.6 |
| 406 | 2024-06-26T20:52:00.509Z | Downloaded crossbeam-channel v0.5.12 |
| 407 | 2024-06-26T20:52:00.533Z | Downloaded clap_lex v0.7.0 |
| 408 | 2024-06-26T20:52:00.533Z | Downloaded autocfg v1.3.0 |
| 409 | 2024-06-26T20:52:00.533Z | Downloaded anstyle-query v1.0.3 |
| 410 | 2024-06-26T20:52:00.533Z | Downloaded openssl-sys v0.9.102 |
| 411 | 2024-06-26T20:52:00.533Z | Downloaded futures v0.3.30 |
| 412 | 2024-06-26T20:52:00.534Z | Downloaded flate2 v1.0.30 |
| 413 | 2024-06-26T20:52:00.558Z | Downloaded dtrace-parser v0.2.0 |
| 414 | 2024-06-26T20:52:00.558Z | Downloaded cfg-if v1.0.0 |
| 415 | 2024-06-26T20:52:00.558Z | Downloaded once_cell v1.19.0 |
| 416 | 2024-06-26T20:52:00.558Z | Downloaded native-tls v0.2.11 |
| 417 | 2024-06-26T20:52:00.558Z | Downloaded ipnet v2.9.0 |
| 418 | 2024-06-26T20:52:00.558Z | Downloaded httparse v1.8.0 |
| 419 | 2024-06-26T20:52:00.558Z | Downloaded cc v1.0.97 |
| 420 | 2024-06-26T20:52:00.558Z | Downloaded base64 v0.21.7 |
| 421 | 2024-06-26T20:52:00.582Z | Downloaded log v0.4.21 |
| 422 | 2024-06-26T20:52:00.582Z | Downloaded memmap v0.7.0 |
| 423 | 2024-06-26T20:52:00.582Z | Downloaded hostname v0.3.1 |
| 424 | 2024-06-26T20:52:00.582Z | Downloaded futures-task v0.3.30 |
| 425 | 2024-06-26T20:52:00.582Z | Downloaded futures-sink v0.3.30 |
| 426 | 2024-06-26T20:52:00.582Z | Downloaded futures-io v0.3.30 |
| 427 | 2024-06-26T20:52:00.582Z | Downloaded futures-core v0.3.30 |
| 428 | 2024-06-26T20:52:00.582Z | Downloaded form_urlencoded v1.2.1 |
| 429 | 2024-06-26T20:52:00.582Z | Downloaded deranged v0.3.11 |
| 430 | 2024-06-26T20:52:00.582Z | Downloaded crossbeam-utils v0.8.19 |
| 431 | 2024-06-26T20:52:00.582Z | Downloaded clap_derive v4.5.4 |
| 432 | 2024-06-26T20:52:00.582Z | Downloaded clap v4.5.4 |
| 433 | 2024-06-26T20:52:00.606Z | Downloaded camino v1.1.7 |
| 434 | 2024-06-26T20:52:00.606Z | Downloaded generic-array v0.14.7 |
| 435 | 2024-06-26T20:52:00.606Z | Downloaded foreign-types v0.3.2 |
| 436 | 2024-06-26T20:52:00.606Z | Downloaded dof v0.3.0 |
| 437 | 2024-06-26T20:52:00.606Z | Downloaded dirs-next v2.0.0 |
| 438 | 2024-06-26T20:52:00.606Z | Downloaded colorchoice v1.0.1 |
| 439 | 2024-06-26T20:52:00.607Z | Downloaded cargo_metadata v0.18.1 |
| 440 | 2024-06-26T20:52:00.607Z | Downloaded block-buffer v0.10.4 |
| 441 | 2024-06-26T20:52:00.607Z | Downloaded match_cfg v0.1.0 |
| 442 | 2024-06-26T20:52:00.607Z | Downloaded is_terminal_polyfill v1.70.0 |
| 443 | 2024-06-26T20:52:00.607Z | Downloaded http-body v0.4.6 |
| 444 | 2024-06-26T20:52:00.631Z | Downloaded crc32fast v1.4.0 |
| 445 | 2024-06-26T20:52:00.631Z | Downloaded byteorder v1.5.0 |
| 446 | 2024-06-26T20:52:00.631Z | Downloaded anyhow v1.0.86 |
| 447 | 2024-06-26T20:52:00.631Z | Downloaded anstyle-parse v0.2.4 |
| 448 | 2024-06-26T20:52:00.631Z | Downloaded anstyle v1.0.7 |
| 449 | 2024-06-26T20:52:00.631Z | Downloaded anstream v0.6.14 |
| 450 | 2024-06-26T20:52:00.631Z | Downloaded adler v1.0.2 |
| 451 | 2024-06-26T20:52:00.809Z | Compiling proc-macro2 v1.0.86 |
| 452 | 2024-06-26T20:52:00.810Z | Compiling unicode-ident v1.0.12 |
| 453 | 2024-06-26T20:52:00.810Z | Compiling libc v0.2.155 |
| 454 | 2024-06-26T20:52:00.810Z | Compiling version_check v0.9.4 |
| 455 | 2024-06-26T20:52:00.834Z | Compiling cfg-if v1.0.0 |
| 456 | 2024-06-26T20:52:00.834Z | Compiling itoa v1.0.11 |
| 457 | 2024-06-26T20:52:00.858Z | Compiling once_cell v1.19.0 |
| 458 | 2024-06-26T20:52:00.858Z | Compiling autocfg v1.3.0 |
| 459 | 2024-06-26T20:52:01.093Z | Compiling serde v1.0.203 |
| 460 | 2024-06-26T20:52:01.125Z | Compiling memchr v2.7.2 |
| 461 | 2024-06-26T20:52:01.149Z | Compiling thiserror v1.0.60 |
| 462 | 2024-06-26T20:52:01.401Z | Compiling ryu v1.0.18 |
| 463 | 2024-06-26T20:52:01.668Z | Compiling pin-project-lite v0.2.14 |
| 464 | 2024-06-26T20:52:01.752Z | Compiling bitflags v2.5.0 |
| 465 | 2024-06-26T20:52:01.776Z | Compiling ucd-trie v0.1.6 |
| 466 | 2024-06-26T20:52:01.845Z | Compiling parking_lot_core v0.9.10 |
| 467 | 2024-06-26T20:52:01.876Z | Compiling vcpkg v0.2.15 |
| 468 | 2024-06-26T20:52:01.900Z | Compiling lock_api v0.4.12 |
| 469 | 2024-06-26T20:52:02.175Z | Compiling pkg-config v0.3.30 |
| 470 | 2024-06-26T20:52:02.207Z | Compiling cc v1.0.97 |
| 471 | 2024-06-26T20:52:02.419Z | Compiling slab v0.4.9 |
| 472 | 2024-06-26T20:52:02.451Z | Compiling bytes v1.6.0 |
| 473 | 2024-06-26T20:52:02.693Z | Compiling quote v1.0.36 |
| 474 | 2024-06-26T20:52:02.720Z | Compiling scopeguard v1.2.0 |
| 475 | 2024-06-26T20:52:03.041Z | Compiling syn v2.0.68 |
| 476 | 2024-06-26T20:52:03.316Z | Compiling futures-sink v0.3.30 |
| 477 | 2024-06-26T20:52:03.339Z | Compiling futures-core v0.3.30 |
| 478 | 2024-06-26T20:52:03.386Z | Compiling smallvec v1.13.2 |
| 479 | 2024-06-26T20:52:03.591Z | Compiling hashbrown v0.14.5 |
| 480 | 2024-06-26T20:52:03.615Z | Compiling byteorder v1.5.0 |
| 481 | 2024-06-26T20:52:03.712Z | Compiling serde_json v1.0.118 |
| 482 | 2024-06-26T20:52:03.875Z | Compiling fnv v1.0.7 |
| 483 | 2024-06-26T20:52:03.962Z | Compiling log v0.4.21 |
| 484 | 2024-06-26T20:52:03.997Z | Compiling equivalent v1.0.1 |
| 485 | 2024-06-26T20:52:04.091Z | Compiling futures-channel v0.3.30 |
| 486 | 2024-06-26T20:52:04.124Z | Compiling parking_lot v0.12.2 |
| 487 | 2024-06-26T20:52:04.314Z | Compiling socket2 v0.5.7 |
| 488 | 2024-06-26T20:52:04.338Z | Compiling signal-hook-registry v1.4.2 |
| 489 | 2024-06-26T20:52:04.378Z | Compiling mio v0.8.11 |
| 490 | 2024-06-26T20:52:04.475Z | Compiling num_cpus v1.16.0 |
| 491 | 2024-06-26T20:52:04.601Z | Compiling pin-utils v0.1.0 |
| 492 | 2024-06-26T20:52:04.727Z | Compiling indexmap v2.2.6 |
| 493 | 2024-06-26T20:52:04.820Z | Compiling rustix v0.38.34 |
| 494 | 2024-06-26T20:52:05.172Z | Compiling futures-io v0.3.30 |
| 495 | 2024-06-26T20:52:05.520Z | Compiling futures-task v0.3.30 |
| 496 | 2024-06-26T20:52:05.570Z | Compiling openssl-sys v0.9.102 |
| 497 | 2024-06-26T20:52:05.731Z | Compiling typenum v1.17.0 |
| 498 | 2024-06-26T20:52:05.816Z | Compiling errno v0.3.9 |
| 499 | 2024-06-26T20:52:05.875Z | Compiling generic-array v0.14.7 |
| 500 | 2024-06-26T20:52:05.947Z | Compiling openssl v0.10.64 |
| 501 | 2024-06-26T20:52:06.075Z | Compiling slog v2.7.0 |
| 502 | 2024-06-26T20:52:06.194Z | Compiling foreign-types-shared v0.1.1 |
| 503 | 2024-06-26T20:52:06.318Z | Compiling foreign-types v0.3.2 |
| 504 | 2024-06-26T20:52:06.376Z | Compiling http v0.2.12 |
| 505 | 2024-06-26T20:52:06.547Z | Compiling proc-macro-error-attr v1.0.4 |
| 506 | 2024-06-26T20:52:06.728Z | Compiling usdt-impl v0.5.0 |
| 507 | 2024-06-26T20:52:06.856Z | Compiling tracing-core v0.1.32 |
| 508 | 2024-06-26T20:52:06.980Z | Compiling httparse v1.8.0 |
| 509 | 2024-06-26T20:52:07.027Z | Compiling num-conv v0.1.0 |
| 510 | 2024-06-26T20:52:07.287Z | Compiling time-core v0.1.2 |
| 511 | 2024-06-26T20:52:07.350Z | Compiling syn v1.0.109 |
| 512 | 2024-06-26T20:52:07.474Z | Compiling tinyvec_macros v0.1.1 |
| 513 | 2024-06-26T20:52:07.566Z | Compiling powerfmt v0.2.0 |
| 514 | 2024-06-26T20:52:07.893Z | Compiling native-tls v0.2.11 |
| 515 | 2024-06-26T20:52:08.006Z | Compiling deranged v0.3.11 |
| 516 | 2024-06-26T20:52:08.030Z | Compiling tinyvec v1.6.0 |
| 517 | 2024-06-26T20:52:08.188Z | Compiling tracing v0.1.40 |
| 518 | 2024-06-26T20:52:08.256Z | Compiling time-macros v0.2.18 |
| 519 | 2024-06-26T20:52:08.793Z | Compiling thread-id v4.2.1 |
| 520 | 2024-06-26T20:52:08.914Z | Compiling proc-macro-error v1.0.4 |
| 521 | 2024-06-26T20:52:08.995Z | Compiling try-lock v0.2.5 |
| 522 | 2024-06-26T20:52:09.139Z | Compiling percent-encoding v2.3.1 |
| 523 | 2024-06-26T20:52:09.171Z | Compiling utf8parse v0.2.1 |
| 524 | 2024-06-26T20:52:09.294Z | Compiling crossbeam-utils v0.8.19 |
| 525 | 2024-06-26T20:52:09.330Z | Compiling num_threads v0.1.7 |
| 526 | 2024-06-26T20:52:09.354Z | Compiling openssl-probe v0.1.5 |
| 527 | 2024-06-26T20:52:09.468Z | Compiling heck v0.4.1 |
| 528 | 2024-06-26T20:52:09.492Z | Compiling rustversion v1.0.17 |
| 529 | 2024-06-26T20:52:09.651Z | Compiling plain v0.2.3 |
| 530 | 2024-06-26T20:52:09.678Z | Compiling form_urlencoded v1.2.1 |
| 531 | 2024-06-26T20:52:09.706Z | Compiling anstyle-parse v0.2.4 |
| 532 | 2024-06-26T20:52:09.824Z | Compiling unicode-normalization v0.1.23 |
| 533 | 2024-06-26T20:52:09.992Z | Compiling want v0.3.1 |
| 534 | 2024-06-26T20:52:10.236Z | Compiling http-body v0.4.6 |
| 535 | 2024-06-26T20:52:10.275Z | Compiling dirs-sys-next v0.1.2 |
| 536 | 2024-06-26T20:52:10.721Z | Compiling anstyle v1.0.7 |
| 537 | 2024-06-26T20:52:10.756Z | Compiling semver v1.0.23 |
| 538 | 2024-06-26T20:52:10.851Z | Compiling crc32fast v1.4.0 |
| 539 | 2024-06-26T20:52:10.923Z | Compiling camino v1.1.7 |
| 540 | 2024-06-26T20:52:10.947Z | Compiling winnow v0.6.8 |
| 541 | 2024-06-26T20:52:11.166Z | Compiling pretty-hex v0.4.1 |
| 542 | 2024-06-26T20:52:11.218Z | Compiling is_terminal_polyfill v1.70.0 |
| 543 | 2024-06-26T20:52:11.247Z | Compiling time v0.3.36 |
| 544 | 2024-06-26T20:52:11.300Z | Compiling anstyle-query v1.0.3 |
| 545 | 2024-06-26T20:52:11.347Z | Compiling tower-service v0.3.2 |
| 546 | 2024-06-26T20:52:11.387Z | Compiling httpdate v1.0.3 |
| 547 | 2024-06-26T20:52:11.450Z | Compiling unicode-bidi v0.3.15 |
| 548 | 2024-06-26T20:52:11.485Z | Compiling colorchoice v1.0.1 |
| 549 | 2024-06-26T20:52:11.646Z | Compiling anstream v0.6.14 |
| 550 | 2024-06-26T20:52:11.831Z | Compiling dirs-next v2.0.0 |
| 551 | 2024-06-26T20:52:12.354Z | Compiling idna v0.5.0 |
| 552 | 2024-06-26T20:52:13.157Z | Compiling block-buffer v0.10.4 |
| 553 | 2024-06-26T20:52:13.199Z | Compiling crypto-common v0.1.6 |
| 554 | 2024-06-26T20:52:13.401Z | Compiling terminal_size v0.3.0 |
| 555 | 2024-06-26T20:52:13.508Z | Compiling fs-err v2.11.0 |
| 556 | 2024-06-26T20:52:13.548Z | Compiling thread_local v1.1.8 |
| 557 | 2024-06-26T20:52:13.599Z | Compiling strsim v0.11.1 |
| 558 | 2024-06-26T20:52:13.703Z | Compiling bytecount v0.6.8 |
| 559 | 2024-06-26T20:52:13.736Z | Compiling heck v0.5.0 |
| 560 | 2024-06-26T20:52:13.909Z | Compiling adler v1.0.2 |
| 561 | 2024-06-26T20:52:14.109Z | Compiling anyhow v1.0.86 |
| 562 | 2024-06-26T20:52:14.138Z | Compiling unicode-width v0.1.12 |
| 563 | 2024-06-26T20:52:14.205Z | Compiling base64 v0.21.7 |
| 564 | 2024-06-26T20:52:14.292Z | Compiling match_cfg v0.1.0 |
| 565 | 2024-06-26T20:52:14.355Z | Compiling slog-async v2.8.0 |
| 566 | 2024-06-26T20:52:14.387Z | Compiling clap_lex v0.7.0 |
| 567 | 2024-06-26T20:52:14.482Z | Compiling hostname v0.3.1 |
| 568 | 2024-06-26T20:52:14.713Z | Compiling serde_derive v1.0.203 |
| 569 | 2024-06-26T20:52:14.739Z | Compiling thiserror-impl v1.0.60 |
| 570 | 2024-06-26T20:52:14.739Z | Compiling zerocopy-derive v0.7.34 |
| 571 | 2024-06-26T20:52:14.816Z | Compiling futures-macro v0.3.30 |
| 572 | 2024-06-26T20:52:14.846Z | Compiling tokio-macros v2.2.0 |
| 573 | 2024-06-26T20:52:14.894Z | Compiling scroll_derive v0.12.0 |
| 574 | 2024-06-26T20:52:14.982Z | Compiling openssl-macros v0.1.1 |
| 575 | 2024-06-26T20:52:16.176Z | Compiling tabled_derive v0.7.0 |
| 576 | 2024-06-26T20:52:16.285Z | Compiling scroll v0.12.0 |
| 577 | 2024-06-26T20:52:16.478Z | Compiling tokio v1.37.0 |
| 578 | 2024-06-26T20:52:16.791Z | Compiling futures-util v0.3.30 |
| 579 | 2024-06-26T20:52:16.815Z | Compiling goblin v0.8.2 |
| 580 | 2024-06-26T20:52:16.897Z | Compiling zerocopy v0.7.34 |
| 581 | 2024-06-26T20:52:18.057Z | Compiling pest v2.7.10 |
| 582 | 2024-06-26T20:52:18.297Z | Compiling clap_derive v4.5.4 |
| 583 | 2024-06-26T20:52:18.371Z | Compiling strum_macros v0.26.2 |
| 584 | 2024-06-26T20:52:21.002Z | Compiling pest_meta v2.7.10 |
| 585 | 2024-06-26T20:52:22.877Z | Compiling pest_generator v2.7.10 |
| 586 | 2024-06-26T20:52:23.666Z | Compiling futures-executor v0.3.30 |
| 587 | 2024-06-26T20:52:23.690Z | Compiling clap_builder v4.5.2 |
| 588 | 2024-06-26T20:52:24.210Z | Compiling tokio-util v0.7.11 |
| 589 | 2024-06-26T20:52:24.726Z | Compiling tokio-native-tls v0.3.1 |
| 590 | 2024-06-26T20:52:25.016Z | Compiling rustls-pemfile v1.0.4 |
| 591 | 2024-06-26T20:52:25.438Z | Compiling h2 v0.3.26 |
| 592 | 2024-06-26T20:52:25.533Z | Compiling papergrid v0.11.0 |
| 593 | 2024-06-26T20:52:25.970Z | Compiling pest_derive v2.7.10 |
| 594 | 2024-06-26T20:52:26.661Z | Compiling dtrace-parser v0.2.0 |
| 595 | 2024-06-26T20:52:26.751Z | Compiling miniz_oxide v0.7.2 |
| 596 | 2024-06-26T20:52:28.208Z | Compiling toml_datetime v0.6.6 |
| 597 | 2024-06-26T20:52:28.610Z | Compiling serde_spanned v0.6.6 |
| 598 | 2024-06-26T20:52:28.662Z | Compiling serde_tokenstream v0.2.0 |
| 599 | 2024-06-26T20:52:28.824Z | Compiling toml_edit v0.22.13 |
| 600 | 2024-06-26T20:52:29.134Z | Compiling serde_urlencoded v0.7.1 |
| 601 | 2024-06-26T20:52:29.495Z | Compiling hyper v0.14.28 |
| 602 | 2024-06-26T20:52:29.612Z | Compiling dof v0.3.0 |
| 603 | 2024-06-26T20:52:30.728Z | Compiling slog-json v2.6.1 |
| 604 | 2024-06-26T20:52:31.521Z | Compiling cargo-platform v0.1.8 |
| 605 | 2024-06-26T20:52:31.694Z | Compiling toml v0.8.13 |
| 606 | 2024-06-26T20:52:32.284Z | Compiling digest v0.10.7 |
| 607 | 2024-06-26T20:52:32.467Z | Compiling url v2.5.0 |
| 608 | 2024-06-26T20:52:32.684Z | Compiling crossbeam-channel v0.5.12 |
| 609 | 2024-06-26T20:52:32.750Z | Compiling usdt-macro v0.5.0 |
| 610 | 2024-06-26T20:52:32.775Z | Compiling usdt-attr-macro v0.5.0 |
| 611 | 2024-06-26T20:52:32.980Z | Compiling hyper-tls v0.5.0 |
| 612 | 2024-06-26T20:52:33.300Z | Compiling term v0.7.0 |
| 613 | 2024-06-26T20:52:33.664Z | Compiling xattr v1.3.1 |
| 614 | 2024-06-26T20:52:33.689Z | Compiling memmap v0.7.0 |
| 615 | 2024-06-26T20:52:33.919Z | Compiling is-terminal v0.4.12 |
| 616 | 2024-06-26T20:52:33.993Z | Compiling filetime v0.2.23 |
| 617 | 2024-06-26T20:52:34.055Z | Compiling encoding_rs v0.8.34 |
| 618 | 2024-06-26T20:52:34.080Z | Compiling sync_wrapper v0.1.2 |
| 619 | 2024-06-26T20:52:34.150Z | Compiling take_mut v0.2.2 |
| 620 | 2024-06-26T20:52:34.210Z | Compiling ipnet v2.9.0 |
| 621 | 2024-06-26T20:52:34.235Z | Compiling mime v0.3.17 |
| 622 | 2024-06-26T20:52:34.310Z | Compiling cpufeatures v0.2.12 |
| 623 | 2024-06-26T20:52:34.426Z | Compiling sha2 v0.10.8 |
| 624 | 2024-06-26T20:52:34.738Z | Compiling tar v0.4.40 |
| 625 | 2024-06-26T20:52:34.828Z | Compiling usdt v0.5.0 |
| 626 | 2024-06-26T20:52:35.247Z | Compiling slog-term v2.9.1 |
| 627 | 2024-06-26T20:52:35.322Z | Compiling flate2 v1.0.30 |
| 628 | 2024-06-26T20:52:35.444Z | Compiling cargo_metadata v0.18.1 |
| 629 | 2024-06-26T20:52:35.543Z | Compiling cargo_toml v0.20.3 |
| 630 | 2024-06-26T20:52:36.397Z | Compiling reqwest v0.11.27 |
| 631 | 2024-06-26T20:52:36.663Z | Compiling slog-bunyan v2.5.0 |
| 632 | 2024-06-26T20:52:36.732Z | Compiling macaddr v1.0.1 |
| 633 | 2024-06-26T20:52:36.755Z | Compiling tabled v0.15.0 |
| 634 | 2024-06-26T20:52:36.862Z | Compiling clap v4.5.4 |
| 635 | 2024-06-26T20:52:36.983Z | Compiling futures v0.3.30 |
| 636 | 2024-06-26T20:52:37.104Z | Compiling strum v0.26.2 |
| 637 | 2024-06-26T20:52:37.293Z | Compiling swrite v0.1.0 |
| 638 | 2024-06-26T20:52:42.842Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 639 | 2024-06-26T20:52:54.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 640 | 2024-06-26T20:52:54.478Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 641 | 2024-06-26T20:52:54.572Z | Jun 26 20:52:54.142 INFO Starting download, target: Console |
| 642 | 2024-06-26T20:52:54.572Z | Jun 26 20:52:54.143 INFO Starting download, target: Clickhouse |
| 643 | 2024-06-26T20:52:54.572Z | Jun 26 20:52:54.143 INFO Starting download, target: Cockroach |
| 644 | 2024-06-26T20:52:54.596Z | Jun 26 20:52:54.143 INFO Starting download, target: DendriteOpenapi |
| 645 | 2024-06-26T20:52:54.596Z | Jun 26 20:52:54.143 INFO Starting download, target: DendriteStub |
| 646 | 2024-06-26T20:52:54.596Z | Jun 26 20:52:54.143 INFO Starting download, target: MaghemiteMgd |
| 647 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.143 INFO Starting download, target: TransceiverControl |
| 648 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.144 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
| 649 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.144 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 650 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.144 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 651 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.144 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 652 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.144 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 653 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.144 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 654 | 2024-06-26T20:52:54.597Z | Jun 26 20:52:54.144 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 655 | 2024-06-26T20:52:54.995Z | Jun 26 20:52:54.558 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 656 | 2024-06-26T20:52:55.285Z | Jun 26 20:52:54.848 INFO Download complete, target: DendriteOpenapi |
| 657 | 2024-06-26T20:52:55.349Z | Jun 26 20:52:54.920 INFO Download complete, target: Console |
| 658 | 2024-06-26T20:52:55.641Z | Jun 26 20:52:55.215 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 659 | 2024-06-26T20:52:56.422Z | Jun 26 20:52:55.977 INFO Download complete, target: TransceiverControl |
| 660 | 2024-06-26T20:52:56.684Z | Jun 26 20:52:56.258 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 661 | 2024-06-26T20:52:56.878Z | Jun 26 20:52:56.452 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 662 | 2024-06-26T20:52:59.493Z | Jun 26 20:52:59.065 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 663 | 2024-06-26T20:52:59.493Z | Jun 26 20:52:59.065 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 664 | 2024-06-26T20:52:59.959Z | Jun 26 20:52:59.523 INFO Download complete, target: DendriteStub |
| 665 | 2024-06-26T20:53:00.302Z | Jun 26 20:52:59.876 INFO Download complete, target: MaghemiteMgd |
| 666 | 2024-06-26T20:53:08.318Z | Jun 26 20:53:07.892 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 667 | 2024-06-26T20:53:09.947Z | Jun 26 20:53:09.518 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 668 | 2024-06-26T20:53:10.378Z | Jun 26 20:53:09.954 INFO Checking that binary works, target: Cockroach |
| 669 | 2024-06-26T20:53:10.599Z | Jun 26 20:53:10.174 INFO Download complete, target: Cockroach |
| 670 | 2024-06-26T20:53:25.473Z | Jun 26 20:53:25.050 INFO Checking that binary works, target: Clickhouse |
| 671 | 2024-06-26T20:53:25.625Z | Jun 26 20:53:25.201 INFO Download complete, target: Clickhouse |
| 672 | 2024-06-26T20:53:25.649Z | All prerequisites installed successfully |
| 673 | 2024-06-26T20:53:25.650Z | |
| 674 | 2024-06-26T20:53:25.650Z | real 2:54.800018232 |
| 675 | 2024-06-26T20:53:25.650Z | user 5:47.725271081 |
| 676 | 2024-06-26T20:53:25.650Z | sys 1:25.987128931 |
| 677 | 2024-06-26T20:53:25.650Z | trap 0.231467768 |
| 678 | 2024-06-26T20:53:25.650Z | tflt 0.110475191 |
| 679 | 2024-06-26T20:53:25.650Z | dflt 0.766755327 |
| 680 | 2024-06-26T20:53:25.650Z | kflt 0.007344735 |
| 681 | 2024-06-26T20:53:25.650Z | lock 15:36.555810418 |
| 682 | 2024-06-26T20:53:25.650Z | slp 15:56.716594817 |
| 683 | 2024-06-26T20:53:25.650Z | lat 26.100855525 |
| 684 | 2024-06-26T20:53:25.650Z | stop 1:06.322404583 |
| 685 | 2024-06-26T20:53:25.650Z | + ptime -m cargo xtask download softnpu |
| 686 | 2024-06-26T20:53:26.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 687 | 2024-06-26T20:53:26.518Z | Running `target/debug/xtask download softnpu` |
| 688 | 2024-06-26T20:53:26.556Z | Jun 26 20:53:26.131 INFO Starting download, target: Softnpu |
| 689 | 2024-06-26T20:53:26.581Z | Jun 26 20:53:26.132 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 690 | 2024-06-26T20:53:28.062Z | Jun 26 20:53:27.639 INFO Download complete, target: Softnpu |
| 691 | 2024-06-26T20:53:28.086Z | |
| 692 | 2024-06-26T20:53:28.087Z | real 2.423361000 |
| 693 | 2024-06-26T20:53:28.087Z | user 0.986779186 |
| 694 | 2024-06-26T20:53:28.087Z | sys 0.635883916 |
| 695 | 2024-06-26T20:53:28.087Z | trap 0.000363308 |
| 696 | 2024-06-26T20:53:28.087Z | tflt 0.000041768 |
| 697 | 2024-06-26T20:53:28.087Z | dflt 0.000265698 |
| 698 | 2024-06-26T20:53:28.087Z | kflt 0.000000000 |
| 699 | 2024-06-26T20:53:28.087Z | lock 16.501008673 |
| 700 | 2024-06-26T20:53:28.087Z | slp 1.247654238 |
| 701 | 2024-06-26T20:53:28.087Z | lat 0.199643005 |
| 702 | 2024-06-26T20:53:28.087Z | stop 0.000442372 |
| 703 | 2024-06-26T20:53:28.087Z | + export CARGO_INCREMENTAL=0 |
| 704 | 2024-06-26T20:53:28.087Z | + CARGO_INCREMENTAL=0 |
| 705 | 2024-06-26T20:53:28.087Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 706 | 2024-06-26T20:53:28.854Z | Downloading crates ... |
| 707 | 2024-06-26T20:53:29.022Z | Downloaded bitstruct_derive v0.1.0 |
| 708 | 2024-06-26T20:53:29.046Z | Downloaded darling_macro v0.20.9 |
| 709 | 2024-06-26T20:53:29.046Z | Downloaded ciborium-io v0.2.2 |
| 710 | 2024-06-26T20:53:29.047Z | Downloaded derive_builder_macro v0.20.0 |
| 711 | 2024-06-26T20:53:29.047Z | Downloaded derive_builder v0.20.0 |
| 712 | 2024-06-26T20:53:29.072Z | Downloaded bit-set v0.5.3 |
| 713 | 2024-06-26T20:53:29.073Z | Downloaded normalize-line-endings v0.3.0 |
| 714 | 2024-06-26T20:53:29.073Z | Downloaded vte_generate_state_changes v0.1.1 |
| 715 | 2024-06-26T20:53:29.100Z | Downloaded md-5 v0.10.6 |
| 716 | 2024-06-26T20:53:29.100Z | Downloaded memoffset v0.9.1 |
| 717 | 2024-06-26T20:53:29.132Z | Downloaded termtree v0.4.1 |
| 718 | 2024-06-26T20:53:29.132Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 719 | 2024-06-26T20:53:29.132Z | Downloaded float-ord v0.3.2 |
| 720 | 2024-06-26T20:53:29.132Z | Downloaded rustfmt-wrapper v0.2.1 |
| 721 | 2024-06-26T20:53:29.132Z | Downloaded rustc-hash v1.1.0 |
| 722 | 2024-06-26T20:53:29.157Z | Downloaded hex v0.4.3 |
| 723 | 2024-06-26T20:53:29.182Z | Downloaded spin v0.5.2 |
| 724 | 2024-06-26T20:53:29.183Z | Downloaded slog-envlogger v2.2.0 |
| 725 | 2024-06-26T20:53:29.183Z | Downloaded siphasher v0.3.11 |
| 726 | 2024-06-26T20:53:29.183Z | Downloaded slog-scope v4.4.0 |
| 727 | 2024-06-26T20:53:29.183Z | Downloaded semver v0.1.20 |
| 728 | 2024-06-26T20:53:29.208Z | Downloaded is_ci v1.2.0 |
| 729 | 2024-06-26T20:53:29.208Z | Downloaded serde_path_to_error v0.1.16 |
| 730 | 2024-06-26T20:53:29.208Z | Downloaded ident_case v1.0.1 |
| 731 | 2024-06-26T20:53:29.208Z | Downloaded serde-hex v0.1.0 |
| 732 | 2024-06-26T20:53:29.208Z | Downloaded getopts v0.2.21 |
| 733 | 2024-06-26T20:53:29.208Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 734 | 2024-06-26T20:53:29.208Z | Downloaded indexmap v1.9.3 |
| 735 | 2024-06-26T20:53:29.233Z | Downloaded tungstenite v0.20.1 |
| 736 | 2024-06-26T20:53:29.233Z | Downloaded itertools v0.12.1 |
| 737 | 2024-06-26T20:53:29.262Z | Downloaded idna v0.3.0 |
| 738 | 2024-06-26T20:53:29.262Z | Downloaded sled v0.34.7 |
| 739 | 2024-06-26T20:53:29.262Z | Downloaded structmeta-derive v0.3.0 |
| 740 | 2024-06-26T20:53:29.287Z | Downloaded iana-time-zone v0.1.60 |
| 741 | 2024-06-26T20:53:29.287Z | Downloaded stringprep v0.1.4 |
| 742 | 2024-06-26T20:53:29.287Z | Downloaded hyper-rustls v0.24.2 |
| 743 | 2024-06-26T20:53:29.287Z | Downloaded publicsuffix v2.2.3 |
| 744 | 2024-06-26T20:53:29.287Z | Downloaded env_logger v0.10.2 |
| 745 | 2024-06-26T20:53:29.287Z | Downloaded num-bigint v0.4.5 |
| 746 | 2024-06-26T20:53:29.287Z | Downloaded samael v0.0.15 |
| 747 | 2024-06-26T20:53:29.312Z | Downloaded rcgen v0.12.1 |
| 748 | 2024-06-26T20:53:29.312Z | Downloaded num-bigint-dig v0.8.4 |
| 749 | 2024-06-26T20:53:29.312Z | Downloaded salty v0.2.0 |
| 750 | 2024-06-26T20:53:29.312Z | Downloaded steno v0.4.0 |
| 751 | 2024-06-26T20:53:29.312Z | Downloaded reedline v0.31.0 |
| 752 | 2024-06-26T20:53:29.337Z | Downloaded toml_edit v0.19.15 |
| 753 | 2024-06-26T20:53:29.361Z | Downloaded rayon v1.10.0 |
| 754 | 2024-06-26T20:53:29.362Z | Downloaded proptest v1.4.0 |
| 755 | 2024-06-26T20:53:29.387Z | Downloaded regex-syntax v0.6.29 |
| 756 | 2024-06-26T20:53:29.387Z | Downloaded regex v1.10.4 |
| 757 | 2024-06-26T20:53:29.412Z | Downloaded regress v0.9.1 |
| 758 | 2024-06-26T20:53:29.412Z | Downloaded regex-syntax v0.8.3 |
| 759 | 2024-06-26T20:53:29.436Z | Downloaded regex-automata v0.4.6 |
| 760 | 2024-06-26T20:53:29.461Z | Downloaded petgraph v0.6.5 |
| 761 | 2024-06-26T20:53:29.461Z | Downloaded ratatui v0.26.2 |
| 762 | 2024-06-26T20:53:29.486Z | Downloaded openapiv3 v2.0.0 |
| 763 | 2024-06-26T20:53:29.510Z | Downloaded diesel v2.1.6 |
| 764 | 2024-06-26T20:53:29.535Z | Downloaded polar-core v0.27.3 |
| 765 | 2024-06-26T20:53:29.535Z | Downloaded radix_trie v0.2.1 |
| 766 | 2024-06-26T20:53:29.535Z | Downloaded object v0.32.2 |
| 767 | 2024-06-26T20:53:29.560Z | Downloaded object v0.30.4 |
| 768 | 2024-06-26T20:53:29.585Z | Downloaded nix v0.28.0 |
| 769 | 2024-06-26T20:53:29.585Z | Downloaded nix v0.27.1 |
| 770 | 2024-06-26T20:53:29.610Z | Downloaded quick-xml v0.31.0 |
| 771 | 2024-06-26T20:53:29.610Z | Downloaded portable-atomic v1.6.0 |
| 772 | 2024-06-26T20:53:29.610Z | Downloaded http v1.1.0 |
| 773 | 2024-06-26T20:53:29.636Z | Downloaded regex-automata v0.1.10 |
| 774 | 2024-06-26T20:53:29.636Z | Downloaded nom v7.1.3 |
| 775 | 2024-06-26T20:53:29.636Z | Downloaded oso v0.27.3 |
| 776 | 2024-06-26T20:53:29.636Z | Downloaded rayon-core v1.12.1 |
| 777 | 2024-06-26T20:53:29.661Z | Downloaded rand v0.8.5 |
| 778 | 2024-06-26T20:53:29.662Z | Downloaded ring v0.17.8 |
| 779 | 2024-06-26T20:53:29.723Z | Downloaded structmeta-derive v0.2.0 |
| 780 | 2024-06-26T20:53:29.747Z | Downloaded structmeta v0.3.0 |
| 781 | 2024-06-26T20:53:29.747Z | Downloaded structmeta v0.2.0 |
| 782 | 2024-06-26T20:53:29.747Z | Downloaded strip-ansi-escapes v0.2.0 |
| 783 | 2024-06-26T20:53:29.747Z | Downloaded smf v0.2.3 |
| 784 | 2024-06-26T20:53:29.747Z | Downloaded ring v0.16.20 |
| 785 | 2024-06-26T20:53:29.822Z | Downloaded smawk v0.3.2 |
| 786 | 2024-06-26T20:53:29.847Z | Downloaded smallvec v0.6.14 |
| 787 | 2024-06-26T20:53:29.847Z | Downloaded slog-stdlog v4.1.1 |
| 788 | 2024-06-26T20:53:29.847Z | Downloaded env_logger v0.9.3 |
| 789 | 2024-06-26T20:53:29.847Z | Downloaded signal-hook v0.3.17 |
| 790 | 2024-06-26T20:53:29.847Z | Downloaded prettyplease v0.2.20 |
| 791 | 2024-06-26T20:53:29.847Z | Downloaded postcard v1.0.8 |
| 792 | 2024-06-26T20:53:29.847Z | Downloaded string_cache v0.8.7 |
| 793 | 2024-06-26T20:53:29.847Z | Downloaded topological-sort v0.2.2 |
| 794 | 2024-06-26T20:53:29.847Z | Downloaded tls_codec_derive v0.4.1 |
| 795 | 2024-06-26T20:53:29.847Z | Downloaded tiny-keccak v2.0.2 |
| 796 | 2024-06-26T20:53:29.872Z | Downloaded sha3 v0.10.8 |
| 797 | 2024-06-26T20:53:29.872Z | Downloaded pin-project v1.1.5 |
| 798 | 2024-06-26T20:53:29.872Z | Downloaded omicron-zone-package v0.11.0 |
| 799 | 2024-06-26T20:53:29.872Z | Downloaded idna v0.2.3 |
| 800 | 2024-06-26T20:53:29.898Z | Downloaded smoltcp v0.9.1 |
| 801 | 2024-06-26T20:53:29.898Z | Downloaded hyper-staticfile v0.9.5 |
| 802 | 2024-06-26T20:53:29.898Z | Downloaded humantime v2.1.0 |
| 803 | 2024-06-26T20:53:29.898Z | Downloaded hubpack v0.1.2 |
| 804 | 2024-06-26T20:53:29.898Z | Downloaded num-traits v0.2.19 |
| 805 | 2024-06-26T20:53:29.899Z | Downloaded same-file v1.0.6 |
| 806 | 2024-06-26T20:53:29.924Z | Downloaded finl_unicode v1.2.0 |
| 807 | 2024-06-26T20:53:29.924Z | Downloaded quick-error v1.2.3 |
| 808 | 2024-06-26T20:53:29.924Z | Downloaded postgres-types v0.2.6 |
| 809 | 2024-06-26T20:53:29.924Z | Downloaded csv v1.3.0 |
| 810 | 2024-06-26T20:53:29.948Z | Downloaded tough v0.17.1 |
| 811 | 2024-06-26T20:53:29.974Z | Downloaded lalrpop v0.19.12 |
| 812 | 2024-06-26T20:53:29.998Z | Downloaded smoltcp v0.11.0 |
| 813 | 2024-06-26T20:53:29.998Z | Downloaded rustls v0.21.12 |
| 814 | 2024-06-26T20:53:30.022Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 815 | 2024-06-26T20:53:30.047Z | Downloaded itertools v0.10.5 |
| 816 | 2024-06-26T20:53:30.047Z | Downloaded serde-big-array v0.4.1 |
| 817 | 2024-06-26T20:53:30.047Z | Downloaded rustls v0.22.4 |
| 818 | 2024-06-26T20:53:30.072Z | Downloaded fragile v2.0.0 |
| 819 | 2024-06-26T20:53:30.072Z | Downloaded zerocopy-derive v0.6.6 |
| 820 | 2024-06-26T20:53:30.096Z | Downloaded pkcs1 v0.7.5 |
| 821 | 2024-06-26T20:53:30.096Z | Downloaded password-hash v0.5.0 |
| 822 | 2024-06-26T20:53:30.096Z | Downloaded oso-derive v0.27.3 |
| 823 | 2024-06-26T20:53:30.096Z | Downloaded getrandom v0.2.14 |
| 824 | 2024-06-26T20:53:30.096Z | Downloaded tracing-attributes v0.1.27 |
| 825 | 2024-06-26T20:53:30.096Z | Downloaded sqlparser v0.45.0 |
| 826 | 2024-06-26T20:53:30.120Z | Downloaded thiserror-no-std v2.0.2 |
| 827 | 2024-06-26T20:53:30.121Z | Downloaded gethostname v0.4.3 |
| 828 | 2024-06-26T20:53:30.121Z | Downloaded fxhash v0.2.1 |
| 829 | 2024-06-26T20:53:30.121Z | Downloaded funty v2.0.0 |
| 830 | 2024-06-26T20:53:30.121Z | Downloaded indicatif v0.17.8 |
| 831 | 2024-06-26T20:53:30.121Z | Downloaded peg-macros v0.8.3 |
| 832 | 2024-06-26T20:53:30.121Z | Downloaded parking_lot_core v0.8.6 |
| 833 | 2024-06-26T20:53:30.156Z | Downloaded kstat-rs v0.2.4 |
| 834 | 2024-06-26T20:53:30.156Z | Downloaded toolchain_find v0.4.0 |
| 835 | 2024-06-26T20:53:30.156Z | Downloaded tls_codec v0.4.1 |
| 836 | 2024-06-26T20:53:30.156Z | Downloaded postgres-protocol v0.6.6 |
| 837 | 2024-06-26T20:53:30.156Z | Downloaded signature v2.2.0 |
| 838 | 2024-06-26T20:53:30.156Z | Downloaded serde_derive_internals v0.29.1 |
| 839 | 2024-06-26T20:53:30.156Z | Downloaded serde_arrays v0.1.0 |
| 840 | 2024-06-26T20:53:30.156Z | Downloaded lalrpop-util v0.19.12 |
| 841 | 2024-06-26T20:53:30.156Z | Downloaded keccak v0.1.5 |
| 842 | 2024-06-26T20:53:30.156Z | Downloaded indoc v2.0.5 |
| 843 | 2024-06-26T20:53:30.156Z | Downloaded schemars v0.8.21 |
| 844 | 2024-06-26T20:53:30.191Z | Downloaded gimli v0.28.1 |
| 845 | 2024-06-26T20:53:30.191Z | Downloaded signature v1.6.4 |
| 846 | 2024-06-26T20:53:30.191Z | Downloaded signal-hook-tokio v0.3.1 |
| 847 | 2024-06-26T20:53:30.191Z | Downloaded signal-hook-mio v0.2.3 |
| 848 | 2024-06-26T20:53:30.191Z | Downloaded shlex v1.3.0 |
| 849 | 2024-06-26T20:53:30.191Z | Downloaded parking_lot v0.11.2 |
| 850 | 2024-06-26T20:53:30.191Z | Downloaded lazy_static v1.4.0 |
| 851 | 2024-06-26T20:53:30.191Z | Downloaded unicode-segmentation v1.11.0 |
| 852 | 2024-06-26T20:53:30.191Z | Downloaded typed-path v0.7.1 |
| 853 | 2024-06-26T20:53:30.223Z | Downloaded hubpack_derive v0.1.1 |
| 854 | 2024-06-26T20:53:30.223Z | Downloaded http-range v0.1.5 |
| 855 | 2024-06-26T20:53:30.223Z | Downloaded num v0.4.3 |
| 856 | 2024-06-26T20:53:30.223Z | Downloaded ipnetwork v0.20.0 |
| 857 | 2024-06-26T20:53:30.223Z | Downloaded instant v0.1.12 |
| 858 | 2024-06-26T20:53:30.223Z | Downloaded inout v0.1.3 |
| 859 | 2024-06-26T20:53:30.223Z | Downloaded indoc v1.0.9 |
| 860 | 2024-06-26T20:53:30.223Z | Downloaded schemars_derive v0.8.21 |
| 861 | 2024-06-26T20:53:30.223Z | Downloaded scheduled-thread-pool v0.2.7 |
| 862 | 2024-06-26T20:53:30.223Z | Downloaded socket2 v0.4.10 |
| 863 | 2024-06-26T20:53:30.223Z | Downloaded snafu v0.8.2 |
| 864 | 2024-06-26T20:53:30.223Z | Downloaded toml v0.5.11 |
| 865 | 2024-06-26T20:53:30.223Z | Downloaded tokio-postgres v0.7.10 |
| 866 | 2024-06-26T20:53:30.247Z | Downloaded unicode_categories v0.1.1 |
| 867 | 2024-06-26T20:53:30.247Z | Downloaded hkdf v0.12.4 |
| 868 | 2024-06-26T20:53:30.248Z | Downloaded secrecy v0.8.0 |
| 869 | 2024-06-26T20:53:30.248Z | Downloaded sec1 v0.7.3 |
| 870 | 2024-06-26T20:53:30.248Z | Downloaded sct v0.7.1 |
| 871 | 2024-06-26T20:53:30.248Z | Downloaded spin v0.9.8 |
| 872 | 2024-06-26T20:53:30.248Z | Downloaded tokio-rustls v0.25.0 |
| 873 | 2024-06-26T20:53:30.248Z | Downloaded subprocess v0.2.9 |
| 874 | 2024-06-26T20:53:30.248Z | Downloaded uuid v1.8.0 |
| 875 | 2024-06-26T20:53:30.275Z | Downloaded unsafe-libyaml v0.2.11 |
| 876 | 2024-06-26T20:53:30.275Z | Downloaded rustls-webpki v0.101.7 |
| 877 | 2024-06-26T20:53:30.275Z | Downloaded slog-dtrace v0.3.0 |
| 878 | 2024-06-26T20:53:30.275Z | Downloaded similar v2.5.0 |
| 879 | 2024-06-26T20:53:30.303Z | Downloaded sigpipe v0.1.3 |
| 880 | 2024-06-26T20:53:30.303Z | Downloaded stable_deref_trait v1.2.0 |
| 881 | 2024-06-26T20:53:30.303Z | Downloaded sqlparser_derive v0.2.2 |
| 882 | 2024-06-26T20:53:30.303Z | Downloaded supports-color v3.0.0 |
| 883 | 2024-06-26T20:53:30.303Z | Downloaded heapless v0.7.17 |
| 884 | 2024-06-26T20:53:30.303Z | Downloaded headers v0.3.9 |
| 885 | 2024-06-26T20:53:30.303Z | Downloaded hashbrown v0.12.3 |
| 886 | 2024-06-26T20:53:30.303Z | Downloaded rustls-webpki v0.102.4 |
| 887 | 2024-06-26T20:53:30.328Z | Downloaded libm v0.2.8 |
| 888 | 2024-06-26T20:53:30.328Z | Downloaded resolv-conf v0.7.0 |
| 889 | 2024-06-26T20:53:30.328Z | Downloaded predicates-tree v1.0.9 |
| 890 | 2024-06-26T20:53:30.328Z | Downloaded sqlformat v0.2.3 |
| 891 | 2024-06-26T20:53:30.355Z | Downloaded snafu-derive v0.8.2 |
| 892 | 2024-06-26T20:53:30.355Z | Downloaded toml v0.7.8 |
| 893 | 2024-06-26T20:53:30.356Z | Downloaded tokio-tungstenite v0.20.1 |
| 894 | 2024-06-26T20:53:30.356Z | Downloaded strum_macros v0.24.3 |
| 895 | 2024-06-26T20:53:30.356Z | Downloaded endian-type v0.1.2 |
| 896 | 2024-06-26T20:53:30.356Z | Downloaded embedded-io v0.4.0 |
| 897 | 2024-06-26T20:53:30.356Z | Downloaded either v1.12.0 |
| 898 | 2024-06-26T20:53:30.356Z | Downloaded untrusted v0.9.0 |
| 899 | 2024-06-26T20:53:30.356Z | Downloaded unicase v2.7.0 |
| 900 | 2024-06-26T20:53:30.356Z | Downloaded hmac v0.12.1 |
| 901 | 2024-06-26T20:53:30.356Z | Downloaded rand_core v0.6.4 |
| 902 | 2024-06-26T20:53:30.357Z | Downloaded r2d2 v0.8.10 |
| 903 | 2024-06-26T20:53:30.357Z | Downloaded psl-types v2.0.11 |
| 904 | 2024-06-26T20:53:30.357Z | Downloaded static_assertions v1.1.0 |
| 905 | 2024-06-26T20:53:30.357Z | Downloaded stability v0.2.0 |
| 906 | 2024-06-26T20:53:30.357Z | Downloaded spki v0.7.3 |
| 907 | 2024-06-26T20:53:30.382Z | Downloaded tokio-tungstenite v0.21.0 |
| 908 | 2024-06-26T20:53:30.382Z | Downloaded tokio-stream v0.1.15 |
| 909 | 2024-06-26T20:53:30.382Z | Downloaded tabwriter v1.4.0 |
| 910 | 2024-06-26T20:53:30.382Z | Downloaded strum_macros v0.25.3 |
| 911 | 2024-06-26T20:53:30.382Z | Downloaded elliptic-curve v0.13.8 |
| 912 | 2024-06-26T20:53:30.382Z | Downloaded uzers v0.11.3 |
| 913 | 2024-06-26T20:53:30.382Z | Downloaded utf-8 v0.7.6 |
| 914 | 2024-06-26T20:53:30.382Z | Downloaded untrusted v0.7.1 |
| 915 | 2024-06-26T20:53:30.382Z | Downloaded universal-hash v0.5.1 |
| 916 | 2024-06-26T20:53:30.382Z | Downloaded unicode-xid v0.2.4 |
| 917 | 2024-06-26T20:53:30.382Z | Downloaded unicode-linebreak v0.1.5 |
| 918 | 2024-06-26T20:53:30.383Z | Downloaded hostname v0.4.0 |
| 919 | 2024-06-26T20:53:30.383Z | Downloaded highway v1.1.0 |
| 920 | 2024-06-26T20:53:30.407Z | Downloaded heck v0.3.3 |
| 921 | 2024-06-26T20:53:30.407Z | Downloaded hash32 v0.2.1 |
| 922 | 2024-06-26T20:53:30.407Z | Downloaded glob v0.3.1 |
| 923 | 2024-06-26T20:53:30.407Z | Downloaded rustls-pemfile v2.1.2 |
| 924 | 2024-06-26T20:53:30.407Z | Downloaded mockall v0.12.1 |
| 925 | 2024-06-26T20:53:30.407Z | Downloaded libxml v0.3.3 |
| 926 | 2024-06-26T20:53:30.407Z | Downloaded foreign-types-shared v0.3.1 |
| 927 | 2024-06-26T20:53:30.407Z | Downloaded ref-cast v1.0.23 |
| 928 | 2024-06-26T20:53:30.407Z | Downloaded rand_xorshift v0.3.0 |
| 929 | 2024-06-26T20:53:30.407Z | Downloaded proc-macro-crate v1.3.1 |
| 930 | 2024-06-26T20:53:30.407Z | Downloaded pem v3.0.4 |
| 931 | 2024-06-26T20:53:30.407Z | Downloaded parse-display-derive v0.9.0 |
| 932 | 2024-06-26T20:53:30.407Z | Downloaded packed_struct_codegen v0.10.1 |
| 933 | 2024-06-26T20:53:30.432Z | Downloaded owo-colors v4.0.0 |
| 934 | 2024-06-26T20:53:30.432Z | Downloaded num_enum v0.5.11 |
| 935 | 2024-06-26T20:53:30.432Z | Downloaded nu-ansi-term v0.50.0 |
| 936 | 2024-06-26T20:53:30.432Z | Downloaded bstr v0.2.17 |
| 937 | 2024-06-26T20:53:30.432Z | Downloaded tokio-rustls v0.24.1 |
| 938 | 2024-06-26T20:53:30.432Z | Downloaded subtle v2.5.0 |
| 939 | 2024-06-26T20:53:30.456Z | Downloaded enum-as-inner v0.5.1 |
| 940 | 2024-06-26T20:53:30.456Z | Downloaded ena v0.14.3 |
| 941 | 2024-06-26T20:53:30.456Z | Downloaded unarray v0.1.4 |
| 942 | 2024-06-26T20:53:30.457Z | Downloaded tungstenite v0.21.0 |
| 943 | 2024-06-26T20:53:30.457Z | Downloaded home v0.5.9 |
| 944 | 2024-06-26T20:53:30.457Z | Downloaded heapless v0.8.0 |
| 945 | 2024-06-26T20:53:30.457Z | Downloaded headers-core v0.2.0 |
| 946 | 2024-06-26T20:53:30.457Z | Downloaded hashbrown v0.13.2 |
| 947 | 2024-06-26T20:53:30.457Z | Downloaded hash32 v0.3.1 |
| 948 | 2024-06-26T20:53:30.457Z | Downloaded half v2.4.1 |
| 949 | 2024-06-26T20:53:30.486Z | Downloaded group v0.13.0 |
| 950 | 2024-06-26T20:53:30.486Z | Downloaded rustyline v14.0.0 |
| 951 | 2024-06-26T20:53:30.486Z | Downloaded rusty-fork v0.3.0 |
| 952 | 2024-06-26T20:53:30.486Z | Downloaded rsa v0.9.6 |
| 953 | 2024-06-26T20:53:30.486Z | Downloaded rpassword v7.3.1 |
| 954 | 2024-06-26T20:53:30.486Z | Downloaded ron v0.7.1 |
| 955 | 2024-06-26T20:53:30.486Z | Downloaded linear-map v1.2.0 |
| 956 | 2024-06-26T20:53:30.487Z | Downloaded rand_seeder v0.2.3 |
| 957 | 2024-06-26T20:53:30.487Z | Downloaded poly1305 v0.8.0 |
| 958 | 2024-06-26T20:53:30.511Z | Downloaded pkcs8 v0.10.2 |
| 959 | 2024-06-26T20:53:30.511Z | Downloaded pin-project-internal v1.1.5 |
| 960 | 2024-06-26T20:53:30.512Z | Downloaded pem-rfc7468 v0.7.0 |
| 961 | 2024-06-26T20:53:30.512Z | Downloaded num-complex v0.4.6 |
| 962 | 2024-06-26T20:53:30.512Z | Downloaded globset v0.4.14 |
| 963 | 2024-06-26T20:53:30.512Z | Downloaded rustls-pki-types v1.7.0 |
| 964 | 2024-06-26T20:53:30.512Z | Downloaded rustc_version v0.1.7 |
| 965 | 2024-06-26T20:53:30.512Z | Downloaded ron v0.8.1 |
| 966 | 2024-06-26T20:53:30.512Z | Downloaded mockall_derive v0.12.1 |
| 967 | 2024-06-26T20:53:30.512Z | Downloaded trust-dns-proto v0.22.0 |
| 968 | 2024-06-26T20:53:30.538Z | Downloaded pretty-hex v0.2.1 |
| 969 | 2024-06-26T20:53:30.538Z | Downloaded rustc-demangle v0.1.24 |
| 970 | 2024-06-26T20:53:30.538Z | Downloaded rtoolbox v0.0.2 |
| 971 | 2024-06-26T20:53:30.538Z | Downloaded linked-hash-map v0.5.6 |
| 972 | 2024-06-26T20:53:30.538Z | Downloaded lazycell v1.3.0 |
| 973 | 2024-06-26T20:53:30.538Z | Downloaded winnow v0.5.40 |
| 974 | 2024-06-26T20:53:30.538Z | Downloaded webpki-roots v0.25.4 |
| 975 | 2024-06-26T20:53:30.563Z | Downloaded rand_chacha v0.3.1 |
| 976 | 2024-06-26T20:53:30.563Z | Downloaded radium v0.7.0 |
| 977 | 2024-06-26T20:53:30.563Z | Downloaded predicates v3.1.0 |
| 978 | 2024-06-26T20:53:30.563Z | Downloaded ppv-lite86 v0.2.17 |
| 979 | 2024-06-26T20:53:30.563Z | Downloaded rustc_version v0.4.0 |
| 980 | 2024-06-26T20:53:30.563Z | Downloaded libsw v3.3.1 |
| 981 | 2024-06-26T20:53:30.563Z | Downloaded libloading v0.8.3 |
| 982 | 2024-06-26T20:53:30.563Z | Downloaded libefi-sys v0.1.0 |
| 983 | 2024-06-26T20:53:30.563Z | Downloaded foreign-types-macros v0.2.3 |
| 984 | 2024-06-26T20:53:30.563Z | Downloaded foreign-types v0.5.0 |
| 985 | 2024-06-26T20:53:30.563Z | Downloaded flume v0.11.0 |
| 986 | 2024-06-26T20:53:30.563Z | Downloaded fd-lock v4.0.2 |
| 987 | 2024-06-26T20:53:30.563Z | Downloaded fatfs v0.3.6 |
| 988 | 2024-06-26T20:53:30.589Z | Downloaded expectorate v1.1.0 |
| 989 | 2024-06-26T20:53:30.589Z | Downloaded serde_with v3.8.1 |
| 990 | 2024-06-26T20:53:30.589Z | Downloaded ref-cast-impl v1.0.23 |
| 991 | 2024-06-26T20:53:30.589Z | Downloaded predicates-core v1.0.6 |
| 992 | 2024-06-26T20:53:30.589Z | Downloaded bstr v1.9.1 |
| 993 | 2024-06-26T20:53:30.614Z | Downloaded float-cmp v0.9.0 |
| 994 | 2024-06-26T20:53:30.614Z | Downloaded flagset v0.4.5 |
| 995 | 2024-06-26T20:53:30.614Z | Downloaded fixedbitset v0.4.2 |
| 996 | 2024-06-26T20:53:30.614Z | Downloaded ff v0.13.0 |
| 997 | 2024-06-26T20:53:30.615Z | Downloaded fastrand v2.1.0 |
| 998 | 2024-06-26T20:53:30.615Z | Downloaded fallible-iterator v0.2.0 |
| 999 | 2024-06-26T20:53:30.615Z | Downloaded erased-serde v0.3.31 |
| 1000 | 2024-06-26T20:53:30.615Z | Downloaded textwrap v0.16.1 |
| 1001 | 2024-06-26T20:53:30.615Z | Downloaded test-strategy v0.3.1 |
| 1002 | 2024-06-26T20:53:30.615Z | Downloaded tempfile v3.10.1 |
| 1003 | 2024-06-26T20:53:30.615Z | Downloaded shell-words v1.1.0 |
| 1004 | 2024-06-26T20:53:30.615Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1005 | 2024-06-26T20:53:30.640Z | Downloaded precomputed-hash v0.1.1 |
| 1006 | 2024-06-26T20:53:30.640Z | Downloaded path-slash v0.1.5 |
| 1007 | 2024-06-26T20:53:30.640Z | Downloaded number_prefix v0.4.0 |
| 1008 | 2024-06-26T20:53:30.640Z | Downloaded curve25519-dalek v4.1.3 |
| 1009 | 2024-06-26T20:53:30.640Z | Downloaded termcolor v1.4.1 |
| 1010 | 2024-06-26T20:53:30.640Z | Downloaded sha1 v0.10.6 |
| 1011 | 2024-06-26T20:53:30.640Z | Downloaded serde_with_macros v3.8.1 |
| 1012 | 2024-06-26T20:53:30.640Z | Downloaded serde_plain v1.0.2 |
| 1013 | 2024-06-26T20:53:30.641Z | Downloaded minimal-lexical v0.2.1 |
| 1014 | 2024-06-26T20:53:30.666Z | Downloaded maybe-uninit v2.0.0 |
| 1015 | 2024-06-26T20:53:30.666Z | Downloaded maplit v1.0.2 |
| 1016 | 2024-06-26T20:53:30.666Z | Downloaded lru-cache v0.1.2 |
| 1017 | 2024-06-26T20:53:30.666Z | Downloaded lru v0.12.3 |
| 1018 | 2024-06-26T20:53:30.666Z | Downloaded ed25519 v1.5.3 |
| 1019 | 2024-06-26T20:53:30.667Z | Downloaded display-error-chain v0.2.0 |
| 1020 | 2024-06-26T20:53:30.667Z | Downloaded diesel_derives v2.1.4 |
| 1021 | 2024-06-26T20:53:30.667Z | Downloaded zip v0.6.6 |
| 1022 | 2024-06-26T20:53:30.667Z | Downloaded zerocopy v0.6.6 |
| 1023 | 2024-06-26T20:53:30.667Z | Downloaded x509-cert v0.2.5 |
| 1024 | 2024-06-26T20:53:30.692Z | Downloaded num_enum_derive v0.5.11 |
| 1025 | 2024-06-26T20:53:30.692Z | Downloaded num-derive v0.4.2 |
| 1026 | 2024-06-26T20:53:30.692Z | Downloaded darling_core v0.20.9 |
| 1027 | 2024-06-26T20:53:30.692Z | Downloaded crossterm v0.27.0 |
| 1028 | 2024-06-26T20:53:30.692Z | Downloaded chacha20poly1305 v0.10.1 |
| 1029 | 2024-06-26T20:53:30.692Z | Downloaded blake3 v1.5.1 |
| 1030 | 2024-06-26T20:53:30.716Z | Downloaded bitvec v1.0.1 |
| 1031 | 2024-06-26T20:53:30.717Z | Downloaded termios v0.3.3 |
| 1032 | 2024-06-26T20:53:30.717Z | Downloaded tap v1.0.1 |
| 1033 | 2024-06-26T20:53:30.717Z | Downloaded serde_repr v0.1.19 |
| 1034 | 2024-06-26T20:53:30.741Z | Downloaded serde-big-array v0.5.1 |
| 1035 | 2024-06-26T20:53:30.742Z | Downloaded memmap2 v0.9.4 |
| 1036 | 2024-06-26T20:53:30.742Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1037 | 2024-06-26T20:53:30.742Z | Downloaded zone_cfg_derive v0.1.2 |
| 1038 | 2024-06-26T20:53:30.742Z | Downloaded walkdir v2.5.0 |
| 1039 | 2024-06-26T20:53:30.742Z | Downloaded wait-timeout v0.2.0 |
| 1040 | 2024-06-26T20:53:30.742Z | Downloaded vte v0.11.1 |
| 1041 | 2024-06-26T20:53:30.742Z | Downloaded trust-dns-server v0.22.1 |
| 1042 | 2024-06-26T20:53:30.742Z | Downloaded trust-dns-resolver v0.22.0 |
| 1043 | 2024-06-26T20:53:30.742Z | Downloaded trust-dns-client v0.22.0 |
| 1044 | 2024-06-26T20:53:30.769Z | Downloaded phf_shared v0.10.0 |
| 1045 | 2024-06-26T20:53:30.769Z | Downloaded phf v0.11.2 |
| 1046 | 2024-06-26T20:53:30.769Z | Downloaded peg v0.8.3 |
| 1047 | 2024-06-26T20:53:30.769Z | Downloaded paste v1.0.15 |
| 1048 | 2024-06-26T20:53:30.769Z | Downloaded packed_struct v0.10.1 |
| 1049 | 2024-06-26T20:53:30.769Z | Downloaded olpc-cjson v0.1.3 |
| 1050 | 2024-06-26T20:53:30.769Z | Downloaded num-rational v0.4.2 |
| 1051 | 2024-06-26T20:53:30.769Z | Downloaded num-iter v0.1.45 |
| 1052 | 2024-06-26T20:53:30.794Z | Downloaded der v0.7.9 |
| 1053 | 2024-06-26T20:53:30.794Z | Downloaded defmt v0.3.8 |
| 1054 | 2024-06-26T20:53:30.794Z | Downloaded const_format v0.2.32 |
| 1055 | 2024-06-26T20:53:30.794Z | Downloaded clang-sys v1.7.0 |
| 1056 | 2024-06-26T20:53:30.794Z | Downloaded ciborium v0.2.2 |
| 1057 | 2024-06-26T20:53:30.819Z | Downloaded chrono v0.4.38 |
| 1058 | 2024-06-26T20:53:30.819Z | Downloaded matches v0.1.10 |
| 1059 | 2024-06-26T20:53:30.819Z | Downloaded managed v0.8.0 |
| 1060 | 2024-06-26T20:53:30.819Z | Downloaded difflib v0.4.0 |
| 1061 | 2024-06-26T20:53:30.819Z | Downloaded diff v0.1.13 |
| 1062 | 2024-06-26T20:53:30.819Z | Downloaded zeroize v1.7.0 |
| 1063 | 2024-06-26T20:53:30.819Z | Downloaded yasna v0.5.2 |
| 1064 | 2024-06-26T20:53:30.819Z | Downloaded whoami v1.5.1 |
| 1065 | 2024-06-26T20:53:30.844Z | Downloaded which v4.4.2 |
| 1066 | 2024-06-26T20:53:30.844Z | Downloaded vsss-rs v3.3.4 |
| 1067 | 2024-06-26T20:53:30.844Z | Downloaded tui-tree-widget v0.19.0 |
| 1068 | 2024-06-26T20:53:30.844Z | Downloaded phf_shared v0.11.2 |
| 1069 | 2024-06-26T20:53:30.844Z | Downloaded parse-display v0.9.0 |
| 1070 | 2024-06-26T20:53:30.845Z | Downloaded opaque-debug v0.3.1 |
| 1071 | 2024-06-26T20:53:30.845Z | Downloaded nanorand v0.7.0 |
| 1072 | 2024-06-26T20:53:30.845Z | Downloaded multer v3.1.0 |
| 1073 | 2024-06-26T20:53:30.845Z | Downloaded mime_guess v2.0.4 |
| 1074 | 2024-06-26T20:53:30.845Z | Downloaded derive_more v0.99.17 |
| 1075 | 2024-06-26T20:53:30.845Z | Downloaded derive_builder_core v0.20.0 |
| 1076 | 2024-06-26T20:53:30.870Z | Downloaded derive-where v1.2.7 |
| 1077 | 2024-06-26T20:53:30.870Z | Downloaded defmt-macros v0.3.9 |
| 1078 | 2024-06-26T20:53:30.870Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1079 | 2024-06-26T20:53:30.870Z | Downloaded csv-core v0.1.11 |
| 1080 | 2024-06-26T20:53:30.870Z | Downloaded cstr-argument v0.1.2 |
| 1081 | 2024-06-26T20:53:30.870Z | Downloaded crunchy v0.2.2 |
| 1082 | 2024-06-26T20:53:30.870Z | Downloaded crc-any v2.5.0 |
| 1083 | 2024-06-26T20:53:30.870Z | Downloaded cookie_store v0.20.0 |
| 1084 | 2024-06-26T20:53:30.870Z | Downloaded cookie v0.17.0 |
| 1085 | 2024-06-26T20:53:30.870Z | Downloaded console v0.15.8 |
| 1086 | 2024-06-26T20:53:30.870Z | Downloaded colored v2.1.0 |
| 1087 | 2024-06-26T20:53:30.895Z | Downloaded bindgen v0.69.4 |
| 1088 | 2024-06-26T20:53:30.895Z | Downloaded dyn-clone v1.0.17 |
| 1089 | 2024-06-26T20:53:30.896Z | Downloaded downcast v0.11.0 |
| 1090 | 2024-06-26T20:53:30.896Z | Downloaded zone v0.1.8 |
| 1091 | 2024-06-26T20:53:30.896Z | Downloaded zeroize_derive v1.4.2 |
| 1092 | 2024-06-26T20:53:30.896Z | Downloaded wyz v0.5.1 |
| 1093 | 2024-06-26T20:53:30.896Z | Downloaded waitgroup v0.1.2 |
| 1094 | 2024-06-26T20:53:30.896Z | Downloaded parse-size v1.0.0 |
| 1095 | 2024-06-26T20:53:30.896Z | Downloaded num-integer v0.1.46 |
| 1096 | 2024-06-26T20:53:30.896Z | Downloaded data-encoding v2.6.0 |
| 1097 | 2024-06-26T20:53:30.896Z | Downloaded crossbeam-deque v0.8.5 |
| 1098 | 2024-06-26T20:53:30.896Z | Downloaded constant_time_eq v0.3.0 |
| 1099 | 2024-06-26T20:53:30.921Z | Downloaded ciborium-ll v0.2.2 |
| 1100 | 2024-06-26T20:53:30.921Z | Downloaded buf-list v1.0.3 |
| 1101 | 2024-06-26T20:53:30.923Z | Downloaded bcs v0.1.6 |
| 1102 | 2024-06-26T20:53:30.923Z | Downloaded bb8 v0.8.3 |
| 1103 | 2024-06-26T20:53:30.923Z | Downloaded aho-corasick v1.1.3 |
| 1104 | 2024-06-26T20:53:30.923Z | Downloaded portpicker v0.1.1 |
| 1105 | 2024-06-26T20:53:30.923Z | Downloaded peg-runtime v0.8.3 |
| 1106 | 2024-06-26T20:53:30.923Z | Downloaded nibble_vec v0.1.0 |
| 1107 | 2024-06-26T20:53:30.923Z | Downloaded newtype-uuid v1.1.0 |
| 1108 | 2024-06-26T20:53:30.923Z | Downloaded multimap v0.10.0 |
| 1109 | 2024-06-26T20:53:30.923Z | Downloaded cfg_aliases v0.1.1 |
| 1110 | 2024-06-26T20:53:30.923Z | Downloaded castaway v0.2.2 |
| 1111 | 2024-06-26T20:53:30.924Z | Downloaded cancel-safe-futures v0.1.5 |
| 1112 | 2024-06-26T20:53:30.948Z | Downloaded bitfield v0.14.0 |
| 1113 | 2024-06-26T20:53:30.948Z | Downloaded base64 v0.13.1 |
| 1114 | 2024-06-26T20:53:30.949Z | Downloaded backtrace v0.3.71 |
| 1115 | 2024-06-26T20:53:30.949Z | Downloaded nodrop v0.1.14 |
| 1116 | 2024-06-26T20:53:30.949Z | Downloaded newtype_derive v0.1.6 |
| 1117 | 2024-06-26T20:53:30.949Z | Downloaded newline-converter v0.3.0 |
| 1118 | 2024-06-26T20:53:30.949Z | Downloaded new_debug_unreachable v1.0.6 |
| 1119 | 2024-06-26T20:53:30.949Z | Downloaded der_derive v0.7.2 |
| 1120 | 2024-06-26T20:53:30.949Z | Downloaded crypto-bigint v0.5.5 |
| 1121 | 2024-06-26T20:53:30.949Z | Downloaded cookie v0.18.1 |
| 1122 | 2024-06-26T20:53:30.974Z | Downloaded base64ct v1.6.0 |
| 1123 | 2024-06-26T20:53:30.974Z | Downloaded base64 v0.22.1 |
| 1124 | 2024-06-26T20:53:30.974Z | Downloaded atty v0.2.14 |
| 1125 | 2024-06-26T20:53:30.974Z | Downloaded async-stream-impl v0.3.5 |
| 1126 | 2024-06-26T20:53:30.974Z | Downloaded arc-swap v1.7.1 |
| 1127 | 2024-06-26T20:53:30.974Z | Downloaded defmt-parser v0.3.4 |
| 1128 | 2024-06-26T20:53:30.974Z | Downloaded darling v0.20.9 |
| 1129 | 2024-06-26T20:53:30.998Z | Downloaded crossbeam-epoch v0.9.18 |
| 1130 | 2024-06-26T20:53:30.999Z | Downloaded const-oid v0.9.6 |
| 1131 | 2024-06-26T20:53:30.999Z | Downloaded compact_str v0.7.1 |
| 1132 | 2024-06-26T20:53:30.999Z | Downloaded blake2 v0.10.6 |
| 1133 | 2024-06-26T20:53:30.999Z | Downloaded bitstruct v0.1.1 |
| 1134 | 2024-06-26T20:53:30.999Z | Downloaded atomic-waker v1.1.2 |
| 1135 | 2024-06-26T20:53:30.999Z | Downloaded async-trait v0.1.80 |
| 1136 | 2024-06-26T20:53:30.999Z | Downloaded debug-ignore v1.0.5 |
| 1137 | 2024-06-26T20:53:31.023Z | Downloaded crc-catalog v2.4.0 |
| 1138 | 2024-06-26T20:53:31.023Z | Downloaded crc v3.2.1 |
| 1139 | 2024-06-26T20:53:31.024Z | Downloaded corncobs v0.1.3 |
| 1140 | 2024-06-26T20:53:31.024Z | Downloaded convert_case v0.4.0 |
| 1141 | 2024-06-26T20:53:31.024Z | Downloaded const_format_proc_macros v0.2.32 |
| 1142 | 2024-06-26T20:53:31.024Z | Downloaded cobs v0.2.3 |
| 1143 | 2024-06-26T20:53:31.024Z | Downloaded cipher v0.4.4 |
| 1144 | 2024-06-26T20:53:31.024Z | Downloaded chacha20 v0.9.1 |
| 1145 | 2024-06-26T20:53:31.024Z | Downloaded cexpr v0.6.0 |
| 1146 | 2024-06-26T20:53:31.024Z | Downloaded cassowary v0.3.0 |
| 1147 | 2024-06-26T20:53:31.024Z | Downloaded camino-tempfile v1.1.1 |
| 1148 | 2024-06-26T20:53:31.024Z | Downloaded bzip2 v0.4.4 |
| 1149 | 2024-06-26T20:53:31.024Z | Downloaded block-padding v0.3.3 |
| 1150 | 2024-06-26T20:53:31.049Z | Downloaded bitflags v1.3.2 |
| 1151 | 2024-06-26T20:53:31.049Z | Downloaded bit-vec v0.6.3 |
| 1152 | 2024-06-26T20:53:31.049Z | Downloaded base16ct v0.2.0 |
| 1153 | 2024-06-26T20:53:31.049Z | Downloaded backoff v0.4.0 |
| 1154 | 2024-06-26T20:53:31.049Z | Downloaded async-stream v0.3.5 |
| 1155 | 2024-06-26T20:53:31.049Z | Downloaded ascii-canvas v3.0.0 |
| 1156 | 2024-06-26T20:53:31.049Z | Downloaded ascii v1.1.0 |
| 1157 | 2024-06-26T20:53:31.049Z | Downloaded arrayvec v0.7.4 |
| 1158 | 2024-06-26T20:53:31.049Z | Downloaded array-init v0.0.4 |
| 1159 | 2024-06-26T20:53:31.049Z | Downloaded argon2 v0.5.3 |
| 1160 | 2024-06-26T20:53:31.049Z | Downloaded allocator-api2 v0.2.18 |
| 1161 | 2024-06-26T20:53:31.049Z | Downloaded ahash v0.8.11 |
| 1162 | 2024-06-26T20:53:31.075Z | Downloaded addr2line v0.21.0 |
| 1163 | 2024-06-26T20:53:31.075Z | Downloaded atomicwrites v0.4.3 |
| 1164 | 2024-06-26T20:53:31.075Z | Downloaded assert_matches v1.5.0 |
| 1165 | 2024-06-26T20:53:31.075Z | Downloaded arrayref v0.3.7 |
| 1166 | 2024-06-26T20:53:31.075Z | Downloaded aead v0.5.2 |
| 1167 | 2024-06-26T20:53:31.075Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1168 | 2024-06-26T20:53:31.075Z | Downloaded async-recursion v1.1.1 |
| 1169 | 2024-06-26T20:53:31.250Z | Compiling proc-macro2 v1.0.86 |
| 1170 | 2024-06-26T20:53:31.250Z | Compiling unicode-ident v1.0.12 |
| 1171 | 2024-06-26T20:53:31.250Z | Compiling libc v0.2.155 |
| 1172 | 2024-06-26T20:53:31.250Z | Compiling serde v1.0.203 |
| 1173 | 2024-06-26T20:53:31.275Z | Compiling autocfg v1.3.0 |
| 1174 | 2024-06-26T20:53:31.275Z | Compiling version_check v0.9.4 |
| 1175 | 2024-06-26T20:53:31.275Z | Compiling cfg-if v1.0.0 |
| 1176 | 2024-06-26T20:53:31.415Z | Compiling cc v1.0.97 |
| 1177 | 2024-06-26T20:53:31.440Z | Compiling parking_lot_core v0.9.10 |
| 1178 | 2024-06-26T20:53:31.559Z | Compiling serde_json v1.0.118 |
| 1179 | 2024-06-26T20:53:31.895Z | Compiling once_cell v1.19.0 |
| 1180 | 2024-06-26T20:53:31.947Z | Compiling ahash v0.8.11 |
| 1181 | 2024-06-26T20:53:31.979Z | Compiling libm v0.2.8 |
| 1182 | 2024-06-26T20:53:32.003Z | Compiling byteorder v1.5.0 |
| 1183 | 2024-06-26T20:53:32.280Z | Compiling lock_api v0.4.12 |
| 1184 | 2024-06-26T20:53:32.324Z | Compiling num-traits v0.2.19 |
| 1185 | 2024-06-26T20:53:32.350Z | Compiling memchr v2.7.2 |
| 1186 | 2024-06-26T20:53:32.469Z | Compiling thiserror v1.0.60 |
| 1187 | 2024-06-26T20:53:32.591Z | Compiling typenum v1.17.0 |
| 1188 | 2024-06-26T20:53:32.620Z | Compiling log v0.4.21 |
| 1189 | 2024-06-26T20:53:32.929Z | Compiling quote v1.0.36 |
| 1190 | 2024-06-26T20:53:32.985Z | Compiling itoa v1.0.11 |
| 1191 | 2024-06-26T20:53:33.198Z | Compiling generic-array v0.14.7 |
| 1192 | 2024-06-26T20:53:33.406Z | Compiling syn v2.0.68 |
| 1193 | 2024-06-26T20:53:33.433Z | Compiling getrandom v0.2.14 |
| 1194 | 2024-06-26T20:53:33.648Z | Compiling scopeguard v1.2.0 |
| 1195 | 2024-06-26T20:53:33.941Z | Compiling allocator-api2 v0.2.18 |
| 1196 | 2024-06-26T20:53:34.024Z | Compiling slab v0.4.9 |
| 1197 | 2024-06-26T20:53:34.293Z | Compiling ring v0.17.8 |
| 1198 | 2024-06-26T20:53:34.317Z | Compiling ryu v1.0.18 |
| 1199 | 2024-06-26T20:53:34.375Z | Compiling semver v1.0.23 |
| 1200 | 2024-06-26T20:53:34.399Z | Compiling pin-project-lite v0.2.14 |
| 1201 | 2024-06-26T20:53:34.519Z | Compiling schemars v0.8.21 |
| 1202 | 2024-06-26T20:53:34.670Z | Compiling smallvec v1.13.2 |
| 1203 | 2024-06-26T20:53:34.856Z | Compiling equivalent v1.0.1 |
| 1204 | 2024-06-26T20:53:35.061Z | Compiling vcpkg v0.2.15 |
| 1205 | 2024-06-26T20:53:35.184Z | Compiling pkg-config v0.3.30 |
| 1206 | 2024-06-26T20:53:35.362Z | Compiling signal-hook-registry v1.4.2 |
| 1207 | 2024-06-26T20:53:36.171Z | Compiling parking_lot v0.12.2 |
| 1208 | 2024-06-26T20:53:36.404Z | Compiling syn v1.0.109 |
| 1209 | 2024-06-26T20:53:36.717Z | Compiling openssl-sys v0.9.102 |
| 1210 | 2024-06-26T20:53:36.788Z | Compiling mio v0.8.11 |
| 1211 | 2024-06-26T20:53:37.565Z | Compiling rand_core v0.6.4 |
| 1212 | 2024-06-26T20:53:37.933Z | Compiling socket2 v0.5.7 |
| 1213 | 2024-06-26T20:53:38.013Z | Compiling num_cpus v1.16.0 |
| 1214 | 2024-06-26T20:53:38.143Z | Compiling num-conv v0.1.0 |
| 1215 | 2024-06-26T20:53:38.326Z | Compiling time-core v0.1.2 |
| 1216 | 2024-06-26T20:53:38.517Z | Compiling time-macros v0.2.18 |
| 1217 | 2024-06-26T20:53:38.588Z | Compiling httparse v1.8.0 |
| 1218 | 2024-06-26T20:53:39.089Z | Compiling futures-core v0.3.30 |
| 1219 | 2024-06-26T20:53:39.317Z | Compiling fnv v1.0.7 |
| 1220 | 2024-06-26T20:53:39.436Z | Compiling openssl v0.10.64 |
| 1221 | 2024-06-26T20:53:39.771Z | Compiling crossbeam-utils v0.8.19 |
| 1222 | 2024-06-26T20:53:39.795Z | Compiling iana-time-zone v0.1.60 |
| 1223 | 2024-06-26T20:53:39.795Z | Compiling rustix v0.38.34 |
| 1224 | 2024-06-26T20:53:40.184Z | Compiling serde_derive_internals v0.29.1 |
| 1225 | 2024-06-26T20:53:40.407Z | Compiling spin v0.9.8 |
| 1226 | 2024-06-26T20:53:40.551Z | Compiling rustls v0.21.12 |
| 1227 | 2024-06-26T20:53:40.776Z | Compiling native-tls v0.2.11 |
| 1228 | 2024-06-26T20:53:40.802Z | Compiling tinyvec_macros v0.1.1 |
| 1229 | 2024-06-26T20:53:40.888Z | Compiling tinyvec v1.6.0 |
| 1230 | 2024-06-26T20:53:41.245Z | Compiling const-oid v0.9.6 |
| 1231 | 2024-06-26T20:53:41.559Z | Compiling ucd-trie v0.1.6 |
| 1232 | 2024-06-26T20:53:41.826Z | Compiling futures-sink v0.3.30 |
| 1233 | 2024-06-26T20:53:42.064Z | Compiling subtle v2.5.0 |
| 1234 | 2024-06-26T20:53:42.137Z | Compiling unicode-normalization v0.1.23 |
| 1235 | 2024-06-26T20:53:42.337Z | Compiling backtrace v0.3.71 |
| 1236 | 2024-06-26T20:53:42.397Z | Compiling cookie v0.17.0 |
| 1237 | 2024-06-26T20:53:42.639Z | Compiling dyn-clone v1.0.17 |
| 1238 | 2024-06-26T20:53:42.730Z | Compiling slog v2.7.0 |
| 1239 | 2024-06-26T20:53:42.825Z | Compiling heck v0.5.0 |
| 1240 | 2024-06-26T20:53:42.893Z | Compiling unicode-bidi v0.3.15 |
| 1241 | 2024-06-26T20:53:43.121Z | Compiling heck v0.4.1 |
| 1242 | 2024-06-26T20:53:43.272Z | Compiling futures-channel v0.3.30 |
| 1243 | 2024-06-26T20:53:43.498Z | Compiling futures-task v0.3.30 |
| 1244 | 2024-06-26T20:53:43.642Z | Compiling pin-utils v0.1.0 |
| 1245 | 2024-06-26T20:53:43.733Z | Compiling futures-io v0.3.30 |
| 1246 | 2024-06-26T20:53:44.333Z | Compiling aho-corasick v1.1.3 |
| 1247 | 2024-06-26T20:53:44.489Z | Compiling anyhow v1.0.86 |
| 1248 | 2024-06-26T20:53:44.648Z | Compiling untrusted v0.9.0 |
| 1249 | 2024-06-26T20:53:44.970Z | Compiling winnow v0.5.40 |
| 1250 | 2024-06-26T20:53:45.069Z | Compiling regex-syntax v0.8.3 |
| 1251 | 2024-06-26T20:53:45.226Z | Compiling serde_derive v1.0.203 |
| 1252 | 2024-06-26T20:53:46.352Z | Compiling zerocopy-derive v0.7.34 |
| 1253 | 2024-06-26T20:53:46.939Z | Compiling zeroize_derive v1.4.2 |
| 1254 | 2024-06-26T20:53:48.057Z | Compiling thiserror-impl v1.0.60 |
| 1255 | 2024-06-26T20:53:48.153Z | Compiling zerocopy v0.7.34 |
| 1256 | 2024-06-26T20:53:48.177Z | Compiling tokio-macros v2.2.0 |
| 1257 | 2024-06-26T20:53:48.258Z | Compiling futures-macro v0.3.30 |
| 1258 | 2024-06-26T20:53:48.430Z | Compiling schemars_derive v0.8.21 |
| 1259 | 2024-06-26T20:53:49.550Z | Compiling tracing-attributes v0.1.27 |
| 1260 | 2024-06-26T20:53:49.869Z | Compiling zeroize v1.7.0 |
| 1261 | 2024-06-26T20:53:50.027Z | Compiling hashbrown v0.14.5 |
| 1262 | 2024-06-26T20:53:50.611Z | Compiling openssl-macros v0.1.1 |
| 1263 | 2024-06-26T20:53:51.135Z | Compiling scroll_derive v0.12.0 |
| 1264 | 2024-06-26T20:53:51.282Z | Compiling pest v2.7.10 |
| 1265 | 2024-06-26T20:53:51.334Z | Compiling futures-util v0.3.30 |
| 1266 | 2024-06-26T20:53:51.509Z | Compiling crypto-common v0.1.6 |
| 1267 | 2024-06-26T20:53:52.008Z | Compiling der_derive v0.7.2 |
| 1268 | 2024-06-26T20:53:52.569Z | Compiling block-buffer v0.10.4 |
| 1269 | 2024-06-26T20:53:52.807Z | Compiling regex-automata v0.4.6 |
| 1270 | 2024-06-26T20:53:53.689Z | Compiling pest_meta v2.7.10 |
| 1271 | 2024-06-26T20:53:53.913Z | Compiling tracing-core v0.1.32 |
| 1272 | 2024-06-26T20:53:55.974Z | Compiling pest_generator v2.7.10 |
| 1273 | 2024-06-26T20:53:56.701Z | Compiling bytes v1.6.0 |
| 1274 | 2024-06-26T20:53:57.463Z | Compiling indexmap v2.2.6 |
| 1275 | 2024-06-26T20:53:57.768Z | Compiling uuid v1.8.0 |
| 1276 | 2024-06-26T20:53:58.274Z | Compiling tokio v1.37.0 |
| 1277 | 2024-06-26T20:53:58.653Z | Compiling bitflags v2.5.0 |
| 1278 | 2024-06-26T20:53:58.961Z | Compiling chrono v0.4.38 |
| 1279 | 2024-06-26T20:53:59.158Z | Compiling serde_tokenstream v0.2.0 |
| 1280 | 2024-06-26T20:54:00.210Z | Compiling toml_datetime v0.6.6 |
| 1281 | 2024-06-26T20:54:00.591Z | Compiling serde_spanned v0.6.6 |
| 1282 | 2024-06-26T20:54:00.804Z | Compiling http v0.2.12 |
| 1283 | 2024-06-26T20:54:02.246Z | Compiling toml_edit v0.19.15 |
| 1284 | 2024-06-26T20:54:02.800Z | Compiling rustc_version v0.4.0 |
| 1285 | 2024-06-26T20:54:03.329Z | Compiling pest_derive v2.7.10 |
| 1286 | 2024-06-26T20:54:03.367Z | Compiling usdt-impl v0.5.0 |
| 1287 | 2024-06-26T20:54:03.644Z | Compiling rustversion v1.0.17 |
| 1288 | 2024-06-26T20:54:03.974Z | Compiling powerfmt v0.2.0 |
| 1289 | 2024-06-26T20:54:04.255Z | Compiling deranged v0.3.11 |
| 1290 | 2024-06-26T20:54:04.435Z | Compiling heapless v0.7.17 |
| 1291 | 2024-06-26T20:54:04.769Z | Compiling tracing v0.1.40 |
| 1292 | 2024-06-26T20:54:05.134Z | Compiling digest v0.10.7 |
| 1293 | 2024-06-26T20:54:05.485Z | Compiling scroll v0.12.0 |
| 1294 | 2024-06-26T20:54:06.063Z | Compiling percent-encoding v2.3.1 |
| 1295 | 2024-06-26T20:54:06.090Z | Compiling signal-hook v0.3.17 |
| 1296 | 2024-06-26T20:54:06.319Z | Compiling ppv-lite86 v0.2.17 |
| 1297 | 2024-06-26T20:54:06.357Z | Compiling plain v0.2.3 |
| 1298 | 2024-06-26T20:54:06.421Z | Compiling num_threads v0.1.7 |
| 1299 | 2024-06-26T20:54:06.541Z | Compiling time v0.3.36 |
| 1300 | 2024-06-26T20:54:06.945Z | Compiling rand_chacha v0.3.1 |
| 1301 | 2024-06-26T20:54:06.994Z | Compiling goblin v0.8.2 |
| 1302 | 2024-06-26T20:54:08.346Z | Compiling regex v1.10.4 |
| 1303 | 2024-06-26T20:54:09.234Z | Compiling strsim v0.11.1 |
| 1304 | 2024-06-26T20:54:09.901Z | Compiling crc32fast v1.4.0 |
| 1305 | 2024-06-26T20:54:10.345Z | Compiling pretty-hex v0.4.1 |
| 1306 | 2024-06-26T20:54:10.800Z | Compiling rand v0.8.5 |
| 1307 | 2024-06-26T20:54:11.017Z | Compiling tokio-util v0.7.11 |
| 1308 | 2024-06-26T20:54:12.146Z | Compiling dof v0.3.0 |
| 1309 | 2024-06-26T20:54:12.217Z | Compiling dtrace-parser v0.2.0 |
| 1310 | 2024-06-26T20:54:12.671Z | Compiling async-trait v0.1.80 |
| 1311 | 2024-06-26T20:54:13.304Z | Compiling thread-id v4.2.1 |
| 1312 | 2024-06-26T20:54:13.564Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1313 | 2024-06-26T20:54:13.590Z | Compiling unicode-width v0.1.12 |
| 1314 | 2024-06-26T20:54:13.810Z | Compiling base64ct v1.6.0 |
| 1315 | 2024-06-26T20:54:13.981Z | Compiling smoltcp v0.9.1 |
| 1316 | 2024-06-26T20:54:14.157Z | Compiling foreign-types-shared v0.1.1 |
| 1317 | 2024-06-26T20:54:14.259Z | Compiling pem-rfc7468 v0.7.0 |
| 1318 | 2024-06-26T20:54:14.364Z | Compiling foreign-types v0.3.2 |
| 1319 | 2024-06-26T20:54:15.385Z | Compiling form_urlencoded v1.2.1 |
| 1320 | 2024-06-26T20:54:15.869Z | Compiling hmac v0.12.1 |
| 1321 | 2024-06-26T20:54:15.916Z | Compiling adler v1.0.2 |
| 1322 | 2024-06-26T20:54:16.087Z | Compiling base64 v0.21.7 |
| 1323 | 2024-06-26T20:54:16.202Z | Compiling try-lock v0.2.5 |
| 1324 | 2024-06-26T20:54:16.423Z | Compiling flagset v0.4.5 |
| 1325 | 2024-06-26T20:54:16.477Z | Compiling siphasher v0.3.11 |
| 1326 | 2024-06-26T20:54:16.590Z | Compiling der v0.7.9 |
| 1327 | 2024-06-26T20:54:16.620Z | Compiling want v0.3.1 |
| 1328 | 2024-06-26T20:54:16.893Z | Compiling miniz_oxide v0.7.2 |
| 1329 | 2024-06-26T20:54:18.100Z | Compiling h2 v0.3.26 |
| 1330 | 2024-06-26T20:54:18.670Z | Compiling rustls-webpki v0.101.7 |
| 1331 | 2024-06-26T20:54:19.298Z | Compiling sct v0.7.1 |
| 1332 | 2024-06-26T20:54:19.616Z | Compiling http-body v0.4.6 |
| 1333 | 2024-06-26T20:54:20.151Z | Compiling openapiv3 v2.0.0 |
| 1334 | 2024-06-26T20:54:20.542Z | Compiling hubpack_derive v0.1.1 |
| 1335 | 2024-06-26T20:54:20.925Z | Compiling zerocopy-derive v0.6.6 |
| 1336 | 2024-06-26T20:54:20.976Z | Compiling idna v0.5.0 |
| 1337 | 2024-06-26T20:54:21.538Z | Compiling errno v0.3.9 |
| 1338 | 2024-06-26T20:54:21.805Z | Compiling fs-err v2.11.0 |
| 1339 | 2024-06-26T20:54:21.969Z | Compiling stable_deref_trait v1.2.0 |
| 1340 | 2024-06-26T20:54:22.047Z | Compiling cpufeatures v0.2.12 |
| 1341 | 2024-06-26T20:54:22.071Z | Compiling finl_unicode v1.2.0 |
| 1342 | 2024-06-26T20:54:22.143Z | Compiling utf8parse v0.2.1 |
| 1343 | 2024-06-26T20:54:22.167Z | Compiling httpdate v1.0.3 |
| 1344 | 2024-06-26T20:54:22.298Z | Compiling spin v0.5.2 |
| 1345 | 2024-06-26T20:54:22.549Z | Compiling tower-service v0.3.2 |
| 1346 | 2024-06-26T20:54:22.577Z | Compiling openssl-probe v0.1.5 |
| 1347 | 2024-06-26T20:54:22.793Z | Compiling anstyle v1.0.7 |
| 1348 | 2024-06-26T20:54:23.180Z | Compiling gimli v0.28.1 |
| 1349 | 2024-06-26T20:54:23.668Z | Compiling stringprep v0.1.4 |
| 1350 | 2024-06-26T20:54:23.764Z | Compiling anstyle-parse v0.2.4 |
| 1351 | 2024-06-26T20:54:24.051Z | Compiling sha2 v0.10.8 |
| 1352 | 2024-06-26T20:54:24.289Z | Compiling hyper v0.14.28 |
| 1353 | 2024-06-26T20:54:24.724Z | Compiling url v2.5.0 |
| 1354 | 2024-06-26T20:54:27.935Z | Compiling addr2line v0.21.0 |
| 1355 | 2024-06-26T20:54:28.049Z | Compiling spki v0.7.3 |
| 1356 | 2024-06-26T20:54:28.740Z | Compiling usdt-macro v0.5.0 |
| 1357 | 2024-06-26T20:54:28.764Z | Compiling usdt-attr-macro v0.5.0 |
| 1358 | 2024-06-26T20:54:30.191Z | Compiling md-5 v0.10.6 |
| 1359 | 2024-06-26T20:54:33.513Z | Compiling idna v0.3.0 |
| 1360 | 2024-06-26T20:54:33.918Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1361 | 2024-06-26T20:54:33.950Z | Compiling num-integer v0.1.46 |
| 1362 | 2024-06-26T20:54:34.323Z | Compiling object v0.32.2 |
| 1363 | 2024-06-26T20:54:34.559Z | Compiling hash32 v0.2.1 |
| 1364 | 2024-06-26T20:54:34.660Z | Compiling anstyle-query v1.0.3 |
| 1365 | 2024-06-26T20:54:34.786Z | Compiling colorchoice v1.0.1 |
| 1366 | 2024-06-26T20:54:35.015Z | Compiling is_terminal_polyfill v1.70.0 |
| 1367 | 2024-06-26T20:54:35.204Z | Compiling fallible-iterator v0.2.0 |
| 1368 | 2024-06-26T20:54:36.270Z | Compiling rustc-demangle v0.1.24 |
| 1369 | 2024-06-26T20:54:38.329Z | Compiling psl-types v2.0.11 |
| 1370 | 2024-06-26T20:54:38.516Z | Compiling publicsuffix v2.2.3 |
| 1371 | 2024-06-26T20:54:39.235Z | Compiling lazy_static v1.4.0 |
| 1372 | 2024-06-26T20:54:40.297Z | Compiling postgres-protocol v0.6.6 |
| 1373 | 2024-06-26T20:54:40.430Z | Compiling anstream v0.6.14 |
| 1374 | 2024-06-26T20:54:41.617Z | Compiling diesel_derives v2.1.4 |
| 1375 | 2024-06-26T20:54:46.131Z | Compiling tokio-rustls v0.24.1 |
| 1376 | 2024-06-26T20:54:47.176Z | Compiling pkcs8 v0.10.2 |
| 1377 | 2024-06-26T20:54:47.281Z | Compiling terminal_size v0.3.0 |
| 1378 | 2024-06-26T20:54:47.655Z | Compiling tokio-native-tls v0.3.1 |
| 1379 | 2024-06-26T20:54:47.881Z | Compiling phf_shared v0.11.2 |
| 1380 | 2024-06-26T20:54:48.335Z | Compiling strum_macros v0.25.3 |
| 1381 | 2024-06-26T20:54:48.633Z | Compiling block-padding v0.3.3 |
| 1382 | 2024-06-26T20:54:48.828Z | Compiling regress v0.9.1 |
| 1383 | 2024-06-26T20:54:49.050Z | Compiling enum-as-inner v0.5.1 |
| 1384 | 2024-06-26T20:54:49.851Z | Compiling clap_derive v4.5.4 |
| 1385 | 2024-06-26T20:54:49.894Z | Compiling serde_repr v0.1.19 |
| 1386 | 2024-06-26T20:54:51.122Z | Compiling ff v0.13.0 |
| 1387 | 2024-06-26T20:54:51.347Z | Compiling scheduled-thread-pool v0.2.7 |
| 1388 | 2024-06-26T20:54:51.801Z | Compiling encoding_rs v0.8.34 |
| 1389 | 2024-06-26T20:54:52.620Z | Compiling managed v0.8.0 |
| 1390 | 2024-06-26T20:54:53.008Z | Compiling bitflags v1.3.2 |
| 1391 | 2024-06-26T20:54:53.594Z | Compiling ipnet v2.9.0 |
| 1392 | 2024-06-26T20:54:53.794Z | Compiling base16ct v0.2.0 |
| 1393 | 2024-06-26T20:54:53.878Z | Compiling clap_lex v0.7.0 |
| 1394 | 2024-06-26T20:54:54.051Z | Compiling mime v0.3.17 |
| 1395 | 2024-06-26T20:54:54.538Z | Compiling matches v0.1.10 |
| 1396 | 2024-06-26T20:54:54.626Z | Compiling either v1.12.0 |
| 1397 | 2024-06-26T20:54:54.934Z | Compiling bit-vec v0.6.3 |
| 1398 | 2024-06-26T20:54:55.306Z | Compiling idna v0.2.3 |
| 1399 | 2024-06-26T20:54:55.330Z | Compiling clap_builder v4.5.2 |
| 1400 | 2024-06-26T20:54:55.393Z | Compiling sec1 v0.7.3 |
| 1401 | 2024-06-26T20:54:56.415Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1402 | 2024-06-26T20:54:57.588Z | Compiling r2d2 v0.8.10 |
| 1403 | 2024-06-26T20:54:58.897Z | Compiling group v0.13.0 |
| 1404 | 2024-06-26T20:55:00.510Z | Compiling inout v0.1.3 |
| 1405 | 2024-06-26T20:55:01.235Z | Compiling phf v0.11.2 |
| 1406 | 2024-06-26T20:55:01.306Z | Compiling hyper-tls v0.5.0 |
| 1407 | 2024-06-26T20:55:01.505Z | Compiling signal-hook-mio v0.2.3 |
| 1408 | 2024-06-26T20:55:01.631Z | Compiling hyper-rustls v0.24.2 |
| 1409 | 2024-06-26T20:55:01.689Z | Compiling cookie_store v0.20.0 |
| 1410 | 2024-06-26T20:55:01.787Z | Compiling postgres-types v0.2.6 |
| 1411 | 2024-06-26T20:55:02.071Z | Compiling num-bigint v0.4.5 |
| 1412 | 2024-06-26T20:55:02.203Z | Compiling zerocopy v0.6.6 |
| 1413 | 2024-06-26T20:55:02.996Z | Compiling hubpack v0.1.2 |
| 1414 | 2024-06-26T20:55:03.022Z | Compiling phf_shared v0.10.0 |
| 1415 | 2024-06-26T20:55:03.052Z | Compiling rustls-pemfile v1.0.4 |
| 1416 | 2024-06-26T20:55:03.350Z | Compiling hkdf v0.12.4 |
| 1417 | 2024-06-26T20:55:03.374Z | Compiling serde_urlencoded v0.7.1 |
| 1418 | 2024-06-26T20:55:03.399Z | Compiling crossbeam-epoch v0.9.18 |
| 1419 | 2024-06-26T20:55:03.878Z | Compiling ipnetwork v0.20.0 |
| 1420 | 2024-06-26T20:55:04.567Z | Compiling futures-executor v0.3.30 |
| 1421 | 2024-06-26T20:55:05.019Z | Compiling crypto-bigint v0.5.5 |
| 1422 | 2024-06-26T20:55:05.296Z | Compiling float-cmp v0.9.0 |
| 1423 | 2024-06-26T20:55:05.330Z | Compiling memmap v0.7.0 |
| 1424 | 2024-06-26T20:55:05.494Z | Compiling webpki-roots v0.25.4 |
| 1425 | 2024-06-26T20:55:05.616Z | Compiling minimal-lexical v0.2.1 |
| 1426 | 2024-06-26T20:55:05.642Z | Compiling unicode-segmentation v1.11.0 |
| 1427 | 2024-06-26T20:55:06.328Z | Compiling new_debug_unreachable v1.0.6 |
| 1428 | 2024-06-26T20:55:06.421Z | Compiling fixedbitset v0.4.2 |
| 1429 | 2024-06-26T20:55:06.560Z | Compiling difflib v0.4.0 |
| 1430 | 2024-06-26T20:55:06.782Z | Compiling static_assertions v1.1.0 |
| 1431 | 2024-06-26T20:55:06.878Z | Compiling data-encoding v2.6.0 |
| 1432 | 2024-06-26T20:55:07.107Z | Compiling winnow v0.6.8 |
| 1433 | 2024-06-26T20:55:07.485Z | Compiling precomputed-hash v0.1.1 |
| 1434 | 2024-06-26T20:55:07.587Z | Compiling whoami v1.5.1 |
| 1435 | 2024-06-26T20:55:07.682Z | Compiling sync_wrapper v0.1.2 |
| 1436 | 2024-06-26T20:55:08.088Z | Compiling predicates-core v1.0.6 |
| 1437 | 2024-06-26T20:55:08.114Z | Compiling normalize-line-endings v0.3.0 |
| 1438 | 2024-06-26T20:55:08.299Z | Compiling predicates v3.1.0 |
| 1439 | 2024-06-26T20:55:08.393Z | Compiling tokio-postgres v0.7.10 |
| 1440 | 2024-06-26T20:55:08.427Z | Compiling reqwest v0.11.27 |
| 1441 | 2024-06-26T20:55:09.698Z | Compiling string_cache v0.8.7 |
| 1442 | 2024-06-26T20:55:09.724Z | Compiling elliptic-curve v0.13.8 |
| 1443 | 2024-06-26T20:55:10.102Z | Compiling toml_edit v0.22.13 |
| 1444 | 2024-06-26T20:55:10.227Z | Compiling trust-dns-proto v0.22.0 |
| 1445 | 2024-06-26T20:55:10.402Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1446 | 2024-06-26T20:55:10.578Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1447 | 2024-06-26T20:55:12.356Z | Compiling petgraph v0.6.5 |
| 1448 | 2024-06-26T20:55:13.706Z | Compiling similar v2.5.0 |
| 1449 | 2024-06-26T20:55:15.082Z | Compiling nom v7.1.3 |
| 1450 | 2024-06-26T20:55:15.511Z | Compiling usdt v0.5.0 |
| 1451 | 2024-06-26T20:55:15.893Z | Compiling futures v0.3.30 |
| 1452 | 2024-06-26T20:55:15.999Z | Compiling diesel v2.1.6 |
| 1453 | 2024-06-26T20:55:16.375Z | Compiling yasna v0.5.2 |
| 1454 | 2024-06-26T20:55:16.793Z | Compiling crossterm v0.27.0 |
| 1455 | 2024-06-26T20:55:16.947Z | Compiling flate2 v1.0.30 |
| 1456 | 2024-06-26T20:55:16.971Z | Compiling cipher v0.4.4 |
| 1457 | 2024-06-26T20:55:17.715Z | Compiling clap v4.5.4 |
| 1458 | 2024-06-26T20:55:17.816Z | Compiling itertools v0.10.5 |
| 1459 | 2024-06-26T20:55:17.844Z | Compiling itertools v0.12.1 |
| 1460 | 2024-06-26T20:55:18.025Z | Compiling bit-set v0.5.3 |
| 1461 | 2024-06-26T20:55:18.337Z | Compiling console v0.15.8 |
| 1462 | 2024-06-26T20:55:19.263Z | Compiling num-iter v0.1.45 |
| 1463 | 2024-06-26T20:55:19.679Z | Compiling tokio-stream v0.1.15 |
| 1464 | 2024-06-26T20:55:19.729Z | Compiling toml v0.7.8 |
| 1465 | 2024-06-26T20:55:20.150Z | Compiling bstr v1.9.1 |
| 1466 | 2024-06-26T20:55:20.239Z | Compiling hex v0.4.3 |
| 1467 | 2024-06-26T20:55:20.563Z | Compiling unicode-xid v0.2.4 |
| 1468 | 2024-06-26T20:55:20.642Z | Compiling camino v1.1.7 |
| 1469 | 2024-06-26T20:55:20.716Z | Compiling lalrpop-util v0.19.12 |
| 1470 | 2024-06-26T20:55:21.026Z | Compiling peg-runtime v0.8.3 |
| 1471 | 2024-06-26T20:55:21.520Z | Compiling proc-macro-crate v1.3.1 |
| 1472 | 2024-06-26T20:55:22.464Z | Compiling heapless v0.8.0 |
| 1473 | 2024-06-26T20:55:24.721Z | Compiling num_enum_derive v0.5.11 |
| 1474 | 2024-06-26T20:55:29.012Z | Compiling hash32 v0.3.1 |
| 1475 | 2024-06-26T20:55:30.038Z | Compiling ident_case v1.0.1 |
| 1476 | 2024-06-26T20:55:30.204Z | Compiling smoltcp v0.11.0 |
| 1477 | 2024-06-26T20:55:30.256Z | Compiling rustls-pki-types v1.7.0 |
| 1478 | 2024-06-26T20:55:31.413Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1479 | 2024-06-26T20:55:32.975Z | Compiling darling_core v0.20.9 |
| 1480 | 2024-06-26T20:55:41.541Z | Compiling num_enum v0.5.11 |
| 1481 | 2024-06-26T20:55:43.216Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1482 | 2024-06-26T20:55:43.618Z | Compiling getopts v0.2.21 |
| 1483 | 2024-06-26T20:55:45.071Z | Compiling dirs-sys-next v0.1.2 |
| 1484 | 2024-06-26T20:55:45.605Z | Compiling proc-macro-error-attr v1.0.4 |
| 1485 | 2024-06-26T20:55:45.839Z | Compiling embedded-io v0.4.0 |
| 1486 | 2024-06-26T20:55:45.987Z | Compiling rustls v0.22.4 |
| 1487 | 2024-06-26T20:55:46.047Z | Compiling unsafe-libyaml v0.2.11 |
| 1488 | 2024-06-26T20:55:46.342Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1489 | 2024-06-26T20:55:46.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1490 | 2024-06-26T20:55:46.570Z | Compiling paste v1.0.15 |
| 1491 | 2024-06-26T20:55:46.977Z | Compiling cobs v0.2.3 |
| 1492 | 2024-06-26T20:55:47.472Z | Compiling postcard v1.0.8 |
| 1493 | 2024-06-26T20:55:47.573Z | Compiling serde_yaml v0.9.34+deprecated |
| 1494 | 2024-06-26T20:55:49.031Z | Compiling dirs-next v2.0.0 |
| 1495 | 2024-06-26T20:55:51.098Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1496 | 2024-06-26T20:55:52.932Z | Compiling darling_macro v0.20.9 |
| 1497 | 2024-06-26T20:55:55.342Z | Compiling rustls-webpki v0.102.4 |
| 1498 | 2024-06-26T20:55:59.769Z | Compiling strum_macros v0.26.2 |
| 1499 | 2024-06-26T20:56:01.169Z | Compiling structmeta-derive v0.3.0 |
| 1500 | 2024-06-26T20:56:01.384Z | Compiling foreign-types-macros v0.2.3 |
| 1501 | 2024-06-26T20:56:02.076Z | Compiling thread_local v1.1.8 |
| 1502 | 2024-06-26T20:56:02.308Z | Compiling multer v3.1.0 |
| 1503 | 2024-06-26T20:56:02.537Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1504 | 2024-06-26T20:56:02.734Z | Compiling proc-macro-error v1.0.4 |
| 1505 | 2024-06-26T20:56:02.957Z | Compiling slog-async v2.8.0 |
| 1506 | 2024-06-26T20:56:03.491Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1507 | 2024-06-26T20:56:03.616Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1508 | 2024-06-26T20:56:04.505Z | Compiling match_cfg v0.1.0 |
| 1509 | 2024-06-26T20:56:04.535Z | Compiling foreign-types-shared v0.3.1 |
| 1510 | 2024-06-26T20:56:04.674Z | Compiling foreign-types v0.5.0 |
| 1511 | 2024-06-26T20:56:04.779Z | Compiling hostname v0.3.1 |
| 1512 | 2024-06-26T20:56:09.018Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1513 | 2024-06-26T20:56:09.679Z | Compiling strum v0.26.2 |
| 1514 | 2024-06-26T20:56:09.860Z | Compiling structmeta v0.3.0 |
| 1515 | 2024-06-26T20:56:12.098Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1516 | 2024-06-26T20:56:15.368Z | Compiling darling v0.20.9 |
| 1517 | 2024-06-26T20:56:19.571Z | Compiling term v0.7.0 |
| 1518 | 2024-06-26T20:56:23.290Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1519 | 2024-06-26T20:56:24.634Z | Compiling slog-json v2.6.1 |
| 1520 | 2024-06-26T20:56:24.779Z | Compiling tabwriter v1.4.0 |
| 1521 | 2024-06-26T20:56:25.131Z | Compiling crossbeam-channel v0.5.12 |
| 1522 | 2024-06-26T20:56:26.202Z | Compiling http v1.1.0 |
| 1523 | 2024-06-26T20:56:26.428Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1524 | 2024-06-26T20:56:26.489Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1525 | 2024-06-26T20:56:26.545Z | Compiling async-stream-impl v0.3.5 |
| 1526 | 2024-06-26T20:56:26.569Z | Compiling cstr-argument v0.1.2 |
| 1527 | 2024-06-26T20:56:26.801Z | Compiling is-terminal v0.4.12 |
| 1528 | 2024-06-26T20:56:26.920Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1529 | 2024-06-26T20:56:27.172Z | Compiling take_mut v0.2.2 |
| 1530 | 2024-06-26T20:56:27.214Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1531 | 2024-06-26T20:56:27.329Z | Compiling rayon-core v1.12.1 |
| 1532 | 2024-06-26T20:56:27.476Z | Compiling crucible-workspace-hack v0.1.0 |
| 1533 | 2024-06-26T20:56:27.589Z | Compiling pretty-hex v0.2.1 |
| 1534 | 2024-06-26T20:56:27.612Z | Compiling fastrand v2.1.0 |
| 1535 | 2024-06-26T20:56:27.719Z | Compiling base64 v0.22.1 |
| 1536 | 2024-06-26T20:56:27.791Z | Compiling atomic-waker v1.1.2 |
| 1537 | 2024-06-26T20:56:27.963Z | Compiling tempfile v3.10.1 |
| 1538 | 2024-06-26T20:56:28.223Z | Compiling rustls-pemfile v2.1.2 |
| 1539 | 2024-06-26T20:56:28.357Z | Compiling waitgroup v0.1.2 |
| 1540 | 2024-06-26T20:56:28.572Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1541 | 2024-06-26T20:56:28.900Z | Compiling async-stream v0.3.5 |
| 1542 | 2024-06-26T20:56:29.542Z | Compiling slog-term v2.9.1 |
| 1543 | 2024-06-26T20:56:29.610Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1544 | 2024-06-26T20:56:30.155Z | Compiling slog-bunyan v2.5.0 |
| 1545 | 2024-06-26T20:56:30.387Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1546 | 2024-06-26T20:56:30.596Z | Compiling tokio-rustls v0.25.0 |
| 1547 | 2024-06-26T20:56:30.977Z | Compiling serde_with_macros v3.8.1 |
| 1548 | 2024-06-26T20:56:31.052Z | Compiling parse-display-derive v0.9.0 |
| 1549 | 2024-06-26T20:56:31.078Z | Compiling toml v0.8.13 |
| 1550 | 2024-06-26T20:56:31.614Z | Compiling sha1 v0.10.6 |
| 1551 | 2024-06-26T20:56:31.855Z | Compiling crossbeam-deque v0.8.5 |
| 1552 | 2024-06-26T20:56:32.173Z | Compiling colored v2.1.0 |
| 1553 | 2024-06-26T20:56:32.241Z | Compiling newtype-uuid v1.1.0 |
| 1554 | 2024-06-26T20:56:32.541Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1555 | 2024-06-26T20:56:33.251Z | Compiling serde_path_to_error v0.1.16 |
| 1556 | 2024-06-26T20:56:33.308Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1557 | 2024-06-26T20:56:33.953Z | Compiling socket2 v0.4.10 |
| 1558 | 2024-06-26T20:56:34.151Z | Compiling hostname v0.4.0 |
| 1559 | 2024-06-26T20:56:34.210Z | Compiling instant v0.1.12 |
| 1560 | 2024-06-26T20:56:34.375Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1561 | 2024-06-26T20:56:34.400Z | Compiling debug-ignore v1.0.5 |
| 1562 | 2024-06-26T20:56:34.441Z | Compiling parse-display v0.9.0 |
| 1563 | 2024-06-26T20:56:34.741Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1564 | 2024-06-26T20:56:36.081Z | Compiling backoff v0.4.0 |
| 1565 | 2024-06-26T20:56:36.392Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1566 | 2024-06-26T20:56:36.584Z | Compiling serde_with v3.8.1 |
| 1567 | 2024-06-26T20:56:36.835Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1568 | 2024-06-26T20:56:37.284Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1569 | 2024-06-26T20:56:38.042Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
| 1570 | 2024-06-26T20:56:38.391Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1571 | 2024-06-26T20:56:39.092Z | Compiling camino-tempfile v1.1.1 |
| 1572 | 2024-06-26T20:56:39.750Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 1573 | 2024-06-26T20:56:40.188Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1574 | 2024-06-26T20:56:40.244Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1575 | 2024-06-26T20:56:40.357Z | Compiling macaddr v1.0.1 |
| 1576 | 2024-06-26T20:56:40.405Z | Compiling num-derive v0.4.2 |
| 1577 | 2024-06-26T20:56:40.859Z | Compiling sigpipe v0.1.3 |
| 1578 | 2024-06-26T20:56:40.982Z | Compiling libefi-sys v0.1.0 |
| 1579 | 2024-06-26T20:56:41.246Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 1580 | 2024-06-26T20:56:41.718Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1581 | 2024-06-26T20:56:42.216Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
| 1582 | 2024-06-26T20:56:42.362Z | Compiling rayon v1.10.0 |
| 1583 | 2024-06-26T20:56:42.457Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1584 | 2024-06-26T20:56:43.327Z | Compiling smf v0.2.3 |
| 1585 | 2024-06-26T20:56:43.543Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1586 | 2024-06-26T20:56:43.848Z | Compiling blake3 v1.5.1 |
| 1587 | 2024-06-26T20:56:44.315Z | Compiling ring v0.16.20 |
| 1588 | 2024-06-26T20:56:44.479Z | Compiling portable-atomic v1.6.0 |
| 1589 | 2024-06-26T20:56:45.773Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1590 | 2024-06-26T20:56:45.797Z | Compiling xattr v1.3.1 |
| 1591 | 2024-06-26T20:56:46.051Z | Compiling memmap2 v0.9.4 |
| 1592 | 2024-06-26T20:56:46.075Z | Compiling filetime v0.2.23 |
| 1593 | 2024-06-26T20:56:46.403Z | Compiling arrayvec v0.7.4 |
| 1594 | 2024-06-26T20:56:46.659Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1595 | 2024-06-26T20:56:46.794Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1596 | 2024-06-26T20:56:46.819Z | Compiling constant_time_eq v0.3.0 |
| 1597 | 2024-06-26T20:56:46.981Z | Compiling same-file v1.0.6 |
| 1598 | 2024-06-26T20:56:47.229Z | Compiling arrayref v0.3.7 |
| 1599 | 2024-06-26T20:56:47.253Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1600 | 2024-06-26T20:56:47.324Z | Compiling untrusted v0.7.1 |
| 1601 | 2024-06-26T20:56:47.393Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1602 | 2024-06-26T20:56:48.231Z | Compiling walkdir v2.5.0 |
| 1603 | 2024-06-26T20:56:49.649Z | Compiling tar v0.4.40 |
| 1604 | 2024-06-26T20:56:49.735Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1605 | 2024-06-26T20:56:50.715Z | Compiling cargo-platform v0.1.8 |
| 1606 | 2024-06-26T20:56:51.642Z | Compiling gethostname v0.4.3 |
| 1607 | 2024-06-26T20:56:51.666Z | Compiling topological-sort v0.2.2 |
| 1608 | 2024-06-26T20:56:51.880Z | Compiling number_prefix v0.4.0 |
| 1609 | 2024-06-26T20:56:51.904Z | Compiling omicron-zone-package v0.11.0 |
| 1610 | 2024-06-26T20:56:52.102Z | Compiling indicatif v0.17.8 |
| 1611 | 2024-06-26T20:56:52.985Z | Compiling cargo_metadata v0.18.1 |
| 1612 | 2024-06-26T20:56:55.982Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1613 | 2024-06-26T20:56:58.873Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1614 | 2024-06-26T20:57:00.066Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1615 | 2024-06-26T20:57:03.693Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1616 | 2024-06-26T20:57:23.247Z | Finished `release` profile [optimized] target(s) in 3m 55s |
| 1617 | 2024-06-26T20:57:23.350Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1618 | 2024-06-26T20:57:23.417Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1619 | 2024-06-26T20:57:23.444Z | Created new build target 'test' and set it as active |
| 1620 | 2024-06-26T20:57:23.444Z | |
| 1621 | 2024-06-26T20:57:23.444Z | real 3:55.369563352 |
| 1622 | 2024-06-26T20:57:23.444Z | user 25:42.763126691 |
| 1623 | 2024-06-26T20:57:23.444Z | sys 3:28.904796722 |
| 1624 | 2024-06-26T20:57:23.444Z | trap 0.966659643 |
| 1625 | 2024-06-26T20:57:23.444Z | tflt 0.938015438 |
| 1626 | 2024-06-26T20:57:23.444Z | dflt 0.691035974 |
| 1627 | 2024-06-26T20:57:23.444Z | kflt 0.000950426 |
| 1628 | 2024-06-26T20:57:23.444Z | lock 52:57.303761114 |
| 1629 | 2024-06-26T20:57:23.444Z | slp 1:11:36.067698689 |
| 1630 | 2024-06-26T20:57:23.444Z | lat 1:52.175066410 |
| 1631 | 2024-06-26T20:57:23.444Z | stop 2:59.339769770 |
| 1632 | 2024-06-26T20:57:23.444Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1633 | 2024-06-26T20:57:24.708Z | Finished `release` profile [optimized] target(s) in 1.21s |
| 1634 | 2024-06-26T20:57:24.753Z | Running `target/release/omicron-package -t test package` |
| 1635 | 2024-06-26T20:57:24.803Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1636 | 2024-06-26T20:57:26.292Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1637 | 2024-06-26T20:57:26.320Z | Compiling humantime v2.1.0 |
| 1638 | 2024-06-26T20:57:26.344Z | Compiling newline-converter v0.3.0 |
| 1639 | 2024-06-26T20:57:26.344Z | Compiling derive-where v1.2.7 |
| 1640 | 2024-06-26T20:57:26.344Z | Compiling dirs-sys-next v0.1.2 |
| 1641 | 2024-06-26T20:57:26.368Z | Compiling prettyplease v0.2.20 |
| 1642 | 2024-06-26T20:57:26.396Z | Compiling convert_case v0.4.0 |
| 1643 | 2024-06-26T20:57:26.421Z | Compiling camino v1.1.7 |
| 1644 | 2024-06-26T20:57:26.532Z | Compiling expectorate v1.1.0 |
| 1645 | 2024-06-26T20:57:26.557Z | Compiling dirs-next v2.0.0 |
| 1646 | 2024-06-26T20:57:26.635Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1647 | 2024-06-26T20:57:26.705Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1648 | 2024-06-26T20:57:26.729Z | Compiling term v0.7.0 |
| 1649 | 2024-06-26T20:57:26.798Z | Compiling password-hash v0.5.0 |
| 1650 | 2024-06-26T20:57:27.073Z | Compiling blake2 v0.10.6 |
| 1651 | 2024-06-26T20:57:27.097Z | Compiling derive_more v0.99.17 |
| 1652 | 2024-06-26T20:57:27.239Z | Compiling is-terminal v0.4.12 |
| 1653 | 2024-06-26T20:57:27.355Z | Compiling toml v0.8.13 |
| 1654 | 2024-06-26T20:57:27.873Z | Compiling argon2 v0.5.3 |
| 1655 | 2024-06-26T20:57:28.016Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1656 | 2024-06-26T20:57:28.386Z | Compiling semver v0.1.20 |
| 1657 | 2024-06-26T20:57:28.736Z | Compiling rustc_version v0.1.7 |
| 1658 | 2024-06-26T20:57:28.767Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1659 | 2024-06-26T20:57:28.908Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1660 | 2024-06-26T20:57:29.123Z | Compiling linked-hash-map v0.5.6 |
| 1661 | 2024-06-26T20:57:29.148Z | Compiling newtype_derive v0.1.6 |
| 1662 | 2024-06-26T20:57:29.172Z | Compiling rustls-pki-types v1.7.0 |
| 1663 | 2024-06-26T20:57:29.489Z | Compiling lru-cache v0.1.2 |
| 1664 | 2024-06-26T20:57:29.617Z | Compiling rustls-webpki v0.102.4 |
| 1665 | 2024-06-26T20:57:29.701Z | Compiling rustls v0.22.4 |
| 1666 | 2024-06-26T20:57:29.726Z | Compiling thread_local v1.1.8 |
| 1667 | 2024-06-26T20:57:29.912Z | Compiling home v0.5.9 |
| 1668 | 2024-06-26T20:57:29.947Z | Compiling match_cfg v0.1.0 |
| 1669 | 2024-06-26T20:57:30.043Z | Compiling hostname v0.3.1 |
| 1670 | 2024-06-26T20:57:30.138Z | Compiling steno v0.4.0 |
| 1671 | 2024-06-26T20:57:30.188Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1672 | 2024-06-26T20:57:30.252Z | Compiling multer v3.1.0 |
| 1673 | 2024-06-26T20:57:30.318Z | Compiling slog-async v2.8.0 |
| 1674 | 2024-06-26T20:57:30.384Z | Compiling slog-json v2.6.1 |
| 1675 | 2024-06-26T20:57:31.275Z | Compiling crossbeam-channel v0.5.12 |
| 1676 | 2024-06-26T20:57:31.616Z | Compiling http v1.1.0 |
| 1677 | 2024-06-26T20:57:32.193Z | Compiling slog-dtrace v0.3.0 |
| 1678 | 2024-06-26T20:57:32.317Z | Compiling termcolor v1.4.1 |
| 1679 | 2024-06-26T20:57:32.463Z | Compiling atomic-waker v1.1.2 |
| 1680 | 2024-06-26T20:57:32.637Z | Compiling take_mut v0.2.2 |
| 1681 | 2024-06-26T20:57:32.786Z | Compiling base64 v0.22.1 |
| 1682 | 2024-06-26T20:57:33.270Z | Compiling rustls-pemfile v2.1.2 |
| 1683 | 2024-06-26T20:57:33.660Z | Compiling waitgroup v0.1.2 |
| 1684 | 2024-06-26T20:57:33.775Z | Compiling slog-bunyan v2.5.0 |
| 1685 | 2024-06-26T20:57:33.854Z | Compiling slog-term v2.9.1 |
| 1686 | 2024-06-26T20:57:33.953Z | Compiling async-stream v0.3.5 |
| 1687 | 2024-06-26T20:57:33.977Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1688 | 2024-06-26T20:57:34.044Z | Compiling sha1 v0.10.6 |
| 1689 | 2024-06-26T20:57:34.217Z | Compiling newtype-uuid v1.1.0 |
| 1690 | 2024-06-26T20:57:34.389Z | Compiling serde_path_to_error v0.1.16 |
| 1691 | 2024-06-26T20:57:34.389Z | Compiling hostname v0.4.0 |
| 1692 | 2024-06-26T20:57:34.481Z | Compiling tokio-rustls v0.25.0 |
| 1693 | 2024-06-26T20:57:34.607Z | Compiling instant v0.1.12 |
| 1694 | 2024-06-26T20:57:34.739Z | Compiling debug-ignore v1.0.5 |
| 1695 | 2024-06-26T20:57:34.830Z | Compiling backoff v0.4.0 |
| 1696 | 2024-06-26T20:57:34.855Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1697 | 2024-06-26T20:57:35.146Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
| 1698 | 2024-06-26T20:57:35.170Z | Compiling parse-display v0.9.0 |
| 1699 | 2024-06-26T20:57:35.649Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1700 | 2024-06-26T20:57:35.811Z | Compiling serde_with v3.8.1 |
| 1701 | 2024-06-26T20:57:36.209Z | Compiling strum v0.26.2 |
| 1702 | 2024-06-26T20:57:36.368Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1703 | 2024-06-26T20:57:37.216Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1704 | 2024-06-26T20:57:37.774Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1705 | 2024-06-26T20:57:37.920Z | Compiling num-rational v0.4.2 |
| 1706 | 2024-06-26T20:57:38.500Z | Compiling num-complex v0.4.6 |
| 1707 | 2024-06-26T20:57:38.639Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1708 | 2024-06-26T20:57:39.082Z | Compiling macaddr v1.0.1 |
| 1709 | 2024-06-26T20:57:39.242Z | Compiling quick-error v1.2.3 |
| 1710 | 2024-06-26T20:57:39.373Z | Compiling resolv-conf v0.7.0 |
| 1711 | 2024-06-26T20:57:39.397Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1712 | 2024-06-26T20:57:39.451Z | Compiling num v0.4.3 |
| 1713 | 2024-06-26T20:57:41.162Z | Compiling radium v0.7.0 |
| 1714 | 2024-06-26T20:57:41.528Z | Compiling float-ord v0.3.2 |
| 1715 | 2024-06-26T20:57:41.639Z | Compiling swrite v0.1.0 |
| 1716 | 2024-06-26T20:57:41.686Z | Compiling utf-8 v0.7.6 |
| 1717 | 2024-06-26T20:57:41.778Z | Compiling trust-dns-resolver v0.22.0 |
| 1718 | 2024-06-26T20:57:41.831Z | Compiling tap v1.0.1 |
| 1719 | 2024-06-26T20:57:42.001Z | Compiling maybe-uninit v2.0.0 |
| 1720 | 2024-06-26T20:57:42.152Z | Compiling wyz v0.5.1 |
| 1721 | 2024-06-26T20:57:42.545Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1722 | 2024-06-26T20:57:42.908Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 1723 | 2024-06-26T20:57:47.500Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1724 | 2024-06-26T20:57:48.822Z | Compiling packed_struct v0.10.1 |
| 1725 | 2024-06-26T20:57:49.161Z | Compiling funty v2.0.0 |
| 1726 | 2024-06-26T20:57:51.237Z | Compiling display-error-chain v0.2.0 |
| 1727 | 2024-06-26T20:57:51.386Z | Compiling num-bigint-dig v0.8.4 |
| 1728 | 2024-06-26T20:57:51.455Z | Compiling crc-catalog v2.4.0 |
| 1729 | 2024-06-26T20:57:51.592Z | Compiling crc v3.2.1 |
| 1730 | 2024-06-26T20:57:51.663Z | Compiling bitvec v1.0.1 |
| 1731 | 2024-06-26T20:57:55.456Z | Compiling packed_struct_codegen v0.10.1 |
| 1732 | 2024-06-26T20:57:56.900Z | Compiling indexmap v1.9.3 |
| 1733 | 2024-06-26T20:57:56.960Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 1734 | 2024-06-26T20:57:57.164Z | Compiling crunchy v0.2.2 |
| 1735 | 2024-06-26T20:57:57.544Z | Compiling nodrop v0.1.14 |
| 1736 | 2024-06-26T20:57:57.638Z | Compiling glob v0.3.1 |
| 1737 | 2024-06-26T20:57:58.331Z | Compiling clang-sys v1.7.0 |
| 1738 | 2024-06-26T20:57:59.034Z | Compiling array-init v0.0.4 |
| 1739 | 2024-06-26T20:57:59.922Z | Compiling smallvec v0.6.14 |
| 1740 | 2024-06-26T20:58:00.402Z | Compiling pkcs1 v0.7.5 |
| 1741 | 2024-06-26T20:58:00.639Z | Compiling signature v2.2.0 |
| 1742 | 2024-06-26T20:58:00.915Z | Compiling nibble_vec v0.1.0 |
| 1743 | 2024-06-26T20:58:01.158Z | Compiling bitfield v0.14.0 |
| 1744 | 2024-06-26T20:58:01.377Z | Compiling endian-type v0.1.2 |
| 1745 | 2024-06-26T20:58:01.414Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1746 | 2024-06-26T20:58:01.438Z | Compiling cancel-safe-futures v0.1.5 |
| 1747 | 2024-06-26T20:58:01.601Z | Compiling maplit v1.0.2 |
| 1748 | 2024-06-26T20:58:01.717Z | Compiling hashbrown v0.12.3 |
| 1749 | 2024-06-26T20:58:01.742Z | Compiling tiny-keccak v2.0.2 |
| 1750 | 2024-06-26T20:58:01.823Z | Compiling radix_trie v0.2.1 |
| 1751 | 2024-06-26T20:58:01.997Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1752 | 2024-06-26T20:58:02.626Z | Compiling rsa v0.9.6 |
| 1753 | 2024-06-26T20:58:03.612Z | Compiling serde-hex v0.1.0 |
| 1754 | 2024-06-26T20:58:03.801Z | Compiling bzip2 v0.4.4 |
| 1755 | 2024-06-26T20:58:04.319Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1756 | 2024-06-26T20:58:04.614Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1757 | 2024-06-26T20:58:05.032Z | Compiling env_logger v0.10.2 |
| 1758 | 2024-06-26T20:58:07.222Z | Compiling x509-cert v0.2.5 |
| 1759 | 2024-06-26T20:58:07.710Z | Compiling ron v0.8.1 |
| 1760 | 2024-06-26T20:58:07.820Z | Compiling hashbrown v0.13.2 |
| 1761 | 2024-06-26T20:58:08.432Z | Compiling crc-any v2.5.0 |
| 1762 | 2024-06-26T20:58:08.999Z | Compiling object v0.30.4 |
| 1763 | 2024-06-26T20:58:09.231Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1764 | 2024-06-26T20:58:11.061Z | Compiling zip v0.6.6 |
| 1765 | 2024-06-26T20:58:12.832Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1766 | 2024-06-26T20:58:14.119Z | Compiling rayon-core v1.12.1 |
| 1767 | 2024-06-26T20:58:14.149Z | Compiling ascii-canvas v3.0.0 |
| 1768 | 2024-06-26T20:58:14.566Z | Compiling crossbeam-deque v0.8.5 |
| 1769 | 2024-06-26T20:58:14.875Z | Compiling ena v0.14.3 |
| 1770 | 2024-06-26T20:58:15.231Z | Compiling half v2.4.1 |
| 1771 | 2024-06-26T20:58:15.833Z | Compiling libloading v0.8.3 |
| 1772 | 2024-06-26T20:58:16.190Z | Compiling fastrand v2.1.0 |
| 1773 | 2024-06-26T20:58:16.223Z | Compiling regex-syntax v0.6.29 |
| 1774 | 2024-06-26T20:58:16.623Z | Compiling diff v0.1.13 |
| 1775 | 2024-06-26T20:58:17.024Z | Compiling same-file v1.0.6 |
| 1776 | 2024-06-26T20:58:17.104Z | Compiling path-slash v0.1.5 |
| 1777 | 2024-06-26T20:58:17.230Z | Compiling bindgen v0.69.4 |
| 1778 | 2024-06-26T20:58:17.334Z | Compiling arc-swap v1.7.1 |
| 1779 | 2024-06-26T20:58:17.602Z | Compiling ciborium-io v0.2.2 |
| 1780 | 2024-06-26T20:58:17.722Z | Compiling ciborium-ll v0.2.2 |
| 1781 | 2024-06-26T20:58:17.989Z | Compiling slog-scope v4.4.0 |
| 1782 | 2024-06-26T20:58:18.185Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1783 | 2024-06-26T20:58:18.804Z | Compiling lalrpop v0.19.12 |
| 1784 | 2024-06-26T20:58:20.146Z | Compiling walkdir v2.5.0 |
| 1785 | 2024-06-26T20:58:20.686Z | Compiling tempfile v3.10.1 |
| 1786 | 2024-06-26T20:58:22.005Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1787 | 2024-06-26T20:58:22.730Z | Compiling which v4.4.2 |
| 1788 | 2024-06-26T20:58:22.985Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1789 | 2024-06-26T20:58:23.187Z | Compiling cexpr v0.6.0 |
| 1790 | 2024-06-26T20:58:23.213Z | Compiling fxhash v0.2.1 |
| 1791 | 2024-06-26T20:58:23.411Z | Compiling rustc-hash v1.1.0 |
| 1792 | 2024-06-26T20:58:23.561Z | Compiling shlex v1.3.0 |
| 1793 | 2024-06-26T20:58:23.941Z | Compiling lazycell v1.3.0 |
| 1794 | 2024-06-26T20:58:24.107Z | Compiling ref-cast v1.0.23 |
| 1795 | 2024-06-26T20:58:24.653Z | Compiling blake3 v1.5.1 |
| 1796 | 2024-06-26T20:58:25.068Z | Compiling ring v0.16.20 |
| 1797 | 2024-06-26T20:58:26.944Z | Compiling rayon v1.10.0 |
| 1798 | 2024-06-26T20:58:27.399Z | Compiling slog-stdlog v4.1.1 |
| 1799 | 2024-06-26T20:58:28.150Z | Compiling ciborium v0.2.2 |
| 1800 | 2024-06-26T20:58:30.029Z | Compiling tungstenite v0.21.0 |
| 1801 | 2024-06-26T20:58:30.064Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1802 | 2024-06-26T20:58:30.299Z | Compiling derive_builder_core v0.20.0 |
| 1803 | 2024-06-26T20:58:31.022Z | Compiling headers-core v0.2.0 |
| 1804 | 2024-06-26T20:58:31.187Z | Compiling xattr v1.3.1 |
| 1805 | 2024-06-26T20:58:31.432Z | Compiling libxml v0.3.3 |
| 1806 | 2024-06-26T20:58:31.555Z | Compiling ref-cast-impl v1.0.23 |
| 1807 | 2024-06-26T20:58:31.742Z | Compiling filetime v0.2.23 |
| 1808 | 2024-06-26T20:58:32.020Z | Compiling atty v0.2.14 |
| 1809 | 2024-06-26T20:58:32.169Z | Compiling memmap2 v0.9.4 |
| 1810 | 2024-06-26T20:58:32.299Z | Compiling constant_time_eq v0.3.0 |
| 1811 | 2024-06-26T20:58:32.442Z | Compiling arrayref v0.3.7 |
| 1812 | 2024-06-26T20:58:32.509Z | Compiling arrayvec v0.7.4 |
| 1813 | 2024-06-26T20:58:32.546Z | Compiling untrusted v0.7.1 |
| 1814 | 2024-06-26T20:58:32.724Z | Compiling derive_builder_macro v0.20.0 |
| 1815 | 2024-06-26T20:58:33.477Z | Compiling tar v0.4.40 |
| 1816 | 2024-06-26T20:58:34.136Z | Compiling headers v0.3.9 |
| 1817 | 2024-06-26T20:58:34.454Z | Compiling tokio-tungstenite v0.21.0 |
| 1818 | 2024-06-26T20:58:34.994Z | Compiling slog-envlogger v2.2.0 |
| 1819 | 2024-06-26T20:58:35.068Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1820 | 2024-06-26T20:58:35.609Z | Compiling camino-tempfile v1.1.1 |
| 1821 | 2024-06-26T20:58:35.995Z | Compiling toolchain_find v0.4.0 |
| 1822 | 2024-06-26T20:58:36.022Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 1823 | 2024-06-26T20:58:36.286Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1824 | 2024-06-26T20:58:36.432Z | Compiling pem v3.0.4 |
| 1825 | 2024-06-26T20:58:36.524Z | Compiling libsw v3.3.1 |
| 1826 | 2024-06-26T20:58:36.654Z | Compiling samael v0.0.15 |
| 1827 | 2024-06-26T20:58:36.834Z | Compiling strum_macros v0.24.3 |
| 1828 | 2024-06-26T20:58:37.157Z | Compiling async-recursion v1.1.1 |
| 1829 | 2024-06-26T20:58:37.516Z | Compiling cookie v0.18.1 |
| 1830 | 2024-06-26T20:58:37.688Z | Compiling owo-colors v4.0.0 |
| 1831 | 2024-06-26T20:58:37.728Z | Compiling linear-map v1.2.0 |
| 1832 | 2024-06-26T20:58:37.754Z | Compiling topological-sort v0.2.2 |
| 1833 | 2024-06-26T20:58:37.955Z | Compiling indoc v1.0.9 |
| 1834 | 2024-06-26T20:58:38.109Z | Compiling omicron-zone-package v0.11.0 |
| 1835 | 2024-06-26T20:58:38.881Z | Compiling rustfmt-wrapper v0.2.1 |
| 1836 | 2024-06-26T20:58:39.368Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1837 | 2024-06-26T20:58:39.996Z | Compiling derive_builder v0.20.0 |
| 1838 | 2024-06-26T20:58:40.170Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1839 | 2024-06-26T20:58:40.741Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 1840 | 2024-06-26T20:58:40.991Z | Compiling quick-xml v0.31.0 |
| 1841 | 2024-06-26T20:58:41.393Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1842 | 2024-06-26T20:58:42.083Z | Compiling polar-core v0.27.3 |
| 1843 | 2024-06-26T20:58:42.921Z | Compiling oso-derive v0.27.3 |
| 1844 | 2024-06-26T20:58:43.800Z | Compiling vte_generate_state_changes v0.1.1 |
| 1845 | 2024-06-26T20:58:44.114Z | Compiling unicase v2.7.0 |
| 1846 | 2024-06-26T20:58:44.341Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 1847 | 2024-06-26T20:58:44.383Z | Compiling buf-list v1.0.3 |
| 1848 | 2024-06-26T20:58:44.597Z | Compiling cfg_aliases v0.1.1 |
| 1849 | 2024-06-26T20:58:44.702Z | Compiling nix v0.28.0 |
| 1850 | 2024-06-26T20:58:45.070Z | Compiling vte v0.11.1 |
| 1851 | 2024-06-26T20:58:45.373Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1852 | 2024-06-26T20:58:46.181Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 1853 | 2024-06-26T20:58:47.519Z | Compiling tungstenite v0.20.1 |
| 1854 | 2024-06-26T20:58:48.403Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1855 | 2024-06-26T20:58:48.662Z | Compiling fd-lock v4.0.2 |
| 1856 | 2024-06-26T20:58:48.887Z | Compiling bb8 v0.8.3 |
| 1857 | 2024-06-26T20:58:49.157Z | Compiling const_format_proc_macros v0.2.32 |
| 1858 | 2024-06-26T20:58:49.348Z | Compiling pin-project-internal v1.1.5 |
| 1859 | 2024-06-26T20:58:50.784Z | Compiling memoffset v0.9.1 |
| 1860 | 2024-06-26T20:58:51.043Z | Compiling parking_lot_core v0.8.6 |
| 1861 | 2024-06-26T20:58:51.378Z | Compiling bytecount v0.6.8 |
| 1862 | 2024-06-26T20:58:51.640Z | Compiling papergrid v0.11.0 |
| 1863 | 2024-06-26T20:58:51.721Z | Compiling pin-project v1.1.5 |
| 1864 | 2024-06-26T20:58:52.010Z | Compiling const_format v0.2.32 |
| 1865 | 2024-06-26T20:58:52.045Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1866 | 2024-06-26T20:58:52.638Z | Compiling tokio-tungstenite v0.20.1 |
| 1867 | 2024-06-26T20:58:53.101Z | Compiling strip-ansi-escapes v0.2.0 |
| 1868 | 2024-06-26T20:58:53.792Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1869 | 2024-06-26T20:58:54.338Z | Compiling tabled_derive v0.7.0 |
| 1870 | 2024-06-26T20:58:56.469Z | Compiling snafu-derive v0.8.2 |
| 1871 | 2024-06-26T20:58:56.494Z | Compiling nu-ansi-term v0.50.0 |
| 1872 | 2024-06-26T20:58:57.594Z | Compiling reedline v0.31.0 |
| 1873 | 2024-06-26T20:59:00.765Z | Compiling snafu v0.8.2 |
| 1874 | 2024-06-26T20:59:01.894Z | Compiling tabled v0.15.0 |
| 1875 | 2024-06-26T20:59:07.126Z | Compiling oso v0.27.3 |
| 1876 | 2024-06-26T20:59:18.151Z | Compiling env_logger v0.9.3 |
| 1877 | 2024-06-26T20:59:19.234Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1878 | 2024-06-26T20:59:22.090Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1879 | 2024-06-26T20:59:22.222Z | Compiling globset v0.4.14 |
| 1880 | 2024-06-26T20:59:22.548Z | Compiling olpc-cjson v0.1.3 |
| 1881 | 2024-06-26T20:59:22.866Z | Compiling peg-macros v0.8.3 |
| 1882 | 2024-06-26T20:59:23.082Z | Compiling bitstruct_derive v0.1.0 |
| 1883 | 2024-06-26T20:59:24.212Z | Compiling serde_plain v1.0.2 |
| 1884 | 2024-06-26T20:59:24.678Z | Compiling sqlparser_derive v0.2.2 |
| 1885 | 2024-06-26T20:59:25.601Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1886 | 2024-06-26T20:59:25.626Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1887 | 2024-06-26T20:59:25.652Z | Compiling signature v1.6.4 |
| 1888 | 2024-06-26T20:59:25.730Z | Compiling typed-path v0.7.1 |
| 1889 | 2024-06-26T20:59:25.794Z | Compiling ascii v1.1.0 |
| 1890 | 2024-06-26T20:59:25.940Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1891 | 2024-06-26T20:59:26.209Z | Compiling salty v0.2.0 |
| 1892 | 2024-06-26T20:59:26.401Z | Compiling unicode_categories v0.1.1 |
| 1893 | 2024-06-26T20:59:26.588Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1894 | 2024-06-26T20:59:26.696Z | Compiling sqlformat v0.2.3 |
| 1895 | 2024-06-26T20:59:26.742Z | Compiling rustyline v14.0.0 |
| 1896 | 2024-06-26T20:59:28.555Z | Compiling tough v0.17.1 |
| 1897 | 2024-06-26T20:59:28.724Z | Compiling ed25519 v1.5.3 |
| 1898 | 2024-06-26T20:59:29.029Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1899 | 2024-06-26T20:59:29.309Z | Compiling peg v0.8.3 |
| 1900 | 2024-06-26T20:59:29.353Z | Compiling sqlparser v0.45.0 |
| 1901 | 2024-06-26T20:59:29.423Z | Compiling bitstruct v0.1.1 |
| 1902 | 2024-06-26T20:59:29.557Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1903 | 2024-06-26T20:59:30.349Z | Compiling parking_lot v0.11.2 |
| 1904 | 2024-06-26T20:59:31.474Z | Compiling nix v0.27.1 |
| 1905 | 2024-06-26T20:59:32.117Z | Compiling trust-dns-client v0.22.0 |
| 1906 | 2024-06-26T20:59:34.005Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1907 | 2024-06-26T20:59:34.300Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
| 1908 | 2024-06-26T20:59:35.598Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1909 | 2024-06-26T20:59:36.583Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1910 | 2024-06-26T20:59:36.846Z | Compiling curve25519-dalek v4.1.3 |
| 1911 | 2024-06-26T20:59:37.195Z | Compiling kstat-rs v0.2.4 |
| 1912 | 2024-06-26T20:59:38.035Z | Compiling bcs v0.1.6 |
| 1913 | 2024-06-26T20:59:38.457Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1914 | 2024-06-26T20:59:38.513Z | Compiling toml v0.5.11 |
| 1915 | 2024-06-26T20:59:39.142Z | Compiling serde_arrays v0.1.0 |
| 1916 | 2024-06-26T20:59:40.140Z | Compiling erased-serde v0.3.31 |
| 1917 | 2024-06-26T20:59:41.000Z | Compiling serde-big-array v0.5.1 |
| 1918 | 2024-06-26T20:59:41.245Z | Compiling keccak v0.1.5 |
| 1919 | 2024-06-26T20:59:41.562Z | Compiling parse-size v1.0.0 |
| 1920 | 2024-06-26T20:59:41.815Z | Compiling highway v1.1.0 |
| 1921 | 2024-06-26T20:59:41.978Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1922 | 2024-06-26T20:59:46.453Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1923 | 2024-06-26T20:59:58.668Z | Compiling sha3 v0.10.8 |
| 1924 | 2024-06-26T20:59:59.552Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1925 | 2024-06-26T21:00:04.572Z | Compiling trust-dns-server v0.22.1 |
| 1926 | 2024-06-26T21:00:07.892Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1927 | 2024-06-26T21:00:08.328Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1928 | 2024-06-26T21:00:14.785Z | Compiling sled v0.34.7 |
| 1929 | 2024-06-26T21:00:16.779Z | Compiling mime_guess v2.0.4 |
| 1930 | 2024-06-26T21:00:21.523Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1931 | 2024-06-26T21:00:22.099Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 1932 | 2024-06-26T21:00:22.367Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
| 1933 | 2024-06-26T21:00:23.678Z | Compiling signal-hook-tokio v0.3.1 |
| 1934 | 2024-06-26T21:00:23.924Z | Compiling universal-hash v0.5.1 |
| 1935 | 2024-06-26T21:00:24.127Z | Compiling heck v0.3.3 |
| 1936 | 2024-06-26T21:00:24.487Z | Compiling secrecy v0.8.0 |
| 1937 | 2024-06-26T21:00:24.728Z | Compiling castaway v0.2.2 |
| 1938 | 2024-06-26T21:00:24.912Z | Compiling rand_seeder v0.2.3 |
| 1939 | 2024-06-26T21:00:25.282Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1940 | 2024-06-26T21:00:27.552Z | Compiling serde-big-array v0.4.1 |
| 1941 | 2024-06-26T21:00:27.734Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1942 | 2024-06-26T21:00:28.905Z | Compiling nanorand v0.7.0 |
| 1943 | 2024-06-26T21:00:29.565Z | Compiling opaque-debug v0.3.1 |
| 1944 | 2024-06-26T21:00:29.663Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1945 | 2024-06-26T21:00:29.931Z | Compiling poly1305 v0.8.0 |
| 1946 | 2024-06-26T21:00:31.207Z | Compiling flume v0.11.0 |
| 1947 | 2024-06-26T21:00:34.272Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1948 | 2024-06-26T21:00:35.420Z | Compiling thiserror-no-std v2.0.2 |
| 1949 | 2024-06-26T21:00:35.541Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 1950 | 2024-06-26T21:00:35.727Z | Compiling compact_str v0.7.1 |
| 1951 | 2024-06-26T21:00:37.041Z | Compiling zone_cfg_derive v0.1.2 |
| 1952 | 2024-06-26T21:00:38.161Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 1953 | 2024-06-26T21:00:38.207Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1954 | 2024-06-26T21:00:38.696Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1955 | 2024-06-26T21:00:43.965Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1956 | 2024-06-26T21:00:44.501Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 1957 | 2024-06-26T21:00:46.414Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1958 | 2024-06-26T21:00:49.895Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1959 | 2024-06-26T21:00:52.441Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 1960 | 2024-06-26T21:00:52.716Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1961 | 2024-06-26T21:00:52.946Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 1962 | 2024-06-26T21:00:53.188Z | Compiling chacha20 v0.9.1 |
| 1963 | 2024-06-26T21:00:53.610Z | Compiling aead v0.5.2 |
| 1964 | 2024-06-26T21:00:53.906Z | Compiling lru v0.12.3 |
| 1965 | 2024-06-26T21:00:54.219Z | Compiling stability v0.2.0 |
| 1966 | 2024-06-26T21:00:55.027Z | Compiling indoc v2.0.5 |
| 1967 | 2024-06-26T21:00:55.831Z | Compiling corncobs v0.1.3 |
| 1968 | 2024-06-26T21:00:56.151Z | Compiling base64 v0.13.1 |
| 1969 | 2024-06-26T21:00:56.841Z | Compiling cassowary v0.3.0 |
| 1970 | 2024-06-26T21:00:58.548Z | Compiling ratatui v0.26.2 |
| 1971 | 2024-06-26T21:01:00.132Z | Compiling ron v0.7.1 |
| 1972 | 2024-06-26T21:01:00.477Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1973 | 2024-06-26T21:01:00.509Z | Compiling chacha20poly1305 v0.10.1 |
| 1974 | 2024-06-26T21:01:00.782Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 1975 | 2024-06-26T21:01:01.128Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1976 | 2024-06-26T21:01:03.055Z | Compiling zone v0.1.8 |
| 1977 | 2024-06-26T21:01:04.819Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 1978 | 2024-06-26T21:01:05.809Z | Compiling vsss-rs v3.3.4 |
| 1979 | 2024-06-26T21:01:09.608Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1980 | 2024-06-26T21:01:10.228Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 1981 | 2024-06-26T21:01:12.517Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 1982 | 2024-06-26T21:01:12.722Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1983 | 2024-06-26T21:01:13.813Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 1984 | 2024-06-26T21:01:14.040Z | Compiling portpicker v0.1.1 |
| 1985 | 2024-06-26T21:01:14.318Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 1986 | 2024-06-26T21:01:14.476Z | Compiling csv-core v0.1.11 |
| 1987 | 2024-06-26T21:01:15.258Z | Compiling http-range v0.1.5 |
| 1988 | 2024-06-26T21:01:15.848Z | Compiling smawk v0.3.2 |
| 1989 | 2024-06-26T21:01:16.230Z | Compiling unicode-linebreak v0.1.5 |
| 1990 | 2024-06-26T21:01:16.668Z | Compiling textwrap v0.16.1 |
| 1991 | 2024-06-26T21:01:17.755Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1992 | 2024-06-26T21:01:17.881Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1993 | 2024-06-26T21:01:19.945Z | Compiling hyper-staticfile v0.9.5 |
| 1994 | 2024-06-26T21:01:20.485Z | Compiling csv v1.3.0 |
| 1995 | 2024-06-26T21:01:22.250Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 1996 | 2024-06-26T21:01:27.021Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 1997 | 2024-06-26T21:01:29.176Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 1998 | 2024-06-26T21:01:30.962Z | Compiling rcgen v0.12.1 |
| 1999 | 2024-06-26T21:01:31.655Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2000 | 2024-06-26T21:01:32.039Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2001 | 2024-06-26T21:01:32.291Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
| 2002 | 2024-06-26T21:01:38.118Z | Compiling atomicwrites v0.4.3 |
| 2003 | 2024-06-26T21:01:38.559Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2004 | 2024-06-26T21:01:39.372Z | Compiling fatfs v0.3.6 |
| 2005 | 2024-06-26T21:01:39.458Z | Compiling subprocess v0.2.9 |
| 2006 | 2024-06-26T21:01:39.742Z | Compiling rtoolbox v0.0.2 |
| 2007 | 2024-06-26T21:01:40.152Z | Compiling is_ci v1.2.0 |
| 2008 | 2024-06-26T21:01:40.444Z | Compiling assert_matches v1.5.0 |
| 2009 | 2024-06-26T21:01:40.768Z | Compiling supports-color v3.0.0 |
| 2010 | 2024-06-26T21:01:41.322Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2011 | 2024-06-26T21:01:41.819Z | Compiling rpassword v7.3.1 |
| 2012 | 2024-06-26T21:01:42.187Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2013 | 2024-06-26T21:01:42.219Z | Compiling tui-tree-widget v0.19.0 |
| 2014 | 2024-06-26T21:01:42.560Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2015 | 2024-06-26T21:01:47.366Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2016 | 2024-06-26T21:01:47.582Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2017 | 2024-06-26T21:01:47.824Z | Compiling shell-words v1.1.0 |
| 2018 | 2024-06-26T21:01:48.199Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2019 | 2024-06-26T21:01:48.568Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2020 | 2024-06-26T21:01:59.401Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2021 | 2024-06-26T21:02:11.387Z | Compiling multimap v0.10.0 |
| 2022 | 2024-06-26T21:02:11.728Z | Compiling uzers v0.11.3 |
| 2023 | 2024-06-26T21:02:14.184Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2024 | 2024-06-26T21:03:56.669Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2025 | 2024-06-26T21:04:17.372Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2026 | 2024-06-26T21:10:12.783Z | Finished `release` profile [optimized] target(s) in 12m 47s |
| 2027 | 2024-06-26T21:11:19.542Z | |
| 2028 | 2024-06-26T21:11:19.567Z | real 13:56.191428447 |
| 2029 | 2024-06-26T21:11:19.567Z | user 1:31:05.481902578 |
| 2030 | 2024-06-26T21:11:19.568Z | sys 5:11.259940770 |
| 2031 | 2024-06-26T21:11:19.568Z | trap 2.912481068 |
| 2032 | 2024-06-26T21:11:19.568Z | tflt 1.194937241 |
| 2033 | 2024-06-26T21:11:19.568Z | dflt 4.027942694 |
| 2034 | 2024-06-26T21:11:19.568Z | kflt 0.004090354 |
| 2035 | 2024-06-26T21:11:19.568Z | lock 5:39:56.742772757 |
| 2036 | 2024-06-26T21:11:19.568Z | slp 3:27:57.633411034 |
| 2037 | 2024-06-26T21:11:19.568Z | lat 2:18.413755846 |
| 2038 | 2024-06-26T21:11:19.568Z | stop 1:48.656253762 |
| 2039 | 2024-06-26T21:11:19.568Z | + mapfile -t packages |
| 2040 | 2024-06-26T21:11:19.568Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2041 | 2024-06-26T21:11:20.780Z | Finished `release` profile [optimized] target(s) in 1.17s |
| 2042 | 2024-06-26T21:11:20.824Z | Running `target/release/omicron-package -t test list-outputs` |
| 2043 | 2024-06-26T21:11:20.873Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2044 | 2024-06-26T21:11:20.898Z | + ptime -m cargo build --locked --release -p xtask |
| 2045 | 2024-06-26T21:11:21.722Z | Compiling serde v1.0.203 |
| 2046 | 2024-06-26T21:11:21.722Z | Compiling bitflags v2.5.0 |
| 2047 | 2024-06-26T21:11:21.747Z | Compiling syn v2.0.68 |
| 2048 | 2024-06-26T21:11:21.747Z | Compiling bytes v1.6.0 |
| 2049 | 2024-06-26T21:11:21.747Z | Compiling smallvec v1.13.2 |
| 2050 | 2024-06-26T21:11:21.747Z | Compiling scopeguard v1.2.0 |
| 2051 | 2024-06-26T21:11:21.774Z | Compiling hashbrown v0.14.5 |
| 2052 | 2024-06-26T21:11:21.942Z | Compiling lock_api v0.4.12 |
| 2053 | 2024-06-26T21:11:22.213Z | Compiling parking_lot_core v0.9.10 |
| 2054 | 2024-06-26T21:11:22.240Z | Compiling log v0.4.21 |
| 2055 | 2024-06-26T21:11:22.272Z | Compiling serde_json v1.0.118 |
| 2056 | 2024-06-26T21:11:22.296Z | Compiling mio v0.8.11 |
| 2057 | 2024-06-26T21:11:22.399Z | Compiling libc v0.2.155 |
| 2058 | 2024-06-26T21:11:22.565Z | Compiling parking_lot v0.12.2 |
| 2059 | 2024-06-26T21:11:22.987Z | Compiling generic-array v0.14.7 |
| 2060 | 2024-06-26T21:11:23.013Z | Compiling indexmap v2.2.6 |
| 2061 | 2024-06-26T21:11:23.051Z | Compiling slog v2.7.0 |
| 2062 | 2024-06-26T21:11:23.300Z | Compiling rustix v0.38.34 |
| 2063 | 2024-06-26T21:11:23.354Z | Compiling http v0.2.12 |
| 2064 | 2024-06-26T21:11:23.502Z | Compiling usdt-impl v0.5.0 |
| 2065 | 2024-06-26T21:11:23.751Z | Compiling syn v1.0.109 |
| 2066 | 2024-06-26T21:11:23.776Z | Compiling time-macros v0.2.18 |
| 2067 | 2024-06-26T21:11:24.079Z | Compiling thread-id v4.2.1 |
| 2068 | 2024-06-26T21:11:24.190Z | Compiling tracing v0.1.40 |
| 2069 | 2024-06-26T21:11:24.354Z | Compiling crossbeam-utils v0.8.19 |
| 2070 | 2024-06-26T21:11:24.802Z | Compiling http-body v0.4.6 |
| 2071 | 2024-06-26T21:11:25.296Z | Compiling unicode-normalization v0.1.23 |
| 2072 | 2024-06-26T21:11:25.320Z | Compiling unicode-bidi v0.3.15 |
| 2073 | 2024-06-26T21:11:25.545Z | Compiling crypto-common v0.1.6 |
| 2074 | 2024-06-26T21:11:25.747Z | Compiling block-buffer v0.10.4 |
| 2075 | 2024-06-26T21:11:26.325Z | Compiling time v0.3.36 |
| 2076 | 2024-06-26T21:11:26.391Z | Compiling idna v0.5.0 |
| 2077 | 2024-06-26T21:11:27.164Z | Compiling terminal_size v0.3.0 |
| 2078 | 2024-06-26T21:11:27.372Z | Compiling proc-macro-error v1.0.4 |
| 2079 | 2024-06-26T21:11:27.820Z | Compiling fs-err v2.11.0 |
| 2080 | 2024-06-26T21:11:27.908Z | Compiling anyhow v1.0.86 |
| 2081 | 2024-06-26T21:11:28.219Z | Compiling crossbeam-channel v0.5.12 |
| 2082 | 2024-06-26T21:11:28.537Z | Compiling clap_builder v4.5.2 |
| 2083 | 2024-06-26T21:11:28.874Z | Compiling url v2.5.0 |
| 2084 | 2024-06-26T21:11:28.991Z | Compiling digest v0.10.7 |
| 2085 | 2024-06-26T21:11:29.354Z | Compiling xattr v1.3.1 |
| 2086 | 2024-06-26T21:11:29.620Z | Compiling slog-async v2.8.0 |
| 2087 | 2024-06-26T21:11:29.645Z | Compiling sha2 v0.10.8 |
| 2088 | 2024-06-26T21:11:29.766Z | Compiling tabled_derive v0.7.0 |
| 2089 | 2024-06-26T21:11:31.423Z | Compiling serde_derive v1.0.203 |
| 2090 | 2024-06-26T21:11:31.762Z | Compiling thiserror-impl v1.0.60 |
| 2091 | 2024-06-26T21:11:31.916Z | Compiling zerocopy-derive v0.7.34 |
| 2092 | 2024-06-26T21:11:32.276Z | Compiling futures-macro v0.3.30 |
| 2093 | 2024-06-26T21:11:33.483Z | Compiling tokio-macros v2.2.0 |
| 2094 | 2024-06-26T21:11:33.776Z | Compiling scroll_derive v0.12.0 |
| 2095 | 2024-06-26T21:11:33.800Z | Compiling zerocopy v0.7.34 |
| 2096 | 2024-06-26T21:11:33.971Z | Compiling futures-util v0.3.30 |
| 2097 | 2024-06-26T21:11:34.261Z | Compiling thiserror v1.0.60 |
| 2098 | 2024-06-26T21:11:34.393Z | Compiling pest v2.7.10 |
| 2099 | 2024-06-26T21:11:34.790Z | Compiling tokio v1.37.0 |
| 2100 | 2024-06-26T21:11:35.109Z | Compiling openssl-macros v0.1.1 |
| 2101 | 2024-06-26T21:11:35.181Z | Compiling scroll v0.12.0 |
| 2102 | 2024-06-26T21:11:35.731Z | Compiling openssl v0.10.64 |
| 2103 | 2024-06-26T21:11:35.773Z | Compiling goblin v0.8.2 |
| 2104 | 2024-06-26T21:11:36.772Z | Compiling pest_meta v2.7.10 |
| 2105 | 2024-06-26T21:11:39.803Z | Compiling pest_generator v2.7.10 |
| 2106 | 2024-06-26T21:11:41.292Z | Compiling pest_derive v2.7.10 |
| 2107 | 2024-06-26T21:11:41.920Z | Compiling dtrace-parser v0.2.0 |
| 2108 | 2024-06-26T21:11:43.384Z | Compiling tokio-util v0.7.11 |
| 2109 | 2024-06-26T21:11:45.332Z | Compiling serde_tokenstream v0.2.0 |
| 2110 | 2024-06-26T21:11:45.791Z | Compiling h2 v0.3.26 |
| 2111 | 2024-06-26T21:11:47.325Z | Compiling dof v0.3.0 |
| 2112 | 2024-06-26T21:11:48.382Z | Compiling toml_datetime v0.6.6 |
| 2113 | 2024-06-26T21:11:48.948Z | Compiling serde_spanned v0.6.6 |
| 2114 | 2024-06-26T21:11:49.075Z | Compiling native-tls v0.2.11 |
| 2115 | 2024-06-26T21:11:49.985Z | Compiling hyper v0.14.28 |
| 2116 | 2024-06-26T21:11:50.051Z | Compiling tokio-native-tls v0.3.1 |
| 2117 | 2024-06-26T21:11:50.329Z | Compiling toml_edit v0.22.13 |
| 2118 | 2024-06-26T21:11:54.777Z | Compiling hyper-tls v0.5.0 |
| 2119 | 2024-06-26T21:11:55.155Z | Compiling toml v0.8.13 |
| 2120 | 2024-06-26T21:11:56.714Z | Compiling usdt-macro v0.5.0 |
| 2121 | 2024-06-26T21:11:57.051Z | Compiling usdt-attr-macro v0.5.0 |
| 2122 | 2024-06-26T21:11:57.747Z | Compiling slog-json v2.6.1 |
| 2123 | 2024-06-26T21:11:57.863Z | Compiling camino v1.1.7 |
| 2124 | 2024-06-26T21:11:58.220Z | Compiling serde_urlencoded v0.7.1 |
| 2125 | 2024-06-26T21:11:58.244Z | Compiling semver v1.0.23 |
| 2126 | 2024-06-26T21:11:58.748Z | Compiling cargo-platform v0.1.8 |
| 2127 | 2024-06-26T21:11:59.005Z | Compiling futures-executor v0.3.30 |
| 2128 | 2024-06-26T21:11:59.526Z | Compiling strum_macros v0.26.2 |
| 2129 | 2024-06-26T21:11:59.685Z | Compiling clap_derive v4.5.4 |
| 2130 | 2024-06-26T21:11:59.944Z | Compiling futures v0.3.30 |
| 2131 | 2024-06-26T21:12:00.158Z | Compiling cargo_metadata v0.18.1 |
| 2132 | 2024-06-26T21:12:00.240Z | Compiling reqwest v0.11.27 |
| 2133 | 2024-06-26T21:12:00.804Z | Compiling usdt v0.5.0 |
| 2134 | 2024-06-26T21:12:02.073Z | Compiling slog-bunyan v2.5.0 |
| 2135 | 2024-06-26T21:12:02.324Z | Compiling cargo_toml v0.20.3 |
| 2136 | 2024-06-26T21:12:03.240Z | Compiling strum v0.26.2 |
| 2137 | 2024-06-26T21:12:03.284Z | Compiling clap v4.5.4 |
| 2138 | 2024-06-26T21:12:03.315Z | Compiling macaddr v1.0.1 |
| 2139 | 2024-06-26T21:12:03.411Z | Compiling tabled v0.15.0 |
| 2140 | 2024-06-26T21:12:03.435Z | Compiling slog-term v2.9.1 |
| 2141 | 2024-06-26T21:12:03.846Z | Compiling tar v0.4.40 |
| 2142 | 2024-06-26T21:12:16.730Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2143 | 2024-06-26T21:12:34.308Z | Finished `release` profile [optimized] target(s) in 1m 13s |
| 2144 | 2024-06-26T21:12:34.407Z | |
| 2145 | 2024-06-26T21:12:34.407Z | real 1:13.503183610 |
| 2146 | 2024-06-26T21:12:34.407Z | user 7:24.597090876 |
| 2147 | 2024-06-26T21:12:34.407Z | sys 47.043297107 |
| 2148 | 2024-06-26T21:12:34.407Z | trap 0.244805733 |
| 2149 | 2024-06-26T21:12:34.407Z | tflt 0.232696941 |
| 2150 | 2024-06-26T21:12:34.407Z | dflt 0.388633704 |
| 2151 | 2024-06-26T21:12:34.407Z | kflt 0.000013356 |
| 2152 | 2024-06-26T21:12:34.407Z | lock 16:35.738874113 |
| 2153 | 2024-06-26T21:12:34.432Z | slp 18:23.886727657 |
| 2154 | 2024-06-26T21:12:34.432Z | lat 22.394454135 |
| 2155 | 2024-06-26T21:12:34.432Z | stop 23.005845003 |
| 2156 | 2024-06-26T21:12:34.432Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2157 | 2024-06-26T21:12:34.432Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2158 | 2024-06-26T21:12:34.432Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2159 | 2024-06-26T21:12:34.432Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2160 | 2024-06-26T21:12:34.432Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2161 | 2024-06-26T21:12:35.183Z | Downloading crates ... |
| 2162 | 2024-06-26T21:12:35.453Z | Downloaded cbc v0.1.2 |
| 2163 | 2024-06-26T21:12:35.477Z | Downloaded dirs v5.0.1 |
| 2164 | 2024-06-26T21:12:35.477Z | Downloaded russh-cryptovec v0.7.2 |
| 2165 | 2024-06-26T21:12:35.477Z | Downloaded rfc6979 v0.4.0 |
| 2166 | 2024-06-26T21:12:35.477Z | Downloaded russh-keys v0.43.0 |
| 2167 | 2024-06-26T21:12:35.477Z | Downloaded rand v0.7.3 |
| 2168 | 2024-06-26T21:12:35.501Z | Downloaded p521 v0.13.3 |
| 2169 | 2024-06-26T21:12:35.501Z | Downloaded aes-gcm v0.10.3 |
| 2170 | 2024-06-26T21:12:35.501Z | Downloaded password-hash v0.4.2 |
| 2171 | 2024-06-26T21:12:35.501Z | Downloaded ed25519-dalek v2.1.1 |
| 2172 | 2024-06-26T21:12:35.501Z | Downloaded russh v0.43.0 |
| 2173 | 2024-06-26T21:12:35.525Z | Downloaded rand_chacha v0.2.2 |
| 2174 | 2024-06-26T21:12:35.525Z | Downloaded pbkdf2 v0.11.0 |
| 2175 | 2024-06-26T21:12:35.525Z | Downloaded p256 v0.13.2 |
| 2176 | 2024-06-26T21:12:35.525Z | Downloaded internet-checksum v0.2.1 |
| 2177 | 2024-06-26T21:12:35.525Z | Downloaded hex-literal v0.4.1 |
| 2178 | 2024-06-26T21:12:35.526Z | Downloaded ghash v0.5.1 |
| 2179 | 2024-06-26T21:12:35.526Z | Downloaded getrandom v0.1.16 |
| 2180 | 2024-06-26T21:12:35.550Z | Downloaded ed25519 v2.2.3 |
| 2181 | 2024-06-26T21:12:35.550Z | Downloaded ecdsa v0.16.9 |
| 2182 | 2024-06-26T21:12:35.550Z | Downloaded dhcproto v0.11.0 |
| 2183 | 2024-06-26T21:12:35.550Z | Downloaded aes v0.8.4 |
| 2184 | 2024-06-26T21:12:35.550Z | Downloaded rand_core v0.5.1 |
| 2185 | 2024-06-26T21:12:35.550Z | Downloaded primeorder v0.13.6 |
| 2186 | 2024-06-26T21:12:35.550Z | Downloaded polyval v0.6.2 |
| 2187 | 2024-06-26T21:12:35.550Z | Downloaded pbkdf2 v0.12.2 |
| 2188 | 2024-06-26T21:12:35.574Z | Downloaded option-ext v0.2.0 |
| 2189 | 2024-06-26T21:12:35.574Z | Downloaded md5 v0.7.0 |
| 2190 | 2024-06-26T21:12:35.574Z | Downloaded dirs-sys v0.4.1 |
| 2191 | 2024-06-26T21:12:35.574Z | Downloaded dhcproto-macros v0.1.0 |
| 2192 | 2024-06-26T21:12:35.574Z | Downloaded ctr v0.9.2 |
| 2193 | 2024-06-26T21:12:35.574Z | Downloaded blowfish v0.9.1 |
| 2194 | 2024-06-26T21:12:35.574Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 2195 | 2024-06-26T21:12:35.765Z | Compiling serde v1.0.203 |
| 2196 | 2024-06-26T21:12:35.791Z | Compiling log v0.4.21 |
| 2197 | 2024-06-26T21:12:35.791Z | Compiling scopeguard v1.2.0 |
| 2198 | 2024-06-26T21:12:35.791Z | Compiling smallvec v1.13.2 |
| 2199 | 2024-06-26T21:12:35.839Z | Compiling syn v2.0.68 |
| 2200 | 2024-06-26T21:12:35.863Z | Compiling getrandom v0.2.14 |
| 2201 | 2024-06-26T21:12:35.863Z | Compiling generic-array v0.14.7 |
| 2202 | 2024-06-26T21:12:35.894Z | Compiling libm v0.2.8 |
| 2203 | 2024-06-26T21:12:35.967Z | Compiling lock_api v0.4.12 |
| 2204 | 2024-06-26T21:12:36.162Z | Compiling rand_core v0.6.4 |
| 2205 | 2024-06-26T21:12:36.200Z | Compiling parking_lot_core v0.9.10 |
| 2206 | 2024-06-26T21:12:36.247Z | Compiling num-traits v0.2.19 |
| 2207 | 2024-06-26T21:12:36.271Z | Compiling subtle v2.5.0 |
| 2208 | 2024-06-26T21:12:36.342Z | Compiling mio v0.8.11 |
| 2209 | 2024-06-26T21:12:36.409Z | Compiling ahash v0.8.11 |
| 2210 | 2024-06-26T21:12:36.602Z | Compiling parking_lot v0.12.2 |
| 2211 | 2024-06-26T21:12:36.663Z | Compiling serde_json v1.0.118 |
| 2212 | 2024-06-26T21:12:36.723Z | Compiling allocator-api2 v0.2.18 |
| 2213 | 2024-06-26T21:12:36.762Z | Compiling const-oid v0.9.6 |
| 2214 | 2024-06-26T21:12:36.818Z | Compiling iana-time-zone v0.1.60 |
| 2215 | 2024-06-26T21:12:36.979Z | Compiling syn v1.0.109 |
| 2216 | 2024-06-26T21:12:37.395Z | Compiling unicode-normalization v0.1.23 |
| 2217 | 2024-06-26T21:12:37.451Z | Compiling unicode-bidi v0.3.15 |
| 2218 | 2024-06-26T21:12:37.480Z | Compiling schemars v0.8.21 |
| 2219 | 2024-06-26T21:12:37.507Z | Compiling dyn-clone v1.0.17 |
| 2220 | 2024-06-26T21:12:37.715Z | Compiling spin v0.9.8 |
| 2221 | 2024-06-26T21:12:37.815Z | Compiling ppv-lite86 v0.2.17 |
| 2222 | 2024-06-26T21:12:38.063Z | Compiling time-macros v0.2.18 |
| 2223 | 2024-06-26T21:12:38.295Z | Compiling ring v0.17.8 |
| 2224 | 2024-06-26T21:12:38.320Z | Compiling aho-corasick v1.1.3 |
| 2225 | 2024-06-26T21:12:38.475Z | Compiling rand_chacha v0.3.1 |
| 2226 | 2024-06-26T21:12:38.820Z | Compiling regex-syntax v0.8.3 |
| 2227 | 2024-06-26T21:12:38.939Z | Compiling rand v0.8.5 |
| 2228 | 2024-06-26T21:12:40.359Z | Compiling idna v0.5.0 |
| 2229 | 2024-06-26T21:12:40.821Z | Compiling slog v2.7.0 |
| 2230 | 2024-06-26T21:12:40.971Z | Compiling time v0.3.36 |
| 2231 | 2024-06-26T21:12:41.333Z | Compiling url v2.5.0 |
| 2232 | 2024-06-26T21:12:41.673Z | Compiling regex-automata v0.4.6 |
| 2233 | 2024-06-26T21:12:41.848Z | Compiling spin v0.5.2 |
| 2234 | 2024-06-26T21:12:42.069Z | Compiling serde_derive_internals v0.29.1 |
| 2235 | 2024-06-26T21:12:42.950Z | Compiling untrusted v0.9.0 |
| 2236 | 2024-06-26T21:12:43.913Z | Compiling lazy_static v1.4.0 |
| 2237 | 2024-06-26T21:12:44.026Z | Compiling backtrace v0.3.71 |
| 2238 | 2024-06-26T21:12:44.432Z | Compiling gimli v0.28.1 |
| 2239 | 2024-06-26T21:12:44.474Z | Compiling object v0.32.2 |
| 2240 | 2024-06-26T21:12:44.499Z | Compiling rustc-demangle v0.1.24 |
| 2241 | 2024-06-26T21:12:45.371Z | Compiling anyhow v1.0.86 |
| 2242 | 2024-06-26T21:12:45.642Z | Compiling winnow v0.5.40 |
| 2243 | 2024-06-26T21:12:46.052Z | Compiling base64ct v1.6.0 |
| 2244 | 2024-06-26T21:12:46.587Z | Compiling regex v1.10.4 |
| 2245 | 2024-06-26T21:12:46.625Z | Compiling rustls v0.21.12 |
| 2246 | 2024-06-26T21:12:46.886Z | Compiling crossbeam-utils v0.8.19 |
| 2247 | 2024-06-26T21:12:47.530Z | Compiling rustls-webpki v0.101.7 |
| 2248 | 2024-06-26T21:12:47.639Z | Compiling sct v0.7.1 |
| 2249 | 2024-06-26T21:12:47.956Z | Compiling cookie v0.17.0 |
| 2250 | 2024-06-26T21:12:48.257Z | Compiling serde_derive v1.0.203 |
| 2251 | 2024-06-26T21:12:48.288Z | Compiling zeroize_derive v1.4.2 |
| 2252 | 2024-06-26T21:12:48.872Z | Compiling thiserror-impl v1.0.60 |
| 2253 | 2024-06-26T21:12:48.937Z | Compiling zerocopy-derive v0.7.34 |
| 2254 | 2024-06-26T21:12:49.253Z | Compiling tokio-macros v2.2.0 |
| 2255 | 2024-06-26T21:12:49.725Z | Compiling zeroize v1.7.0 |
| 2256 | 2024-06-26T21:12:49.908Z | Compiling futures-macro v0.3.30 |
| 2257 | 2024-06-26T21:12:50.841Z | Compiling schemars_derive v0.8.21 |
| 2258 | 2024-06-26T21:12:50.865Z | Compiling tracing-attributes v0.1.27 |
| 2259 | 2024-06-26T21:12:51.018Z | Compiling zerocopy v0.7.34 |
| 2260 | 2024-06-26T21:12:51.389Z | Compiling crypto-common v0.1.6 |
| 2261 | 2024-06-26T21:12:51.600Z | Compiling block-buffer v0.10.4 |
| 2262 | 2024-06-26T21:12:51.700Z | Compiling futures-util v0.3.30 |
| 2263 | 2024-06-26T21:12:51.789Z | Compiling thiserror v1.0.60 |
| 2264 | 2024-06-26T21:12:51.854Z | Compiling digest v0.10.7 |
| 2265 | 2024-06-26T21:12:51.927Z | Compiling async-trait v0.1.80 |
| 2266 | 2024-06-26T21:12:52.400Z | Compiling addr2line v0.21.0 |
| 2267 | 2024-06-26T21:12:52.838Z | Compiling hashbrown v0.14.5 |
| 2268 | 2024-06-26T21:12:53.030Z | Compiling openssl-macros v0.1.1 |
| 2269 | 2024-06-26T21:12:53.705Z | Compiling pest v2.7.10 |
| 2270 | 2024-06-26T21:12:54.131Z | Compiling tracing v0.1.40 |
| 2271 | 2024-06-26T21:12:54.482Z | Compiling idna v0.3.0 |
| 2272 | 2024-06-26T21:12:54.602Z | Compiling psl-types v2.0.11 |
| 2273 | 2024-06-26T21:12:54.873Z | Compiling data-encoding v2.6.0 |
| 2274 | 2024-06-26T21:12:55.503Z | Compiling publicsuffix v2.2.3 |
| 2275 | 2024-06-26T21:12:55.956Z | Compiling pest_meta v2.7.10 |
| 2276 | 2024-06-26T21:12:56.201Z | Compiling hmac v0.12.1 |
| 2277 | 2024-06-26T21:12:56.319Z | Compiling scroll_derive v0.12.0 |
| 2278 | 2024-06-26T21:12:56.423Z | Compiling bitflags v1.3.2 |
| 2279 | 2024-06-26T21:12:56.528Z | Compiling webpki-roots v0.25.4 |
| 2280 | 2024-06-26T21:12:56.678Z | Compiling futures-executor v0.3.30 |
| 2281 | 2024-06-26T21:12:56.784Z | Compiling block-padding v0.3.3 |
| 2282 | 2024-06-26T21:12:56.964Z | Compiling futures v0.3.30 |
| 2283 | 2024-06-26T21:12:57.013Z | Compiling pest_generator v2.7.10 |
| 2284 | 2024-06-26T21:12:57.082Z | Compiling der_derive v0.7.2 |
| 2285 | 2024-06-26T21:12:57.126Z | Compiling pem-rfc7468 v0.7.0 |
| 2286 | 2024-06-26T21:12:57.214Z | Compiling flagset v0.4.5 |
| 2287 | 2024-06-26T21:12:57.405Z | Compiling inout v0.1.3 |
| 2288 | 2024-06-26T21:12:57.589Z | Compiling scroll v0.12.0 |
| 2289 | 2024-06-26T21:12:57.666Z | Compiling cipher v0.4.4 |
| 2290 | 2024-06-26T21:12:57.818Z | Compiling sha2 v0.10.8 |
| 2291 | 2024-06-26T21:12:58.082Z | Compiling goblin v0.8.2 |
| 2292 | 2024-06-26T21:12:58.138Z | Compiling either v1.12.0 |
| 2293 | 2024-06-26T21:12:58.489Z | Compiling ff v0.13.0 |
| 2294 | 2024-06-26T21:12:58.688Z | Compiling base16ct v0.2.0 |
| 2295 | 2024-06-26T21:12:58.712Z | Compiling stable_deref_trait v1.2.0 |
| 2296 | 2024-06-26T21:12:58.810Z | Compiling group v0.13.0 |
| 2297 | 2024-06-26T21:12:59.013Z | Compiling hkdf v0.12.4 |
| 2298 | 2024-06-26T21:12:59.123Z | Compiling crossbeam-epoch v0.9.18 |
| 2299 | 2024-06-26T21:12:59.268Z | Compiling der v0.7.9 |
| 2300 | 2024-06-26T21:12:59.292Z | Compiling crypto-bigint v0.5.5 |
| 2301 | 2024-06-26T21:12:59.810Z | Compiling num-integer v0.1.46 |
| 2302 | 2024-06-26T21:13:00.493Z | Compiling bytes v1.6.0 |
| 2303 | 2024-06-26T21:13:00.551Z | Compiling indexmap v2.2.6 |
| 2304 | 2024-06-26T21:13:00.807Z | Compiling uuid v1.8.0 |
| 2305 | 2024-06-26T21:13:01.616Z | Compiling tokio v1.37.0 |
| 2306 | 2024-06-26T21:13:01.766Z | Compiling chrono v0.4.38 |
| 2307 | 2024-06-26T21:13:02.002Z | Compiling bitflags v2.5.0 |
| 2308 | 2024-06-26T21:13:02.043Z | Compiling semver v1.0.23 |
| 2309 | 2024-06-26T21:13:02.231Z | Compiling http v0.2.12 |
| 2310 | 2024-06-26T21:13:02.393Z | Compiling serde_tokenstream v0.2.0 |
| 2311 | 2024-06-26T21:13:02.682Z | Compiling serde_spanned v0.6.6 |
| 2312 | 2024-06-26T21:13:02.851Z | Compiling toml_datetime v0.6.6 |
| 2313 | 2024-06-26T21:13:02.884Z | Compiling openssl v0.10.64 |
| 2314 | 2024-06-26T21:13:03.135Z | Compiling toml_edit v0.19.15 |
| 2315 | 2024-06-26T21:13:03.289Z | Compiling rustix v0.38.34 |
| 2316 | 2024-06-26T21:13:04.351Z | Compiling http-body v0.4.6 |
| 2317 | 2024-06-26T21:13:04.731Z | Compiling serde_urlencoded v0.7.1 |
| 2318 | 2024-06-26T21:13:04.926Z | Compiling cookie_store v0.20.0 |
| 2319 | 2024-06-26T21:13:05.193Z | Compiling openapiv3 v2.0.0 |
| 2320 | 2024-06-26T21:13:05.789Z | Compiling rustc_version v0.4.0 |
| 2321 | 2024-06-26T21:13:06.257Z | Compiling pest_derive v2.7.10 |
| 2322 | 2024-06-26T21:13:06.430Z | Compiling dof v0.3.0 |
| 2323 | 2024-06-26T21:13:06.904Z | Compiling dtrace-parser v0.2.0 |
| 2324 | 2024-06-26T21:13:07.006Z | Compiling spki v0.7.3 |
| 2325 | 2024-06-26T21:13:07.354Z | Compiling pkcs8 v0.10.2 |
| 2326 | 2024-06-26T21:13:07.378Z | Compiling ipnetwork v0.20.0 |
| 2327 | 2024-06-26T21:13:07.875Z | Compiling native-tls v0.2.11 |
| 2328 | 2024-06-26T21:13:08.205Z | Compiling tokio-util v0.7.11 |
| 2329 | 2024-06-26T21:13:08.336Z | Compiling tokio-native-tls v0.3.1 |
| 2330 | 2024-06-26T21:13:08.428Z | Compiling tokio-rustls v0.24.1 |
| 2331 | 2024-06-26T21:13:08.580Z | Compiling usdt-impl v0.5.0 |
| 2332 | 2024-06-26T21:13:08.762Z | Compiling sec1 v0.7.3 |
| 2333 | 2024-06-26T21:13:08.786Z | Compiling unicode-segmentation v1.11.0 |
| 2334 | 2024-06-26T21:13:08.786Z | Compiling managed v0.8.0 |
| 2335 | 2024-06-26T21:13:09.190Z | Compiling h2 v0.3.26 |
| 2336 | 2024-06-26T21:13:09.258Z | Compiling elliptic-curve v0.13.8 |
| 2337 | 2024-06-26T21:13:09.407Z | Compiling toml_edit v0.22.13 |
| 2338 | 2024-06-26T21:13:09.465Z | Compiling toml v0.7.8 |
| 2339 | 2024-06-26T21:13:09.996Z | Compiling hex v0.4.3 |
| 2340 | 2024-06-26T21:13:10.021Z | Compiling matches v0.1.10 |
| 2341 | 2024-06-26T21:13:10.021Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2024-06-26T21:13:10.125Z | Compiling usdt-macro v0.5.0 |
| 2343 | 2024-06-26T21:13:10.150Z | Compiling idna v0.2.3 |
| 2344 | 2024-06-26T21:13:10.541Z | Compiling enum-as-inner v0.5.1 |
| 2345 | 2024-06-26T21:13:10.977Z | Compiling bit-vec v0.6.3 |
| 2346 | 2024-06-26T21:13:11.421Z | Compiling siphasher v0.3.11 |
| 2347 | 2024-06-26T21:13:11.485Z | Compiling trust-dns-proto v0.22.0 |
| 2348 | 2024-06-26T21:13:11.512Z | Compiling heapless v0.7.17 |
| 2349 | 2024-06-26T21:13:11.537Z | Compiling terminal_size v0.3.0 |
| 2350 | 2024-06-26T21:13:11.561Z | Compiling usdt v0.5.0 |
| 2351 | 2024-06-26T21:13:11.724Z | Compiling num-bigint v0.4.5 |
| 2352 | 2024-06-26T21:13:11.765Z | Compiling regress v0.9.1 |
| 2353 | 2024-06-26T21:13:11.880Z | Compiling signal-hook v0.3.17 |
| 2354 | 2024-06-26T21:13:12.010Z | Compiling finl_unicode v1.2.0 |
| 2355 | 2024-06-26T21:13:12.107Z | Compiling clap_builder v4.5.2 |
| 2356 | 2024-06-26T21:13:12.504Z | Compiling stringprep v0.1.4 |
| 2357 | 2024-06-26T21:13:13.618Z | Compiling itertools v0.10.5 |
| 2358 | 2024-06-26T21:13:14.368Z | Compiling yasna v0.5.2 |
| 2359 | 2024-06-26T21:13:15.826Z | Compiling hyper v0.14.28 |
| 2360 | 2024-06-26T21:13:15.967Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2361 | 2024-06-26T21:13:16.075Z | Compiling md-5 v0.10.6 |
| 2362 | 2024-06-26T21:13:16.311Z | Compiling clap_derive v4.5.4 |
| 2363 | 2024-06-26T21:13:16.716Z | Compiling hash32 v0.2.1 |
| 2364 | 2024-06-26T21:13:17.050Z | Compiling fallible-iterator v0.2.0 |
| 2365 | 2024-06-26T21:13:17.623Z | Compiling smoltcp v0.9.1 |
| 2366 | 2024-06-26T21:13:17.879Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2367 | 2024-06-26T21:13:18.266Z | Compiling postgres-protocol v0.6.6 |
| 2368 | 2024-06-26T21:13:19.424Z | Compiling phf_shared v0.11.2 |
| 2369 | 2024-06-26T21:13:19.507Z | Compiling tokio-stream v0.1.15 |
| 2370 | 2024-06-26T21:13:19.612Z | Compiling hubpack_derive v0.1.1 |
| 2371 | 2024-06-26T21:13:19.803Z | Compiling zerocopy-derive v0.6.6 |
| 2372 | 2024-06-26T21:13:20.196Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2373 | 2024-06-26T21:13:20.402Z | Compiling scheduled-thread-pool v0.2.7 |
| 2374 | 2024-06-26T21:13:20.426Z | Compiling clap v4.5.4 |
| 2375 | 2024-06-26T21:13:20.451Z | Compiling fs-err v2.11.0 |
| 2376 | 2024-06-26T21:13:20.476Z | Compiling fixedbitset v0.4.2 |
| 2377 | 2024-06-26T21:13:20.558Z | Compiling hubpack v0.1.2 |
| 2378 | 2024-06-26T21:13:20.610Z | Compiling diesel_derives v2.1.4 |
| 2379 | 2024-06-26T21:13:20.837Z | Compiling petgraph v0.6.5 |
| 2380 | 2024-06-26T21:13:20.880Z | Compiling r2d2 v0.8.10 |
| 2381 | 2024-06-26T21:13:20.973Z | Compiling phf v0.11.2 |
| 2382 | 2024-06-26T21:13:21.199Z | Compiling signal-hook-mio v0.2.3 |
| 2383 | 2024-06-26T21:13:21.235Z | Compiling postgres-types v0.2.6 |
| 2384 | 2024-06-26T21:13:21.355Z | Compiling hyper-rustls v0.24.2 |
| 2385 | 2024-06-26T21:13:21.675Z | Compiling hyper-tls v0.5.0 |
| 2386 | 2024-06-26T21:13:21.706Z | Compiling zerocopy v0.6.6 |
| 2387 | 2024-06-26T21:13:21.994Z | Compiling reqwest v0.11.27 |
| 2388 | 2024-06-26T21:13:22.564Z | Compiling phf_shared v0.10.0 |
| 2389 | 2024-06-26T21:13:22.658Z | Compiling similar v2.5.0 |
| 2390 | 2024-06-26T21:13:22.787Z | Compiling num-iter v0.1.45 |
| 2391 | 2024-06-26T21:13:22.916Z | Compiling strum_macros v0.25.3 |
| 2392 | 2024-06-26T21:13:22.959Z | Compiling serde_repr v0.1.19 |
| 2393 | 2024-06-26T21:13:23.974Z | Compiling getopts v0.2.21 |
| 2394 | 2024-06-26T21:13:24.132Z | Compiling console v0.15.8 |
| 2395 | 2024-06-26T21:13:24.156Z | Compiling float-cmp v0.9.0 |
| 2396 | 2024-06-26T21:13:24.767Z | Compiling new_debug_unreachable v1.0.6 |
| 2397 | 2024-06-26T21:13:24.791Z | Compiling precomputed-hash v0.1.1 |
| 2398 | 2024-06-26T21:13:24.791Z | Compiling static_assertions v1.1.0 |
| 2399 | 2024-06-26T21:13:24.791Z | Compiling minimal-lexical v0.2.1 |
| 2400 | 2024-06-26T21:13:24.791Z | Compiling predicates-core v1.0.6 |
| 2401 | 2024-06-26T21:13:24.925Z | Compiling unsafe-libyaml v0.2.11 |
| 2402 | 2024-06-26T21:13:25.161Z | Compiling difflib v0.4.0 |
| 2403 | 2024-06-26T21:13:25.185Z | Compiling normalize-line-endings v0.3.0 |
| 2404 | 2024-06-26T21:13:25.315Z | Compiling whoami v1.5.1 |
| 2405 | 2024-06-26T21:13:25.459Z | Compiling nom v7.1.3 |
| 2406 | 2024-06-26T21:13:25.897Z | Compiling tokio-postgres v0.7.10 |
| 2407 | 2024-06-26T21:13:26.501Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 2408 | 2024-06-26T21:13:26.526Z | Compiling serde_yaml v0.9.34+deprecated |
| 2409 | 2024-06-26T21:13:26.554Z | Compiling predicates v3.1.0 |
| 2410 | 2024-06-26T21:13:28.039Z | Compiling string_cache v0.8.7 |
| 2411 | 2024-06-26T21:13:28.371Z | Compiling crossterm v0.27.0 |
| 2412 | 2024-06-26T21:13:29.175Z | Compiling bit-set v0.5.3 |
| 2413 | 2024-06-26T21:13:29.419Z | Compiling itertools v0.12.1 |
| 2414 | 2024-06-26T21:13:30.112Z | Compiling bstr v1.9.1 |
| 2415 | 2024-06-26T21:13:30.148Z | Compiling unicode-xid v0.2.4 |
| 2416 | 2024-06-26T21:13:30.338Z | Compiling peg-runtime v0.8.3 |
| 2417 | 2024-06-26T21:13:30.980Z | Compiling diesel v2.1.6 |
| 2418 | 2024-06-26T21:13:31.024Z | Compiling lalrpop-util v0.19.12 |
| 2419 | 2024-06-26T21:13:31.373Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2420 | 2024-06-26T21:13:31.666Z | Compiling sha1 v0.10.6 |
| 2421 | 2024-06-26T21:13:31.787Z | Compiling camino v1.1.7 |
| 2422 | 2024-06-26T21:13:31.813Z | Compiling strum_macros v0.26.2 |
| 2423 | 2024-06-26T21:13:31.900Z | Compiling http v1.1.0 |
| 2424 | 2024-06-26T21:13:32.070Z | Compiling base64 v0.22.1 |
| 2425 | 2024-06-26T21:13:32.131Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2426 | 2024-06-26T21:13:32.190Z | Compiling toml v0.8.13 |
| 2427 | 2024-06-26T21:13:32.645Z | Compiling ident_case v1.0.1 |
| 2428 | 2024-06-26T21:13:32.733Z | Compiling rustls-pki-types v1.7.0 |
| 2429 | 2024-06-26T21:13:32.814Z | Compiling darling_core v0.20.9 |
| 2430 | 2024-06-26T21:13:33.454Z | Compiling crossbeam-channel v0.5.12 |
| 2431 | 2024-06-26T21:13:33.692Z | Compiling paste v1.0.15 |
| 2432 | 2024-06-26T21:13:34.044Z | Compiling rustls v0.22.4 |
| 2433 | 2024-06-26T21:13:34.143Z | Compiling slog-async v2.8.0 |
| 2434 | 2024-06-26T21:13:34.413Z | Compiling slog-term v2.9.1 |
| 2435 | 2024-06-26T21:13:34.437Z | Compiling rustls-webpki v0.102.4 |
| 2436 | 2024-06-26T21:13:34.952Z | Compiling multer v3.1.0 |
| 2437 | 2024-06-26T21:13:35.193Z | Compiling instant v0.1.12 |
| 2438 | 2024-06-26T21:13:35.519Z | Compiling slog-json v2.6.1 |
| 2439 | 2024-06-26T21:13:35.857Z | Compiling async-stream-impl v0.3.5 |
| 2440 | 2024-06-26T21:13:36.011Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2441 | 2024-06-26T21:13:36.134Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2442 | 2024-06-26T21:13:36.159Z | Compiling strum v0.26.2 |
| 2443 | 2024-06-26T21:13:36.308Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2444 | 2024-06-26T21:13:36.332Z | Compiling debug-ignore v1.0.5 |
| 2445 | 2024-06-26T21:13:36.396Z | Compiling atomic-waker v1.1.2 |
| 2446 | 2024-06-26T21:13:36.467Z | Compiling slog-bunyan v2.5.0 |
| 2447 | 2024-06-26T21:13:36.581Z | Compiling waitgroup v0.1.2 |
| 2448 | 2024-06-26T21:13:36.660Z | Compiling rustls-pemfile v2.1.2 |
| 2449 | 2024-06-26T21:13:36.801Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2450 | 2024-06-26T21:13:37.042Z | Compiling async-stream v0.3.5 |
| 2451 | 2024-06-26T21:13:37.093Z | Compiling serde_path_to_error v0.1.16 |
| 2452 | 2024-06-26T21:13:37.334Z | Compiling structmeta-derive v0.3.0 |
| 2453 | 2024-06-26T21:13:37.589Z | Compiling hostname v0.4.0 |
| 2454 | 2024-06-26T21:13:37.812Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2455 | 2024-06-26T21:13:37.840Z | Compiling newtype-uuid v1.1.0 |
| 2456 | 2024-06-26T21:13:38.105Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2457 | 2024-06-26T21:13:38.492Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2458 | 2024-06-26T21:13:38.660Z | Compiling backoff v0.4.0 |
| 2459 | 2024-06-26T21:13:38.744Z | Compiling tokio-rustls v0.25.0 |
| 2460 | 2024-06-26T21:13:38.768Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2461 | 2024-06-26T21:13:38.862Z | Compiling darling_macro v0.20.9 |
| 2462 | 2024-06-26T21:13:38.942Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2463 | 2024-06-26T21:13:38.968Z | Compiling macaddr v1.0.1 |
| 2464 | 2024-06-26T21:13:39.129Z | Compiling proc-macro-crate v1.3.1 |
| 2465 | 2024-06-26T21:13:39.369Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2466 | 2024-06-26T21:13:39.667Z | Compiling fastrand v2.1.0 |
| 2467 | 2024-06-26T21:13:39.758Z | Compiling darling v0.20.9 |
| 2468 | 2024-06-26T21:13:39.944Z | Compiling serde_with_macros v3.8.1 |
| 2469 | 2024-06-26T21:13:40.009Z | Compiling structmeta v0.3.0 |
| 2470 | 2024-06-26T21:13:40.213Z | Compiling num_enum_derive v0.5.11 |
| 2471 | 2024-06-26T21:13:40.237Z | Compiling tempfile v3.10.1 |
| 2472 | 2024-06-26T21:13:40.431Z | Compiling parse-display-derive v0.9.0 |
| 2473 | 2024-06-26T21:13:41.060Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2474 | 2024-06-26T21:13:41.321Z | Compiling foreign-types-macros v0.2.3 |
| 2475 | 2024-06-26T21:13:42.434Z | Compiling heapless v0.8.0 |
| 2476 | 2024-06-26T21:13:42.654Z | Compiling num_enum v0.5.11 |
| 2477 | 2024-06-26T21:13:42.679Z | Compiling serde_with v3.8.1 |
| 2478 | 2024-06-26T21:13:42.800Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2479 | 2024-06-26T21:13:42.911Z | Compiling foreign-types-shared v0.3.1 |
| 2480 | 2024-06-26T21:13:43.029Z | Compiling foreign-types v0.5.0 |
| 2481 | 2024-06-26T21:13:43.150Z | Compiling proc-macro-error v1.0.4 |
| 2482 | 2024-06-26T21:13:43.219Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2483 | 2024-06-26T21:13:43.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2484 | 2024-06-26T21:13:43.799Z | Compiling cstr-argument v0.1.2 |
| 2485 | 2024-06-26T21:13:44.025Z | Compiling hash32 v0.3.1 |
| 2486 | 2024-06-26T21:13:44.239Z | Compiling smoltcp v0.11.0 |
| 2487 | 2024-06-26T21:13:44.263Z | Compiling pretty-hex v0.2.1 |
| 2488 | 2024-06-26T21:13:44.438Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2489 | 2024-06-26T21:13:44.515Z | Compiling parse-display v0.9.0 |
| 2490 | 2024-06-26T21:13:44.757Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2491 | 2024-06-26T21:13:44.958Z | Compiling camino-tempfile v1.1.1 |
| 2492 | 2024-06-26T21:13:45.161Z | Compiling tabwriter v1.4.0 |
| 2493 | 2024-06-26T21:13:45.357Z | Compiling colored v2.1.0 |
| 2494 | 2024-06-26T21:13:45.384Z | Compiling socket2 v0.4.10 |
| 2495 | 2024-06-26T21:13:45.529Z | Compiling cobs v0.2.3 |
| 2496 | 2024-06-26T21:13:45.692Z | Compiling embedded-io v0.4.0 |
| 2497 | 2024-06-26T21:13:45.923Z | Compiling postcard v1.0.8 |
| 2498 | 2024-06-26T21:13:46.026Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 2499 | 2024-06-26T21:13:46.115Z | Compiling crucible-workspace-hack v0.1.0 |
| 2500 | 2024-06-26T21:13:46.226Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 2501 | 2024-06-26T21:13:46.346Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 2502 | 2024-06-26T21:13:46.383Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2503 | 2024-06-26T21:13:46.508Z | Compiling smf v0.2.3 |
| 2504 | 2024-06-26T21:13:46.663Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2505 | 2024-06-26T21:13:46.692Z | Compiling humantime v2.1.0 |
| 2506 | 2024-06-26T21:13:46.989Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2507 | 2024-06-26T21:13:47.157Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 2508 | 2024-06-26T21:13:47.181Z | Compiling num-derive v0.4.2 |
| 2509 | 2024-06-26T21:13:47.606Z | Compiling sigpipe v0.1.3 |
| 2510 | 2024-06-26T21:13:47.726Z | Compiling utf-8 v0.7.6 |
| 2511 | 2024-06-26T21:13:47.765Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 2512 | 2024-06-26T21:13:48.027Z | Compiling atty v0.2.14 |
| 2513 | 2024-06-26T21:13:48.155Z | Compiling same-file v1.0.6 |
| 2514 | 2024-06-26T21:13:48.179Z | Compiling semver v0.1.20 |
| 2515 | 2024-06-26T21:13:48.284Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2516 | 2024-06-26T21:13:48.382Z | Compiling rayon-core v1.12.1 |
| 2517 | 2024-06-26T21:13:48.620Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 2518 | 2024-06-26T21:13:48.810Z | Compiling rustc_version v0.1.7 |
| 2519 | 2024-06-26T21:13:49.144Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
| 2520 | 2024-06-26T21:13:49.284Z | Compiling walkdir v2.5.0 |
| 2521 | 2024-06-26T21:13:49.977Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 2522 | 2024-06-26T21:13:50.011Z | Compiling newline-converter v0.3.0 |
| 2523 | 2024-06-26T21:13:50.075Z | Compiling curve25519-dalek v4.1.3 |
| 2524 | 2024-06-26T21:13:50.099Z | Compiling crossbeam-deque v0.8.5 |
| 2525 | 2024-06-26T21:13:50.140Z | Compiling universal-hash v0.5.1 |
| 2526 | 2024-06-26T21:13:50.178Z | Compiling opaque-debug v0.3.1 |
| 2527 | 2024-06-26T21:13:50.274Z | Compiling prettyplease v0.2.20 |
| 2528 | 2024-06-26T21:13:50.325Z | Compiling expectorate v1.1.0 |
| 2529 | 2024-06-26T21:13:50.472Z | Compiling newtype_derive v0.1.6 |
| 2530 | 2024-06-26T21:13:50.496Z | Compiling xattr v1.3.1 |
| 2531 | 2024-06-26T21:13:50.535Z | Compiling num-rational v0.4.2 |
| 2532 | 2024-06-26T21:13:50.720Z | Compiling signature v2.2.0 |
| 2533 | 2024-06-26T21:13:50.745Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2534 | 2024-06-26T21:13:50.769Z | Compiling num-complex v0.4.6 |
| 2535 | 2024-06-26T21:13:50.981Z | Compiling blake3 v1.5.1 |
| 2536 | 2024-06-26T21:13:51.483Z | Compiling ring v0.16.20 |
| 2537 | 2024-06-26T21:13:51.621Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 2538 | 2024-06-26T21:13:51.819Z | Compiling unicase v2.7.0 |
| 2539 | 2024-06-26T21:13:52.004Z | Compiling getrandom v0.1.16 |
| 2540 | 2024-06-26T21:13:52.028Z | Compiling termcolor v1.4.1 |
| 2541 | 2024-06-26T21:13:52.053Z | Compiling quick-error v1.2.3 |
| 2542 | 2024-06-26T21:13:52.077Z | Compiling linked-hash-map v0.5.6 |
| 2543 | 2024-06-26T21:13:52.196Z | Compiling convert_case v0.4.0 |
| 2544 | 2024-06-26T21:13:52.385Z | Compiling arc-swap v1.7.1 |
| 2545 | 2024-06-26T21:13:52.653Z | Compiling env_logger v0.9.3 |
| 2546 | 2024-06-26T21:13:52.806Z | Compiling slog-scope v4.4.0 |
| 2547 | 2024-06-26T21:13:52.832Z | Compiling lru-cache v0.1.2 |
| 2548 | 2024-06-26T21:13:52.992Z | Compiling resolv-conf v0.7.0 |
| 2549 | 2024-06-26T21:13:53.125Z | Compiling derive_more v0.99.17 |
| 2550 | 2024-06-26T21:13:53.340Z | Compiling tar v0.4.40 |
| 2551 | 2024-06-26T21:13:53.754Z | Compiling num v0.4.3 |
| 2552 | 2024-06-26T21:13:53.895Z | Compiling rayon v1.10.0 |
| 2553 | 2024-06-26T21:13:54.704Z | Compiling tungstenite v0.21.0 |
| 2554 | 2024-06-26T21:13:55.222Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2555 | 2024-06-26T21:13:55.612Z | Compiling blake2 v0.10.6 |
| 2556 | 2024-06-26T21:13:56.618Z | Compiling bitstruct_derive v0.1.0 |
| 2557 | 2024-06-26T21:13:56.700Z | Compiling derive-where v1.2.7 |
| 2558 | 2024-06-26T21:13:57.068Z | Compiling password-hash v0.5.0 |
| 2559 | 2024-06-26T21:13:57.920Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2560 | 2024-06-26T21:13:58.065Z | Compiling memmap2 v0.9.4 |
| 2561 | 2024-06-26T21:13:58.089Z | Compiling home v0.5.9 |
| 2562 | 2024-06-26T21:13:58.119Z | Compiling arrayvec v0.7.4 |
| 2563 | 2024-06-26T21:13:58.377Z | Compiling ascii v1.1.0 |
| 2564 | 2024-06-26T21:13:58.527Z | Compiling constant_time_eq v0.3.0 |
| 2565 | 2024-06-26T21:13:58.551Z | Compiling parking_lot_core v0.8.6 |
| 2566 | 2024-06-26T21:13:58.727Z | Compiling arrayref v0.3.7 |
| 2567 | 2024-06-26T21:13:58.835Z | Compiling float-ord v0.3.2 |
| 2568 | 2024-06-26T21:13:58.959Z | Compiling untrusted v0.7.1 |
| 2569 | 2024-06-26T21:13:58.983Z | Compiling libefi-sys v0.1.0 |
| 2570 | 2024-06-26T21:13:59.252Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2571 | 2024-06-26T21:13:59.453Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2572 | 2024-06-26T21:13:59.662Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
| 2573 | 2024-06-26T21:13:59.956Z | Compiling toolchain_find v0.4.0 |
| 2574 | 2024-06-26T21:14:00.000Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2575 | 2024-06-26T21:14:00.271Z | Compiling bitstruct v0.1.1 |
| 2576 | 2024-06-26T21:14:00.385Z | Compiling argon2 v0.5.3 |
| 2577 | 2024-06-26T21:14:00.427Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2024-06-26T21:14:00.532Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2579 | 2024-06-26T21:14:00.600Z | Compiling trust-dns-resolver v0.22.0 |
| 2580 | 2024-06-26T21:14:00.895Z | Compiling slog-stdlog v4.1.1 |
| 2581 | 2024-06-26T21:14:01.072Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2582 | 2024-06-26T21:14:01.254Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2583 | 2024-06-26T21:14:01.383Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2584 | 2024-06-26T21:14:01.418Z | Compiling serde_arrays v0.1.0 |
| 2585 | 2024-06-26T21:14:01.570Z | Compiling erased-serde v0.3.31 |
| 2586 | 2024-06-26T21:14:01.601Z | Compiling rfc6979 v0.4.0 |
| 2587 | 2024-06-26T21:14:01.742Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2588 | 2024-06-26T21:14:01.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2589 | 2024-06-26T21:14:01.790Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2590 | 2024-06-26T21:14:02.379Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2591 | 2024-06-26T21:14:02.439Z | Compiling aead v0.5.2 |
| 2592 | 2024-06-26T21:14:02.689Z | Compiling nibble_vec v0.1.0 |
| 2593 | 2024-06-26T21:14:02.770Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2594 | 2024-06-26T21:14:02.794Z | Compiling slog-dtrace v0.3.0 |
| 2595 | 2024-06-26T21:14:02.794Z | Compiling endian-type v0.1.2 |
| 2596 | 2024-06-26T21:14:02.795Z | Compiling cancel-safe-futures v0.1.5 |
| 2597 | 2024-06-26T21:14:02.898Z | Compiling keccak v0.1.5 |
| 2598 | 2024-06-26T21:14:03.080Z | Compiling topological-sort v0.2.2 |
| 2599 | 2024-06-26T21:14:03.189Z | Compiling sha3 v0.10.8 |
| 2600 | 2024-06-26T21:14:03.214Z | Compiling radix_trie v0.2.1 |
| 2601 | 2024-06-26T21:14:03.258Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2602 | 2024-06-26T21:14:03.306Z | Compiling omicron-zone-package v0.11.0 |
| 2603 | 2024-06-26T21:14:03.733Z | Compiling ecdsa v0.16.9 |
| 2604 | 2024-06-26T21:14:03.864Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2605 | 2024-06-26T21:14:04.098Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2606 | 2024-06-26T21:14:04.153Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2607 | 2024-06-26T21:14:04.467Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2608 | 2024-06-26T21:14:04.536Z | Compiling rand_core v0.5.1 |
| 2609 | 2024-06-26T21:14:04.759Z | Compiling mime_guess v2.0.4 |
| 2610 | 2024-06-26T21:14:05.060Z | Compiling slog-envlogger v2.2.0 |
| 2611 | 2024-06-26T21:14:05.795Z | Compiling steno v0.4.0 |
| 2612 | 2024-06-26T21:14:05.942Z | Compiling rustfmt-wrapper v0.2.1 |
| 2613 | 2024-06-26T21:14:06.447Z | Compiling poly1305 v0.8.0 |
| 2614 | 2024-06-26T21:14:06.526Z | Compiling tungstenite v0.20.1 |
| 2615 | 2024-06-26T21:14:06.905Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2616 | 2024-06-26T21:14:07.514Z | Compiling primeorder v0.13.6 |
| 2617 | 2024-06-26T21:14:07.840Z | Compiling heck v0.3.3 |
| 2618 | 2024-06-26T21:14:07.963Z | Compiling chacha20 v0.9.1 |
| 2619 | 2024-06-26T21:14:08.226Z | Compiling secrecy v0.8.0 |
| 2620 | 2024-06-26T21:14:08.365Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2621 | 2024-06-26T21:14:08.389Z | Compiling half v2.4.1 |
| 2622 | 2024-06-26T21:14:08.477Z | Compiling ciborium-io v0.2.2 |
| 2623 | 2024-06-26T21:14:08.606Z | Compiling option-ext v0.2.0 |
| 2624 | 2024-06-26T21:14:08.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2625 | 2024-06-26T21:14:08.861Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2626 | 2024-06-26T21:14:08.935Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2627 | 2024-06-26T21:14:09.016Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2628 | 2024-06-26T21:14:09.040Z | Compiling ciborium-ll v0.2.2 |
| 2629 | 2024-06-26T21:14:09.414Z | Compiling dirs-sys v0.4.1 |
| 2630 | 2024-06-26T21:14:09.450Z | Compiling zone_cfg_derive v0.1.2 |
| 2631 | 2024-06-26T21:14:09.592Z | Compiling tokio-tungstenite v0.20.1 |
| 2632 | 2024-06-26T21:14:10.111Z | Compiling parking_lot v0.11.2 |
| 2633 | 2024-06-26T21:14:10.531Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2634 | 2024-06-26T21:14:10.817Z | Compiling rand_chacha v0.2.2 |
| 2635 | 2024-06-26T21:14:10.898Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2636 | 2024-06-26T21:14:11.031Z | Compiling trust-dns-client v0.22.0 |
| 2637 | 2024-06-26T21:14:11.258Z | Compiling thiserror-no-std v2.0.2 |
| 2638 | 2024-06-26T21:14:11.701Z | Compiling ed25519 v2.2.3 |
| 2639 | 2024-06-26T21:14:11.905Z | Compiling polyval v0.6.2 |
| 2640 | 2024-06-26T21:14:12.155Z | Compiling libsw v3.3.1 |
| 2641 | 2024-06-26T21:14:12.318Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2642 | 2024-06-26T21:14:12.420Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2643 | 2024-06-26T21:14:12.450Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2644 | 2024-06-26T21:14:12.498Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2645 | 2024-06-26T21:14:12.731Z | Compiling toml v0.5.11 |
| 2646 | 2024-06-26T21:14:13.706Z | Compiling aes v0.8.4 |
| 2647 | 2024-06-26T21:14:15.963Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2648 | 2024-06-26T21:14:15.987Z | Compiling blowfish v0.9.1 |
| 2649 | 2024-06-26T21:14:16.359Z | Compiling ctr v0.9.2 |
| 2650 | 2024-06-26T21:14:16.679Z | Compiling pbkdf2 v0.12.2 |
| 2651 | 2024-06-26T21:14:16.796Z | Compiling password-hash v0.4.2 |
| 2652 | 2024-06-26T21:14:16.851Z | Compiling gethostname v0.4.3 |
| 2653 | 2024-06-26T21:14:17.088Z | Compiling fxhash v0.2.1 |
| 2654 | 2024-06-26T21:14:17.114Z | Compiling owo-colors v4.0.0 |
| 2655 | 2024-06-26T21:14:17.288Z | Compiling linear-map v1.2.0 |
| 2656 | 2024-06-26T21:14:17.613Z | Compiling base64 v0.13.1 |
| 2657 | 2024-06-26T21:14:17.637Z | Compiling sled v0.34.7 |
| 2658 | 2024-06-26T21:14:18.156Z | Compiling ron v0.7.1 |
| 2659 | 2024-06-26T21:14:18.986Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2660 | 2024-06-26T21:14:19.466Z | Compiling pbkdf2 v0.11.0 |
| 2661 | 2024-06-26T21:14:19.846Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2662 | 2024-06-26T21:14:20.293Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2663 | 2024-06-26T21:14:21.850Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2664 | 2024-06-26T21:14:22.333Z | Compiling trust-dns-server v0.22.1 |
| 2665 | 2024-06-26T21:14:22.419Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2666 | 2024-06-26T21:14:22.737Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2667 | 2024-06-26T21:14:23.043Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2668 | 2024-06-26T21:14:23.305Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2669 | 2024-06-26T21:14:24.461Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2670 | 2024-06-26T21:14:25.204Z | Compiling ghash v0.5.1 |
| 2671 | 2024-06-26T21:14:25.403Z | Compiling ed25519-dalek v2.1.1 |
| 2672 | 2024-06-26T21:14:25.697Z | Compiling vsss-rs v3.3.4 |
| 2673 | 2024-06-26T21:14:25.747Z | Compiling rand v0.7.3 |
| 2674 | 2024-06-26T21:14:26.852Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2675 | 2024-06-26T21:14:27.239Z | Compiling zone v0.1.8 |
| 2676 | 2024-06-26T21:14:27.274Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2677 | 2024-06-26T21:14:27.772Z | Compiling dirs v5.0.1 |
| 2678 | 2024-06-26T21:14:27.866Z | Compiling ciborium v0.2.2 |
| 2679 | 2024-06-26T21:14:28.364Z | Compiling chacha20poly1305 v0.10.1 |
| 2680 | 2024-06-26T21:14:28.572Z | Compiling p521 v0.13.3 |
| 2681 | 2024-06-26T21:14:28.677Z | Compiling p256 v0.13.2 |
| 2682 | 2024-06-26T21:14:29.153Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
| 2683 | 2024-06-26T21:14:29.429Z | Compiling pem v3.0.4 |
| 2684 | 2024-06-26T21:14:29.614Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 2685 | 2024-06-26T21:14:30.070Z | Compiling headers-core v0.2.0 |
| 2686 | 2024-06-26T21:14:30.230Z | Compiling cbc v0.1.2 |
| 2687 | 2024-06-26T21:14:30.256Z | Compiling kstat-rs v0.2.4 |
| 2688 | 2024-06-26T21:14:30.408Z | Compiling portpicker v0.1.1 |
| 2689 | 2024-06-26T21:14:30.497Z | Compiling nanorand v0.7.0 |
| 2690 | 2024-06-26T21:14:30.746Z | Compiling russh-cryptovec v0.7.2 |
| 2691 | 2024-06-26T21:14:30.771Z | Compiling glob v0.3.1 |
| 2692 | 2024-06-26T21:14:30.925Z | Compiling http-range v0.1.5 |
| 2693 | 2024-06-26T21:14:31.039Z | Compiling md5 v0.7.0 |
| 2694 | 2024-06-26T21:14:31.073Z | Compiling flume v0.11.0 |
| 2695 | 2024-06-26T21:14:31.284Z | Compiling russh-keys v0.43.0 |
| 2696 | 2024-06-26T21:14:31.351Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2697 | 2024-06-26T21:14:31.492Z | Compiling hyper-staticfile v0.9.5 |
| 2698 | 2024-06-26T21:14:31.694Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2699 | 2024-06-26T21:14:31.754Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2700 | 2024-06-26T21:14:32.411Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2701 | 2024-06-26T21:14:33.436Z | Compiling headers v0.3.9 |
| 2702 | 2024-06-26T21:14:34.348Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2703 | 2024-06-26T21:14:34.824Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 2704 | 2024-06-26T21:14:35.215Z | Compiling rcgen v0.12.1 |
| 2705 | 2024-06-26T21:14:36.582Z | Compiling aes-gcm v0.10.3 |
| 2706 | 2024-06-26T21:14:36.838Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2707 | 2024-06-26T21:14:37.341Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2708 | 2024-06-26T21:14:37.521Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2709 | 2024-06-26T21:14:38.952Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
| 2710 | 2024-06-26T21:14:41.624Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
| 2711 | 2024-06-26T21:14:42.665Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2712 | 2024-06-26T21:14:43.082Z | Compiling atomicwrites v0.4.3 |
| 2713 | 2024-06-26T21:14:43.240Z | Compiling subprocess v0.2.9 |
| 2714 | 2024-06-26T21:14:43.426Z | Compiling hex-literal v0.4.1 |
| 2715 | 2024-06-26T21:14:43.591Z | Compiling display-error-chain v0.2.0 |
| 2716 | 2024-06-26T21:14:43.765Z | Compiling dhcproto-macros v0.1.0 |
| 2717 | 2024-06-26T21:14:44.601Z | Compiling dhcproto v0.11.0 |
| 2718 | 2024-06-26T21:14:45.081Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2719 | 2024-06-26T21:14:45.238Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2720 | 2024-06-26T21:14:47.087Z | Compiling russh v0.43.0 |
| 2721 | 2024-06-26T21:14:47.441Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2722 | 2024-06-26T21:14:47.602Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2723 | 2024-06-26T21:14:48.021Z | Compiling internet-checksum v0.2.1 |
| 2724 | 2024-06-26T21:15:13.622Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2725 | 2024-06-26T21:16:14.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s |
| 2726 | 2024-06-26T21:16:14.691Z | |
| 2727 | 2024-06-26T21:16:14.716Z | real 3:40.258651271 |
| 2728 | 2024-06-26T21:16:14.716Z | user 17:21.161099463 |
| 2729 | 2024-06-26T21:16:14.716Z | sys 4:06.799497017 |
| 2730 | 2024-06-26T21:16:14.716Z | trap 0.519176924 |
| 2731 | 2024-06-26T21:16:14.716Z | tflt 0.318205845 |
| 2732 | 2024-06-26T21:16:14.716Z | dflt 2.530150370 |
| 2733 | 2024-06-26T21:16:14.716Z | kflt 0.000296605 |
| 2734 | 2024-06-26T21:16:14.716Z | lock 37:55.020095400 |
| 2735 | 2024-06-26T21:16:14.716Z | slp 49:32.192816338 |
| 2736 | 2024-06-26T21:16:14.716Z | lat 1:01.631161863 |
| 2737 | 2024-06-26T21:16:14.716Z | stop 2:15.396652037 |
| 2738 | 2024-06-26T21:16:14.716Z | + mkdir tests |
| 2739 | 2024-06-26T21:16:14.716Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2740 | 2024-06-26T21:16:14.716Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2741 | 2024-06-26T21:16:14.740Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a924b0cb86de5e81 tests/ |
| 2742 | 2024-06-26T21:16:14.765Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ecc6e11d8fe9f3a3 tests/ |
| 2743 | 2024-06-26T21:16:14.799Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-550501fd5684b9b5 tests/ |
| 2744 | 2024-06-26T21:16:14.836Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-38b02b0c4eb622b1 tests/ |
| 2745 | 2024-06-26T21:16:15.089Z | + 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/*) |
| 2746 | 2024-06-26T21:16:15.128Z | + 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-ecc6e11d8fe9f3a3 tests/commtest-550501fd5684b9b5 tests/dhcp_server-a924b0cb86de5e81 tests/end_to_end_tests-38b02b0c4eb622b1 out/clickhouse.tar.gz out/clickhouse_keeper.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 |
| 2747 | 2024-06-26T21:17:35.917Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2748 | 2024-06-26T21:17:35.918Z | a out/target/test 1K |
| 2749 | 2024-06-26T21:17:35.918Z | a out/npuzone/npuzone 23144K |
| 2750 | 2024-06-26T21:17:35.918Z | a package-manifest.toml 29K |
| 2751 | 2024-06-26T21:17:35.918Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2752 | 2024-06-26T21:17:35.918Z | a target/release/omicron-package 32393K |
| 2753 | 2024-06-26T21:17:35.918Z | a target/release/xtask 18131K |
| 2754 | 2024-06-26T21:17:35.918Z | a target/debug/bootstrap 356200K |
| 2755 | 2024-06-26T21:17:35.918Z | a tests/bootstrap-ecc6e11d8fe9f3a3 23982K |
| 2756 | 2024-06-26T21:17:35.918Z | a tests/commtest-550501fd5684b9b5 23983K |
| 2757 | 2024-06-26T21:17:35.918Z | a tests/dhcp_server-a924b0cb86de5e81 23982K |
| 2758 | 2024-06-26T21:17:35.918Z | a tests/end_to_end_tests-38b02b0c4eb622b1 367588K |
| 2759 | 2024-06-26T21:17:35.918Z | a out/clickhouse.tar.gz 223061K |
| 2760 | 2024-06-26T21:17:35.918Z | a out/clickhouse_keeper.tar.gz 223043K |
| 2761 | 2024-06-26T21:17:35.918Z | a out/cockroachdb.tar.gz 131806K |
| 2762 | 2024-06-26T21:17:35.918Z | a out/crucible-dtrace.tar 84K |
| 2763 | 2024-06-26T21:17:35.918Z | a out/crucible-pantry-zone.tar.gz 27066K |
| 2764 | 2024-06-26T21:17:35.918Z | a out/crucible-zone.tar.gz 37338K |
| 2765 | 2024-06-26T21:17:35.918Z | a out/external-dns.tar.gz 25125K |
| 2766 | 2024-06-26T21:17:35.918Z | a out/internal-dns.tar.gz 25125K |
| 2767 | 2024-06-26T21:17:35.918Z | a out/mg-ddm-gz.tar 60371K |
| 2768 | 2024-06-26T21:17:35.918Z | a out/nexus.tar.gz 84399K |
| 2769 | 2024-06-26T21:17:35.918Z | a out/ntp.tar.gz 8900K |
| 2770 | 2024-06-26T21:17:35.918Z | a out/omicron-gateway-softnpu.tar.gz 13787K |
| 2771 | 2024-06-26T21:17:35.918Z | a out/omicron-sled-agent.tar 94357K |
| 2772 | 2024-06-26T21:17:35.918Z | a out/overlay.tar.gz 3K |
| 2773 | 2024-06-26T21:17:35.918Z | a out/oximeter.tar.gz 41465K |
| 2774 | 2024-06-26T21:17:35.918Z | a out/oxlog.tar 2955K |
| 2775 | 2024-06-26T21:17:35.918Z | a out/probe.tar.gz 2764K |
| 2776 | 2024-06-26T21:17:35.918Z | a out/propolis-server.tar.gz 64653K |
| 2777 | 2024-06-26T21:17:35.918Z | a out/pumpkind-gz.tar 26665K |
| 2778 | 2024-06-26T21:17:35.918Z | a out/switch-softnpu.tar.gz 195974K |
| 2779 | 2024-06-26T21:17:35.943Z | |
| 2780 | 2024-06-26T21:17:35.943Z | real 1:20.885448261 |
| 2781 | 2024-06-26T21:17:35.943Z | user 1:14.522287470 |
| 2782 | 2024-06-26T21:17:35.943Z | sys 7.861040239 |
| 2783 | 2024-06-26T21:17:35.943Z | trap 0.022259550 |
| 2784 | 2024-06-26T21:17:35.943Z | tflt 0.000000000 |
| 2785 | 2024-06-26T21:17:35.943Z | dflt 0.000000000 |
| 2786 | 2024-06-26T21:17:35.943Z | kflt 0.000000000 |
| 2787 | 2024-06-26T21:17:35.943Z | lock 0.000000000 |
| 2788 | 2024-06-26T21:17:35.943Z | slp 1:14.421734778 |
| 2789 | 2024-06-26T21:17:35.943Z | lat 4.938602297 |
| 2790 | 2024-06-26T21:17:35.943Z | stop 0.000255930 |
| 2791 | 2024-06-26T21:17:35.943Z | process exited: duration 1625482 ms, exit code 0 |
| |
| 2792 | 2024-06-26T21:17:36.026Z | found 1 output files |
| 2793 | 2024-06-26T21:17:36.026Z | uploading: /work/package.tar.gz (1401998576 bytes) |
| 2794 | 2024-06-26T21:21:12.405Z | upload error: job 01J1B4Y519NGMPTEHMAHRXKD85 file: expected size 1401998576 != chunk size 1387318512 (after 5ms) |
| 2795 | 2024-06-26T21:21:12.405Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |