|
|
|
| 1 | 2024-02-18T04:08:49.778Z | job assigned to worker 01HPX6CHP5XXM9HG18R96GC7SR (queued for 57 s) |
| |
| 2 | 2024-02-18T04:08:50.788Z | starting task 0: "setup" |
| 3 | 2024-02-18T04:08:50.887Z | ++ uname -s |
| 4 | 2024-02-18T04:08:50.906Z | + kern=SunOS |
| 5 | 2024-02-18T04:08:50.906Z | + case "$kern" in |
| 6 | 2024-02-18T04:08:50.906Z | + groupadd -g 12345 build |
| 7 | 2024-02-18T04:08:50.906Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-02-18T04:08:52.892Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-02-18T04:08:53.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-02-18T04:08:53.018Z | + home_fs=zfs |
| 11 | 2024-02-18T04:08:53.018Z | + [[ zfs == autofs ]] |
| 12 | 2024-02-18T04:08:53.018Z | + mkdir -p /home/build |
| 13 | 2024-02-18T04:08:53.019Z | + chown build:build /home/build /work |
| 14 | 2024-02-18T04:08:55.024Z | + chmod 0700 /home/build /work |
| 15 | 2024-02-18T04:08:55.034Z | process exited: duration 4242 ms, exit code 0 |
| |
| 16 | 2024-02-18T04:08:55.044Z | starting task 1: "rust-toolchain" |
| 17 | 2024-02-18T04:08:55.051Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-02-18T04:08:55.057Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2024-02-18T04:08:55.344Z | info: downloading installer |
| 20 | 2024-02-18T04:08:57.394Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-02-18T04:08:57.394Z | warning: /opt/ooce/bin |
| 22 | 2024-02-18T04:08:57.394Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-02-18T04:08:57.394Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-02-18T04:08:57.394Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-02-18T04:08:57.394Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-02-18T04:08:57.394Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-02-18T04:08:57.394Z | error: cannot install while Rust is installed |
| 28 | 2024-02-18T04:08:57.819Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-02-18T04:08:57.819Z | info: profile set to 'default' |
| 30 | 2024-02-18T04:08:57.819Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-02-18T04:08:57.819Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2024-02-18T04:08:57.819Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2024-02-18T04:08:57.819Z | info: downloading component 'cargo' |
| 34 | 2024-02-18T04:08:57.976Z | info: downloading component 'clippy' |
| 35 | 2024-02-18T04:08:58.235Z | info: downloading component 'rust-docs' |
| 36 | 2024-02-18T04:08:59.152Z | info: downloading component 'rust-std' |
| 37 | 2024-02-18T04:09:00.825Z | info: downloading component 'rustc' |
| 38 | 2024-02-18T04:09:05.543Z | info: downloading component 'rustfmt' |
| 39 | 2024-02-18T04:09:05.849Z | info: installing component 'cargo' |
| 40 | 2024-02-18T04:09:06.775Z | info: installing component 'clippy' |
| 41 | 2024-02-18T04:09:07.615Z | info: installing component 'rust-docs' |
| 42 | 2024-02-18T04:09:08.711Z | info: installing component 'rust-std' |
| 43 | 2024-02-18T04:09:10.637Z | info: installing component 'rustc' |
| 44 | 2024-02-18T04:09:14.988Z | info: installing component 'rustfmt' |
| 45 | 2024-02-18T04:09:15.321Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2024-02-18T04:09:15.322Z | |
| 47 | 2024-02-18T04:09:15.591Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2024-02-18T04:09:15.591Z | |
| 49 | 2024-02-18T04:09:15.594Z | |
| 50 | 2024-02-18T04:09:15.594Z | Rust is installed now. Great! |
| 51 | 2024-02-18T04:09:15.595Z | |
| 52 | 2024-02-18T04:09:15.595Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-02-18T04:09:15.595Z | environment variable. This has not been done automatically. |
| 54 | 2024-02-18T04:09:15.595Z | |
| 55 | 2024-02-18T04:09:15.595Z | To configure your current shell, run: |
| 56 | 2024-02-18T04:09:15.595Z | source "$HOME/.cargo/env" |
| 57 | 2024-02-18T04:09:15.645Z | + rustc --version |
| 58 | 2024-02-18T04:09:15.708Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2024-02-18T04:09:15.712Z | process exited: duration 20662 ms, exit code 0 |
| |
| 60 | 2024-02-18T04:09:15.718Z | starting task 2: "authentication" |
| 61 | 2024-02-18T04:09:15.739Z | process exited: duration 21 ms, exit code 0 |
| |
| 62 | 2024-02-18T04:09:15.750Z | starting task 3: "clone repository" |
| 63 | 2024-02-18T04:09:15.753Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2024-02-18T04:09:15.753Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2024-02-18T04:09:16.016Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2024-02-18T04:09:21.289Z | + cd /work/oxidecomputer/omicron |
| 67 | 2024-02-18T04:09:21.308Z | + git fetch origin 6860360564fcb4b86f442e1907dc6dcf2b82169d |
| 68 | 2024-02-18T04:09:21.608Z | From https://github.com/oxidecomputer/omicron |
| 69 | 2024-02-18T04:09:21.608Z | * branch 6860360564fcb4b86f442e1907dc6dcf2b82169d -> FETCH_HEAD |
| 70 | 2024-02-18T04:09:21.617Z | + [[ -n renovate/ring-0.x ]] |
| 71 | 2024-02-18T04:09:21.621Z | ++ git branch --show-current |
| 72 | 2024-02-18T04:09:21.624Z | + current=main |
| 73 | 2024-02-18T04:09:21.624Z | + [[ main != renovate/ring-0.x ]] |
| 74 | 2024-02-18T04:09:21.624Z | + git branch -f renovate/ring-0.x 6860360564fcb4b86f442e1907dc6dcf2b82169d |
| 75 | 2024-02-18T04:09:21.627Z | + git checkout -f renovate/ring-0.x |
| 76 | 2024-02-18T04:09:21.735Z | Switched to branch 'renovate/ring-0.x' |
| 77 | 2024-02-18T04:09:21.745Z | + git reset --hard 6860360564fcb4b86f442e1907dc6dcf2b82169d |
| 78 | 2024-02-18T04:09:21.856Z | HEAD is now at 686036056 chore(deps): update rust crate ring to 0.17.8 |
| 79 | 2024-02-18T04:09:21.875Z | process exited: duration 6097 ms, exit code 0 |
| |
| 80 | 2024-02-18T04:09:22.329Z | starting task 4: "build" |
| 81 | 2024-02-18T04:09:22.760Z | + cargo --version |
| 82 | 2024-02-18T04:09:22.760Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
| 83 | 2024-02-18T04:09:22.764Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
| 84 | 2024-02-18T04:09:22.764Z | info: downloading component 'cargo' |
| 85 | 2024-02-18T04:09:23.308Z | info: downloading component 'clippy' |
| 86 | 2024-02-18T04:09:23.581Z | info: downloading component 'rust-docs' |
| 87 | 2024-02-18T04:09:24.480Z | info: downloading component 'rust-std' |
| 88 | 2024-02-18T04:09:26.022Z | info: downloading component 'rustc' |
| 89 | 2024-02-18T04:09:30.927Z | info: downloading component 'rustfmt' |
| 90 | 2024-02-18T04:09:31.343Z | info: installing component 'cargo' |
| 91 | 2024-02-18T04:09:32.209Z | info: installing component 'clippy' |
| 92 | 2024-02-18T04:09:32.575Z | info: installing component 'rust-docs' |
| 93 | 2024-02-18T04:09:34.140Z | info: installing component 'rust-std' |
| 94 | 2024-02-18T04:09:35.807Z | info: installing component 'rustc' |
| 95 | 2024-02-18T04:09:39.778Z | info: installing component 'rustfmt' |
| 96 | 2024-02-18T04:09:40.164Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
| 97 | 2024-02-18T04:09:40.167Z | + rustc --version |
| 98 | 2024-02-18T04:09:40.233Z | rustc 1.74.1 (a28077b28 2023-12-04) |
| 99 | 2024-02-18T04:09:40.238Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2024-02-18T04:09:56.980Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 101 | 2024-02-18T04:09:58.156Z | Startup: Caching catalogs ... Done |
| 102 | 2024-02-18T04:09:59.507Z | Planning: Solver setup ... Done (0.974s) |
| 103 | 2024-02-18T04:09:59.526Z | Planning: Running solver ... Done (0.026s) |
| 104 | 2024-02-18T04:09:59.680Z | Planning: Finding local manifests ... Done (0.135s) |
| 105 | 2024-02-18T04:09:59.692Z | Planning: Fetching manifests: 0/4 0% complete |
| 106 | 2024-02-18T04:09:59.953Z | Planning: Fetching manifests: 4/4 100% complete |
| 107 | 2024-02-18T04:10:00.002Z | Planning: Package planning ... Done (0.050s) |
| 108 | 2024-02-18T04:10:00.060Z | Planning: Merging actions ... Done (0.051s) |
| 109 | 2024-02-18T04:10:01.186Z | Planning: Checking for conflicting actions ... Done (1.135s) |
| 110 | 2024-02-18T04:10:01.199Z | Planning: Consolidating action changes ... Done (0.011s) |
| 111 | 2024-02-18T04:10:05.429Z | Planning: Evaluating mediators ... Done (4.223s) |
| 112 | 2024-02-18T04:10:05.445Z | Planning: Planning completed in 7.23 seconds |
| 113 | 2024-02-18T04:10:05.462Z | Packages to install: 4 |
| 114 | 2024-02-18T04:10:05.462Z | Mediators to change: 2 |
| 115 | 2024-02-18T04:10:05.462Z | Services to change: 1 |
| 116 | 2024-02-18T04:10:05.462Z | Estimated space available: 148.87 GB |
| 117 | 2024-02-18T04:10:05.463Z | Estimated space to be consumed: 1.41 GB |
| 118 | 2024-02-18T04:10:05.463Z | Create boot environment: No |
| 119 | 2024-02-18T04:10:05.463Z | Create backup boot environment: No |
| 120 | 2024-02-18T04:10:05.463Z | Rebuild boot archive: No |
| 121 | 2024-02-18T04:10:05.463Z | |
| 122 | 2024-02-18T04:10:05.463Z | Changed mediators: |
| 123 | 2024-02-18T04:10:05.463Z | mediator clang: |
| 124 | 2024-02-18T04:10:05.463Z | version: None -> 15 (system default) |
| 125 | 2024-02-18T04:10:05.463Z | |
| 126 | 2024-02-18T04:10:05.464Z | mediator llvm: |
| 127 | 2024-02-18T04:10:05.464Z | version: 14 (system default) -> 15 (system default) |
| 128 | 2024-02-18T04:10:05.464Z | |
| 129 | 2024-02-18T04:10:05.464Z | Changed packages: |
| 130 | 2024-02-18T04:10:05.464Z | helios-dev |
| 131 | 2024-02-18T04:10:05.464Z | developer/build-essential |
| 132 | 2024-02-18T04:10:05.464Z | None -> 11-2.0 |
| 133 | 2024-02-18T04:10:05.464Z | library/libxmlsec1 |
| 134 | 2024-02-18T04:10:05.464Z | None -> 1.2.35-2.0 |
| 135 | 2024-02-18T04:10:05.464Z | ooce/developer/clang-15 |
| 136 | 2024-02-18T04:10:05.464Z | None -> 15.0.7-2.0 |
| 137 | 2024-02-18T04:10:05.464Z | ooce/developer/llvm-15 |
| 138 | 2024-02-18T04:10:05.464Z | None -> 15.0.7-2.0 |
| 139 | 2024-02-18T04:10:05.464Z | |
| 140 | 2024-02-18T04:10:05.464Z | Services: |
| 141 | 2024-02-18T04:10:05.465Z | restart_fmri: |
| 142 | 2024-02-18T04:10:05.465Z | svc:/system/update-man-index:default |
| 143 | 2024-02-18T04:10:06.100Z | |
| 144 | 2024-02-18T04:10:06.100Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 145 | 2024-02-18T04:10:10.690Z | Download: 366/3290 items 16.6/212.6MB 7% complete (3.5M/s) |
| 146 | 2024-02-18T04:10:15.727Z | Download: 845/3290 items 18.8/212.6MB 8% complete (2.0M/s) |
| 147 | 2024-02-18T04:10:20.926Z | Download: 1198/3290 items 82.9/212.6MB 39% complete (6.6M/s) |
| 148 | 2024-02-18T04:10:25.940Z | Download: 1878/3290 items 118.6/212.6MB 55% complete (10.0M/s) |
| 149 | 2024-02-18T04:10:30.943Z | Download: 2324/3290 items 119.7/212.6MB 56% complete (3.8M/s) |
| 150 | 2024-02-18T04:10:35.953Z | Download: 3036/3290 items 121.4/212.6MB 57% complete (289k/s) |
| 151 | 2024-02-18T04:10:41.353Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
| 152 | 2024-02-18T04:10:42.966Z | Download: Completed 212.60 MB in 37.27 seconds (5.7M/s) |
| 153 | 2024-02-18T04:10:43.168Z | Actions: 1/3689 actions (Installing new actions) |
| 154 | 2024-02-18T04:10:48.284Z | Actions: 3549/3689 actions (Installing new actions) |
| 155 | 2024-02-18T04:10:49.063Z | Actions: Completed 3689 actions in 5.89 seconds. |
| 156 | 2024-02-18T04:10:49.234Z | Done (0.165s) |
| 157 | 2024-02-18T04:10:49.234Z | Done (0.000s) |
| 158 | 2024-02-18T04:10:49.445Z | Done (0.212s) |
| 159 | 2024-02-18T04:10:56.328Z | Done (6.755s) |
| 160 | 2024-02-18T04:10:56.625Z | Done (0.224s) |
| 161 | 2024-02-18T04:10:56.629Z | Done (0.000s) |
| 162 | 2024-02-18T04:10:56.772Z | Done (0.000s) |
| 163 | 2024-02-18T04:10:57.279Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2024-02-18T04:10:57.437Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2024-02-18T04:10:57.440Z | Planning: Consolidating action changes ... Done |
| 166 | 2024-02-18T04:10:57.721Z | Planning: Evaluating mediators ... Done |
| 167 | 2024-02-18T04:10:57.724Z | Planning: Planning completed in 0.45 seconds |
| 168 | 2024-02-18T04:10:57.758Z | Mediators to change: 2 |
| 169 | 2024-02-18T04:10:57.758Z | Create boot environment: No |
| 170 | 2024-02-18T04:10:57.761Z | Create backup boot environment: No |
| 171 | 2024-02-18T04:10:57.838Z | Done |
| 172 | 2024-02-18T04:10:57.838Z | Done |
| 173 | 2024-02-18T04:10:57.962Z | Done |
| 174 | 2024-02-18T04:11:01.671Z | Done |
| 175 | 2024-02-18T04:11:01.768Z | Done |
| 176 | 2024-02-18T04:11:01.783Z | Done |
| 177 | 2024-02-18T04:11:01.890Z | Done |
| 178 | 2024-02-18T04:11:02.533Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2024-02-18T04:11:02.556Z | Planning: Merging actions ... Done |
| 180 | 2024-02-18T04:11:02.708Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2024-02-18T04:11:02.712Z | Planning: Consolidating action changes ... Done |
| 182 | 2024-02-18T04:11:02.981Z | Planning: Evaluating mediators ... Done |
| 183 | 2024-02-18T04:11:03.038Z | Planning: Planning completed in 0.80 seconds |
| 184 | 2024-02-18T04:11:03.077Z | Packages to change: 1 |
| 185 | 2024-02-18T04:11:03.077Z | Mediators to change: 1 |
| 186 | 2024-02-18T04:11:03.086Z | Services to change: 1 |
| 187 | 2024-02-18T04:11:03.086Z | Create boot environment: No |
| 188 | 2024-02-18T04:11:03.086Z | Create backup boot environment: Yes |
| 189 | 2024-02-18T04:11:05.061Z | Actions: 1/6 actions (Updating modified actions) |
| 190 | 2024-02-18T04:11:05.189Z | Actions: Completed 6 actions in 0.13 seconds. |
| 191 | 2024-02-18T04:11:05.192Z | Done |
| 192 | 2024-02-18T04:11:05.192Z | Done |
| 193 | 2024-02-18T04:11:05.236Z | Done |
| 194 | 2024-02-18T04:11:08.893Z | Done |
| 195 | 2024-02-18T04:11:08.986Z | Done |
| 196 | 2024-02-18T04:11:08.996Z | Done |
| 197 | 2024-02-18T04:11:09.096Z | Done |
| 198 | 2024-02-18T04:11:09.525Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2024-02-18T04:11:09.526Z | clang system 15 system |
| 200 | 2024-02-18T04:11:09.526Z | csh system system illumos |
| 201 | 2024-02-18T04:11:09.526Z | ctags system system illumos |
| 202 | 2024-02-18T04:11:09.526Z | gcc vendor 12 vendor |
| 203 | 2024-02-18T04:11:09.526Z | gcc system 10 system |
| 204 | 2024-02-18T04:11:09.526Z | gcc system 7 system |
| 205 | 2024-02-18T04:11:09.526Z | go system 1.20 system |
| 206 | 2024-02-18T04:11:09.526Z | go system 1.19 system |
| 207 | 2024-02-18T04:11:09.526Z | llvm system 15 system |
| 208 | 2024-02-18T04:11:09.526Z | llvm system 14 system |
| 209 | 2024-02-18T04:11:09.526Z | mariadb system 10.6 system |
| 210 | 2024-02-18T04:11:09.526Z | mta vendor vendor dma |
| 211 | 2024-02-18T04:11:09.526Z | openjdk system 17 system |
| 212 | 2024-02-18T04:11:09.526Z | openjdk system 11 system |
| 213 | 2024-02-18T04:11:09.526Z | openjdk system 1.8 system |
| 214 | 2024-02-18T04:11:09.526Z | openssl vendor 3 vendor |
| 215 | 2024-02-18T04:11:09.526Z | perl system 5.36 system |
| 216 | 2024-02-18T04:11:09.526Z | postgresql system 15 system |
| 217 | 2024-02-18T04:11:09.526Z | postgresql system 13 system |
| 218 | 2024-02-18T04:11:09.526Z | python vendor 3 vendor |
| 219 | 2024-02-18T04:11:09.526Z | python system 2 system |
| 220 | 2024-02-18T04:11:09.526Z | python3 system 3.11 system |
| 221 | 2024-02-18T04:11:09.526Z | ruby system 3.0 system |
| 222 | 2024-02-18T04:11:09.527Z | words vendor vendor american-english |
| 223 | 2024-02-18T04:11:09.527Z | words system system australian-english |
| 224 | 2024-02-18T04:11:09.527Z | words system system british-english |
| 225 | 2024-02-18T04:11:09.527Z | words system system canadian-english |
| 226 | 2024-02-18T04:11:09.527Z | words system system french |
| 227 | 2024-02-18T04:11:09.527Z | words system system italian |
| 228 | 2024-02-18T04:11:09.527Z | words system system ngerman |
| 229 | 2024-02-18T04:11:09.527Z | words system system ogerman |
| 230 | 2024-02-18T04:11:09.527Z | words system system spanish |
| 231 | 2024-02-18T04:11:09.862Z | FMRI IFO |
| 232 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 233 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 234 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 235 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 236 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 237 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 238 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 239 | 2024-02-18T04:11:09.862Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 240 | 2024-02-18T04:11:10.283Z | + set -o errexit |
| 241 | 2024-02-18T04:11:10.283Z | +++ dirname ./tools/ci_download_cockroachdb |
| 242 | 2024-02-18T04:11:10.283Z | ++ cd ./tools |
| 243 | 2024-02-18T04:11:10.283Z | ++ pwd |
| 244 | 2024-02-18T04:11:10.283Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 245 | 2024-02-18T04:11:10.283Z | ++ basename ./tools/ci_download_cockroachdb |
| 246 | 2024-02-18T04:11:10.283Z | + ARG0=ci_download_cockroachdb |
| 247 | 2024-02-18T04:11:10.283Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 248 | 2024-02-18T04:11:10.284Z | + CIDL_VERSION=v22.1.9 |
| 249 | 2024-02-18T04:11:10.284Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 250 | 2024-02-18T04:11:10.284Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 251 | 2024-02-18T04:11:10.284Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 252 | 2024-02-18T04:11:10.284Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 253 | 2024-02-18T04:11:10.284Z | + TARGET_DIR=out |
| 254 | 2024-02-18T04:11:10.284Z | + DOWNLOAD_DIR=out/downloads |
| 255 | 2024-02-18T04:11:10.284Z | + DEST_DIR=./out/cockroachdb |
| 256 | 2024-02-18T04:11:10.284Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 257 | 2024-02-18T04:11:10.284Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 258 | 2024-02-18T04:11:10.284Z | + main |
| 259 | 2024-02-18T04:11:10.284Z | + [[ 0 != 0 ]] |
| 260 | 2024-02-18T04:11:10.284Z | + CIDL_OS=solaris2.11 |
| 261 | 2024-02-18T04:11:10.284Z | + [[ 0 != 0 ]] |
| 262 | 2024-02-18T04:11:10.284Z | + configure_os solaris2.11 |
| 263 | 2024-02-18T04:11:10.285Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 264 | 2024-02-18T04:11:10.285Z | current directory: /work/oxidecomputer/omicron |
| 265 | 2024-02-18T04:11:10.285Z | + echo 'configuring based on OS: "solaris2.11"' |
| 266 | 2024-02-18T04:11:10.285Z | + case "$1" in |
| 267 | 2024-02-18T04:11:10.285Z | configuring based on OS: "solaris2.11" |
| 268 | 2024-02-18T04:11:10.285Z | + CIDL_BUILD=illumos |
| 269 | 2024-02-18T04:11:10.285Z | + CIDL_SUFFIX=tar.gz |
| 270 | 2024-02-18T04:11:10.285Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 271 | 2024-02-18T04:11:10.285Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 272 | 2024-02-18T04:11:10.285Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 273 | 2024-02-18T04:11:10.285Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 274 | 2024-02-18T04:11:10.285Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 275 | 2024-02-18T04:11:10.285Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 276 | 2024-02-18T04:11:10.285Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 277 | 2024-02-18T04:11:10.285Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 278 | 2024-02-18T04:11:10.285Z | + CIDL_SHA256FUNC=do_sha256sum |
| 279 | 2024-02-18T04:11:10.286Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 280 | 2024-02-18T04:11:10.286Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 281 | 2024-02-18T04:11:10.286Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 282 | 2024-02-18T04:11:10.286Z | + mkdir -p out/downloads |
| 283 | 2024-02-18T04:11:10.286Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2024-02-18T04:11:10.286Z | + mkdir -p ./out/cockroachdb |
| 285 | 2024-02-18T04:11:10.286Z | + local DO_DOWNLOAD=true |
| 286 | 2024-02-18T04:11:10.286Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 287 | 2024-02-18T04:11:10.286Z | + '[' true == true ']' |
| 288 | 2024-02-18T04:11:10.286Z | + echo Downloading... |
| 289 | 2024-02-18T04:11:10.287Z | Downloading... |
| 290 | 2024-02-18T04:11:10.287Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 291 | 2024-02-18T04:11:10.287Z | + 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 |
| 292 | 2024-02-18T04:11:12.477Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2024-02-18T04:11:12.480Z | ++ sha256sum |
| 294 | 2024-02-18T04:11:12.480Z | ++ awk '{print $1}' |
| 295 | 2024-02-18T04:11:12.706Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 296 | 2024-02-18T04:11:12.707Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
| 297 | 2024-02-18T04:11:12.710Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 298 | 2024-02-18T04:11:12.710Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 299 | 2024-02-18T04:11:14.975Z | + do_assemble_illumos |
| 300 | 2024-02-18T04:11:14.975Z | + rm -r ./out/cockroachdb |
| 301 | 2024-02-18T04:11:14.978Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 302 | 2024-02-18T04:11:15.364Z | + ./out/cockroachdb/bin/cockroach version |
| 303 | 2024-02-18T04:11:15.601Z | Build Tag: v22.1.9-dirty |
| 304 | 2024-02-18T04:11:15.601Z | Build Time: 2022/10/26 21:17:46 |
| 305 | 2024-02-18T04:11:15.601Z | Distribution: OSS |
| 306 | 2024-02-18T04:11:15.602Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 307 | 2024-02-18T04:11:15.602Z | Go Version: go1.17.13 |
| 308 | 2024-02-18T04:11:15.602Z | C Compiler: gcc 10.3.0 |
| 309 | 2024-02-18T04:11:15.602Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 310 | 2024-02-18T04:11:15.602Z | Build Type: release |
| 311 | 2024-02-18T04:11:15.618Z | + set -o errexit |
| 312 | 2024-02-18T04:11:15.621Z | +++ dirname ./tools/ci_download_clickhouse |
| 313 | 2024-02-18T04:11:15.624Z | ++ cd ./tools |
| 314 | 2024-02-18T04:11:15.624Z | ++ pwd |
| 315 | 2024-02-18T04:11:15.624Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 316 | 2024-02-18T04:11:15.624Z | ++ basename ./tools/ci_download_clickhouse |
| 317 | 2024-02-18T04:11:15.631Z | + ARG0=ci_download_clickhouse |
| 318 | 2024-02-18T04:11:15.631Z | + TARGET_DIR=out |
| 319 | 2024-02-18T04:11:15.631Z | + DOWNLOAD_DIR=out/downloads |
| 320 | 2024-02-18T04:11:15.631Z | + DEST_DIR=./out/clickhouse |
| 321 | 2024-02-18T04:11:15.631Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 322 | 2024-02-18T04:11:15.631Z | + CIDL_VERSION=v22.8.9.24 |
| 323 | 2024-02-18T04:11:15.631Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 324 | 2024-02-18T04:11:15.631Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 325 | 2024-02-18T04:11:15.631Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 326 | 2024-02-18T04:11:15.631Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 327 | 2024-02-18T04:11:15.631Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 328 | 2024-02-18T04:11:15.631Z | + main |
| 329 | 2024-02-18T04:11:15.631Z | + [[ 0 != 0 ]] |
| 330 | 2024-02-18T04:11:15.631Z | + CIDL_OS=solaris2.11 |
| 331 | 2024-02-18T04:11:15.631Z | + [[ 0 != 0 ]] |
| 332 | 2024-02-18T04:11:15.631Z | + configure_os solaris2.11 |
| 333 | 2024-02-18T04:11:15.631Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 334 | 2024-02-18T04:11:15.631Z | current directory: /work/oxidecomputer/omicron |
| 335 | 2024-02-18T04:11:15.631Z | configuring based on OS: "solaris2.11" |
| 336 | 2024-02-18T04:11:15.632Z | + echo 'configuring based on OS: "solaris2.11"' |
| 337 | 2024-02-18T04:11:15.632Z | + CIDL_DASHREV= |
| 338 | 2024-02-18T04:11:15.632Z | + case "$1" in |
| 339 | 2024-02-18T04:11:15.632Z | + CIDL_PLATFORM=illumos |
| 340 | 2024-02-18T04:11:15.632Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 341 | 2024-02-18T04:11:15.632Z | + CIDL_MD5FUNC=do_md5sum |
| 342 | 2024-02-18T04:11:15.632Z | + CIDL_DASHREV=-1 |
| 343 | 2024-02-18T04:11:15.632Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 344 | 2024-02-18T04:11:15.632Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 345 | 2024-02-18T04:11:15.632Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 346 | 2024-02-18T04:11:15.632Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 347 | 2024-02-18T04:11:15.632Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 348 | 2024-02-18T04:11:15.632Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 349 | 2024-02-18T04:11:15.632Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 350 | 2024-02-18T04:11:15.632Z | + mkdir -p out/downloads |
| 351 | 2024-02-18T04:11:15.632Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 352 | 2024-02-18T04:11:15.635Z | + mkdir -p ./out/clickhouse |
| 353 | 2024-02-18T04:11:15.635Z | + local DO_DOWNLOAD=true |
| 354 | 2024-02-18T04:11:15.635Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 355 | 2024-02-18T04:11:15.635Z | + '[' true == true ']' |
| 356 | 2024-02-18T04:11:15.636Z | + echo Downloading... |
| 357 | 2024-02-18T04:11:15.636Z | Downloading... |
| 358 | 2024-02-18T04:11:15.636Z | + 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 |
| 359 | 2024-02-18T04:11:15.636Z | + 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 |
| 360 | 2024-02-18T04:11:17.841Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 361 | 2024-02-18T04:11:17.844Z | ++ md5sum |
| 362 | 2024-02-18T04:11:17.844Z | ++ awk '{print $1}' |
| 363 | 2024-02-18T04:11:18.024Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 364 | 2024-02-18T04:11:18.024Z | + [[ 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 ]] |
| 365 | 2024-02-18T04:11:18.028Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 366 | 2024-02-18T04:11:18.028Z | + mkdir -p ./out/clickhouse |
| 367 | 2024-02-18T04:11:18.028Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 368 | 2024-02-18T04:11:21.400Z | + ./out/clickhouse/clickhouse server --version |
| 369 | 2024-02-18T04:11:21.425Z | ClickHouse server version 22.8.9.1. |
| 370 | 2024-02-18T04:11:21.440Z | + set -o errexit |
| 371 | 2024-02-18T04:11:21.443Z | +++ dirname ./tools/ci_download_console |
| 372 | 2024-02-18T04:11:21.446Z | ++ cd ./tools |
| 373 | 2024-02-18T04:11:21.446Z | ++ pwd |
| 374 | 2024-02-18T04:11:21.446Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 375 | 2024-02-18T04:11:21.446Z | ++ basename ./tools/ci_download_console |
| 376 | 2024-02-18T04:11:21.449Z | + ARG0=ci_download_console |
| 377 | 2024-02-18T04:11:21.449Z | + TARGET_DIR=out |
| 378 | 2024-02-18T04:11:21.449Z | + DOWNLOAD_DIR=out/downloads |
| 379 | 2024-02-18T04:11:21.449Z | + DEST_DIR=./out/console-assets |
| 380 | 2024-02-18T04:11:21.449Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 381 | 2024-02-18T04:11:21.449Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
| 382 | 2024-02-18T04:11:21.449Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
| 383 | 2024-02-18T04:11:21.449Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
| 384 | 2024-02-18T04:11:21.449Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 385 | 2024-02-18T04:11:21.449Z | + main |
| 386 | 2024-02-18T04:11:21.449Z | + [[ 0 != 0 ]] |
| 387 | 2024-02-18T04:11:21.450Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
| 388 | 2024-02-18T04:11:21.450Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
| 389 | 2024-02-18T04:11:21.450Z | Local file: out/downloads/console.tar.gz |
| 390 | 2024-02-18T04:11:21.450Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 391 | 2024-02-18T04:11:21.450Z | + local DO_DOWNLOAD=true |
| 392 | 2024-02-18T04:11:21.450Z | + [[ -f out/downloads/console.tar.gz ]] |
| 393 | 2024-02-18T04:11:21.450Z | + mkdir -p out/downloads |
| 394 | 2024-02-18T04:11:21.453Z | + '[' true == true ']' |
| 395 | 2024-02-18T04:11:21.453Z | + echo Downloading... |
| 396 | 2024-02-18T04:11:21.453Z | Downloading... |
| 397 | 2024-02-18T04:11:21.453Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
| 398 | 2024-02-18T04:11:21.453Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
| 399 | 2024-02-18T04:11:22.227Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 400 | 2024-02-18T04:11:22.236Z | ++ case "$OSTYPE" in |
| 401 | 2024-02-18T04:11:22.236Z | ++ SHA=sha256sum |
| 402 | 2024-02-18T04:11:22.236Z | ++ sha256sum |
| 403 | 2024-02-18T04:11:22.236Z | ++ awk '{print $1}' |
| 404 | 2024-02-18T04:11:22.236Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
| 405 | 2024-02-18T04:11:22.236Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
| 406 | 2024-02-18T04:11:22.236Z | + rm -rf ./out/console-assets |
| 407 | 2024-02-18T04:11:22.240Z | + mkdir -p ./out/console-assets |
| 408 | 2024-02-18T04:11:22.240Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 409 | 2024-02-18T04:11:22.240Z | + mkdir -p ./out/console-assets |
| 410 | 2024-02-18T04:11:22.243Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 411 | 2024-02-18T04:11:22.336Z | + set -o errexit |
| 412 | 2024-02-18T04:11:22.339Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 413 | 2024-02-18T04:11:22.342Z | ++ cd ./tools |
| 414 | 2024-02-18T04:11:22.342Z | ++ pwd |
| 415 | 2024-02-18T04:11:22.342Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 416 | 2024-02-18T04:11:22.342Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 417 | 2024-02-18T04:11:22.342Z | + ARG0=ci_download_maghemite_openapi |
| 418 | 2024-02-18T04:11:22.342Z | + TARGET_DIR=out |
| 419 | 2024-02-18T04:11:22.342Z | + DOWNLOAD_DIR=out/downloads |
| 420 | 2024-02-18T04:11:22.346Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 421 | 2024-02-18T04:11:22.346Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
| 422 | 2024-02-18T04:11:22.346Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 423 | 2024-02-18T04:11:22.346Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
| 424 | 2024-02-18T04:11:22.346Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 425 | 2024-02-18T04:11:22.346Z | + main |
| 426 | 2024-02-18T04:11:22.346Z | + [[ 0 != 0 ]] |
| 427 | 2024-02-18T04:11:22.346Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
| 428 | 2024-02-18T04:11:22.346Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
| 429 | 2024-02-18T04:11:22.346Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
| 430 | 2024-02-18T04:11:22.346Z | + local DO_DOWNLOAD=true |
| 431 | 2024-02-18T04:11:22.346Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 432 | 2024-02-18T04:11:22.346Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
| 433 | 2024-02-18T04:11:22.346Z | + mkdir -p out/downloads |
| 434 | 2024-02-18T04:11:22.346Z | + '[' true == true ']' |
| 435 | 2024-02-18T04:11:22.346Z | + echo Downloading... |
| 436 | 2024-02-18T04:11:22.346Z | Downloading... |
| 437 | 2024-02-18T04:11:22.346Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 438 | 2024-02-18T04:11:22.346Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
| 439 | 2024-02-18T04:11:22.447Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 440 | 2024-02-18T04:11:22.450Z | ++ case "$OSTYPE" in |
| 441 | 2024-02-18T04:11:22.450Z | ++ SHA=sha256sum |
| 442 | 2024-02-18T04:11:22.450Z | ++ sha256sum |
| 443 | 2024-02-18T04:11:22.450Z | ++ awk '{print $1}' |
| 444 | 2024-02-18T04:11:22.453Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
| 445 | 2024-02-18T04:11:22.453Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
| 446 | 2024-02-18T04:11:22.453Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 447 | 2024-02-18T04:11:22.453Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
| 448 | 2024-02-18T04:11:22.453Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 449 | 2024-02-18T04:11:22.454Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
| 450 | 2024-02-18T04:11:22.454Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 451 | 2024-02-18T04:11:22.454Z | + main |
| 452 | 2024-02-18T04:11:22.454Z | + [[ 0 != 0 ]] |
| 453 | 2024-02-18T04:11:22.454Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
| 454 | 2024-02-18T04:11:22.454Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
| 455 | 2024-02-18T04:11:22.454Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
| 456 | 2024-02-18T04:11:22.454Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 457 | 2024-02-18T04:11:22.454Z | + local DO_DOWNLOAD=true |
| 458 | 2024-02-18T04:11:22.454Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
| 459 | 2024-02-18T04:11:22.454Z | + mkdir -p out/downloads |
| 460 | 2024-02-18T04:11:22.458Z | + '[' true == true ']' |
| 461 | 2024-02-18T04:11:22.458Z | + echo Downloading... |
| 462 | 2024-02-18T04:11:22.458Z | Downloading... |
| 463 | 2024-02-18T04:11:22.458Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 464 | 2024-02-18T04:11:22.458Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
| 465 | 2024-02-18T04:11:22.552Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
| 466 | 2024-02-18T04:11:22.555Z | ++ case "$OSTYPE" in |
| 467 | 2024-02-18T04:11:22.555Z | ++ SHA=sha256sum |
| 468 | 2024-02-18T04:11:22.555Z | ++ sha256sum |
| 469 | 2024-02-18T04:11:22.555Z | ++ awk '{print $1}' |
| 470 | 2024-02-18T04:11:22.559Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 471 | 2024-02-18T04:11:22.559Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
| 472 | 2024-02-18T04:11:22.563Z | + set -o errexit |
| 473 | 2024-02-18T04:11:22.566Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 474 | 2024-02-18T04:11:22.568Z | ++ cd ./tools |
| 475 | 2024-02-18T04:11:22.569Z | ++ pwd |
| 476 | 2024-02-18T04:11:22.569Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 477 | 2024-02-18T04:11:22.569Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 478 | 2024-02-18T04:11:22.571Z | + ARG0=ci_download_dendrite_openapi |
| 479 | 2024-02-18T04:11:22.571Z | + TARGET_DIR=out |
| 480 | 2024-02-18T04:11:22.572Z | + DOWNLOAD_DIR=out/downloads |
| 481 | 2024-02-18T04:11:22.572Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 482 | 2024-02-18T04:11:22.572Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
| 483 | 2024-02-18T04:11:22.572Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
| 484 | 2024-02-18T04:11:22.572Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
| 485 | 2024-02-18T04:11:22.572Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
| 486 | 2024-02-18T04:11:22.572Z | + main |
| 487 | 2024-02-18T04:11:22.572Z | + [[ 0 != 0 ]] |
| 488 | 2024-02-18T04:11:22.572Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
| 489 | 2024-02-18T04:11:22.572Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
| 490 | 2024-02-18T04:11:22.572Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
| 491 | 2024-02-18T04:11:22.572Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
| 492 | 2024-02-18T04:11:22.572Z | + local DO_DOWNLOAD=true |
| 493 | 2024-02-18T04:11:22.572Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
| 494 | 2024-02-18T04:11:22.572Z | + mkdir -p out/downloads |
| 495 | 2024-02-18T04:11:22.575Z | + '[' true == true ']' |
| 496 | 2024-02-18T04:11:22.575Z | + echo Downloading... |
| 497 | 2024-02-18T04:11:22.575Z | Downloading... |
| 498 | 2024-02-18T04:11:22.575Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
| 499 | 2024-02-18T04:11:22.575Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
| 500 | 2024-02-18T04:11:22.757Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
| 501 | 2024-02-18T04:11:22.757Z | ++ case "$OSTYPE" in |
| 502 | 2024-02-18T04:11:22.760Z | ++ SHA=sha256sum |
| 503 | 2024-02-18T04:11:22.760Z | ++ sha256sum |
| 504 | 2024-02-18T04:11:22.760Z | ++ awk '{print $1}' |
| 505 | 2024-02-18T04:11:22.766Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
| 506 | 2024-02-18T04:11:22.766Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
| 507 | 2024-02-18T04:11:22.770Z | + set -o errexit |
| 508 | 2024-02-18T04:11:22.773Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 509 | 2024-02-18T04:11:22.773Z | ++ cd ./tools |
| 510 | 2024-02-18T04:11:22.773Z | ++ pwd |
| 511 | 2024-02-18T04:11:22.776Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 512 | 2024-02-18T04:11:22.776Z | ++ basename ./tools/ci_download_dendrite_stub |
| 513 | 2024-02-18T04:11:22.776Z | + ARG0=ci_download_dendrite_stub |
| 514 | 2024-02-18T04:11:22.776Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 515 | 2024-02-18T04:11:22.777Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
| 516 | 2024-02-18T04:11:22.777Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
| 517 | 2024-02-18T04:11:22.777Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
| 518 | 2024-02-18T04:11:22.777Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 519 | 2024-02-18T04:11:22.777Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
| 520 | 2024-02-18T04:11:22.777Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
| 521 | 2024-02-18T04:11:22.777Z | + TARGET_DIR=out |
| 522 | 2024-02-18T04:11:22.777Z | + DOWNLOAD_DIR=out/downloads |
| 523 | 2024-02-18T04:11:22.777Z | + DEST_DIR=./out/dendrite-stub |
| 524 | 2024-02-18T04:11:22.777Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 525 | 2024-02-18T04:11:22.777Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 526 | 2024-02-18T04:11:22.777Z | + REPO=oxidecomputer/dendrite |
| 527 | 2024-02-18T04:11:22.777Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
| 528 | 2024-02-18T04:11:22.780Z | + main |
| 529 | 2024-02-18T04:11:22.780Z | + [[ 0 != 0 ]] |
| 530 | 2024-02-18T04:11:22.780Z | + CIDL_OS=solaris2.11 |
| 531 | 2024-02-18T04:11:22.781Z | + [[ 0 != 0 ]] |
| 532 | 2024-02-18T04:11:22.781Z | + configure_os solaris2.11 |
| 533 | 2024-02-18T04:11:22.781Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 534 | 2024-02-18T04:11:22.781Z | current directory: /work/oxidecomputer/omicron |
| 535 | 2024-02-18T04:11:22.781Z | + echo 'configuring based on OS: "solaris2.11"' |
| 536 | 2024-02-18T04:11:22.781Z | + case "$1" in |
| 537 | 2024-02-18T04:11:22.781Z | configuring based on OS: "solaris2.11" |
| 538 | 2024-02-18T04:11:22.781Z | + SET_BINARIES= |
| 539 | 2024-02-18T04:11:22.781Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
| 540 | 2024-02-18T04:11:22.781Z | + CIDL_SHA256FUNC=do_sha256sum |
| 541 | 2024-02-18T04:11:22.781Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 542 | 2024-02-18T04:11:22.781Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
| 543 | 2024-02-18T04:11:22.781Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 544 | 2024-02-18T04:11:22.781Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
| 545 | 2024-02-18T04:11:22.781Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
| 546 | 2024-02-18T04:11:22.781Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 547 | 2024-02-18T04:11:22.781Z | + mkdir -p out/downloads |
| 548 | 2024-02-18T04:11:22.781Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 549 | 2024-02-18T04:11:22.781Z | + mkdir -p ./out/dendrite-stub |
| 550 | 2024-02-18T04:11:22.785Z | + fetch_and_verify |
| 551 | 2024-02-18T04:11:22.785Z | + local DO_DOWNLOAD=true |
| 552 | 2024-02-18T04:11:22.785Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 553 | 2024-02-18T04:11:22.785Z | + '[' true == true ']' |
| 554 | 2024-02-18T04:11:22.785Z | + echo Downloading... |
| 555 | 2024-02-18T04:11:22.785Z | Downloading... |
| 556 | 2024-02-18T04:11:22.785Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 557 | 2024-02-18T04:11:22.785Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
| 558 | 2024-02-18T04:11:27.817Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 559 | 2024-02-18T04:11:27.820Z | ++ sha256sum |
| 560 | 2024-02-18T04:11:27.820Z | ++ awk '{print $1}' |
| 561 | 2024-02-18T04:11:27.842Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
| 562 | 2024-02-18T04:11:27.845Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
| 563 | 2024-02-18T04:11:27.845Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 564 | 2024-02-18T04:11:27.845Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 565 | 2024-02-18T04:11:28.577Z | + do_assemble |
| 566 | 2024-02-18T04:11:28.577Z | + rm -r ./out/dendrite-stub |
| 567 | 2024-02-18T04:11:28.580Z | + mkdir ./out/dendrite-stub |
| 568 | 2024-02-18T04:11:28.580Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 569 | 2024-02-18T04:11:28.666Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 570 | 2024-02-18T04:11:28.676Z | + set -o errexit |
| 571 | 2024-02-18T04:11:28.681Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 572 | 2024-02-18T04:11:28.684Z | ++ cd ./tools |
| 573 | 2024-02-18T04:11:28.684Z | ++ pwd |
| 574 | 2024-02-18T04:11:28.684Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 575 | 2024-02-18T04:11:28.684Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 576 | 2024-02-18T04:11:28.685Z | + ARG0=ci_download_maghemite_mgd |
| 577 | 2024-02-18T04:11:28.685Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 578 | 2024-02-18T04:11:28.685Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
| 579 | 2024-02-18T04:11:28.685Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
| 580 | 2024-02-18T04:11:28.685Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 581 | 2024-02-18T04:11:28.685Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
| 582 | 2024-02-18T04:11:28.685Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
| 583 | 2024-02-18T04:11:28.685Z | + TARGET_DIR=out |
| 584 | 2024-02-18T04:11:28.685Z | + DOWNLOAD_DIR=out/downloads |
| 585 | 2024-02-18T04:11:28.685Z | + DEST_DIR=./out/mgd |
| 586 | 2024-02-18T04:11:28.685Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 587 | 2024-02-18T04:11:28.685Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 588 | 2024-02-18T04:11:28.685Z | + REPO=oxidecomputer/maghemite |
| 589 | 2024-02-18T04:11:28.685Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
| 590 | 2024-02-18T04:11:28.685Z | + main |
| 591 | 2024-02-18T04:11:28.685Z | + [[ 0 != 0 ]] |
| 592 | 2024-02-18T04:11:28.685Z | + CIDL_OS=solaris2.11 |
| 593 | 2024-02-18T04:11:28.685Z | + [[ 0 != 0 ]] |
| 594 | 2024-02-18T04:11:28.685Z | + configure_os solaris2.11 |
| 595 | 2024-02-18T04:11:28.685Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 596 | 2024-02-18T04:11:28.685Z | current directory: /work/oxidecomputer/omicron |
| 597 | 2024-02-18T04:11:28.685Z | + echo 'configuring based on OS: "solaris2.11"' |
| 598 | 2024-02-18T04:11:28.685Z | + case "$1" in |
| 599 | 2024-02-18T04:11:28.686Z | + SET_BINARIES= |
| 600 | 2024-02-18T04:11:28.686Z | configuring based on OS: "solaris2.11" |
| 601 | 2024-02-18T04:11:28.686Z | + CIDL_SHA256FUNC=do_sha256sum |
| 602 | 2024-02-18T04:11:28.686Z | + TARBALL_FILENAME=mgd.tar.gz |
| 603 | 2024-02-18T04:11:28.686Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
| 604 | 2024-02-18T04:11:28.686Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 605 | 2024-02-18T04:11:28.686Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
| 606 | 2024-02-18T04:11:28.686Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 607 | 2024-02-18T04:11:28.686Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
| 608 | 2024-02-18T04:11:28.686Z | Local file: out/downloads/mgd.tar.gz |
| 609 | 2024-02-18T04:11:28.686Z | + mkdir -p out/downloads |
| 610 | 2024-02-18T04:11:28.689Z | + mkdir -p ./out/mgd |
| 611 | 2024-02-18T04:11:28.689Z | + fetch_and_verify |
| 612 | 2024-02-18T04:11:28.690Z | + local DO_DOWNLOAD=true |
| 613 | 2024-02-18T04:11:28.690Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 614 | 2024-02-18T04:11:28.690Z | + '[' true == true ']' |
| 615 | 2024-02-18T04:11:28.690Z | + echo Downloading... |
| 616 | 2024-02-18T04:11:28.690Z | Downloading... |
| 617 | 2024-02-18T04:11:28.690Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
| 618 | 2024-02-18T04:11:28.690Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
| 619 | 2024-02-18T04:11:33.167Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 620 | 2024-02-18T04:11:33.172Z | ++ sha256sum |
| 621 | 2024-02-18T04:11:33.173Z | ++ awk '{print $1}' |
| 622 | 2024-02-18T04:11:33.189Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
| 623 | 2024-02-18T04:11:33.189Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
| 624 | 2024-02-18T04:11:33.192Z | + do_untar out/downloads/mgd.tar.gz |
| 625 | 2024-02-18T04:11:33.192Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 626 | 2024-02-18T04:11:33.667Z | + do_assemble |
| 627 | 2024-02-18T04:11:33.667Z | + rm -r ./out/mgd |
| 628 | 2024-02-18T04:11:33.670Z | + mkdir ./out/mgd |
| 629 | 2024-02-18T04:11:33.674Z | + cp -r out/downloads/root ./out/mgd/root |
| 630 | 2024-02-18T04:11:33.812Z | + set -o errexit |
| 631 | 2024-02-18T04:11:33.818Z | +++ dirname ./tools/ci_download_transceiver_control |
| 632 | 2024-02-18T04:11:33.821Z | ++ cd ./tools |
| 633 | 2024-02-18T04:11:33.821Z | ++ pwd |
| 634 | 2024-02-18T04:11:33.821Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 635 | 2024-02-18T04:11:33.821Z | ++ basename ./tools/ci_download_transceiver_control |
| 636 | 2024-02-18T04:11:33.821Z | + ARG0=ci_download_transceiver_control |
| 637 | 2024-02-18T04:11:33.821Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 638 | 2024-02-18T04:11:33.821Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 639 | 2024-02-18T04:11:33.821Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 640 | 2024-02-18T04:11:33.821Z | + TARGET_DIR=out |
| 641 | 2024-02-18T04:11:33.821Z | + DOWNLOAD_DIR=out/downloads |
| 642 | 2024-02-18T04:11:33.821Z | + DEST_DIR=./out/transceiver-control |
| 643 | 2024-02-18T04:11:33.821Z | + BIN_DIR=/opt/oxide/bin |
| 644 | 2024-02-18T04:11:33.821Z | + BINARY=xcvradm |
| 645 | 2024-02-18T04:11:33.821Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 646 | 2024-02-18T04:11:33.822Z | + REPO=oxidecomputer/transceiver-control |
| 647 | 2024-02-18T04:11:33.822Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 648 | 2024-02-18T04:11:33.822Z | + main |
| 649 | 2024-02-18T04:11:33.822Z | + [[ 0 != 0 ]] |
| 650 | 2024-02-18T04:11:33.822Z | + CIDL_OS=solaris2.11 |
| 651 | 2024-02-18T04:11:33.822Z | + [[ 0 != 0 ]] |
| 652 | 2024-02-18T04:11:33.822Z | + configure_os solaris2.11 |
| 653 | 2024-02-18T04:11:33.822Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 654 | 2024-02-18T04:11:33.822Z | current directory: /work/oxidecomputer/omicron |
| 655 | 2024-02-18T04:11:33.822Z | + echo 'configuring based on OS: "solaris2.11"' |
| 656 | 2024-02-18T04:11:33.822Z | configuring based on OS: "solaris2.11" |
| 657 | 2024-02-18T04:11:33.822Z | + case "$1" in |
| 658 | 2024-02-18T04:11:33.822Z | + SET_BINARIES= |
| 659 | 2024-02-18T04:11:33.822Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 660 | 2024-02-18T04:11:33.822Z | + CIDL_SHA256FUNC=do_sha256sum |
| 661 | 2024-02-18T04:11:33.822Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 662 | 2024-02-18T04:11:33.822Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 663 | 2024-02-18T04:11:33.822Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 664 | 2024-02-18T04:11:33.822Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 665 | 2024-02-18T04:11:33.822Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 666 | 2024-02-18T04:11:33.822Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 667 | 2024-02-18T04:11:33.822Z | Local file: out/downloads/xcvradm.gz |
| 668 | 2024-02-18T04:11:33.822Z | + mkdir -p out/downloads |
| 669 | 2024-02-18T04:11:33.826Z | + mkdir -p ./out/transceiver-control |
| 670 | 2024-02-18T04:11:33.826Z | + fetch_and_verify |
| 671 | 2024-02-18T04:11:33.826Z | + local DO_DOWNLOAD=true |
| 672 | 2024-02-18T04:11:33.826Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 673 | 2024-02-18T04:11:33.826Z | + '[' true == true ']' |
| 674 | 2024-02-18T04:11:33.826Z | + echo Downloading... |
| 675 | 2024-02-18T04:11:33.826Z | Downloading... |
| 676 | 2024-02-18T04:11:33.826Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 677 | 2024-02-18T04:11:33.826Z | + 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 |
| 678 | 2024-02-18T04:11:35.727Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 679 | 2024-02-18T04:11:35.730Z | ++ sha256sum |
| 680 | 2024-02-18T04:11:35.730Z | ++ awk '{print $1}' |
| 681 | 2024-02-18T04:11:35.733Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 682 | 2024-02-18T04:11:35.733Z | + [[ 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 ]] |
| 683 | 2024-02-18T04:11:35.733Z | + do_unpack out/downloads/xcvradm.gz |
| 684 | 2024-02-18T04:11:35.733Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 685 | 2024-02-18T04:11:35.736Z | + gzip -dc out/downloads/xcvradm.gz |
| 686 | 2024-02-18T04:11:35.863Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 687 | 2024-02-18T04:11:35.866Z | + do_assemble |
| 688 | 2024-02-18T04:11:35.866Z | + rm -r ./out/transceiver-control |
| 689 | 2024-02-18T04:11:35.869Z | + mkdir ./out/transceiver-control |
| 690 | 2024-02-18T04:11:35.869Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 691 | 2024-02-18T04:11:36.037Z | All prerequisites installed successfully |
| 692 | 2024-02-18T04:11:36.040Z | |
| 693 | 2024-02-18T04:11:36.040Z | real 1:55.646158593 |
| 694 | 2024-02-18T04:11:36.040Z | user 35.035142957 |
| 695 | 2024-02-18T04:11:36.040Z | sys 6.626322253 |
| 696 | 2024-02-18T04:11:36.041Z | trap 0.010062587 |
| 697 | 2024-02-18T04:11:36.041Z | tflt 0.423915023 |
| 698 | 2024-02-18T04:11:36.041Z | dflt 0.898525504 |
| 699 | 2024-02-18T04:11:36.041Z | kflt 0.288985771 |
| 700 | 2024-02-18T04:11:36.041Z | lock 2.014814230 |
| 701 | 2024-02-18T04:11:36.041Z | slp 3:41.305459972 |
| 702 | 2024-02-18T04:11:36.041Z | lat 1.824197610 |
| 703 | 2024-02-18T04:11:36.041Z | stop 0.125334921 |
| 704 | 2024-02-18T04:11:36.041Z | + banner end-to-end-tests |
| 705 | 2024-02-18T04:11:36.155Z | |
| 706 | 2024-02-18T04:11:36.155Z | ###### # # ##### ##### #### ###### # # ##### |
| 707 | 2024-02-18T04:11:36.155Z | # ## # # # # # # # ## # # # |
| 708 | 2024-02-18T04:11:36.155Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 709 | 2024-02-18T04:11:36.155Z | # # # # # # # # # # # # # # # |
| 710 | 2024-02-18T04:11:36.155Z | # # ## # # # # # # # ## # # |
| 711 | 2024-02-18T04:11:36.155Z | ###### # # ##### # #### ###### # # ##### |
| 712 | 2024-02-18T04:11:36.155Z | |
| 713 | 2024-02-18T04:11:36.159Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 714 | 2024-02-18T04:11:36.159Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 715 | 2024-02-18T04:11:36.159Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 716 | 2024-02-18T04:11:36.159Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 717 | 2024-02-18T04:11:36.159Z | + export CARGO_INCREMENTAL=0 |
| 718 | 2024-02-18T04:11:36.159Z | + CARGO_INCREMENTAL=0 |
| 719 | 2024-02-18T04:11:36.159Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 720 | 2024-02-18T04:11:36.371Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 721 | 2024-02-18T04:11:36.811Z | Updating git repository `https://github.com/oxidecomputer/samael` |
| 722 | 2024-02-18T04:11:37.283Z | Updating crates.io index |
| 723 | 2024-02-18T04:11:37.341Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 724 | 2024-02-18T04:11:38.060Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 725 | 2024-02-18T04:11:39.948Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 726 | 2024-02-18T04:11:40.458Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 727 | 2024-02-18T04:11:40.765Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 728 | 2024-02-18T04:11:41.017Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 729 | 2024-02-18T04:11:41.293Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 730 | 2024-02-18T04:11:42.152Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 731 | 2024-02-18T04:11:44.250Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 732 | 2024-02-18T04:11:45.175Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 733 | 2024-02-18T04:11:45.499Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 734 | 2024-02-18T04:11:46.045Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 735 | 2024-02-18T04:11:46.466Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 736 | 2024-02-18T04:11:46.878Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 737 | 2024-02-18T04:11:47.146Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 738 | 2024-02-18T04:11:49.195Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 739 | 2024-02-18T04:11:49.679Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 740 | 2024-02-18T04:11:49.981Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 741 | 2024-02-18T04:11:50.442Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 742 | 2024-02-18T04:11:50.778Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 743 | 2024-02-18T04:11:51.060Z | Updating git repository `https://github.com/jgallagher/nix` |
| 744 | 2024-02-18T04:11:51.993Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 745 | 2024-02-18T04:11:52.440Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 746 | 2024-02-18T04:11:53.763Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 747 | 2024-02-18T04:11:54.122Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 748 | 2024-02-18T04:11:54.402Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 749 | 2024-02-18T04:11:55.938Z | Downloading crates ... |
| 750 | 2024-02-18T04:11:56.163Z | Downloaded crucible-workspace-hack v0.1.0 |
| 751 | 2024-02-18T04:11:56.172Z | Downloaded new_debug_unreachable v1.0.4 |
| 752 | 2024-02-18T04:11:56.180Z | Downloaded ahash v0.8.7 |
| 753 | 2024-02-18T04:11:56.180Z | Downloaded num-derive v0.4.0 |
| 754 | 2024-02-18T04:11:56.180Z | Downloaded num_enum_derive v0.5.11 |
| 755 | 2024-02-18T04:11:56.180Z | Downloaded cstr-argument v0.1.2 |
| 756 | 2024-02-18T04:11:56.196Z | Downloaded crossbeam-epoch v0.9.15 |
| 757 | 2024-02-18T04:11:56.209Z | Downloaded crossbeam-deque v0.8.3 |
| 758 | 2024-02-18T04:11:56.209Z | Downloaded owo-colors v4.0.0 |
| 759 | 2024-02-18T04:11:56.210Z | Downloaded ansi_term v0.12.1 |
| 760 | 2024-02-18T04:11:56.210Z | Downloaded colored v2.0.4 |
| 761 | 2024-02-18T04:11:56.210Z | Downloaded crossbeam-channel v0.5.8 |
| 762 | 2024-02-18T04:11:56.632Z | Downloaded atomicwrites v0.4.3 |
| 763 | 2024-02-18T04:11:56.632Z | Downloaded anstyle-query v1.0.0 |
| 764 | 2024-02-18T04:11:56.633Z | Downloaded kstat-rs v0.2.3 |
| 765 | 2024-02-18T04:11:56.640Z | Downloaded argon2 v0.5.3 |
| 766 | 2024-02-18T04:11:56.641Z | Downloaded anstream v0.6.11 |
| 767 | 2024-02-18T04:11:56.641Z | Downloaded crossbeam-utils v0.8.16 |
| 768 | 2024-02-18T04:11:56.641Z | Downloaded nom v7.1.3 |
| 769 | 2024-02-18T04:11:56.641Z | Downloaded adler v1.0.2 |
| 770 | 2024-02-18T04:11:56.642Z | Downloaded anstyle v1.0.2 |
| 771 | 2024-02-18T04:11:56.642Z | Downloaded want v0.3.1 |
| 772 | 2024-02-18T04:11:56.642Z | Downloaded universal-hash v0.5.1 |
| 773 | 2024-02-18T04:11:56.642Z | Downloaded parse-display v0.9.0 |
| 774 | 2024-02-18T04:11:56.642Z | Downloaded usdt-attr-macro v0.3.5 |
| 775 | 2024-02-18T04:11:56.643Z | Downloaded aes-gcm v0.10.3 |
| 776 | 2024-02-18T04:11:56.643Z | Downloaded fastrand v2.0.1 |
| 777 | 2024-02-18T04:11:56.643Z | Downloaded atty v0.2.14 |
| 778 | 2024-02-18T04:11:56.643Z | Downloaded dof v0.3.0 |
| 779 | 2024-02-18T04:11:56.643Z | Downloaded zone v0.3.0 |
| 780 | 2024-02-18T04:11:56.644Z | Downloaded bitflags v1.3.2 |
| 781 | 2024-02-18T04:11:56.644Z | Downloaded walkdir v2.4.0 |
| 782 | 2024-02-18T04:11:56.644Z | Downloaded trust-dns-resolver v0.22.0 |
| 783 | 2024-02-18T04:11:56.644Z | Downloaded async-stream-impl v0.3.5 |
| 784 | 2024-02-18T04:11:56.644Z | Downloaded utf-8 v0.7.6 |
| 785 | 2024-02-18T04:11:56.645Z | Downloaded h2 v0.3.24 |
| 786 | 2024-02-18T04:11:56.645Z | Downloaded console v0.15.8 |
| 787 | 2024-02-18T04:11:56.645Z | Downloaded toml_datetime v0.6.5 |
| 788 | 2024-02-18T04:11:56.645Z | Downloaded arrayref v0.3.7 |
| 789 | 2024-02-18T04:11:56.645Z | Downloaded heck v0.3.3 |
| 790 | 2024-02-18T04:11:56.646Z | Downloaded lru-cache v0.1.2 |
| 791 | 2024-02-18T04:11:56.646Z | Downloaded arrayvec v0.7.4 |
| 792 | 2024-02-18T04:11:56.646Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 793 | 2024-02-18T04:11:56.646Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 794 | 2024-02-18T04:11:56.647Z | Downloaded group v0.13.0 |
| 795 | 2024-02-18T04:11:56.647Z | Downloaded lazy_static v1.4.0 |
| 796 | 2024-02-18T04:11:56.647Z | Downloaded hubpack v0.1.2 |
| 797 | 2024-02-18T04:11:56.647Z | Downloaded defmt-macros v0.3.6 |
| 798 | 2024-02-18T04:11:56.648Z | Downloaded md5 v0.7.0 |
| 799 | 2024-02-18T04:11:56.648Z | Downloaded elliptic-curve v0.13.8 |
| 800 | 2024-02-18T04:11:56.648Z | Downloaded match_cfg v0.1.0 |
| 801 | 2024-02-18T04:11:56.648Z | Downloaded num-traits v0.2.16 |
| 802 | 2024-02-18T04:11:56.648Z | Downloaded tinyvec_macros v0.1.1 |
| 803 | 2024-02-18T04:11:56.649Z | Downloaded block-buffer v0.10.4 |
| 804 | 2024-02-18T04:11:56.649Z | Downloaded resolv-conf v0.7.0 |
| 805 | 2024-02-18T04:11:56.649Z | Downloaded tinyvec v1.6.0 |
| 806 | 2024-02-18T04:11:56.649Z | Downloaded term v0.7.0 |
| 807 | 2024-02-18T04:11:56.649Z | Downloaded ciborium-io v0.2.2 |
| 808 | 2024-02-18T04:11:56.649Z | Downloaded matches v0.1.10 |
| 809 | 2024-02-18T04:11:56.650Z | Downloaded strum v0.25.0 |
| 810 | 2024-02-18T04:11:56.650Z | Downloaded hubpack_derive v0.1.1 |
| 811 | 2024-02-18T04:11:56.650Z | Downloaded hyper-rustls v0.24.2 |
| 812 | 2024-02-18T04:11:56.650Z | Downloaded signal-hook-registry v1.4.1 |
| 813 | 2024-02-18T04:11:56.650Z | Downloaded synstructure v0.12.6 |
| 814 | 2024-02-18T04:11:56.650Z | Downloaded strum_macros v0.26.1 |
| 815 | 2024-02-18T04:11:56.650Z | Downloaded serde_tokenstream v0.2.0 |
| 816 | 2024-02-18T04:11:56.651Z | Downloaded tokio-stream v0.1.14 |
| 817 | 2024-02-18T04:11:56.651Z | Downloaded linked-hash-map v0.5.6 |
| 818 | 2024-02-18T04:11:56.651Z | Downloaded byteorder v1.5.0 |
| 819 | 2024-02-18T04:11:56.651Z | Downloaded dof v0.1.5 |
| 820 | 2024-02-18T04:11:56.651Z | Downloaded pin-utils v0.1.0 |
| 821 | 2024-02-18T04:11:56.651Z | Downloaded cfg-if v1.0.0 |
| 822 | 2024-02-18T04:11:56.651Z | Downloaded memoffset v0.9.0 |
| 823 | 2024-02-18T04:11:56.651Z | Downloaded spin v0.5.2 |
| 824 | 2024-02-18T04:11:56.652Z | Downloaded difflib v0.4.0 |
| 825 | 2024-02-18T04:11:56.652Z | Downloaded ciborium-ll v0.2.2 |
| 826 | 2024-02-18T04:11:56.652Z | Downloaded miniz_oxide v0.7.1 |
| 827 | 2024-02-18T04:11:56.652Z | Downloaded endian-type v0.1.2 |
| 828 | 2024-02-18T04:11:56.652Z | Downloaded rand_chacha v0.2.2 |
| 829 | 2024-02-18T04:11:56.652Z | Downloaded rustfmt-wrapper v0.2.0 |
| 830 | 2024-02-18T04:11:56.652Z | Downloaded digest v0.10.7 |
| 831 | 2024-02-18T04:11:56.653Z | Downloaded quick-error v1.2.3 |
| 832 | 2024-02-18T04:11:56.653Z | Downloaded clap_derive v4.5.0 |
| 833 | 2024-02-18T04:11:56.653Z | Downloaded clap_lex v0.7.0 |
| 834 | 2024-02-18T04:11:56.653Z | Downloaded block-padding v0.3.3 |
| 835 | 2024-02-18T04:11:56.653Z | Downloaded allocator-api2 v0.2.16 |
| 836 | 2024-02-18T04:11:56.653Z | Downloaded mime v0.3.17 |
| 837 | 2024-02-18T04:11:56.653Z | Downloaded cpufeatures v0.2.12 |
| 838 | 2024-02-18T04:11:56.653Z | Downloaded chacha20 v0.9.1 |
| 839 | 2024-02-18T04:11:56.654Z | Downloaded convert_case v0.4.0 |
| 840 | 2024-02-18T04:11:56.654Z | Downloaded strsim v0.10.0 |
| 841 | 2024-02-18T04:11:56.654Z | Downloaded unicode-ident v1.0.12 |
| 842 | 2024-02-18T04:11:56.654Z | Downloaded libefi-sys v0.1.0 |
| 843 | 2024-02-18T04:11:56.654Z | Downloaded thiserror-no-std v2.0.2 |
| 844 | 2024-02-18T04:11:56.654Z | Downloaded semver v1.0.21 |
| 845 | 2024-02-18T04:11:56.654Z | Downloaded utf8parse v0.2.1 |
| 846 | 2024-02-18T04:11:56.655Z | Downloaded crypto-common v0.1.6 |
| 847 | 2024-02-18T04:11:56.655Z | Downloaded camino v1.1.6 |
| 848 | 2024-02-18T04:11:56.655Z | Downloaded lalrpop-util v0.19.12 |
| 849 | 2024-02-18T04:11:56.655Z | Downloaded sct v0.7.0 |
| 850 | 2024-02-18T04:11:56.656Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 851 | 2024-02-18T04:11:56.656Z | Downloaded subprocess v0.2.9 |
| 852 | 2024-02-18T04:11:56.656Z | Downloaded swrite v0.1.0 |
| 853 | 2024-02-18T04:11:56.656Z | Downloaded mime_guess v2.0.4 |
| 854 | 2024-02-18T04:11:56.657Z | Downloaded openssl-probe v0.1.5 |
| 855 | 2024-02-18T04:11:56.657Z | Downloaded http-range v0.1.5 |
| 856 | 2024-02-18T04:11:56.657Z | Downloaded ipnetwork v0.20.0 |
| 857 | 2024-02-18T04:11:56.657Z | Downloaded enum-as-inner v0.5.1 |
| 858 | 2024-02-18T04:11:56.657Z | Downloaded embedded-io v0.4.0 |
| 859 | 2024-02-18T04:11:56.657Z | Downloaded log v0.4.20 |
| 860 | 2024-02-18T04:11:56.657Z | Downloaded fallible-iterator v0.2.0 |
| 861 | 2024-02-18T04:11:56.657Z | Downloaded memmap v0.7.0 |
| 862 | 2024-02-18T04:11:56.657Z | Downloaded dtrace-parser v0.1.14 |
| 863 | 2024-02-18T04:11:56.657Z | Downloaded constant_time_eq v0.3.0 |
| 864 | 2024-02-18T04:11:56.657Z | Downloaded structmeta v0.3.0 |
| 865 | 2024-02-18T04:11:56.678Z | Downloaded serde_spanned v0.6.5 |
| 866 | 2024-02-18T04:11:56.679Z | Downloaded fixedbitset v0.4.2 |
| 867 | 2024-02-18T04:11:56.679Z | Downloaded linear-map v1.2.0 |
| 868 | 2024-02-18T04:11:56.679Z | Downloaded pest_generator v2.7.6 |
| 869 | 2024-02-18T04:11:56.679Z | Downloaded parse-display-derive v0.9.0 |
| 870 | 2024-02-18T04:11:56.679Z | Downloaded ciborium v0.2.2 |
| 871 | 2024-02-18T04:11:56.680Z | Downloaded tower-service v0.3.2 |
| 872 | 2024-02-18T04:11:56.680Z | Downloaded ident_case v1.0.1 |
| 873 | 2024-02-18T04:11:56.680Z | Downloaded dtrace-parser v0.2.0 |
| 874 | 2024-02-18T04:11:56.680Z | Downloaded camino-tempfile v1.1.1 |
| 875 | 2024-02-18T04:11:56.680Z | Downloaded managed v0.8.0 |
| 876 | 2024-02-18T04:11:56.681Z | Downloaded macaddr v1.0.1 |
| 877 | 2024-02-18T04:11:56.681Z | Downloaded getrandom v0.2.10 |
| 878 | 2024-02-18T04:11:56.681Z | Downloaded rustc-demangle v0.1.23 |
| 879 | 2024-02-18T04:11:56.681Z | Downloaded serde_path_to_error v0.1.15 |
| 880 | 2024-02-18T04:11:56.681Z | Downloaded slog-bunyan v2.5.0 |
| 881 | 2024-02-18T04:11:56.682Z | Downloaded rustversion v1.0.14 |
| 882 | 2024-02-18T04:11:56.682Z | Downloaded pbkdf2 v0.12.2 |
| 883 | 2024-02-18T04:11:56.682Z | Downloaded tokio-postgres v0.7.10 |
| 884 | 2024-02-18T04:11:56.682Z | Downloaded blake2 v0.10.6 |
| 885 | 2024-02-18T04:11:56.682Z | Downloaded crc32fast v1.3.2 |
| 886 | 2024-02-18T04:11:56.682Z | Downloaded pretty-hex v0.4.1 |
| 887 | 2024-02-18T04:11:56.683Z | Downloaded anyhow v1.0.75 |
| 888 | 2024-02-18T04:11:56.683Z | Downloaded russh-cryptovec v0.7.0 |
| 889 | 2024-02-18T04:11:56.683Z | Downloaded dirs-sys-next v0.1.2 |
| 890 | 2024-02-18T04:11:56.684Z | Downloaded trust-dns-client v0.22.0 |
| 891 | 2024-02-18T04:11:56.684Z | Downloaded ctr v0.9.2 |
| 892 | 2024-02-18T04:11:56.684Z | Downloaded serde_derive_internals v0.26.0 |
| 893 | 2024-02-18T04:11:56.684Z | Downloaded const-oid v0.9.5 |
| 894 | 2024-02-18T04:11:56.684Z | Downloaded equivalent v1.0.1 |
| 895 | 2024-02-18T04:11:56.685Z | Downloaded num-rational v0.4.1 |
| 896 | 2024-02-18T04:11:56.685Z | Downloaded time-core v0.1.1 |
| 897 | 2024-02-18T04:11:56.685Z | Downloaded defmt v0.3.5 |
| 898 | 2024-02-18T04:11:56.685Z | Downloaded structopt-derive v0.4.18 |
| 899 | 2024-02-18T04:11:56.685Z | Downloaded rayon-core v1.12.0 |
| 900 | 2024-02-18T04:11:56.685Z | Downloaded proc-macro-error-attr v1.0.4 |
| 901 | 2024-02-18T04:11:56.686Z | Downloaded ryu v1.0.15 |
| 902 | 2024-02-18T04:11:56.686Z | Downloaded precomputed-hash v0.1.1 |
| 903 | 2024-02-18T04:11:56.686Z | Downloaded schemars v0.8.16 |
| 904 | 2024-02-18T04:11:56.686Z | Downloaded float-cmp v0.9.0 |
| 905 | 2024-02-18T04:11:56.686Z | Downloaded dyn-clone v1.0.16 |
| 906 | 2024-02-18T04:11:56.687Z | Downloaded gethostname v0.4.3 |
| 907 | 2024-02-18T04:11:56.687Z | Downloaded unicode-width v0.1.11 |
| 908 | 2024-02-18T04:11:56.687Z | Downloaded dirs-sys v0.4.1 |
| 909 | 2024-02-18T04:11:56.687Z | Downloaded try-lock v0.2.4 |
| 910 | 2024-02-18T04:11:56.687Z | Downloaded lock_api v0.4.10 |
| 911 | 2024-02-18T04:11:56.688Z | Downloaded iana-time-zone v0.1.57 |
| 912 | 2024-02-18T04:11:56.688Z | Downloaded proc-macro2 v1.0.78 |
| 913 | 2024-02-18T04:11:56.688Z | Downloaded pkg-config v0.3.27 |
| 914 | 2024-02-18T04:11:56.688Z | Downloaded serde_derive v1.0.196 |
| 915 | 2024-02-18T04:11:56.688Z | Downloaded parking_lot v0.11.2 |
| 916 | 2024-02-18T04:11:56.689Z | Downloaded usdt-macro v0.3.5 |
| 917 | 2024-02-18T04:11:56.689Z | Downloaded form_urlencoded v1.2.1 |
| 918 | 2024-02-18T04:11:56.689Z | Downloaded rustc_version v0.4.0 |
| 919 | 2024-02-18T04:11:56.689Z | Downloaded pkcs8 v0.10.2 |
| 920 | 2024-02-18T04:11:56.689Z | Downloaded slog-scope v4.4.0 |
| 921 | 2024-02-18T04:11:56.690Z | Downloaded usdt v0.3.5 |
| 922 | 2024-02-18T04:11:56.690Z | Downloaded zeroize_derive v1.4.2 |
| 923 | 2024-02-18T04:11:56.690Z | Downloaded instant v0.1.12 |
| 924 | 2024-02-18T04:11:56.690Z | Downloaded option-ext v0.2.0 |
| 925 | 2024-02-18T04:11:56.690Z | Downloaded subtle v2.5.0 |
| 926 | 2024-02-18T04:11:56.691Z | Downloaded parking_lot v0.12.1 |
| 927 | 2024-02-18T04:11:56.691Z | Downloaded derive-where v1.2.7 |
| 928 | 2024-02-18T04:11:56.691Z | Downloaded socket2 v0.5.5 |
| 929 | 2024-02-18T04:11:56.691Z | Downloaded unicase v2.7.0 |
| 930 | 2024-02-18T04:11:56.692Z | Downloaded heapless v0.8.0 |
| 931 | 2024-02-18T04:11:56.692Z | Downloaded siphasher v0.3.11 |
| 932 | 2024-02-18T04:11:56.692Z | Downloaded foreign-types-macros v0.2.3 |
| 933 | 2024-02-18T04:11:56.692Z | Downloaded foreign-types v0.5.0 |
| 934 | 2024-02-18T04:11:56.693Z | Downloaded slog-dtrace v0.3.0 |
| 935 | 2024-02-18T04:11:56.693Z | Downloaded hyper-staticfile v0.9.5 |
| 936 | 2024-02-18T04:11:56.693Z | Downloaded httpdate v1.0.3 |
| 937 | 2024-02-18T04:11:56.693Z | Downloaded rustc_version v0.1.7 |
| 938 | 2024-02-18T04:11:56.693Z | Downloaded tracing-attributes v0.1.26 |
| 939 | 2024-02-18T04:11:56.693Z | Downloaded usdt-impl v0.5.0 |
| 940 | 2024-02-18T04:11:56.694Z | Downloaded socket2 v0.4.9 |
| 941 | 2024-02-18T04:11:56.694Z | Downloaded same-file v1.0.6 |
| 942 | 2024-02-18T04:11:56.694Z | Downloaded secrecy v0.8.0 |
| 943 | 2024-02-18T04:11:56.694Z | Downloaded scroll_derive v0.12.0 |
| 944 | 2024-02-18T04:11:56.694Z | Downloaded predicates v3.1.0 |
| 945 | 2024-02-18T04:11:56.695Z | Downloaded futures-core v0.3.30 |
| 946 | 2024-02-18T04:11:56.695Z | Downloaded pest_meta v2.7.6 |
| 947 | 2024-02-18T04:11:56.695Z | Downloaded foreign-types v0.3.2 |
| 948 | 2024-02-18T04:11:56.695Z | Downloaded futures-sink v0.3.30 |
| 949 | 2024-02-18T04:11:56.695Z | Downloaded take_mut v0.2.2 |
| 950 | 2024-02-18T04:11:56.695Z | Downloaded display-error-chain v0.2.0 |
| 951 | 2024-02-18T04:11:56.696Z | Downloaded futures-task v0.3.30 |
| 952 | 2024-02-18T04:11:56.696Z | Downloaded textwrap v0.11.0 |
| 953 | 2024-02-18T04:11:56.696Z | Downloaded getopts v0.2.21 |
| 954 | 2024-02-18T04:11:56.696Z | Downloaded slog-json v2.6.1 |
| 955 | 2024-02-18T04:11:56.696Z | Downloaded base64 v0.21.7 |
| 956 | 2024-02-18T04:11:56.697Z | Downloaded tokio-macros v2.2.0 |
| 957 | 2024-02-18T04:11:56.697Z | Downloaded platforms v3.0.2 |
| 958 | 2024-02-18T04:11:56.697Z | Downloaded cc v1.0.83 |
| 959 | 2024-02-18T04:11:56.697Z | Downloaded p256 v0.13.2 |
| 960 | 2024-02-18T04:11:56.697Z | Downloaded foreign-types-shared v0.1.1 |
| 961 | 2024-02-18T04:11:56.697Z | Downloaded strum_macros v0.25.2 |
| 962 | 2024-02-18T04:11:56.697Z | Downloaded openssl-macros v0.1.1 |
| 963 | 2024-02-18T04:11:56.698Z | Downloaded usdt-impl v0.3.5 |
| 964 | 2024-02-18T04:11:56.698Z | Downloaded rustls-pemfile v1.0.3 |
| 965 | 2024-02-18T04:11:56.725Z | Downloaded strum v0.26.1 |
| 966 | 2024-02-18T04:11:56.726Z | Downloaded xattr v1.0.1 |
| 967 | 2024-02-18T04:11:56.726Z | Downloaded rustls-pki-types v1.1.0 |
| 968 | 2024-02-18T04:11:56.726Z | Downloaded object v0.32.1 |
| 969 | 2024-02-18T04:11:56.726Z | Downloaded glob v0.3.1 |
| 970 | 2024-02-18T04:11:56.726Z | Downloaded scheduled-thread-pool v0.2.7 |
| 971 | 2024-02-18T04:11:56.726Z | Downloaded hyper-tls v0.5.0 |
| 972 | 2024-02-18T04:11:56.727Z | Downloaded slog-term v2.9.0 |
| 973 | 2024-02-18T04:11:56.727Z | Downloaded static_assertions v1.1.0 |
| 974 | 2024-02-18T04:11:56.727Z | Downloaded zeroize v1.7.0 |
| 975 | 2024-02-18T04:11:56.727Z | Downloaded is-terminal v0.4.9 |
| 976 | 2024-02-18T04:11:56.727Z | Downloaded futures-io v0.3.30 |
| 977 | 2024-02-18T04:11:56.727Z | Downloaded zerocopy v0.3.0 |
| 978 | 2024-02-18T04:11:56.728Z | Downloaded stable_deref_trait v1.2.0 |
| 979 | 2024-02-18T04:11:56.728Z | Downloaded bytes v1.5.0 |
| 980 | 2024-02-18T04:11:56.728Z | Downloaded futures-channel v0.3.30 |
| 981 | 2024-02-18T04:11:56.728Z | Downloaded pin-project-lite v0.2.13 |
| 982 | 2024-02-18T04:11:56.728Z | Downloaded ecdsa v0.16.9 |
| 983 | 2024-02-18T04:11:56.728Z | Downloaded uuid v1.7.0 |
| 984 | 2024-02-18T04:11:56.729Z | Downloaded flagset v0.4.3 |
| 985 | 2024-02-18T04:11:56.729Z | Downloaded strsim v0.8.0 |
| 986 | 2024-02-18T04:11:56.729Z | Downloaded foreign-types-shared v0.3.1 |
| 987 | 2024-02-18T04:11:56.729Z | Downloaded paste v1.0.14 |
| 988 | 2024-02-18T04:11:56.729Z | Downloaded num_cpus v1.16.0 |
| 989 | 2024-02-18T04:11:56.729Z | Downloaded plain v0.2.3 |
| 990 | 2024-02-18T04:11:56.729Z | Downloaded spin v0.9.8 |
| 991 | 2024-02-18T04:11:56.730Z | Downloaded rcgen v0.12.1 |
| 992 | 2024-02-18T04:11:56.730Z | Downloaded proc-macro-error v1.0.4 |
| 993 | 2024-02-18T04:11:56.730Z | Downloaded chacha20poly1305 v0.10.1 |
| 994 | 2024-02-18T04:11:56.730Z | Downloaded version_check v0.9.4 |
| 995 | 2024-02-18T04:11:56.730Z | Downloaded phf_shared v0.11.2 |
| 996 | 2024-02-18T04:11:56.730Z | Downloaded ed25519-dalek v2.0.0 |
| 997 | 2024-02-18T04:11:56.730Z | Downloaded signature v2.1.0 |
| 998 | 2024-02-18T04:11:56.731Z | Downloaded regex-automata v0.1.10 |
| 999 | 2024-02-18T04:11:56.731Z | Downloaded usdt-attr-macro v0.5.0 |
| 1000 | 2024-02-18T04:11:56.731Z | Downloaded proc-macro-crate v1.3.1 |
| 1001 | 2024-02-18T04:11:56.731Z | Downloaded signal-hook v0.3.17 |
| 1002 | 2024-02-18T04:11:56.731Z | Downloaded serde_urlencoded v0.7.1 |
| 1003 | 2024-02-18T04:11:56.731Z | Downloaded half v2.3.1 |
| 1004 | 2024-02-18T04:11:56.731Z | Downloaded ghash v0.5.0 |
| 1005 | 2024-02-18T04:11:56.732Z | Downloaded minimal-lexical v0.2.1 |
| 1006 | 2024-02-18T04:11:56.732Z | Downloaded thread-id v4.2.0 |
| 1007 | 2024-02-18T04:11:56.749Z | Downloaded multer v3.0.0 |
| 1008 | 2024-02-18T04:11:56.749Z | Downloaded rand_core v0.6.4 |
| 1009 | 2024-02-18T04:11:56.749Z | Downloaded heck v0.4.1 |
| 1010 | 2024-02-18T04:11:56.749Z | Downloaded slog-async v2.8.0 |
| 1011 | 2024-02-18T04:11:56.749Z | Downloaded vsss-rs v3.3.4 |
| 1012 | 2024-02-18T04:11:56.750Z | Downloaded generic-array v0.14.7 |
| 1013 | 2024-02-18T04:11:56.750Z | Downloaded vec_map v0.8.2 |
| 1014 | 2024-02-18T04:11:56.750Z | Downloaded tokio-rustls v0.24.1 |
| 1015 | 2024-02-18T04:11:56.750Z | Downloaded sha1 v0.10.6 |
| 1016 | 2024-02-18T04:11:56.750Z | Downloaded ppv-lite86 v0.2.17 |
| 1017 | 2024-02-18T04:11:56.750Z | Downloaded quote v1.0.35 |
| 1018 | 2024-02-18T04:11:56.750Z | Downloaded tungstenite v0.20.1 |
| 1019 | 2024-02-18T04:11:56.750Z | Downloaded phf_shared v0.10.0 |
| 1020 | 2024-02-18T04:11:56.750Z | Downloaded typenum v1.16.0 |
| 1021 | 2024-02-18T04:11:56.750Z | Downloaded smallvec v1.13.1 |
| 1022 | 2024-02-18T04:11:56.750Z | Downloaded futures-executor v0.3.30 |
| 1023 | 2024-02-18T04:11:56.750Z | Downloaded r2d2 v0.8.10 |
| 1024 | 2024-02-18T04:11:56.750Z | Downloaded http-body v0.4.5 |
| 1025 | 2024-02-18T04:11:56.750Z | Downloaded spki v0.7.2 |
| 1026 | 2024-02-18T04:11:56.750Z | Downloaded hex v0.4.3 |
| 1027 | 2024-02-18T04:11:56.750Z | Downloaded hash32 v0.2.1 |
| 1028 | 2024-02-18T04:11:56.768Z | Downloaded ipnet v2.9.0 |
| 1029 | 2024-02-18T04:11:56.769Z | Downloaded debug-ignore v1.0.5 |
| 1030 | 2024-02-18T04:11:56.769Z | Downloaded unicode-normalization v0.1.22 |
| 1031 | 2024-02-18T04:11:56.769Z | Downloaded num-integer v0.1.46 |
| 1032 | 2024-02-18T04:11:56.769Z | Downloaded toml v0.8.10 |
| 1033 | 2024-02-18T04:11:56.769Z | Downloaded indexmap v2.2.3 |
| 1034 | 2024-02-18T04:11:56.769Z | Downloaded num-iter v0.1.43 |
| 1035 | 2024-02-18T04:11:56.769Z | Downloaded parking_lot_core v0.8.6 |
| 1036 | 2024-02-18T04:11:56.769Z | Downloaded parking_lot_core v0.9.8 |
| 1037 | 2024-02-18T04:11:56.769Z | Downloaded deranged v0.3.8 |
| 1038 | 2024-02-18T04:11:56.769Z | Downloaded aes v0.8.3 |
| 1039 | 2024-02-18T04:11:56.769Z | Downloaded headers v0.3.9 |
| 1040 | 2024-02-18T04:11:56.788Z | Downloaded fxhash v0.2.1 |
| 1041 | 2024-02-18T04:11:56.788Z | Downloaded password-hash v0.5.0 |
| 1042 | 2024-02-18T04:11:56.789Z | Downloaded poly1305 v0.8.0 |
| 1043 | 2024-02-18T04:11:56.789Z | Downloaded headers-core v0.2.0 |
| 1044 | 2024-02-18T04:11:56.789Z | Downloaded dirs v5.0.1 |
| 1045 | 2024-02-18T04:11:56.789Z | Downloaded pem-rfc7468 v0.7.0 |
| 1046 | 2024-02-18T04:11:56.789Z | Downloaded ucd-trie v0.1.6 |
| 1047 | 2024-02-18T04:11:56.789Z | Downloaded tokio-rustls v0.25.0 |
| 1048 | 2024-02-18T04:11:56.805Z | Downloaded memchr v2.6.3 |
| 1049 | 2024-02-18T04:11:56.806Z | Downloaded hmac v0.12.1 |
| 1050 | 2024-02-18T04:11:56.806Z | Downloaded indexmap v1.9.3 |
| 1051 | 2024-02-18T04:11:56.806Z | Downloaded thiserror v1.0.57 |
| 1052 | 2024-02-18T04:11:56.806Z | Downloaded futures-macro v0.3.30 |
| 1053 | 2024-02-18T04:11:56.806Z | Downloaded polyval v0.6.1 |
| 1054 | 2024-02-18T04:11:56.806Z | Downloaded url v2.5.0 |
| 1055 | 2024-02-18T04:11:56.806Z | Downloaded thread_local v1.1.7 |
| 1056 | 2024-02-18T04:11:56.806Z | Downloaded yasna v0.5.2 |
| 1057 | 2024-02-18T04:11:56.812Z | Downloaded similar v2.3.0 |
| 1058 | 2024-02-18T04:11:56.812Z | Downloaded darling_core v0.20.3 |
| 1059 | 2024-02-18T04:11:56.820Z | Downloaded toml v0.5.11 |
| 1060 | 2024-02-18T04:11:56.821Z | Downloaded libm v0.2.7 |
| 1061 | 2024-02-18T04:11:56.827Z | Downloaded postgres-protocol v0.6.6 |
| 1062 | 2024-02-18T04:11:56.827Z | Downloaded derive_more v0.99.17 |
| 1063 | 2024-02-18T04:11:56.840Z | Downloaded terminal_size v0.3.0 |
| 1064 | 2024-02-18T04:11:56.840Z | Downloaded sha2 v0.10.8 |
| 1065 | 2024-02-18T04:11:56.841Z | Downloaded tokio-native-tls v0.3.1 |
| 1066 | 2024-02-18T04:11:56.841Z | Downloaded tracing-core v0.1.31 |
| 1067 | 2024-02-18T04:11:56.849Z | Downloaded rand v0.8.5 |
| 1068 | 2024-02-18T04:11:56.849Z | Downloaded postgres-types v0.2.6 |
| 1069 | 2024-02-18T04:11:56.849Z | Downloaded zerocopy v0.6.4 |
| 1070 | 2024-02-18T04:11:56.849Z | Downloaded http v0.2.11 |
| 1071 | 2024-02-18T04:11:56.859Z | Downloaded semver v0.1.20 |
| 1072 | 2024-02-18T04:11:56.860Z | Downloaded unicode-segmentation v1.10.1 |
| 1073 | 2024-02-18T04:11:56.860Z | Downloaded zip v0.6.6 |
| 1074 | 2024-02-18T04:11:56.860Z | Downloaded postcard v1.0.8 |
| 1075 | 2024-02-18T04:11:56.869Z | Downloaded tar v0.4.40 |
| 1076 | 2024-02-18T04:11:56.869Z | Downloaded structopt v0.3.26 |
| 1077 | 2024-02-18T04:11:56.878Z | Downloaded russh-keys v0.40.1 |
| 1078 | 2024-02-18T04:11:56.878Z | Downloaded thiserror-impl v1.0.57 |
| 1079 | 2024-02-18T04:11:56.878Z | Downloaded flate2 v1.0.28 |
| 1080 | 2024-02-18T04:11:56.878Z | Downloaded slog v2.7.0 |
| 1081 | 2024-02-18T04:11:56.885Z | Downloaded hashbrown v0.12.3 |
| 1082 | 2024-02-18T04:11:56.886Z | Downloaded whoami v1.4.1 |
| 1083 | 2024-02-18T04:11:56.886Z | Downloaded hashbrown v0.14.3 |
| 1084 | 2024-02-18T04:11:56.891Z | Downloaded trust-dns-server v0.22.1 |
| 1085 | 2024-02-18T04:11:56.892Z | Downloaded hyper v0.14.27 |
| 1086 | 2024-02-18T04:11:56.901Z | Downloaded futures v0.3.30 |
| 1087 | 2024-02-18T04:11:56.905Z | Downloaded crossterm v0.27.0 |
| 1088 | 2024-02-18T04:11:56.910Z | Downloaded goblin v0.8.0 |
| 1089 | 2024-02-18T04:11:56.916Z | Downloaded toml_edit v0.22.6 |
| 1090 | 2024-02-18T04:11:56.934Z | Downloaded toml v0.7.8 |
| 1091 | 2024-02-18T04:11:56.938Z | Downloaded serde_yaml v0.9.25 |
| 1092 | 2024-02-18T04:11:56.943Z | Downloaded heapless v0.7.16 |
| 1093 | 2024-02-18T04:11:56.949Z | Downloaded time v0.3.27 |
| 1094 | 2024-02-18T04:11:56.954Z | Downloaded rustls-webpki v0.102.1 |
| 1095 | 2024-02-18T04:11:56.967Z | Downloaded aho-corasick v1.0.4 |
| 1096 | 2024-02-18T04:11:56.972Z | Downloaded rayon v1.8.0 |
| 1097 | 2024-02-18T04:11:56.979Z | Downloaded syn v1.0.109 |
| 1098 | 2024-02-18T04:11:56.989Z | Downloaded zerocopy v0.7.32 |
| 1099 | 2024-02-18T04:11:57.004Z | Downloaded reqwest v0.11.22 |
| 1100 | 2024-02-18T04:11:57.012Z | Downloaded http v1.0.0 |
| 1101 | 2024-02-18T04:11:57.020Z | Downloaded serde_json v1.0.113 |
| 1102 | 2024-02-18T04:11:57.029Z | Downloaded idna v0.2.3 |
| 1103 | 2024-02-18T04:11:57.038Z | Downloaded itertools v0.10.5 |
| 1104 | 2024-02-18T04:11:57.038Z | Downloaded trust-dns-proto v0.22.0 |
| 1105 | 2024-02-18T04:11:57.052Z | Downloaded serde_with v3.6.1 |
| 1106 | 2024-02-18T04:11:57.473Z | Downloaded syn v2.0.48 |
| 1107 | 2024-02-18T04:11:57.481Z | Downloaded tokio-util v0.7.10 |
| 1108 | 2024-02-18T04:11:57.481Z | Downloaded curve25519-dalek v4.1.1 |
| 1109 | 2024-02-18T04:11:57.481Z | Downloaded winnow v0.5.15 |
| 1110 | 2024-02-18T04:11:57.481Z | Downloaded regress v0.8.0 |
| 1111 | 2024-02-18T04:11:57.481Z | Downloaded zerocopy-derive v0.6.4 |
| 1112 | 2024-02-18T04:11:57.482Z | Downloaded chrono v0.4.31 |
| 1113 | 2024-02-18T04:11:57.482Z | Downloaded regex v1.10.3 |
| 1114 | 2024-02-18T04:11:57.482Z | Downloaded gimli v0.28.0 |
| 1115 | 2024-02-18T04:11:57.482Z | Downloaded clap v2.34.0 |
| 1116 | 2024-02-18T04:11:57.482Z | Downloaded regex-syntax v0.8.2 |
| 1117 | 2024-02-18T04:11:57.482Z | Downloaded rustix v0.38.31 |
| 1118 | 2024-02-18T04:11:57.482Z | Downloaded petgraph v0.6.4 |
| 1119 | 2024-02-18T04:11:57.483Z | Downloaded rustls-webpki v0.101.7 |
| 1120 | 2024-02-18T04:11:57.483Z | Downloaded openssl v0.10.60 |
| 1121 | 2024-02-18T04:11:57.483Z | Downloaded radix_trie v0.2.1 |
| 1122 | 2024-02-18T04:11:57.483Z | Downloaded bstr v0.2.17 |
| 1123 | 2024-02-18T04:11:57.483Z | Downloaded diesel v2.1.4 |
| 1124 | 2024-02-18T04:11:57.483Z | Downloaded smoltcp v0.9.1 |
| 1125 | 2024-02-18T04:11:57.483Z | Downloaded bstr v1.6.0 |
| 1126 | 2024-02-18T04:11:57.483Z | Downloaded regex-automata v0.4.4 |
| 1127 | 2024-02-18T04:11:57.483Z | Downloaded smoltcp v0.11.0 |
| 1128 | 2024-02-18T04:11:57.484Z | Downloaded rustls v0.22.2 |
| 1129 | 2024-02-18T04:11:57.484Z | Downloaded tokio v1.36.0 |
| 1130 | 2024-02-18T04:11:57.484Z | Downloaded regex-automata v0.3.8 |
| 1131 | 2024-02-18T04:11:57.484Z | Downloaded sha3 v0.10.8 |
| 1132 | 2024-02-18T04:11:57.484Z | Downloaded idna v0.5.0 |
| 1133 | 2024-02-18T04:11:57.484Z | Downloaded zerocopy-derive v0.2.0 |
| 1134 | 2024-02-18T04:11:57.484Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1135 | 2024-02-18T04:11:57.484Z | Downloaded sled v0.34.7 |
| 1136 | 2024-02-18T04:11:57.484Z | Downloaded libc v0.2.153 |
| 1137 | 2024-02-18T04:11:57.484Z | Downloaded winapi v0.3.9 |
| 1138 | 2024-02-18T04:11:57.485Z | Downloaded futures-util v0.3.30 |
| 1139 | 2024-02-18T04:11:57.485Z | Downloaded vcpkg v0.2.15 |
| 1140 | 2024-02-18T04:11:57.494Z | Downloaded openapiv3 v2.0.0 |
| 1141 | 2024-02-18T04:11:57.504Z | Downloaded itertools v0.12.1 |
| 1142 | 2024-02-18T04:11:57.504Z | Downloaded hkdf v0.12.4 |
| 1143 | 2024-02-18T04:11:57.535Z | Downloaded rustls v0.21.9 |
| 1144 | 2024-02-18T04:11:57.960Z | Downloaded clap_builder v4.5.0 |
| 1145 | 2024-02-18T04:11:57.960Z | Downloaded rand v0.7.3 |
| 1146 | 2024-02-18T04:11:57.960Z | Downloaded encoding_rs v0.8.33 |
| 1147 | 2024-02-18T04:11:57.961Z | Downloaded blake3 v1.5.0 |
| 1148 | 2024-02-18T04:11:57.961Z | Downloaded webpki-roots v0.25.2 |
| 1149 | 2024-02-18T04:11:57.961Z | Downloaded tracing v0.1.37 |
| 1150 | 2024-02-18T04:11:57.961Z | Downloaded russh v0.40.2 |
| 1151 | 2024-02-18T04:11:57.961Z | Downloaded mio v0.8.9 |
| 1152 | 2024-02-18T04:11:57.961Z | Downloaded der v0.7.8 |
| 1153 | 2024-02-18T04:11:57.961Z | Downloaded pem v3.0.2 |
| 1154 | 2024-02-18T04:11:57.961Z | Downloaded hex-literal v0.4.1 |
| 1155 | 2024-02-18T04:11:57.961Z | Downloaded der_derive v0.7.2 |
| 1156 | 2024-02-18T04:11:57.961Z | Downloaded steno v0.4.0 |
| 1157 | 2024-02-18T04:11:57.961Z | Downloaded unicode-bidi v0.3.13 |
| 1158 | 2024-02-18T04:11:57.962Z | Downloaded newtype-uuid v1.0.1 |
| 1159 | 2024-02-18T04:11:57.962Z | Downloaded slog-envlogger v2.2.0 |
| 1160 | 2024-02-18T04:11:57.962Z | Downloaded httparse v1.8.0 |
| 1161 | 2024-02-18T04:11:57.962Z | Downloaded scroll v0.12.0 |
| 1162 | 2024-02-18T04:11:57.962Z | Downloaded serde v1.0.196 |
| 1163 | 2024-02-18T04:11:57.962Z | Downloaded toml_edit v0.19.15 |
| 1164 | 2024-02-18T04:11:57.962Z | Downloaded signal-hook-mio v0.2.3 |
| 1165 | 2024-02-18T04:11:57.962Z | Downloaded percent-encoding v2.3.1 |
| 1166 | 2024-02-18T04:11:57.963Z | Downloaded pbkdf2 v0.11.0 |
| 1167 | 2024-02-18T04:11:57.963Z | Downloaded unicode-xid v0.2.4 |
| 1168 | 2024-02-18T04:11:57.963Z | Downloaded fnv v1.0.7 |
| 1169 | 2024-02-18T04:11:57.963Z | Downloaded zerocopy-derive v0.7.32 |
| 1170 | 2024-02-18T04:11:57.963Z | Downloaded serde_with_macros v3.6.1 |
| 1171 | 2024-02-18T04:11:57.963Z | Downloaded rand_core v0.5.1 |
| 1172 | 2024-02-18T04:11:57.963Z | Downloaded itoa v1.0.9 |
| 1173 | 2024-02-18T04:11:57.963Z | Downloaded sec1 v0.7.3 |
| 1174 | 2024-02-18T04:11:57.963Z | Downloaded schemars_derive v0.8.16 |
| 1175 | 2024-02-18T04:11:57.963Z | Downloaded rustls-pemfile v2.0.0 |
| 1176 | 2024-02-18T04:11:57.963Z | Downloaded openssl-sys v0.9.96 |
| 1177 | 2024-02-18T04:11:57.963Z | Downloaded crypto-bigint v0.5.2 |
| 1178 | 2024-02-18T04:11:57.964Z | Downloaded native-tls v0.2.11 |
| 1179 | 2024-02-18T04:11:57.964Z | Downloaded waitgroup v0.1.2 |
| 1180 | 2024-02-18T04:11:57.964Z | Downloaded keccak v0.1.4 |
| 1181 | 2024-02-18T04:11:57.964Z | Downloaded smf v0.2.2 |
| 1182 | 2024-02-18T04:11:57.964Z | Downloaded rand_chacha v0.3.1 |
| 1183 | 2024-02-18T04:11:57.964Z | Downloaded darling v0.20.3 |
| 1184 | 2024-02-18T04:11:57.964Z | Downloaded dirs-next v2.0.0 |
| 1185 | 2024-02-18T04:11:57.964Z | Downloaded untrusted v0.9.0 |
| 1186 | 2024-02-18T04:11:57.964Z | Downloaded stringprep v0.1.3 |
| 1187 | 2024-02-18T04:11:57.964Z | Downloaded string_cache v0.8.7 |
| 1188 | 2024-02-18T04:11:57.964Z | Downloaded structmeta-derive v0.3.0 |
| 1189 | 2024-02-18T04:11:57.964Z | Downloaded password-hash v0.4.2 |
| 1190 | 2024-02-18T04:11:57.964Z | Downloaded scopeguard v1.2.0 |
| 1191 | 2024-02-18T04:11:57.964Z | Downloaded slog-stdlog v4.1.1 |
| 1192 | 2024-02-18T04:11:57.965Z | Downloaded filetime v0.2.23 |
| 1193 | 2024-02-18T04:11:57.965Z | Downloaded phf v0.11.2 |
| 1194 | 2024-02-18T04:11:57.965Z | Downloaded diesel_derives v2.1.2 |
| 1195 | 2024-02-18T04:11:57.965Z | Downloaded time-macros v0.2.13 |
| 1196 | 2024-02-18T04:11:57.965Z | Downloaded omicron-zone-package v0.11.0 |
| 1197 | 2024-02-18T04:11:57.965Z | Downloaded ring v0.16.20 |
| 1198 | 2024-02-18T04:11:57.965Z | Downloaded clap v4.5.0 |
| 1199 | 2024-02-18T04:11:57.965Z | Downloaded hash32 v0.3.1 |
| 1200 | 2024-02-18T04:11:57.965Z | Downloaded bzip2 v0.4.4 |
| 1201 | 2024-02-18T04:11:57.965Z | Downloaded once_cell v1.19.0 |
| 1202 | 2024-02-18T04:11:57.966Z | Downloaded defmt-parser v0.3.3 |
| 1203 | 2024-02-18T04:11:57.966Z | Downloaded slab v0.4.9 |
| 1204 | 2024-02-18T04:11:57.966Z | Downloaded serde_repr v0.1.16 |
| 1205 | 2024-02-18T04:11:57.966Z | Downloaded pest v2.7.6 |
| 1206 | 2024-02-18T04:11:57.966Z | Downloaded num-complex v0.4.4 |
| 1207 | 2024-02-18T04:11:57.966Z | Downloaded untrusted v0.7.1 |
| 1208 | 2024-02-18T04:11:57.966Z | Downloaded serde_tokenstream v0.1.7 |
| 1209 | 2024-02-18T04:11:57.966Z | Downloaded semver v0.11.0 |
| 1210 | 2024-02-18T04:11:57.966Z | Downloaded backtrace v0.3.69 |
| 1211 | 2024-02-18T04:11:57.966Z | Downloaded tempfile v3.10.0 |
| 1212 | 2024-02-18T04:11:57.966Z | Downloaded semver-parser v0.10.2 |
| 1213 | 2024-02-18T04:11:57.966Z | Downloaded num_threads v0.1.6 |
| 1214 | 2024-02-18T04:11:57.967Z | Downloaded anstyle-parse v0.2.1 |
| 1215 | 2024-02-18T04:11:57.967Z | Downloaded getrandom v0.1.16 |
| 1216 | 2024-02-18T04:11:57.967Z | Downloaded memmap2 v0.7.1 |
| 1217 | 2024-02-18T04:11:57.967Z | Downloaded cancel-safe-futures v0.1.5 |
| 1218 | 2024-02-18T04:11:57.967Z | Downloaded data-encoding v2.4.0 |
| 1219 | 2024-02-18T04:11:57.967Z | Downloaded nibble_vec v0.1.0 |
| 1220 | 2024-02-18T04:11:57.967Z | Downloaded md-5 v0.10.5 |
| 1221 | 2024-02-18T04:11:57.967Z | Downloaded cobs v0.2.3 |
| 1222 | 2024-02-18T04:11:57.967Z | Downloaded newtype_derive v0.1.6 |
| 1223 | 2024-02-18T04:11:57.967Z | Downloaded num v0.4.1 |
| 1224 | 2024-02-18T04:11:57.967Z | Downloaded topological-sort v0.2.2 |
| 1225 | 2024-02-18T04:11:57.967Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1226 | 2024-02-18T04:11:57.968Z | Downloaded opaque-debug v0.3.0 |
| 1227 | 2024-02-18T04:11:57.968Z | Downloaded libsw v3.3.1 |
| 1228 | 2024-02-18T04:11:57.968Z | Downloaded bit-vec v0.6.3 |
| 1229 | 2024-02-18T04:11:57.968Z | Downloaded rfc6979 v0.4.0 |
| 1230 | 2024-02-18T04:11:57.968Z | Downloaded addr2line v0.21.0 |
| 1231 | 2024-02-18T04:11:57.968Z | Downloaded arc-swap v1.6.0 |
| 1232 | 2024-02-18T04:11:57.968Z | Downloaded strsim v0.11.0 |
| 1233 | 2024-02-18T04:11:57.968Z | Downloaded normalize-line-endings v0.3.0 |
| 1234 | 2024-02-18T04:11:57.968Z | Downloaded atomic-waker v1.1.1 |
| 1235 | 2024-02-18T04:11:57.968Z | Downloaded num-bigint v0.4.4 |
| 1236 | 2024-02-18T04:11:57.968Z | Downloaded inout v0.1.3 |
| 1237 | 2024-02-18T04:11:57.968Z | Downloaded primeorder v0.13.6 |
| 1238 | 2024-02-18T04:11:57.968Z | Downloaded blowfish v0.9.1 |
| 1239 | 2024-02-18T04:11:57.969Z | Downloaded either v1.10.0 |
| 1240 | 2024-02-18T04:11:57.969Z | Downloaded bitflags v2.4.0 |
| 1241 | 2024-02-18T04:11:57.969Z | Downloaded base64ct v1.6.0 |
| 1242 | 2024-02-18T04:11:57.969Z | Downloaded home v0.5.5 |
| 1243 | 2024-02-18T04:11:57.969Z | Downloaded usdt-macro v0.5.0 |
| 1244 | 2024-02-18T04:11:57.981Z | Downloaded toolchain_find v0.2.0 |
| 1245 | 2024-02-18T04:11:57.981Z | Downloaded ring v0.17.8 |
| 1246 | 2024-02-18T04:11:57.981Z | Downloaded cbc v0.1.2 |
| 1247 | 2024-02-18T04:11:57.982Z | Downloaded async-trait v0.1.77 |
| 1248 | 2024-02-18T04:11:57.982Z | Downloaded backoff v0.4.0 |
| 1249 | 2024-02-18T04:11:57.982Z | Downloaded unsafe-libyaml v0.2.10 |
| 1250 | 2024-02-18T04:11:57.982Z | Downloaded autocfg v1.1.0 |
| 1251 | 2024-02-18T04:11:57.982Z | Downloaded base16ct v0.2.0 |
| 1252 | 2024-02-18T04:11:57.982Z | Downloaded predicates-core v1.0.6 |
| 1253 | 2024-02-18T04:11:57.982Z | Downloaded zone_cfg_derive v0.3.0 |
| 1254 | 2024-02-18T04:11:57.982Z | Downloaded pest_derive v2.7.6 |
| 1255 | 2024-02-18T04:11:57.982Z | Downloaded colorchoice v1.0.0 |
| 1256 | 2024-02-18T04:11:57.982Z | Downloaded pretty-hex v0.2.1 |
| 1257 | 2024-02-18T04:11:57.983Z | Downloaded tokio-tungstenite v0.20.1 |
| 1258 | 2024-02-18T04:11:57.983Z | Downloaded errno v0.3.8 |
| 1259 | 2024-02-18T04:11:57.983Z | Downloaded cipher v0.4.4 |
| 1260 | 2024-02-18T04:11:57.983Z | Downloaded bit-set v0.5.3 |
| 1261 | 2024-02-18T04:11:57.983Z | Downloaded async-stream v0.3.5 |
| 1262 | 2024-02-18T04:11:57.983Z | Downloaded aead v0.5.2 |
| 1263 | 2024-02-18T04:11:57.983Z | Downloaded hostname v0.3.1 |
| 1264 | 2024-02-18T04:11:57.983Z | Downloaded ff v0.13.0 |
| 1265 | 2024-02-18T04:11:57.983Z | Downloaded ed25519 v2.2.2 |
| 1266 | 2024-02-18T04:11:57.984Z | Downloaded num_enum v0.5.11 |
| 1267 | 2024-02-18T04:11:57.984Z | Downloaded darling_macro v0.20.3 |
| 1268 | 2024-02-18T04:11:57.984Z | Downloaded winnow v0.6.1 |
| 1269 | 2024-02-18T04:11:57.984Z | Downloaded usdt v0.5.0 |
| 1270 | 2024-02-18T04:11:58.369Z | Compiling proc-macro2 v1.0.78 |
| 1271 | 2024-02-18T04:11:58.369Z | Compiling unicode-ident v1.0.12 |
| 1272 | 2024-02-18T04:11:58.370Z | Compiling libc v0.2.153 |
| 1273 | 2024-02-18T04:11:58.379Z | Compiling serde v1.0.196 |
| 1274 | 2024-02-18T04:11:58.380Z | Compiling version_check v0.9.4 |
| 1275 | 2024-02-18T04:11:58.380Z | Compiling autocfg v1.1.0 |
| 1276 | 2024-02-18T04:11:58.398Z | Compiling cfg-if v1.0.0 |
| 1277 | 2024-02-18T04:11:58.524Z | Compiling syn v1.0.109 |
| 1278 | 2024-02-18T04:11:58.527Z | Compiling once_cell v1.19.0 |
| 1279 | 2024-02-18T04:11:58.958Z | Compiling thiserror v1.0.57 |
| 1280 | 2024-02-18T04:11:59.148Z | Compiling memchr v2.6.3 |
| 1281 | 2024-02-18T04:11:59.215Z | Compiling lock_api v0.4.10 |
| 1282 | 2024-02-18T04:12:00.360Z | Compiling typenum v1.16.0 |
| 1283 | 2024-02-18T04:12:00.674Z | Compiling byteorder v1.5.0 |
| 1284 | 2024-02-18T04:12:00.830Z | Compiling parking_lot_core v0.9.8 |
| 1285 | 2024-02-18T04:12:00.842Z | Compiling generic-array v0.14.7 |
| 1286 | 2024-02-18T04:12:00.906Z | Compiling libm v0.2.7 |
| 1287 | 2024-02-18T04:12:01.075Z | Compiling ahash v0.8.7 |
| 1288 | 2024-02-18T04:12:01.158Z | Compiling num-traits v0.2.16 |
| 1289 | 2024-02-18T04:12:01.226Z | Compiling serde_json v1.0.113 |
| 1290 | 2024-02-18T04:12:01.239Z | Compiling itoa v1.0.9 |
| 1291 | 2024-02-18T04:12:01.459Z | Compiling slab v0.4.9 |
| 1292 | 2024-02-18T04:12:01.570Z | Compiling log v0.4.20 |
| 1293 | 2024-02-18T04:12:01.684Z | Compiling quote v1.0.35 |
| 1294 | 2024-02-18T04:12:01.863Z | Compiling scopeguard v1.2.0 |
| 1295 | 2024-02-18T04:12:02.036Z | Compiling getrandom v0.2.10 |
| 1296 | 2024-02-18T04:12:02.488Z | Compiling cc v1.0.83 |
| 1297 | 2024-02-18T04:12:02.488Z | Compiling syn v2.0.48 |
| 1298 | 2024-02-18T04:12:02.489Z | Compiling rand_core v0.6.4 |
| 1299 | 2024-02-18T04:12:02.585Z | Compiling allocator-api2 v0.2.16 |
| 1300 | 2024-02-18T04:12:02.872Z | Compiling ryu v1.0.15 |
| 1301 | 2024-02-18T04:12:03.256Z | Compiling pkg-config v0.3.27 |
| 1302 | 2024-02-18T04:12:03.318Z | Compiling heck v0.4.1 |
| 1303 | 2024-02-18T04:12:03.529Z | Compiling schemars v0.8.16 |
| 1304 | 2024-02-18T04:12:03.683Z | Compiling smallvec v1.13.1 |
| 1305 | 2024-02-18T04:12:03.765Z | Compiling equivalent v1.0.1 |
| 1306 | 2024-02-18T04:12:03.884Z | Compiling subtle v2.5.0 |
| 1307 | 2024-02-18T04:12:04.345Z | Compiling vcpkg v0.2.15 |
| 1308 | 2024-02-18T04:12:04.680Z | Compiling pin-project-lite v0.2.13 |
| 1309 | 2024-02-18T04:12:05.100Z | Compiling httparse v1.8.0 |
| 1310 | 2024-02-18T04:12:05.175Z | Compiling ring v0.17.8 |
| 1311 | 2024-02-18T04:12:05.274Z | Compiling parking_lot v0.12.1 |
| 1312 | 2024-02-18T04:12:05.517Z | Compiling ucd-trie v0.1.6 |
| 1313 | 2024-02-18T04:12:06.261Z | Compiling ring v0.16.20 |
| 1314 | 2024-02-18T04:12:06.370Z | Compiling signal-hook-registry v1.4.1 |
| 1315 | 2024-02-18T04:12:06.624Z | Compiling openssl-sys v0.9.96 |
| 1316 | 2024-02-18T04:12:06.924Z | Compiling fnv v1.0.7 |
| 1317 | 2024-02-18T04:12:07.047Z | Compiling mio v0.8.9 |
| 1318 | 2024-02-18T04:12:07.218Z | Compiling iana-time-zone v0.1.57 |
| 1319 | 2024-02-18T04:12:07.420Z | Compiling openssl v0.10.60 |
| 1320 | 2024-02-18T04:12:07.632Z | Compiling const-oid v0.9.5 |
| 1321 | 2024-02-18T04:12:07.651Z | Compiling semver v1.0.21 |
| 1322 | 2024-02-18T04:12:07.851Z | Compiling rustix v0.38.31 |
| 1323 | 2024-02-18T04:12:08.372Z | Compiling num_cpus v1.16.0 |
| 1324 | 2024-02-18T04:12:08.372Z | Compiling socket2 v0.5.5 |
| 1325 | 2024-02-18T04:12:08.372Z | Compiling rustls v0.21.9 |
| 1326 | 2024-02-18T04:12:08.690Z | Compiling native-tls v0.2.11 |
| 1327 | 2024-02-18T04:12:08.864Z | Compiling dyn-clone v1.0.16 |
| 1328 | 2024-02-18T04:12:09.021Z | Compiling futures-core v0.3.30 |
| 1329 | 2024-02-18T04:12:09.175Z | Compiling aho-corasick v1.0.4 |
| 1330 | 2024-02-18T04:12:09.935Z | Compiling serde_derive_internals v0.26.0 |
| 1331 | 2024-02-18T04:12:09.952Z | Compiling crossbeam-utils v0.8.16 |
| 1332 | 2024-02-18T04:12:09.952Z | Compiling slog v2.7.0 |
| 1333 | 2024-02-18T04:12:09.952Z | Compiling regex-syntax v0.8.2 |
| 1334 | 2024-02-18T04:12:10.470Z | Compiling async-trait v0.1.77 |
| 1335 | 2024-02-18T04:12:10.470Z | Compiling spin v0.5.2 |
| 1336 | 2024-02-18T04:12:10.470Z | Compiling futures-sink v0.3.30 |
| 1337 | 2024-02-18T04:12:10.744Z | Compiling backtrace v0.3.69 |
| 1338 | 2024-02-18T04:12:11.198Z | Compiling tinyvec_macros v0.1.1 |
| 1339 | 2024-02-18T04:12:11.281Z | Compiling tinyvec v1.6.0 |
| 1340 | 2024-02-18T04:12:11.499Z | Compiling futures-channel v0.3.30 |
| 1341 | 2024-02-18T04:12:12.012Z | Compiling pin-utils v0.1.0 |
| 1342 | 2024-02-18T04:12:12.200Z | Compiling futures-task v0.3.30 |
| 1343 | 2024-02-18T04:12:12.416Z | Compiling futures-io v0.3.30 |
| 1344 | 2024-02-18T04:12:12.723Z | Compiling spin v0.9.8 |
| 1345 | 2024-02-18T04:12:12.799Z | Compiling unicode-normalization v0.1.22 |
| 1346 | 2024-02-18T04:12:13.013Z | Compiling memoffset v0.9.0 |
| 1347 | 2024-02-18T04:12:13.089Z | Compiling tracing-core v0.1.31 |
| 1348 | 2024-02-18T04:12:13.405Z | Compiling regex-automata v0.4.4 |
| 1349 | 2024-02-18T04:12:13.527Z | Compiling unicode-width v0.1.11 |
| 1350 | 2024-02-18T04:12:13.696Z | Compiling unicode-bidi v0.3.13 |
| 1351 | 2024-02-18T04:12:13.884Z | Compiling cpufeatures v0.2.12 |
| 1352 | 2024-02-18T04:12:13.938Z | Compiling anyhow v1.0.75 |
| 1353 | 2024-02-18T04:12:15.472Z | Compiling winnow v0.5.15 |
| 1354 | 2024-02-18T04:12:15.480Z | Compiling crc32fast v1.3.2 |
| 1355 | 2024-02-18T04:12:15.737Z | Compiling crossbeam-epoch v0.9.15 |
| 1356 | 2024-02-18T04:12:16.213Z | Compiling time-core v0.1.1 |
| 1357 | 2024-02-18T04:12:16.359Z | Compiling time-macros v0.2.13 |
| 1358 | 2024-02-18T04:12:16.583Z | Compiling serde_derive v1.0.196 |
| 1359 | 2024-02-18T04:12:16.748Z | Compiling zeroize_derive v1.4.2 |
| 1360 | 2024-02-18T04:12:16.776Z | Compiling zerocopy-derive v0.7.32 |
| 1361 | 2024-02-18T04:12:17.920Z | Compiling thiserror-impl v1.0.57 |
| 1362 | 2024-02-18T04:12:18.396Z | Compiling tokio-macros v2.2.0 |
| 1363 | 2024-02-18T04:12:18.965Z | Compiling zerocopy v0.7.32 |
| 1364 | 2024-02-18T04:12:19.525Z | Compiling zeroize v1.7.0 |
| 1365 | 2024-02-18T04:12:19.847Z | Compiling futures-macro v0.3.30 |
| 1366 | 2024-02-18T04:12:20.671Z | Compiling tracing-attributes v0.1.26 |
| 1367 | 2024-02-18T04:12:20.925Z | Compiling hashbrown v0.14.3 |
| 1368 | 2024-02-18T04:12:21.153Z | Compiling schemars_derive v0.8.16 |
| 1369 | 2024-02-18T04:12:21.379Z | Compiling crypto-common v0.1.6 |
| 1370 | 2024-02-18T04:12:21.571Z | Compiling pest v2.7.6 |
| 1371 | 2024-02-18T04:12:22.176Z | Compiling openssl-macros v0.1.1 |
| 1372 | 2024-02-18T04:12:22.322Z | Compiling block-buffer v0.10.4 |
| 1373 | 2024-02-18T04:12:22.588Z | Compiling digest v0.10.7 |
| 1374 | 2024-02-18T04:12:22.987Z | Compiling regex v1.10.3 |
| 1375 | 2024-02-18T04:12:24.087Z | Compiling pest_meta v2.7.6 |
| 1376 | 2024-02-18T04:12:24.375Z | Compiling futures-util v0.3.30 |
| 1377 | 2024-02-18T04:12:25.625Z | Compiling pest_generator v2.7.6 |
| 1378 | 2024-02-18T04:12:26.271Z | Compiling tracing v0.1.37 |
| 1379 | 2024-02-18T04:12:27.148Z | Compiling der_derive v0.7.2 |
| 1380 | 2024-02-18T04:12:29.328Z | Compiling pest_derive v2.7.6 |
| 1381 | 2024-02-18T04:12:29.650Z | Compiling untrusted v0.7.1 |
| 1382 | 2024-02-18T04:12:29.800Z | Compiling foreign-types-shared v0.1.1 |
| 1383 | 2024-02-18T04:12:29.906Z | Compiling percent-encoding v2.3.1 |
| 1384 | 2024-02-18T04:12:29.980Z | Compiling untrusted v0.9.0 |
| 1385 | 2024-02-18T04:12:30.093Z | Compiling bytes v1.5.0 |
| 1386 | 2024-02-18T04:12:30.253Z | Compiling indexmap v2.2.3 |
| 1387 | 2024-02-18T04:12:30.395Z | Compiling chrono v0.4.31 |
| 1388 | 2024-02-18T04:12:30.507Z | Compiling uuid v1.7.0 |
| 1389 | 2024-02-18T04:12:31.376Z | Compiling tokio v1.36.0 |
| 1390 | 2024-02-18T04:12:31.452Z | Compiling http v0.2.11 |
| 1391 | 2024-02-18T04:12:31.674Z | Compiling bitflags v2.4.0 |
| 1392 | 2024-02-18T04:12:32.036Z | Compiling toml_datetime v0.6.5 |
| 1393 | 2024-02-18T04:12:32.101Z | Compiling serde_spanned v0.6.5 |
| 1394 | 2024-02-18T04:12:32.467Z | Compiling toml_edit v0.19.15 |
| 1395 | 2024-02-18T04:12:33.154Z | Compiling openapiv3 v2.0.0 |
| 1396 | 2024-02-18T04:12:33.913Z | Compiling rustc_version v0.4.0 |
| 1397 | 2024-02-18T04:12:35.719Z | Compiling serde_tokenstream v0.2.0 |
| 1398 | 2024-02-18T04:12:37.696Z | Compiling foreign-types v0.3.2 |
| 1399 | 2024-02-18T04:12:38.575Z | Compiling errno v0.3.8 |
| 1400 | 2024-02-18T04:12:38.699Z | Compiling ppv-lite86 v0.2.17 |
| 1401 | 2024-02-18T04:12:38.792Z | Compiling unicode-xid v0.2.4 |
| 1402 | 2024-02-18T04:12:38.792Z | Compiling try-lock v0.2.4 |
| 1403 | 2024-02-18T04:12:38.959Z | Compiling base64 v0.21.7 |
| 1404 | 2024-02-18T04:12:38.977Z | Compiling synstructure v0.12.6 |
| 1405 | 2024-02-18T04:12:39.449Z | Compiling want v0.3.1 |
| 1406 | 2024-02-18T04:12:39.713Z | Compiling tokio-util v0.7.10 |
| 1407 | 2024-02-18T04:12:40.542Z | Compiling sct v0.7.0 |
| 1408 | 2024-02-18T04:12:40.866Z | Compiling h2 v0.3.24 |
| 1409 | 2024-02-18T04:12:41.524Z | Compiling rustls-webpki v0.101.7 |
| 1410 | 2024-02-18T04:12:41.605Z | Compiling http-body v0.4.5 |
| 1411 | 2024-02-18T04:12:42.003Z | Compiling form_urlencoded v1.2.1 |
| 1412 | 2024-02-18T04:12:42.386Z | Compiling scroll_derive v0.12.0 |
| 1413 | 2024-02-18T04:12:43.758Z | Compiling socket2 v0.4.9 |
| 1414 | 2024-02-18T04:12:43.761Z | Compiling openssl-probe v0.1.5 |
| 1415 | 2024-02-18T04:12:44.099Z | Compiling tower-service v0.3.2 |
| 1416 | 2024-02-18T04:12:44.228Z | Compiling httpdate v1.0.3 |
| 1417 | 2024-02-18T04:12:44.728Z | Compiling zerocopy-derive v0.2.0 |
| 1418 | 2024-02-18T04:12:45.638Z | Compiling idna v0.5.0 |
| 1419 | 2024-02-18T04:12:47.171Z | Compiling lazy_static v1.4.0 |
| 1420 | 2024-02-18T04:12:47.294Z | Compiling thread-id v4.2.0 |
| 1421 | 2024-02-18T04:12:47.407Z | Compiling adler v1.0.2 |
| 1422 | 2024-02-18T04:12:47.453Z | Compiling tokio-native-tls v0.3.1 |
| 1423 | 2024-02-18T04:12:47.630Z | Compiling hyper v0.14.27 |
| 1424 | 2024-02-18T04:12:47.724Z | Compiling miniz_oxide v0.7.1 |
| 1425 | 2024-02-18T04:12:48.067Z | Compiling url v2.5.0 |
| 1426 | 2024-02-18T04:12:48.659Z | Compiling tokio-rustls v0.24.1 |
| 1427 | 2024-02-18T04:12:49.359Z | Compiling rand_chacha v0.3.1 |
| 1428 | 2024-02-18T04:12:49.888Z | Compiling rustversion v1.0.14 |
| 1429 | 2024-02-18T04:12:50.060Z | Compiling ipnet v2.9.0 |
| 1430 | 2024-02-18T04:12:50.316Z | Compiling rand v0.8.5 |
| 1431 | 2024-02-18T04:12:50.659Z | Compiling serde_urlencoded v0.7.1 |
| 1432 | 2024-02-18T04:12:51.173Z | Compiling rustls-pemfile v1.0.3 |
| 1433 | 2024-02-18T04:12:51.443Z | Compiling usdt-impl v0.3.5 |
| 1434 | 2024-02-18T04:12:51.492Z | Compiling encoding_rs v0.8.33 |
| 1435 | 2024-02-18T04:12:51.582Z | Compiling webpki-roots v0.25.2 |
| 1436 | 2024-02-18T04:12:51.739Z | Compiling mime v0.3.17 |
| 1437 | 2024-02-18T04:12:51.760Z | Compiling either v1.10.0 |
| 1438 | 2024-02-18T04:12:51.763Z | Compiling gimli v0.28.0 |
| 1439 | 2024-02-18T04:12:52.852Z | Compiling regress v0.8.0 |
| 1440 | 2024-02-18T04:12:52.889Z | Compiling object v0.32.1 |
| 1441 | 2024-02-18T04:12:53.533Z | Compiling num-bigint v0.4.4 |
| 1442 | 2024-02-18T04:12:53.773Z | Compiling usdt-impl v0.5.0 |
| 1443 | 2024-02-18T04:12:53.991Z | Compiling rustc-demangle v0.1.23 |
| 1444 | 2024-02-18T04:12:54.915Z | Compiling hyper-tls v0.5.0 |
| 1445 | 2024-02-18T04:12:54.952Z | Compiling hyper-rustls v0.24.2 |
| 1446 | 2024-02-18T04:12:55.686Z | Compiling reqwest v0.11.22 |
| 1447 | 2024-02-18T04:12:56.022Z | Compiling flate2 v1.0.28 |
| 1448 | 2024-02-18T04:12:56.218Z | Compiling addr2line v0.21.0 |
| 1449 | 2024-02-18T04:12:56.875Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
| 1450 | 2024-02-18T04:12:56.945Z | Compiling zerocopy v0.3.0 |
| 1451 | 2024-02-18T04:12:57.014Z | Compiling scroll v0.12.0 |
| 1452 | 2024-02-18T04:12:57.573Z | Compiling heapless v0.7.16 |
| 1453 | 2024-02-18T04:12:57.742Z | Compiling futures-executor v0.3.30 |
| 1454 | 2024-02-18T04:12:58.037Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1455 | 2024-02-18T04:12:58.317Z | Compiling signal-hook v0.3.17 |
| 1456 | 2024-02-18T04:12:58.582Z | Compiling winnow v0.6.1 |
| 1457 | 2024-02-18T04:12:58.629Z | Compiling plain v0.2.3 |
| 1458 | 2024-02-18T04:12:58.795Z | Compiling goblin v0.8.0 |
| 1459 | 2024-02-18T04:13:00.674Z | Compiling futures v0.3.30 |
| 1460 | 2024-02-18T04:13:00.701Z | Compiling dof v0.1.5 |
| 1461 | 2024-02-18T04:13:01.636Z | Compiling toml v0.7.8 |
| 1462 | 2024-02-18T04:13:02.506Z | Compiling toml_edit v0.22.6 |
| 1463 | 2024-02-18T04:13:02.525Z | Compiling dtrace-parser v0.1.14 |
| 1464 | 2024-02-18T04:13:02.529Z | Compiling hex v0.4.3 |
| 1465 | 2024-02-18T04:13:03.053Z | Compiling base64ct v1.6.0 |
| 1466 | 2024-02-18T04:13:03.168Z | Compiling pretty-hex v0.4.1 |
| 1467 | 2024-02-18T04:13:04.605Z | Compiling dof v0.3.0 |
| 1468 | 2024-02-18T04:13:05.310Z | Compiling strum_macros v0.25.2 |
| 1469 | 2024-02-18T04:13:05.389Z | Compiling dtrace-parser v0.2.0 |
| 1470 | 2024-02-18T04:13:06.040Z | Compiling serde_tokenstream v0.1.7 |
| 1471 | 2024-02-18T04:13:06.910Z | Compiling smoltcp v0.9.1 |
| 1472 | 2024-02-18T04:13:07.511Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1473 | 2024-02-18T04:13:08.092Z | Compiling pem-rfc7468 v0.7.0 |
| 1474 | 2024-02-18T04:13:08.386Z | Compiling hmac v0.12.1 |
| 1475 | 2024-02-18T04:13:08.640Z | Compiling enum-as-inner v0.5.1 |
| 1476 | 2024-02-18T04:13:08.901Z | Compiling num-iter v0.1.43 |
| 1477 | 2024-02-18T04:13:09.238Z | Compiling flagset v0.4.3 |
| 1478 | 2024-02-18T04:13:09.358Z | Compiling unicode-segmentation v1.10.1 |
| 1479 | 2024-02-18T04:13:09.552Z | Compiling siphasher v0.3.11 |
| 1480 | 2024-02-18T04:13:09.730Z | Compiling der v0.7.8 |
| 1481 | 2024-02-18T04:13:09.800Z | Compiling usdt-macro v0.3.5 |
| 1482 | 2024-02-18T04:13:09.888Z | Compiling usdt-attr-macro v0.3.5 |
| 1483 | 2024-02-18T04:13:10.619Z | Compiling hubpack_derive v0.1.1 |
| 1484 | 2024-02-18T04:13:10.659Z | Compiling zerocopy-derive v0.6.4 |
| 1485 | 2024-02-18T04:13:11.209Z | Compiling deranged v0.3.8 |
| 1486 | 2024-02-18T04:13:11.499Z | Compiling anstyle v1.0.2 |
| 1487 | 2024-02-18T04:13:12.309Z | Compiling num_threads v0.1.6 |
| 1488 | 2024-02-18T04:13:12.621Z | Compiling utf8parse v0.2.1 |
| 1489 | 2024-02-18T04:13:12.788Z | Compiling anstyle-parse v0.2.1 |
| 1490 | 2024-02-18T04:13:12.982Z | Compiling time v0.3.27 |
| 1491 | 2024-02-18T04:13:13.045Z | Compiling sha2 v0.10.8 |
| 1492 | 2024-02-18T04:13:13.069Z | Compiling spki v0.7.2 |
| 1493 | 2024-02-18T04:13:14.908Z | Compiling md-5 v0.10.5 |
| 1494 | 2024-02-18T04:13:14.929Z | Compiling block-padding v0.3.3 |
| 1495 | 2024-02-18T04:13:15.169Z | Compiling clap_derive v4.5.0 |
| 1496 | 2024-02-18T04:13:15.192Z | Compiling stringprep v0.1.3 |
| 1497 | 2024-02-18T04:13:15.393Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
| 1498 | 2024-02-18T04:13:16.184Z | Compiling getopts v0.2.21 |
| 1499 | 2024-02-18T04:13:16.641Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1500 | 2024-02-18T04:13:17.077Z | Compiling num-integer v0.1.46 |
| 1501 | 2024-02-18T04:13:18.173Z | Compiling hash32 v0.2.1 |
| 1502 | 2024-02-18T04:13:18.560Z | Compiling fallible-iterator v0.2.0 |
| 1503 | 2024-02-18T04:13:19.331Z | Compiling colorchoice v1.0.0 |
| 1504 | 2024-02-18T04:13:19.500Z | Compiling stable_deref_trait v1.2.0 |
| 1505 | 2024-02-18T04:13:19.614Z | Compiling anstyle-query v1.0.0 |
| 1506 | 2024-02-18T04:13:19.752Z | Compiling anstream v0.6.11 |
| 1507 | 2024-02-18T04:13:20.482Z | Compiling postgres-protocol v0.6.6 |
| 1508 | 2024-02-18T04:13:20.787Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
| 1509 | 2024-02-18T04:13:20.934Z | Compiling diesel_derives v2.1.2 |
| 1510 | 2024-02-18T04:13:21.547Z | Compiling inout v0.1.3 |
| 1511 | 2024-02-18T04:13:22.168Z | Compiling pkcs8 v0.10.2 |
| 1512 | 2024-02-18T04:13:22.733Z | Compiling phf_shared v0.11.2 |
| 1513 | 2024-02-18T04:13:24.463Z | Compiling ff v0.13.0 |
| 1514 | 2024-02-18T04:13:24.696Z | Compiling terminal_size v0.3.0 |
| 1515 | 2024-02-18T04:13:25.190Z | Compiling serde_repr v0.1.16 |
| 1516 | 2024-02-18T04:13:25.933Z | Compiling scheduled-thread-pool v0.2.7 |
| 1517 | 2024-02-18T04:13:26.471Z | Compiling regex-automata v0.1.10 |
| 1518 | 2024-02-18T04:13:26.699Z | Compiling clap_lex v0.7.0 |
| 1519 | 2024-02-18T04:13:26.717Z | Compiling bitflags v1.3.2 |
| 1520 | 2024-02-18T04:13:26.823Z | Compiling managed v0.8.0 |
| 1521 | 2024-02-18T04:13:27.231Z | Compiling strsim v0.11.0 |
| 1522 | 2024-02-18T04:13:27.390Z | Compiling bit-vec v0.6.3 |
| 1523 | 2024-02-18T04:13:27.513Z | Compiling unsafe-libyaml v0.2.10 |
| 1524 | 2024-02-18T04:13:27.821Z | Compiling base16ct v0.2.0 |
| 1525 | 2024-02-18T04:13:28.134Z | Compiling matches v0.1.10 |
| 1526 | 2024-02-18T04:13:28.178Z | Compiling sec1 v0.7.3 |
| 1527 | 2024-02-18T04:13:28.245Z | Compiling idna v0.2.3 |
| 1528 | 2024-02-18T04:13:28.826Z | Compiling serde_yaml v0.9.25 |
| 1529 | 2024-02-18T04:13:29.572Z | Compiling clap_builder v4.5.0 |
| 1530 | 2024-02-18T04:13:31.260Z | Compiling bstr v0.2.17 |
| 1531 | 2024-02-18T04:13:32.759Z | Compiling r2d2 v0.8.10 |
| 1532 | 2024-02-18T04:13:33.196Z | Compiling group v0.13.0 |
| 1533 | 2024-02-18T04:13:33.466Z | Compiling phf v0.11.2 |
| 1534 | 2024-02-18T04:13:33.505Z | Compiling signal-hook-mio v0.2.3 |
| 1535 | 2024-02-18T04:13:33.662Z | Compiling bzip2 v0.4.4 |
| 1536 | 2024-02-18T04:13:33.666Z | Compiling cipher v0.4.4 |
| 1537 | 2024-02-18T04:13:33.782Z | Compiling postgres-types v0.2.6 |
| 1538 | 2024-02-18T04:13:34.078Z | Compiling zerocopy v0.6.4 |
| 1539 | 2024-02-18T04:13:34.197Z | Compiling hubpack v0.1.2 |
| 1540 | 2024-02-18T04:13:34.281Z | Compiling phf_shared v0.10.0 |
| 1541 | 2024-02-18T04:13:34.670Z | Compiling hkdf v0.12.4 |
| 1542 | 2024-02-18T04:13:34.793Z | Compiling crypto-bigint v0.5.2 |
| 1543 | 2024-02-18T04:13:34.920Z | Compiling ipnetwork v0.20.0 |
| 1544 | 2024-02-18T04:13:34.941Z | Compiling float-cmp v0.9.0 |
| 1545 | 2024-02-18T04:13:35.378Z | Compiling difflib v0.4.0 |
| 1546 | 2024-02-18T04:13:37.057Z | Compiling minimal-lexical v0.2.1 |
| 1547 | 2024-02-18T04:13:37.506Z | Compiling fixedbitset v0.4.2 |
| 1548 | 2024-02-18T04:13:37.568Z | Compiling static_assertions v1.1.0 |
| 1549 | 2024-02-18T04:13:37.676Z | Compiling predicates-core v1.0.6 |
| 1550 | 2024-02-18T04:13:37.964Z | Compiling whoami v1.4.1 |
| 1551 | 2024-02-18T04:13:38.407Z | Compiling normalize-line-endings v0.3.0 |
| 1552 | 2024-02-18T04:13:38.623Z | Compiling precomputed-hash v0.1.1 |
| 1553 | 2024-02-18T04:13:38.664Z | Compiling data-encoding v2.4.0 |
| 1554 | 2024-02-18T04:13:38.755Z | Compiling new_debug_unreachable v1.0.4 |
| 1555 | 2024-02-18T04:13:38.852Z | Compiling regex-automata v0.3.8 |
| 1556 | 2024-02-18T04:13:39.695Z | Compiling trust-dns-proto v0.22.0 |
| 1557 | 2024-02-18T04:13:40.008Z | Compiling string_cache v0.8.7 |
| 1558 | 2024-02-18T04:13:40.987Z | Compiling bstr v1.6.0 |
| 1559 | 2024-02-18T04:13:41.044Z | Compiling predicates v3.1.0 |
| 1560 | 2024-02-18T04:13:41.167Z | Compiling tokio-postgres v0.7.10 |
| 1561 | 2024-02-18T04:13:41.376Z | Compiling petgraph v0.6.4 |
| 1562 | 2024-02-18T04:13:42.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1563 | 2024-02-18T04:13:42.562Z | Compiling diesel v2.1.4 |
| 1564 | 2024-02-18T04:13:42.711Z | Compiling nom v7.1.3 |
| 1565 | 2024-02-18T04:13:44.128Z | Compiling elliptic-curve v0.13.8 |
| 1566 | 2024-02-18T04:13:44.290Z | Compiling yasna v0.5.2 |
| 1567 | 2024-02-18T04:13:45.126Z | Compiling zip v0.6.6 |
| 1568 | 2024-02-18T04:13:45.496Z | Compiling crossterm v0.27.0 |
| 1569 | 2024-02-18T04:13:46.438Z | Compiling clap v4.5.0 |
| 1570 | 2024-02-18T04:13:46.510Z | Compiling similar v2.3.0 |
| 1571 | 2024-02-18T04:13:46.751Z | Compiling bit-set v0.5.3 |
| 1572 | 2024-02-18T04:13:46.845Z | Compiling usdt v0.3.5 |
| 1573 | 2024-02-18T04:13:46.912Z | Compiling strum v0.25.0 |
| 1574 | 2024-02-18T04:13:47.088Z | Compiling itertools v0.10.5 |
| 1575 | 2024-02-18T04:13:47.108Z | Compiling console v0.15.8 |
| 1576 | 2024-02-18T04:13:47.559Z | Compiling tokio-stream v0.1.14 |
| 1577 | 2024-02-18T04:13:48.663Z | Compiling camino v1.1.6 |
| 1578 | 2024-02-18T04:13:49.035Z | Compiling lalrpop-util v0.19.12 |
| 1579 | 2024-02-18T04:13:51.717Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 1580 | 2024-02-18T04:13:59.834Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 1581 | 2024-02-18T04:14:25.252Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1582 | 2024-02-18T04:14:26.545Z | Compiling sha1 v0.10.6 |
| 1583 | 2024-02-18T04:14:27.058Z | Compiling atty v0.2.14 |
| 1584 | 2024-02-18T04:14:27.202Z | Compiling match_cfg v0.1.0 |
| 1585 | 2024-02-18T04:14:27.303Z | Compiling hostname v0.3.1 |
| 1586 | 2024-02-18T04:14:27.322Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 1587 | 2024-02-18T04:14:27.548Z | Compiling dirs-sys-next v0.1.2 |
| 1588 | 2024-02-18T04:14:27.753Z | Compiling rustls-pki-types v1.1.0 |
| 1589 | 2024-02-18T04:14:27.945Z | Compiling strsim v0.10.0 |
| 1590 | 2024-02-18T04:14:28.195Z | Compiling ident_case v1.0.1 |
| 1591 | 2024-02-18T04:14:28.375Z | Compiling darling_core v0.20.3 |
| 1592 | 2024-02-18T04:14:28.378Z | Compiling dirs-next v2.0.0 |
| 1593 | 2024-02-18T04:14:28.593Z | Compiling thread_local v1.1.7 |
| 1594 | 2024-02-18T04:14:28.639Z | Compiling rustls v0.22.2 |
| 1595 | 2024-02-18T04:14:28.713Z | Compiling slog-async v2.8.0 |
| 1596 | 2024-02-18T04:14:29.159Z | Compiling term v0.7.0 |
| 1597 | 2024-02-18T04:14:29.440Z | Compiling rustls-webpki v0.102.1 |
| 1598 | 2024-02-18T04:14:29.711Z | Compiling crossbeam-channel v0.5.8 |
| 1599 | 2024-02-18T04:14:30.084Z | Compiling multer v3.0.0 |
| 1600 | 2024-02-18T04:14:30.417Z | Compiling instant v0.1.12 |
| 1601 | 2024-02-18T04:14:30.574Z | Compiling take_mut v0.2.2 |
| 1602 | 2024-02-18T04:14:30.738Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 1603 | 2024-02-18T04:14:30.756Z | Compiling paste v1.0.14 |
| 1604 | 2024-02-18T04:14:30.952Z | Compiling slog-term v2.9.0 |
| 1605 | 2024-02-18T04:14:31.362Z | Compiling slog-json v2.6.1 |
| 1606 | 2024-02-18T04:14:31.646Z | Compiling http v1.0.0 |
| 1607 | 2024-02-18T04:14:31.748Z | Compiling async-stream-impl v0.3.5 |
| 1608 | 2024-02-18T04:14:32.033Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1609 | 2024-02-18T04:14:32.218Z | Compiling atomic-waker v1.1.1 |
| 1610 | 2024-02-18T04:14:32.370Z | Compiling debug-ignore v1.0.5 |
| 1611 | 2024-02-18T04:14:32.495Z | Compiling waitgroup v0.1.2 |
| 1612 | 2024-02-18T04:14:32.520Z | Compiling slog-bunyan v2.5.0 |
| 1613 | 2024-02-18T04:14:32.738Z | Compiling rustls-pemfile v2.0.0 |
| 1614 | 2024-02-18T04:14:33.206Z | Compiling toml v0.8.10 |
| 1615 | 2024-02-18T04:14:33.225Z | Compiling async-stream v0.3.5 |
| 1616 | 2024-02-18T04:14:34.053Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 1617 | 2024-02-18T04:14:34.356Z | Compiling serde_path_to_error v0.1.15 |
| 1618 | 2024-02-18T04:14:34.557Z | Compiling darling_macro v0.20.3 |
| 1619 | 2024-02-18T04:14:34.691Z | Compiling structmeta-derive v0.3.0 |
| 1620 | 2024-02-18T04:14:34.944Z | Compiling strum_macros v0.26.1 |
| 1621 | 2024-02-18T04:14:35.229Z | Compiling newtype-uuid v1.0.1 |
| 1622 | 2024-02-18T04:14:35.516Z | Compiling tokio-rustls v0.25.0 |
| 1623 | 2024-02-18T04:14:35.642Z | Compiling darling v0.20.3 |
| 1624 | 2024-02-18T04:14:35.770Z | Compiling serde_with_macros v3.6.1 |
| 1625 | 2024-02-18T04:14:35.943Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1626 | 2024-02-18T04:14:36.164Z | Compiling backoff v0.4.0 |
| 1627 | 2024-02-18T04:14:36.472Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1628 | 2024-02-18T04:14:36.506Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1629 | 2024-02-18T04:14:36.677Z | Compiling macaddr v1.0.1 |
| 1630 | 2024-02-18T04:14:37.162Z | Compiling proc-macro-error-attr v1.0.4 |
| 1631 | 2024-02-18T04:14:37.274Z | Compiling proc-macro-crate v1.3.1 |
| 1632 | 2024-02-18T04:14:37.580Z | Compiling proc-macro-error v1.0.4 |
| 1633 | 2024-02-18T04:14:37.927Z | Compiling heapless v0.8.0 |
| 1634 | 2024-02-18T04:14:37.960Z | Compiling structmeta v0.3.0 |
| 1635 | 2024-02-18T04:14:38.407Z | Compiling num_enum_derive v0.5.11 |
| 1636 | 2024-02-18T04:14:38.458Z | Compiling parse-display-derive v0.9.0 |
| 1637 | 2024-02-18T04:14:39.077Z | Compiling serde_with v3.6.1 |
| 1638 | 2024-02-18T04:14:39.949Z | Compiling hash32 v0.3.1 |
| 1639 | 2024-02-18T04:14:40.203Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1640 | 2024-02-18T04:14:40.524Z | Compiling strum v0.26.1 |
| 1641 | 2024-02-18T04:14:40.584Z | Compiling rayon-core v1.12.0 |
| 1642 | 2024-02-18T04:14:40.694Z | Compiling smoltcp v0.11.0 |
| 1643 | 2024-02-18T04:14:41.363Z | Compiling num_enum v0.5.11 |
| 1644 | 2024-02-18T04:14:41.530Z | Compiling crossbeam-deque v0.8.3 |
| 1645 | 2024-02-18T04:14:41.816Z | Compiling cobs v0.2.3 |
| 1646 | 2024-02-18T04:14:41.887Z | Compiling same-file v1.0.6 |
| 1647 | 2024-02-18T04:14:42.093Z | Compiling embedded-io v0.4.0 |
| 1648 | 2024-02-18T04:14:42.120Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1649 | 2024-02-18T04:14:42.138Z | Compiling fastrand v2.0.1 |
| 1650 | 2024-02-18T04:14:42.332Z | Compiling postcard v1.0.8 |
| 1651 | 2024-02-18T04:14:42.480Z | Compiling tempfile v3.10.0 |
| 1652 | 2024-02-18T04:14:42.813Z | Compiling walkdir v2.4.0 |
| 1653 | 2024-02-18T04:14:43.448Z | Compiling semver-parser v0.10.2 |
| 1654 | 2024-02-18T04:14:43.504Z | Compiling parse-display v0.9.0 |
| 1655 | 2024-02-18T04:14:43.606Z | Compiling foreign-types-macros v0.2.3 |
| 1656 | 2024-02-18T04:14:43.662Z | Compiling blake3 v1.5.0 |
| 1657 | 2024-02-18T04:14:44.161Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1658 | 2024-02-18T04:14:44.301Z | Compiling crucible-workspace-hack v0.1.0 |
| 1659 | 2024-02-18T04:14:44.493Z | Compiling foreign-types-shared v0.3.1 |
| 1660 | 2024-02-18T04:14:44.612Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1661 | 2024-02-18T04:14:44.630Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1662 | 2024-02-18T04:14:44.943Z | Compiling semver v0.11.0 |
| 1663 | 2024-02-18T04:14:44.974Z | Compiling foreign-types v0.5.0 |
| 1664 | 2024-02-18T04:14:44.996Z | Compiling rayon v1.8.0 |
| 1665 | 2024-02-18T04:14:45.376Z | Compiling is-terminal v0.4.9 |
| 1666 | 2024-02-18T04:14:45.425Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1667 | 2024-02-18T04:14:45.516Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1668 | 2024-02-18T04:14:45.733Z | Compiling cstr-argument v0.1.2 |
| 1669 | 2024-02-18T04:14:45.749Z | Compiling xattr v1.0.1 |
| 1670 | 2024-02-18T04:14:45.989Z | Compiling memmap2 v0.7.1 |
| 1671 | 2024-02-18T04:14:46.026Z | Compiling filetime v0.2.23 |
| 1672 | 2024-02-18T04:14:46.155Z | Compiling arrayref v0.3.7 |
| 1673 | 2024-02-18T04:14:46.263Z | Compiling pretty-hex v0.2.1 |
| 1674 | 2024-02-18T04:14:46.309Z | Compiling home v0.5.5 |
| 1675 | 2024-02-18T04:14:46.380Z | Compiling constant_time_eq v0.3.0 |
| 1676 | 2024-02-18T04:14:46.408Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1677 | 2024-02-18T04:14:46.444Z | Compiling arrayvec v0.7.4 |
| 1678 | 2024-02-18T04:14:46.464Z | Compiling toolchain_find v0.2.0 |
| 1679 | 2024-02-18T04:14:46.548Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1680 | 2024-02-18T04:14:46.569Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1681 | 2024-02-18T04:14:46.843Z | Compiling tar v0.4.40 |
| 1682 | 2024-02-18T04:14:46.932Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1683 | 2024-02-18T04:14:46.951Z | Compiling camino-tempfile v1.1.1 |
| 1684 | 2024-02-18T04:14:47.077Z | Compiling colored v2.0.4 |
| 1685 | 2024-02-18T04:14:47.535Z | Compiling toml v0.5.11 |
| 1686 | 2024-02-18T04:14:47.774Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1687 | 2024-02-18T04:14:48.127Z | Compiling platforms v3.0.2 |
| 1688 | 2024-02-18T04:14:48.151Z | Compiling topological-sort v0.2.2 |
| 1689 | 2024-02-18T04:14:48.395Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1690 | 2024-02-18T04:14:48.777Z | Compiling zone_cfg_derive v0.3.0 |
| 1691 | 2024-02-18T04:14:49.040Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
| 1692 | 2024-02-18T04:14:49.145Z | Compiling textwrap v0.11.0 |
| 1693 | 2024-02-18T04:14:49.684Z | Compiling rustfmt-wrapper v0.2.0 |
| 1694 | 2024-02-18T04:14:49.801Z | Compiling heck v0.3.3 |
| 1695 | 2024-02-18T04:14:50.208Z | Compiling omicron-zone-package v0.11.0 |
| 1696 | 2024-02-18T04:14:50.325Z | Compiling num-derive v0.4.0 |
| 1697 | 2024-02-18T04:14:50.358Z | Compiling libefi-sys v0.1.0 |
| 1698 | 2024-02-18T04:14:50.681Z | Compiling strsim v0.8.0 |
| 1699 | 2024-02-18T04:14:51.203Z | Compiling ansi_term v0.12.1 |
| 1700 | 2024-02-18T04:14:51.347Z | Compiling vec_map v0.8.2 |
| 1701 | 2024-02-18T04:14:51.391Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
| 1702 | 2024-02-18T04:14:51.650Z | Compiling clap v2.34.0 |
| 1703 | 2024-02-18T04:14:51.759Z | Compiling zone v0.3.0 |
| 1704 | 2024-02-18T04:14:52.050Z | Compiling structopt-derive v0.4.18 |
| 1705 | 2024-02-18T04:14:52.427Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
| 1706 | 2024-02-18T04:14:52.800Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
| 1707 | 2024-02-18T04:14:52.839Z | Compiling smf v0.2.2 |
| 1708 | 2024-02-18T04:14:53.145Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1709 | 2024-02-18T04:14:53.396Z | Compiling unicase v2.7.0 |
| 1710 | 2024-02-18T04:14:53.575Z | Compiling semver v0.1.20 |
| 1711 | 2024-02-18T04:14:53.816Z | Compiling curve25519-dalek v4.1.1 |
| 1712 | 2024-02-18T04:14:53.925Z | Compiling rustc_version v0.1.7 |
| 1713 | 2024-02-18T04:14:54.251Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1714 | 2024-02-18T04:14:54.398Z | Compiling universal-hash v0.5.1 |
| 1715 | 2024-02-18T04:14:54.430Z | Compiling opaque-debug v0.3.0 |
| 1716 | 2024-02-18T04:14:54.605Z | Compiling newtype_derive v0.1.6 |
| 1717 | 2024-02-18T04:14:54.635Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1718 | 2024-02-18T04:14:54.803Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1719 | 2024-02-18T04:14:54.928Z | Compiling gethostname v0.4.3 |
| 1720 | 2024-02-18T04:14:54.931Z | Compiling num-rational v0.4.1 |
| 1721 | 2024-02-18T04:14:55.001Z | Compiling getrandom v0.1.16 |
| 1722 | 2024-02-18T04:14:55.245Z | Compiling structopt v0.3.26 |
| 1723 | 2024-02-18T04:14:55.446Z | Compiling usdt-macro v0.5.0 |
| 1724 | 2024-02-18T04:14:55.534Z | Compiling usdt-attr-macro v0.5.0 |
| 1725 | 2024-02-18T04:14:55.740Z | Compiling password-hash v0.5.0 |
| 1726 | 2024-02-18T04:14:55.921Z | Compiling signature v2.1.0 |
| 1727 | 2024-02-18T04:14:56.183Z | Compiling blake2 v0.10.6 |
| 1728 | 2024-02-18T04:14:56.591Z | Compiling memmap v0.7.0 |
| 1729 | 2024-02-18T04:14:56.788Z | Compiling parking_lot_core v0.8.6 |
| 1730 | 2024-02-18T04:14:56.963Z | Compiling quick-error v1.2.3 |
| 1731 | 2024-02-18T04:14:57.080Z | Compiling linked-hash-map v0.5.6 |
| 1732 | 2024-02-18T04:14:57.114Z | Compiling resolv-conf v0.7.0 |
| 1733 | 2024-02-18T04:14:57.286Z | Compiling usdt v0.5.0 |
| 1734 | 2024-02-18T04:14:57.307Z | Compiling argon2 v0.5.3 |
| 1735 | 2024-02-18T04:14:57.429Z | Compiling lru-cache v0.1.2 |
| 1736 | 2024-02-18T04:14:58.062Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
| 1737 | 2024-02-18T04:14:58.166Z | Compiling aead v0.5.2 |
| 1738 | 2024-02-18T04:14:58.258Z | Compiling num-complex v0.4.4 |
| 1739 | 2024-02-18T04:14:58.580Z | Compiling nibble_vec v0.1.0 |
| 1740 | 2024-02-18T04:14:58.786Z | Compiling slog-dtrace v0.3.0 |
| 1741 | 2024-02-18T04:14:59.140Z | Compiling endian-type v0.1.2 |
| 1742 | 2024-02-18T04:14:59.373Z | Compiling keccak v0.1.4 |
| 1743 | 2024-02-18T04:14:59.396Z | Compiling cancel-safe-futures v0.1.5 |
| 1744 | 2024-02-18T04:14:59.496Z | Compiling arc-swap v1.6.0 |
| 1745 | 2024-02-18T04:14:59.781Z | Compiling winapi v0.3.9 |
| 1746 | 2024-02-18T04:15:00.171Z | Compiling utf-8 v0.7.6 |
| 1747 | 2024-02-18T04:15:00.385Z | Compiling tungstenite v0.20.1 |
| 1748 | 2024-02-18T04:15:00.500Z | Compiling slog-scope v4.4.0 |
| 1749 | 2024-02-18T04:15:00.580Z | Compiling sha3 v0.10.8 |
| 1750 | 2024-02-18T04:15:00.918Z | Compiling radix_trie v0.2.1 |
| 1751 | 2024-02-18T04:15:00.980Z | Compiling num v0.4.1 |
| 1752 | 2024-02-18T04:15:01.093Z | Compiling mime_guess v2.0.4 |
| 1753 | 2024-02-18T04:15:01.134Z | Compiling steno v0.4.0 |
| 1754 | 2024-02-18T04:15:01.559Z | Compiling rand_core v0.5.1 |
| 1755 | 2024-02-18T04:15:01.598Z | Compiling trust-dns-resolver v0.22.0 |
| 1756 | 2024-02-18T04:15:02.484Z | Compiling poly1305 v0.8.0 |
| 1757 | 2024-02-18T04:15:02.767Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1758 | 2024-02-18T04:15:02.824Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1759 | 2024-02-18T04:15:04.022Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
| 1760 | 2024-02-18T04:15:04.195Z | Compiling chacha20 v0.9.1 |
| 1761 | 2024-02-18T04:15:04.480Z | Compiling rfc6979 v0.4.0 |
| 1762 | 2024-02-18T04:15:04.672Z | Compiling secrecy v0.8.0 |
| 1763 | 2024-02-18T04:15:04.691Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1764 | 2024-02-18T04:15:04.951Z | Compiling half v2.3.1 |
| 1765 | 2024-02-18T04:15:05.225Z | Compiling ciborium-io v0.2.2 |
| 1766 | 2024-02-18T04:15:05.360Z | Compiling option-ext v0.2.0 |
| 1767 | 2024-02-18T04:15:05.534Z | Compiling convert_case v0.4.0 |
| 1768 | 2024-02-18T04:15:05.614Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1769 | 2024-02-18T04:15:06.188Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1770 | 2024-02-18T04:15:06.512Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1771 | 2024-02-18T04:15:07.315Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
| 1772 | 2024-02-18T04:15:07.871Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1773 | 2024-02-18T04:15:08.032Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1774 | 2024-02-18T04:15:08.047Z | Compiling thiserror-no-std v2.0.2 |
| 1775 | 2024-02-18T04:15:08.160Z | Compiling derive_more v0.99.17 |
| 1776 | 2024-02-18T04:15:08.236Z | Compiling dirs-sys v0.4.1 |
| 1777 | 2024-02-18T04:15:08.311Z | Compiling ciborium-ll v0.2.2 |
| 1778 | 2024-02-18T04:15:08.792Z | Compiling ecdsa v0.16.9 |
| 1779 | 2024-02-18T04:15:08.908Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1780 | 2024-02-18T04:15:09.690Z | Compiling parking_lot v0.11.2 |
| 1781 | 2024-02-18T04:15:09.709Z | Compiling rand_chacha v0.2.2 |
| 1782 | 2024-02-18T04:15:09.751Z | Compiling tokio-tungstenite v0.20.1 |
| 1783 | 2024-02-18T04:15:10.290Z | Compiling trust-dns-client v0.22.0 |
| 1784 | 2024-02-18T04:15:11.300Z | Compiling slog-stdlog v4.1.1 |
| 1785 | 2024-02-18T04:15:11.503Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1786 | 2024-02-18T04:15:11.688Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1787 | 2024-02-18T04:15:11.932Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1788 | 2024-02-18T04:15:13.409Z | Compiling ed25519 v2.2.2 |
| 1789 | 2024-02-18T04:15:13.894Z | Compiling polyval v0.6.1 |
| 1790 | 2024-02-18T04:15:14.320Z | Compiling primeorder v0.13.6 |
| 1791 | 2024-02-18T04:15:14.853Z | Compiling blowfish v0.9.1 |
| 1792 | 2024-02-18T04:15:15.164Z | Compiling aes v0.8.3 |
| 1793 | 2024-02-18T04:15:15.325Z | Compiling ctr v0.9.2 |
| 1794 | 2024-02-18T04:15:15.669Z | Compiling password-hash v0.4.2 |
| 1795 | 2024-02-18T04:15:16.631Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1796 | 2024-02-18T04:15:17.152Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1797 | 2024-02-18T04:15:18.197Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1798 | 2024-02-18T04:15:21.876Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1799 | 2024-02-18T04:15:24.585Z | Compiling libsw v3.3.1 |
| 1800 | 2024-02-18T04:15:25.636Z | Compiling pbkdf2 v0.12.2 |
| 1801 | 2024-02-18T04:15:25.838Z | Compiling derive-where v1.2.7 |
| 1802 | 2024-02-18T04:15:26.514Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
| 1803 | 2024-02-18T04:15:27.047Z | Compiling fxhash v0.2.1 |
| 1804 | 2024-02-18T04:15:27.321Z | Compiling swrite v0.1.0 |
| 1805 | 2024-02-18T04:15:27.356Z | Compiling owo-colors v4.0.0 |
| 1806 | 2024-02-18T04:15:27.459Z | Compiling linear-map v1.2.0 |
| 1807 | 2024-02-18T04:15:27.843Z | Compiling sled v0.34.7 |
| 1808 | 2024-02-18T04:15:28.797Z | Compiling trust-dns-server v0.22.1 |
| 1809 | 2024-02-18T04:15:28.907Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1810 | 2024-02-18T04:15:29.024Z | Compiling pbkdf2 v0.11.0 |
| 1811 | 2024-02-18T04:15:29.420Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1812 | 2024-02-18T04:15:29.503Z | Compiling p256 v0.13.2 |
| 1813 | 2024-02-18T04:15:29.776Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1814 | 2024-02-18T04:15:30.004Z | Compiling ghash v0.5.0 |
| 1815 | 2024-02-18T04:15:30.203Z | Compiling ed25519-dalek v2.0.0 |
| 1816 | 2024-02-18T04:15:30.222Z | Compiling slog-envlogger v2.2.0 |
| 1817 | 2024-02-18T04:15:30.378Z | Compiling russh-cryptovec v0.7.0 |
| 1818 | 2024-02-18T04:15:30.612Z | Compiling rand v0.7.3 |
| 1819 | 2024-02-18T04:15:30.991Z | Compiling ciborium v0.2.2 |
| 1820 | 2024-02-18T04:15:31.246Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1821 | 2024-02-18T04:15:31.645Z | Compiling dirs v5.0.1 |
| 1822 | 2024-02-18T04:15:31.860Z | Compiling vsss-rs v3.3.4 |
| 1823 | 2024-02-18T04:15:32.544Z | Compiling chacha20poly1305 v0.10.1 |
| 1824 | 2024-02-18T04:15:32.778Z | Compiling cbc v0.1.2 |
| 1825 | 2024-02-18T04:15:33.027Z | Compiling pem v3.0.2 |
| 1826 | 2024-02-18T04:15:33.600Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
| 1827 | 2024-02-18T04:15:33.872Z | Compiling headers-core v0.2.0 |
| 1828 | 2024-02-18T04:15:33.983Z | Compiling kstat-rs v0.2.3 |
| 1829 | 2024-02-18T04:15:34.048Z | Compiling glob v0.3.1 |
| 1830 | 2024-02-18T04:15:34.310Z | Compiling http-range v0.1.5 |
| 1831 | 2024-02-18T04:15:34.682Z | Compiling md5 v0.7.0 |
| 1832 | 2024-02-18T04:15:34.944Z | Compiling russh-keys v0.40.1 |
| 1833 | 2024-02-18T04:15:35.218Z | Compiling hyper-staticfile v0.9.5 |
| 1834 | 2024-02-18T04:15:35.971Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1835 | 2024-02-18T04:15:35.992Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1836 | 2024-02-18T04:15:36.203Z | Compiling headers v0.3.9 |
| 1837 | 2024-02-18T04:15:38.401Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
| 1838 | 2024-02-18T04:15:38.422Z | Compiling rcgen v0.12.1 |
| 1839 | 2024-02-18T04:15:39.195Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1840 | 2024-02-18T04:15:39.863Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1841 | 2024-02-18T04:15:40.200Z | Compiling aes-gcm v0.10.3 |
| 1842 | 2024-02-18T04:15:41.813Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
| 1843 | 2024-02-18T04:15:44.121Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1844 | 2024-02-18T04:15:44.300Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1845 | 2024-02-18T04:15:46.764Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1846 | 2024-02-18T04:15:47.781Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
| 1847 | 2024-02-18T04:15:48.713Z | Compiling atomicwrites v0.4.3 |
| 1848 | 2024-02-18T04:15:49.071Z | Compiling itertools v0.12.1 |
| 1849 | 2024-02-18T04:15:49.447Z | Compiling subprocess v0.2.9 |
| 1850 | 2024-02-18T04:15:49.538Z | Compiling hex-literal v0.4.1 |
| 1851 | 2024-02-18T04:15:49.704Z | Compiling display-error-chain v0.2.0 |
| 1852 | 2024-02-18T04:15:49.887Z | Compiling russh v0.40.2 |
| 1853 | 2024-02-18T04:15:51.614Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1854 | 2024-02-18T04:15:52.358Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 1855 | 2024-02-18T04:15:58.292Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1856 | 2024-02-18T04:15:59.364Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1857 | 2024-02-18T04:16:19.464Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1858 | 2024-02-18T04:17:17.296Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 40s |
| 1859 | 2024-02-18T04:17:17.567Z | |
| 1860 | 2024-02-18T04:17:17.567Z | real 5:41.264226484 |
| 1861 | 2024-02-18T04:17:17.567Z | user 28:57.752405965 |
| 1862 | 2024-02-18T04:17:17.567Z | sys 5:35.634372597 |
| 1863 | 2024-02-18T04:17:17.567Z | trap 0.797235702 |
| 1864 | 2024-02-18T04:17:17.567Z | tflt 10.872760438 |
| 1865 | 2024-02-18T04:17:17.573Z | dflt 7.206564988 |
| 1866 | 2024-02-18T04:17:17.573Z | kflt 0.169869227 |
| 1867 | 2024-02-18T04:17:17.573Z | lock 53:56.688626123 |
| 1868 | 2024-02-18T04:17:17.573Z | slp 1:25:58.473882987 |
| 1869 | 2024-02-18T04:17:17.573Z | lat 1:38.143785282 |
| 1870 | 2024-02-18T04:17:17.573Z | stop 3:59.248389403 |
| 1871 | 2024-02-18T04:17:17.573Z | + mkdir -p /work/end-to-end-tests |
| 1872 | 2024-02-18T04:17:17.577Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1873 | 2024-02-18T04:17:18.605Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1874 | 2024-02-18T04:17:18.605Z | + ptime -m gzip |
| 1875 | 2024-02-18T04:17:18.610Z | ++ basename target/debug/bootstrap |
| 1876 | 2024-02-18T04:17:31.790Z | |
| 1877 | 2024-02-18T04:17:31.793Z | real 13.175687706 |
| 1878 | 2024-02-18T04:17:31.793Z | user 13.074793674 |
| 1879 | 2024-02-18T04:17:31.793Z | sys 0.090992433 |
| 1880 | 2024-02-18T04:17:31.793Z | trap 0.002720574 |
| 1881 | 2024-02-18T04:17:31.794Z | tflt 0.000000000 |
| 1882 | 2024-02-18T04:17:31.794Z | dflt 0.000000000 |
| 1883 | 2024-02-18T04:17:31.794Z | kflt 0.000000000 |
| 1884 | 2024-02-18T04:17:31.794Z | lock 0.000000000 |
| 1885 | 2024-02-18T04:17:31.794Z | slp 0.000000000 |
| 1886 | 2024-02-18T04:17:31.794Z | lat 0.006790821 |
| 1887 | 2024-02-18T04:17:31.794Z | stop 0.000174185 |
| 1888 | 2024-02-18T04:17:31.794Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1889 | 2024-02-18T04:17:31.794Z | + ptime -m gzip |
| 1890 | 2024-02-18T04:17:31.794Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eb11d53ab76d2536 |
| 1891 | 2024-02-18T04:17:33.078Z | |
| 1892 | 2024-02-18T04:17:33.078Z | real 1.282034283 |
| 1893 | 2024-02-18T04:17:33.078Z | user 1.271228407 |
| 1894 | 2024-02-18T04:17:33.081Z | sys 0.010244787 |
| 1895 | 2024-02-18T04:17:33.081Z | trap 0.000078881 |
| 1896 | 2024-02-18T04:17:33.081Z | tflt 0.000000000 |
| 1897 | 2024-02-18T04:17:33.081Z | dflt 0.000000000 |
| 1898 | 2024-02-18T04:17:33.081Z | kflt 0.000000000 |
| 1899 | 2024-02-18T04:17:33.081Z | lock 0.000000000 |
| 1900 | 2024-02-18T04:17:33.081Z | slp 0.000000000 |
| 1901 | 2024-02-18T04:17:33.081Z | lat 0.000099713 |
| 1902 | 2024-02-18T04:17:33.081Z | stop 0.000166067 |
| 1903 | 2024-02-18T04:17:33.081Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1904 | 2024-02-18T04:17:33.081Z | + ptime -m gzip |
| 1905 | 2024-02-18T04:17:33.081Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe6fd140b2e71fe7 |
| 1906 | 2024-02-18T04:17:46.651Z | |
| 1907 | 2024-02-18T04:17:46.655Z | real 13.561399269 |
| 1908 | 2024-02-18T04:17:46.655Z | user 13.465894099 |
| 1909 | 2024-02-18T04:17:46.655Z | sys 0.091805254 |
| 1910 | 2024-02-18T04:17:46.655Z | trap 0.001728226 |
| 1911 | 2024-02-18T04:17:46.655Z | tflt 0.000000000 |
| 1912 | 2024-02-18T04:17:46.655Z | dflt 0.000000000 |
| 1913 | 2024-02-18T04:17:46.655Z | kflt 0.000000000 |
| 1914 | 2024-02-18T04:17:46.655Z | lock 0.000000000 |
| 1915 | 2024-02-18T04:17:46.655Z | slp 0.000000000 |
| 1916 | 2024-02-18T04:17:46.656Z | lat 0.001581923 |
| 1917 | 2024-02-18T04:17:46.656Z | stop 0.000171946 |
| 1918 | 2024-02-18T04:17:46.656Z | + banner caboose-util |
| 1919 | 2024-02-18T04:17:46.656Z | |
| 1920 | 2024-02-18T04:17:46.656Z | #### ## ##### #### #### #### ###### # # ##### |
| 1921 | 2024-02-18T04:17:46.656Z | # # # # # # # # # # # # # # # |
| 1922 | 2024-02-18T04:17:46.656Z | # # # ##### # # # # #### ##### ##### # # # |
| 1923 | 2024-02-18T04:17:46.656Z | # ###### # # # # # # # # # # # |
| 1924 | 2024-02-18T04:17:46.656Z | # # # # # # # # # # # # # # # # |
| 1925 | 2024-02-18T04:17:46.656Z | #### # # ##### #### #### #### ###### #### # |
| 1926 | 2024-02-18T04:17:46.656Z | |
| 1927 | 2024-02-18T04:17:46.656Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1928 | 2024-02-18T04:17:47.051Z | Downloading crates ... |
| 1929 | 2024-02-18T04:17:47.459Z | Downloaded crc-any v2.4.3 |
| 1930 | 2024-02-18T04:17:47.463Z | Downloaded crc-catalog v2.2.0 |
| 1931 | 2024-02-18T04:17:47.463Z | Downloaded env_logger v0.10.0 |
| 1932 | 2024-02-18T04:17:47.466Z | Downloaded serde-hex v0.1.0 |
| 1933 | 2024-02-18T04:17:47.469Z | Downloaded tap v1.0.1 |
| 1934 | 2024-02-18T04:17:47.469Z | Downloaded nodrop v0.1.14 |
| 1935 | 2024-02-18T04:17:47.472Z | Downloaded path-slash v0.1.5 |
| 1936 | 2024-02-18T04:17:47.475Z | Downloaded packed_struct_codegen v0.10.1 |
| 1937 | 2024-02-18T04:17:47.478Z | Downloaded radium v0.7.0 |
| 1938 | 2024-02-18T04:17:47.478Z | Downloaded bitfield v0.14.0 |
| 1939 | 2024-02-18T04:17:47.481Z | Downloaded termcolor v1.2.0 |
| 1940 | 2024-02-18T04:17:47.484Z | Downloaded crc v3.0.1 |
| 1941 | 2024-02-18T04:17:47.484Z | Downloaded wyz v0.5.1 |
| 1942 | 2024-02-18T04:17:47.484Z | Downloaded packed_struct v0.10.1 |
| 1943 | 2024-02-18T04:17:47.490Z | Downloaded funty v2.0.0 |
| 1944 | 2024-02-18T04:17:47.490Z | Downloaded maybe-uninit v2.0.0 |
| 1945 | 2024-02-18T04:17:47.490Z | Downloaded pkcs1 v0.7.5 |
| 1946 | 2024-02-18T04:17:47.493Z | Downloaded smallvec v0.6.14 |
| 1947 | 2024-02-18T04:17:47.493Z | Downloaded array-init v0.0.4 |
| 1948 | 2024-02-18T04:17:47.497Z | Downloaded ron v0.8.1 |
| 1949 | 2024-02-18T04:17:47.502Z | Downloaded rsa v0.9.2 |
| 1950 | 2024-02-18T04:17:47.511Z | Downloaded x509-cert v0.2.4 |
| 1951 | 2024-02-18T04:17:47.517Z | Downloaded hashbrown v0.13.2 |
| 1952 | 2024-02-18T04:17:47.521Z | Downloaded num-bigint-dig v0.8.4 |
| 1953 | 2024-02-18T04:17:47.530Z | Downloaded object v0.30.4 |
| 1954 | 2024-02-18T04:17:47.539Z | Downloaded bitvec v1.0.1 |
| 1955 | 2024-02-18T04:17:47.646Z | Compiling proc-macro2 v1.0.78 |
| 1956 | 2024-02-18T04:17:47.646Z | Compiling unicode-ident v1.0.12 |
| 1957 | 2024-02-18T04:17:47.646Z | Compiling libc v0.2.153 |
| 1958 | 2024-02-18T04:17:47.649Z | Compiling serde v1.0.196 |
| 1959 | 2024-02-18T04:17:47.649Z | Compiling autocfg v1.1.0 |
| 1960 | 2024-02-18T04:17:47.649Z | Compiling version_check v0.9.4 |
| 1961 | 2024-02-18T04:17:47.649Z | Compiling cfg-if v1.0.0 |
| 1962 | 2024-02-18T04:17:47.806Z | Compiling typenum v1.16.0 |
| 1963 | 2024-02-18T04:17:47.816Z | Compiling once_cell v1.19.0 |
| 1964 | 2024-02-18T04:17:47.867Z | Compiling parking_lot_core v0.9.8 |
| 1965 | 2024-02-18T04:17:48.218Z | Compiling memchr v2.6.3 |
| 1966 | 2024-02-18T04:17:48.241Z | Compiling syn v1.0.109 |
| 1967 | 2024-02-18T04:17:48.255Z | Compiling byteorder v1.5.0 |
| 1968 | 2024-02-18T04:17:48.378Z | Compiling lock_api v0.4.10 |
| 1969 | 2024-02-18T04:17:48.688Z | Compiling generic-array v0.14.7 |
| 1970 | 2024-02-18T04:17:48.723Z | Compiling libm v0.2.7 |
| 1971 | 2024-02-18T04:17:48.794Z | Compiling num-traits v0.2.16 |
| 1972 | 2024-02-18T04:17:48.996Z | Compiling ahash v0.8.7 |
| 1973 | 2024-02-18T04:17:49.064Z | Compiling quote v1.0.35 |
| 1974 | 2024-02-18T04:17:49.112Z | Compiling pkg-config v0.3.27 |
| 1975 | 2024-02-18T04:17:49.151Z | Compiling thiserror v1.0.57 |
| 1976 | 2024-02-18T04:17:49.613Z | Compiling syn v2.0.48 |
| 1977 | 2024-02-18T04:17:49.649Z | Compiling cc v1.0.83 |
| 1978 | 2024-02-18T04:17:49.725Z | Compiling getrandom v0.2.10 |
| 1979 | 2024-02-18T04:17:50.112Z | Compiling serde_json v1.0.113 |
| 1980 | 2024-02-18T04:17:50.149Z | Compiling scopeguard v1.2.0 |
| 1981 | 2024-02-18T04:17:50.601Z | Compiling slab v0.4.9 |
| 1982 | 2024-02-18T04:17:50.696Z | Compiling itoa v1.0.9 |
| 1983 | 2024-02-18T04:17:50.720Z | Compiling log v0.4.20 |
| 1984 | 2024-02-18T04:17:50.951Z | Compiling rand_core v0.6.4 |
| 1985 | 2024-02-18T04:17:51.360Z | Compiling smallvec v1.13.1 |
| 1986 | 2024-02-18T04:17:51.799Z | Compiling vcpkg v0.2.15 |
| 1987 | 2024-02-18T04:17:52.318Z | Compiling pin-project-lite v0.2.13 |
| 1988 | 2024-02-18T04:17:52.444Z | Compiling const-oid v0.9.5 |
| 1989 | 2024-02-18T04:17:52.760Z | Compiling parking_lot v0.12.1 |
| 1990 | 2024-02-18T04:17:53.226Z | Compiling ring v0.17.8 |
| 1991 | 2024-02-18T04:17:53.541Z | Compiling openssl-sys v0.9.96 |
| 1992 | 2024-02-18T04:17:53.603Z | Compiling ryu v1.0.15 |
| 1993 | 2024-02-18T04:17:53.616Z | Compiling ucd-trie v0.1.6 |
| 1994 | 2024-02-18T04:17:54.109Z | Compiling signal-hook-registry v1.4.1 |
| 1995 | 2024-02-18T04:17:54.398Z | Compiling subtle v2.5.0 |
| 1996 | 2024-02-18T04:17:54.722Z | Compiling rustix v0.38.31 |
| 1997 | 2024-02-18T04:17:54.752Z | Compiling ring v0.16.20 |
| 1998 | 2024-02-18T04:17:54.769Z | Compiling mio v0.8.9 |
| 1999 | 2024-02-18T04:17:55.454Z | Compiling heck v0.4.1 |
| 2000 | 2024-02-18T04:17:55.728Z | Compiling semver v1.0.21 |
| 2001 | 2024-02-18T04:17:55.845Z | Compiling futures-core v0.3.30 |
| 2002 | 2024-02-18T04:17:56.273Z | Compiling spin v0.5.2 |
| 2003 | 2024-02-18T04:17:57.059Z | Compiling socket2 v0.5.5 |
| 2004 | 2024-02-18T04:17:57.631Z | Compiling num_cpus v1.16.0 |
| 2005 | 2024-02-18T04:17:57.706Z | Compiling futures-sink v0.3.30 |
| 2006 | 2024-02-18T04:17:57.750Z | Compiling openssl v0.10.60 |
| 2007 | 2024-02-18T04:17:57.858Z | Compiling allocator-api2 v0.2.16 |
| 2008 | 2024-02-18T04:17:58.148Z | Compiling httparse v1.8.0 |
| 2009 | 2024-02-18T04:17:58.182Z | Compiling unicode-xid v0.2.4 |
| 2010 | 2024-02-18T04:17:58.339Z | Compiling synstructure v0.12.6 |
| 2011 | 2024-02-18T04:17:58.586Z | Compiling equivalent v1.0.1 |
| 2012 | 2024-02-18T04:17:58.868Z | Compiling tinyvec_macros v0.1.1 |
| 2013 | 2024-02-18T04:17:58.952Z | Compiling tinyvec v1.6.0 |
| 2014 | 2024-02-18T04:17:59.182Z | Compiling futures-channel v0.3.30 |
| 2015 | 2024-02-18T04:17:59.461Z | Compiling ppv-lite86 v0.2.17 |
| 2016 | 2024-02-18T04:17:59.522Z | Compiling futures-task v0.3.30 |
| 2017 | 2024-02-18T04:17:59.722Z | Compiling futures-io v0.3.30 |
| 2018 | 2024-02-18T04:17:59.801Z | Compiling rustls v0.21.9 |
| 2019 | 2024-02-18T04:17:59.886Z | Compiling crc32fast v1.3.2 |
| 2020 | 2024-02-18T04:17:59.975Z | Compiling pin-utils v0.1.0 |
| 2021 | 2024-02-18T04:18:00.084Z | Compiling native-tls v0.2.11 |
| 2022 | 2024-02-18T04:18:00.173Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2023 | 2024-02-18T04:18:00.319Z | Compiling rand_chacha v0.3.1 |
| 2024 | 2024-02-18T04:18:00.427Z | Compiling unicode-normalization v0.1.22 |
| 2025 | 2024-02-18T04:18:00.454Z | Compiling spin v0.9.8 |
| 2026 | 2024-02-18T04:18:00.465Z | Compiling tracing-core v0.1.31 |
| 2027 | 2024-02-18T04:18:00.722Z | Compiling unicode-bidi v0.3.13 |
| 2028 | 2024-02-18T04:18:00.852Z | Compiling base64ct v1.6.0 |
| 2029 | 2024-02-18T04:18:01.513Z | Compiling pem-rfc7468 v0.7.0 |
| 2030 | 2024-02-18T04:18:01.661Z | Compiling rand v0.8.5 |
| 2031 | 2024-02-18T04:18:02.019Z | Compiling num-iter v0.1.43 |
| 2032 | 2024-02-18T04:18:02.103Z | Compiling usdt-impl v0.3.5 |
| 2033 | 2024-02-18T04:18:02.465Z | Compiling flagset v0.4.3 |
| 2034 | 2024-02-18T04:18:02.489Z | Compiling signal-hook v0.3.17 |
| 2035 | 2024-02-18T04:18:02.664Z | Compiling serde_derive v1.0.196 |
| 2036 | 2024-02-18T04:18:02.688Z | Compiling zeroize_derive v1.4.2 |
| 2037 | 2024-02-18T04:18:02.712Z | Compiling zerocopy-derive v0.7.32 |
| 2038 | 2024-02-18T04:18:02.779Z | Compiling thiserror-impl v1.0.57 |
| 2039 | 2024-02-18T04:18:03.016Z | Compiling tokio-macros v2.2.0 |
| 2040 | 2024-02-18T04:18:03.276Z | Compiling futures-macro v0.3.30 |
| 2041 | 2024-02-18T04:18:03.442Z | Compiling tracing-attributes v0.1.26 |
| 2042 | 2024-02-18T04:18:03.698Z | Compiling der_derive v0.7.2 |
| 2043 | 2024-02-18T04:18:04.112Z | Compiling zeroize v1.7.0 |
| 2044 | 2024-02-18T04:18:04.759Z | Compiling zerocopy v0.7.32 |
| 2045 | 2024-02-18T04:18:05.670Z | Compiling pest v2.7.6 |
| 2046 | 2024-02-18T04:18:06.066Z | Compiling crypto-common v0.1.6 |
| 2047 | 2024-02-18T04:18:06.118Z | Compiling block-buffer v0.10.4 |
| 2048 | 2024-02-18T04:18:06.274Z | Compiling zerocopy-derive v0.2.0 |
| 2049 | 2024-02-18T04:18:06.374Z | Compiling digest v0.10.7 |
| 2050 | 2024-02-18T04:18:06.453Z | Compiling openssl-macros v0.1.1 |
| 2051 | 2024-02-18T04:18:06.991Z | Compiling futures-util v0.3.30 |
| 2052 | 2024-02-18T04:18:07.163Z | Compiling tracing v0.1.37 |
| 2053 | 2024-02-18T04:18:07.325Z | Compiling hashbrown v0.14.3 |
| 2054 | 2024-02-18T04:18:07.483Z | Compiling zerocopy-derive v0.6.4 |
| 2055 | 2024-02-18T04:18:07.626Z | Compiling scroll_derive v0.12.0 |
| 2056 | 2024-02-18T04:18:07.993Z | Compiling pest_meta v2.7.6 |
| 2057 | 2024-02-18T04:18:08.650Z | Compiling schemars v0.8.16 |
| 2058 | 2024-02-18T04:18:08.963Z | Compiling der v0.7.8 |
| 2059 | 2024-02-18T04:18:09.427Z | Compiling pest_generator v2.7.6 |
| 2060 | 2024-02-18T04:18:09.975Z | Compiling serde_derive_internals v0.26.0 |
| 2061 | 2024-02-18T04:18:12.092Z | Compiling pest_derive v2.7.6 |
| 2062 | 2024-02-18T04:18:12.854Z | Compiling errno v0.3.8 |
| 2063 | 2024-02-18T04:18:13.448Z | Compiling rustversion v1.0.14 |
| 2064 | 2024-02-18T04:18:14.043Z | Compiling fnv v1.0.7 |
| 2065 | 2024-02-18T04:18:14.230Z | Compiling schemars_derive v0.8.16 |
| 2066 | 2024-02-18T04:18:15.061Z | Compiling spki v0.7.2 |
| 2067 | 2024-02-18T04:18:15.587Z | Compiling zerocopy v0.3.0 |
| 2068 | 2024-02-18T04:18:16.074Z | Compiling lazy_static v1.4.0 |
| 2069 | 2024-02-18T04:18:16.453Z | Compiling bytes v1.5.0 |
| 2070 | 2024-02-18T04:18:16.801Z | Compiling bitflags v2.4.0 |
| 2071 | 2024-02-18T04:18:17.369Z | Compiling tokio v1.36.0 |
| 2072 | 2024-02-18T04:18:17.410Z | Compiling indexmap v2.2.3 |
| 2073 | 2024-02-18T04:18:17.969Z | Compiling rustc_version v0.4.0 |
| 2074 | 2024-02-18T04:18:18.517Z | Compiling http v0.2.11 |
| 2075 | 2024-02-18T04:18:18.598Z | Compiling heapless v0.7.16 |
| 2076 | 2024-02-18T04:18:19.039Z | Compiling uuid v1.7.0 |
| 2077 | 2024-02-18T04:18:19.818Z | Compiling backtrace v0.3.69 |
| 2078 | 2024-02-18T04:18:19.940Z | Compiling thread-id v4.2.0 |
| 2079 | 2024-02-18T04:18:20.053Z | Compiling memoffset v0.9.0 |
| 2080 | 2024-02-18T04:18:20.271Z | Compiling num-bigint v0.4.4 |
| 2081 | 2024-02-18T04:18:20.320Z | Compiling untrusted v0.9.0 |
| 2082 | 2024-02-18T04:18:20.499Z | Compiling percent-encoding v2.3.1 |
| 2083 | 2024-02-18T04:18:20.717Z | Compiling foreign-types-shared v0.1.1 |
| 2084 | 2024-02-18T04:18:20.837Z | Compiling iana-time-zone v0.1.57 |
| 2085 | 2024-02-18T04:18:20.848Z | Compiling base64 v0.21.7 |
| 2086 | 2024-02-18T04:18:21.199Z | Compiling smoltcp v0.9.1 |
| 2087 | 2024-02-18T04:18:21.461Z | Compiling crossbeam-utils v0.8.16 |
| 2088 | 2024-02-18T04:18:21.902Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2089 | 2024-02-18T04:18:22.037Z | Compiling async-trait v0.1.77 |
| 2090 | 2024-02-18T04:18:22.136Z | Compiling untrusted v0.7.1 |
| 2091 | 2024-02-18T04:18:22.656Z | Compiling chrono v0.4.31 |
| 2092 | 2024-02-18T04:18:23.228Z | Compiling foreign-types v0.3.2 |
| 2093 | 2024-02-18T04:18:23.939Z | Compiling dof v0.1.5 |
| 2094 | 2024-02-18T04:18:25.068Z | Compiling dtrace-parser v0.1.14 |
| 2095 | 2024-02-18T04:18:25.655Z | Compiling tokio-util v0.7.10 |
| 2096 | 2024-02-18T04:18:26.135Z | Compiling hmac v0.12.1 |
| 2097 | 2024-02-18T04:18:26.145Z | Compiling clap_derive v4.5.0 |
| 2098 | 2024-02-18T04:18:26.773Z | Compiling num-integer v0.1.46 |
| 2099 | 2024-02-18T04:18:26.954Z | Compiling adler v1.0.2 |
| 2100 | 2024-02-18T04:18:27.145Z | Compiling anstyle v1.0.2 |
| 2101 | 2024-02-18T04:18:27.832Z | Compiling siphasher v0.3.11 |
| 2102 | 2024-02-18T04:18:27.858Z | Compiling try-lock v0.2.4 |
| 2103 | 2024-02-18T04:18:27.935Z | Compiling utf8parse v0.2.1 |
| 2104 | 2024-02-18T04:18:28.094Z | Compiling cpufeatures v0.2.12 |
| 2105 | 2024-02-18T04:18:28.117Z | Compiling time-core v0.1.1 |
| 2106 | 2024-02-18T04:18:28.184Z | Compiling sha2 v0.10.8 |
| 2107 | 2024-02-18T04:18:28.278Z | Compiling time-macros v0.2.13 |
| 2108 | 2024-02-18T04:18:30.058Z | Compiling anstyle-parse v0.2.1 |
| 2109 | 2024-02-18T04:18:30.473Z | Compiling want v0.3.1 |
| 2110 | 2024-02-18T04:18:31.305Z | Compiling miniz_oxide v0.7.1 |
| 2111 | 2024-02-18T04:18:31.415Z | Compiling h2 v0.3.24 |
| 2112 | 2024-02-18T04:18:32.639Z | Compiling strum_macros v0.25.2 |
| 2113 | 2024-02-18T04:18:33.351Z | Compiling rustls-webpki v0.101.7 |
| 2114 | 2024-02-18T04:18:33.876Z | Compiling sct v0.7.0 |
| 2115 | 2024-02-18T04:18:34.165Z | Compiling form_urlencoded v1.2.1 |
| 2116 | 2024-02-18T04:18:34.479Z | Compiling http-body v0.4.5 |
| 2117 | 2024-02-18T04:18:35.108Z | Compiling serde_tokenstream v0.1.7 |
| 2118 | 2024-02-18T04:18:35.627Z | Compiling pkcs8 v0.10.2 |
| 2119 | 2024-02-18T04:18:35.821Z | Compiling hubpack_derive v0.1.1 |
| 2120 | 2024-02-18T04:18:36.477Z | Compiling socket2 v0.4.9 |
| 2121 | 2024-02-18T04:18:36.684Z | Compiling crossbeam-epoch v0.9.15 |
| 2122 | 2024-02-18T04:18:36.734Z | Compiling usdt-impl v0.5.0 |
| 2123 | 2024-02-18T04:18:37.100Z | Compiling radium v0.7.0 |
| 2124 | 2024-02-18T04:18:37.444Z | Compiling slog v2.7.0 |
| 2125 | 2024-02-18T04:18:37.791Z | Compiling colorchoice v1.0.0 |
| 2126 | 2024-02-18T04:18:37.912Z | Compiling openssl-probe v0.1.5 |
| 2127 | 2024-02-18T04:18:38.175Z | Compiling anyhow v1.0.75 |
| 2128 | 2024-02-18T04:18:38.224Z | Compiling httpdate v1.0.3 |
| 2129 | 2024-02-18T04:18:38.234Z | Compiling tower-service v0.3.2 |
| 2130 | 2024-02-18T04:18:38.261Z | Compiling anstyle-query v1.0.0 |
| 2131 | 2024-02-18T04:18:38.671Z | Compiling hyper v0.14.27 |
| 2132 | 2024-02-18T04:18:39.114Z | Compiling anstream v0.6.11 |
| 2133 | 2024-02-18T04:18:44.648Z | Compiling terminal_size v0.3.0 |
| 2134 | 2024-02-18T04:18:45.685Z | Compiling toml_datetime v0.6.5 |
| 2135 | 2024-02-18T04:18:46.122Z | Compiling serde_spanned v0.6.5 |
| 2136 | 2024-02-18T04:18:46.346Z | Compiling zerocopy v0.6.4 |
| 2137 | 2024-02-18T04:18:46.494Z | Compiling scroll v0.12.0 |
| 2138 | 2024-02-18T04:18:47.063Z | Compiling md-5 v0.10.5 |
| 2139 | 2024-02-18T04:18:47.323Z | Compiling stringprep v0.1.3 |
| 2140 | 2024-02-18T04:18:47.433Z | Compiling idna v0.5.0 |
| 2141 | 2024-02-18T04:18:48.233Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2142 | 2024-02-18T04:18:48.298Z | Compiling aho-corasick v1.0.4 |
| 2143 | 2024-02-18T04:18:48.607Z | Compiling hash32 v0.2.1 |
| 2144 | 2024-02-18T04:18:48.867Z | Compiling fallible-iterator v0.2.0 |
| 2145 | 2024-02-18T04:18:48.888Z | Compiling tap v1.0.1 |
| 2146 | 2024-02-18T04:18:49.066Z | Compiling maybe-uninit v2.0.0 |
| 2147 | 2024-02-18T04:18:49.134Z | Compiling strsim v0.11.0 |
| 2148 | 2024-02-18T04:18:49.231Z | Compiling stable_deref_trait v1.2.0 |
| 2149 | 2024-02-18T04:18:49.364Z | Compiling regex-syntax v0.8.2 |
| 2150 | 2024-02-18T04:18:49.535Z | Compiling dyn-clone v1.0.16 |
| 2151 | 2024-02-18T04:18:49.701Z | Compiling plain v0.2.3 |
| 2152 | 2024-02-18T04:18:49.729Z | Compiling clap_lex v0.7.0 |
| 2153 | 2024-02-18T04:18:49.748Z | Compiling gimli v0.28.0 |
| 2154 | 2024-02-18T04:18:49.857Z | Compiling goblin v0.8.0 |
| 2155 | 2024-02-18T04:18:49.955Z | Compiling clap_builder v4.5.0 |
| 2156 | 2024-02-18T04:18:50.919Z | Compiling postgres-protocol v0.6.6 |
| 2157 | 2024-02-18T04:18:52.114Z | Compiling wyz v0.5.1 |
| 2158 | 2024-02-18T04:18:52.388Z | Compiling diesel_derives v2.1.2 |
| 2159 | 2024-02-18T04:18:52.442Z | Compiling url v2.5.0 |
| 2160 | 2024-02-18T04:18:53.681Z | Compiling regex-automata v0.4.4 |
| 2161 | 2024-02-18T04:18:54.105Z | Compiling addr2line v0.21.0 |
| 2162 | 2024-02-18T04:18:54.902Z | Compiling tokio-rustls v0.24.1 |
| 2163 | 2024-02-18T04:18:56.073Z | Compiling tokio-native-tls v0.3.1 |
| 2164 | 2024-02-18T04:18:56.595Z | Compiling usdt-attr-macro v0.3.5 |
| 2165 | 2024-02-18T04:18:56.924Z | Compiling usdt-macro v0.3.5 |
| 2166 | 2024-02-18T04:18:58.635Z | Compiling phf_shared v0.11.2 |
| 2167 | 2024-02-18T04:18:59.606Z | Compiling block-padding v0.3.3 |
| 2168 | 2024-02-18T04:18:59.847Z | Compiling enum-as-inner v0.5.1 |
| 2169 | 2024-02-18T04:19:00.207Z | Compiling serde_repr v0.1.16 |
| 2170 | 2024-02-18T04:19:00.842Z | Compiling ff v0.13.0 |
| 2171 | 2024-02-18T04:19:01.095Z | Compiling scheduled-thread-pool v0.2.7 |
| 2172 | 2024-02-18T04:19:01.590Z | Compiling object v0.32.1 |
| 2173 | 2024-02-18T04:19:02.146Z | Compiling regex-automata v0.1.10 |
| 2174 | 2024-02-18T04:19:02.647Z | Compiling managed v0.8.0 |
| 2175 | 2024-02-18T04:19:03.120Z | Compiling winnow v0.5.15 |
| 2176 | 2024-02-18T04:19:03.887Z | Compiling packed_struct v0.10.1 |
| 2177 | 2024-02-18T04:19:04.324Z | Compiling pretty-hex v0.4.1 |
| 2178 | 2024-02-18T04:19:04.532Z | Compiling deranged v0.3.8 |
| 2179 | 2024-02-18T04:19:05.327Z | Compiling funty v2.0.0 |
| 2180 | 2024-02-18T04:19:06.637Z | Compiling num_threads v0.1.6 |
| 2181 | 2024-02-18T04:19:06.767Z | Compiling ipnet v2.9.0 |
| 2182 | 2024-02-18T04:19:06.887Z | Compiling matches v0.1.10 |
| 2183 | 2024-02-18T04:19:06.980Z | Compiling num-bigint-dig v0.8.4 |
| 2184 | 2024-02-18T04:19:07.306Z | Compiling base16ct v0.2.0 |
| 2185 | 2024-02-18T04:19:07.577Z | Compiling rustc-demangle v0.1.23 |
| 2186 | 2024-02-18T04:19:07.593Z | Compiling bit-vec v0.6.3 |
| 2187 | 2024-02-18T04:19:07.853Z | Compiling bitflags v1.3.2 |
| 2188 | 2024-02-18T04:19:08.529Z | Compiling sec1 v0.7.3 |
| 2189 | 2024-02-18T04:19:09.378Z | Compiling idna v0.2.3 |
| 2190 | 2024-02-18T04:19:10.648Z | Compiling time v0.3.27 |
| 2191 | 2024-02-18T04:19:10.797Z | Compiling bitvec v1.0.1 |
| 2192 | 2024-02-18T04:19:11.135Z | Compiling toml_edit v0.19.15 |
| 2193 | 2024-02-18T04:19:12.123Z | Compiling dof v0.3.0 |
| 2194 | 2024-02-18T04:19:14.034Z | Compiling bstr v0.2.17 |
| 2195 | 2024-02-18T04:19:15.417Z | Compiling r2d2 v0.8.10 |
| 2196 | 2024-02-18T04:19:15.435Z | Compiling group v0.13.0 |
| 2197 | 2024-02-18T04:19:15.465Z | Compiling inout v0.1.3 |
| 2198 | 2024-02-18T04:19:16.209Z | Compiling phf v0.11.2 |
| 2199 | 2024-02-18T04:19:16.804Z | Compiling regex v1.10.3 |
| 2200 | 2024-02-18T04:19:16.999Z | Compiling hyper-tls v0.5.0 |
| 2201 | 2024-02-18T04:19:17.347Z | Compiling hyper-rustls v0.24.2 |
| 2202 | 2024-02-18T04:19:17.713Z | Compiling signal-hook-mio v0.2.3 |
| 2203 | 2024-02-18T04:19:17.815Z | Compiling bzip2 v0.4.4 |
| 2204 | 2024-02-18T04:19:17.873Z | Compiling flate2 v1.0.28 |
| 2205 | 2024-02-18T04:19:17.989Z | Compiling clap v4.5.0 |
| 2206 | 2024-02-18T04:19:18.107Z | Compiling ipnetwork v0.20.0 |
| 2207 | 2024-02-18T04:19:18.184Z | Compiling postgres-types v0.2.6 |
| 2208 | 2024-02-18T04:19:18.944Z | Compiling hubpack v0.1.2 |
| 2209 | 2024-02-18T04:19:18.986Z | Compiling serde_urlencoded v0.7.1 |
| 2210 | 2024-02-18T04:19:19.020Z | Compiling phf_shared v0.10.0 |
| 2211 | 2024-02-18T04:19:19.337Z | Compiling rustls-pemfile v1.0.3 |
| 2212 | 2024-02-18T04:19:19.363Z | Compiling hkdf v0.12.4 |
| 2213 | 2024-02-18T04:19:19.588Z | Compiling futures-executor v0.3.30 |
| 2214 | 2024-02-18T04:19:19.598Z | Compiling dtrace-parser v0.2.0 |
| 2215 | 2024-02-18T04:19:21.035Z | Compiling crypto-bigint v0.5.2 |
| 2216 | 2024-02-18T04:19:21.104Z | Compiling packed_struct_codegen v0.10.1 |
| 2217 | 2024-02-18T04:19:21.382Z | Compiling float-cmp v0.9.0 |
| 2218 | 2024-02-18T04:19:22.180Z | Compiling indexmap v1.9.3 |
| 2219 | 2024-02-18T04:19:22.512Z | Compiling encoding_rs v0.8.33 |
| 2220 | 2024-02-18T04:19:23.138Z | Compiling crc-catalog v2.2.0 |
| 2221 | 2024-02-18T04:19:24.148Z | Compiling either v1.10.0 |
| 2222 | 2024-02-18T04:19:24.587Z | Compiling static_assertions v1.1.0 |
| 2223 | 2024-02-18T04:19:24.688Z | Compiling webpki-roots v0.25.2 |
| 2224 | 2024-02-18T04:19:24.844Z | Compiling minimal-lexical v0.2.1 |
| 2225 | 2024-02-18T04:19:25.353Z | Compiling fixedbitset v0.4.2 |
| 2226 | 2024-02-18T04:19:25.782Z | Compiling normalize-line-endings v0.3.0 |
| 2227 | 2024-02-18T04:19:25.909Z | Compiling difflib v0.4.0 |
| 2228 | 2024-02-18T04:19:26.115Z | Compiling unicode-width v0.1.11 |
| 2229 | 2024-02-18T04:19:26.284Z | Compiling regex-automata v0.3.8 |
| 2230 | 2024-02-18T04:19:27.201Z | Compiling new_debug_unreachable v1.0.4 |
| 2231 | 2024-02-18T04:19:27.290Z | Compiling unicode-segmentation v1.10.1 |
| 2232 | 2024-02-18T04:19:27.354Z | Compiling winnow v0.6.1 |
| 2233 | 2024-02-18T04:19:28.091Z | Compiling data-encoding v2.4.0 |
| 2234 | 2024-02-18T04:19:28.602Z | Compiling mime v0.3.17 |
| 2235 | 2024-02-18T04:19:29.054Z | Compiling whoami v1.4.1 |
| 2236 | 2024-02-18T04:19:29.161Z | Compiling nodrop v0.1.14 |
| 2237 | 2024-02-18T04:19:29.283Z | Compiling predicates-core v1.0.6 |
| 2238 | 2024-02-18T04:19:29.597Z | Compiling precomputed-hash v0.1.1 |
| 2239 | 2024-02-18T04:19:29.708Z | Compiling string_cache v0.8.7 |
| 2240 | 2024-02-18T04:19:29.836Z | Compiling predicates v3.1.0 |
| 2241 | 2024-02-18T04:19:30.121Z | Compiling tokio-postgres v0.7.10 |
| 2242 | 2024-02-18T04:19:31.035Z | Compiling toml_edit v0.22.6 |
| 2243 | 2024-02-18T04:19:31.183Z | Compiling array-init v0.0.4 |
| 2244 | 2024-02-18T04:19:31.370Z | Compiling reqwest v0.11.22 |
| 2245 | 2024-02-18T04:19:32.503Z | Compiling trust-dns-proto v0.22.0 |
| 2246 | 2024-02-18T04:19:34.895Z | Compiling bstr v1.6.0 |
| 2247 | 2024-02-18T04:19:35.442Z | Compiling similar v2.3.0 |
| 2248 | 2024-02-18T04:19:38.303Z | Compiling console v0.15.8 |
| 2249 | 2024-02-18T04:19:39.711Z | Compiling petgraph v0.6.4 |
| 2250 | 2024-02-18T04:19:40.381Z | Compiling nom v7.1.3 |
| 2251 | 2024-02-18T04:19:41.692Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2252 | 2024-02-18T04:19:43.658Z | Compiling itertools v0.10.5 |
| 2253 | 2024-02-18T04:19:45.230Z | Compiling crc v3.0.1 |
| 2254 | 2024-02-18T04:19:46.591Z | Compiling elliptic-curve v0.13.8 |
| 2255 | 2024-02-18T04:19:50.081Z | Compiling futures v0.3.30 |
| 2256 | 2024-02-18T04:19:51.855Z | Compiling smallvec v0.6.14 |
| 2257 | 2024-02-18T04:19:51.870Z | Compiling zip v0.6.6 |
| 2258 | 2024-02-18T04:19:52.345Z | Compiling diesel v2.1.4 |
| 2259 | 2024-02-18T04:19:53.188Z | Compiling yasna v0.5.2 |
| 2260 | 2024-02-18T04:19:54.890Z | Compiling crossterm v0.27.0 |
| 2261 | 2024-02-18T04:19:55.594Z | Compiling cipher v0.4.4 |
| 2262 | 2024-02-18T04:19:55.628Z | Compiling toml v0.7.8 |
| 2263 | 2024-02-18T04:19:57.462Z | Compiling bit-set v0.5.3 |
| 2264 | 2024-02-18T04:19:57.727Z | Compiling usdt v0.3.5 |
| 2265 | 2024-02-18T04:19:58.443Z | Compiling strum v0.25.0 |
| 2266 | 2024-02-18T04:19:58.602Z | Compiling pkcs1 v0.7.5 |
| 2267 | 2024-02-18T04:19:59.239Z | Compiling tokio-stream v0.1.14 |
| 2268 | 2024-02-18T04:20:00.253Z | Compiling is-terminal v0.4.9 |
| 2269 | 2024-02-18T04:20:00.939Z | Compiling openapiv3 v2.0.0 |
| 2270 | 2024-02-18T04:20:00.950Z | Compiling hex v0.4.3 |
| 2271 | 2024-02-18T04:20:02.282Z | Compiling signature v2.1.0 |
| 2272 | 2024-02-18T04:20:03.427Z | Compiling bitfield v0.14.0 |
| 2273 | 2024-02-18T04:20:04.578Z | Compiling hashbrown v0.12.3 |
| 2274 | 2024-02-18T04:20:06.069Z | Compiling lalrpop-util v0.19.12 |
| 2275 | 2024-02-18T04:20:08.119Z | Compiling termcolor v1.2.0 |
| 2276 | 2024-02-18T04:20:08.673Z | Compiling env_logger v0.10.0 |
| 2277 | 2024-02-18T04:20:15.318Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2278 | 2024-02-18T04:20:20.766Z | Compiling rsa v0.9.2 |
| 2279 | 2024-02-18T04:20:24.289Z | Compiling serde-hex v0.1.0 |
| 2280 | 2024-02-18T04:20:26.357Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2281 | 2024-02-18T04:20:31.777Z | Compiling ron v0.8.1 |
| 2282 | 2024-02-18T04:20:32.268Z | Compiling x509-cert v0.2.4 |
| 2283 | 2024-02-18T04:20:35.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2284 | 2024-02-18T04:20:35.689Z | Compiling hashbrown v0.13.2 |
| 2285 | 2024-02-18T04:20:42.882Z | Compiling crc-any v2.4.3 |
| 2286 | 2024-02-18T04:20:48.708Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2287 | 2024-02-18T04:21:06.682Z | Compiling object v0.30.4 |
| 2288 | 2024-02-18T04:21:08.980Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2289 | 2024-02-18T04:21:16.125Z | Compiling path-slash v0.1.5 |
| 2290 | 2024-02-18T04:21:16.761Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2291 | 2024-02-18T04:21:44.503Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 2292 | 2024-02-18T04:21:45.266Z | Finished release [optimized] target(s) in 3m 58s |
| 2293 | 2024-02-18T04:21:45.340Z | |
| 2294 | 2024-02-18T04:21:45.343Z | real 3:58.600910447 |
| 2295 | 2024-02-18T04:21:45.343Z | user 26:06.021682380 |
| 2296 | 2024-02-18T04:21:45.343Z | sys 3:01.136597936 |
| 2297 | 2024-02-18T04:21:45.343Z | trap 0.783371850 |
| 2298 | 2024-02-18T04:21:45.344Z | tflt 1.615519303 |
| 2299 | 2024-02-18T04:21:45.344Z | dflt 0.473378901 |
| 2300 | 2024-02-18T04:21:45.344Z | kflt 0.000047326 |
| 2301 | 2024-02-18T04:21:45.344Z | lock 59:30.888596303 |
| 2302 | 2024-02-18T04:21:45.344Z | slp 1:17:02.120481826 |
| 2303 | 2024-02-18T04:21:45.344Z | lat 1:23.898149967 |
| 2304 | 2024-02-18T04:21:45.344Z | stop 1:11.495816441 |
| 2305 | 2024-02-18T04:21:45.344Z | + ptime -m gzip |
| 2306 | 2024-02-18T04:21:45.804Z | |
| 2307 | 2024-02-18T04:21:45.807Z | real 0.455124434 |
| 2308 | 2024-02-18T04:21:45.807Z | user 0.449509301 |
| 2309 | 2024-02-18T04:21:45.807Z | sys 0.005075581 |
| 2310 | 2024-02-18T04:21:45.807Z | trap 0.000032361 |
| 2311 | 2024-02-18T04:21:45.807Z | tflt 0.000000000 |
| 2312 | 2024-02-18T04:21:45.807Z | dflt 0.000000000 |
| 2313 | 2024-02-18T04:21:45.807Z | kflt 0.000000000 |
| 2314 | 2024-02-18T04:21:45.808Z | lock 0.000000000 |
| 2315 | 2024-02-18T04:21:45.808Z | slp 0.000000000 |
| 2316 | 2024-02-18T04:21:45.808Z | lat 0.000098484 |
| 2317 | 2024-02-18T04:21:45.808Z | stop 0.000185752 |
| 2318 | 2024-02-18T04:21:45.808Z | + banner tufaceous |
| 2319 | 2024-02-18T04:21:45.808Z | |
| 2320 | 2024-02-18T04:21:45.808Z | ##### # # ###### ## #### ###### #### # # #### |
| 2321 | 2024-02-18T04:21:45.808Z | # # # # # # # # # # # # # # |
| 2322 | 2024-02-18T04:21:45.808Z | # # # ##### # # # ##### # # # # #### |
| 2323 | 2024-02-18T04:21:45.808Z | # # # # ###### # # # # # # # |
| 2324 | 2024-02-18T04:21:45.808Z | # # # # # # # # # # # # # # # |
| 2325 | 2024-02-18T04:21:45.808Z | # #### # # # #### ###### #### #### #### |
| 2326 | 2024-02-18T04:21:45.808Z | |
| 2327 | 2024-02-18T04:21:45.808Z | + ptime -m cargo build --locked -p tufaceous --release |
| 2328 | 2024-02-18T04:21:46.227Z | Downloading crates ... |
| 2329 | 2024-02-18T04:21:46.617Z | Downloaded doc-comment v0.3.3 |
| 2330 | 2024-02-18T04:21:46.620Z | Downloaded humantime v2.1.0 |
| 2331 | 2024-02-18T04:21:46.629Z | Downloaded snafu v0.7.5 |
| 2332 | 2024-02-18T04:21:46.635Z | Downloaded async-recursion v1.0.5 |
| 2333 | 2024-02-18T04:21:46.637Z | Downloaded parse-size v1.0.0 |
| 2334 | 2024-02-18T04:21:46.645Z | Downloaded buf-list v1.0.3 |
| 2335 | 2024-02-18T04:21:46.648Z | Downloaded fs-err v2.11.0 |
| 2336 | 2024-02-18T04:21:46.651Z | Downloaded serde_plain v1.0.2 |
| 2337 | 2024-02-18T04:21:46.651Z | Downloaded snafu-derive v0.7.5 |
| 2338 | 2024-02-18T04:21:46.655Z | Downloaded pin-project-internal v1.1.3 |
| 2339 | 2024-02-18T04:21:46.655Z | Downloaded olpc-cjson v0.1.3 |
| 2340 | 2024-02-18T04:21:46.655Z | Downloaded globset v0.4.13 |
| 2341 | 2024-02-18T04:21:46.661Z | Downloaded pin-project v1.1.3 |
| 2342 | 2024-02-18T04:21:46.668Z | Downloaded typed-path v0.7.0 |
| 2343 | 2024-02-18T04:21:46.674Z | Downloaded tough v0.16.0 |
| 2344 | 2024-02-18T04:21:46.773Z | Compiling serde_tokenstream v0.2.0 |
| 2345 | 2024-02-18T04:21:46.836Z | Compiling regress v0.8.0 |
| 2346 | 2024-02-18T04:21:46.845Z | Compiling dirs-sys-next v0.1.2 |
| 2347 | 2024-02-18T04:21:46.848Z | Compiling ident_case v1.0.1 |
| 2348 | 2024-02-18T04:21:46.848Z | Compiling strsim v0.10.0 |
| 2349 | 2024-02-18T04:21:46.848Z | Compiling rustls-pki-types v1.1.0 |
| 2350 | 2024-02-18T04:21:46.869Z | Compiling thread_local v1.1.7 |
| 2351 | 2024-02-18T04:21:46.995Z | Compiling dirs-next v2.0.0 |
| 2352 | 2024-02-18T04:21:47.239Z | Compiling darling_core v0.20.3 |
| 2353 | 2024-02-18T04:21:47.302Z | Compiling camino v1.1.6 |
| 2354 | 2024-02-18T04:21:47.465Z | Compiling rustls v0.22.2 |
| 2355 | 2024-02-18T04:21:47.664Z | Compiling heck v0.4.1 |
| 2356 | 2024-02-18T04:21:47.759Z | Compiling slog-async v2.8.0 |
| 2357 | 2024-02-18T04:21:47.904Z | Compiling rustls-webpki v0.102.1 |
| 2358 | 2024-02-18T04:21:47.936Z | Compiling term v0.7.0 |
| 2359 | 2024-02-18T04:21:48.194Z | Compiling crossbeam-channel v0.5.8 |
| 2360 | 2024-02-18T04:21:48.268Z | Compiling getopts v0.2.21 |
| 2361 | 2024-02-18T04:21:48.906Z | Compiling structmeta-derive v0.3.0 |
| 2362 | 2024-02-18T04:21:49.143Z | Compiling atty v0.2.14 |
| 2363 | 2024-02-18T04:21:49.288Z | Compiling multer v3.0.0 |
| 2364 | 2024-02-18T04:21:49.607Z | Compiling take_mut v0.2.2 |
| 2365 | 2024-02-18T04:21:49.771Z | Compiling paste v1.0.14 |
| 2366 | 2024-02-18T04:21:49.943Z | Compiling doc-comment v0.3.3 |
| 2367 | 2024-02-18T04:21:50.264Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
| 2368 | 2024-02-18T04:21:51.715Z | Compiling unsafe-libyaml v0.2.10 |
| 2369 | 2024-02-18T04:21:52.117Z | Compiling match_cfg v0.1.0 |
| 2370 | 2024-02-18T04:21:52.295Z | Compiling hostname v0.3.1 |
| 2371 | 2024-02-18T04:21:52.474Z | Compiling structmeta v0.3.0 |
| 2372 | 2024-02-18T04:21:52.622Z | Compiling darling_macro v0.20.3 |
| 2373 | 2024-02-18T04:21:52.940Z | Compiling slog-term v2.9.0 |
| 2374 | 2024-02-18T04:21:53.503Z | Compiling serde_yaml v0.9.25 |
| 2375 | 2024-02-18T04:21:53.568Z | Compiling darling v0.20.3 |
| 2376 | 2024-02-18T04:21:55.969Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2377 | 2024-02-18T04:21:55.989Z | Compiling slog-json v2.6.1 |
| 2378 | 2024-02-18T04:21:56.132Z | Compiling http v1.0.0 |
| 2379 | 2024-02-18T04:21:56.519Z | Compiling async-stream-impl v0.3.5 |
| 2380 | 2024-02-18T04:21:57.362Z | Compiling pin-project-internal v1.1.3 |
| 2381 | 2024-02-18T04:21:57.804Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2382 | 2024-02-18T04:21:57.807Z | Compiling atomic-waker v1.1.1 |
| 2383 | 2024-02-18T04:21:58.016Z | Compiling fastrand v2.0.1 |
| 2384 | 2024-02-18T04:21:58.196Z | Compiling waitgroup v0.1.2 |
| 2385 | 2024-02-18T04:21:58.444Z | Compiling tempfile v3.10.0 |
| 2386 | 2024-02-18T04:21:59.569Z | Compiling async-stream v0.3.5 |
| 2387 | 2024-02-18T04:21:59.892Z | Compiling tokio-rustls v0.25.0 |
| 2388 | 2024-02-18T04:22:00.221Z | Compiling pin-project v1.1.3 |
| 2389 | 2024-02-18T04:22:00.356Z | Compiling slog-bunyan v2.5.0 |
| 2390 | 2024-02-18T04:22:00.408Z | Compiling serde_with_macros v3.6.1 |
| 2391 | 2024-02-18T04:22:00.615Z | Compiling parse-display-derive v0.9.0 |
| 2392 | 2024-02-18T04:22:01.361Z | Compiling toml v0.8.10 |
| 2393 | 2024-02-18T04:22:01.718Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
| 2394 | 2024-02-18T04:22:01.882Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
| 2395 | 2024-02-18T04:22:01.970Z | Compiling rustls-pemfile v2.0.0 |
| 2396 | 2024-02-18T04:22:02.704Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 2397 | 2024-02-18T04:22:03.288Z | Compiling sha1 v0.10.6 |
| 2398 | 2024-02-18T04:22:03.795Z | Compiling newtype-uuid v1.0.1 |
| 2399 | 2024-02-18T04:22:04.141Z | Compiling strum_macros v0.26.1 |
| 2400 | 2024-02-18T04:22:04.198Z | Compiling snafu-derive v0.7.5 |
| 2401 | 2024-02-18T04:22:04.225Z | Compiling serde_path_to_error v0.1.15 |
| 2402 | 2024-02-18T04:22:04.674Z | Compiling fs-err v2.11.0 |
| 2403 | 2024-02-18T04:22:05.012Z | Compiling instant v0.1.12 |
| 2404 | 2024-02-18T04:22:05.179Z | Compiling arc-swap v1.6.0 |
| 2405 | 2024-02-18T04:22:05.190Z | Compiling buf-list v1.0.3 |
| 2406 | 2024-02-18T04:22:05.765Z | Compiling debug-ignore v1.0.5 |
| 2407 | 2024-02-18T04:22:05.951Z | Compiling same-file v1.0.6 |
| 2408 | 2024-02-18T04:22:06.267Z | Compiling walkdir v2.4.0 |
| 2409 | 2024-02-18T04:22:06.291Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
| 2410 | 2024-02-18T04:22:06.434Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 2411 | 2024-02-18T04:22:08.099Z | Compiling slog-scope v4.4.0 |
| 2412 | 2024-02-18T04:22:09.005Z | Compiling strum v0.26.1 |
| 2413 | 2024-02-18T04:22:09.042Z | Compiling backoff v0.4.0 |
| 2414 | 2024-02-18T04:22:09.247Z | Compiling snafu v0.7.5 |
| 2415 | 2024-02-18T04:22:09.343Z | Compiling parse-display v0.9.0 |
| 2416 | 2024-02-18T04:22:09.387Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2417 | 2024-02-18T04:22:09.725Z | Compiling serde_with v3.6.1 |
| 2418 | 2024-02-18T04:22:10.715Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2419 | 2024-02-18T04:22:11.282Z | Compiling globset v0.4.13 |
| 2420 | 2024-02-18T04:22:11.482Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2421 | 2024-02-18T04:22:11.666Z | Compiling pem v3.0.2 |
| 2422 | 2024-02-18T04:22:13.258Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 2423 | 2024-02-18T04:22:13.273Z | Compiling olpc-cjson v0.1.3 |
| 2424 | 2024-02-18T04:22:13.840Z | Compiling macaddr v1.0.1 |
| 2425 | 2024-02-18T04:22:14.579Z | Compiling serde_plain v1.0.2 |
| 2426 | 2024-02-18T04:22:14.580Z | Compiling async-recursion v1.0.5 |
| 2427 | 2024-02-18T04:22:15.122Z | Compiling filetime v0.2.23 |
| 2428 | 2024-02-18T04:22:15.496Z | Compiling xattr v1.0.1 |
| 2429 | 2024-02-18T04:22:15.653Z | Compiling typed-path v0.7.0 |
| 2430 | 2024-02-18T04:22:15.799Z | Compiling tar v0.4.40 |
| 2431 | 2024-02-18T04:22:20.076Z | Compiling tough v0.16.0 |
| 2432 | 2024-02-18T04:22:22.437Z | Compiling slog-stdlog v4.1.1 |
| 2433 | 2024-02-18T04:22:23.399Z | Compiling camino-tempfile v1.1.1 |
| 2434 | 2024-02-18T04:22:24.011Z | Compiling itertools v0.12.1 |
| 2435 | 2024-02-18T04:22:24.201Z | Compiling parse-size v1.0.0 |
| 2436 | 2024-02-18T04:22:24.534Z | Compiling slog-envlogger v2.2.0 |
| 2437 | 2024-02-18T04:22:26.804Z | Compiling humantime v2.1.0 |
| 2438 | 2024-02-18T04:22:29.180Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
| 2439 | 2024-02-18T04:22:29.408Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2440 | 2024-02-18T04:22:39.269Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2441 | 2024-02-18T04:22:41.295Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2442 | 2024-02-18T04:23:00.899Z | Finished release [optimized] target(s) in 1m 15s |
| 2443 | 2024-02-18T04:23:00.976Z | |
| 2444 | 2024-02-18T04:23:00.979Z | real 1:15.133079135 |
| 2445 | 2024-02-18T04:23:00.979Z | user 8:20.415603721 |
| 2446 | 2024-02-18T04:23:00.980Z | sys 38.984538091 |
| 2447 | 2024-02-18T04:23:00.980Z | trap 0.215937782 |
| 2448 | 2024-02-18T04:23:00.980Z | tflt 0.359672137 |
| 2449 | 2024-02-18T04:23:00.980Z | dflt 0.346707164 |
| 2450 | 2024-02-18T04:23:00.980Z | kflt 0.000001539 |
| 2451 | 2024-02-18T04:23:00.980Z | lock 17:34.692408874 |
| 2452 | 2024-02-18T04:23:00.980Z | slp 19:10.231642943 |
| 2453 | 2024-02-18T04:23:00.980Z | lat 21.510366469 |
| 2454 | 2024-02-18T04:23:00.980Z | stop 14.369586022 |
| 2455 | 2024-02-18T04:23:00.980Z | + ptime -m gzip |
| 2456 | 2024-02-18T04:23:02.709Z | |
| 2457 | 2024-02-18T04:23:02.712Z | real 1.727771083 |
| 2458 | 2024-02-18T04:23:02.712Z | user 1.714899536 |
| 2459 | 2024-02-18T04:23:02.712Z | sys 0.011929218 |
| 2460 | 2024-02-18T04:23:02.712Z | trap 0.000248766 |
| 2461 | 2024-02-18T04:23:02.712Z | tflt 0.000000000 |
| 2462 | 2024-02-18T04:23:02.713Z | dflt 0.000000000 |
| 2463 | 2024-02-18T04:23:02.713Z | kflt 0.000000000 |
| 2464 | 2024-02-18T04:23:02.713Z | lock 0.000000000 |
| 2465 | 2024-02-18T04:23:02.713Z | slp 0.000000000 |
| 2466 | 2024-02-18T04:23:02.713Z | lat 0.000304861 |
| 2467 | 2024-02-18T04:23:02.713Z | stop 0.000176025 |
| 2468 | 2024-02-18T04:23:02.713Z | process exited: duration 820167 ms, exit code 0 |
| |
| 2469 | 2024-02-18T04:23:02.736Z | found 5 output files |
| 2470 | 2024-02-18T04:23:02.736Z | uploading: /work/end-to-end-tests/bootstrap-eb11d53ab76d2536.gz (10682210 bytes) |
| 2471 | 2024-02-18T04:23:05.338Z | uploaded: /work/end-to-end-tests/bootstrap-eb11d53ab76d2536.gz |
| 2472 | 2024-02-18T04:23:05.345Z | uploading: /work/end-to-end-tests/bootstrap.gz (109431883 bytes) |
| 2473 | 2024-02-18T04:23:20.952Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2474 | 2024-02-18T04:23:20.952Z | uploading: /work/end-to-end-tests/end_to_end_tests-fe6fd140b2e71fe7.gz (112637478 bytes) |
| 2475 | 2024-02-18T04:23:34.791Z | uploaded: /work/end-to-end-tests/end_to_end_tests-fe6fd140b2e71fe7.gz |
| 2476 | 2024-02-18T04:23:34.791Z | uploading: /work/caboose-util.gz (4096658 bytes) |
| 2477 | 2024-02-18T04:23:36.315Z | uploaded: /work/caboose-util.gz |
| 2478 | 2024-02-18T04:23:36.315Z | uploading: /work/tufaceous.gz (15870867 bytes) |
| 2479 | 2024-02-18T04:23:39.408Z | uploaded: /work/tufaceous.gz |