|
|
|
| 1 | 2024-01-24T04:24:13.007Z | job assigned to worker 01HMWVAHY92DBSP5AN1VSPSVD4 (queued for 12 m 51 s) |
| |
| 2 | 2024-01-24T04:24:13.282Z | starting task 0: "setup" |
| 3 | 2024-01-24T04:24:13.356Z | ++ uname -s |
| 4 | 2024-01-24T04:24:13.359Z | + kern=SunOS |
| 5 | 2024-01-24T04:24:13.359Z | + case "$kern" in |
| 6 | 2024-01-24T04:24:13.359Z | + groupadd -g 12345 build |
| 7 | 2024-01-24T04:24:13.363Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-01-24T04:24:15.416Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-01-24T04:24:15.538Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-01-24T04:24:15.549Z | + home_fs=zfs |
| 11 | 2024-01-24T04:24:15.549Z | + [[ zfs == autofs ]] |
| 12 | 2024-01-24T04:24:15.549Z | + mkdir -p /home/build |
| 13 | 2024-01-24T04:24:15.550Z | + chown build:build /home/build /work |
| 14 | 2024-01-24T04:24:17.542Z | + chmod 0700 /home/build /work |
| 15 | 2024-01-24T04:24:17.546Z | process exited: duration 4264 ms, exit code 0 |
| |
| 16 | 2024-01-24T04:24:17.552Z | starting task 1: "rust-toolchain" |
| 17 | 2024-01-24T04:24:17.560Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-01-24T04:24:17.563Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-01-24T04:24:17.743Z | info: downloading installer |
| 20 | 2024-01-24T04:24:19.474Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-01-24T04:24:19.474Z | warning: /opt/ooce/bin |
| 22 | 2024-01-24T04:24:19.474Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-01-24T04:24:19.474Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-01-24T04:24:19.474Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-01-24T04:24:19.474Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-01-24T04:24:19.474Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-01-24T04:24:19.477Z | error: cannot install while Rust is installed |
| 28 | 2024-01-24T04:24:19.477Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-01-24T04:24:19.674Z | info: profile set to 'default' |
| 30 | 2024-01-24T04:24:19.674Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-01-24T04:24:19.683Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-01-24T04:24:19.842Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-01-24T04:24:19.843Z | info: downloading component 'cargo' |
| 34 | 2024-01-24T04:24:20.509Z | info: downloading component 'clippy' |
| 35 | 2024-01-24T04:24:20.744Z | info: downloading component 'rust-docs' |
| 36 | 2024-01-24T04:24:21.594Z | info: downloading component 'rust-std' |
| 37 | 2024-01-24T04:24:23.088Z | info: downloading component 'rustc' |
| 38 | 2024-01-24T04:24:26.755Z | info: downloading component 'rustfmt' |
| 39 | 2024-01-24T04:24:27.023Z | info: installing component 'cargo' |
| 40 | 2024-01-24T04:24:28.588Z | info: installing component 'clippy' |
| 41 | 2024-01-24T04:24:29.273Z | info: installing component 'rust-docs' |
| 42 | 2024-01-24T04:24:31.974Z | info: installing component 'rust-std' |
| 43 | 2024-01-24T04:24:35.350Z | info: installing component 'rustc' |
| 44 | 2024-01-24T04:24:42.464Z | info: installing component 'rustfmt' |
| 45 | 2024-01-24T04:24:42.911Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-01-24T04:24:42.911Z | |
| 47 | 2024-01-24T04:24:43.050Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-01-24T04:24:43.051Z | |
| 49 | 2024-01-24T04:24:43.051Z | |
| 50 | 2024-01-24T04:24:43.051Z | Rust is installed now. Great! |
| 51 | 2024-01-24T04:24:43.051Z | |
| 52 | 2024-01-24T04:24:43.071Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-01-24T04:24:43.071Z | environment variable. This has not been done automatically. |
| 54 | 2024-01-24T04:24:43.072Z | |
| 55 | 2024-01-24T04:24:43.072Z | To configure your current shell, run: |
| 56 | 2024-01-24T04:24:43.072Z | source "$HOME/.cargo/env" |
| 57 | 2024-01-24T04:24:43.127Z | + rustc --version |
| 58 | 2024-01-24T04:24:43.241Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2024-01-24T04:24:43.246Z | process exited: duration 25689 ms, exit code 0 |
| |
| 60 | 2024-01-24T04:24:43.253Z | starting task 2: "authentication" |
| 61 | 2024-01-24T04:24:43.284Z | process exited: duration 31 ms, exit code 0 |
| |
| 62 | 2024-01-24T04:24:43.291Z | starting task 3: "clone repository" |
| 63 | 2024-01-24T04:24:43.298Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2024-01-24T04:24:43.301Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2024-01-24T04:24:43.394Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2024-01-24T04:24:48.936Z | + cd /work/oxidecomputer/omicron |
| 67 | 2024-01-24T04:24:48.936Z | + git fetch origin cf0957c7ea7893100754469496057daefb515001 |
| 68 | 2024-01-24T04:24:49.334Z | From https://github.com/oxidecomputer/omicron |
| 69 | 2024-01-24T04:24:49.334Z | * branch cf0957c7ea7893100754469496057daefb515001 -> FETCH_HEAD |
| 70 | 2024-01-24T04:24:49.346Z | + [[ -n renovate/tui-tree-widget-0.x ]] |
| 71 | 2024-01-24T04:24:49.356Z | ++ git branch --show-current |
| 72 | 2024-01-24T04:24:49.356Z | + current=main |
| 73 | 2024-01-24T04:24:49.356Z | + [[ main != renovate/tui-tree-widget-0.x ]] |
| 74 | 2024-01-24T04:24:49.356Z | + git branch -f renovate/tui-tree-widget-0.x cf0957c7ea7893100754469496057daefb515001 |
| 75 | 2024-01-24T04:24:49.360Z | + git checkout -f renovate/tui-tree-widget-0.x |
| 76 | 2024-01-24T04:24:49.539Z | Switched to branch 'renovate/tui-tree-widget-0.x' |
| 77 | 2024-01-24T04:24:49.543Z | + git reset --hard cf0957c7ea7893100754469496057daefb515001 |
| 78 | 2024-01-24T04:24:49.554Z | HEAD is now at cf0957c7e Update Rust crate tui-tree-widget to 0.16.0 |
| 79 | 2024-01-24T04:24:49.556Z | process exited: duration 6264 ms, exit code 0 |
| |
| 80 | 2024-01-24T04:24:49.562Z | starting task 4: "build" |
| 81 | 2024-01-24T04:24:49.575Z | + cargo --version |
| 82 | 2024-01-24T04:24:49.586Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 83 | 2024-01-24T04:24:49.788Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 84 | 2024-01-24T04:24:49.796Z | info: downloading component 'cargo' |
| 85 | 2024-01-24T04:24:50.554Z | info: downloading component 'clippy' |
| 86 | 2024-01-24T04:24:50.702Z | info: downloading component 'rust-docs' |
| 87 | 2024-01-24T04:24:51.623Z | info: downloading component 'rust-std' |
| 88 | 2024-01-24T04:24:52.909Z | info: downloading component 'rustc' |
| 89 | 2024-01-24T04:24:56.596Z | info: downloading component 'rustfmt' |
| 90 | 2024-01-24T04:24:57.279Z | info: installing component 'cargo' |
| 91 | 2024-01-24T04:24:58.136Z | info: installing component 'clippy' |
| 92 | 2024-01-24T04:24:58.614Z | info: installing component 'rust-docs' |
| 93 | 2024-01-24T04:25:01.512Z | info: installing component 'rust-std' |
| 94 | 2024-01-24T04:25:03.948Z | info: installing component 'rustc' |
| 95 | 2024-01-24T04:25:10.273Z | info: installing component 'rustfmt' |
| 96 | 2024-01-24T04:25:10.850Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
| 97 | 2024-01-24T04:25:10.855Z | + rustc --version |
| 98 | 2024-01-24T04:25:10.983Z | rustc 1.74.1 (a28077b28 2023-12-04) |
| 99 | 2024-01-24T04:25:10.990Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2024-01-24T04:25:22.743Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 101 | 2024-01-24T04:25:24.505Z | Startup: Caching catalogs ... Done |
| 102 | 2024-01-24T04:25:26.876Z | Planning: Solver setup ... Done (1.918s) |
| 103 | 2024-01-24T04:25:26.935Z | Planning: Running solver ... Done (0.052s) |
| 104 | 2024-01-24T04:25:27.363Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2024-01-24T04:25:27.370Z | Planning: Fetching manifests: 0/4 0% complete |
| 106 | 2024-01-24T04:25:27.370Z | Planning: Fetching manifests: 4/4 100% complete |
| 107 | 2024-01-24T04:25:27.370Z | Planning: Package planning ... Done (0.081s) |
| 108 | 2024-01-24T04:25:27.406Z | Planning: Merging actions ... Done (0.086s) |
| 109 | 2024-01-24T04:25:28.189Z | Planning: Checking for conflicting actions ... Done (0.784s) |
| 110 | 2024-01-24T04:25:28.214Z | Planning: Consolidating action changes ... Done (0.017s) |
| 111 | 2024-01-24T04:25:32.149Z | Planning: Evaluating mediators ... Done (3.936s) |
| 112 | 2024-01-24T04:25:32.163Z | Planning: Planning completed in 7.63 seconds |
| 113 | 2024-01-24T04:25:34.435Z | Packages to install: 4 |
| 114 | 2024-01-24T04:25:34.435Z | Mediators to change: 2 |
| 115 | 2024-01-24T04:25:34.435Z | Services to change: 1 |
| 116 | 2024-01-24T04:25:34.441Z | Estimated space available: 148.87 GB |
| 117 | 2024-01-24T04:25:34.441Z | Estimated space to be consumed: 1.40 GB |
| 118 | 2024-01-24T04:25:34.441Z | Create boot environment: No |
| 119 | 2024-01-24T04:25:34.441Z | Create backup boot environment: No |
| 120 | 2024-01-24T04:25:34.441Z | Rebuild boot archive: No |
| 121 | 2024-01-24T04:25:34.442Z | |
| 122 | 2024-01-24T04:25:34.442Z | Changed mediators: |
| 123 | 2024-01-24T04:25:34.442Z | mediator clang: |
| 124 | 2024-01-24T04:25:34.442Z | version: None -> 15 (system default) |
| 125 | 2024-01-24T04:25:34.442Z | |
| 126 | 2024-01-24T04:25:34.442Z | mediator llvm: |
| 127 | 2024-01-24T04:25:34.442Z | version: 14 (system default) -> 15 (system default) |
| 128 | 2024-01-24T04:25:34.442Z | |
| 129 | 2024-01-24T04:25:34.442Z | Changed packages: |
| 130 | 2024-01-24T04:25:34.442Z | helios-dev |
| 131 | 2024-01-24T04:25:34.443Z | developer/build-essential |
| 132 | 2024-01-24T04:25:34.443Z | None -> 11-2.0 |
| 133 | 2024-01-24T04:25:34.443Z | library/libxmlsec1 |
| 134 | 2024-01-24T04:25:34.443Z | None -> 1.2.35-2.0 |
| 135 | 2024-01-24T04:25:34.443Z | ooce/developer/clang-15 |
| 136 | 2024-01-24T04:25:34.443Z | None -> 15.0.7-2.0 |
| 137 | 2024-01-24T04:25:34.443Z | ooce/developer/llvm-15 |
| 138 | 2024-01-24T04:25:34.443Z | None -> 15.0.7-2.0 |
| 139 | 2024-01-24T04:25:34.443Z | |
| 140 | 2024-01-24T04:25:34.443Z | Services: |
| 141 | 2024-01-24T04:25:34.443Z | restart_fmri: |
| 142 | 2024-01-24T04:25:34.443Z | svc:/system/update-man-index:default |
| 143 | 2024-01-24T04:25:34.635Z | |
| 144 | 2024-01-24T04:25:34.635Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 145 | 2024-01-24T04:25:39.691Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.1M/s) |
| 146 | 2024-01-24T04:25:44.766Z | Download: 2215/3290 items 119.2/212.6MB 56% complete (12.1M/s) |
| 147 | 2024-01-24T04:25:49.773Z | Download: 3094/3290 items 125.4/212.6MB 58% complete (4.1M/s) |
| 148 | 2024-01-24T04:25:55.128Z | Download: 3287/3290 items 211.7/212.6MB 99% complete (9.5M/s) |
| 149 | 2024-01-24T04:25:55.186Z | Download: Completed 212.60 MB in 20.56 seconds (10.3M/s) |
| 150 | 2024-01-24T04:25:55.720Z | Actions: 1/3689 actions (Installing new actions) |
| 151 | 2024-01-24T04:26:00.918Z | Actions: 2225/3689 actions (Installing new actions) |
| 152 | 2024-01-24T04:26:03.417Z | Actions: Completed 3689 actions in 7.70 seconds. |
| 153 | 2024-01-24T04:26:03.655Z | Done (0.237s) |
| 154 | 2024-01-24T04:26:03.655Z | Done (0.000s) |
| 155 | 2024-01-24T04:26:03.970Z | Done (0.314s) |
| 156 | 2024-01-24T04:26:11.278Z | Done (7.174s) |
| 157 | 2024-01-24T04:26:11.484Z | Done (0.105s) |
| 158 | 2024-01-24T04:26:11.487Z | Done (0.000s) |
| 159 | 2024-01-24T04:26:11.719Z | Done (0.000s) |
| 160 | 2024-01-24T04:26:12.459Z | Planning: Evaluating mediator changes ... Done |
| 161 | 2024-01-24T04:26:12.735Z | Planning: Checking for conflicting actions ... Done |
| 162 | 2024-01-24T04:26:12.738Z | Planning: Consolidating action changes ... Done |
| 163 | 2024-01-24T04:26:13.171Z | Planning: Evaluating mediators ... Done |
| 164 | 2024-01-24T04:26:13.175Z | Planning: Planning completed in 0.72 seconds |
| 165 | 2024-01-24T04:26:13.224Z | Mediators to change: 2 |
| 166 | 2024-01-24T04:26:13.224Z | Create boot environment: No |
| 167 | 2024-01-24T04:26:13.228Z | Create backup boot environment: No |
| 168 | 2024-01-24T04:26:13.316Z | Done |
| 169 | 2024-01-24T04:26:13.316Z | Done |
| 170 | 2024-01-24T04:26:13.506Z | Done |
| 171 | 2024-01-24T04:26:19.566Z | Done |
| 172 | 2024-01-24T04:26:19.574Z | Done |
| 173 | 2024-01-24T04:26:19.574Z | Done |
| 174 | 2024-01-24T04:26:19.574Z | Done |
| 175 | 2024-01-24T04:26:20.374Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2024-01-24T04:26:20.388Z | Planning: Merging actions ... Done |
| 177 | 2024-01-24T04:26:20.709Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2024-01-24T04:26:20.716Z | Planning: Consolidating action changes ... Done |
| 179 | 2024-01-24T04:26:21.148Z | Planning: Evaluating mediators ... Done |
| 180 | 2024-01-24T04:26:21.244Z | Planning: Planning completed in 1.31 seconds |
| 181 | 2024-01-24T04:26:21.297Z | Packages to change: 1 |
| 182 | 2024-01-24T04:26:21.297Z | Mediators to change: 1 |
| 183 | 2024-01-24T04:26:21.303Z | Services to change: 1 |
| 184 | 2024-01-24T04:26:21.303Z | Create boot environment: No |
| 185 | 2024-01-24T04:26:21.303Z | Create backup boot environment: Yes |
| 186 | 2024-01-24T04:26:23.266Z | Actions: 1/6 actions (Updating modified actions) |
| 187 | 2024-01-24T04:26:23.270Z | Actions: Completed 6 actions in 0.00 seconds. |
| 188 | 2024-01-24T04:26:23.270Z | Done |
| 189 | 2024-01-24T04:26:23.270Z | Done |
| 190 | 2024-01-24T04:26:23.340Z | Done |
| 191 | 2024-01-24T04:26:31.126Z | Done |
| 192 | 2024-01-24T04:26:32.270Z | Done |
| 193 | 2024-01-24T04:26:32.270Z | Done |
| 194 | 2024-01-24T04:26:32.270Z | Done |
| 195 | 2024-01-24T04:26:32.270Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2024-01-24T04:26:32.271Z | clang system 15 system |
| 197 | 2024-01-24T04:26:32.271Z | csh system system illumos |
| 198 | 2024-01-24T04:26:32.271Z | ctags system system illumos |
| 199 | 2024-01-24T04:26:32.271Z | gcc vendor 12 vendor |
| 200 | 2024-01-24T04:26:32.271Z | gcc system 10 system |
| 201 | 2024-01-24T04:26:32.271Z | gcc system 7 system |
| 202 | 2024-01-24T04:26:32.271Z | go system 1.20 system |
| 203 | 2024-01-24T04:26:32.271Z | go system 1.19 system |
| 204 | 2024-01-24T04:26:32.271Z | llvm system 15 system |
| 205 | 2024-01-24T04:26:32.271Z | llvm system 14 system |
| 206 | 2024-01-24T04:26:32.271Z | mariadb system 10.6 system |
| 207 | 2024-01-24T04:26:32.271Z | mta vendor vendor dma |
| 208 | 2024-01-24T04:26:32.271Z | openjdk system 17 system |
| 209 | 2024-01-24T04:26:32.271Z | openjdk system 11 system |
| 210 | 2024-01-24T04:26:32.272Z | openjdk system 1.8 system |
| 211 | 2024-01-24T04:26:32.272Z | openssl vendor 3 vendor |
| 212 | 2024-01-24T04:26:32.272Z | perl system 5.36 system |
| 213 | 2024-01-24T04:26:32.272Z | postgresql system 15 system |
| 214 | 2024-01-24T04:26:32.272Z | postgresql system 13 system |
| 215 | 2024-01-24T04:26:32.272Z | python vendor 3 vendor |
| 216 | 2024-01-24T04:26:32.272Z | python system 2 system |
| 217 | 2024-01-24T04:26:32.272Z | python3 system 3.11 system |
| 218 | 2024-01-24T04:26:32.272Z | ruby system 3.0 system |
| 219 | 2024-01-24T04:26:32.272Z | words vendor vendor american-english |
| 220 | 2024-01-24T04:26:32.272Z | words system system australian-english |
| 221 | 2024-01-24T04:26:32.272Z | words system system british-english |
| 222 | 2024-01-24T04:26:32.272Z | words system system canadian-english |
| 223 | 2024-01-24T04:26:32.272Z | words system system french |
| 224 | 2024-01-24T04:26:32.272Z | words system system italian |
| 225 | 2024-01-24T04:26:32.272Z | words system system ngerman |
| 226 | 2024-01-24T04:26:32.273Z | words system system ogerman |
| 227 | 2024-01-24T04:26:32.273Z | words system system spanish |
| 228 | 2024-01-24T04:26:32.273Z | FMRI IFO |
| 229 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 230 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 231 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 232 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 233 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 234 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 235 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 236 | 2024-01-24T04:26:32.273Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 237 | 2024-01-24T04:26:32.273Z | + set -o errexit |
| 238 | 2024-01-24T04:26:32.273Z | +++ dirname ./tools/ci_download_cockroachdb |
| 239 | 2024-01-24T04:26:32.273Z | ++ cd ./tools |
| 240 | 2024-01-24T04:26:32.273Z | ++ pwd |
| 241 | 2024-01-24T04:26:32.273Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 242 | 2024-01-24T04:26:32.273Z | ++ basename ./tools/ci_download_cockroachdb |
| 243 | 2024-01-24T04:26:32.273Z | + ARG0=ci_download_cockroachdb |
| 244 | 2024-01-24T04:26:32.274Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 245 | 2024-01-24T04:26:32.274Z | + CIDL_VERSION=v22.1.9 |
| 246 | 2024-01-24T04:26:32.274Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 247 | 2024-01-24T04:26:32.274Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 248 | 2024-01-24T04:26:32.274Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 249 | 2024-01-24T04:26:32.274Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 250 | 2024-01-24T04:26:32.274Z | + TARGET_DIR=out |
| 251 | 2024-01-24T04:26:32.274Z | + DOWNLOAD_DIR=out/downloads |
| 252 | 2024-01-24T04:26:32.274Z | + DEST_DIR=./out/cockroachdb |
| 253 | 2024-01-24T04:26:32.274Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 254 | 2024-01-24T04:26:32.274Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 255 | 2024-01-24T04:26:32.274Z | + main |
| 256 | 2024-01-24T04:26:32.274Z | + [[ 0 != 0 ]] |
| 257 | 2024-01-24T04:26:32.274Z | + CIDL_OS=solaris2.11 |
| 258 | 2024-01-24T04:26:32.274Z | + [[ 0 != 0 ]] |
| 259 | 2024-01-24T04:26:32.275Z | + configure_os solaris2.11 |
| 260 | 2024-01-24T04:26:32.275Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 261 | 2024-01-24T04:26:32.275Z | current directory: /work/oxidecomputer/omicron |
| 262 | 2024-01-24T04:26:32.275Z | + echo 'configuring based on OS: "solaris2.11"' |
| 263 | 2024-01-24T04:26:32.275Z | + case "$1" in |
| 264 | 2024-01-24T04:26:32.275Z | configuring based on OS: "solaris2.11" |
| 265 | 2024-01-24T04:26:32.275Z | + CIDL_BUILD=illumos |
| 266 | 2024-01-24T04:26:32.275Z | + CIDL_SUFFIX=tar.gz |
| 267 | 2024-01-24T04:26:32.275Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 268 | 2024-01-24T04:26:32.275Z | + CIDL_MD5FUNC=do_md5sum |
| 269 | 2024-01-24T04:26:32.275Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 270 | 2024-01-24T04:26:32.275Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 271 | 2024-01-24T04:26:32.275Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 272 | 2024-01-24T04:26:32.275Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 273 | 2024-01-24T04:26:32.275Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 274 | 2024-01-24T04:26:32.275Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 275 | 2024-01-24T04:26:32.275Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 276 | 2024-01-24T04:26:32.275Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 277 | 2024-01-24T04:26:32.276Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 278 | 2024-01-24T04:26:32.276Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 279 | 2024-01-24T04:26:32.276Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 280 | 2024-01-24T04:26:32.276Z | + mkdir -p out/downloads |
| 281 | 2024-01-24T04:26:32.276Z | + mkdir -p ./out/cockroachdb |
| 282 | 2024-01-24T04:26:32.276Z | + local DO_DOWNLOAD=true |
| 283 | 2024-01-24T04:26:32.276Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 284 | 2024-01-24T04:26:32.276Z | + '[' true == true ']' |
| 285 | 2024-01-24T04:26:32.276Z | + echo Downloading... |
| 286 | 2024-01-24T04:26:32.276Z | Downloading... |
| 287 | 2024-01-24T04:26:32.276Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2024-01-24T04:26:32.276Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 289 | 2024-01-24T04:26:35.374Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 290 | 2024-01-24T04:26:35.374Z | ++ md5sum |
| 291 | 2024-01-24T04:26:35.374Z | ++ awk '{print $1}' |
| 292 | 2024-01-24T04:26:58.387Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 293 | 2024-01-24T04:26:58.388Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 294 | 2024-01-24T04:26:58.388Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 295 | 2024-01-24T04:26:58.388Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 296 | 2024-01-24T04:26:58.879Z | + do_assemble_illumos |
| 297 | 2024-01-24T04:26:58.879Z | + rm -r ./out/cockroachdb |
| 298 | 2024-01-24T04:26:58.879Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 299 | 2024-01-24T04:26:58.879Z | + ./out/cockroachdb/bin/cockroach version |
| 300 | 2024-01-24T04:26:58.879Z | Build Tag: v22.1.9-dirty |
| 301 | 2024-01-24T04:26:58.879Z | Build Time: 2022/10/26 21:17:46 |
| 302 | 2024-01-24T04:26:58.879Z | Distribution: OSS |
| 303 | 2024-01-24T04:26:58.879Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 304 | 2024-01-24T04:26:58.879Z | Go Version: go1.17.13 |
| 305 | 2024-01-24T04:26:58.879Z | C Compiler: gcc 10.3.0 |
| 306 | 2024-01-24T04:26:58.879Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 307 | 2024-01-24T04:26:58.879Z | Build Type: release |
| 308 | 2024-01-24T04:26:58.879Z | + set -o errexit |
| 309 | 2024-01-24T04:26:58.879Z | +++ dirname ./tools/ci_download_clickhouse |
| 310 | 2024-01-24T04:26:58.880Z | ++ cd ./tools |
| 311 | 2024-01-24T04:26:58.880Z | ++ pwd |
| 312 | 2024-01-24T04:26:58.880Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 313 | 2024-01-24T04:26:58.880Z | ++ basename ./tools/ci_download_clickhouse |
| 314 | 2024-01-24T04:26:58.880Z | + ARG0=ci_download_clickhouse |
| 315 | 2024-01-24T04:26:58.880Z | + TARGET_DIR=out |
| 316 | 2024-01-24T04:26:58.880Z | + DOWNLOAD_DIR=out/downloads |
| 317 | 2024-01-24T04:26:58.880Z | + DEST_DIR=./out/clickhouse |
| 318 | 2024-01-24T04:26:58.880Z | + CIDL_VERSION=v22.8.9.24 |
| 319 | 2024-01-24T04:26:58.880Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 320 | 2024-01-24T04:26:58.880Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 321 | 2024-01-24T04:26:58.880Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 322 | 2024-01-24T04:26:58.880Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 323 | 2024-01-24T04:26:58.880Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 324 | 2024-01-24T04:26:58.880Z | + main |
| 325 | 2024-01-24T04:26:58.880Z | + [[ 0 != 0 ]] |
| 326 | 2024-01-24T04:26:58.880Z | + CIDL_OS=solaris2.11 |
| 327 | 2024-01-24T04:26:58.880Z | + [[ 0 != 0 ]] |
| 328 | 2024-01-24T04:26:58.880Z | + configure_os solaris2.11 |
| 329 | 2024-01-24T04:26:58.880Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 330 | 2024-01-24T04:26:58.880Z | current directory: /work/oxidecomputer/omicron |
| 331 | 2024-01-24T04:26:58.881Z | + echo 'configuring based on OS: "solaris2.11"' |
| 332 | 2024-01-24T04:26:58.881Z | + CIDL_DASHREV= |
| 333 | 2024-01-24T04:26:58.881Z | + case "$1" in |
| 334 | 2024-01-24T04:26:58.881Z | configuring based on OS: "solaris2.11" |
| 335 | 2024-01-24T04:26:58.881Z | + CIDL_PLATFORM=illumos |
| 336 | 2024-01-24T04:26:58.881Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 337 | 2024-01-24T04:26:58.881Z | + CIDL_MD5FUNC=do_md5sum |
| 338 | 2024-01-24T04:26:58.881Z | + CIDL_DASHREV=-1 |
| 339 | 2024-01-24T04:26:58.881Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 340 | 2024-01-24T04:26:58.881Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 341 | 2024-01-24T04:26:58.881Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 342 | 2024-01-24T04:26:58.881Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 343 | 2024-01-24T04:26:58.881Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 344 | 2024-01-24T04:26:58.881Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 345 | 2024-01-24T04:26:58.881Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 346 | 2024-01-24T04:26:58.881Z | + mkdir -p out/downloads |
| 347 | 2024-01-24T04:26:58.881Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 348 | 2024-01-24T04:26:58.881Z | + mkdir -p ./out/clickhouse |
| 349 | 2024-01-24T04:26:58.881Z | + local DO_DOWNLOAD=true |
| 350 | 2024-01-24T04:26:58.881Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 351 | 2024-01-24T04:26:58.881Z | + '[' true == true ']' |
| 352 | 2024-01-24T04:26:58.881Z | + echo Downloading... |
| 353 | 2024-01-24T04:26:58.881Z | Downloading... |
| 354 | 2024-01-24T04:26:58.882Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 355 | 2024-01-24T04:26:58.882Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 356 | 2024-01-24T04:26:59.328Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 357 | 2024-01-24T04:26:59.328Z | ++ md5sum |
| 358 | 2024-01-24T04:26:59.329Z | ++ awk '{print $1}' |
| 359 | 2024-01-24T04:26:59.329Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 360 | 2024-01-24T04:26:59.329Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 361 | 2024-01-24T04:26:59.329Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 362 | 2024-01-24T04:26:59.329Z | + mkdir -p ./out/clickhouse |
| 363 | 2024-01-24T04:26:59.330Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 364 | 2024-01-24T04:26:59.330Z | + ./out/clickhouse/clickhouse server --version |
| 365 | 2024-01-24T04:26:59.330Z | ClickHouse server version 22.8.9.1. |
| 366 | 2024-01-24T04:26:59.330Z | + set -o errexit |
| 367 | 2024-01-24T04:26:59.331Z | +++ dirname ./tools/ci_download_console |
| 368 | 2024-01-24T04:26:59.331Z | ++ cd ./tools |
| 369 | 2024-01-24T04:26:59.503Z | ++ pwd |
| 370 | 2024-01-24T04:26:59.503Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 371 | 2024-01-24T04:26:59.504Z | ++ basename ./tools/ci_download_console |
| 372 | 2024-01-24T04:26:59.504Z | + ARG0=ci_download_console |
| 373 | 2024-01-24T04:26:59.504Z | + TARGET_DIR=out |
| 374 | 2024-01-24T04:26:59.504Z | + DOWNLOAD_DIR=out/downloads |
| 375 | 2024-01-24T04:26:59.504Z | + DEST_DIR=./out/console-assets |
| 376 | 2024-01-24T04:26:59.504Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 377 | 2024-01-24T04:26:59.504Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
| 378 | 2024-01-24T04:26:59.505Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
| 379 | 2024-01-24T04:26:59.505Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 380 | 2024-01-24T04:26:59.505Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 381 | 2024-01-24T04:26:59.505Z | + main |
| 382 | 2024-01-24T04:26:59.505Z | + [[ 0 != 0 ]] |
| 383 | 2024-01-24T04:26:59.505Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
| 384 | 2024-01-24T04:26:59.505Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 385 | 2024-01-24T04:26:59.505Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 386 | 2024-01-24T04:26:59.505Z | Local file: out/downloads/console.tar.gz |
| 387 | 2024-01-24T04:26:59.506Z | + local DO_DOWNLOAD=true |
| 388 | 2024-01-24T04:26:59.506Z | + [[ -f out/downloads/console.tar.gz ]] |
| 389 | 2024-01-24T04:26:59.506Z | + mkdir -p out/downloads |
| 390 | 2024-01-24T04:26:59.506Z | + '[' true == true ']' |
| 391 | 2024-01-24T04:26:59.506Z | + echo Downloading... |
| 392 | 2024-01-24T04:26:59.506Z | Downloading... |
| 393 | 2024-01-24T04:26:59.507Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
| 394 | 2024-01-24T04:26:59.507Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
| 395 | 2024-01-24T04:26:59.507Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 396 | 2024-01-24T04:26:59.507Z | ++ case "$OSTYPE" in |
| 397 | 2024-01-24T04:26:59.507Z | ++ SHA=sha256sum |
| 398 | 2024-01-24T04:26:59.508Z | ++ sha256sum |
| 399 | 2024-01-24T04:26:59.508Z | ++ awk '{print $1}' |
| 400 | 2024-01-24T04:26:59.508Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
| 401 | 2024-01-24T04:26:59.508Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
| 402 | 2024-01-24T04:26:59.508Z | + rm -rf ./out/console-assets |
| 403 | 2024-01-24T04:26:59.509Z | + mkdir -p ./out/console-assets |
| 404 | 2024-01-24T04:26:59.509Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 405 | 2024-01-24T04:26:59.509Z | + mkdir -p ./out/console-assets |
| 406 | 2024-01-24T04:26:59.509Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 407 | 2024-01-24T04:26:59.509Z | + set -o errexit |
| 408 | 2024-01-24T04:26:59.510Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 409 | 2024-01-24T04:26:59.510Z | ++ cd ./tools |
| 410 | 2024-01-24T04:26:59.510Z | ++ pwd |
| 411 | 2024-01-24T04:26:59.510Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 412 | 2024-01-24T04:26:59.511Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 413 | 2024-01-24T04:26:59.511Z | + ARG0=ci_download_maghemite_openapi |
| 414 | 2024-01-24T04:26:59.511Z | + TARGET_DIR=out |
| 415 | 2024-01-24T04:26:59.511Z | + DOWNLOAD_DIR=out/downloads |
| 416 | 2024-01-24T04:26:59.511Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 417 | 2024-01-24T04:26:59.511Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 418 | 2024-01-24T04:26:59.511Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 419 | 2024-01-24T04:26:59.511Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 420 | 2024-01-24T04:26:59.511Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 421 | 2024-01-24T04:26:59.511Z | + main |
| 422 | 2024-01-24T04:26:59.512Z | + [[ 0 != 0 ]] |
| 423 | 2024-01-24T04:26:59.512Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
| 424 | 2024-01-24T04:26:59.512Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 425 | 2024-01-24T04:26:59.512Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 426 | 2024-01-24T04:26:59.513Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 427 | 2024-01-24T04:26:59.513Z | + local DO_DOWNLOAD=true |
| 428 | 2024-01-24T04:26:59.513Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 429 | 2024-01-24T04:26:59.513Z | + mkdir -p out/downloads |
| 430 | 2024-01-24T04:26:59.513Z | + '[' true == true ']' |
| 431 | 2024-01-24T04:26:59.513Z | + echo Downloading... |
| 432 | 2024-01-24T04:26:59.513Z | Downloading... |
| 433 | 2024-01-24T04:26:59.513Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 434 | 2024-01-24T04:26:59.514Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
| 435 | 2024-01-24T04:26:59.736Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 436 | 2024-01-24T04:26:59.854Z | ++ case "$OSTYPE" in |
| 437 | 2024-01-24T04:26:59.854Z | ++ SHA=sha256sum |
| 438 | 2024-01-24T04:26:59.854Z | ++ sha256sum |
| 439 | 2024-01-24T04:26:59.855Z | ++ awk '{print $1}' |
| 440 | 2024-01-24T04:26:59.855Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 441 | 2024-01-24T04:26:59.855Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 442 | 2024-01-24T04:26:59.856Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 443 | 2024-01-24T04:26:59.856Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 444 | 2024-01-24T04:26:59.856Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 445 | 2024-01-24T04:26:59.856Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 446 | 2024-01-24T04:26:59.856Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 447 | 2024-01-24T04:26:59.856Z | + main |
| 448 | 2024-01-24T04:26:59.857Z | + [[ 0 != 0 ]] |
| 449 | 2024-01-24T04:26:59.857Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
| 450 | 2024-01-24T04:26:59.857Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 451 | 2024-01-24T04:26:59.857Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
| 452 | 2024-01-24T04:26:59.857Z | + local DO_DOWNLOAD=true |
| 453 | 2024-01-24T04:26:59.857Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 454 | 2024-01-24T04:26:59.857Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
| 455 | 2024-01-24T04:26:59.857Z | + mkdir -p out/downloads |
| 456 | 2024-01-24T04:26:59.857Z | + '[' true == true ']' |
| 457 | 2024-01-24T04:26:59.857Z | + echo Downloading... |
| 458 | 2024-01-24T04:26:59.857Z | Downloading... |
| 459 | 2024-01-24T04:26:59.858Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 460 | 2024-01-24T04:26:59.858Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
| 461 | 2024-01-24T04:27:02.287Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
| 462 | 2024-01-24T04:27:02.306Z | ++ case "$OSTYPE" in |
| 463 | 2024-01-24T04:27:02.306Z | ++ SHA=sha256sum |
| 464 | 2024-01-24T04:27:02.306Z | ++ sha256sum |
| 465 | 2024-01-24T04:27:02.306Z | ++ awk '{print $1}' |
| 466 | 2024-01-24T04:27:02.307Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 467 | 2024-01-24T04:27:02.307Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
| 468 | 2024-01-24T04:27:02.307Z | + set -o errexit |
| 469 | 2024-01-24T04:27:02.307Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 470 | 2024-01-24T04:27:02.307Z | ++ cd ./tools |
| 471 | 2024-01-24T04:27:02.307Z | ++ pwd |
| 472 | 2024-01-24T04:27:02.307Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 473 | 2024-01-24T04:27:02.307Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 474 | 2024-01-24T04:27:02.307Z | + ARG0=ci_download_dendrite_openapi |
| 475 | 2024-01-24T04:27:02.308Z | + TARGET_DIR=out |
| 476 | 2024-01-24T04:27:02.308Z | + DOWNLOAD_DIR=out/downloads |
| 477 | 2024-01-24T04:27:02.308Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 478 | 2024-01-24T04:27:02.308Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 479 | 2024-01-24T04:27:02.308Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 480 | 2024-01-24T04:27:02.308Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 481 | 2024-01-24T04:27:02.309Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 482 | 2024-01-24T04:27:02.309Z | + main |
| 483 | 2024-01-24T04:27:02.309Z | + [[ 0 != 0 ]] |
| 484 | 2024-01-24T04:27:02.309Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
| 485 | 2024-01-24T04:27:02.309Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 486 | 2024-01-24T04:27:02.309Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 487 | 2024-01-24T04:27:02.309Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
| 488 | 2024-01-24T04:27:02.309Z | + local DO_DOWNLOAD=true |
| 489 | 2024-01-24T04:27:02.309Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
| 490 | 2024-01-24T04:27:02.309Z | + mkdir -p out/downloads |
| 491 | 2024-01-24T04:27:02.309Z | + '[' true == true ']' |
| 492 | 2024-01-24T04:27:02.310Z | + echo Downloading... |
| 493 | 2024-01-24T04:27:02.310Z | Downloading... |
| 494 | 2024-01-24T04:27:02.310Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 495 | 2024-01-24T04:27:02.310Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
| 496 | 2024-01-24T04:27:03.169Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
| 497 | 2024-01-24T04:27:03.170Z | ++ case "$OSTYPE" in |
| 498 | 2024-01-24T04:27:03.245Z | ++ SHA=sha256sum |
| 499 | 2024-01-24T04:27:03.245Z | ++ sha256sum |
| 500 | 2024-01-24T04:27:03.245Z | ++ awk '{print $1}' |
| 501 | 2024-01-24T04:27:03.245Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 502 | 2024-01-24T04:27:03.246Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 503 | 2024-01-24T04:27:03.246Z | + set -o errexit |
| 504 | 2024-01-24T04:27:03.246Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 505 | 2024-01-24T04:27:03.246Z | ++ cd ./tools |
| 506 | 2024-01-24T04:27:03.246Z | ++ pwd |
| 507 | 2024-01-24T04:27:03.246Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 508 | 2024-01-24T04:27:03.247Z | ++ basename ./tools/ci_download_dendrite_stub |
| 509 | 2024-01-24T04:27:03.247Z | + ARG0=ci_download_dendrite_stub |
| 510 | 2024-01-24T04:27:03.247Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 511 | 2024-01-24T04:27:03.247Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 512 | 2024-01-24T04:27:03.247Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
| 513 | 2024-01-24T04:27:03.247Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
| 514 | 2024-01-24T04:27:03.248Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 515 | 2024-01-24T04:27:03.248Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 516 | 2024-01-24T04:27:03.248Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 517 | 2024-01-24T04:27:03.248Z | + TARGET_DIR=out |
| 518 | 2024-01-24T04:27:03.248Z | + DOWNLOAD_DIR=out/downloads |
| 519 | 2024-01-24T04:27:03.248Z | + DEST_DIR=./out/dendrite-stub |
| 520 | 2024-01-24T04:27:03.248Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 521 | 2024-01-24T04:27:03.248Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 522 | 2024-01-24T04:27:03.248Z | + REPO=oxidecomputer/dendrite |
| 523 | 2024-01-24T04:27:03.249Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
| 524 | 2024-01-24T04:27:03.249Z | + main |
| 525 | 2024-01-24T04:27:03.249Z | + [[ 0 != 0 ]] |
| 526 | 2024-01-24T04:27:03.249Z | + CIDL_OS=solaris2.11 |
| 527 | 2024-01-24T04:27:03.249Z | + [[ 0 != 0 ]] |
| 528 | 2024-01-24T04:27:03.249Z | + configure_os solaris2.11 |
| 529 | 2024-01-24T04:27:03.249Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 530 | 2024-01-24T04:27:03.249Z | current directory: /work/oxidecomputer/omicron |
| 531 | 2024-01-24T04:27:03.250Z | + echo 'configuring based on OS: "solaris2.11"' |
| 532 | 2024-01-24T04:27:03.250Z | configuring based on OS: "solaris2.11" |
| 533 | 2024-01-24T04:27:03.250Z | + case "$1" in |
| 534 | 2024-01-24T04:27:03.250Z | + SET_BINARIES= |
| 535 | 2024-01-24T04:27:03.250Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 536 | 2024-01-24T04:27:03.250Z | + CIDL_SHA256FUNC=do_sha256sum |
| 537 | 2024-01-24T04:27:03.250Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 538 | 2024-01-24T04:27:03.250Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 539 | 2024-01-24T04:27:03.251Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 540 | 2024-01-24T04:27:03.251Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
| 541 | 2024-01-24T04:27:03.251Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 542 | 2024-01-24T04:27:03.251Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 543 | 2024-01-24T04:27:03.251Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 544 | 2024-01-24T04:27:03.251Z | + mkdir -p out/downloads |
| 545 | 2024-01-24T04:27:03.251Z | + mkdir -p ./out/dendrite-stub |
| 546 | 2024-01-24T04:27:03.252Z | + fetch_and_verify |
| 547 | 2024-01-24T04:27:03.252Z | + local DO_DOWNLOAD=true |
| 548 | 2024-01-24T04:27:03.252Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 549 | 2024-01-24T04:27:03.252Z | + '[' true == true ']' |
| 550 | 2024-01-24T04:27:03.252Z | + echo Downloading... |
| 551 | 2024-01-24T04:27:03.252Z | Downloading... |
| 552 | 2024-01-24T04:27:03.252Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 553 | 2024-01-24T04:27:03.252Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
| 554 | 2024-01-24T04:27:17.050Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 555 | 2024-01-24T04:27:17.057Z | ++ sha256sum |
| 556 | 2024-01-24T04:27:17.057Z | ++ awk '{print $1}' |
| 557 | 2024-01-24T04:27:17.123Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
| 558 | 2024-01-24T04:27:17.123Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
| 559 | 2024-01-24T04:27:17.126Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 560 | 2024-01-24T04:27:17.126Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 561 | 2024-01-24T04:27:18.246Z | + do_assemble |
| 562 | 2024-01-24T04:27:18.246Z | + rm -r ./out/dendrite-stub |
| 563 | 2024-01-24T04:27:18.261Z | + mkdir ./out/dendrite-stub |
| 564 | 2024-01-24T04:27:18.262Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 565 | 2024-01-24T04:27:18.402Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 566 | 2024-01-24T04:27:18.433Z | + set -o errexit |
| 567 | 2024-01-24T04:27:18.440Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 568 | 2024-01-24T04:27:18.440Z | ++ cd ./tools |
| 569 | 2024-01-24T04:27:18.440Z | ++ pwd |
| 570 | 2024-01-24T04:27:18.440Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 571 | 2024-01-24T04:27:18.440Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 572 | 2024-01-24T04:27:18.440Z | + ARG0=ci_download_maghemite_mgd |
| 573 | 2024-01-24T04:27:18.441Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 574 | 2024-01-24T04:27:18.441Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 575 | 2024-01-24T04:27:18.441Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
| 576 | 2024-01-24T04:27:18.441Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 577 | 2024-01-24T04:27:18.442Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 578 | 2024-01-24T04:27:18.442Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
| 579 | 2024-01-24T04:27:18.442Z | + TARGET_DIR=out |
| 580 | 2024-01-24T04:27:18.442Z | + DOWNLOAD_DIR=out/downloads |
| 581 | 2024-01-24T04:27:18.442Z | + DEST_DIR=./out/mgd |
| 582 | 2024-01-24T04:27:18.442Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 583 | 2024-01-24T04:27:18.443Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 584 | 2024-01-24T04:27:18.443Z | + REPO=oxidecomputer/maghemite |
| 585 | 2024-01-24T04:27:18.443Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
| 586 | 2024-01-24T04:27:18.443Z | + main |
| 587 | 2024-01-24T04:27:18.443Z | + [[ 0 != 0 ]] |
| 588 | 2024-01-24T04:27:18.443Z | + CIDL_OS=solaris2.11 |
| 589 | 2024-01-24T04:27:18.444Z | + [[ 0 != 0 ]] |
| 590 | 2024-01-24T04:27:18.444Z | + configure_os solaris2.11 |
| 591 | 2024-01-24T04:27:18.444Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 592 | 2024-01-24T04:27:18.444Z | current directory: /work/oxidecomputer/omicron |
| 593 | 2024-01-24T04:27:18.444Z | configuring based on OS: "solaris2.11" |
| 594 | 2024-01-24T04:27:18.444Z | + echo 'configuring based on OS: "solaris2.11"' |
| 595 | 2024-01-24T04:27:18.445Z | + case "$1" in |
| 596 | 2024-01-24T04:27:18.445Z | + SET_BINARIES= |
| 597 | 2024-01-24T04:27:18.445Z | + CIDL_SHA256FUNC=do_sha256sum |
| 598 | 2024-01-24T04:27:18.445Z | + TARBALL_FILENAME=mgd.tar.gz |
| 599 | 2024-01-24T04:27:18.445Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 600 | 2024-01-24T04:27:18.445Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 601 | 2024-01-24T04:27:18.445Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
| 602 | 2024-01-24T04:27:18.445Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 603 | 2024-01-24T04:27:18.446Z | Local file: out/downloads/mgd.tar.gz |
| 604 | 2024-01-24T04:27:18.446Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 605 | 2024-01-24T04:27:18.446Z | + mkdir -p out/downloads |
| 606 | 2024-01-24T04:27:18.446Z | + mkdir -p ./out/mgd |
| 607 | 2024-01-24T04:27:18.446Z | + fetch_and_verify |
| 608 | 2024-01-24T04:27:18.446Z | + local DO_DOWNLOAD=true |
| 609 | 2024-01-24T04:27:18.446Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 610 | 2024-01-24T04:27:18.446Z | + '[' true == true ']' |
| 611 | 2024-01-24T04:27:18.447Z | + echo Downloading... |
| 612 | 2024-01-24T04:27:18.447Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
| 613 | 2024-01-24T04:27:18.447Z | Downloading... |
| 614 | 2024-01-24T04:27:18.447Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
| 615 | 2024-01-24T04:27:55.996Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 616 | 2024-01-24T04:27:56.012Z | ++ sha256sum |
| 617 | 2024-01-24T04:27:56.012Z | ++ awk '{print $1}' |
| 618 | 2024-01-24T04:27:56.012Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
| 619 | 2024-01-24T04:27:56.012Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
| 620 | 2024-01-24T04:27:56.012Z | + do_untar out/downloads/mgd.tar.gz |
| 621 | 2024-01-24T04:27:56.012Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 622 | 2024-01-24T04:27:56.636Z | + do_assemble |
| 623 | 2024-01-24T04:27:56.636Z | + rm -r ./out/mgd |
| 624 | 2024-01-24T04:27:56.650Z | + mkdir ./out/mgd |
| 625 | 2024-01-24T04:27:56.650Z | + cp -r out/downloads/root ./out/mgd/root |
| 626 | 2024-01-24T04:27:56.872Z | + set -o errexit |
| 627 | 2024-01-24T04:27:56.881Z | +++ dirname ./tools/ci_download_transceiver_control |
| 628 | 2024-01-24T04:27:56.882Z | ++ cd ./tools |
| 629 | 2024-01-24T04:27:56.882Z | ++ pwd |
| 630 | 2024-01-24T04:27:56.882Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 631 | 2024-01-24T04:27:56.882Z | ++ basename ./tools/ci_download_transceiver_control |
| 632 | 2024-01-24T04:27:56.882Z | + ARG0=ci_download_transceiver_control |
| 633 | 2024-01-24T04:27:56.883Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 634 | 2024-01-24T04:27:56.883Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 635 | 2024-01-24T04:27:56.883Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 636 | 2024-01-24T04:27:56.883Z | + TARGET_DIR=out |
| 637 | 2024-01-24T04:27:56.884Z | + DOWNLOAD_DIR=out/downloads |
| 638 | 2024-01-24T04:27:56.884Z | + DEST_DIR=./out/transceiver-control |
| 639 | 2024-01-24T04:27:56.884Z | + BIN_DIR=/opt/oxide/bin |
| 640 | 2024-01-24T04:27:56.884Z | + BINARY=xcvradm |
| 641 | 2024-01-24T04:27:56.884Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 642 | 2024-01-24T04:27:56.884Z | + REPO=oxidecomputer/transceiver-control |
| 643 | 2024-01-24T04:27:56.885Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 644 | 2024-01-24T04:27:56.899Z | + main |
| 645 | 2024-01-24T04:27:56.899Z | + [[ 0 != 0 ]] |
| 646 | 2024-01-24T04:27:56.899Z | + CIDL_OS=solaris2.11 |
| 647 | 2024-01-24T04:27:56.899Z | + [[ 0 != 0 ]] |
| 648 | 2024-01-24T04:27:56.899Z | + configure_os solaris2.11 |
| 649 | 2024-01-24T04:27:56.899Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 650 | 2024-01-24T04:27:56.899Z | current directory: /work/oxidecomputer/omicron |
| 651 | 2024-01-24T04:27:56.900Z | + echo 'configuring based on OS: "solaris2.11"' |
| 652 | 2024-01-24T04:27:56.900Z | configuring based on OS: "solaris2.11" |
| 653 | 2024-01-24T04:27:56.900Z | + case "$1" in |
| 654 | 2024-01-24T04:27:56.900Z | + SET_BINARIES= |
| 655 | 2024-01-24T04:27:56.900Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 656 | 2024-01-24T04:27:56.900Z | + CIDL_SHA256FUNC=do_sha256sum |
| 657 | 2024-01-24T04:27:56.900Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 658 | 2024-01-24T04:27:56.900Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 659 | 2024-01-24T04:27:56.901Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 660 | 2024-01-24T04:27:56.901Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 661 | 2024-01-24T04:27:56.901Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 662 | 2024-01-24T04:27:56.901Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 663 | 2024-01-24T04:27:56.901Z | Local file: out/downloads/xcvradm.gz |
| 664 | 2024-01-24T04:27:56.901Z | + mkdir -p out/downloads |
| 665 | 2024-01-24T04:27:56.902Z | + mkdir -p ./out/transceiver-control |
| 666 | 2024-01-24T04:27:56.902Z | + fetch_and_verify |
| 667 | 2024-01-24T04:27:56.902Z | + local DO_DOWNLOAD=true |
| 668 | 2024-01-24T04:27:56.902Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 669 | 2024-01-24T04:27:56.902Z | + '[' true == true ']' |
| 670 | 2024-01-24T04:27:56.902Z | + echo Downloading... |
| 671 | 2024-01-24T04:27:56.902Z | Downloading... |
| 672 | 2024-01-24T04:27:56.902Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 673 | 2024-01-24T04:27:56.902Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 674 | 2024-01-24T04:28:03.475Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 675 | 2024-01-24T04:28:03.489Z | ++ sha256sum |
| 676 | 2024-01-24T04:28:03.489Z | ++ awk '{print $1}' |
| 677 | 2024-01-24T04:28:03.493Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 678 | 2024-01-24T04:28:03.493Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
| 679 | 2024-01-24T04:28:03.493Z | + do_unpack out/downloads/xcvradm.gz |
| 680 | 2024-01-24T04:28:03.493Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 681 | 2024-01-24T04:28:03.493Z | + gzip -dc out/downloads/xcvradm.gz |
| 682 | 2024-01-24T04:28:03.659Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 683 | 2024-01-24T04:28:03.663Z | + do_assemble |
| 684 | 2024-01-24T04:28:03.663Z | + rm -r ./out/transceiver-control |
| 685 | 2024-01-24T04:28:03.663Z | + mkdir ./out/transceiver-control |
| 686 | 2024-01-24T04:28:03.666Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 687 | 2024-01-24T04:28:03.902Z | All prerequisites installed successfully |
| 688 | 2024-01-24T04:28:03.909Z | |
| 689 | 2024-01-24T04:28:03.909Z | real 2:52.790923101 |
| 690 | 2024-01-24T04:28:03.909Z | user 52.138057363 |
| 691 | 2024-01-24T04:28:03.909Z | sys 10.004202625 |
| 692 | 2024-01-24T04:28:03.909Z | trap 0.023872628 |
| 693 | 2024-01-24T04:28:03.909Z | tflt 0.236786216 |
| 694 | 2024-01-24T04:28:03.909Z | dflt 0.364045623 |
| 695 | 2024-01-24T04:28:03.910Z | kflt 0.140970271 |
| 696 | 2024-01-24T04:28:03.910Z | lock 1.996828032 |
| 697 | 2024-01-24T04:28:03.910Z | slp 6:24.783904014 |
| 698 | 2024-01-24T04:28:03.910Z | lat 3.532264854 |
| 699 | 2024-01-24T04:28:03.910Z | stop 0.068389771 |
| 700 | 2024-01-24T04:28:03.910Z | + banner end-to-end-tests |
| 701 | 2024-01-24T04:28:03.910Z | |
| 702 | 2024-01-24T04:28:03.910Z | ###### # # ##### ##### #### ###### # # ##### |
| 703 | 2024-01-24T04:28:03.910Z | # ## # # # # # # # ## # # # |
| 704 | 2024-01-24T04:28:03.910Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 705 | 2024-01-24T04:28:03.911Z | # # # # # # # # # # # # # # # |
| 706 | 2024-01-24T04:28:03.911Z | # # ## # # # # # # # ## # # |
| 707 | 2024-01-24T04:28:03.911Z | ###### # # ##### # #### ###### # # ##### |
| 708 | 2024-01-24T04:28:03.911Z | |
| 709 | 2024-01-24T04:28:03.911Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 710 | 2024-01-24T04:28:03.911Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 711 | 2024-01-24T04:28:03.911Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 712 | 2024-01-24T04:28:03.911Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 713 | 2024-01-24T04:28:03.911Z | + export CARGO_INCREMENTAL=0 |
| 714 | 2024-01-24T04:28:03.912Z | + CARGO_INCREMENTAL=0 |
| 715 | 2024-01-24T04:28:03.912Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 716 | 2024-01-24T04:28:04.216Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 717 | 2024-01-24T04:28:04.689Z | Updating crates.io index |
| 718 | 2024-01-24T04:28:04.715Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 719 | 2024-01-24T04:28:05.495Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 720 | 2024-01-24T04:28:07.694Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 721 | 2024-01-24T04:28:08.343Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 722 | 2024-01-24T04:28:08.655Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 723 | 2024-01-24T04:28:08.915Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 724 | 2024-01-24T04:28:09.194Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 725 | 2024-01-24T04:28:10.462Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 726 | 2024-01-24T04:28:12.445Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 727 | 2024-01-24T04:28:13.462Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 728 | 2024-01-24T04:28:13.807Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 729 | 2024-01-24T04:28:14.812Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 730 | 2024-01-24T04:28:14.815Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 731 | 2024-01-24T04:28:15.085Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 732 | 2024-01-24T04:28:15.379Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 733 | 2024-01-24T04:28:15.789Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 734 | 2024-01-24T04:28:16.111Z | Updating git repository `https://github.com/njaremko/samael` |
| 735 | 2024-01-24T04:28:16.537Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 736 | 2024-01-24T04:28:17.237Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 737 | 2024-01-24T04:28:17.692Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 738 | 2024-01-24T04:28:18.042Z | Updating git repository `https://github.com/jgallagher/nix` |
| 739 | 2024-01-24T04:28:19.281Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 740 | 2024-01-24T04:28:19.701Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 741 | 2024-01-24T04:28:21.423Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 742 | 2024-01-24T04:28:21.797Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 743 | 2024-01-24T04:28:22.087Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 744 | 2024-01-24T04:28:23.691Z | Downloading crates ... |
| 745 | 2024-01-24T04:28:24.009Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 746 | 2024-01-24T04:28:24.026Z | Downloaded derive_more v0.99.17 |
| 747 | 2024-01-24T04:28:24.026Z | Downloaded base16ct v0.2.0 |
| 748 | 2024-01-24T04:28:24.026Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 749 | 2024-01-24T04:28:24.027Z | Downloaded base64ct v1.6.0 |
| 750 | 2024-01-24T04:28:24.027Z | Downloaded anstyle-query v1.0.0 |
| 751 | 2024-01-24T04:28:24.027Z | Downloaded backoff v0.4.0 |
| 752 | 2024-01-24T04:28:24.027Z | Downloaded async-trait v0.1.77 |
| 753 | 2024-01-24T04:28:24.027Z | Downloaded dirs v5.0.1 |
| 754 | 2024-01-24T04:28:24.027Z | Downloaded crucible-workspace-hack v0.1.0 |
| 755 | 2024-01-24T04:28:24.076Z | Downloaded derive-where v1.2.7 |
| 756 | 2024-01-24T04:28:24.076Z | Downloaded nom v7.1.3 |
| 757 | 2024-01-24T04:28:24.107Z | Downloaded minimal-lexical v0.2.1 |
| 758 | 2024-01-24T04:28:24.107Z | Downloaded num-traits v0.2.16 |
| 759 | 2024-01-24T04:28:24.107Z | Downloaded usdt-macro v0.3.5 |
| 760 | 2024-01-24T04:28:24.107Z | Downloaded num-bigint v0.4.4 |
| 761 | 2024-01-24T04:28:24.107Z | Downloaded paste v1.0.14 |
| 762 | 2024-01-24T04:28:24.107Z | Downloaded take_mut v0.2.2 |
| 763 | 2024-01-24T04:28:24.541Z | Downloaded pbkdf2 v0.11.0 |
| 764 | 2024-01-24T04:28:24.541Z | Downloaded opaque-debug v0.3.0 |
| 765 | 2024-01-24T04:28:24.541Z | Downloaded lock_api v0.4.10 |
| 766 | 2024-01-24T04:28:24.542Z | Downloaded openssl-macros v0.1.1 |
| 767 | 2024-01-24T04:28:24.542Z | Downloaded bzip2 v0.4.4 |
| 768 | 2024-01-24T04:28:24.542Z | Downloaded foreign-types-macros v0.2.3 |
| 769 | 2024-01-24T04:28:24.542Z | Downloaded pretty-hex v0.4.1 |
| 770 | 2024-01-24T04:28:24.542Z | Downloaded quick-error v1.2.3 |
| 771 | 2024-01-24T04:28:24.542Z | Downloaded password-hash v0.4.2 |
| 772 | 2024-01-24T04:28:24.542Z | Downloaded pem-rfc7468 v0.7.0 |
| 773 | 2024-01-24T04:28:24.542Z | Downloaded cancel-safe-futures v0.1.5 |
| 774 | 2024-01-24T04:28:24.548Z | Downloaded fxhash v0.2.1 |
| 775 | 2024-01-24T04:28:24.549Z | Downloaded errno v0.3.8 |
| 776 | 2024-01-24T04:28:24.549Z | Downloaded native-tls v0.2.11 |
| 777 | 2024-01-24T04:28:24.549Z | Downloaded pkg-config v0.3.27 |
| 778 | 2024-01-24T04:28:24.549Z | Downloaded structopt-derive v0.4.18 |
| 779 | 2024-01-24T04:28:24.549Z | Downloaded base64 v0.21.7 |
| 780 | 2024-01-24T04:28:24.549Z | Downloaded tempfile v3.9.0 |
| 781 | 2024-01-24T04:28:24.549Z | Downloaded futures-executor v0.3.30 |
| 782 | 2024-01-24T04:28:24.549Z | Downloaded untrusted v0.7.1 |
| 783 | 2024-01-24T04:28:24.549Z | Downloaded primeorder v0.13.6 |
| 784 | 2024-01-24T04:28:24.549Z | Downloaded hash32 v0.2.1 |
| 785 | 2024-01-24T04:28:24.549Z | Downloaded fallible-iterator v0.2.0 |
| 786 | 2024-01-24T04:28:24.549Z | Downloaded platforms v3.0.2 |
| 787 | 2024-01-24T04:28:24.550Z | Downloaded swrite v0.1.0 |
| 788 | 2024-01-24T04:28:24.550Z | Downloaded hex-literal v0.4.1 |
| 789 | 2024-01-24T04:28:24.550Z | Downloaded iana-time-zone v0.1.57 |
| 790 | 2024-01-24T04:28:24.550Z | Downloaded kstat-rs v0.2.3 |
| 791 | 2024-01-24T04:28:24.550Z | Downloaded ipnetwork v0.20.0 |
| 792 | 2024-01-24T04:28:24.550Z | Downloaded itoa v1.0.9 |
| 793 | 2024-01-24T04:28:24.550Z | Downloaded either v1.9.0 |
| 794 | 2024-01-24T04:28:24.550Z | Downloaded futures-core v0.3.30 |
| 795 | 2024-01-24T04:28:24.550Z | Downloaded parking_lot v0.11.2 |
| 796 | 2024-01-24T04:28:24.550Z | Downloaded unicase v2.7.0 |
| 797 | 2024-01-24T04:28:24.550Z | Downloaded openssl-sys v0.9.96 |
| 798 | 2024-01-24T04:28:24.551Z | Downloaded equivalent v1.0.1 |
| 799 | 2024-01-24T04:28:24.551Z | Downloaded foreign-types-shared v0.3.1 |
| 800 | 2024-01-24T04:28:24.551Z | Downloaded rand_core v0.5.1 |
| 801 | 2024-01-24T04:28:24.551Z | Downloaded getopts v0.2.21 |
| 802 | 2024-01-24T04:28:24.551Z | Downloaded time-core v0.1.1 |
| 803 | 2024-01-24T04:28:24.551Z | Downloaded waitgroup v0.1.2 |
| 804 | 2024-01-24T04:28:24.551Z | Downloaded glob v0.3.1 |
| 805 | 2024-01-24T04:28:24.551Z | Downloaded untrusted v0.9.0 |
| 806 | 2024-01-24T04:28:24.551Z | Downloaded semver-parser v0.10.2 |
| 807 | 2024-01-24T04:28:24.551Z | Downloaded strsim v0.10.0 |
| 808 | 2024-01-24T04:28:24.551Z | Downloaded ipnet v2.9.0 |
| 809 | 2024-01-24T04:28:24.551Z | Downloaded rand_core v0.6.4 |
| 810 | 2024-01-24T04:28:24.551Z | Downloaded thiserror-impl v1.0.49 |
| 811 | 2024-01-24T04:28:24.552Z | Downloaded thiserror v1.0.49 |
| 812 | 2024-01-24T04:28:24.552Z | Downloaded ident_case v1.0.1 |
| 813 | 2024-01-24T04:28:24.552Z | Downloaded zone_cfg_derive v0.3.0 |
| 814 | 2024-01-24T04:28:24.552Z | Downloaded stable_deref_trait v1.2.0 |
| 815 | 2024-01-24T04:28:24.552Z | Downloaded ryu v1.0.15 |
| 816 | 2024-01-24T04:28:24.552Z | Downloaded sha2 v0.10.8 |
| 817 | 2024-01-24T04:28:24.552Z | Downloaded futures-macro v0.3.30 |
| 818 | 2024-01-24T04:28:24.552Z | Downloaded whoami v1.4.1 |
| 819 | 2024-01-24T04:28:24.552Z | Downloaded hmac v0.12.1 |
| 820 | 2024-01-24T04:28:24.552Z | Downloaded semver v1.0.21 |
| 821 | 2024-01-24T04:28:24.552Z | Downloaded rustfmt-wrapper v0.2.0 |
| 822 | 2024-01-24T04:28:24.552Z | Downloaded zerocopy v0.6.4 |
| 823 | 2024-01-24T04:28:24.552Z | Downloaded yasna v0.5.2 |
| 824 | 2024-01-24T04:28:24.553Z | Downloaded tungstenite v0.20.1 |
| 825 | 2024-01-24T04:28:24.553Z | Downloaded foreign-types v0.3.2 |
| 826 | 2024-01-24T04:28:24.553Z | Downloaded foreign-types v0.5.0 |
| 827 | 2024-01-24T04:28:24.553Z | Downloaded unicode-width v0.1.11 |
| 828 | 2024-01-24T04:28:24.553Z | Downloaded strum_macros v0.25.2 |
| 829 | 2024-01-24T04:28:24.553Z | Downloaded dtrace-parser v0.1.14 |
| 830 | 2024-01-24T04:28:24.553Z | Downloaded hyper-staticfile v0.9.5 |
| 831 | 2024-01-24T04:28:24.553Z | Downloaded indexmap v2.1.0 |
| 832 | 2024-01-24T04:28:24.553Z | Downloaded rustls-pki-types v1.1.0 |
| 833 | 2024-01-24T04:28:24.553Z | Downloaded rustc-demangle v0.1.23 |
| 834 | 2024-01-24T04:28:24.553Z | Downloaded rustc_version v0.1.7 |
| 835 | 2024-01-24T04:28:24.553Z | Downloaded term v0.7.0 |
| 836 | 2024-01-24T04:28:24.553Z | Downloaded static_assertions v1.1.0 |
| 837 | 2024-01-24T04:28:24.554Z | Downloaded slog-envlogger v2.2.0 |
| 838 | 2024-01-24T04:28:24.554Z | Downloaded ed25519-dalek v2.0.0 |
| 839 | 2024-01-24T04:28:24.554Z | Downloaded http-range v0.1.5 |
| 840 | 2024-01-24T04:28:24.554Z | Downloaded synstructure v0.12.6 |
| 841 | 2024-01-24T04:28:24.554Z | Downloaded strsim v0.8.0 |
| 842 | 2024-01-24T04:28:24.554Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 843 | 2024-01-24T04:28:24.554Z | Downloaded smf v0.2.2 |
| 844 | 2024-01-24T04:28:24.554Z | Downloaded same-file v1.0.6 |
| 845 | 2024-01-24T04:28:24.554Z | Downloaded subtle v2.5.0 |
| 846 | 2024-01-24T04:28:24.554Z | Downloaded serde_derive v1.0.195 |
| 847 | 2024-01-24T04:28:24.555Z | Downloaded httpdate v1.0.3 |
| 848 | 2024-01-24T04:28:24.555Z | Downloaded instant v0.1.12 |
| 849 | 2024-01-24T04:28:24.555Z | Downloaded stringprep v0.1.3 |
| 850 | 2024-01-24T04:28:24.555Z | Downloaded dirs-sys-next v0.1.2 |
| 851 | 2024-01-24T04:28:24.555Z | Downloaded signature v2.1.0 |
| 852 | 2024-01-24T04:28:24.555Z | Downloaded dof v0.1.5 |
| 853 | 2024-01-24T04:28:24.555Z | Downloaded zone v0.3.0 |
| 854 | 2024-01-24T04:28:24.555Z | Downloaded unicode-xid v0.2.4 |
| 855 | 2024-01-24T04:28:24.555Z | Downloaded snafu-derive v0.7.5 |
| 856 | 2024-01-24T04:28:24.555Z | Downloaded float-cmp v0.9.0 |
| 857 | 2024-01-24T04:28:24.556Z | Downloaded hex v0.4.3 |
| 858 | 2024-01-24T04:28:24.556Z | Downloaded slog-dtrace v0.2.3 |
| 859 | 2024-01-24T04:28:24.556Z | Downloaded slog-async v2.8.0 |
| 860 | 2024-01-24T04:28:24.556Z | Downloaded serde_urlencoded v0.7.1 |
| 861 | 2024-01-24T04:28:24.556Z | Downloaded structopt v0.3.26 |
| 862 | 2024-01-24T04:28:24.556Z | Downloaded slog-stdlog v4.1.1 |
| 863 | 2024-01-24T04:28:24.556Z | Downloaded hubpack v0.1.2 |
| 864 | 2024-01-24T04:28:24.556Z | Downloaded resolv-conf v0.7.0 |
| 865 | 2024-01-24T04:28:24.556Z | Downloaded serde_repr v0.1.16 |
| 866 | 2024-01-24T04:28:24.556Z | Downloaded serde_path_to_error v0.1.15 |
| 867 | 2024-01-24T04:28:24.556Z | Downloaded serde_spanned v0.6.4 |
| 868 | 2024-01-24T04:28:24.557Z | Downloaded tokio-tungstenite v0.20.1 |
| 869 | 2024-01-24T04:28:24.557Z | Downloaded futures-sink v0.3.30 |
| 870 | 2024-01-24T04:28:24.557Z | Downloaded string_cache v0.8.7 |
| 871 | 2024-01-24T04:28:24.557Z | Downloaded zeroize v1.7.0 |
| 872 | 2024-01-24T04:28:24.557Z | Downloaded rand v0.8.5 |
| 873 | 2024-01-24T04:28:24.558Z | Downloaded slog-term v2.9.0 |
| 874 | 2024-01-24T04:28:24.572Z | Downloaded snafu v0.7.5 |
| 875 | 2024-01-24T04:28:24.572Z | Downloaded serde_with_macros v3.4.0 |
| 876 | 2024-01-24T04:28:24.572Z | Downloaded serde_tokenstream v0.1.7 |
| 877 | 2024-01-24T04:28:24.572Z | Downloaded headers v0.3.9 |
| 878 | 2024-01-24T04:28:24.572Z | Downloaded signal-hook-registry v1.4.1 |
| 879 | 2024-01-24T04:28:24.572Z | Downloaded slog v2.7.0 |
| 880 | 2024-01-24T04:28:24.572Z | Downloaded tracing-core v0.1.31 |
| 881 | 2024-01-24T04:28:24.573Z | Downloaded aho-corasick v1.0.4 |
| 882 | 2024-01-24T04:28:24.573Z | Downloaded toml_edit v0.19.15 |
| 883 | 2024-01-24T04:28:24.591Z | Downloaded steno v0.4.0 |
| 884 | 2024-01-24T04:28:24.601Z | Downloaded trust-dns-server v0.22.1 |
| 885 | 2024-01-24T04:28:24.653Z | Downloaded serde_json v1.0.111 |
| 886 | 2024-01-24T04:28:24.705Z | Downloaded serde_yaml v0.9.25 |
| 887 | 2024-01-24T04:28:24.705Z | Downloaded openssl v0.10.60 |
| 888 | 2024-01-24T04:28:24.705Z | Downloaded trust-dns-client v0.22.0 |
| 889 | 2024-01-24T04:28:24.705Z | Downloaded zerocopy v0.7.31 |
| 890 | 2024-01-24T04:28:24.745Z | Downloaded hyper v0.14.27 |
| 891 | 2024-01-24T04:28:24.745Z | Downloaded vcpkg v0.2.15 |
| 892 | 2024-01-24T04:28:24.820Z | Downloaded russh v0.40.2 |
| 893 | 2024-01-24T04:28:24.936Z | Downloaded clap v2.34.0 |
| 894 | 2024-01-24T04:28:24.936Z | Downloaded idna v0.5.0 |
| 895 | 2024-01-24T04:28:24.936Z | Downloaded regex-syntax v0.7.5 |
| 896 | 2024-01-24T04:28:24.936Z | Downloaded hashbrown v0.14.2 |
| 897 | 2024-01-24T04:28:24.936Z | Downloaded serde_with v3.4.0 |
| 898 | 2024-01-24T04:28:25.079Z | Downloaded h2 v0.3.24 |
| 899 | 2024-01-24T04:28:25.079Z | Downloaded rustls-webpki v0.102.1 |
| 900 | 2024-01-24T04:28:25.079Z | Downloaded itertools v0.12.0 |
| 901 | 2024-01-24T04:28:25.079Z | Downloaded tokio v1.35.1 |
| 902 | 2024-01-24T04:28:25.181Z | Downloaded itertools v0.10.5 |
| 903 | 2024-01-24T04:28:25.181Z | Downloaded sha3 v0.10.8 |
| 904 | 2024-01-24T04:28:25.181Z | Downloaded idna v0.2.3 |
| 905 | 2024-01-24T04:28:25.181Z | Downloaded webpki-roots v0.25.2 |
| 906 | 2024-01-24T04:28:25.181Z | Downloaded regress v0.7.1 |
| 907 | 2024-01-24T04:28:25.181Z | Downloaded bstr v0.2.17 |
| 908 | 2024-01-24T04:28:25.181Z | Downloaded syn v2.0.46 |
| 909 | 2024-01-24T04:28:25.301Z | Downloaded regex v1.10.2 |
| 910 | 2024-01-24T04:28:25.301Z | Downloaded rustls v0.22.2 |
| 911 | 2024-01-24T04:28:25.301Z | Downloaded smoltcp v0.11.0 |
| 912 | 2024-01-24T04:28:26.064Z | Downloaded rustix v0.38.30 |
| 913 | 2024-01-24T04:28:26.064Z | Downloaded regex-syntax v0.8.2 |
| 914 | 2024-01-24T04:28:26.064Z | Downloaded rustix v0.37.23 |
| 915 | 2024-01-24T04:28:26.065Z | Downloaded bstr v1.6.0 |
| 916 | 2024-01-24T04:28:26.911Z | Downloaded zerocopy-derive v0.2.0 |
| 917 | 2024-01-24T04:28:26.911Z | Downloaded zerocopy-derive v0.6.4 |
| 918 | 2024-01-24T04:28:26.911Z | Downloaded sled v0.34.7 |
| 919 | 2024-01-24T04:28:26.912Z | Downloaded zerocopy-derive v0.7.31 |
| 920 | 2024-01-24T04:28:26.912Z | Downloaded regex-automata v0.4.3 |
| 921 | 2024-01-24T04:28:26.912Z | Downloaded libc v0.2.152 |
| 922 | 2024-01-24T04:28:26.912Z | Downloaded ring v0.16.20 |
| 923 | 2024-01-24T04:28:26.912Z | Downloaded regex-automata v0.3.8 |
| 924 | 2024-01-24T04:28:26.912Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 925 | 2024-01-24T04:28:26.912Z | Downloaded winapi v0.3.9 |
| 926 | 2024-01-24T04:28:26.912Z | Downloaded openapiv3 v2.0.0 |
| 927 | 2024-01-24T04:28:26.912Z | Downloaded rustls v0.21.9 |
| 928 | 2024-01-24T04:28:26.912Z | Downloaded smoltcp v0.9.1 |
| 929 | 2024-01-24T04:28:26.913Z | Downloaded encoding_rs v0.8.33 |
| 930 | 2024-01-24T04:28:26.913Z | Downloaded trust-dns-proto v0.22.0 |
| 931 | 2024-01-24T04:28:26.913Z | Downloaded curve25519-dalek v4.1.1 |
| 932 | 2024-01-24T04:28:26.913Z | Downloaded reqwest v0.11.22 |
| 933 | 2024-01-24T04:28:26.913Z | Downloaded rustls-webpki v0.101.7 |
| 934 | 2024-01-24T04:28:26.913Z | Downloaded petgraph v0.6.4 |
| 935 | 2024-01-24T04:28:26.913Z | Downloaded gimli v0.28.0 |
| 936 | 2024-01-24T04:28:26.913Z | Downloaded object v0.32.1 |
| 937 | 2024-01-24T04:28:26.913Z | Downloaded ring v0.17.7 |
| 938 | 2024-01-24T04:28:29.681Z | Downloaded time v0.3.27 |
| 939 | 2024-01-24T04:28:29.681Z | Downloaded radix_trie v0.2.1 |
| 940 | 2024-01-24T04:28:29.681Z | Downloaded syn v1.0.109 |
| 941 | 2024-01-24T04:28:29.681Z | Downloaded unicode-segmentation v1.10.1 |
| 942 | 2024-01-24T04:28:29.681Z | Downloaded winnow v0.5.15 |
| 943 | 2024-01-24T04:28:29.681Z | Downloaded regex-automata v0.1.10 |
| 944 | 2024-01-24T04:28:29.681Z | Downloaded tokio-util v0.7.10 |
| 945 | 2024-01-24T04:28:29.681Z | Downloaded hkdf v0.12.4 |
| 946 | 2024-01-24T04:28:29.681Z | Downloaded futures-util v0.3.30 |
| 947 | 2024-01-24T04:28:29.681Z | Downloaded clap_builder v4.4.2 |
| 948 | 2024-01-24T04:28:29.682Z | Downloaded http v1.0.0 |
| 949 | 2024-01-24T04:28:29.682Z | Downloaded hashbrown v0.13.2 |
| 950 | 2024-01-24T04:28:29.682Z | Downloaded libm v0.2.7 |
| 951 | 2024-01-24T04:28:29.682Z | Downloaded chrono v0.4.31 |
| 952 | 2024-01-24T04:28:29.682Z | Downloaded zip v0.6.6 |
| 953 | 2024-01-24T04:28:29.682Z | Downloaded trust-dns-resolver v0.22.0 |
| 954 | 2024-01-24T04:28:29.682Z | Downloaded rcgen v0.12.0 |
| 955 | 2024-01-24T04:28:29.682Z | Downloaded rand v0.7.3 |
| 956 | 2024-01-24T04:28:29.682Z | Downloaded aes-gcm v0.10.3 |
| 957 | 2024-01-24T04:28:29.682Z | Downloaded http v0.2.11 |
| 958 | 2024-01-24T04:28:29.682Z | Downloaded futures v0.3.30 |
| 959 | 2024-01-24T04:28:29.682Z | Downloaded heapless v0.8.0 |
| 960 | 2024-01-24T04:28:29.682Z | Downloaded flate2 v1.0.28 |
| 961 | 2024-01-24T04:28:29.682Z | Downloaded hashbrown v0.12.3 |
| 962 | 2024-01-24T04:28:29.683Z | Downloaded similar v2.3.0 |
| 963 | 2024-01-24T04:28:29.683Z | Downloaded toml_edit v0.21.0 |
| 964 | 2024-01-24T04:28:29.683Z | Downloaded aes v0.8.3 |
| 965 | 2024-01-24T04:28:29.683Z | Downloaded unicode-normalization v0.1.22 |
| 966 | 2024-01-24T04:28:29.683Z | Downloaded tracing-attributes v0.1.26 |
| 967 | 2024-01-24T04:28:29.683Z | Downloaded tokio-rustls v0.25.0 |
| 968 | 2024-01-24T04:28:29.683Z | Downloaded unicode-bidi v0.3.13 |
| 969 | 2024-01-24T04:28:29.683Z | Downloaded tokio-rustls v0.24.1 |
| 970 | 2024-01-24T04:28:29.683Z | Downloaded httparse v1.8.0 |
| 971 | 2024-01-24T04:28:29.683Z | Downloaded uuid v1.6.1 |
| 972 | 2024-01-24T04:28:29.683Z | Downloaded zerocopy v0.3.0 |
| 973 | 2024-01-24T04:28:29.683Z | Downloaded textwrap v0.11.0 |
| 974 | 2024-01-24T04:28:29.683Z | Downloaded signal-hook v0.3.17 |
| 975 | 2024-01-24T04:28:29.683Z | Downloaded ecdsa v0.16.9 |
| 976 | 2024-01-24T04:28:29.683Z | Downloaded url v2.5.0 |
| 977 | 2024-01-24T04:28:29.683Z | Downloaded pest v2.7.2 |
| 978 | 2024-01-24T04:28:29.683Z | Downloaded elliptic-curve v0.13.8 |
| 979 | 2024-01-24T04:28:29.683Z | Downloaded rfc6979 v0.4.0 |
| 980 | 2024-01-24T04:28:29.684Z | Downloaded smallvec v1.11.2 |
| 981 | 2024-01-24T04:28:29.684Z | Downloaded crossterm v0.27.0 |
| 982 | 2024-01-24T04:28:29.684Z | Downloaded slab v0.4.9 |
| 983 | 2024-01-24T04:28:29.684Z | Downloaded pem v3.0.2 |
| 984 | 2024-01-24T04:28:29.684Z | Downloaded terminal_size v0.2.6 |
| 985 | 2024-01-24T04:28:29.684Z | Downloaded parking_lot_core v0.8.6 |
| 986 | 2024-01-24T04:28:29.684Z | Downloaded toml v0.5.11 |
| 987 | 2024-01-24T04:28:29.684Z | Downloaded spin v0.9.8 |
| 988 | 2024-01-24T04:28:29.684Z | Downloaded serde v1.0.195 |
| 989 | 2024-01-24T04:28:29.684Z | Downloaded tracing v0.1.37 |
| 990 | 2024-01-24T04:28:29.684Z | Downloaded slog-bunyan v2.5.0 |
| 991 | 2024-01-24T04:28:29.684Z | Downloaded sha1 v0.10.6 |
| 992 | 2024-01-24T04:28:29.684Z | Downloaded indexmap v1.9.3 |
| 993 | 2024-01-24T04:28:29.684Z | Downloaded is-terminal v0.4.9 |
| 994 | 2024-01-24T04:28:29.684Z | Downloaded socket2 v0.5.5 |
| 995 | 2024-01-24T04:28:29.685Z | Downloaded group v0.13.0 |
| 996 | 2024-01-24T04:28:29.685Z | Downloaded heapless v0.7.16 |
| 997 | 2024-01-24T04:28:29.685Z | Downloaded slog-scope v4.4.0 |
| 998 | 2024-01-24T04:28:29.685Z | Downloaded slog-json v2.6.1 |
| 999 | 2024-01-24T04:28:29.685Z | Downloaded signal-hook-mio v0.2.3 |
| 1000 | 2024-01-24T04:28:29.685Z | Downloaded keccak v0.1.4 |
| 1001 | 2024-01-24T04:28:29.685Z | Downloaded heck v0.4.1 |
| 1002 | 2024-01-24T04:28:29.685Z | Downloaded heck v0.3.3 |
| 1003 | 2024-01-24T04:28:29.685Z | Downloaded utf8parse v0.2.1 |
| 1004 | 2024-01-24T04:28:29.685Z | Downloaded utf-8 v0.7.6 |
| 1005 | 2024-01-24T04:28:29.685Z | Downloaded serde_derive_internals v0.26.0 |
| 1006 | 2024-01-24T04:28:29.685Z | Downloaded rustls-pemfile v1.0.3 |
| 1007 | 2024-01-24T04:28:29.685Z | Downloaded dyn-clone v1.0.13 |
| 1008 | 2024-01-24T04:28:29.685Z | Downloaded structmeta-derive v0.2.0 |
| 1009 | 2024-01-24T04:28:29.685Z | Downloaded futures-channel v0.3.30 |
| 1010 | 2024-01-24T04:28:29.685Z | Downloaded walkdir v2.4.0 |
| 1011 | 2024-01-24T04:28:29.685Z | Downloaded tokio-postgres v0.7.10 |
| 1012 | 2024-01-24T04:28:29.685Z | Downloaded crossbeam-channel v0.5.8 |
| 1013 | 2024-01-24T04:28:29.686Z | Downloaded enum-as-inner v0.5.1 |
| 1014 | 2024-01-24T04:28:29.686Z | Downloaded memchr v2.6.3 |
| 1015 | 2024-01-24T04:28:29.686Z | Downloaded structmeta v0.2.0 |
| 1016 | 2024-01-24T04:28:29.686Z | Downloaded flagset v0.4.3 |
| 1017 | 2024-01-24T04:28:29.686Z | Downloaded filetime v0.2.23 |
| 1018 | 2024-01-24T04:28:29.686Z | Downloaded hubpack_derive v0.1.1 |
| 1019 | 2024-01-24T04:28:29.686Z | Downloaded zeroize_derive v1.4.2 |
| 1020 | 2024-01-24T04:28:29.686Z | Downloaded inout v0.1.3 |
| 1021 | 2024-01-24T04:28:29.686Z | Downloaded usdt v0.3.5 |
| 1022 | 2024-01-24T04:28:29.686Z | Downloaded half v1.8.2 |
| 1023 | 2024-01-24T04:28:29.686Z | Downloaded schemars v0.8.16 |
| 1024 | 2024-01-24T04:28:29.686Z | Downloaded toml v0.7.8 |
| 1025 | 2024-01-24T04:28:29.686Z | Downloaded ucd-trie v0.1.6 |
| 1026 | 2024-01-24T04:28:29.686Z | Downloaded typenum v1.16.0 |
| 1027 | 2024-01-24T04:28:29.686Z | Downloaded http-body v0.4.5 |
| 1028 | 2024-01-24T04:28:29.686Z | Downloaded hyper-rustls v0.24.2 |
| 1029 | 2024-01-24T04:28:29.686Z | Downloaded rustc_version v0.4.0 |
| 1030 | 2024-01-24T04:28:29.686Z | Downloaded tinyvec v1.6.0 |
| 1031 | 2024-01-24T04:28:29.687Z | Downloaded socket2 v0.4.9 |
| 1032 | 2024-01-24T04:28:29.687Z | Downloaded tokio-stream v0.1.14 |
| 1033 | 2024-01-24T04:28:29.687Z | Downloaded quote v1.0.35 |
| 1034 | 2024-01-24T04:28:29.687Z | Downloaded toml_datetime v0.6.5 |
| 1035 | 2024-01-24T04:28:29.687Z | Downloaded unsafe-libyaml v0.2.10 |
| 1036 | 2024-01-24T04:28:29.687Z | Downloaded russh-keys v0.40.1 |
| 1037 | 2024-01-24T04:28:29.687Z | Downloaded embedded-io v0.4.0 |
| 1038 | 2024-01-24T04:28:53.028Z | Downloaded chacha20poly1305 v0.10.1 |
| 1039 | 2024-01-24T04:28:53.028Z | Downloaded futures-io v0.3.30 |
| 1040 | 2024-01-24T04:28:53.028Z | Downloaded form_urlencoded v1.2.1 |
| 1041 | 2024-01-24T04:28:53.028Z | Downloaded fixedbitset v0.4.2 |
| 1042 | 2024-01-24T04:28:53.028Z | Downloaded ff v0.13.0 |
| 1043 | 2024-01-24T04:28:53.028Z | Downloaded getrandom v0.2.10 |
| 1044 | 2024-01-24T04:28:53.028Z | Downloaded getrandom v0.1.16 |
| 1045 | 2024-01-24T04:28:53.028Z | Downloaded time-macros v0.2.13 |
| 1046 | 2024-01-24T04:28:53.028Z | Downloaded crypto-bigint v0.5.2 |
| 1047 | 2024-01-24T04:28:53.028Z | Downloaded strum v0.25.0 |
| 1048 | 2024-01-24T04:28:53.028Z | Downloaded usdt-attr-macro v0.3.5 |
| 1049 | 2024-01-24T04:28:53.029Z | Downloaded spki v0.7.2 |
| 1050 | 2024-01-24T04:28:53.029Z | Downloaded serde_tokenstream v0.2.0 |
| 1051 | 2024-01-24T04:28:53.029Z | Downloaded generic-array v0.14.7 |
| 1052 | 2024-01-24T04:28:53.029Z | Downloaded secrecy v0.8.0 |
| 1053 | 2024-01-24T04:28:53.029Z | Downloaded sct v0.7.0 |
| 1054 | 2024-01-24T04:28:53.029Z | Downloaded unicode-ident v1.0.12 |
| 1055 | 2024-01-24T04:28:53.029Z | Downloaded spin v0.5.2 |
| 1056 | 2024-01-24T04:28:53.029Z | Downloaded io-lifetimes v1.0.11 |
| 1057 | 2024-01-24T04:28:53.029Z | Downloaded postcard v1.0.8 |
| 1058 | 2024-01-24T04:28:53.029Z | Downloaded pin-project v1.1.3 |
| 1059 | 2024-01-24T04:28:53.029Z | Downloaded p256 v0.13.2 |
| 1060 | 2024-01-24T04:28:53.029Z | Downloaded libefi-sys v0.1.0 |
| 1061 | 2024-01-24T04:28:53.030Z | Downloaded toml v0.8.8 |
| 1062 | 2024-01-24T04:28:53.030Z | Downloaded subprocess v0.2.9 |
| 1063 | 2024-01-24T04:28:53.030Z | Downloaded proc-macro2 v1.0.74 |
| 1064 | 2024-01-24T04:28:53.030Z | Downloaded num-rational v0.4.1 |
| 1065 | 2024-01-24T04:28:53.030Z | Downloaded universal-hash v0.5.1 |
| 1066 | 2024-01-24T04:28:53.030Z | Downloaded futures-task v0.3.30 |
| 1067 | 2024-01-24T04:28:53.030Z | Downloaded semver v0.11.0 |
| 1068 | 2024-01-24T04:28:53.030Z | Downloaded endian-type v0.1.2 |
| 1069 | 2024-01-24T04:28:53.030Z | Downloaded want v0.3.1 |
| 1070 | 2024-01-24T04:28:53.030Z | Downloaded tar v0.4.40 |
| 1071 | 2024-01-24T04:28:53.030Z | Downloaded rand_chacha v0.3.1 |
| 1072 | 2024-01-24T04:28:53.030Z | Downloaded vsss-rs v3.3.4 |
| 1073 | 2024-01-24T04:28:53.030Z | Downloaded predicates v3.1.0 |
| 1074 | 2024-01-24T04:28:53.030Z | Downloaded diesel_derives v2.1.2 |
| 1075 | 2024-01-24T04:28:53.030Z | Downloaded rustls-pemfile v2.0.0 |
| 1076 | 2024-01-24T04:28:53.030Z | Downloaded clap v4.4.3 |
| 1077 | 2024-01-24T04:28:53.030Z | Downloaded home v0.5.5 |
| 1078 | 2024-01-24T04:28:53.030Z | Downloaded pkcs8 v0.10.2 |
| 1079 | 2024-01-24T04:28:53.031Z | Downloaded pin-project-lite v0.2.13 |
| 1080 | 2024-01-24T04:28:53.031Z | Downloaded der v0.7.8 |
| 1081 | 2024-01-24T04:28:53.031Z | Downloaded semver v0.1.20 |
| 1082 | 2024-01-24T04:28:53.031Z | Downloaded sec1 v0.7.3 |
| 1083 | 2024-01-24T04:28:53.031Z | Downloaded scopeguard v1.2.0 |
| 1084 | 2024-01-24T04:28:53.031Z | Downloaded schemars_derive v0.8.16 |
| 1085 | 2024-01-24T04:28:53.031Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1086 | 2024-01-24T04:28:53.031Z | Downloaded rustversion v1.0.14 |
| 1087 | 2024-01-24T04:28:53.031Z | Downloaded siphasher v0.3.11 |
| 1088 | 2024-01-24T04:28:53.031Z | Downloaded poly1305 v0.8.0 |
| 1089 | 2024-01-24T04:28:53.031Z | Downloaded ghash v0.5.0 |
| 1090 | 2024-01-24T04:28:53.031Z | Downloaded num-complex v0.4.4 |
| 1091 | 2024-01-24T04:28:53.031Z | Downloaded allocator-api2 v0.2.16 |
| 1092 | 2024-01-24T04:28:53.031Z | Downloaded hash32 v0.3.1 |
| 1093 | 2024-01-24T04:28:53.031Z | Downloaded rand_chacha v0.2.2 |
| 1094 | 2024-01-24T04:28:53.031Z | Downloaded lalrpop-util v0.19.12 |
| 1095 | 2024-01-24T04:28:53.031Z | Downloaded lazy_static v1.4.0 |
| 1096 | 2024-01-24T04:28:53.031Z | Downloaded hostname v0.3.1 |
| 1097 | 2024-01-24T04:28:53.031Z | Downloaded tinyvec_macros v0.1.1 |
| 1098 | 2024-01-24T04:28:53.032Z | Downloaded proc-macro-error v1.0.4 |
| 1099 | 2024-01-24T04:28:53.032Z | Downloaded postgres-types v0.2.6 |
| 1100 | 2024-01-24T04:28:53.032Z | Downloaded russh-cryptovec v0.7.0 |
| 1101 | 2024-01-24T04:28:53.032Z | Downloaded log v0.4.20 |
| 1102 | 2024-01-24T04:28:53.032Z | Downloaded ed25519 v2.2.2 |
| 1103 | 2024-01-24T04:28:53.032Z | Downloaded omicron-zone-package v0.10.1 |
| 1104 | 2024-01-24T04:28:53.032Z | Downloaded bytes v1.5.0 |
| 1105 | 2024-01-24T04:28:53.032Z | Downloaded cc v1.0.83 |
| 1106 | 2024-01-24T04:28:53.032Z | Downloaded hyper-tls v0.5.0 |
| 1107 | 2024-01-24T04:28:53.032Z | Downloaded usdt-impl v0.3.5 |
| 1108 | 2024-01-24T04:28:53.032Z | Downloaded r2d2 v0.8.10 |
| 1109 | 2024-01-24T04:28:53.032Z | Downloaded postgres-protocol v0.6.6 |
| 1110 | 2024-01-24T04:28:53.032Z | Downloaded owo-colors v3.5.0 |
| 1111 | 2024-01-24T04:28:53.032Z | Downloaded predicates-core v1.0.6 |
| 1112 | 2024-01-24T04:28:53.032Z | Downloaded pin-project-internal v1.1.3 |
| 1113 | 2024-01-24T04:28:53.032Z | Downloaded pest_derive v2.7.2 |
| 1114 | 2024-01-24T04:28:53.032Z | Downloaded password-hash v0.5.0 |
| 1115 | 2024-01-24T04:28:53.032Z | Downloaded num-integer v0.1.45 |
| 1116 | 2024-01-24T04:28:53.032Z | Downloaded ciborium v0.2.1 |
| 1117 | 2024-01-24T04:28:53.032Z | Downloaded pest_meta v2.7.2 |
| 1118 | 2024-01-24T04:28:53.032Z | Downloaded phf_shared v0.11.2 |
| 1119 | 2024-01-24T04:28:53.032Z | Downloaded crossbeam-epoch v0.9.15 |
| 1120 | 2024-01-24T04:28:53.033Z | Downloaded tokio-macros v2.2.0 |
| 1121 | 2024-01-24T04:28:53.033Z | Downloaded thread-id v4.2.0 |
| 1122 | 2024-01-24T04:28:53.033Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1123 | 2024-01-24T04:28:53.033Z | Downloaded proc-macro-crate v1.3.1 |
| 1124 | 2024-01-24T04:28:53.033Z | Downloaded ppv-lite86 v0.2.17 |
| 1125 | 2024-01-24T04:28:53.033Z | Downloaded fnv v1.0.7 |
| 1126 | 2024-01-24T04:28:53.033Z | Downloaded fastrand v2.0.0 |
| 1127 | 2024-01-24T04:28:53.033Z | Downloaded version_check v0.9.4 |
| 1128 | 2024-01-24T04:28:53.033Z | Downloaded once_cell v1.19.0 |
| 1129 | 2024-01-24T04:28:53.033Z | Downloaded thiserror-no-std v2.0.2 |
| 1130 | 2024-01-24T04:28:53.033Z | Downloaded pretty-hex v0.2.1 |
| 1131 | 2024-01-24T04:28:53.033Z | Downloaded parse-display-derive v0.8.2 |
| 1132 | 2024-01-24T04:28:53.033Z | Downloaded toolchain_find v0.2.0 |
| 1133 | 2024-01-24T04:28:53.033Z | Downloaded miniz_oxide v0.7.1 |
| 1134 | 2024-01-24T04:28:53.033Z | Downloaded const-oid v0.9.5 |
| 1135 | 2024-01-24T04:28:53.033Z | Downloaded console v0.15.8 |
| 1136 | 2024-01-24T04:28:53.033Z | Downloaded headers-core v0.2.0 |
| 1137 | 2024-01-24T04:28:53.033Z | Downloaded crc32fast v1.3.2 |
| 1138 | 2024-01-24T04:28:54.010Z | Downloaded anstyle-parse v0.2.1 |
| 1139 | 2024-01-24T04:28:54.010Z | Downloaded xattr v1.0.1 |
| 1140 | 2024-01-24T04:28:54.010Z | Downloaded vec_map v0.8.2 |
| 1141 | 2024-01-24T04:28:54.010Z | Downloaded try-lock v0.2.4 |
| 1142 | 2024-01-24T04:28:54.010Z | Downloaded topological-sort v0.2.2 |
| 1143 | 2024-01-24T04:28:54.010Z | Downloaded atomic-waker v1.1.1 |
| 1144 | 2024-01-24T04:28:54.010Z | Downloaded num_enum_derive v0.5.11 |
| 1145 | 2024-01-24T04:28:54.010Z | Downloaded tokio-native-tls v0.3.1 |
| 1146 | 2024-01-24T04:28:54.010Z | Downloaded thread_local v1.1.7 |
| 1147 | 2024-01-24T04:28:54.010Z | Downloaded parse-display v0.8.2 |
| 1148 | 2024-01-24T04:28:54.010Z | Downloaded num_enum v0.5.11 |
| 1149 | 2024-01-24T04:28:54.010Z | Downloaded nibble_vec v0.1.0 |
| 1150 | 2024-01-24T04:28:54.010Z | Downloaded polyval v0.6.1 |
| 1151 | 2024-01-24T04:28:54.010Z | Downloaded pbkdf2 v0.12.2 |
| 1152 | 2024-01-24T04:28:54.010Z | Downloaded aead v0.5.2 |
| 1153 | 2024-01-24T04:28:54.010Z | Downloaded tower-service v0.3.2 |
| 1154 | 2024-01-24T04:28:54.010Z | Downloaded pin-utils v0.1.0 |
| 1155 | 2024-01-24T04:28:54.010Z | Downloaded phf v0.11.2 |
| 1156 | 2024-01-24T04:28:54.010Z | Downloaded pest_generator v2.7.2 |
| 1157 | 2024-01-24T04:28:54.010Z | Downloaded percent-encoding v2.3.1 |
| 1158 | 2024-01-24T04:28:54.010Z | Downloaded difflib v0.4.0 |
| 1159 | 2024-01-24T04:28:54.010Z | Downloaded debug-ignore v1.0.5 |
| 1160 | 2024-01-24T04:28:54.011Z | Downloaded anstyle v1.0.2 |
| 1161 | 2024-01-24T04:28:54.011Z | Downloaded arc-swap v1.6.0 |
| 1162 | 2024-01-24T04:28:54.011Z | Downloaded foreign-types-shared v0.1.1 |
| 1163 | 2024-01-24T04:28:54.011Z | Downloaded precomputed-hash v0.1.1 |
| 1164 | 2024-01-24T04:28:54.011Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1165 | 2024-01-24T04:28:54.011Z | Downloaded macaddr v1.0.1 |
| 1166 | 2024-01-24T04:28:54.011Z | Downloaded libsw v3.3.1 |
| 1167 | 2024-01-24T04:28:54.011Z | Downloaded ciborium-ll v0.2.1 |
| 1168 | 2024-01-24T04:28:54.011Z | Downloaded clap_derive v4.4.2 |
| 1169 | 2024-01-24T04:28:54.011Z | Downloaded parking_lot_core v0.9.8 |
| 1170 | 2024-01-24T04:28:54.011Z | Downloaded parking_lot v0.12.1 |
| 1171 | 2024-01-24T04:28:54.011Z | Downloaded openssl-probe v0.1.5 |
| 1172 | 2024-01-24T04:28:54.011Z | Downloaded num_cpus v1.16.0 |
| 1173 | 2024-01-24T04:28:54.011Z | Downloaded darling_core v0.20.3 |
| 1174 | 2024-01-24T04:28:54.011Z | Downloaded normalize-line-endings v0.3.0 |
| 1175 | 2024-01-24T04:28:54.011Z | Downloaded lru-cache v0.1.2 |
| 1176 | 2024-01-24T04:28:54.011Z | Downloaded linked-hash-map v0.5.6 |
| 1177 | 2024-01-24T04:28:54.011Z | Downloaded linear-map v1.2.0 |
| 1178 | 2024-01-24T04:28:54.011Z | Downloaded convert_case v0.4.0 |
| 1179 | 2024-01-24T04:28:54.011Z | Downloaded colored v2.0.4 |
| 1180 | 2024-01-24T04:28:54.011Z | Downloaded cpufeatures v0.2.9 |
| 1181 | 2024-01-24T04:28:54.011Z | Downloaded cipher v0.4.4 |
| 1182 | 2024-01-24T04:28:54.012Z | Downloaded clap_lex v0.5.1 |
| 1183 | 2024-01-24T04:28:54.012Z | Downloaded chacha20 v0.9.1 |
| 1184 | 2024-01-24T04:28:54.012Z | Downloaded ciborium-io v0.2.1 |
| 1185 | 2024-01-24T04:28:54.012Z | Downloaded cbc v0.1.2 |
| 1186 | 2024-01-24T04:28:54.012Z | Downloaded doc-comment v0.3.3 |
| 1187 | 2024-01-24T04:28:54.012Z | Downloaded display-error-chain v0.2.0 |
| 1188 | 2024-01-24T04:28:54.012Z | Downloaded num v0.4.1 |
| 1189 | 2024-01-24T04:28:54.012Z | Downloaded darling_macro v0.20.3 |
| 1190 | 2024-01-24T04:28:54.012Z | Downloaded blowfish v0.9.1 |
| 1191 | 2024-01-24T04:28:54.012Z | Downloaded option-ext v0.2.0 |
| 1192 | 2024-01-24T04:28:54.012Z | Downloaded diesel v2.1.4 |
| 1193 | 2024-01-24T04:28:54.012Z | Downloaded md-5 v0.10.5 |
| 1194 | 2024-01-24T04:28:54.012Z | Downloaded managed v0.8.0 |
| 1195 | 2024-01-24T04:28:54.012Z | Downloaded cobs v0.2.3 |
| 1196 | 2024-01-24T04:28:54.012Z | Downloaded dirs-sys v0.4.1 |
| 1197 | 2024-01-24T04:28:54.012Z | Downloaded cfg-if v1.0.0 |
| 1198 | 2024-01-24T04:28:54.012Z | Downloaded block-buffer v0.10.4 |
| 1199 | 2024-01-24T04:28:54.013Z | Downloaded phf_shared v0.10.0 |
| 1200 | 2024-01-24T04:28:54.013Z | Downloaded mime v0.3.17 |
| 1201 | 2024-01-24T04:28:54.013Z | Downloaded crypto-common v0.1.6 |
| 1202 | 2024-01-24T04:28:54.013Z | Downloaded camino v1.1.6 |
| 1203 | 2024-01-24T04:28:54.013Z | Downloaded dirs-next v2.0.0 |
| 1204 | 2024-01-24T04:28:54.013Z | Downloaded matches v0.1.10 |
| 1205 | 2024-01-24T04:28:54.013Z | Downloaded camino-tempfile v1.1.1 |
| 1206 | 2024-01-24T04:28:54.013Z | Downloaded deranged v0.3.8 |
| 1207 | 2024-01-24T04:28:54.013Z | Downloaded crossbeam-utils v0.8.16 |
| 1208 | 2024-01-24T04:28:54.013Z | Downloaded new_debug_unreachable v1.0.4 |
| 1209 | 2024-01-24T04:28:54.013Z | Downloaded mime_guess v2.0.4 |
| 1210 | 2024-01-24T04:28:54.013Z | Downloaded block-padding v0.3.3 |
| 1211 | 2024-01-24T04:28:54.013Z | Downloaded byteorder v1.5.0 |
| 1212 | 2024-01-24T04:28:54.013Z | Downloaded blake2 v0.10.6 |
| 1213 | 2024-01-24T04:28:54.013Z | Downloaded anyhow v1.0.75 |
| 1214 | 2024-01-24T04:28:54.013Z | Downloaded data-encoding v2.4.0 |
| 1215 | 2024-01-24T04:28:54.013Z | Downloaded colorchoice v1.0.0 |
| 1216 | 2024-01-24T04:28:54.013Z | Downloaded backtrace v0.3.69 |
| 1217 | 2024-01-24T04:28:54.013Z | Downloaded match_cfg v0.1.0 |
| 1218 | 2024-01-24T04:28:54.013Z | Downloaded md5 v0.7.0 |
| 1219 | 2024-01-24T04:28:54.013Z | Downloaded bitflags v1.3.2 |
| 1220 | 2024-01-24T04:28:54.014Z | Downloaded num-iter v0.1.43 |
| 1221 | 2024-01-24T04:28:54.014Z | Downloaded newtype_derive v0.1.6 |
| 1222 | 2024-01-24T04:28:54.014Z | Downloaded mio v0.8.9 |
| 1223 | 2024-01-24T04:28:54.014Z | Downloaded bit-set v0.5.3 |
| 1224 | 2024-01-24T04:28:54.014Z | Downloaded bitflags v2.4.0 |
| 1225 | 2024-01-24T04:28:54.014Z | Downloaded async-stream-impl v0.3.5 |
| 1226 | 2024-01-24T04:28:54.014Z | Downloaded ctr v0.9.2 |
| 1227 | 2024-01-24T04:28:54.014Z | Downloaded defmt-parser v0.3.3 |
| 1228 | 2024-01-24T04:28:54.014Z | Downloaded defmt-macros v0.3.6 |
| 1229 | 2024-01-24T04:28:54.014Z | Downloaded defmt v0.3.5 |
| 1230 | 2024-01-24T04:28:54.014Z | Downloaded autocfg v1.1.0 |
| 1231 | 2024-01-24T04:28:54.014Z | Downloaded argon2 v0.5.2 |
| 1232 | 2024-01-24T04:28:54.014Z | Downloaded digest v0.10.7 |
| 1233 | 2024-01-24T04:28:54.014Z | Downloaded darling v0.20.3 |
| 1234 | 2024-01-24T04:28:54.014Z | Downloaded bit-vec v0.6.3 |
| 1235 | 2024-01-24T04:28:54.014Z | Downloaded num_threads v0.1.6 |
| 1236 | 2024-01-24T04:28:54.014Z | Downloaded num-derive v0.4.0 |
| 1237 | 2024-01-24T04:28:54.014Z | Downloaded der_derive v0.7.2 |
| 1238 | 2024-01-24T04:28:54.360Z | Downloaded ahash v0.8.6 |
| 1239 | 2024-01-24T04:28:54.360Z | Downloaded atty v0.2.14 |
| 1240 | 2024-01-24T04:28:54.360Z | Downloaded anstream v0.5.0 |
| 1241 | 2024-01-24T04:28:54.360Z | Downloaded ansi_term v0.12.1 |
| 1242 | 2024-01-24T04:28:54.361Z | Downloaded atomicwrites v0.4.3 |
| 1243 | 2024-01-24T04:28:54.361Z | Downloaded async-stream v0.3.5 |
| 1244 | 2024-01-24T04:28:54.361Z | Downloaded adler v1.0.2 |
| 1245 | 2024-01-24T04:28:54.361Z | Downloaded multer v3.0.0 |
| 1246 | 2024-01-24T04:28:54.361Z | Downloaded memoffset v0.9.0 |
| 1247 | 2024-01-24T04:28:54.361Z | Downloaded addr2line v0.21.0 |
| 1248 | 2024-01-24T04:28:54.361Z | Downloaded cstr-argument v0.1.2 |
| 1249 | 2024-01-24T04:28:54.361Z | Compiling proc-macro2 v1.0.74 |
| 1250 | 2024-01-24T04:28:54.361Z | Compiling unicode-ident v1.0.12 |
| 1251 | 2024-01-24T04:28:54.361Z | Compiling libc v0.2.152 |
| 1252 | 2024-01-24T04:28:54.361Z | Compiling serde v1.0.195 |
| 1253 | 2024-01-24T04:28:54.361Z | Compiling version_check v0.9.4 |
| 1254 | 2024-01-24T04:28:54.361Z | Compiling autocfg v1.1.0 |
| 1255 | 2024-01-24T04:28:54.361Z | Compiling cfg-if v1.0.0 |
| 1256 | 2024-01-24T04:28:54.361Z | Compiling syn v1.0.109 |
| 1257 | 2024-01-24T04:28:54.361Z | Compiling typenum v1.16.0 |
| 1258 | 2024-01-24T04:28:54.361Z | Compiling once_cell v1.19.0 |
| 1259 | 2024-01-24T04:28:54.361Z | Compiling parking_lot_core v0.9.8 |
| 1260 | 2024-01-24T04:28:54.361Z | Compiling lock_api v0.4.10 |
| 1261 | 2024-01-24T04:28:54.361Z | Compiling generic-array v0.14.7 |
| 1262 | 2024-01-24T04:28:54.362Z | Compiling ahash v0.8.6 |
| 1263 | 2024-01-24T04:28:54.362Z | Compiling libm v0.2.7 |
| 1264 | 2024-01-24T04:28:54.362Z | Compiling byteorder v1.5.0 |
| 1265 | 2024-01-24T04:28:54.362Z | Compiling num-traits v0.2.16 |
| 1266 | 2024-01-24T04:28:54.362Z | Compiling thiserror v1.0.49 |
| 1267 | 2024-01-24T04:28:54.362Z | Compiling serde_json v1.0.111 |
| 1268 | 2024-01-24T04:28:54.362Z | Compiling slab v0.4.9 |
| 1269 | 2024-01-24T04:28:54.362Z | Compiling memchr v2.6.3 |
| 1270 | 2024-01-24T04:28:54.362Z | Compiling scopeguard v1.2.0 |
| 1271 | 2024-01-24T04:28:54.362Z | Compiling itoa v1.0.9 |
| 1272 | 2024-01-24T04:28:54.362Z | Compiling quote v1.0.35 |
| 1273 | 2024-01-24T04:28:54.362Z | Compiling syn v2.0.46 |
| 1274 | 2024-01-24T04:28:54.362Z | Compiling getrandom v0.2.10 |
| 1275 | 2024-01-24T04:28:54.362Z | Compiling cc v1.0.83 |
| 1276 | 2024-01-24T04:28:54.362Z | Compiling rand_core v0.6.4 |
| 1277 | 2024-01-24T04:28:54.362Z | Compiling log v0.4.20 |
| 1278 | 2024-01-24T04:28:54.362Z | Compiling pkg-config v0.3.27 |
| 1279 | 2024-01-24T04:28:54.362Z | Compiling subtle v2.5.0 |
| 1280 | 2024-01-24T04:28:54.490Z | Compiling heck v0.4.1 |
| 1281 | 2024-01-24T04:28:54.490Z | Compiling ryu v1.0.15 |
| 1282 | 2024-01-24T04:28:54.490Z | Compiling allocator-api2 v0.2.16 |
| 1283 | 2024-01-24T04:28:54.490Z | Compiling smallvec v1.11.2 |
| 1284 | 2024-01-24T04:28:54.490Z | Compiling equivalent v1.0.1 |
| 1285 | 2024-01-24T04:28:54.490Z | Compiling schemars v0.8.16 |
| 1286 | 2024-01-24T04:28:54.490Z | Compiling vcpkg v0.2.15 |
| 1287 | 2024-01-24T04:28:54.490Z | Compiling pin-project-lite v0.2.13 |
| 1288 | 2024-01-24T04:28:54.490Z | Compiling httparse v1.8.0 |
| 1289 | 2024-01-24T04:28:54.490Z | Compiling parking_lot v0.12.1 |
| 1290 | 2024-01-24T04:28:54.490Z | Compiling signal-hook-registry v1.4.1 |
| 1291 | 2024-01-24T04:28:54.490Z | Compiling ring v0.17.7 |
| 1292 | 2024-01-24T04:28:54.490Z | Compiling ring v0.16.20 |
| 1293 | 2024-01-24T04:28:54.490Z | Compiling semver v1.0.21 |
| 1294 | 2024-01-24T04:28:54.490Z | Compiling const-oid v0.9.5 |
| 1295 | 2024-01-24T04:28:54.490Z | Compiling mio v0.8.9 |
| 1296 | 2024-01-24T04:28:54.490Z | Compiling openssl-sys v0.9.96 |
| 1297 | 2024-01-24T04:28:54.491Z | Compiling fnv v1.0.7 |
| 1298 | 2024-01-24T04:28:54.491Z | Compiling openssl v0.10.60 |
| 1299 | 2024-01-24T04:28:54.491Z | Compiling num_cpus v1.16.0 |
| 1300 | 2024-01-24T04:28:54.491Z | Compiling socket2 v0.5.5 |
| 1301 | 2024-01-24T04:28:54.491Z | Compiling iana-time-zone v0.1.57 |
| 1302 | 2024-01-24T04:28:54.491Z | Compiling ucd-trie v0.1.6 |
| 1303 | 2024-01-24T04:28:54.491Z | Compiling futures-core v0.3.30 |
| 1304 | 2024-01-24T04:28:54.491Z | Compiling rustls v0.21.9 |
| 1305 | 2024-01-24T04:28:54.491Z | Compiling native-tls v0.2.11 |
| 1306 | 2024-01-24T04:28:54.491Z | Compiling async-trait v0.1.77 |
| 1307 | 2024-01-24T04:28:54.491Z | Compiling spin v0.5.2 |
| 1308 | 2024-01-24T04:28:54.491Z | Compiling dyn-clone v1.0.13 |
| 1309 | 2024-01-24T04:28:54.491Z | Compiling futures-sink v0.3.30 |
| 1310 | 2024-01-24T04:28:54.491Z | Compiling serde_derive_internals v0.26.0 |
| 1311 | 2024-01-24T04:28:54.491Z | Compiling backtrace v0.3.69 |
| 1312 | 2024-01-24T04:28:54.491Z | Compiling aho-corasick v1.0.4 |
| 1313 | 2024-01-24T04:28:54.491Z | Compiling tinyvec_macros v0.1.1 |
| 1314 | 2024-01-24T04:28:54.491Z | Compiling regex-syntax v0.8.2 |
| 1315 | 2024-01-24T04:28:54.491Z | Compiling rustix v0.38.30 |
| 1316 | 2024-01-24T04:28:54.491Z | Compiling tinyvec v1.6.0 |
| 1317 | 2024-01-24T04:28:54.491Z | Compiling futures-channel v0.3.30 |
| 1318 | 2024-01-24T04:28:54.492Z | Compiling pin-utils v0.1.0 |
| 1319 | 2024-01-24T04:28:54.492Z | Compiling futures-task v0.3.30 |
| 1320 | 2024-01-24T04:28:54.492Z | Compiling futures-io v0.3.30 |
| 1321 | 2024-01-24T04:28:54.492Z | Compiling winnow v0.5.15 |
| 1322 | 2024-01-24T04:28:54.492Z | Compiling spin v0.9.8 |
| 1323 | 2024-01-24T04:28:54.492Z | Compiling unicode-normalization v0.1.22 |
| 1324 | 2024-01-24T04:28:54.492Z | Compiling tracing-core v0.1.31 |
| 1325 | 2024-01-24T04:28:54.492Z | Compiling cpufeatures v0.2.9 |
| 1326 | 2024-01-24T04:28:54.492Z | Compiling unicode-bidi v0.3.13 |
| 1327 | 2024-01-24T04:28:54.492Z | Compiling anyhow v1.0.75 |
| 1328 | 2024-01-24T04:28:54.492Z | Compiling regex-automata v0.4.3 |
| 1329 | 2024-01-24T04:28:54.492Z | Compiling crc32fast v1.3.2 |
| 1330 | 2024-01-24T04:28:54.492Z | Compiling time-core v0.1.1 |
| 1331 | 2024-01-24T04:28:54.492Z | Compiling slog v2.7.0 |
| 1332 | 2024-01-24T04:28:54.492Z | Compiling time-macros v0.2.13 |
| 1333 | 2024-01-24T04:28:54.492Z | Compiling num-integer v0.1.45 |
| 1334 | 2024-01-24T04:28:54.929Z | Compiling foreign-types-shared v0.1.1 |
| 1335 | 2024-01-24T04:28:55.109Z | Compiling untrusted v0.7.1 |
| 1336 | 2024-01-24T04:28:55.220Z | Compiling unicode-xid v0.2.4 |
| 1337 | 2024-01-24T04:28:55.456Z | Compiling percent-encoding v2.3.1 |
| 1338 | 2024-01-24T04:28:55.712Z | Compiling serde_derive v1.0.195 |
| 1339 | 2024-01-24T04:28:56.004Z | Compiling zeroize_derive v1.4.2 |
| 1340 | 2024-01-24T04:28:56.011Z | Compiling zerocopy-derive v0.7.31 |
| 1341 | 2024-01-24T04:28:56.848Z | Compiling thiserror-impl v1.0.49 |
| 1342 | 2024-01-24T04:28:57.935Z | Compiling tokio-macros v2.2.0 |
| 1343 | 2024-01-24T04:28:58.787Z | Compiling zeroize v1.7.0 |
| 1344 | 2024-01-24T04:28:59.257Z | Compiling futures-macro v0.3.30 |
| 1345 | 2024-01-24T04:28:59.862Z | Compiling zerocopy v0.7.31 |
| 1346 | 2024-01-24T04:29:00.418Z | Compiling tracing-attributes v0.1.26 |
| 1347 | 2024-01-24T04:29:00.730Z | Compiling schemars_derive v0.8.16 |
| 1348 | 2024-01-24T04:29:01.770Z | Compiling crypto-common v0.1.6 |
| 1349 | 2024-01-24T04:29:02.093Z | Compiling block-buffer v0.10.4 |
| 1350 | 2024-01-24T04:29:02.489Z | Compiling openssl-macros v0.1.1 |
| 1351 | 2024-01-24T04:29:02.621Z | Compiling digest v0.10.7 |
| 1352 | 2024-01-24T04:29:02.655Z | Compiling pest v2.7.2 |
| 1353 | 2024-01-24T04:29:03.440Z | Compiling hashbrown v0.14.2 |
| 1354 | 2024-01-24T04:29:05.604Z | Compiling hashbrown v0.13.2 |
| 1355 | 2024-01-24T04:29:06.122Z | Compiling futures-util v0.3.30 |
| 1356 | 2024-01-24T04:29:06.737Z | Compiling regex v1.10.2 |
| 1357 | 2024-01-24T04:29:07.557Z | Compiling tracing v0.1.37 |
| 1358 | 2024-01-24T04:29:07.577Z | Compiling der_derive v0.7.2 |
| 1359 | 2024-01-24T04:29:07.778Z | Compiling untrusted v0.9.0 |
| 1360 | 2024-01-24T04:29:08.049Z | Compiling unicode-width v0.1.11 |
| 1361 | 2024-01-24T04:29:08.978Z | Compiling synstructure v0.12.6 |
| 1362 | 2024-01-24T04:29:09.914Z | Compiling foreign-types v0.3.2 |
| 1363 | 2024-01-24T04:29:12.033Z | Compiling errno v0.3.8 |
| 1364 | 2024-01-24T04:29:12.369Z | Compiling base64 v0.21.7 |
| 1365 | 2024-01-24T04:29:13.653Z | Compiling try-lock v0.2.4 |
| 1366 | 2024-01-24T04:29:13.856Z | Compiling ppv-lite86 v0.2.17 |
| 1367 | 2024-01-24T04:29:14.376Z | Compiling want v0.3.1 |
| 1368 | 2024-01-24T04:29:14.624Z | Compiling zerocopy-derive v0.2.0 |
| 1369 | 2024-01-24T04:29:14.823Z | Compiling sct v0.7.0 |
| 1370 | 2024-01-24T04:29:15.082Z | Compiling rustls-webpki v0.101.7 |
| 1371 | 2024-01-24T04:29:15.276Z | Compiling pest_meta v2.7.2 |
| 1372 | 2024-01-24T04:29:15.578Z | Compiling form_urlencoded v1.2.1 |
| 1373 | 2024-01-24T04:29:16.274Z | Compiling socket2 v0.4.9 |
| 1374 | 2024-01-24T04:29:18.217Z | Compiling io-lifetimes v1.0.11 |
| 1375 | 2024-01-24T04:29:18.372Z | Compiling openssl-probe v0.1.5 |
| 1376 | 2024-01-24T04:29:18.398Z | Compiling httpdate v1.0.3 |
| 1377 | 2024-01-24T04:29:18.767Z | Compiling tower-service v0.3.2 |
| 1378 | 2024-01-24T04:29:19.366Z | Compiling pest_generator v2.7.2 |
| 1379 | 2024-01-24T04:29:20.945Z | Compiling bytes v1.5.0 |
| 1380 | 2024-01-24T04:29:21.336Z | Compiling indexmap v2.1.0 |
| 1381 | 2024-01-24T04:29:21.801Z | Compiling uuid v1.6.1 |
| 1382 | 2024-01-24T04:29:22.601Z | Compiling tokio v1.35.1 |
| 1383 | 2024-01-24T04:29:22.684Z | Compiling chrono v0.4.31 |
| 1384 | 2024-01-24T04:29:23.455Z | Compiling http v0.2.11 |
| 1385 | 2024-01-24T04:29:23.902Z | Compiling toml_datetime v0.6.5 |
| 1386 | 2024-01-24T04:29:24.493Z | Compiling serde_spanned v0.6.4 |
| 1387 | 2024-01-24T04:29:24.618Z | Compiling bitflags v2.4.0 |
| 1388 | 2024-01-24T04:29:25.287Z | Compiling toml_edit v0.19.15 |
| 1389 | 2024-01-24T04:29:27.671Z | Compiling rustc_version v0.4.0 |
| 1390 | 2024-01-24T04:29:28.970Z | Compiling http-body v0.4.5 |
| 1391 | 2024-01-24T04:29:29.604Z | Compiling openapiv3 v2.0.0 |
| 1392 | 2024-01-24T04:29:33.351Z | Compiling idna v0.5.0 |
| 1393 | 2024-01-24T04:29:35.007Z | Compiling lazy_static v1.4.0 |
| 1394 | 2024-01-24T04:29:35.508Z | Compiling adler v1.0.2 |
| 1395 | 2024-01-24T04:29:35.854Z | Compiling crossbeam-utils v0.8.16 |
| 1396 | 2024-01-24T04:29:36.044Z | Compiling miniz_oxide v0.7.1 |
| 1397 | 2024-01-24T04:29:36.592Z | Compiling tokio-util v0.7.10 |
| 1398 | 2024-01-24T04:29:37.868Z | Compiling tokio-rustls v0.24.1 |
| 1399 | 2024-01-24T04:29:38.492Z | Compiling h2 v0.3.24 |
| 1400 | 2024-01-24T04:29:38.680Z | Compiling url v2.5.0 |
| 1401 | 2024-01-24T04:29:39.774Z | Compiling tokio-native-tls v0.3.1 |
| 1402 | 2024-01-24T04:29:40.059Z | Compiling pest_derive v2.7.2 |
| 1403 | 2024-01-24T04:29:40.698Z | Compiling rand_chacha v0.3.1 |
| 1404 | 2024-01-24T04:29:41.809Z | Compiling usdt-impl v0.3.5 |
| 1405 | 2024-01-24T04:29:41.835Z | Compiling rustix v0.37.23 |
| 1406 | 2024-01-24T04:29:42.332Z | Compiling ipnet v2.9.0 |
| 1407 | 2024-01-24T04:29:42.816Z | Compiling rand v0.8.5 |
| 1408 | 2024-01-24T04:29:43.563Z | Compiling serde_urlencoded v0.7.1 |
| 1409 | 2024-01-24T04:29:43.660Z | Compiling rustls-pemfile v1.0.3 |
| 1410 | 2024-01-24T04:29:44.590Z | Compiling encoding_rs v0.8.33 |
| 1411 | 2024-01-24T04:29:44.613Z | Compiling webpki-roots v0.25.2 |
| 1412 | 2024-01-24T04:29:44.641Z | Compiling mime v0.3.17 |
| 1413 | 2024-01-24T04:29:44.842Z | Compiling gimli v0.28.0 |
| 1414 | 2024-01-24T04:29:47.929Z | Compiling zerocopy v0.3.0 |
| 1415 | 2024-01-24T04:29:49.155Z | Compiling object v0.32.1 |
| 1416 | 2024-01-24T04:29:49.177Z | Compiling num-bigint v0.4.4 |
| 1417 | 2024-01-24T04:29:49.900Z | Compiling hyper v0.14.27 |
| 1418 | 2024-01-24T04:29:50.439Z | Compiling rustc-demangle v0.1.23 |
| 1419 | 2024-01-24T04:29:51.220Z | Compiling dof v0.1.5 |
| 1420 | 2024-01-24T04:29:51.240Z | Compiling flate2 v1.0.28 |
| 1421 | 2024-01-24T04:29:52.013Z | Compiling addr2line v0.21.0 |
| 1422 | 2024-01-24T04:29:52.748Z | Compiling dtrace-parser v0.1.14 |
| 1423 | 2024-01-24T04:29:52.795Z | Compiling heapless v0.7.16 |
| 1424 | 2024-01-24T04:29:53.043Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1425 | 2024-01-24T04:29:53.104Z | Compiling thread-id v4.2.0 |
| 1426 | 2024-01-24T04:29:53.292Z | Compiling signal-hook v0.3.17 |
| 1427 | 2024-01-24T04:29:53.510Z | Compiling rustversion v1.0.14 |
| 1428 | 2024-01-24T04:29:55.094Z | Compiling toml v0.7.8 |
| 1429 | 2024-01-24T04:29:56.166Z | Compiling toml_edit v0.21.0 |
| 1430 | 2024-01-24T04:29:56.301Z | Compiling hex v0.4.3 |
| 1431 | 2024-01-24T04:29:56.983Z | Compiling serde_tokenstream v0.1.7 |
| 1432 | 2024-01-24T04:29:57.390Z | Compiling memoffset v0.9.0 |
| 1433 | 2024-01-24T04:29:57.422Z | Compiling strsim v0.10.0 |
| 1434 | 2024-01-24T04:29:57.722Z | Compiling camino v1.1.6 |
| 1435 | 2024-01-24T04:29:57.835Z | Compiling base64ct v1.6.0 |
| 1436 | 2024-01-24T04:29:58.847Z | Compiling serde_tokenstream v0.2.0 |
| 1437 | 2024-01-24T04:30:00.446Z | Compiling bitflags v1.3.2 |
| 1438 | 2024-01-24T04:30:01.176Z | Compiling hyper-rustls v0.24.2 |
| 1439 | 2024-01-24T04:30:01.733Z | Compiling hyper-tls v0.5.0 |
| 1440 | 2024-01-24T04:30:01.856Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1441 | 2024-01-24T04:30:02.250Z | Compiling reqwest v0.11.22 |
| 1442 | 2024-01-24T04:30:02.389Z | Compiling smoltcp v0.9.1 |
| 1443 | 2024-01-24T04:30:03.452Z | Compiling doc-comment v0.3.3 |
| 1444 | 2024-01-24T04:30:03.562Z | Compiling pem-rfc7468 v0.7.0 |
| 1445 | 2024-01-24T04:30:04.310Z | Compiling strum_macros v0.25.2 |
| 1446 | 2024-01-24T04:30:04.808Z | Compiling usdt-attr-macro v0.3.5 |
| 1447 | 2024-01-24T04:30:05.772Z | Compiling usdt-macro v0.3.5 |
| 1448 | 2024-01-24T04:30:05.823Z | Compiling hmac v0.12.1 |
| 1449 | 2024-01-24T04:30:06.903Z | Compiling regress v0.7.1 |
| 1450 | 2024-01-24T04:30:07.135Z | Compiling enum-as-inner v0.5.1 |
| 1451 | 2024-01-24T04:30:07.902Z | Compiling crossbeam-epoch v0.9.15 |
| 1452 | 2024-01-24T04:30:08.594Z | Compiling num-iter v0.1.43 |
| 1453 | 2024-01-24T04:30:08.857Z | Compiling flagset v0.4.3 |
| 1454 | 2024-01-24T04:30:08.875Z | Compiling siphasher v0.3.11 |
| 1455 | 2024-01-24T04:30:18.348Z | Compiling unicode-segmentation v1.10.1 |
| 1456 | 2024-01-24T04:30:18.675Z | Compiling der v0.7.8 |
| 1457 | 2024-01-24T04:30:18.675Z | Compiling hubpack_derive v0.1.1 |
| 1458 | 2024-01-24T04:30:18.675Z | Compiling zerocopy-derive v0.6.4 |
| 1459 | 2024-01-24T04:30:18.675Z | Compiling pin-project-internal v1.1.3 |
| 1460 | 2024-01-24T04:30:18.675Z | Compiling utf8parse v0.2.1 |
| 1461 | 2024-01-24T04:30:18.675Z | Compiling deranged v0.3.8 |
| 1462 | 2024-01-24T04:30:18.675Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1463 | 2024-01-24T04:30:18.675Z | Compiling anstyle v1.0.2 |
| 1464 | 2024-01-24T04:30:20.440Z | Compiling num_threads v0.1.6 |
| 1465 | 2024-01-24T04:30:20.441Z | Compiling spki v0.7.2 |
| 1466 | 2024-01-24T04:30:20.441Z | Compiling sha2 v0.10.8 |
| 1467 | 2024-01-24T04:30:20.441Z | Compiling anstyle-parse v0.2.1 |
| 1468 | 2024-01-24T04:30:20.441Z | Compiling time v0.3.27 |
| 1469 | 2024-01-24T04:30:20.441Z | Compiling md-5 v0.10.5 |
| 1470 | 2024-01-24T04:30:20.441Z | Compiling block-padding v0.3.3 |
| 1471 | 2024-01-24T04:30:20.441Z | Compiling clap_derive v4.4.2 |
| 1472 | 2024-01-24T04:30:20.441Z | Compiling stringprep v0.1.3 |
| 1473 | 2024-01-24T04:30:20.441Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1474 | 2024-01-24T04:30:20.441Z | Compiling hash32 v0.2.1 |
| 1475 | 2024-01-24T04:30:20.441Z | Compiling colorchoice v1.0.0 |
| 1476 | 2024-01-24T04:30:20.441Z | Compiling stable_deref_trait v1.2.0 |
| 1477 | 2024-01-24T04:30:20.441Z | Compiling fallible-iterator v0.2.0 |
| 1478 | 2024-01-24T04:30:20.441Z | Compiling anstyle-query v1.0.0 |
| 1479 | 2024-01-24T04:30:20.441Z | Compiling anstream v0.5.0 |
| 1480 | 2024-01-24T04:30:20.584Z | Compiling postgres-protocol v0.6.6 |
| 1481 | 2024-01-24T04:30:20.693Z | Compiling diesel_derives v2.1.2 |
| 1482 | 2024-01-24T04:30:21.080Z | Compiling terminal_size v0.2.6 |
| 1483 | 2024-01-24T04:30:21.591Z | Compiling inout v0.1.3 |
| 1484 | 2024-01-24T04:30:21.995Z | Compiling pkcs8 v0.10.2 |
| 1485 | 2024-01-24T04:30:22.560Z | Compiling phf_shared v0.11.2 |
| 1486 | 2024-01-24T04:30:40.747Z | Compiling ff v0.13.0 |
| 1487 | 2024-01-24T04:30:41.637Z | Compiling snafu-derive v0.7.5 |
| 1488 | 2024-01-24T04:30:41.637Z | Compiling serde_repr v0.1.16 |
| 1489 | 2024-01-24T04:30:41.637Z | Compiling scheduled-thread-pool v0.2.7 |
| 1490 | 2024-01-24T04:30:41.637Z | Compiling managed v0.8.0 |
| 1491 | 2024-01-24T04:30:41.637Z | Compiling regex-automata v0.1.10 |
| 1492 | 2024-01-24T04:30:41.637Z | Compiling clap_lex v0.5.1 |
| 1493 | 2024-01-24T04:30:41.637Z | Compiling matches v0.1.10 |
| 1494 | 2024-01-24T04:30:42.726Z | Compiling bit-vec v0.6.3 |
| 1495 | 2024-01-24T04:30:42.726Z | Compiling base16ct v0.2.0 |
| 1496 | 2024-01-24T04:30:42.726Z | Compiling sec1 v0.7.3 |
| 1497 | 2024-01-24T04:30:42.727Z | Compiling idna v0.2.3 |
| 1498 | 2024-01-24T04:30:42.727Z | Compiling bstr v0.2.17 |
| 1499 | 2024-01-24T04:30:42.727Z | Compiling clap_builder v4.4.2 |
| 1500 | 2024-01-24T04:30:42.727Z | Compiling r2d2 v0.8.10 |
| 1501 | 2024-01-24T04:30:42.728Z | Compiling group v0.13.0 |
| 1502 | 2024-01-24T04:30:42.728Z | Compiling phf v0.11.2 |
| 1503 | 2024-01-24T04:30:42.728Z | Compiling signal-hook-mio v0.2.3 |
| 1504 | 2024-01-24T04:30:42.728Z | Compiling cipher v0.4.4 |
| 1505 | 2024-01-24T04:30:42.728Z | Compiling postgres-types v0.2.6 |
| 1506 | 2024-01-24T04:30:42.729Z | Compiling bzip2 v0.4.4 |
| 1507 | 2024-01-24T04:30:42.729Z | Compiling pin-project v1.1.3 |
| 1508 | 2024-01-24T04:30:42.729Z | Compiling zerocopy v0.6.4 |
| 1509 | 2024-01-24T04:30:42.729Z | Compiling hubpack v0.1.2 |
| 1510 | 2024-01-24T04:30:42.849Z | Compiling phf_shared v0.10.0 |
| 1511 | 2024-01-24T04:30:43.231Z | Compiling hkdf v0.12.4 |
| 1512 | 2024-01-24T04:30:43.669Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1513 | 2024-01-24T04:30:43.891Z | Compiling ipnetwork v0.20.0 |
| 1514 | 2024-01-24T04:30:43.892Z | Compiling crypto-bigint v0.5.2 |
| 1515 | 2024-01-24T04:30:44.416Z | Compiling futures-executor v0.3.30 |
| 1516 | 2024-01-24T04:30:44.989Z | Compiling float-cmp v0.9.0 |
| 1517 | 2024-01-24T04:30:45.394Z | Compiling data-encoding v2.4.0 |
| 1518 | 2024-01-24T04:30:49.326Z | Compiling precomputed-hash v0.1.1 |
| 1519 | 2024-01-24T04:30:49.964Z | Compiling difflib v0.4.0 |
| 1520 | 2024-01-24T04:30:50.827Z | Compiling normalize-line-endings v0.3.0 |
| 1521 | 2024-01-24T04:30:51.002Z | Compiling new_debug_unreachable v1.0.4 |
| 1522 | 2024-01-24T04:30:51.135Z | Compiling either v1.9.0 |
| 1523 | 2024-01-24T04:30:51.554Z | Compiling static_assertions v1.1.0 |
| 1524 | 2024-01-24T04:30:51.670Z | Compiling predicates-core v1.0.6 |
| 1525 | 2024-01-24T04:30:51.924Z | Compiling fixedbitset v0.4.2 |
| 1526 | 2024-01-24T04:30:52.260Z | Compiling whoami v1.4.1 |
| 1527 | 2024-01-24T04:30:52.648Z | Compiling regex-automata v0.3.8 |
| 1528 | 2024-01-24T04:30:52.699Z | Compiling minimal-lexical v0.2.1 |
| 1529 | 2024-01-24T04:30:53.037Z | Compiling tokio-postgres v0.7.10 |
| 1530 | 2024-01-24T04:30:53.308Z | Compiling petgraph v0.6.4 |
| 1531 | 2024-01-24T04:30:53.488Z | Compiling nom v7.1.3 |
| 1532 | 2024-01-24T04:30:53.599Z | Compiling predicates v3.1.0 |
| 1533 | 2024-01-24T04:30:56.367Z | Compiling bstr v1.6.0 |
| 1534 | 2024-01-24T04:30:56.660Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1535 | 2024-01-24T04:30:56.859Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1536 | 2024-01-24T04:30:59.624Z | Compiling itertools v0.10.5 |
| 1537 | 2024-01-24T04:30:59.852Z | Compiling string_cache v0.8.7 |
| 1538 | 2024-01-24T04:30:59.902Z | Compiling diesel v2.1.4 |
| 1539 | 2024-01-24T04:30:59.952Z | Compiling elliptic-curve v0.13.8 |
| 1540 | 2024-01-24T04:31:00.562Z | Compiling trust-dns-proto v0.22.0 |
| 1541 | 2024-01-24T04:31:01.203Z | Compiling futures v0.3.30 |
| 1542 | 2024-01-24T04:31:03.133Z | Compiling yasna v0.5.2 |
| 1543 | 2024-01-24T04:31:04.100Z | Compiling zip v0.6.6 |
| 1544 | 2024-01-24T04:31:04.444Z | Compiling snafu v0.7.5 |
| 1545 | 2024-01-24T04:31:05.821Z | Compiling clap v4.4.3 |
| 1546 | 2024-01-24T04:31:05.981Z | Compiling crossterm v0.27.0 |
| 1547 | 2024-01-24T04:31:06.344Z | Compiling similar v2.3.0 |
| 1548 | 2024-01-24T04:31:07.058Z | Compiling bit-set v0.5.3 |
| 1549 | 2024-01-24T04:31:07.506Z | Compiling usdt v0.3.5 |
| 1550 | 2024-01-24T04:31:08.366Z | Compiling tokio-stream v0.1.14 |
| 1551 | 2024-01-24T04:31:09.475Z | Compiling console v0.15.8 |
| 1552 | 2024-01-24T04:31:10.452Z | Compiling getopts v0.2.21 |
| 1553 | 2024-01-24T04:31:12.181Z | Compiling unsafe-libyaml v0.2.10 |
| 1554 | 2024-01-24T04:31:12.299Z | Compiling lalrpop-util v0.19.12 |
| 1555 | 2024-01-24T04:31:14.648Z | Compiling serde_yaml v0.9.25 |
| 1556 | 2024-01-24T04:31:14.708Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1557 | 2024-01-24T04:31:33.072Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1558 | 2024-01-24T04:32:07.434Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1559 | 2024-01-24T04:32:17.457Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1560 | 2024-01-24T04:32:18.432Z | Compiling sha1 v0.10.6 |
| 1561 | 2024-01-24T04:32:19.406Z | Compiling atty v0.2.14 |
| 1562 | 2024-01-24T04:32:19.474Z | Compiling match_cfg v0.1.0 |
| 1563 | 2024-01-24T04:32:19.514Z | Compiling dirs-sys-next v0.1.2 |
| 1564 | 2024-01-24T04:32:19.604Z | Compiling hostname v0.3.1 |
| 1565 | 2024-01-24T04:32:19.966Z | Compiling ident_case v1.0.1 |
| 1566 | 2024-01-24T04:32:20.234Z | Compiling rustls-pki-types v1.1.0 |
| 1567 | 2024-01-24T04:32:20.531Z | Compiling darling_core v0.20.3 |
| 1568 | 2024-01-24T04:32:20.692Z | Compiling dirs-next v2.0.0 |
| 1569 | 2024-01-24T04:32:21.002Z | Compiling thread_local v1.1.7 |
| 1570 | 2024-01-24T04:32:21.434Z | Compiling slog-async v2.8.0 |
| 1571 | 2024-01-24T04:32:21.867Z | Compiling rustls v0.22.2 |
| 1572 | 2024-01-24T04:32:22.310Z | Compiling rustls-webpki v0.102.1 |
| 1573 | 2024-01-24T04:32:22.331Z | Compiling term v0.7.0 |
| 1574 | 2024-01-24T04:32:22.354Z | Compiling crossbeam-channel v0.5.8 |
| 1575 | 2024-01-24T04:32:22.803Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1576 | 2024-01-24T04:32:23.156Z | Compiling multer v3.0.0 |
| 1577 | 2024-01-24T04:32:24.038Z | Compiling instant v0.1.12 |
| 1578 | 2024-01-24T04:32:24.052Z | Compiling paste v1.0.14 |
| 1579 | 2024-01-24T04:32:24.305Z | Compiling take_mut v0.2.2 |
| 1580 | 2024-01-24T04:32:25.013Z | Compiling slog-term v2.9.0 |
| 1581 | 2024-01-24T04:32:25.905Z | Compiling slog-json v2.6.1 |
| 1582 | 2024-01-24T04:32:26.492Z | Compiling http v1.0.0 |
| 1583 | 2024-01-24T04:32:26.601Z | Compiling async-stream-impl v0.3.5 |
| 1584 | 2024-01-24T04:32:27.501Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1585 | 2024-01-24T04:32:28.353Z | Compiling debug-ignore v1.0.5 |
| 1586 | 2024-01-24T04:32:28.356Z | Compiling atomic-waker v1.1.1 |
| 1587 | 2024-01-24T04:32:28.356Z | Compiling waitgroup v0.1.2 |
| 1588 | 2024-01-24T04:32:28.481Z | Compiling slog-bunyan v2.5.0 |
| 1589 | 2024-01-24T04:32:28.860Z | Compiling async-stream v0.3.5 |
| 1590 | 2024-01-24T04:32:30.692Z | Compiling darling_macro v0.20.3 |
| 1591 | 2024-01-24T04:32:30.751Z | Compiling rustls-pemfile v2.0.0 |
| 1592 | 2024-01-24T04:32:30.777Z | Compiling toml v0.8.8 |
| 1593 | 2024-01-24T04:32:31.183Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1594 | 2024-01-24T04:32:31.473Z | Compiling serde_path_to_error v0.1.15 |
| 1595 | 2024-01-24T04:32:32.081Z | Compiling tokio-rustls v0.25.0 |
| 1596 | 2024-01-24T04:32:32.347Z | Compiling darling v0.20.3 |
| 1597 | 2024-01-24T04:32:32.514Z | Compiling serde_with_macros v3.4.0 |
| 1598 | 2024-01-24T04:32:32.560Z | Compiling structmeta-derive v0.2.0 |
| 1599 | 2024-01-24T04:32:32.725Z | Compiling strum v0.25.0 |
| 1600 | 2024-01-24T04:32:32.873Z | Compiling regex-syntax v0.7.5 |
| 1601 | 2024-01-24T04:32:32.983Z | Compiling backoff v0.4.0 |
| 1602 | 2024-01-24T04:32:33.587Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1603 | 2024-01-24T04:32:33.681Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1604 | 2024-01-24T04:32:33.913Z | Compiling macaddr v1.0.1 |
| 1605 | 2024-01-24T04:32:34.639Z | Compiling proc-macro-error-attr v1.0.4 |
| 1606 | 2024-01-24T04:32:34.733Z | Compiling proc-macro-crate v1.3.1 |
| 1607 | 2024-01-24T04:32:35.160Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2024-01-24T04:32:35.621Z | Compiling heapless v0.8.0 |
| 1609 | 2024-01-24T04:32:36.594Z | Compiling num_enum_derive v0.5.11 |
| 1610 | 2024-01-24T04:32:37.020Z | Compiling serde_with v3.4.0 |
| 1611 | 2024-01-24T04:32:37.635Z | Compiling structmeta v0.2.0 |
| 1612 | 2024-01-24T04:32:38.391Z | Compiling hash32 v0.3.1 |
| 1613 | 2024-01-24T04:32:38.529Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1614 | 2024-01-24T04:32:38.750Z | Compiling smoltcp v0.11.0 |
| 1615 | 2024-01-24T04:32:40.846Z | Compiling fastrand v2.0.0 |
| 1616 | 2024-01-24T04:32:41.126Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1617 | 2024-01-24T04:32:41.254Z | Compiling num_enum v0.5.11 |
| 1618 | 2024-01-24T04:32:41.488Z | Compiling cobs v0.2.3 |
| 1619 | 2024-01-24T04:32:41.543Z | Compiling same-file v1.0.6 |
| 1620 | 2024-01-24T04:32:41.714Z | Compiling embedded-io v0.4.0 |
| 1621 | 2024-01-24T04:32:41.899Z | Compiling walkdir v2.4.0 |
| 1622 | 2024-01-24T04:32:42.045Z | Compiling postcard v1.0.8 |
| 1623 | 2024-01-24T04:32:42.070Z | Compiling tempfile v3.9.0 |
| 1624 | 2024-01-24T04:32:43.233Z | Compiling semver-parser v0.10.2 |
| 1625 | 2024-01-24T04:32:43.461Z | Compiling foreign-types-macros v0.2.3 |
| 1626 | 2024-01-24T04:32:43.488Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
| 1627 | 2024-01-24T04:32:43.943Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
| 1628 | 2024-01-24T04:32:43.949Z | Compiling foreign-types-shared v0.3.1 |
| 1629 | 2024-01-24T04:32:44.221Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1630 | 2024-01-24T04:32:44.447Z | Compiling parse-display-derive v0.8.2 |
| 1631 | 2024-01-24T04:32:44.655Z | Compiling crucible-workspace-hack v0.1.0 |
| 1632 | 2024-01-24T04:32:45.147Z | Compiling semver v0.11.0 |
| 1633 | 2024-01-24T04:32:45.494Z | Compiling foreign-types v0.5.0 |
| 1634 | 2024-01-24T04:32:46.294Z | Compiling is-terminal v0.4.9 |
| 1635 | 2024-01-24T04:32:46.425Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1636 | 2024-01-24T04:32:46.428Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
| 1637 | 2024-01-24T04:32:46.471Z | Compiling cstr-argument v0.1.2 |
| 1638 | 2024-01-24T04:32:46.833Z | Compiling filetime v0.2.23 |
| 1639 | 2024-01-24T04:32:46.985Z | Compiling xattr v1.0.1 |
| 1640 | 2024-01-24T04:32:47.352Z | Compiling pretty-hex v0.2.1 |
| 1641 | 2024-01-24T04:32:47.376Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1642 | 2024-01-24T04:32:47.628Z | Compiling home v0.5.5 |
| 1643 | 2024-01-24T04:32:47.847Z | Compiling toolchain_find v0.2.0 |
| 1644 | 2024-01-24T04:32:47.867Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1645 | 2024-01-24T04:32:47.993Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
| 1646 | 2024-01-24T04:32:48.017Z | Compiling tar v0.4.40 |
| 1647 | 2024-01-24T04:32:48.470Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1648 | 2024-01-24T04:32:48.672Z | Compiling colored v2.0.4 |
| 1649 | 2024-01-24T04:32:49.378Z | Compiling toml v0.5.11 |
| 1650 | 2024-01-24T04:32:49.666Z | Compiling topological-sort v0.2.2 |
| 1651 | 2024-01-24T04:32:49.727Z | Compiling platforms v3.0.2 |
| 1652 | 2024-01-24T04:32:49.974Z | Compiling omicron-zone-package v0.10.1 |
| 1653 | 2024-01-24T04:32:50.529Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
| 1654 | 2024-01-24T04:32:51.520Z | Compiling camino-tempfile v1.1.1 |
| 1655 | 2024-01-24T04:32:51.595Z | Compiling zone_cfg_derive v0.3.0 |
| 1656 | 2024-01-24T04:32:51.855Z | Compiling parse-display v0.8.2 |
| 1657 | 2024-01-24T04:32:52.144Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1658 | 2024-01-24T04:32:52.253Z | Compiling textwrap v0.11.0 |
| 1659 | 2024-01-24T04:32:55.978Z | Compiling rustfmt-wrapper v0.2.0 |
| 1660 | 2024-01-24T04:32:56.120Z | Compiling heck v0.3.3 |
| 1661 | 2024-01-24T04:32:56.120Z | Compiling num-derive v0.4.0 |
| 1662 | 2024-01-24T04:32:56.121Z | Compiling strsim v0.8.0 |
| 1663 | 2024-01-24T04:32:56.121Z | Compiling vec_map v0.8.2 |
| 1664 | 2024-01-24T04:32:56.121Z | Compiling ansi_term v0.12.1 |
| 1665 | 2024-01-24T04:32:56.121Z | Compiling libefi-sys v0.1.0 |
| 1666 | 2024-01-24T04:32:56.121Z | Compiling clap v2.34.0 |
| 1667 | 2024-01-24T04:32:56.121Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dd2b7b0306d3f01fa09170b8884d402209e49244#dd2b7b03) |
| 1668 | 2024-01-24T04:32:56.121Z | Compiling zone v0.3.0 |
| 1669 | 2024-01-24T04:32:56.431Z | Compiling structopt-derive v0.4.18 |
| 1670 | 2024-01-24T04:32:56.985Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1671 | 2024-01-24T04:32:58.025Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 1672 | 2024-01-24T04:32:58.036Z | Compiling smf v0.2.2 |
| 1673 | 2024-01-24T04:32:58.036Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1674 | 2024-01-24T04:32:58.256Z | Compiling unicase v2.7.0 |
| 1675 | 2024-01-24T04:32:58.570Z | Compiling semver v0.1.20 |
| 1676 | 2024-01-24T04:32:58.678Z | Compiling curve25519-dalek v4.1.1 |
| 1677 | 2024-01-24T04:32:59.231Z | Compiling rustc_version v0.1.7 |
| 1678 | 2024-01-24T04:32:59.520Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1679 | 2024-01-24T04:32:59.660Z | Compiling universal-hash v0.5.1 |
| 1680 | 2024-01-24T04:32:59.817Z | Compiling opaque-debug v0.3.0 |
| 1681 | 2024-01-24T04:32:59.959Z | Compiling newtype_derive v0.1.6 |
| 1682 | 2024-01-24T04:32:59.968Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1683 | 2024-01-24T04:33:00.109Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1684 | 2024-01-24T04:33:00.125Z | Compiling num-rational v0.4.1 |
| 1685 | 2024-01-24T04:33:00.399Z | Compiling getrandom v0.1.16 |
| 1686 | 2024-01-24T04:33:00.627Z | Compiling password-hash v0.5.0 |
| 1687 | 2024-01-24T04:33:00.818Z | Compiling blake2 v0.10.6 |
| 1688 | 2024-01-24T04:33:01.018Z | Compiling signature v2.1.0 |
| 1689 | 2024-01-24T04:33:01.384Z | Compiling parking_lot_core v0.8.6 |
| 1690 | 2024-01-24T04:33:01.534Z | Compiling structopt v0.3.26 |
| 1691 | 2024-01-24T04:33:01.571Z | Compiling quick-error v1.2.3 |
| 1692 | 2024-01-24T04:33:01.792Z | Compiling linked-hash-map v0.5.6 |
| 1693 | 2024-01-24T04:33:03.479Z | Compiling resolv-conf v0.7.0 |
| 1694 | 2024-01-24T04:33:03.621Z | Compiling lru-cache v0.1.2 |
| 1695 | 2024-01-24T04:33:03.621Z | Compiling argon2 v0.5.2 |
| 1696 | 2024-01-24T04:33:03.942Z | Compiling aead v0.5.2 |
| 1697 | 2024-01-24T04:33:03.942Z | Compiling num-complex v0.4.4 |
| 1698 | 2024-01-24T04:33:04.102Z | Compiling nibble_vec v0.1.0 |
| 1699 | 2024-01-24T04:33:04.183Z | Compiling slog-dtrace v0.2.3 |
| 1700 | 2024-01-24T04:33:04.339Z | Compiling winapi v0.3.9 |
| 1701 | 2024-01-24T04:33:04.495Z | Compiling utf-8 v0.7.6 |
| 1702 | 2024-01-24T04:33:04.999Z | Compiling cancel-safe-futures v0.1.5 |
| 1703 | 2024-01-24T04:33:05.396Z | Compiling endian-type v0.1.2 |
| 1704 | 2024-01-24T04:33:05.546Z | Compiling keccak v0.1.4 |
| 1705 | 2024-01-24T04:33:05.734Z | Compiling arc-swap v1.6.0 |
| 1706 | 2024-01-24T04:33:05.776Z | Compiling radix_trie v0.2.1 |
| 1707 | 2024-01-24T04:33:05.988Z | Compiling sha3 v0.10.8 |
| 1708 | 2024-01-24T04:33:06.851Z | Compiling slog-scope v4.4.0 |
| 1709 | 2024-01-24T04:33:06.889Z | Compiling num v0.4.1 |
| 1710 | 2024-01-24T04:33:07.042Z | Compiling tungstenite v0.20.1 |
| 1711 | 2024-01-24T04:33:07.253Z | Compiling mime_guess v2.0.4 |
| 1712 | 2024-01-24T04:33:07.578Z | Compiling steno v0.4.0 |
| 1713 | 2024-01-24T04:33:07.631Z | Compiling rand_core v0.5.1 |
| 1714 | 2024-01-24T04:33:07.673Z | Compiling trust-dns-resolver v0.22.0 |
| 1715 | 2024-01-24T04:33:09.346Z | Compiling poly1305 v0.8.0 |
| 1716 | 2024-01-24T04:33:09.836Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1717 | 2024-01-24T04:33:10.415Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1718 | 2024-01-24T04:33:10.669Z | Compiling chacha20 v0.9.1 |
| 1719 | 2024-01-24T04:33:11.161Z | Compiling rfc6979 v0.4.0 |
| 1720 | 2024-01-24T04:33:11.167Z | Compiling secrecy v0.8.0 |
| 1721 | 2024-01-24T04:33:11.380Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1722 | 2024-01-24T04:33:11.578Z | Compiling half v1.8.2 |
| 1723 | 2024-01-24T04:33:11.599Z | Compiling ciborium-io v0.2.1 |
| 1724 | 2024-01-24T04:33:11.779Z | Compiling option-ext v0.2.0 |
| 1725 | 2024-01-24T04:33:11.973Z | Compiling convert_case v0.4.0 |
| 1726 | 2024-01-24T04:33:12.205Z | Compiling dirs-sys v0.4.1 |
| 1727 | 2024-01-24T04:33:12.552Z | Compiling ciborium-ll v0.2.1 |
| 1728 | 2024-01-24T04:33:13.300Z | Compiling ecdsa v0.16.9 |
| 1729 | 2024-01-24T04:33:13.308Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1730 | 2024-01-24T04:33:13.522Z | Compiling derive_more v0.99.17 |
| 1731 | 2024-01-24T04:33:14.411Z | Compiling parking_lot v0.11.2 |
| 1732 | 2024-01-24T04:33:14.658Z | Compiling tokio-tungstenite v0.20.1 |
| 1733 | 2024-01-24T04:33:15.470Z | Compiling rand_chacha v0.2.2 |
| 1734 | 2024-01-24T04:33:16.870Z | Compiling slog-stdlog v4.1.1 |
| 1735 | 2024-01-24T04:33:16.895Z | Compiling thiserror-no-std v2.0.2 |
| 1736 | 2024-01-24T04:33:17.062Z | Compiling trust-dns-client v0.22.0 |
| 1737 | 2024-01-24T04:33:17.612Z | Compiling ed25519 v2.2.2 |
| 1738 | 2024-01-24T04:33:17.839Z | Compiling polyval v0.6.1 |
| 1739 | 2024-01-24T04:33:18.277Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1740 | 2024-01-24T04:33:18.366Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1741 | 2024-01-24T04:33:18.369Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1742 | 2024-01-24T04:33:18.538Z | Compiling primeorder v0.13.6 |
| 1743 | 2024-01-24T04:33:19.505Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1744 | 2024-01-24T04:33:21.770Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1745 | 2024-01-24T04:33:22.124Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1746 | 2024-01-24T04:33:22.335Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1747 | 2024-01-24T04:33:22.938Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1748 | 2024-01-24T04:33:23.675Z | Compiling ctr v0.9.2 |
| 1749 | 2024-01-24T04:33:24.150Z | Compiling blowfish v0.9.1 |
| 1750 | 2024-01-24T04:33:24.506Z | Compiling aes v0.8.3 |
| 1751 | 2024-01-24T04:33:24.882Z | Compiling password-hash v0.4.2 |
| 1752 | 2024-01-24T04:33:26.438Z | Compiling libsw v3.3.1 |
| 1753 | 2024-01-24T04:33:27.981Z | Compiling pbkdf2 v0.12.2 |
| 1754 | 2024-01-24T04:33:28.263Z | Compiling derive-where v1.2.7 |
| 1755 | 2024-01-24T04:33:30.378Z | Compiling fxhash v0.2.1 |
| 1756 | 2024-01-24T04:33:30.762Z | Compiling owo-colors v3.5.0 |
| 1757 | 2024-01-24T04:33:33.276Z | Compiling linear-map v1.2.0 |
| 1758 | 2024-01-24T04:33:33.840Z | Compiling swrite v0.1.0 |
| 1759 | 2024-01-24T04:33:33.964Z | Compiling sled v0.34.7 |
| 1760 | 2024-01-24T04:33:34.418Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1761 | 2024-01-24T04:33:34.878Z | Compiling trust-dns-server v0.22.1 |
| 1762 | 2024-01-24T04:33:37.616Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1763 | 2024-01-24T04:33:41.991Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1764 | 2024-01-24T04:33:43.549Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1765 | 2024-01-24T04:33:43.768Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1766 | 2024-01-24T04:33:44.557Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1767 | 2024-01-24T04:33:45.467Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1768 | 2024-01-24T04:33:45.705Z | Compiling pbkdf2 v0.11.0 |
| 1769 | 2024-01-24T04:33:46.272Z | Compiling p256 v0.13.2 |
| 1770 | 2024-01-24T04:33:46.366Z | Compiling ghash v0.5.0 |
| 1771 | 2024-01-24T04:33:46.641Z | Compiling ed25519-dalek v2.0.0 |
| 1772 | 2024-01-24T04:33:46.895Z | Compiling russh-cryptovec v0.7.0 |
| 1773 | 2024-01-24T04:33:47.363Z | Compiling slog-envlogger v2.2.0 |
| 1774 | 2024-01-24T04:33:47.656Z | Compiling vsss-rs v3.3.4 |
| 1775 | 2024-01-24T04:33:48.320Z | Compiling rand v0.7.3 |
| 1776 | 2024-01-24T04:33:49.192Z | Compiling ciborium v0.2.1 |
| 1777 | 2024-01-24T04:33:50.260Z | Compiling dirs v5.0.1 |
| 1778 | 2024-01-24T04:33:50.577Z | Compiling chacha20poly1305 v0.10.1 |
| 1779 | 2024-01-24T04:33:50.764Z | Compiling cbc v0.1.2 |
| 1780 | 2024-01-24T04:33:50.950Z | Compiling pem v3.0.2 |
| 1781 | 2024-01-24T04:33:51.133Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1782 | 2024-01-24T04:33:51.690Z | Compiling headers-core v0.2.0 |
| 1783 | 2024-01-24T04:33:51.767Z | Compiling kstat-rs v0.2.3 |
| 1784 | 2024-01-24T04:33:51.915Z | Compiling pretty-hex v0.4.1 |
| 1785 | 2024-01-24T04:33:52.195Z | Compiling md5 v0.7.0 |
| 1786 | 2024-01-24T04:33:52.354Z | Compiling glob v0.3.1 |
| 1787 | 2024-01-24T04:33:52.922Z | Compiling http-range v0.1.5 |
| 1788 | 2024-01-24T04:33:53.076Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1789 | 2024-01-24T04:33:53.528Z | Compiling hyper-staticfile v0.9.5 |
| 1790 | 2024-01-24T04:33:53.994Z | Compiling russh-keys v0.40.1 |
| 1791 | 2024-01-24T04:33:54.003Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1792 | 2024-01-24T04:33:54.707Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1793 | 2024-01-24T04:33:55.802Z | Compiling headers v0.3.9 |
| 1794 | 2024-01-24T04:33:57.918Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1795 | 2024-01-24T04:33:58.159Z | Compiling rcgen v0.12.0 |
| 1796 | 2024-01-24T04:33:59.278Z | Compiling aes-gcm v0.10.3 |
| 1797 | 2024-01-24T04:33:59.761Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1798 | 2024-01-24T04:34:03.123Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1799 | 2024-01-24T04:34:06.011Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1800 | 2024-01-24T04:34:06.090Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1801 | 2024-01-24T04:34:07.144Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
| 1802 | 2024-01-24T04:34:09.729Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
| 1803 | 2024-01-24T04:34:11.637Z | Compiling atomicwrites v0.4.3 |
| 1804 | 2024-01-24T04:34:12.177Z | Compiling itertools v0.12.0 |
| 1805 | 2024-01-24T04:34:12.404Z | Compiling subprocess v0.2.9 |
| 1806 | 2024-01-24T04:34:15.957Z | Compiling hex-literal v0.4.1 |
| 1807 | 2024-01-24T04:34:16.180Z | Compiling display-error-chain v0.2.0 |
| 1808 | 2024-01-24T04:34:16.437Z | Compiling russh v0.40.2 |
| 1809 | 2024-01-24T04:34:16.728Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1810 | 2024-01-24T04:34:17.437Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1811 | 2024-01-24T04:34:24.487Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1812 | 2024-01-24T04:34:38.355Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1813 | 2024-01-24T04:34:40.100Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1814 | 2024-01-24T04:35:10.957Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1815 | 2024-01-24T04:36:36.041Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 29s |
| 1816 | 2024-01-24T04:36:36.676Z | |
| 1817 | 2024-01-24T04:36:36.676Z | real 8:30.234693956 |
| 1818 | 2024-01-24T04:36:36.676Z | user 45:54.692925761 |
| 1819 | 2024-01-24T04:36:36.676Z | sys 7:08.295142623 |
| 1820 | 2024-01-24T04:36:36.677Z | trap 1.647155700 |
| 1821 | 2024-01-24T04:36:36.677Z | tflt 3.432829123 |
| 1822 | 2024-01-24T04:36:36.677Z | dflt 6.775501438 |
| 1823 | 2024-01-24T04:36:36.677Z | kflt 0.014404412 |
| 1824 | 2024-01-24T04:36:36.677Z | lock 1:27:26.347523199 |
| 1825 | 2024-01-24T04:36:36.677Z | slp 2:09:22.239188209 |
| 1826 | 2024-01-24T04:36:36.677Z | lat 2:02.117254758 |
| 1827 | 2024-01-24T04:36:36.677Z | stop 4:35.027706042 |
| 1828 | 2024-01-24T04:36:36.677Z | + mkdir -p /work/end-to-end-tests |
| 1829 | 2024-01-24T04:36:36.677Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1830 | 2024-01-24T04:36:36.677Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1831 | 2024-01-24T04:36:36.677Z | + ptime -m gzip |
| 1832 | 2024-01-24T04:36:36.678Z | ++ basename target/debug/bootstrap |
| 1833 | 2024-01-24T04:36:53.381Z | |
| 1834 | 2024-01-24T04:36:53.396Z | real 18.272204085 |
| 1835 | 2024-01-24T04:36:53.396Z | user 18.084770111 |
| 1836 | 2024-01-24T04:36:53.397Z | sys 0.171363283 |
| 1837 | 2024-01-24T04:36:53.397Z | trap 0.007509051 |
| 1838 | 2024-01-24T04:36:53.397Z | tflt 0.000000000 |
| 1839 | 2024-01-24T04:36:53.397Z | dflt 0.000000000 |
| 1840 | 2024-01-24T04:36:53.397Z | kflt 0.000000000 |
| 1841 | 2024-01-24T04:36:53.398Z | lock 0.000000000 |
| 1842 | 2024-01-24T04:36:53.398Z | slp 0.000000000 |
| 1843 | 2024-01-24T04:36:53.398Z | lat 0.008216463 |
| 1844 | 2024-01-24T04:36:53.399Z | stop 0.000228100 |
| 1845 | 2024-01-24T04:36:53.399Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1846 | 2024-01-24T04:36:53.399Z | + ptime -m gzip |
| 1847 | 2024-01-24T04:36:53.399Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cd7372687f1aeae4 |
| 1848 | 2024-01-24T04:36:54.457Z | |
| 1849 | 2024-01-24T04:36:54.457Z | real 1.072661296 |
| 1850 | 2024-01-24T04:36:54.457Z | user 1.061640156 |
| 1851 | 2024-01-24T04:36:54.461Z | sys 0.010405535 |
| 1852 | 2024-01-24T04:36:54.461Z | trap 0.000101510 |
| 1853 | 2024-01-24T04:36:54.461Z | tflt 0.000000000 |
| 1854 | 2024-01-24T04:36:54.461Z | dflt 0.000000000 |
| 1855 | 2024-01-24T04:36:54.461Z | kflt 0.000000000 |
| 1856 | 2024-01-24T04:36:54.461Z | lock 0.000000000 |
| 1857 | 2024-01-24T04:36:54.461Z | slp 0.000000000 |
| 1858 | 2024-01-24T04:36:54.461Z | lat 0.000170096 |
| 1859 | 2024-01-24T04:36:54.461Z | stop 0.000226761 |
| 1860 | 2024-01-24T04:36:54.461Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1861 | 2024-01-24T04:36:54.461Z | + ptime -m gzip |
| 1862 | 2024-01-24T04:36:54.461Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8f41ca4d52a12177 |
| 1863 | 2024-01-24T04:37:13.096Z | |
| 1864 | 2024-01-24T04:37:13.096Z | real 18.623564983 |
| 1865 | 2024-01-24T04:37:13.109Z | user 18.438095072 |
| 1866 | 2024-01-24T04:37:13.109Z | sys 0.179919334 |
| 1867 | 2024-01-24T04:37:13.110Z | trap 0.003696714 |
| 1868 | 2024-01-24T04:37:13.110Z | tflt 0.000000000 |
| 1869 | 2024-01-24T04:37:13.110Z | dflt 0.000000000 |
| 1870 | 2024-01-24T04:37:13.110Z | kflt 0.000000000 |
| 1871 | 2024-01-24T04:37:13.110Z | lock 0.000000000 |
| 1872 | 2024-01-24T04:37:13.110Z | slp 0.000000000 |
| 1873 | 2024-01-24T04:37:13.111Z | lat 0.001508614 |
| 1874 | 2024-01-24T04:37:13.111Z | stop 0.000227945 |
| 1875 | 2024-01-24T04:37:13.111Z | + banner caboose-util |
| 1876 | 2024-01-24T04:37:13.111Z | |
| 1877 | 2024-01-24T04:37:13.111Z | #### ## ##### #### #### #### ###### # # ##### |
| 1878 | 2024-01-24T04:37:13.111Z | # # # # # # # # # # # # # # # |
| 1879 | 2024-01-24T04:37:13.111Z | # # # ##### # # # # #### ##### ##### # # # |
| 1880 | 2024-01-24T04:37:13.112Z | # ###### # # # # # # # # # # # |
| 1881 | 2024-01-24T04:37:13.112Z | # # # # # # # # # # # # # # # # |
| 1882 | 2024-01-24T04:37:13.112Z | #### # # ##### #### #### #### ###### #### # |
| 1883 | 2024-01-24T04:37:13.112Z | |
| 1884 | 2024-01-24T04:37:13.112Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1885 | 2024-01-24T04:37:13.771Z | Downloading crates ... |
| 1886 | 2024-01-24T04:37:14.254Z | Downloaded crc-any v2.4.3 |
| 1887 | 2024-01-24T04:37:14.322Z | Downloaded pkcs1 v0.7.5 |
| 1888 | 2024-01-24T04:37:14.322Z | Downloaded path-slash v0.1.5 |
| 1889 | 2024-01-24T04:37:14.322Z | Downloaded packed_struct v0.10.1 |
| 1890 | 2024-01-24T04:37:14.322Z | Downloaded nodrop v0.1.14 |
| 1891 | 2024-01-24T04:37:14.322Z | Downloaded crc v3.0.1 |
| 1892 | 2024-01-24T04:37:14.323Z | Downloaded crc-catalog v2.2.0 |
| 1893 | 2024-01-24T04:37:14.323Z | Downloaded tap v1.0.1 |
| 1894 | 2024-01-24T04:37:14.325Z | Downloaded maybe-uninit v2.0.0 |
| 1895 | 2024-01-24T04:37:14.325Z | Downloaded packed_struct_codegen v0.10.1 |
| 1896 | 2024-01-24T04:37:14.325Z | Downloaded wyz v0.5.1 |
| 1897 | 2024-01-24T04:37:14.325Z | Downloaded funty v2.0.0 |
| 1898 | 2024-01-24T04:37:14.325Z | Downloaded array-init v0.0.4 |
| 1899 | 2024-01-24T04:37:14.325Z | Downloaded smallvec v0.6.14 |
| 1900 | 2024-01-24T04:37:14.325Z | Downloaded env_logger v0.10.0 |
| 1901 | 2024-01-24T04:37:14.325Z | Downloaded serde-hex v0.1.0 |
| 1902 | 2024-01-24T04:37:14.325Z | Downloaded bitfield v0.14.0 |
| 1903 | 2024-01-24T04:37:14.325Z | Downloaded ron v0.8.1 |
| 1904 | 2024-01-24T04:37:14.325Z | Downloaded x509-cert v0.2.4 |
| 1905 | 2024-01-24T04:37:14.325Z | Downloaded num-bigint-dig v0.8.4 |
| 1906 | 2024-01-24T04:37:14.325Z | Downloaded bitvec v1.0.1 |
| 1907 | 2024-01-24T04:37:14.325Z | Downloaded object v0.30.4 |
| 1908 | 2024-01-24T04:37:14.325Z | Downloaded rsa v0.9.2 |
| 1909 | 2024-01-24T04:37:14.326Z | Downloaded termcolor v1.2.0 |
| 1910 | 2024-01-24T04:37:14.326Z | Downloaded radium v0.7.0 |
| 1911 | 2024-01-24T04:37:14.493Z | Compiling proc-macro2 v1.0.74 |
| 1912 | 2024-01-24T04:37:14.493Z | Compiling unicode-ident v1.0.12 |
| 1913 | 2024-01-24T04:37:14.493Z | Compiling libc v0.2.152 |
| 1914 | 2024-01-24T04:37:14.493Z | Compiling autocfg v1.1.0 |
| 1915 | 2024-01-24T04:37:14.493Z | Compiling serde v1.0.195 |
| 1916 | 2024-01-24T04:37:14.493Z | Compiling version_check v0.9.4 |
| 1917 | 2024-01-24T04:37:14.493Z | Compiling cfg-if v1.0.0 |
| 1918 | 2024-01-24T04:37:15.151Z | Compiling typenum v1.16.0 |
| 1919 | 2024-01-24T04:37:16.199Z | Compiling syn v1.0.109 |
| 1920 | 2024-01-24T04:37:16.199Z | Compiling parking_lot_core v0.9.8 |
| 1921 | 2024-01-24T04:37:16.200Z | Compiling once_cell v1.19.0 |
| 1922 | 2024-01-24T04:37:16.200Z | Compiling libm v0.2.7 |
| 1923 | 2024-01-24T04:37:17.191Z | Compiling generic-array v0.14.7 |
| 1924 | 2024-01-24T04:37:17.191Z | Compiling lock_api v0.4.10 |
| 1925 | 2024-01-24T04:37:17.191Z | Compiling byteorder v1.5.0 |
| 1926 | 2024-01-24T04:37:17.191Z | Compiling num-traits v0.2.16 |
| 1927 | 2024-01-24T04:37:17.191Z | Compiling ahash v0.8.6 |
| 1928 | 2024-01-24T04:37:17.191Z | Compiling pkg-config v0.3.27 |
| 1929 | 2024-01-24T04:37:18.546Z | Compiling scopeguard v1.2.0 |
| 1930 | 2024-01-24T04:37:18.547Z | Compiling quote v1.0.35 |
| 1931 | 2024-01-24T04:37:18.547Z | Compiling slab v0.4.9 |
| 1932 | 2024-01-24T04:37:18.547Z | Compiling serde_json v1.0.111 |
| 1933 | 2024-01-24T04:37:18.547Z | Compiling syn v2.0.46 |
| 1934 | 2024-01-24T04:37:20.383Z | Compiling cc v1.0.83 |
| 1935 | 2024-01-24T04:37:20.383Z | Compiling getrandom v0.2.10 |
| 1936 | 2024-01-24T04:37:20.383Z | Compiling thiserror v1.0.49 |
| 1937 | 2024-01-24T04:37:20.383Z | Compiling memchr v2.6.3 |
| 1938 | 2024-01-24T04:37:22.287Z | Compiling rand_core v0.6.4 |
| 1939 | 2024-01-24T04:37:22.287Z | Compiling itoa v1.0.9 |
| 1940 | 2024-01-24T04:37:22.287Z | Compiling log v0.4.20 |
| 1941 | 2024-01-24T04:37:22.287Z | Compiling smallvec v1.11.2 |
| 1942 | 2024-01-24T04:37:22.287Z | Compiling vcpkg v0.2.15 |
| 1943 | 2024-01-24T04:37:39.477Z | Compiling const-oid v0.9.5 |
| 1944 | 2024-01-24T04:37:39.477Z | Compiling parking_lot v0.12.1 |
| 1945 | 2024-01-24T04:37:39.477Z | Compiling pin-project-lite v0.2.13 |
| 1946 | 2024-01-24T04:37:39.708Z | Compiling openssl-sys v0.9.96 |
| 1947 | 2024-01-24T04:37:39.979Z | Compiling ring v0.17.7 |
| 1948 | 2024-01-24T04:37:39.980Z | Compiling signal-hook-registry v1.4.1 |
| 1949 | 2024-01-24T04:37:40.055Z | Compiling subtle v2.5.0 |
| 1950 | 2024-01-24T04:37:40.055Z | Compiling futures-core v0.3.30 |
| 1951 | 2024-01-24T04:37:40.055Z | Compiling io-lifetimes v1.0.11 |
| 1952 | 2024-01-24T04:37:40.055Z | Compiling heck v0.4.1 |
| 1953 | 2024-01-24T04:37:40.056Z | Compiling ring v0.16.20 |
| 1954 | 2024-01-24T04:37:40.056Z | Compiling mio v0.8.9 |
| 1955 | 2024-01-24T04:37:40.056Z | Compiling num-integer v0.1.45 |
| 1956 | 2024-01-24T04:37:40.056Z | Compiling ryu v1.0.15 |
| 1957 | 2024-01-24T04:37:40.056Z | Compiling semver v1.0.21 |
| 1958 | 2024-01-24T04:37:40.056Z | Compiling rustix v0.37.23 |
| 1959 | 2024-01-24T04:37:40.056Z | Compiling spin v0.5.2 |
| 1960 | 2024-01-24T04:37:40.056Z | Compiling socket2 v0.5.5 |
| 1961 | 2024-01-24T04:37:40.056Z | Compiling num_cpus v1.16.0 |
| 1962 | 2024-01-24T04:37:40.056Z | Compiling allocator-api2 v0.2.16 |
| 1963 | 2024-01-24T04:37:40.056Z | Compiling futures-sink v0.3.30 |
| 1964 | 2024-01-24T04:37:40.056Z | Compiling ucd-trie v0.1.6 |
| 1965 | 2024-01-24T04:37:40.056Z | Compiling httparse v1.8.0 |
| 1966 | 2024-01-24T04:37:40.056Z | Compiling openssl v0.10.60 |
| 1967 | 2024-01-24T04:37:40.056Z | Compiling unicode-xid v0.2.4 |
| 1968 | 2024-01-24T04:37:40.056Z | Compiling synstructure v0.12.6 |
| 1969 | 2024-01-24T04:37:40.056Z | Compiling equivalent v1.0.1 |
| 1970 | 2024-01-24T04:37:40.056Z | Compiling tinyvec_macros v0.1.1 |
| 1971 | 2024-01-24T04:37:40.056Z | Compiling tinyvec v1.6.0 |
| 1972 | 2024-01-24T04:37:40.056Z | Compiling futures-channel v0.3.30 |
| 1973 | 2024-01-24T04:37:40.057Z | Compiling pin-utils v0.1.0 |
| 1974 | 2024-01-24T04:37:40.057Z | Compiling ppv-lite86 v0.2.17 |
| 1975 | 2024-01-24T04:37:40.057Z | Compiling native-tls v0.2.11 |
| 1976 | 2024-01-24T04:37:40.057Z | Compiling rustls v0.21.9 |
| 1977 | 2024-01-24T04:37:40.057Z | Compiling futures-io v0.3.30 |
| 1978 | 2024-01-24T04:37:40.057Z | Compiling futures-task v0.3.30 |
| 1979 | 2024-01-24T04:37:40.057Z | Compiling crc32fast v1.3.2 |
| 1980 | 2024-01-24T04:37:40.057Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1981 | 2024-01-24T04:37:40.057Z | Compiling spin v0.9.8 |
| 1982 | 2024-01-24T04:37:40.057Z | Compiling rand_chacha v0.3.1 |
| 1983 | 2024-01-24T04:37:40.057Z | Compiling unicode-normalization v0.1.22 |
| 1984 | 2024-01-24T04:37:40.057Z | Compiling tracing-core v0.1.31 |
| 1985 | 2024-01-24T04:37:40.057Z | Compiling base64ct v1.6.0 |
| 1986 | 2024-01-24T04:37:40.057Z | Compiling unicode-bidi v0.3.13 |
| 1987 | 2024-01-24T04:37:40.057Z | Compiling pem-rfc7468 v0.7.0 |
| 1988 | 2024-01-24T04:37:40.057Z | Compiling rand v0.8.5 |
| 1989 | 2024-01-24T04:37:40.057Z | Compiling errno v0.3.8 |
| 1990 | 2024-01-24T04:37:40.057Z | Compiling num-iter v0.1.43 |
| 1991 | 2024-01-24T04:37:40.057Z | Compiling usdt-impl v0.3.5 |
| 1992 | 2024-01-24T04:37:40.057Z | Compiling schemars v0.8.16 |
| 1993 | 2024-01-24T04:37:40.057Z | Compiling rustix v0.38.30 |
| 1994 | 2024-01-24T04:37:40.057Z | Compiling signal-hook v0.3.17 |
| 1995 | 2024-01-24T04:37:40.057Z | Compiling flagset v0.4.3 |
| 1996 | 2024-01-24T04:37:40.058Z | Compiling serde_derive_internals v0.26.0 |
| 1997 | 2024-01-24T04:37:40.058Z | Compiling serde_derive v1.0.195 |
| 1998 | 2024-01-24T04:37:40.058Z | Compiling zeroize_derive v1.4.2 |
| 1999 | 2024-01-24T04:37:40.058Z | Compiling zerocopy-derive v0.7.31 |
| 2000 | 2024-01-24T04:37:40.058Z | Compiling tokio-macros v2.2.0 |
| 2001 | 2024-01-24T04:37:40.058Z | Compiling thiserror-impl v1.0.49 |
| 2002 | 2024-01-24T04:37:40.058Z | Compiling futures-macro v0.3.30 |
| 2003 | 2024-01-24T04:37:40.907Z | Compiling tracing-attributes v0.1.26 |
| 2004 | 2024-01-24T04:37:41.240Z | Compiling zeroize v1.7.0 |
| 2005 | 2024-01-24T04:37:42.260Z | Compiling der_derive v0.7.2 |
| 2006 | 2024-01-24T04:37:42.671Z | Compiling zerocopy v0.7.31 |
| 2007 | 2024-01-24T04:37:44.105Z | Compiling pest v2.7.2 |
| 2008 | 2024-01-24T04:37:44.276Z | Compiling crypto-common v0.1.6 |
| 2009 | 2024-01-24T04:37:44.366Z | Compiling block-buffer v0.10.4 |
| 2010 | 2024-01-24T04:37:44.741Z | Compiling digest v0.10.7 |
| 2011 | 2024-01-24T04:37:44.871Z | Compiling zerocopy-derive v0.2.0 |
| 2012 | 2024-01-24T04:37:45.459Z | Compiling openssl-macros v0.1.1 |
| 2013 | 2024-01-24T04:37:46.209Z | Compiling hashbrown v0.14.2 |
| 2014 | 2024-01-24T04:37:46.253Z | Compiling futures-util v0.3.30 |
| 2015 | 2024-01-24T04:37:46.466Z | Compiling tracing v0.1.37 |
| 2016 | 2024-01-24T04:37:47.180Z | Compiling zerocopy-derive v0.6.4 |
| 2017 | 2024-01-24T04:37:47.206Z | Compiling der v0.7.8 |
| 2018 | 2024-01-24T04:37:50.175Z | Compiling pest_meta v2.7.2 |
| 2019 | 2024-01-24T04:37:50.445Z | Compiling pest_generator v2.7.2 |
| 2020 | 2024-01-24T04:37:54.003Z | Compiling fnv v1.0.7 |
| 2021 | 2024-01-24T04:37:55.186Z | Compiling pest_derive v2.7.2 |
| 2022 | 2024-01-24T04:37:55.401Z | Compiling bitflags v1.3.2 |
| 2023 | 2024-01-24T04:37:56.156Z | Compiling spki v0.7.2 |
| 2024 | 2024-01-24T04:37:56.852Z | Compiling zerocopy v0.3.0 |
| 2025 | 2024-01-24T04:37:56.949Z | Compiling schemars_derive v0.8.16 |
| 2026 | 2024-01-24T04:37:58.153Z | Compiling lazy_static v1.4.0 |
| 2027 | 2024-01-24T04:37:59.331Z | Compiling backtrace v0.3.69 |
| 2028 | 2024-01-24T04:37:59.910Z | Compiling memoffset v0.9.0 |
| 2029 | 2024-01-24T04:38:00.022Z | Compiling num-bigint v0.4.4 |
| 2030 | 2024-01-24T04:38:00.329Z | Compiling doc-comment v0.3.3 |
| 2031 | 2024-01-24T04:38:00.673Z | Compiling crossbeam-utils v0.8.16 |
| 2032 | 2024-01-24T04:38:00.787Z | Compiling untrusted v0.7.1 |
| 2033 | 2024-01-24T04:38:01.025Z | Compiling base64 v0.21.7 |
| 2034 | 2024-01-24T04:38:01.059Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2035 | 2024-01-24T04:38:01.361Z | Compiling bytes v1.5.0 |
| 2036 | 2024-01-24T04:38:01.744Z | Compiling indexmap v2.1.0 |
| 2037 | 2024-01-24T04:38:02.059Z | Compiling bitflags v2.4.0 |
| 2038 | 2024-01-24T04:38:02.726Z | Compiling tokio v1.35.1 |
| 2039 | 2024-01-24T04:38:03.044Z | Compiling rustc_version v0.4.0 |
| 2040 | 2024-01-24T04:38:03.055Z | Compiling http v0.2.11 |
| 2041 | 2024-01-24T04:38:03.240Z | Compiling uuid v1.6.1 |
| 2042 | 2024-01-24T04:38:03.835Z | Compiling smoltcp v0.9.1 |
| 2043 | 2024-01-24T04:38:04.017Z | Compiling heapless v0.7.16 |
| 2044 | 2024-01-24T04:38:05.451Z | Compiling iana-time-zone v0.1.57 |
| 2045 | 2024-01-24T04:38:06.110Z | Compiling percent-encoding v2.3.1 |
| 2046 | 2024-01-24T04:38:06.773Z | Compiling foreign-types-shared v0.1.1 |
| 2047 | 2024-01-24T04:38:06.901Z | Compiling async-trait v0.1.77 |
| 2048 | 2024-01-24T04:38:08.441Z | Compiling untrusted v0.9.0 |
| 2049 | 2024-01-24T04:38:08.441Z | Compiling foreign-types v0.3.2 |
| 2050 | 2024-01-24T04:38:08.441Z | Compiling chrono v0.4.31 |
| 2051 | 2024-01-24T04:38:10.551Z | Compiling dof v0.1.5 |
| 2052 | 2024-01-24T04:38:11.824Z | Compiling dtrace-parser v0.1.14 |
| 2053 | 2024-01-24T04:38:13.069Z | Compiling hmac v0.12.1 |
| 2054 | 2024-01-24T04:38:13.257Z | Compiling clap_derive v4.4.2 |
| 2055 | 2024-01-24T04:38:14.032Z | Compiling thread-id v4.2.0 |
| 2056 | 2024-01-24T04:38:14.463Z | Compiling adler v1.0.2 |
| 2057 | 2024-01-24T04:38:14.476Z | Compiling anstyle v1.0.2 |
| 2058 | 2024-01-24T04:38:14.748Z | Compiling try-lock v0.2.4 |
| 2059 | 2024-01-24T04:38:15.389Z | Compiling tokio-util v0.7.10 |
| 2060 | 2024-01-24T04:38:15.787Z | Compiling utf8parse v0.2.1 |
| 2061 | 2024-01-24T04:38:16.045Z | Compiling cpufeatures v0.2.9 |
| 2062 | 2024-01-24T04:38:16.059Z | Compiling time-core v0.1.1 |
| 2063 | 2024-01-24T04:38:16.195Z | Compiling siphasher v0.3.11 |
| 2064 | 2024-01-24T04:38:16.201Z | Compiling rustversion v1.0.14 |
| 2065 | 2024-01-24T04:38:16.276Z | Compiling time-macros v0.2.13 |
| 2066 | 2024-01-24T04:38:16.764Z | Compiling sha2 v0.10.8 |
| 2067 | 2024-01-24T04:38:17.111Z | Compiling anstyle-parse v0.2.1 |
| 2068 | 2024-01-24T04:38:17.704Z | Compiling h2 v0.3.24 |
| 2069 | 2024-01-24T04:38:22.791Z | Compiling want v0.3.1 |
| 2070 | 2024-01-24T04:38:22.887Z | Compiling miniz_oxide v0.7.1 |
| 2071 | 2024-01-24T04:38:24.965Z | Compiling rustls-webpki v0.101.7 |
| 2072 | 2024-01-24T04:38:25.482Z | Compiling sct v0.7.0 |
| 2073 | 2024-01-24T04:38:25.782Z | Compiling form_urlencoded v1.2.1 |
| 2074 | 2024-01-24T04:38:25.880Z | Compiling http-body v0.4.5 |
| 2075 | 2024-01-24T04:38:26.492Z | Compiling serde_tokenstream v0.1.7 |
| 2076 | 2024-01-24T04:38:27.225Z | Compiling pkcs8 v0.10.2 |
| 2077 | 2024-01-24T04:38:27.428Z | Compiling hubpack_derive v0.1.1 |
| 2078 | 2024-01-24T04:38:27.745Z | Compiling pin-project-internal v1.1.3 |
| 2079 | 2024-01-24T04:38:28.830Z | Compiling socket2 v0.4.9 |
| 2080 | 2024-01-24T04:38:29.305Z | Compiling crossbeam-epoch v0.9.15 |
| 2081 | 2024-01-24T04:38:30.106Z | Compiling openssl-probe v0.1.5 |
| 2082 | 2024-01-24T04:38:30.192Z | Compiling anyhow v1.0.75 |
| 2083 | 2024-01-24T04:38:30.726Z | Compiling tower-service v0.3.2 |
| 2084 | 2024-01-24T04:38:30.802Z | Compiling radium v0.7.0 |
| 2085 | 2024-01-24T04:38:30.880Z | Compiling slog v2.7.0 |
| 2086 | 2024-01-24T04:38:31.393Z | Compiling anstyle-query v1.0.0 |
| 2087 | 2024-01-24T04:38:31.936Z | Compiling httpdate v1.0.3 |
| 2088 | 2024-01-24T04:38:31.966Z | Compiling colorchoice v1.0.0 |
| 2089 | 2024-01-24T04:38:32.141Z | Compiling camino v1.1.6 |
| 2090 | 2024-01-24T04:38:32.840Z | Compiling anstream v0.5.0 |
| 2091 | 2024-01-24T04:38:32.983Z | Compiling hyper v0.14.27 |
| 2092 | 2024-01-24T04:38:45.940Z | Compiling terminal_size v0.2.6 |
| 2093 | 2024-01-24T04:38:45.940Z | Compiling serde_spanned v0.6.4 |
| 2094 | 2024-01-24T04:38:45.940Z | Compiling toml_datetime v0.6.5 |
| 2095 | 2024-01-24T04:38:45.940Z | Compiling zerocopy v0.6.4 |
| 2096 | 2024-01-24T04:38:46.299Z | Compiling md-5 v0.10.5 |
| 2097 | 2024-01-24T04:38:46.932Z | Compiling stringprep v0.1.3 |
| 2098 | 2024-01-24T04:38:46.982Z | Compiling idna v0.5.0 |
| 2099 | 2024-01-24T04:38:48.041Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2100 | 2024-01-24T04:38:48.196Z | Compiling aho-corasick v1.0.4 |
| 2101 | 2024-01-24T04:38:48.292Z | Compiling hash32 v0.2.1 |
| 2102 | 2024-01-24T04:38:48.473Z | Compiling gimli v0.28.0 |
| 2103 | 2024-01-24T04:38:48.562Z | Compiling strsim v0.10.0 |
| 2104 | 2024-01-24T04:38:49.292Z | Compiling maybe-uninit v2.0.0 |
| 2105 | 2024-01-24T04:38:49.379Z | Compiling tap v1.0.1 |
| 2106 | 2024-01-24T04:38:49.889Z | Compiling stable_deref_trait v1.2.0 |
| 2107 | 2024-01-24T04:38:49.917Z | Compiling dyn-clone v1.0.13 |
| 2108 | 2024-01-24T04:38:50.190Z | Compiling regex-syntax v0.8.2 |
| 2109 | 2024-01-24T04:38:50.688Z | Compiling fallible-iterator v0.2.0 |
| 2110 | 2024-01-24T04:38:50.809Z | Compiling winnow v0.5.15 |
| 2111 | 2024-01-24T04:38:51.724Z | Compiling clap_lex v0.5.1 |
| 2112 | 2024-01-24T04:38:51.812Z | Compiling postgres-protocol v0.6.6 |
| 2113 | 2024-01-24T04:38:52.912Z | Compiling clap_builder v4.4.2 |
| 2114 | 2024-01-24T04:38:54.318Z | Compiling wyz v0.5.1 |
| 2115 | 2024-01-24T04:38:55.245Z | Compiling diesel_derives v2.1.2 |
| 2116 | 2024-01-24T04:38:55.467Z | Compiling addr2line v0.21.0 |
| 2117 | 2024-01-24T04:38:55.541Z | Compiling url v2.5.0 |
| 2118 | 2024-01-24T04:38:56.391Z | Compiling regex-automata v0.4.3 |
| 2119 | 2024-01-24T04:38:58.574Z | Compiling tokio-rustls v0.24.1 |
| 2120 | 2024-01-24T04:38:59.168Z | Compiling strum_macros v0.25.2 |
| 2121 | 2024-01-24T04:39:13.354Z | Compiling tokio-native-tls v0.3.1 |
| 2122 | 2024-01-24T04:39:13.354Z | Compiling usdt-macro v0.3.5 |
| 2123 | 2024-01-24T04:39:13.354Z | Compiling usdt-attr-macro v0.3.5 |
| 2124 | 2024-01-24T04:39:13.354Z | Compiling phf_shared v0.11.2 |
| 2125 | 2024-01-24T04:39:13.354Z | Compiling block-padding v0.3.3 |
| 2126 | 2024-01-24T04:39:13.354Z | Compiling enum-as-inner v0.5.1 |
| 2127 | 2024-01-24T04:39:13.354Z | Compiling snafu-derive v0.7.5 |
| 2128 | 2024-01-24T04:39:13.355Z | Compiling serde_repr v0.1.16 |
| 2129 | 2024-01-24T04:39:13.355Z | Compiling ff v0.13.0 |
| 2130 | 2024-01-24T04:39:13.355Z | Compiling scheduled-thread-pool v0.2.7 |
| 2131 | 2024-01-24T04:39:13.355Z | Compiling object v0.32.1 |
| 2132 | 2024-01-24T04:39:14.723Z | Compiling packed_struct v0.10.1 |
| 2133 | 2024-01-24T04:39:15.293Z | Compiling funty v2.0.0 |
| 2134 | 2024-01-24T04:39:17.595Z | Compiling bit-vec v0.6.3 |
| 2135 | 2024-01-24T04:39:18.254Z | Compiling num_threads v0.1.6 |
| 2136 | 2024-01-24T04:39:19.259Z | Compiling num-bigint-dig v0.8.4 |
| 2137 | 2024-01-24T04:39:19.544Z | Compiling managed v0.8.0 |
| 2138 | 2024-01-24T04:39:19.620Z | Compiling base16ct v0.2.0 |
| 2139 | 2024-01-24T04:39:20.101Z | Compiling regex-automata v0.1.10 |
| 2140 | 2024-01-24T04:39:20.782Z | Compiling rustc-demangle v0.1.23 |
| 2141 | 2024-01-24T04:39:20.872Z | Compiling ipnet v2.9.0 |
| 2142 | 2024-01-24T04:39:21.209Z | Compiling deranged v0.3.8 |
| 2143 | 2024-01-24T04:39:22.217Z | Compiling matches v0.1.10 |
| 2144 | 2024-01-24T04:39:22.332Z | Compiling idna v0.2.3 |
| 2145 | 2024-01-24T04:39:24.338Z | Compiling time v0.3.27 |
| 2146 | 2024-01-24T04:39:24.710Z | Compiling bstr v0.2.17 |
| 2147 | 2024-01-24T04:39:27.332Z | Compiling sec1 v0.7.3 |
| 2148 | 2024-01-24T04:39:30.161Z | Compiling bitvec v1.0.1 |
| 2149 | 2024-01-24T04:39:30.393Z | Compiling r2d2 v0.8.10 |
| 2150 | 2024-01-24T04:39:30.974Z | Compiling group v0.13.0 |
| 2151 | 2024-01-24T04:39:31.418Z | Compiling inout v0.1.3 |
| 2152 | 2024-01-24T04:39:33.989Z | Compiling phf v0.11.2 |
| 2153 | 2024-01-24T04:39:34.435Z | Compiling hyper-tls v0.5.0 |
| 2154 | 2024-01-24T04:39:34.928Z | Compiling regex v1.10.2 |
| 2155 | 2024-01-24T04:39:35.879Z | Compiling clap v4.4.3 |
| 2156 | 2024-01-24T04:39:36.028Z | Compiling hyper-rustls v0.24.2 |
| 2157 | 2024-01-24T04:39:36.539Z | Compiling signal-hook-mio v0.2.3 |
| 2158 | 2024-01-24T04:39:36.590Z | Compiling flate2 v1.0.28 |
| 2159 | 2024-01-24T04:39:36.750Z | Compiling bzip2 v0.4.4 |
| 2160 | 2024-01-24T04:39:39.519Z | Compiling toml_edit v0.19.15 |
| 2161 | 2024-01-24T04:39:39.584Z | Compiling ipnetwork v0.20.0 |
| 2162 | 2024-01-24T04:39:39.584Z | Compiling postgres-types v0.2.6 |
| 2163 | 2024-01-24T04:39:39.584Z | Compiling pin-project v1.1.3 |
| 2164 | 2024-01-24T04:39:39.592Z | Compiling hubpack v0.1.2 |
| 2165 | 2024-01-24T04:39:39.593Z | Compiling serde_urlencoded v0.7.1 |
| 2166 | 2024-01-24T04:39:39.593Z | Compiling phf_shared v0.10.0 |
| 2167 | 2024-01-24T04:39:39.593Z | Compiling rustls-pemfile v1.0.3 |
| 2168 | 2024-01-24T04:39:39.593Z | Compiling hkdf v0.12.4 |
| 2169 | 2024-01-24T04:39:39.722Z | Compiling futures-executor v0.3.30 |
| 2170 | 2024-01-24T04:39:41.528Z | Compiling crypto-bigint v0.5.2 |
| 2171 | 2024-01-24T04:39:41.819Z | Compiling packed_struct_codegen v0.10.1 |
| 2172 | 2024-01-24T04:39:44.353Z | Compiling float-cmp v0.9.0 |
| 2173 | 2024-01-24T04:39:45.417Z | Compiling indexmap v1.9.3 |
| 2174 | 2024-01-24T04:39:45.679Z | Compiling encoding_rs v0.8.33 |
| 2175 | 2024-01-24T04:39:45.742Z | Compiling new_debug_unreachable v1.0.4 |
| 2176 | 2024-01-24T04:39:45.864Z | Compiling crc-catalog v2.2.0 |
| 2177 | 2024-01-24T04:39:45.870Z | Compiling static_assertions v1.1.0 |
| 2178 | 2024-01-24T04:39:45.981Z | Compiling either v1.9.0 |
| 2179 | 2024-01-24T04:39:45.994Z | Compiling whoami v1.4.1 |
| 2180 | 2024-01-24T04:39:46.043Z | Compiling unicode-width v0.1.11 |
| 2181 | 2024-01-24T04:39:55.975Z | Compiling minimal-lexical v0.2.1 |
| 2182 | 2024-01-24T04:39:56.422Z | Compiling normalize-line-endings v0.3.0 |
| 2183 | 2024-01-24T04:39:56.422Z | Compiling nodrop v0.1.14 |
| 2184 | 2024-01-24T04:39:56.422Z | Compiling precomputed-hash v0.1.1 |
| 2185 | 2024-01-24T04:39:56.422Z | Compiling data-encoding v2.4.0 |
| 2186 | 2024-01-24T04:39:56.422Z | Compiling predicates-core v1.0.6 |
| 2187 | 2024-01-24T04:39:56.422Z | Compiling regex-automata v0.3.8 |
| 2188 | 2024-01-24T04:39:56.567Z | Compiling difflib v0.4.0 |
| 2189 | 2024-01-24T04:39:56.567Z | Compiling fixedbitset v0.4.2 |
| 2190 | 2024-01-24T04:39:56.567Z | Compiling mime v0.3.17 |
| 2191 | 2024-01-24T04:39:56.568Z | Compiling unicode-segmentation v1.10.1 |
| 2192 | 2024-01-24T04:39:56.568Z | Compiling webpki-roots v0.25.2 |
| 2193 | 2024-01-24T04:39:56.568Z | Compiling reqwest v0.11.22 |
| 2194 | 2024-01-24T04:40:01.208Z | Compiling similar v2.3.0 |
| 2195 | 2024-01-24T04:40:02.367Z | Compiling bstr v1.6.0 |
| 2196 | 2024-01-24T04:40:04.551Z | Compiling petgraph v0.6.4 |
| 2197 | 2024-01-24T04:40:04.786Z | Compiling predicates v3.1.0 |
| 2198 | 2024-01-24T04:40:06.329Z | Compiling trust-dns-proto v0.22.0 |
| 2199 | 2024-01-24T04:40:11.149Z | Compiling string_cache v0.8.7 |
| 2200 | 2024-01-24T04:40:11.777Z | Compiling array-init v0.0.4 |
| 2201 | 2024-01-24T04:40:11.786Z | Compiling nom v7.1.3 |
| 2202 | 2024-01-24T04:40:12.627Z | Compiling itertools v0.10.5 |
| 2203 | 2024-01-24T04:40:13.892Z | Compiling tokio-postgres v0.7.10 |
| 2204 | 2024-01-24T04:40:14.296Z | Compiling console v0.15.8 |
| 2205 | 2024-01-24T04:40:16.526Z | Compiling crc v3.0.1 |
| 2206 | 2024-01-24T04:40:17.302Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2207 | 2024-01-24T04:40:17.882Z | Compiling elliptic-curve v0.13.8 |
| 2208 | 2024-01-24T04:40:20.404Z | Compiling toml v0.7.8 |
| 2209 | 2024-01-24T04:40:23.255Z | Compiling futures v0.3.30 |
| 2210 | 2024-01-24T04:40:24.774Z | Compiling snafu v0.7.5 |
| 2211 | 2024-01-24T04:40:25.316Z | Compiling diesel v2.1.4 |
| 2212 | 2024-01-24T04:40:25.432Z | Compiling zip v0.6.6 |
| 2213 | 2024-01-24T04:40:25.977Z | Compiling smallvec v0.6.14 |
| 2214 | 2024-01-24T04:40:26.508Z | Compiling crossterm v0.27.0 |
| 2215 | 2024-01-24T04:40:26.683Z | Compiling yasna v0.5.2 |
| 2216 | 2024-01-24T04:40:26.721Z | Compiling cipher v0.4.4 |
| 2217 | 2024-01-24T04:40:32.078Z | Compiling bit-set v0.5.3 |
| 2218 | 2024-01-24T04:40:32.488Z | Compiling usdt v0.3.5 |
| 2219 | 2024-01-24T04:40:32.845Z | Compiling is-terminal v0.4.9 |
| 2220 | 2024-01-24T04:40:33.018Z | Compiling toml_edit v0.21.0 |
| 2221 | 2024-01-24T04:40:35.948Z | Compiling pkcs1 v0.7.5 |
| 2222 | 2024-01-24T04:40:36.038Z | Compiling tokio-stream v0.1.14 |
| 2223 | 2024-01-24T04:40:37.462Z | Compiling openapiv3 v2.0.0 |
| 2224 | 2024-01-24T04:40:42.575Z | Compiling hex v0.4.3 |
| 2225 | 2024-01-24T04:40:44.815Z | Compiling hashbrown v0.13.2 |
| 2226 | 2024-01-24T04:40:45.413Z | Compiling signature v2.1.0 |
| 2227 | 2024-01-24T04:40:48.986Z | Compiling hashbrown v0.12.3 |
| 2228 | 2024-01-24T04:40:51.027Z | Compiling lalrpop-util v0.19.12 |
| 2229 | 2024-01-24T04:40:53.365Z | Compiling termcolor v1.2.0 |
| 2230 | 2024-01-24T04:40:53.370Z | Compiling bitfield v0.14.0 |
| 2231 | 2024-01-24T04:41:00.887Z | Compiling env_logger v0.10.0 |
| 2232 | 2024-01-24T04:41:01.517Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2233 | 2024-01-24T04:41:10.461Z | Compiling rsa v0.9.2 |
| 2234 | 2024-01-24T04:41:22.817Z | Compiling serde-hex v0.1.0 |
| 2235 | 2024-01-24T04:41:25.758Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2236 | 2024-01-24T04:41:31.908Z | Compiling ron v0.8.1 |
| 2237 | 2024-01-24T04:41:32.761Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2238 | 2024-01-24T04:41:32.969Z | Compiling x509-cert v0.2.4 |
| 2239 | 2024-01-24T04:41:36.031Z | Compiling crc-any v2.4.3 |
| 2240 | 2024-01-24T04:41:56.697Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2241 | 2024-01-24T04:42:06.781Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2242 | 2024-01-24T04:42:18.360Z | Compiling object v0.30.4 |
| 2243 | 2024-01-24T04:42:27.082Z | Compiling path-slash v0.1.5 |
| 2244 | 2024-01-24T04:42:31.035Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2245 | 2024-01-24T04:43:16.335Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2246 | 2024-01-24T04:43:17.466Z | Finished release [optimized] target(s) in 6m 04s |
| 2247 | 2024-01-24T04:43:17.559Z | |
| 2248 | 2024-01-24T04:43:17.559Z | real 6:04.444554777 |
| 2249 | 2024-01-24T04:43:17.560Z | user 42:10.659308795 |
| 2250 | 2024-01-24T04:43:17.560Z | sys 3:41.420018107 |
| 2251 | 2024-01-24T04:43:17.560Z | trap 1.642268825 |
| 2252 | 2024-01-24T04:43:17.566Z | tflt 1.026071177 |
| 2253 | 2024-01-24T04:43:17.566Z | dflt 0.549651395 |
| 2254 | 2024-01-24T04:43:17.567Z | kflt 0.006662026 |
| 2255 | 2024-01-24T04:43:17.567Z | lock 1:33:33.940614360 |
| 2256 | 2024-01-24T04:43:17.567Z | slp 1:58:56.348565745 |
| 2257 | 2024-01-24T04:43:17.567Z | lat 1:49.914515295 |
| 2258 | 2024-01-24T04:43:17.567Z | stop 1:16.903398703 |
| 2259 | 2024-01-24T04:43:17.567Z | + ptime -m gzip |
| 2260 | 2024-01-24T04:43:18.214Z | |
| 2261 | 2024-01-24T04:43:18.218Z | real 0.649509000 |
| 2262 | 2024-01-24T04:43:18.218Z | user 0.641622254 |
| 2263 | 2024-01-24T04:43:18.218Z | sys 0.006594566 |
| 2264 | 2024-01-24T04:43:18.218Z | trap 0.000326999 |
| 2265 | 2024-01-24T04:43:18.218Z | tflt 0.000000000 |
| 2266 | 2024-01-24T04:43:18.218Z | dflt 0.000000000 |
| 2267 | 2024-01-24T04:43:18.219Z | kflt 0.000000000 |
| 2268 | 2024-01-24T04:43:18.219Z | lock 0.000000000 |
| 2269 | 2024-01-24T04:43:18.219Z | slp 0.000000000 |
| 2270 | 2024-01-24T04:43:18.219Z | lat 0.000353845 |
| 2271 | 2024-01-24T04:43:18.219Z | stop 0.000507347 |
| 2272 | 2024-01-24T04:43:18.219Z | + banner tufaceous |
| 2273 | 2024-01-24T04:43:18.219Z | |
| 2274 | 2024-01-24T04:43:18.219Z | ##### # # ###### ## #### ###### #### # # #### |
| 2275 | 2024-01-24T04:43:18.219Z | # # # # # # # # # # # # # # |
| 2276 | 2024-01-24T04:43:18.219Z | # # # ##### # # # ##### # # # # #### |
| 2277 | 2024-01-24T04:43:18.219Z | # # # # ###### # # # # # # # |
| 2278 | 2024-01-24T04:43:18.219Z | # # # # # # # # # # # # # # # |
| 2279 | 2024-01-24T04:43:18.220Z | # #### # # # #### ###### #### #### #### |
| 2280 | 2024-01-24T04:43:18.220Z | |
| 2281 | 2024-01-24T04:43:18.220Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2282 | 2024-01-24T04:43:18.878Z | Downloading crates ... |
| 2283 | 2024-01-24T04:43:19.266Z | Downloaded humantime v2.1.0 |
| 2284 | 2024-01-24T04:43:19.274Z | Downloaded buf-list v1.0.3 |
| 2285 | 2024-01-24T04:43:19.278Z | Downloaded parse-size v1.0.0 |
| 2286 | 2024-01-24T04:43:19.278Z | Downloaded olpc-cjson v0.1.3 |
| 2287 | 2024-01-24T04:43:19.278Z | Downloaded fs-err v2.11.0 |
| 2288 | 2024-01-24T04:43:19.281Z | Downloaded serde_plain v1.0.2 |
| 2289 | 2024-01-24T04:43:19.281Z | Downloaded async-recursion v1.0.5 |
| 2290 | 2024-01-24T04:43:19.284Z | Downloaded typed-path v0.7.0 |
| 2291 | 2024-01-24T04:43:19.293Z | Downloaded tough v0.16.0 |
| 2292 | 2024-01-24T04:43:19.307Z | Downloaded globset v0.4.13 |
| 2293 | 2024-01-24T04:43:19.468Z | Compiling serde_tokenstream v0.2.0 |
| 2294 | 2024-01-24T04:43:19.491Z | Compiling regress v0.7.1 |
| 2295 | 2024-01-24T04:43:19.503Z | Compiling dirs-sys-next v0.1.2 |
| 2296 | 2024-01-24T04:43:19.507Z | Compiling rustls-pki-types v1.1.0 |
| 2297 | 2024-01-24T04:43:19.507Z | Compiling ident_case v1.0.1 |
| 2298 | 2024-01-24T04:43:19.532Z | Compiling thread_local v1.1.7 |
| 2299 | 2024-01-24T04:43:19.535Z | Compiling rustls v0.22.2 |
| 2300 | 2024-01-24T04:43:19.716Z | Compiling dirs-next v2.0.0 |
| 2301 | 2024-01-24T04:43:19.907Z | Compiling darling_core v0.20.3 |
| 2302 | 2024-01-24T04:43:20.064Z | Compiling heck v0.4.1 |
| 2303 | 2024-01-24T04:43:20.205Z | Compiling slog-async v2.8.0 |
| 2304 | 2024-01-24T04:43:20.823Z | Compiling rustls-webpki v0.102.1 |
| 2305 | 2024-01-24T04:43:20.906Z | Compiling term v0.7.0 |
| 2306 | 2024-01-24T04:43:21.301Z | Compiling crossbeam-channel v0.5.8 |
| 2307 | 2024-01-24T04:43:21.677Z | Compiling getopts v0.2.21 |
| 2308 | 2024-01-24T04:43:22.063Z | Compiling structmeta-derive v0.2.0 |
| 2309 | 2024-01-24T04:43:23.067Z | Compiling atty v0.2.14 |
| 2310 | 2024-01-24T04:43:23.870Z | Compiling multer v3.0.0 |
| 2311 | 2024-01-24T04:43:23.870Z | Compiling paste v1.0.14 |
| 2312 | 2024-01-24T04:43:24.081Z | Compiling unsafe-libyaml v0.2.10 |
| 2313 | 2024-01-24T04:43:24.341Z | Compiling take_mut v0.2.2 |
| 2314 | 2024-01-24T04:43:24.558Z | Compiling match_cfg v0.1.0 |
| 2315 | 2024-01-24T04:43:24.686Z | Compiling hostname v0.3.1 |
| 2316 | 2024-01-24T04:43:25.057Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2317 | 2024-01-24T04:43:27.018Z | Compiling structmeta v0.2.0 |
| 2318 | 2024-01-24T04:43:27.225Z | Compiling serde_yaml v0.9.25 |
| 2319 | 2024-01-24T04:43:28.847Z | Compiling darling_macro v0.20.3 |
| 2320 | 2024-01-24T04:43:28.971Z | Compiling slog-term v2.9.0 |
| 2321 | 2024-01-24T04:43:30.252Z | Compiling darling v0.20.3 |
| 2322 | 2024-01-24T04:43:33.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2323 | 2024-01-24T04:43:33.023Z | Compiling slog-json v2.6.1 |
| 2324 | 2024-01-24T04:43:33.391Z | Compiling http v1.0.0 |
| 2325 | 2024-01-24T04:43:33.790Z | Compiling async-stream-impl v0.3.5 |
| 2326 | 2024-01-24T04:43:33.830Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2327 | 2024-01-24T04:43:34.044Z | Compiling atomic-waker v1.1.1 |
| 2328 | 2024-01-24T04:43:34.260Z | Compiling regex-syntax v0.7.5 |
| 2329 | 2024-01-24T04:43:34.313Z | Compiling fastrand v2.0.0 |
| 2330 | 2024-01-24T04:43:35.357Z | Compiling tempfile v3.9.0 |
| 2331 | 2024-01-24T04:43:35.702Z | Compiling async-stream v0.3.5 |
| 2332 | 2024-01-24T04:43:36.141Z | Compiling tokio-rustls v0.25.0 |
| 2333 | 2024-01-24T04:43:37.666Z | Compiling waitgroup v0.1.2 |
| 2334 | 2024-01-24T04:43:38.144Z | Compiling slog-bunyan v2.5.0 |
| 2335 | 2024-01-24T04:43:38.528Z | Compiling serde_with_macros v3.4.0 |
| 2336 | 2024-01-24T04:43:40.673Z | Compiling toml v0.8.8 |
| 2337 | 2024-01-24T04:43:41.672Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2338 | 2024-01-24T04:43:42.162Z | Compiling rustls-pemfile v2.0.0 |
| 2339 | 2024-01-24T04:43:42.257Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2340 | 2024-01-24T04:43:43.356Z | Compiling sha1 v0.10.6 |
| 2341 | 2024-01-24T04:43:44.169Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2342 | 2024-01-24T04:43:44.532Z | Compiling parse-display-derive v0.8.2 |
| 2343 | 2024-01-24T04:43:44.667Z | Compiling serde_path_to_error v0.1.15 |
| 2344 | 2024-01-24T04:43:44.838Z | Compiling instant v0.1.12 |
| 2345 | 2024-01-24T04:43:44.946Z | Compiling fs-err v2.11.0 |
| 2346 | 2024-01-24T04:43:45.050Z | Compiling same-file v1.0.6 |
| 2347 | 2024-01-24T04:43:45.354Z | Compiling arc-swap v1.6.0 |
| 2348 | 2024-01-24T04:43:45.466Z | Compiling buf-list v1.0.3 |
| 2349 | 2024-01-24T04:43:46.256Z | Compiling debug-ignore v1.0.5 |
| 2350 | 2024-01-24T04:43:46.401Z | Compiling slog-scope v4.4.0 |
| 2351 | 2024-01-24T04:43:46.689Z | Compiling walkdir v2.4.0 |
| 2352 | 2024-01-24T04:43:47.872Z | Compiling backoff v0.4.0 |
| 2353 | 2024-01-24T04:43:48.389Z | Compiling serde_with v3.4.0 |
| 2354 | 2024-01-24T04:43:49.329Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2355 | 2024-01-24T04:43:49.992Z | Compiling globset v0.4.13 |
| 2356 | 2024-01-24T04:43:50.385Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2357 | 2024-01-24T04:43:50.618Z | Compiling strum v0.25.0 |
| 2358 | 2024-01-24T04:43:50.682Z | Compiling parse-display v0.8.2 |
| 2359 | 2024-01-24T04:43:50.876Z | Compiling olpc-cjson v0.1.3 |
| 2360 | 2024-01-24T04:43:50.955Z | Compiling pem v3.0.2 |
| 2361 | 2024-01-24T04:43:51.232Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 2362 | 2024-01-24T04:43:51.420Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2363 | 2024-01-24T04:43:53.637Z | Compiling macaddr v1.0.1 |
| 2364 | 2024-01-24T04:43:54.783Z | Compiling serde_plain v1.0.2 |
| 2365 | 2024-01-24T04:43:55.606Z | Compiling async-recursion v1.0.5 |
| 2366 | 2024-01-24T04:43:56.108Z | Compiling xattr v1.0.1 |
| 2367 | 2024-01-24T04:43:56.542Z | Compiling filetime v0.2.23 |
| 2368 | 2024-01-24T04:43:57.078Z | Compiling typed-path v0.7.0 |
| 2369 | 2024-01-24T04:43:57.090Z | Compiling tar v0.4.40 |
| 2370 | 2024-01-24T04:44:02.169Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2371 | 2024-01-24T04:44:04.324Z | Compiling tough v0.16.0 |
| 2372 | 2024-01-24T04:44:08.091Z | Compiling slog-stdlog v4.1.1 |
| 2373 | 2024-01-24T04:44:09.515Z | Compiling camino-tempfile v1.1.1 |
| 2374 | 2024-01-24T04:44:10.693Z | Compiling itertools v0.12.0 |
| 2375 | 2024-01-24T04:44:10.755Z | Compiling parse-size v1.0.0 |
| 2376 | 2024-01-24T04:44:11.291Z | Compiling slog-envlogger v2.2.0 |
| 2377 | 2024-01-24T04:44:15.740Z | Compiling humantime v2.1.0 |
| 2378 | 2024-01-24T04:44:28.217Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 2379 | 2024-01-24T04:44:28.523Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2380 | 2024-01-24T04:44:42.453Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2381 | 2024-01-24T04:44:45.113Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2382 | 2024-01-24T04:45:16.315Z | Finished release [optimized] target(s) in 1m 58s |
| 2383 | 2024-01-24T04:45:16.425Z | |
| 2384 | 2024-01-24T04:45:16.425Z | real 1:58.181291104 |
| 2385 | 2024-01-24T04:45:16.425Z | user 13:05.886814366 |
| 2386 | 2024-01-24T04:45:16.430Z | sys 46.914246155 |
| 2387 | 2024-01-24T04:45:16.430Z | trap 0.472836188 |
| 2388 | 2024-01-24T04:45:16.430Z | tflt 0.289186763 |
| 2389 | 2024-01-24T04:45:16.430Z | dflt 0.657146888 |
| 2390 | 2024-01-24T04:45:16.430Z | kflt 0.000155747 |
| 2391 | 2024-01-24T04:45:16.430Z | lock 26:25.051933366 |
| 2392 | 2024-01-24T04:45:16.430Z | slp 29:13.168751483 |
| 2393 | 2024-01-24T04:45:16.430Z | lat 25.951837396 |
| 2394 | 2024-01-24T04:45:16.430Z | stop 12.263692371 |
| 2395 | 2024-01-24T04:45:16.431Z | + ptime -m gzip |
| 2396 | 2024-01-24T04:45:18.902Z | |
| 2397 | 2024-01-24T04:45:18.902Z | real 2.468301491 |
| 2398 | 2024-01-24T04:45:18.902Z | user 2.443540719 |
| 2399 | 2024-01-24T04:45:18.902Z | sys 0.022636889 |
| 2400 | 2024-01-24T04:45:18.902Z | trap 0.000822020 |
| 2401 | 2024-01-24T04:45:18.912Z | tflt 0.000000000 |
| 2402 | 2024-01-24T04:45:18.912Z | dflt 0.000000000 |
| 2403 | 2024-01-24T04:45:18.912Z | kflt 0.000000000 |
| 2404 | 2024-01-24T04:45:18.912Z | lock 0.000000000 |
| 2405 | 2024-01-24T04:45:18.912Z | slp 0.000000000 |
| 2406 | 2024-01-24T04:45:18.912Z | lat 0.000886337 |
| 2407 | 2024-01-24T04:45:18.912Z | stop 0.000292769 |
| 2408 | 2024-01-24T04:45:18.912Z | process exited: duration 1229363 ms, exit code 0 |
| |
| 2409 | 2024-01-24T04:45:18.953Z | found 5 output files |
| 2410 | 2024-01-24T04:45:18.954Z | uploading: /work/end-to-end-tests/bootstrap-cd7372687f1aeae4.gz (6319640 bytes) |
| 2411 | 2024-01-24T04:45:21.855Z | uploaded: /work/end-to-end-tests/bootstrap-cd7372687f1aeae4.gz |
| 2412 | 2024-01-24T04:45:21.855Z | uploading: /work/end-to-end-tests/bootstrap.gz (105275250 bytes) |
| 2413 | 2024-01-24T04:45:43.829Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2414 | 2024-01-24T04:45:43.829Z | uploading: /work/end-to-end-tests/end_to_end_tests-8f41ca4d52a12177.gz (108439347 bytes) |
| 2415 | 2024-01-24T04:46:07.562Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8f41ca4d52a12177.gz |
| 2416 | 2024-01-24T04:46:07.562Z | uploading: /work/caboose-util.gz (4050182 bytes) |
| 2417 | 2024-01-24T04:46:09.115Z | uploaded: /work/caboose-util.gz |
| 2418 | 2024-01-24T04:46:09.115Z | uploading: /work/tufaceous.gz (15628694 bytes) |
| 2419 | 2024-01-24T04:46:12.727Z | uploaded: /work/tufaceous.gz |