|
|
|
| 1 | 2023-11-18T00:18:25.703Z | job assigned to worker 01HFFWJPCNTTEG8X5B960JWK67 (queued for 1 m 55 s) |
| |
| 2 | 2023-11-18T00:18:26.000Z | starting task 0: "setup" |
| 3 | 2023-11-18T00:18:26.568Z | ++ uname -s |
| 4 | 2023-11-18T00:18:26.588Z | + kern=SunOS |
| 5 | 2023-11-18T00:18:26.592Z | + case "$kern" in |
| 6 | 2023-11-18T00:18:26.612Z | + groupadd -g 12345 build |
| 7 | 2023-11-18T00:18:26.636Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-18T00:18:28.585Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-18T00:18:29.196Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-18T00:18:29.205Z | + home_fs=zfs |
| 11 | 2023-11-18T00:18:29.207Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-18T00:18:29.210Z | + mkdir -p /home/build |
| 13 | 2023-11-18T00:18:29.213Z | + chown build:build /home/build /work |
| 14 | 2023-11-18T00:18:30.203Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-18T00:18:30.206Z | process exited: duration 4188 ms, exit code 0 |
| |
| 16 | 2023-11-18T00:18:30.212Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-18T00:18:30.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-18T00:18:30.228Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-18T00:18:30.411Z | info: downloading installer |
| 20 | 2023-11-18T00:18:33.158Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-18T00:18:33.161Z | warning: /opt/ooce/bin |
| 22 | 2023-11-18T00:18:33.164Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-18T00:18:33.167Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-18T00:18:33.169Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-18T00:18:33.172Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-18T00:18:33.175Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-18T00:18:33.178Z | error: cannot install while Rust is installed |
| 28 | 2023-11-18T00:18:33.180Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-18T00:18:33.483Z | info: profile set to 'default' |
| 30 | 2023-11-18T00:18:33.486Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-18T00:18:33.489Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-18T00:18:33.669Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-18T00:18:33.672Z | info: downloading component 'cargo' |
| 34 | 2023-11-18T00:18:34.446Z | info: downloading component 'clippy' |
| 35 | 2023-11-18T00:18:34.710Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-18T00:18:35.800Z | info: downloading component 'rust-std' |
| 37 | 2023-11-18T00:18:37.411Z | info: downloading component 'rustc' |
| 38 | 2023-11-18T00:18:41.640Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-18T00:18:41.887Z | info: installing component 'cargo' |
| 40 | 2023-11-18T00:18:43.947Z | info: installing component 'clippy' |
| 41 | 2023-11-18T00:18:45.079Z | info: installing component 'rust-docs' |
| 42 | 2023-11-18T00:18:47.877Z | info: installing component 'rust-std' |
| 43 | 2023-11-18T00:18:52.088Z | info: installing component 'rustc' |
| 44 | 2023-11-18T00:19:02.745Z | info: installing component 'rustfmt' |
| 45 | 2023-11-18T00:19:03.304Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-18T00:19:03.307Z | |
| 47 | 2023-11-18T00:19:03.439Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-18T00:19:03.443Z | |
| 49 | 2023-11-18T00:19:03.447Z | |
| 50 | 2023-11-18T00:19:03.450Z | Rust is installed now. Great! |
| 51 | 2023-11-18T00:19:03.453Z | |
| 52 | 2023-11-18T00:19:03.457Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-18T00:19:03.460Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-18T00:19:03.463Z | |
| 55 | 2023-11-18T00:19:03.468Z | To configure your current shell, run: |
| 56 | 2023-11-18T00:19:03.472Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-18T00:19:03.568Z | + rustc --version |
| 58 | 2023-11-18T00:19:03.663Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-18T00:19:03.671Z | process exited: duration 33449 ms, exit code 0 |
| |
| 60 | 2023-11-18T00:19:03.695Z | starting task 2: "authentication" |
| 61 | 2023-11-18T00:19:03.736Z | process exited: duration 34 ms, exit code 0 |
| |
| 62 | 2023-11-18T00:19:03.744Z | starting task 3: "clone repository" |
| 63 | 2023-11-18T00:19:03.757Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-18T00:19:03.761Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-18T00:19:03.798Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-18T00:19:09.514Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-18T00:19:09.518Z | + [[ -n nat_rpw ]] |
| 68 | 2023-11-18T00:19:09.522Z | + git fetch origin nat_rpw |
| 69 | 2023-11-18T00:19:09.906Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-18T00:19:09.917Z | * branch nat_rpw -> FETCH_HEAD |
| 71 | 2023-11-18T00:19:09.920Z | + git checkout -B nat_rpw remotes/origin/nat_rpw |
| 72 | 2023-11-18T00:19:10.022Z | Switched to a new branch 'nat_rpw' |
| 73 | 2023-11-18T00:19:10.025Z | branch 'nat_rpw' set up to track 'origin/nat_rpw'. |
| 74 | 2023-11-18T00:19:10.029Z | + git reset --hard eff1828a3aab6f320227c2f822231217790733c5 |
| 75 | 2023-11-18T00:19:10.216Z | HEAD is now at eff1828a bump dendrite and schema |
| 76 | 2023-11-18T00:19:10.223Z | process exited: duration 6434 ms, exit code 0 |
| |
| 77 | 2023-11-18T00:19:10.229Z | starting task 4: "build" |
| 78 | 2023-11-18T00:19:10.255Z | + cargo --version |
| 79 | 2023-11-18T00:19:10.261Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
| 80 | 2023-11-18T00:19:10.480Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
| 81 | 2023-11-18T00:19:10.484Z | info: downloading component 'cargo' |
| 82 | 2023-11-18T00:19:11.365Z | info: downloading component 'clippy' |
| 83 | 2023-11-18T00:19:11.656Z | info: downloading component 'rust-docs' |
| 84 | 2023-11-18T00:19:12.615Z | info: downloading component 'rust-std' |
| 85 | 2023-11-18T00:19:14.267Z | info: downloading component 'rustc' |
| 86 | 2023-11-18T00:19:18.894Z | info: downloading component 'rustfmt' |
| 87 | 2023-11-18T00:19:19.217Z | info: installing component 'cargo' |
| 88 | 2023-11-18T00:19:20.421Z | info: installing component 'clippy' |
| 89 | 2023-11-18T00:19:20.922Z | info: installing component 'rust-docs' |
| 90 | 2023-11-18T00:19:23.602Z | info: installing component 'rust-std' |
| 91 | 2023-11-18T00:19:26.114Z | info: installing component 'rustc' |
| 92 | 2023-11-18T00:19:32.325Z | info: installing component 'rustfmt' |
| 93 | 2023-11-18T00:19:32.875Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
| 94 | 2023-11-18T00:19:32.882Z | + rustc --version |
| 95 | 2023-11-18T00:19:33.012Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
| 96 | 2023-11-18T00:19:33.020Z | ++ git rev-parse HEAD |
| 97 | 2023-11-18T00:19:33.025Z | + COMMIT=eff1828a3aab6f320227c2f822231217790733c5 |
| 98 | 2023-11-18T00:19:33.029Z | + VERSION=1.0.4-0.ci+giteff1828a3aa |
| 99 | 2023-11-18T00:19:33.097Z | + echo 1.0.4-0.ci+giteff1828a3aa |
| 100 | 2023-11-18T00:19:33.119Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2023-11-18T00:19:45.561Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2023-11-18T00:19:46.628Z | Startup: Caching catalogs ... Done |
| 103 | 2023-11-18T00:19:52.066Z | Planning: Solver setup ... Done (5.080s) |
| 104 | 2023-11-18T00:19:52.190Z | Planning: Running solver ... Done (0.124s) |
| 105 | 2023-11-18T00:19:52.249Z | Planning: Finding local manifests ... Done (0.003s) |
| 106 | 2023-11-18T00:19:52.264Z | Planning: Fetching manifests: 0/4 0% complete |
| 107 | 2023-11-18T00:19:52.496Z | Planning: Fetching manifests: 4/4 100% complete |
| 108 | 2023-11-18T00:19:52.579Z | Planning: Package planning ... Done (0.083s) |
| 109 | 2023-11-18T00:19:52.668Z | Planning: Merging actions ... Done (0.087s) |
| 110 | 2023-11-18T00:19:53.392Z | Planning: Checking for conflicting actions ... Done (0.725s) |
| 111 | 2023-11-18T00:19:53.409Z | Planning: Consolidating action changes ... Done (0.017s) |
| 112 | 2023-11-18T00:19:58.524Z | Planning: Evaluating mediators ... Done (5.114s) |
| 113 | 2023-11-18T00:19:58.547Z | Planning: Planning completed in 11.86 seconds |
| 114 | 2023-11-18T00:19:59.003Z | Packages to install: 4 |
| 115 | 2023-11-18T00:19:59.006Z | Mediators to change: 2 |
| 116 | 2023-11-18T00:19:59.009Z | Services to change: 1 |
| 117 | 2023-11-18T00:19:59.014Z | Estimated space available: 148.90 GB |
| 118 | 2023-11-18T00:19:59.017Z | Estimated space to be consumed: 1.37 GB |
| 119 | 2023-11-18T00:19:59.020Z | Create boot environment: No |
| 120 | 2023-11-18T00:19:59.023Z | Create backup boot environment: No |
| 121 | 2023-11-18T00:19:59.027Z | Rebuild boot archive: No |
| 122 | 2023-11-18T00:19:59.029Z | |
| 123 | 2023-11-18T00:19:59.032Z | Changed mediators: |
| 124 | 2023-11-18T00:19:59.035Z | mediator clang: |
| 125 | 2023-11-18T00:19:59.038Z | version: None -> 15 (system default) |
| 126 | 2023-11-18T00:19:59.041Z | |
| 127 | 2023-11-18T00:19:59.044Z | mediator llvm: |
| 128 | 2023-11-18T00:19:59.046Z | version: 14 (system default) -> 15 (system default) |
| 129 | 2023-11-18T00:19:59.049Z | |
| 130 | 2023-11-18T00:19:59.052Z | Changed packages: |
| 131 | 2023-11-18T00:19:59.055Z | helios-dev |
| 132 | 2023-11-18T00:19:59.058Z | developer/build-essential |
| 133 | 2023-11-18T00:19:59.061Z | None -> 11-2.0 |
| 134 | 2023-11-18T00:19:59.063Z | library/libxmlsec1 |
| 135 | 2023-11-18T00:19:59.066Z | None -> 1.2.35-2.0 |
| 136 | 2023-11-18T00:19:59.069Z | ooce/developer/clang-15 |
| 137 | 2023-11-18T00:19:59.072Z | None -> 15.0.7-2.0 |
| 138 | 2023-11-18T00:19:59.075Z | ooce/developer/llvm-15 |
| 139 | 2023-11-18T00:19:59.078Z | None -> 15.0.7-2.0 |
| 140 | 2023-11-18T00:19:59.081Z | |
| 141 | 2023-11-18T00:19:59.085Z | Services: |
| 142 | 2023-11-18T00:19:59.088Z | restart_fmri: |
| 143 | 2023-11-18T00:19:59.090Z | svc:/system/update-man-index:default |
| 144 | 2023-11-18T00:19:59.093Z | |
| 145 | 2023-11-18T00:19:59.096Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 146 | 2023-11-18T00:20:03.791Z | Download: 969/3290 items 19.4/212.6MB 9% complete (4.0M/s) |
| 147 | 2023-11-18T00:20:08.801Z | Download: 1752/3290 items 118.2/212.6MB 55% complete (12.0M/s) |
| 148 | 2023-11-18T00:20:13.795Z | Download: 2356/3290 items 119.7/212.6MB 56% complete (10.0M/s) |
| 149 | 2023-11-18T00:20:17.988Z | Download: Completed 212.60 MB in 19.19 seconds (11.1M/s) |
| 150 | 2023-11-18T00:20:19.171Z | Actions: 1/3687 actions (Installing new actions) |
| 151 | 2023-11-18T00:20:24.240Z | Actions: 2311/3687 actions (Installing new actions) |
| 152 | 2023-11-18T00:20:27.872Z | Actions: Completed 3687 actions in 8.70 seconds. |
| 153 | 2023-11-18T00:20:28.049Z | Done (0.174s) |
| 154 | 2023-11-18T00:20:28.052Z | Done (0.000s) |
| 155 | 2023-11-18T00:20:28.280Z | Done (0.229s) |
| 156 | 2023-11-18T00:20:35.993Z | Done (7.596s) |
| 157 | 2023-11-18T00:20:36.304Z | Done (0.207s) |
| 158 | 2023-11-18T00:20:36.308Z | Done (0.000s) |
| 159 | 2023-11-18T00:20:36.536Z | Done (0.000s) |
| 160 | 2023-11-18T00:20:37.313Z | Planning: Evaluating mediator changes ... Done |
| 161 | 2023-11-18T00:20:37.603Z | Planning: Checking for conflicting actions ... Done |
| 162 | 2023-11-18T00:20:37.621Z | Planning: Consolidating action changes ... Done |
| 163 | 2023-11-18T00:20:38.036Z | Planning: Evaluating mediators ... Done |
| 164 | 2023-11-18T00:20:38.040Z | Planning: Planning completed in 0.73 seconds |
| 165 | 2023-11-18T00:20:38.094Z | Mediators to change: 2 |
| 166 | 2023-11-18T00:20:38.103Z | Create boot environment: No |
| 167 | 2023-11-18T00:20:38.111Z | Create backup boot environment: No |
| 168 | 2023-11-18T00:20:38.188Z | Done |
| 169 | 2023-11-18T00:20:38.198Z | Done |
| 170 | 2023-11-18T00:20:38.320Z | Done |
| 171 | 2023-11-18T00:20:49.735Z | Done |
| 172 | 2023-11-18T00:20:50.209Z | Done |
| 173 | 2023-11-18T00:20:50.219Z | Done |
| 174 | 2023-11-18T00:20:50.308Z | Done |
| 175 | 2023-11-18T00:20:50.334Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2023-11-18T00:20:50.368Z | Planning: Merging actions ... Done |
| 177 | 2023-11-18T00:20:50.405Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2023-11-18T00:20:50.440Z | Planning: Consolidating action changes ... Done |
| 179 | 2023-11-18T00:20:50.474Z | Planning: Evaluating mediators ... Done |
| 180 | 2023-11-18T00:20:50.515Z | Planning: Planning completed in 1.32 seconds |
| 181 | 2023-11-18T00:20:50.546Z | Packages to change: 1 |
| 182 | 2023-11-18T00:20:50.582Z | Mediators to change: 1 |
| 183 | 2023-11-18T00:20:50.598Z | Services to change: 1 |
| 184 | 2023-11-18T00:20:50.626Z | Create boot environment: No |
| 185 | 2023-11-18T00:20:50.669Z | Create backup boot environment: Yes |
| 186 | 2023-11-18T00:20:50.681Z | Actions: 1/6 actions (Updating modified actions) |
| 187 | 2023-11-18T00:20:50.724Z | Actions: Completed 6 actions in 0.00 seconds. |
| 188 | 2023-11-18T00:20:51.183Z | Done |
| 189 | 2023-11-18T00:20:51.204Z | Done |
| 190 | 2023-11-18T00:20:51.228Z | Done |
| 191 | 2023-11-18T00:20:54.394Z | Done |
| 192 | 2023-11-18T00:20:54.511Z | Done |
| 193 | 2023-11-18T00:20:54.515Z | Done |
| 194 | 2023-11-18T00:20:54.634Z | Done |
| 195 | 2023-11-18T00:20:55.334Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2023-11-18T00:20:55.337Z | clang system 15 system |
| 197 | 2023-11-18T00:20:55.341Z | csh system system illumos |
| 198 | 2023-11-18T00:20:55.343Z | ctags system system illumos |
| 199 | 2023-11-18T00:20:55.346Z | gcc vendor 12 vendor |
| 200 | 2023-11-18T00:20:55.350Z | gcc system 10 system |
| 201 | 2023-11-18T00:20:55.353Z | gcc system 7 system |
| 202 | 2023-11-18T00:20:55.356Z | go system 1.20 system |
| 203 | 2023-11-18T00:20:55.361Z | go system 1.19 system |
| 204 | 2023-11-18T00:20:55.366Z | llvm system 15 system |
| 205 | 2023-11-18T00:20:55.371Z | llvm system 14 system |
| 206 | 2023-11-18T00:20:55.382Z | mariadb system 10.6 system |
| 207 | 2023-11-18T00:20:55.399Z | mta vendor vendor dma |
| 208 | 2023-11-18T00:20:55.410Z | openjdk system 17 system |
| 209 | 2023-11-18T00:20:55.415Z | openjdk system 11 system |
| 210 | 2023-11-18T00:20:55.419Z | openjdk system 1.8 system |
| 211 | 2023-11-18T00:20:55.423Z | openssl vendor 3 vendor |
| 212 | 2023-11-18T00:20:55.428Z | perl system 5.36 system |
| 213 | 2023-11-18T00:20:55.432Z | postgresql system 15 system |
| 214 | 2023-11-18T00:20:55.441Z | postgresql system 13 system |
| 215 | 2023-11-18T00:20:55.447Z | python vendor 3 vendor |
| 216 | 2023-11-18T00:20:55.458Z | python system 2 system |
| 217 | 2023-11-18T00:20:55.468Z | python3 system 3.11 system |
| 218 | 2023-11-18T00:20:55.484Z | ruby system 3.0 system |
| 219 | 2023-11-18T00:20:55.498Z | words vendor vendor american-english |
| 220 | 2023-11-18T00:20:55.510Z | words system system australian-english |
| 221 | 2023-11-18T00:20:55.515Z | words system system british-english |
| 222 | 2023-11-18T00:20:55.522Z | words system system canadian-english |
| 223 | 2023-11-18T00:20:55.530Z | words system system french |
| 224 | 2023-11-18T00:20:55.536Z | words system system italian |
| 225 | 2023-11-18T00:20:55.543Z | words system system ngerman |
| 226 | 2023-11-18T00:20:55.549Z | words system system ogerman |
| 227 | 2023-11-18T00:20:55.552Z | words system system spanish |
| 228 | 2023-11-18T00:20:55.892Z | FMRI IFO |
| 229 | 2023-11-18T00:20:55.898Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 230 | 2023-11-18T00:20:55.909Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 231 | 2023-11-18T00:20:55.917Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 232 | 2023-11-18T00:20:55.926Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 233 | 2023-11-18T00:20:55.932Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 234 | 2023-11-18T00:20:55.940Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 235 | 2023-11-18T00:20:55.972Z | + set -o errexit |
| 236 | 2023-11-18T00:20:55.976Z | +++ dirname ./tools/ci_download_cockroachdb |
| 237 | 2023-11-18T00:20:56.024Z | ++ cd ./tools |
| 238 | 2023-11-18T00:20:56.033Z | ++ pwd |
| 239 | 2023-11-18T00:20:56.038Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 240 | 2023-11-18T00:20:56.041Z | ++ basename ./tools/ci_download_cockroachdb |
| 241 | 2023-11-18T00:20:56.045Z | + ARG0=ci_download_cockroachdb |
| 242 | 2023-11-18T00:20:56.049Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 243 | 2023-11-18T00:20:56.056Z | + CIDL_VERSION=v22.1.9 |
| 244 | 2023-11-18T00:20:56.062Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 245 | 2023-11-18T00:20:56.066Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 246 | 2023-11-18T00:20:56.070Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 247 | 2023-11-18T00:20:56.074Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 248 | 2023-11-18T00:20:56.078Z | + TARGET_DIR=out |
| 249 | 2023-11-18T00:20:56.081Z | + DOWNLOAD_DIR=out/downloads |
| 250 | 2023-11-18T00:20:56.085Z | + DEST_DIR=./out/cockroachdb |
| 251 | 2023-11-18T00:20:56.089Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 252 | 2023-11-18T00:20:56.094Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 253 | 2023-11-18T00:20:56.099Z | + main |
| 254 | 2023-11-18T00:20:56.105Z | + [[ 0 != 0 ]] |
| 255 | 2023-11-18T00:20:56.110Z | + CIDL_OS=solaris2.11 |
| 256 | 2023-11-18T00:20:56.114Z | + [[ 0 != 0 ]] |
| 257 | 2023-11-18T00:20:56.120Z | + configure_os solaris2.11 |
| 258 | 2023-11-18T00:20:56.126Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 259 | 2023-11-18T00:20:56.136Z | current directory: /work/oxidecomputer/omicron |
| 260 | 2023-11-18T00:20:56.145Z | + echo 'configuring based on OS: "solaris2.11"' |
| 261 | 2023-11-18T00:20:56.160Z | configuring based on OS: "solaris2.11" |
| 262 | 2023-11-18T00:20:56.170Z | + case "$1" in |
| 263 | 2023-11-18T00:20:56.179Z | + CIDL_BUILD=illumos |
| 264 | 2023-11-18T00:20:56.188Z | + CIDL_SUFFIX=tar.gz |
| 265 | 2023-11-18T00:20:56.200Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 266 | 2023-11-18T00:20:56.207Z | + CIDL_MD5FUNC=do_md5sum |
| 267 | 2023-11-18T00:20:56.213Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 268 | 2023-11-18T00:20:56.219Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 269 | 2023-11-18T00:20:56.230Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 270 | 2023-11-18T00:20:56.238Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 271 | 2023-11-18T00:20:56.246Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 272 | 2023-11-18T00:20:56.252Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 273 | 2023-11-18T00:20:56.666Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 274 | 2023-11-18T00:20:56.670Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 275 | 2023-11-18T00:20:56.672Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 276 | 2023-11-18T00:20:56.675Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 277 | 2023-11-18T00:20:56.677Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 278 | 2023-11-18T00:20:56.680Z | + mkdir -p out/downloads |
| 279 | 2023-11-18T00:20:56.683Z | + mkdir -p ./out/cockroachdb |
| 280 | 2023-11-18T00:20:56.688Z | + local DO_DOWNLOAD=true |
| 281 | 2023-11-18T00:20:56.691Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 282 | 2023-11-18T00:20:56.693Z | + '[' true == true ']' |
| 283 | 2023-11-18T00:20:56.696Z | + echo Downloading... |
| 284 | 2023-11-18T00:20:56.700Z | Downloading... |
| 285 | 2023-11-18T00:20:56.723Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 286 | 2023-11-18T00:20:56.735Z | + 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 |
| 287 | 2023-11-18T00:20:59.512Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2023-11-18T00:20:59.521Z | ++ md5sum |
| 289 | 2023-11-18T00:20:59.525Z | ++ awk '{print $1}' |
| 290 | 2023-11-18T00:20:59.714Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 291 | 2023-11-18T00:20:59.718Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 292 | 2023-11-18T00:20:59.721Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2023-11-18T00:20:59.724Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 294 | 2023-11-18T00:21:03.162Z | + do_assemble_illumos |
| 295 | 2023-11-18T00:21:03.165Z | + rm -r ./out/cockroachdb |
| 296 | 2023-11-18T00:21:03.169Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 297 | 2023-11-18T00:21:03.844Z | + ./out/cockroachdb/bin/cockroach version |
| 298 | 2023-11-18T00:21:04.160Z | Build Tag: v22.1.9-dirty |
| 299 | 2023-11-18T00:21:04.169Z | Build Time: 2022/10/26 21:17:46 |
| 300 | 2023-11-18T00:21:04.174Z | Distribution: OSS |
| 301 | 2023-11-18T00:21:04.178Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 302 | 2023-11-18T00:21:04.181Z | Go Version: go1.17.13 |
| 303 | 2023-11-18T00:21:04.184Z | C Compiler: gcc 10.3.0 |
| 304 | 2023-11-18T00:21:04.187Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 305 | 2023-11-18T00:21:04.191Z | Build Type: release |
| 306 | 2023-11-18T00:21:04.194Z | + set -o errexit |
| 307 | 2023-11-18T00:21:04.197Z | +++ dirname ./tools/ci_download_clickhouse |
| 308 | 2023-11-18T00:21:04.200Z | ++ cd ./tools |
| 309 | 2023-11-18T00:21:04.203Z | ++ pwd |
| 310 | 2023-11-18T00:21:04.211Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 311 | 2023-11-18T00:21:04.214Z | ++ basename ./tools/ci_download_clickhouse |
| 312 | 2023-11-18T00:21:04.220Z | + ARG0=ci_download_clickhouse |
| 313 | 2023-11-18T00:21:04.223Z | + TARGET_DIR=out |
| 314 | 2023-11-18T00:21:04.226Z | + DOWNLOAD_DIR=out/downloads |
| 315 | 2023-11-18T00:21:04.229Z | + DEST_DIR=./out/clickhouse |
| 316 | 2023-11-18T00:21:04.233Z | + CIDL_VERSION=v22.8.9.24 |
| 317 | 2023-11-18T00:21:04.235Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 318 | 2023-11-18T00:21:04.238Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 319 | 2023-11-18T00:21:04.242Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 320 | 2023-11-18T00:21:04.246Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 321 | 2023-11-18T00:21:04.249Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 322 | 2023-11-18T00:21:04.252Z | + main |
| 323 | 2023-11-18T00:21:04.255Z | + [[ 0 != 0 ]] |
| 324 | 2023-11-18T00:21:04.258Z | + CIDL_OS=solaris2.11 |
| 325 | 2023-11-18T00:21:04.261Z | + [[ 0 != 0 ]] |
| 326 | 2023-11-18T00:21:04.263Z | + configure_os solaris2.11 |
| 327 | 2023-11-18T00:21:04.266Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 328 | 2023-11-18T00:21:04.269Z | current directory: /work/oxidecomputer/omicron |
| 329 | 2023-11-18T00:21:04.272Z | + echo 'configuring based on OS: "solaris2.11"' |
| 330 | 2023-11-18T00:21:04.276Z | configuring based on OS: "solaris2.11" |
| 331 | 2023-11-18T00:21:04.279Z | + CIDL_DASHREV= |
| 332 | 2023-11-18T00:21:04.282Z | + case "$1" in |
| 333 | 2023-11-18T00:21:04.285Z | + CIDL_PLATFORM=illumos |
| 334 | 2023-11-18T00:21:04.289Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 335 | 2023-11-18T00:21:04.302Z | + CIDL_MD5FUNC=do_md5sum |
| 336 | 2023-11-18T00:21:04.726Z | + CIDL_DASHREV=-1 |
| 337 | 2023-11-18T00:21:04.731Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 338 | 2023-11-18T00:21:04.735Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 339 | 2023-11-18T00:21:04.738Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 340 | 2023-11-18T00:21:04.746Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 341 | 2023-11-18T00:21:05.173Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 342 | 2023-11-18T00:21:05.195Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 343 | 2023-11-18T00:21:05.202Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 344 | 2023-11-18T00:21:05.207Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 345 | 2023-11-18T00:21:05.213Z | + mkdir -p out/downloads |
| 346 | 2023-11-18T00:21:05.625Z | + mkdir -p ./out/clickhouse |
| 347 | 2023-11-18T00:21:05.630Z | + local DO_DOWNLOAD=true |
| 348 | 2023-11-18T00:21:05.638Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 349 | 2023-11-18T00:21:06.055Z | + '[' true == true ']' |
| 350 | 2023-11-18T00:21:06.059Z | + echo Downloading... |
| 351 | 2023-11-18T00:21:06.071Z | Downloading... |
| 352 | 2023-11-18T00:21:06.075Z | + 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 |
| 353 | 2023-11-18T00:21:06.078Z | + 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 |
| 354 | 2023-11-18T00:21:06.081Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 355 | 2023-11-18T00:21:06.085Z | ++ md5sum |
| 356 | 2023-11-18T00:21:06.090Z | ++ awk '{print $1}' |
| 357 | 2023-11-18T00:21:06.201Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 358 | 2023-11-18T00:21:06.204Z | + [[ 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 ]] |
| 359 | 2023-11-18T00:21:06.208Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 360 | 2023-11-18T00:21:06.212Z | + mkdir -p ./out/clickhouse |
| 361 | 2023-11-18T00:21:06.215Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 362 | 2023-11-18T00:21:11.069Z | + ./out/clickhouse/clickhouse server --version |
| 363 | 2023-11-18T00:21:11.122Z | ClickHouse server version 22.8.9.1. |
| 364 | 2023-11-18T00:21:11.156Z | + set -o errexit |
| 365 | 2023-11-18T00:21:11.579Z | +++ dirname ./tools/ci_download_console |
| 366 | 2023-11-18T00:21:12.401Z | ++ cd ./tools |
| 367 | 2023-11-18T00:21:12.408Z | ++ pwd |
| 368 | 2023-11-18T00:21:12.415Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 369 | 2023-11-18T00:21:12.425Z | ++ basename ./tools/ci_download_console |
| 370 | 2023-11-18T00:21:12.434Z | + ARG0=ci_download_console |
| 371 | 2023-11-18T00:21:12.450Z | + TARGET_DIR=out |
| 372 | 2023-11-18T00:21:12.461Z | + DOWNLOAD_DIR=out/downloads |
| 373 | 2023-11-18T00:21:12.473Z | + DEST_DIR=./out/console-assets |
| 374 | 2023-11-18T00:21:12.480Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 375 | 2023-11-18T00:21:12.485Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 376 | 2023-11-18T00:21:12.490Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 377 | 2023-11-18T00:21:12.494Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 378 | 2023-11-18T00:21:12.497Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 379 | 2023-11-18T00:21:12.500Z | + main |
| 380 | 2023-11-18T00:21:12.503Z | + [[ 0 != 0 ]] |
| 381 | 2023-11-18T00:21:12.506Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 382 | 2023-11-18T00:21:12.509Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 383 | 2023-11-18T00:21:12.512Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 384 | 2023-11-18T00:21:12.515Z | Local file: out/downloads/console.tar.gz |
| 385 | 2023-11-18T00:21:12.519Z | + local DO_DOWNLOAD=true |
| 386 | 2023-11-18T00:21:12.522Z | + [[ -f out/downloads/console.tar.gz ]] |
| 387 | 2023-11-18T00:21:12.526Z | + mkdir -p out/downloads |
| 388 | 2023-11-18T00:21:12.529Z | + '[' true == true ']' |
| 389 | 2023-11-18T00:21:12.532Z | + echo Downloading... |
| 390 | 2023-11-18T00:21:12.535Z | Downloading... |
| 391 | 2023-11-18T00:21:12.538Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 392 | 2023-11-18T00:21:12.541Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 393 | 2023-11-18T00:21:12.544Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 394 | 2023-11-18T00:21:12.548Z | ++ case "$OSTYPE" in |
| 395 | 2023-11-18T00:21:12.554Z | ++ SHA=sha256sum |
| 396 | 2023-11-18T00:21:12.569Z | ++ sha256sum |
| 397 | 2023-11-18T00:21:12.582Z | ++ awk '{print $1}' |
| 398 | 2023-11-18T00:21:12.589Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 399 | 2023-11-18T00:21:12.592Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
| 400 | 2023-11-18T00:21:12.595Z | + rm -rf ./out/console-assets |
| 401 | 2023-11-18T00:21:12.598Z | + mkdir -p ./out/console-assets |
| 402 | 2023-11-18T00:21:12.602Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 403 | 2023-11-18T00:21:12.605Z | + mkdir -p ./out/console-assets |
| 404 | 2023-11-18T00:21:12.610Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 405 | 2023-11-18T00:21:12.617Z | + set -o errexit |
| 406 | 2023-11-18T00:21:12.623Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 407 | 2023-11-18T00:21:12.629Z | ++ cd ./tools |
| 408 | 2023-11-18T00:21:12.640Z | ++ pwd |
| 409 | 2023-11-18T00:21:12.648Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 410 | 2023-11-18T00:21:13.067Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 411 | 2023-11-18T00:21:13.079Z | + ARG0=ci_download_maghemite_openapi |
| 412 | 2023-11-18T00:21:13.088Z | + TARGET_DIR=out |
| 413 | 2023-11-18T00:21:13.507Z | + DOWNLOAD_DIR=out/downloads |
| 414 | 2023-11-18T00:21:13.513Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 415 | 2023-11-18T00:21:13.518Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
| 416 | 2023-11-18T00:21:13.528Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 417 | 2023-11-18T00:21:13.532Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
| 418 | 2023-11-18T00:21:13.543Z | + LOCAL_FILE=out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 419 | 2023-11-18T00:21:13.550Z | + main |
| 420 | 2023-11-18T00:21:13.555Z | + [[ 0 != 0 ]] |
| 421 | 2023-11-18T00:21:13.562Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json' |
| 422 | 2023-11-18T00:21:13.570Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
| 423 | 2023-11-18T00:21:13.578Z | + echo 'Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
| 424 | 2023-11-18T00:21:13.586Z | Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 425 | 2023-11-18T00:21:13.598Z | + local DO_DOWNLOAD=true |
| 426 | 2023-11-18T00:21:13.606Z | + [[ -f out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
| 427 | 2023-11-18T00:21:13.618Z | + mkdir -p out/downloads |
| 428 | 2023-11-18T00:21:13.634Z | + '[' true == true ']' |
| 429 | 2023-11-18T00:21:13.650Z | + echo Downloading... |
| 430 | 2023-11-18T00:21:13.660Z | Downloading... |
| 431 | 2023-11-18T00:21:13.668Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 432 | 2023-11-18T00:21:13.676Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
| 433 | 2023-11-18T00:21:13.686Z | ++ do_sha256sum out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 434 | 2023-11-18T00:21:13.694Z | ++ case "$OSTYPE" in |
| 435 | 2023-11-18T00:21:13.704Z | ++ SHA=sha256sum |
| 436 | 2023-11-18T00:21:13.716Z | ++ sha256sum |
| 437 | 2023-11-18T00:21:13.723Z | ++ awk '{print $1}' |
| 438 | 2023-11-18T00:21:13.795Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 439 | 2023-11-18T00:21:13.819Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 440 | 2023-11-18T00:21:13.837Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 441 | 2023-11-18T00:21:13.844Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
| 442 | 2023-11-18T00:21:13.850Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
| 443 | 2023-11-18T00:21:13.854Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
| 444 | 2023-11-18T00:21:13.863Z | + LOCAL_FILE=out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 445 | 2023-11-18T00:21:13.868Z | + main |
| 446 | 2023-11-18T00:21:13.872Z | + [[ 0 != 0 ]] |
| 447 | 2023-11-18T00:21:13.877Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json' |
| 448 | 2023-11-18T00:21:13.881Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
| 449 | 2023-11-18T00:21:13.885Z | + echo 'Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
| 450 | 2023-11-18T00:21:13.888Z | Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 451 | 2023-11-18T00:21:13.893Z | + local DO_DOWNLOAD=true |
| 452 | 2023-11-18T00:21:13.898Z | + [[ -f out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
| 453 | 2023-11-18T00:21:13.902Z | + mkdir -p out/downloads |
| 454 | 2023-11-18T00:21:13.907Z | + '[' true == true ']' |
| 455 | 2023-11-18T00:21:13.910Z | + echo Downloading... |
| 456 | 2023-11-18T00:21:13.913Z | Downloading... |
| 457 | 2023-11-18T00:21:13.917Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 458 | 2023-11-18T00:21:13.920Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
| 459 | 2023-11-18T00:21:13.924Z | ++ do_sha256sum out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
| 460 | 2023-11-18T00:21:13.927Z | ++ case "$OSTYPE" in |
| 461 | 2023-11-18T00:21:13.930Z | ++ SHA=sha256sum |
| 462 | 2023-11-18T00:21:13.933Z | ++ sha256sum |
| 463 | 2023-11-18T00:21:13.935Z | ++ awk '{print $1}' |
| 464 | 2023-11-18T00:21:13.938Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
| 465 | 2023-11-18T00:21:13.941Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
| 466 | 2023-11-18T00:21:13.944Z | + set -o errexit |
| 467 | 2023-11-18T00:21:13.947Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 468 | 2023-11-18T00:21:13.950Z | ++ cd ./tools |
| 469 | 2023-11-18T00:21:13.953Z | ++ pwd |
| 470 | 2023-11-18T00:21:13.955Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 471 | 2023-11-18T00:21:13.958Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 472 | 2023-11-18T00:21:13.961Z | + ARG0=ci_download_dendrite_openapi |
| 473 | 2023-11-18T00:21:13.964Z | + TARGET_DIR=out |
| 474 | 2023-11-18T00:21:13.967Z | + DOWNLOAD_DIR=out/downloads |
| 475 | 2023-11-18T00:21:13.970Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 476 | 2023-11-18T00:21:13.972Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 477 | 2023-11-18T00:21:13.975Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 478 | 2023-11-18T00:21:13.978Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 479 | 2023-11-18T00:21:13.981Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 480 | 2023-11-18T00:21:13.983Z | Downloading... |
| 481 | 2023-11-18T00:21:13.986Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 482 | 2023-11-18T00:21:13.989Z | current directory: /work/oxidecomputer/omicron |
| 483 | 2023-11-18T00:21:13.992Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 484 | 2023-11-18T00:21:13.995Z | configuring based on OS: "solaris2.11" |
| 485 | 2023-11-18T00:21:13.998Z | + main |
| 486 | 2023-11-18T00:21:14.001Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 487 | 2023-11-18T00:21:14.003Z | + [[ 0 != 0 ]] |
| 488 | 2023-11-18T00:21:14.006Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 489 | 2023-11-18T00:21:14.010Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
| 490 | 2023-11-18T00:21:14.013Z | Downloading... |
| 491 | 2023-11-18T00:21:14.016Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
| 492 | 2023-11-18T00:21:14.019Z | + local DO_DOWNLOAD=true |
| 493 | 2023-11-18T00:21:14.021Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
| 494 | 2023-11-18T00:21:14.024Z | + mkdir -p out/downloads |
| 495 | 2023-11-18T00:21:14.027Z | + '[' true == true ']' |
| 496 | 2023-11-18T00:21:14.030Z | + echo Downloading... |
| 497 | 2023-11-18T00:21:14.033Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 498 | 2023-11-18T00:21:14.036Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
| 499 | 2023-11-18T00:21:14.039Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
| 500 | 2023-11-18T00:21:14.043Z | ++ case "$OSTYPE" in |
| 501 | 2023-11-18T00:21:14.046Z | ++ SHA=sha256sum |
| 502 | 2023-11-18T00:21:14.049Z | ++ sha256sum |
| 503 | 2023-11-18T00:21:14.052Z | ++ awk '{print $1}' |
| 504 | 2023-11-18T00:21:14.055Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 505 | 2023-11-18T00:21:14.058Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
| 506 | 2023-11-18T00:21:14.060Z | + set -o errexit |
| 507 | 2023-11-18T00:21:14.063Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 508 | 2023-11-18T00:21:14.066Z | ++ cd ./tools |
| 509 | 2023-11-18T00:21:14.069Z | ++ pwd |
| 510 | 2023-11-18T00:21:14.076Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 511 | 2023-11-18T00:21:14.080Z | ++ basename ./tools/ci_download_dendrite_stub |
| 512 | 2023-11-18T00:21:14.082Z | + ARG0=ci_download_dendrite_stub |
| 513 | 2023-11-18T00:21:14.085Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 514 | 2023-11-18T00:21:14.088Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 515 | 2023-11-18T00:21:14.091Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
| 516 | 2023-11-18T00:21:14.094Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
| 517 | 2023-11-18T00:21:14.096Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 518 | 2023-11-18T00:21:14.099Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 519 | 2023-11-18T00:21:14.104Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 520 | 2023-11-18T00:21:14.106Z | + TARGET_DIR=out |
| 521 | 2023-11-18T00:21:14.109Z | + DOWNLOAD_DIR=out/downloads |
| 522 | 2023-11-18T00:21:14.112Z | + DEST_DIR=./out/dendrite-stub |
| 523 | 2023-11-18T00:21:14.115Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 524 | 2023-11-18T00:21:14.119Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 525 | 2023-11-18T00:21:14.124Z | + REPO=oxidecomputer/dendrite |
| 526 | 2023-11-18T00:21:14.128Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
| 527 | 2023-11-18T00:21:14.132Z | + main |
| 528 | 2023-11-18T00:21:14.136Z | + [[ 0 != 0 ]] |
| 529 | 2023-11-18T00:21:14.163Z | + CIDL_OS=solaris2.11 |
| 530 | 2023-11-18T00:21:14.168Z | + [[ 0 != 0 ]] |
| 531 | 2023-11-18T00:21:14.173Z | + configure_os solaris2.11 |
| 532 | 2023-11-18T00:21:14.586Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 533 | 2023-11-18T00:21:14.603Z | + echo 'configuring based on OS: "solaris2.11"' |
| 534 | 2023-11-18T00:21:14.621Z | + case "$1" in |
| 535 | 2023-11-18T00:21:15.038Z | + SET_BINARIES= |
| 536 | 2023-11-18T00:21:15.069Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 537 | 2023-11-18T00:21:15.492Z | + CIDL_SHA256FUNC=do_sha256sum |
| 538 | 2023-11-18T00:21:15.501Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 539 | 2023-11-18T00:21:15.516Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 540 | 2023-11-18T00:21:15.526Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 541 | 2023-11-18T00:21:15.542Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
| 542 | 2023-11-18T00:21:15.564Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 543 | 2023-11-18T00:21:15.581Z | + mkdir -p out/downloads |
| 544 | 2023-11-18T00:21:15.598Z | + mkdir -p ./out/dendrite-stub |
| 545 | 2023-11-18T00:21:15.652Z | + fetch_and_verify |
| 546 | 2023-11-18T00:21:15.665Z | + local DO_DOWNLOAD=true |
| 547 | 2023-11-18T00:21:15.672Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 548 | 2023-11-18T00:21:15.681Z | + '[' true == true ']' |
| 549 | 2023-11-18T00:21:15.690Z | + echo Downloading... |
| 550 | 2023-11-18T00:21:15.699Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 551 | 2023-11-18T00:21:15.709Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
| 552 | 2023-11-18T00:21:18.805Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 553 | 2023-11-18T00:21:18.808Z | ++ sha256sum |
| 554 | 2023-11-18T00:21:18.810Z | ++ awk '{print $1}' |
| 555 | 2023-11-18T00:21:18.915Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
| 556 | 2023-11-18T00:21:18.918Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
| 557 | 2023-11-18T00:21:18.921Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 558 | 2023-11-18T00:21:18.924Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 559 | 2023-11-18T00:21:19.968Z | + do_assemble |
| 560 | 2023-11-18T00:21:19.972Z | + rm -r ./out/dendrite-stub |
| 561 | 2023-11-18T00:21:19.975Z | + mkdir ./out/dendrite-stub |
| 562 | 2023-11-18T00:21:19.979Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 563 | 2023-11-18T00:21:20.130Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 564 | 2023-11-18T00:21:20.144Z | + set -o errexit |
| 565 | 2023-11-18T00:21:20.151Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 566 | 2023-11-18T00:21:20.156Z | ++ cd ./tools |
| 567 | 2023-11-18T00:21:20.160Z | ++ pwd |
| 568 | 2023-11-18T00:21:20.163Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 569 | 2023-11-18T00:21:20.167Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 570 | 2023-11-18T00:21:20.170Z | + ARG0=ci_download_maghemite_mgd |
| 571 | 2023-11-18T00:21:20.173Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 572 | 2023-11-18T00:21:20.177Z | ++ CIDL_SHA256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
| 573 | 2023-11-18T00:21:20.180Z | ++ MGD_LINUX_SHA256=a39387c361ff2c2d0701d66c00b10e43c72fb5ddd1a5900b59ecccb832c80731 |
| 574 | 2023-11-18T00:21:20.184Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 575 | 2023-11-18T00:21:20.187Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
| 576 | 2023-11-18T00:21:20.192Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
| 577 | 2023-11-18T00:21:20.196Z | + TARGET_DIR=out |
| 578 | 2023-11-18T00:21:20.199Z | + DOWNLOAD_DIR=out/downloads |
| 579 | 2023-11-18T00:21:20.203Z | + DEST_DIR=./out/mgd |
| 580 | 2023-11-18T00:21:20.207Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 581 | 2023-11-18T00:21:20.211Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 582 | 2023-11-18T00:21:20.218Z | + REPO=oxidecomputer/maghemite |
| 583 | 2023-11-18T00:21:20.222Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
| 584 | 2023-11-18T00:21:20.225Z | + main |
| 585 | 2023-11-18T00:21:20.228Z | + [[ 0 != 0 ]] |
| 586 | 2023-11-18T00:21:20.231Z | + CIDL_OS=solaris2.11 |
| 587 | 2023-11-18T00:21:20.234Z | + [[ 0 != 0 ]] |
| 588 | 2023-11-18T00:21:20.237Z | + configure_os solaris2.11 |
| 589 | 2023-11-18T00:21:20.240Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 590 | 2023-11-18T00:21:20.243Z | current directory: /work/oxidecomputer/omicron |
| 591 | 2023-11-18T00:21:20.246Z | + echo 'configuring based on OS: "solaris2.11"' |
| 592 | 2023-11-18T00:21:20.250Z | configuring based on OS: "solaris2.11" |
| 593 | 2023-11-18T00:21:20.254Z | + case "$1" in |
| 594 | 2023-11-18T00:21:20.257Z | + SET_BINARIES= |
| 595 | 2023-11-18T00:21:20.261Z | + CIDL_SHA256FUNC=do_sha256sum |
| 596 | 2023-11-18T00:21:20.265Z | + TARBALL_FILENAME=mgd.tar.gz |
| 597 | 2023-11-18T00:21:20.270Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
| 598 | 2023-11-18T00:21:20.273Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 599 | 2023-11-18T00:21:20.276Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz' |
| 600 | 2023-11-18T00:21:20.279Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
| 601 | 2023-11-18T00:21:20.283Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 602 | 2023-11-18T00:21:20.286Z | Local file: out/downloads/mgd.tar.gz |
| 603 | 2023-11-18T00:21:20.289Z | + mkdir -p out/downloads |
| 604 | 2023-11-18T00:21:20.292Z | + mkdir -p ./out/mgd |
| 605 | 2023-11-18T00:21:20.295Z | + fetch_and_verify |
| 606 | 2023-11-18T00:21:20.300Z | + local DO_DOWNLOAD=true |
| 607 | 2023-11-18T00:21:20.304Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 608 | 2023-11-18T00:21:20.308Z | + '[' true == true ']' |
| 609 | 2023-11-18T00:21:20.311Z | + echo Downloading... |
| 610 | 2023-11-18T00:21:20.315Z | Downloading... |
| 611 | 2023-11-18T00:21:20.318Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz out/downloads/mgd.tar.gz |
| 612 | 2023-11-18T00:21:20.321Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
| 613 | 2023-11-18T00:21:28.786Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 614 | 2023-11-18T00:21:28.790Z | ++ sha256sum |
| 615 | 2023-11-18T00:21:28.793Z | ++ awk '{print $1}' |
| 616 | 2023-11-18T00:21:28.865Z | + calculated_sha256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
| 617 | 2023-11-18T00:21:28.868Z | + [[ aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 != \a\a\7\2\4\1\c\d\3\5\9\7\6\f\2\8\f\2\5\a\a\f\3\c\e\2\c\e\2\a\f\1\4\d\a\e\1\d\a\9\d\6\7\5\8\5\c\7\d\e\3\b\7\2\4\d\b\c\c\5\5\e\6\0 ]] |
| 618 | 2023-11-18T00:21:28.871Z | + do_untar out/downloads/mgd.tar.gz |
| 619 | 2023-11-18T00:21:28.883Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 620 | 2023-11-18T00:21:29.528Z | + do_assemble |
| 621 | 2023-11-18T00:21:29.533Z | + rm -r ./out/mgd |
| 622 | 2023-11-18T00:21:29.537Z | + mkdir ./out/mgd |
| 623 | 2023-11-18T00:21:29.540Z | + cp -r out/downloads/root ./out/mgd/root |
| 624 | 2023-11-18T00:21:29.759Z | + set -o errexit |
| 625 | 2023-11-18T00:21:30.197Z | +++ dirname ./tools/ci_download_transceiver_control |
| 626 | 2023-11-18T00:21:30.216Z | ++ cd ./tools |
| 627 | 2023-11-18T00:21:30.238Z | ++ pwd |
| 628 | 2023-11-18T00:21:30.672Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 629 | 2023-11-18T00:21:30.678Z | ++ basename ./tools/ci_download_transceiver_control |
| 630 | 2023-11-18T00:21:30.685Z | + ARG0=ci_download_transceiver_control |
| 631 | 2023-11-18T00:21:30.693Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 632 | 2023-11-18T00:21:30.702Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 633 | 2023-11-18T00:21:30.708Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 634 | 2023-11-18T00:21:30.716Z | + TARGET_DIR=out |
| 635 | 2023-11-18T00:21:30.724Z | + DOWNLOAD_DIR=out/downloads |
| 636 | 2023-11-18T00:21:30.731Z | + DEST_DIR=./out/transceiver-control |
| 637 | 2023-11-18T00:21:30.739Z | + BIN_DIR=/opt/oxide/bin |
| 638 | 2023-11-18T00:21:30.747Z | + BINARY=xcvradm |
| 639 | 2023-11-18T00:21:30.752Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 640 | 2023-11-18T00:21:30.763Z | + REPO=oxidecomputer/transceiver-control |
| 641 | 2023-11-18T00:21:30.771Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 642 | 2023-11-18T00:21:30.776Z | + main |
| 643 | 2023-11-18T00:21:30.787Z | + [[ 0 != 0 ]] |
| 644 | 2023-11-18T00:21:30.805Z | + CIDL_OS=solaris2.11 |
| 645 | 2023-11-18T00:21:30.814Z | + [[ 0 != 0 ]] |
| 646 | 2023-11-18T00:21:30.823Z | + configure_os solaris2.11 |
| 647 | 2023-11-18T00:21:30.836Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 648 | 2023-11-18T00:21:30.860Z | current directory: /work/oxidecomputer/omicron |
| 649 | 2023-11-18T00:21:30.874Z | + echo 'configuring based on OS: "solaris2.11"' |
| 650 | 2023-11-18T00:21:31.300Z | configuring based on OS: "solaris2.11" |
| 651 | 2023-11-18T00:21:32.293Z | + case "$1" in |
| 652 | 2023-11-18T00:21:32.299Z | + SET_BINARIES= |
| 653 | 2023-11-18T00:21:32.307Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 654 | 2023-11-18T00:21:32.323Z | + CIDL_SHA256FUNC=do_sha256sum |
| 655 | 2023-11-18T00:21:32.348Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 656 | 2023-11-18T00:21:32.371Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 657 | 2023-11-18T00:21:32.383Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 658 | 2023-11-18T00:21:32.390Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 659 | 2023-11-18T00:21:32.397Z | Local file: out/downloads/xcvradm.gz |
| 660 | 2023-11-18T00:21:32.403Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 661 | 2023-11-18T00:21:32.407Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 662 | 2023-11-18T00:21:32.410Z | + mkdir -p out/downloads |
| 663 | 2023-11-18T00:21:32.415Z | + mkdir -p ./out/transceiver-control |
| 664 | 2023-11-18T00:21:32.419Z | + fetch_and_verify |
| 665 | 2023-11-18T00:21:32.424Z | + local DO_DOWNLOAD=true |
| 666 | 2023-11-18T00:21:32.428Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 667 | 2023-11-18T00:21:32.432Z | + '[' true == true ']' |
| 668 | 2023-11-18T00:21:32.436Z | + echo Downloading... |
| 669 | 2023-11-18T00:21:32.439Z | Downloading... |
| 670 | 2023-11-18T00:21:32.442Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 671 | 2023-11-18T00:21:32.445Z | + 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 |
| 672 | 2023-11-18T00:21:32.448Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 673 | 2023-11-18T00:21:32.450Z | ++ sha256sum |
| 674 | 2023-11-18T00:21:32.458Z | ++ awk '{print $1}' |
| 675 | 2023-11-18T00:21:32.877Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 676 | 2023-11-18T00:21:32.891Z | + [[ 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 ]] |
| 677 | 2023-11-18T00:21:32.900Z | + do_unpack out/downloads/xcvradm.gz |
| 678 | 2023-11-18T00:21:32.913Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 679 | 2023-11-18T00:21:33.327Z | + gzip -dc out/downloads/xcvradm.gz |
| 680 | 2023-11-18T00:21:33.341Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 681 | 2023-11-18T00:21:33.352Z | + do_assemble |
| 682 | 2023-11-18T00:21:33.360Z | + rm -r ./out/transceiver-control |
| 683 | 2023-11-18T00:21:33.365Z | + mkdir ./out/transceiver-control |
| 684 | 2023-11-18T00:21:33.368Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 685 | 2023-11-18T00:21:33.372Z | All prerequisites installed successfully |
| 686 | 2023-11-18T00:21:33.377Z | |
| 687 | 2023-11-18T00:21:33.382Z | real 1:59.449009776 |
| 688 | 2023-11-18T00:21:33.387Z | user 53.653264108 |
| 689 | 2023-11-18T00:21:33.393Z | sys 10.356558553 |
| 690 | 2023-11-18T00:21:33.399Z | trap 0.024793415 |
| 691 | 2023-11-18T00:21:33.404Z | tflt 0.383893443 |
| 692 | 2023-11-18T00:21:33.410Z | dflt 0.695408288 |
| 693 | 2023-11-18T00:21:33.414Z | kflt 0.340145096 |
| 694 | 2023-11-18T00:21:33.418Z | lock 2.116268396 |
| 695 | 2023-11-18T00:21:33.421Z | slp 3:39.173606674 |
| 696 | 2023-11-18T00:21:33.428Z | lat 3.532197685 |
| 697 | 2023-11-18T00:21:33.432Z | stop 0.069157703 |
| 698 | 2023-11-18T00:21:33.436Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 699 | 2023-11-18T00:21:33.440Z | fetching npuzone |
| 700 | 2023-11-18T00:21:33.444Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 701 | 2023-11-18T00:21:33.448Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
| 702 | 2023-11-18T00:21:33.451Z | Getting hash for npuzone |
| 703 | 2023-11-18T00:21:33.658Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
| 704 | 2023-11-18T00:21:49.066Z | npuzone downloaded successfully |
| 705 | 2023-11-18T00:21:49.078Z | |
| 706 | 2023-11-18T00:21:49.085Z | real 16.428947671 |
| 707 | 2023-11-18T00:21:49.091Z | user 0.622495731 |
| 708 | 2023-11-18T00:21:49.098Z | sys 0.143927035 |
| 709 | 2023-11-18T00:21:49.105Z | trap 0.000942369 |
| 710 | 2023-11-18T00:21:49.113Z | tflt 0.000000000 |
| 711 | 2023-11-18T00:21:49.162Z | dflt 0.000000000 |
| 712 | 2023-11-18T00:21:49.173Z | kflt 0.000000000 |
| 713 | 2023-11-18T00:21:49.194Z | lock 0.000000000 |
| 714 | 2023-11-18T00:21:49.205Z | slp 48.365662033 |
| 715 | 2023-11-18T00:21:49.216Z | lat 0.117077883 |
| 716 | 2023-11-18T00:21:49.223Z | stop 0.000261020 |
| 717 | 2023-11-18T00:21:49.226Z | + export CARGO_INCREMENTAL=0 |
| 718 | 2023-11-18T00:21:49.230Z | + CARGO_INCREMENTAL=0 |
| 719 | 2023-11-18T00:21:49.234Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 720 | 2023-11-18T00:21:49.410Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 721 | 2023-11-18T00:21:49.835Z | Updating crates.io index |
| 722 | 2023-11-18T00:21:49.838Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 723 | 2023-11-18T00:21:50.817Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 724 | 2023-11-18T00:21:52.742Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 725 | 2023-11-18T00:21:53.416Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 726 | 2023-11-18T00:21:53.756Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 727 | 2023-11-18T00:21:54.056Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 728 | 2023-11-18T00:21:54.367Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 729 | 2023-11-18T00:21:57.701Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 730 | 2023-11-18T00:21:57.743Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 731 | 2023-11-18T00:21:58.193Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 732 | 2023-11-18T00:21:58.540Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 733 | 2023-11-18T00:21:59.128Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 734 | 2023-11-18T00:21:59.501Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 735 | 2023-11-18T00:21:59.845Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 736 | 2023-11-18T00:22:00.280Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 737 | 2023-11-18T00:22:00.602Z | Updating git repository `https://github.com/njaremko/samael` |
| 738 | 2023-11-18T00:22:01.210Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 739 | 2023-11-18T00:22:02.756Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 740 | 2023-11-18T00:22:03.241Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 741 | 2023-11-18T00:22:03.562Z | Updating git repository `https://github.com/jgallagher/nix` |
| 742 | 2023-11-18T00:22:04.874Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 743 | 2023-11-18T00:22:05.381Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 744 | 2023-11-18T00:22:06.281Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 745 | 2023-11-18T00:22:06.725Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 746 | 2023-11-18T00:22:07.054Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 747 | 2023-11-18T00:22:08.494Z | Downloading crates ... |
| 748 | 2023-11-18T00:22:08.741Z | Downloaded convert_case v0.4.0 |
| 749 | 2023-11-18T00:22:08.750Z | Downloaded clap_lex v0.5.1 |
| 750 | 2023-11-18T00:22:08.755Z | Downloaded crossbeam-epoch v0.9.15 |
| 751 | 2023-11-18T00:22:08.764Z | Downloaded console v0.15.7 |
| 752 | 2023-11-18T00:22:08.774Z | Downloaded nodrop v0.1.14 |
| 753 | 2023-11-18T00:22:08.777Z | Downloaded serde_urlencoded v0.7.1 |
| 754 | 2023-11-18T00:22:08.782Z | Downloaded serde_derive v1.0.192 |
| 755 | 2023-11-18T00:22:08.789Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 756 | 2023-11-18T00:22:08.796Z | Downloaded ipnet v2.8.0 |
| 757 | 2023-11-18T00:22:08.808Z | Downloaded crossbeam-queue v0.3.8 |
| 758 | 2023-11-18T00:22:08.814Z | Downloaded clang-sys v1.6.1 |
| 759 | 2023-11-18T00:22:08.823Z | Downloaded cipher v0.4.4 |
| 760 | 2023-11-18T00:22:08.833Z | Downloaded io-lifetimes v1.0.11 |
| 761 | 2023-11-18T00:22:08.842Z | Downloaded match_cfg v0.1.0 |
| 762 | 2023-11-18T00:22:08.853Z | Downloaded crunchy v0.2.2 |
| 763 | 2023-11-18T00:22:08.862Z | Downloaded crucible-workspace-hack v0.1.0 |
| 764 | 2023-11-18T00:22:08.868Z | Downloaded bytesize v1.3.0 |
| 765 | 2023-11-18T00:22:08.873Z | Downloaded cfg-if v1.0.0 |
| 766 | 2023-11-18T00:22:08.879Z | Downloaded async-stream-impl v0.3.5 |
| 767 | 2023-11-18T00:22:08.886Z | Downloaded block-padding v0.3.3 |
| 768 | 2023-11-18T00:22:08.894Z | Downloaded ciborium-io v0.2.1 |
| 769 | 2023-11-18T00:22:08.899Z | Downloaded cfg-if v0.1.10 |
| 770 | 2023-11-18T00:22:08.904Z | Downloaded packed_struct v0.10.1 |
| 771 | 2023-11-18T00:22:08.909Z | Downloaded openssl-probe v0.1.5 |
| 772 | 2023-11-18T00:22:08.913Z | Downloaded openssl-macros v0.1.1 |
| 773 | 2023-11-18T00:22:08.918Z | Downloaded clap v4.4.3 |
| 774 | 2023-11-18T00:22:08.923Z | Downloaded packed_struct_codegen v0.10.1 |
| 775 | 2023-11-18T00:22:08.928Z | Downloaded crc-catalog v2.2.0 |
| 776 | 2023-11-18T00:22:08.932Z | Downloaded opaque-debug v0.3.0 |
| 777 | 2023-11-18T00:22:08.937Z | Downloaded num-integer v0.1.45 |
| 778 | 2023-11-18T00:22:08.941Z | Downloaded memoffset v0.9.0 |
| 779 | 2023-11-18T00:22:08.945Z | Downloaded managed v0.8.0 |
| 780 | 2023-11-18T00:22:08.949Z | Downloaded bitflags v1.3.2 |
| 781 | 2023-11-18T00:22:08.953Z | Downloaded keccak v0.1.4 |
| 782 | 2023-11-18T00:22:08.958Z | Downloaded aead v0.5.2 |
| 783 | 2023-11-18T00:22:08.962Z | Downloaded stringprep v0.1.3 |
| 784 | 2023-11-18T00:22:08.966Z | Downloaded bb8 v0.8.1 |
| 785 | 2023-11-18T00:22:08.971Z | Downloaded anstyle-parse v0.2.1 |
| 786 | 2023-11-18T00:22:08.974Z | Downloaded async-stream v0.3.5 |
| 787 | 2023-11-18T00:22:08.977Z | Downloaded dtrace-parser v0.1.14 |
| 788 | 2023-11-18T00:22:08.981Z | Downloaded pretty-hex v0.2.1 |
| 789 | 2023-11-18T00:22:08.986Z | Downloaded native-tls v0.2.11 |
| 790 | 2023-11-18T00:22:08.989Z | Downloaded supports-color v2.1.0 |
| 791 | 2023-11-18T00:22:08.993Z | Downloaded bit-set v0.5.3 |
| 792 | 2023-11-18T00:22:08.996Z | Downloaded olpc-cjson v0.1.3 |
| 793 | 2023-11-18T00:22:08.999Z | Downloaded indoc v1.0.9 |
| 794 | 2023-11-18T00:22:09.004Z | Downloaded usdt-attr-macro v0.3.5 |
| 795 | 2023-11-18T00:22:09.023Z | Downloaded omicron-zone-package v0.8.3 |
| 796 | 2023-11-18T00:22:09.029Z | Downloaded camino v1.1.6 |
| 797 | 2023-11-18T00:22:09.038Z | Downloaded argon2 v0.5.2 |
| 798 | 2023-11-18T00:22:09.047Z | Downloaded mockall v0.11.4 |
| 799 | 2023-11-18T00:22:09.052Z | Downloaded serde_repr v0.1.16 |
| 800 | 2023-11-18T00:22:09.067Z | Downloaded base64ct v1.6.0 |
| 801 | 2023-11-18T00:22:09.488Z | Downloaded equivalent v1.0.1 |
| 802 | 2023-11-18T00:22:09.493Z | Downloaded cassowary v0.3.0 |
| 803 | 2023-11-18T00:22:09.497Z | Downloaded headers-core v0.2.0 |
| 804 | 2023-11-18T00:22:09.500Z | Downloaded try-lock v0.2.4 |
| 805 | 2023-11-18T00:22:09.555Z | Downloaded semver v1.0.20 |
| 806 | 2023-11-18T00:22:09.574Z | Downloaded foreign-types v0.3.2 |
| 807 | 2023-11-18T00:22:09.586Z | Downloaded foreign-types-shared v0.1.1 |
| 808 | 2023-11-18T00:22:09.596Z | Downloaded radium v0.7.0 |
| 809 | 2023-11-18T00:22:09.602Z | Downloaded either v1.9.0 |
| 810 | 2023-11-18T00:22:09.607Z | Downloaded mime_guess v2.0.4 |
| 811 | 2023-11-18T00:22:09.612Z | Downloaded hex v0.4.3 |
| 812 | 2023-11-18T00:22:09.620Z | Downloaded heck v0.4.1 |
| 813 | 2023-11-18T00:22:09.624Z | Downloaded yasna v0.5.2 |
| 814 | 2023-11-18T00:22:09.632Z | Downloaded usdt-impl v0.3.5 |
| 815 | 2023-11-18T00:22:09.636Z | Downloaded slog-dtrace v0.2.3 |
| 816 | 2023-11-18T00:22:09.639Z | Downloaded take_mut v0.2.2 |
| 817 | 2023-11-18T00:22:09.644Z | Downloaded strum v0.25.0 |
| 818 | 2023-11-18T00:22:09.647Z | Downloaded parse-display v0.8.2 |
| 819 | 2023-11-18T00:22:09.651Z | Downloaded fragile v2.0.0 |
| 820 | 2023-11-18T00:22:09.654Z | Downloaded vsss-rs v3.3.1 |
| 821 | 2023-11-18T00:22:09.656Z | Downloaded terminal_size v0.2.6 |
| 822 | 2023-11-18T00:22:09.659Z | Downloaded crossbeam-channel v0.5.8 |
| 823 | 2023-11-18T00:22:09.662Z | Downloaded display-error-chain v0.2.0 |
| 824 | 2023-11-18T00:22:09.665Z | Downloaded slog-stdlog v4.1.1 |
| 825 | 2023-11-18T00:22:09.668Z | Downloaded thiserror-no-std v2.0.2 |
| 826 | 2023-11-18T00:22:09.671Z | Downloaded filetime v0.2.22 |
| 827 | 2023-11-18T00:22:09.674Z | Downloaded flagset v0.4.3 |
| 828 | 2023-11-18T00:22:09.677Z | Downloaded zerocopy v0.6.4 |
| 829 | 2023-11-18T00:22:09.679Z | Downloaded toolchain_find v0.2.0 |
| 830 | 2023-11-18T00:22:09.682Z | Downloaded synstructure v0.12.6 |
| 831 | 2023-11-18T00:22:09.687Z | Downloaded postgres-protocol v0.6.6 |
| 832 | 2023-11-18T00:22:09.690Z | Downloaded waitgroup v0.1.2 |
| 833 | 2023-11-18T00:22:09.693Z | Downloaded foreign-types-macros v0.2.3 |
| 834 | 2023-11-18T00:22:09.697Z | Downloaded usdt v0.3.5 |
| 835 | 2023-11-18T00:22:09.701Z | Downloaded derive_builder v0.12.0 |
| 836 | 2023-11-18T00:22:09.704Z | Downloaded pretty-hex v0.3.0 |
| 837 | 2023-11-18T00:22:09.707Z | Downloaded digest v0.10.7 |
| 838 | 2023-11-18T00:22:09.710Z | Downloaded predicates-tree v1.0.9 |
| 839 | 2023-11-18T00:22:09.713Z | Downloaded zerocopy v0.3.0 |
| 840 | 2023-11-18T00:22:09.716Z | Downloaded hubpack v0.1.2 |
| 841 | 2023-11-18T00:22:09.720Z | Downloaded fixedbitset v0.4.2 |
| 842 | 2023-11-18T00:22:09.723Z | Downloaded indexmap v2.1.0 |
| 843 | 2023-11-18T00:22:09.726Z | Downloaded pin-utils v0.1.0 |
| 844 | 2023-11-18T00:22:09.729Z | Downloaded glob v0.3.1 |
| 845 | 2023-11-18T00:22:09.735Z | Downloaded downcast v0.11.0 |
| 846 | 2023-11-18T00:22:09.739Z | Downloaded strum_macros v0.24.3 |
| 847 | 2023-11-18T00:22:09.742Z | Downloaded pest_generator v2.7.2 |
| 848 | 2023-11-18T00:22:09.745Z | Downloaded deranged v0.3.8 |
| 849 | 2023-11-18T00:22:09.751Z | Downloaded parking_lot v0.12.1 |
| 850 | 2023-11-18T00:22:09.753Z | Downloaded unicode-ident v1.0.12 |
| 851 | 2023-11-18T00:22:09.756Z | Downloaded http-body v0.4.5 |
| 852 | 2023-11-18T00:22:09.759Z | Downloaded serde_spanned v0.6.4 |
| 853 | 2023-11-18T00:22:09.762Z | Downloaded platforms v3.0.2 |
| 854 | 2023-11-18T00:22:09.765Z | Downloaded shlex v1.1.0 |
| 855 | 2023-11-18T00:22:09.768Z | Downloaded phf v0.11.2 |
| 856 | 2023-11-18T00:22:09.771Z | Downloaded snafu-derive v0.7.5 |
| 857 | 2023-11-18T00:22:09.774Z | Downloaded hubpack_derive v0.1.1 |
| 858 | 2023-11-18T00:22:09.777Z | Downloaded same-file v1.0.6 |
| 859 | 2023-11-18T00:22:09.780Z | Downloaded serde-big-array v0.5.1 |
| 860 | 2023-11-18T00:22:09.783Z | Downloaded memchr v2.6.3 |
| 861 | 2023-11-18T00:22:09.786Z | Downloaded dyn-clone v1.0.13 |
| 862 | 2023-11-18T00:22:09.789Z | Downloaded predicates v3.0.4 |
| 863 | 2023-11-18T00:22:09.792Z | Downloaded signal-hook-tokio v0.3.1 |
| 864 | 2023-11-18T00:22:09.795Z | Downloaded doc-comment v0.3.3 |
| 865 | 2023-11-18T00:22:09.798Z | Downloaded zeroize_derive v1.4.2 |
| 866 | 2023-11-18T00:22:09.800Z | Downloaded derive_builder_core v0.12.0 |
| 867 | 2023-11-18T00:22:09.803Z | Downloaded semver v0.1.20 |
| 868 | 2023-11-18T00:22:09.806Z | Downloaded precomputed-hash v0.1.1 |
| 869 | 2023-11-18T00:22:09.812Z | Downloaded unsafe-libyaml v0.2.9 |
| 870 | 2023-11-18T00:22:09.815Z | Downloaded rand_core v0.6.4 |
| 871 | 2023-11-18T00:22:09.818Z | Downloaded ref-cast v1.0.20 |
| 872 | 2023-11-18T00:22:09.821Z | Downloaded darling_macro v0.20.3 |
| 873 | 2023-11-18T00:22:09.823Z | Downloaded zip v0.6.6 |
| 874 | 2023-11-18T00:22:09.826Z | Downloaded smallvec v0.6.14 |
| 875 | 2023-11-18T00:22:09.829Z | Downloaded schemars_derive v0.8.13 |
| 876 | 2023-11-18T00:22:09.832Z | Downloaded ref-cast-impl v1.0.20 |
| 877 | 2023-11-18T00:22:09.835Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 878 | 2023-11-18T00:22:09.838Z | Downloaded postgres-types v0.2.6 |
| 879 | 2023-11-18T00:22:09.841Z | Downloaded futures-io v0.3.29 |
| 880 | 2023-11-18T00:22:09.844Z | Downloaded diesel_derives v2.1.1 |
| 881 | 2023-11-18T00:22:09.847Z | Downloaded path-dedot v3.1.0 |
| 882 | 2023-11-18T00:22:09.850Z | Downloaded signature v2.1.0 |
| 883 | 2023-11-18T00:22:09.854Z | Downloaded nanorand v0.7.0 |
| 884 | 2023-11-18T00:22:09.857Z | Downloaded time-macros v0.2.13 |
| 885 | 2023-11-18T00:22:09.860Z | Downloaded flume v0.11.0 |
| 886 | 2023-11-18T00:22:09.863Z | Downloaded rustc_version v0.4.0 |
| 887 | 2023-11-18T00:22:09.866Z | Downloaded ed25519 v1.5.3 |
| 888 | 2023-11-18T00:22:09.869Z | Downloaded rustc_version v0.1.7 |
| 889 | 2023-11-18T00:22:09.872Z | Downloaded httpdate v1.0.3 |
| 890 | 2023-11-18T00:22:09.875Z | Downloaded fxhash v0.2.1 |
| 891 | 2023-11-18T00:22:09.878Z | Downloaded siphasher v0.3.11 |
| 892 | 2023-11-18T00:22:09.880Z | Downloaded rustversion v1.0.14 |
| 893 | 2023-11-18T00:22:09.883Z | Downloaded rtoolbox v0.0.1 |
| 894 | 2023-11-18T00:22:09.886Z | Downloaded zone_cfg_derive v0.3.0 |
| 895 | 2023-11-18T00:22:09.889Z | Downloaded tower-service v0.3.2 |
| 896 | 2023-11-18T00:22:09.892Z | Downloaded peeking_take_while v0.1.2 |
| 897 | 2023-11-18T00:22:09.896Z | Downloaded unicode-width v0.1.11 |
| 898 | 2023-11-18T00:22:09.899Z | Downloaded owo-colors v3.5.0 |
| 899 | 2023-11-18T00:22:09.902Z | Downloaded futures-sink v0.3.29 |
| 900 | 2023-11-18T00:22:09.905Z | Downloaded vec_map v0.8.2 |
| 901 | 2023-11-18T00:22:09.908Z | Downloaded path-slash v0.1.5 |
| 902 | 2023-11-18T00:22:09.911Z | Downloaded dirs-next v2.0.0 |
| 903 | 2023-11-18T00:22:09.914Z | Downloaded tokio-macros v2.1.0 |
| 904 | 2023-11-18T00:22:09.917Z | Downloaded smallvec v1.11.0 |
| 905 | 2023-11-18T00:22:09.919Z | Downloaded vte_generate_state_changes v0.1.1 |
| 906 | 2023-11-18T00:22:09.922Z | Downloaded unicode-bidi v0.3.13 |
| 907 | 2023-11-18T00:22:09.925Z | Downloaded endian-type v0.1.2 |
| 908 | 2023-11-18T00:22:09.928Z | Downloaded errno v0.3.2 |
| 909 | 2023-11-18T00:22:09.931Z | Downloaded usdt-macro v0.3.5 |
| 910 | 2023-11-18T00:22:09.934Z | Downloaded percent-encoding v2.3.0 |
| 911 | 2023-11-18T00:22:09.936Z | Downloaded pem v1.1.1 |
| 912 | 2023-11-18T00:22:09.939Z | Downloaded fatfs v0.3.6 |
| 913 | 2023-11-18T00:22:09.942Z | Downloaded textwrap v0.11.0 |
| 914 | 2023-11-18T00:22:09.945Z | Downloaded tokio-stream v0.1.14 |
| 915 | 2023-11-18T00:22:09.948Z | Downloaded strsim v0.10.0 |
| 916 | 2023-11-18T00:22:09.952Z | Downloaded pem v3.0.2 |
| 917 | 2023-11-18T00:22:09.955Z | Downloaded phf_shared v0.11.2 |
| 918 | 2023-11-18T00:22:09.959Z | Downloaded hostname v0.3.1 |
| 919 | 2023-11-18T00:22:09.961Z | Downloaded heck v0.3.3 |
| 920 | 2023-11-18T00:22:09.964Z | Downloaded wait-timeout v0.2.0 |
| 921 | 2023-11-18T00:22:09.967Z | Downloaded futures-macro v0.3.29 |
| 922 | 2023-11-18T00:22:09.970Z | Downloaded darling v0.20.3 |
| 923 | 2023-11-18T00:22:09.975Z | Downloaded getopts v0.2.21 |
| 924 | 2023-11-18T00:22:09.977Z | Downloaded zone v0.3.0 |
| 925 | 2023-11-18T00:22:09.980Z | Downloaded rustls-pemfile v1.0.3 |
| 926 | 2023-11-18T00:22:09.984Z | Downloaded ryu v1.0.15 |
| 927 | 2023-11-18T00:22:09.987Z | Downloaded static_assertions v1.1.0 |
| 928 | 2023-11-18T00:22:09.990Z | Downloaded universal-hash v0.5.1 |
| 929 | 2023-11-18T00:22:09.995Z | Downloaded float-cmp v0.9.0 |
| 930 | 2023-11-18T00:22:10.003Z | Downloaded unicode-linebreak v0.1.5 |
| 931 | 2023-11-18T00:22:10.018Z | Downloaded tabled_derive v0.6.0 |
| 932 | 2023-11-18T00:22:10.038Z | Downloaded socket2 v0.5.4 |
| 933 | 2023-11-18T00:22:10.050Z | Downloaded enum-as-inner v0.5.1 |
| 934 | 2023-11-18T00:22:10.061Z | Downloaded strsim v0.8.0 |
| 935 | 2023-11-18T00:22:10.070Z | Downloaded rcgen v0.11.3 |
| 936 | 2023-11-18T00:22:10.074Z | Downloaded ena v0.14.2 |
| 937 | 2023-11-18T00:22:10.079Z | Downloaded toml_edit v0.21.0 |
| 938 | 2023-11-18T00:22:10.088Z | Downloaded tiny-keccak v2.0.2 |
| 939 | 2023-11-18T00:22:10.092Z | Downloaded rand_chacha v0.3.1 |
| 940 | 2023-11-18T00:22:10.099Z | Downloaded derive_more v0.99.17 |
| 941 | 2023-11-18T00:22:10.103Z | Downloaded tracing-core v0.1.31 |
| 942 | 2023-11-18T00:22:10.106Z | Downloaded ff v0.13.0 |
| 943 | 2023-11-18T00:22:10.109Z | Downloaded tokio-native-tls v0.3.1 |
| 944 | 2023-11-18T00:22:10.113Z | Downloaded headers v0.3.9 |
| 945 | 2023-11-18T00:22:10.118Z | Downloaded getrandom v0.2.10 |
| 946 | 2023-11-18T00:22:10.123Z | Downloaded heapless v0.7.16 |
| 947 | 2023-11-18T00:22:10.129Z | Downloaded rayon-core v1.12.0 |
| 948 | 2023-11-18T00:22:10.133Z | Downloaded similar v2.2.1 |
| 949 | 2023-11-18T00:22:10.137Z | Downloaded prettyplease v0.2.12 |
| 950 | 2023-11-18T00:22:10.154Z | Downloaded subprocess v0.2.9 |
| 951 | 2023-11-18T00:22:10.158Z | Downloaded serde_yaml v0.9.25 |
| 952 | 2023-11-18T00:22:10.163Z | Downloaded portable-atomic v1.4.3 |
| 953 | 2023-11-18T00:22:10.168Z | Downloaded tracing v0.1.37 |
| 954 | 2023-11-18T00:22:10.173Z | Downloaded aho-corasick v1.0.4 |
| 955 | 2023-11-18T00:22:10.186Z | Downloaded textwrap v0.16.0 |
| 956 | 2023-11-18T00:22:10.191Z | Downloaded rsa v0.9.2 |
| 957 | 2023-11-18T00:22:10.195Z | Downloaded reedline v0.25.0 |
| 958 | 2023-11-18T00:22:10.199Z | Downloaded pest v2.7.2 |
| 959 | 2023-11-18T00:22:10.204Z | Downloaded tokio-util v0.7.10 |
| 960 | 2023-11-18T00:22:10.208Z | Downloaded libm v0.2.7 |
| 961 | 2023-11-18T00:22:10.211Z | Downloaded regex-automata v0.1.10 |
| 962 | 2023-11-18T00:22:10.214Z | Downloaded time v0.3.27 |
| 963 | 2023-11-18T00:22:10.216Z | Downloaded futures-util v0.3.29 |
| 964 | 2023-11-18T00:22:10.219Z | Downloaded quick-xml v0.23.1 |
| 965 | 2023-11-18T00:22:10.223Z | Downloaded unicode-normalization v0.1.22 |
| 966 | 2023-11-18T00:22:10.226Z | Downloaded syn v1.0.109 |
| 967 | 2023-11-18T00:22:10.229Z | Downloaded openssl v0.10.57 |
| 968 | 2023-11-18T00:22:10.238Z | Downloaded regex v1.10.2 |
| 969 | 2023-11-18T00:22:10.242Z | Downloaded radix_trie v0.2.1 |
| 970 | 2023-11-18T00:22:10.250Z | Downloaded rustls-webpki v0.101.7 |
| 971 | 2023-11-18T00:22:10.253Z | Downloaded gimli v0.28.0 |
| 972 | 2023-11-18T00:22:10.256Z | Downloaded proptest v1.3.1 |
| 973 | 2023-11-18T00:22:10.260Z | Downloaded diesel v2.1.3 |
| 974 | 2023-11-18T00:22:10.263Z | Downloaded syn v2.0.32 |
| 975 | 2023-11-18T00:22:10.266Z | Downloaded polar-core v0.27.0 |
| 976 | 2023-11-18T00:22:10.270Z | Downloaded bstr v0.2.17 |
| 977 | 2023-11-18T00:22:10.273Z | Downloaded zerocopy-derive v0.6.4 |
| 978 | 2023-11-18T00:22:10.279Z | Downloaded rustls v0.21.8 |
| 979 | 2023-11-18T00:22:10.283Z | Downloaded regex-syntax v0.8.2 |
| 980 | 2023-11-18T00:22:10.286Z | Downloaded bstr v1.6.0 |
| 981 | 2023-11-18T00:22:10.289Z | Downloaded tokio v1.33.0 |
| 982 | 2023-11-18T00:22:10.292Z | Downloaded sha3 v0.10.8 |
| 983 | 2023-11-18T00:22:10.296Z | Downloaded sled v0.34.7 |
| 984 | 2023-11-18T00:22:10.299Z | Downloaded rustix v0.37.23 |
| 985 | 2023-11-18T00:22:10.302Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 986 | 2023-11-18T00:22:10.309Z | Downloaded regex-automata v0.4.3 |
| 987 | 2023-11-18T00:22:10.313Z | Downloaded libc v0.2.150 |
| 988 | 2023-11-18T00:22:10.337Z | Downloaded regex-automata v0.3.8 |
| 989 | 2023-11-18T00:22:10.368Z | Downloaded regex-syntax v0.7.5 |
| 990 | 2023-11-18T00:22:10.382Z | Downloaded regex-syntax v0.6.29 |
| 991 | 2023-11-18T00:22:10.410Z | Downloaded zerocopy-derive v0.2.0 |
| 992 | 2023-11-18T00:22:10.426Z | Downloaded encoding_rs v0.8.33 |
| 993 | 2023-11-18T00:22:10.879Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 994 | 2023-11-18T00:22:10.882Z | Downloaded trust-dns-proto v0.22.0 |
| 995 | 2023-11-18T00:22:10.886Z | Downloaded ring v0.17.5 |
| 996 | 2023-11-18T00:22:10.891Z | Downloaded smoltcp v0.9.1 |
| 997 | 2023-11-18T00:22:10.897Z | Downloaded reqwest v0.11.22 |
| 998 | 2023-11-18T00:22:11.352Z | Downloaded regress v0.7.1 |
| 999 | 2023-11-18T00:22:11.369Z | Downloaded rustix v0.38.9 |
| 1000 | 2023-11-18T00:22:11.380Z | Downloaded ratatui v0.23.0 |
| 1001 | 2023-11-18T00:22:11.387Z | Downloaded smoltcp v0.8.2 |
| 1002 | 2023-11-18T00:22:11.392Z | Downloaded object v0.32.1 |
| 1003 | 2023-11-18T00:22:11.396Z | Downloaded curve25519-dalek v4.1.0 |
| 1004 | 2023-11-18T00:22:11.402Z | Downloaded idna v0.4.0 |
| 1005 | 2023-11-18T00:22:11.408Z | Downloaded webpki-roots v0.25.2 |
| 1006 | 2023-11-18T00:22:11.412Z | Downloaded vcpkg v0.2.15 |
| 1007 | 2023-11-18T00:22:11.416Z | Downloaded object v0.30.4 |
| 1008 | 2023-11-18T00:22:11.421Z | Downloaded http v0.2.9 |
| 1009 | 2023-11-18T00:22:11.430Z | Downloaded bindgen v0.65.1 |
| 1010 | 2023-11-18T00:22:11.434Z | Downloaded rayon v1.8.0 |
| 1011 | 2023-11-18T00:22:11.438Z | Downloaded hyper v0.14.27 |
| 1012 | 2023-11-18T00:22:11.445Z | Downloaded idna v0.2.3 |
| 1013 | 2023-11-18T00:22:11.453Z | Downloaded ring v0.16.20 |
| 1014 | 2023-11-18T00:22:11.460Z | Downloaded bitvec v1.0.1 |
| 1015 | 2023-11-18T00:22:11.467Z | Downloaded h2 v0.3.21 |
| 1016 | 2023-11-18T00:22:11.471Z | Downloaded petgraph v0.6.4 |
| 1017 | 2023-11-18T00:22:11.478Z | Downloaded tabled v0.14.0 |
| 1018 | 2023-11-18T00:22:11.482Z | Downloaded lalrpop v0.19.12 |
| 1019 | 2023-11-18T00:22:11.485Z | Downloaded trust-dns-resolver v0.22.0 |
| 1020 | 2023-11-18T00:22:11.488Z | Downloaded x509-cert v0.2.4 |
| 1021 | 2023-11-18T00:22:11.491Z | Downloaded rand v0.8.5 |
| 1022 | 2023-11-18T00:22:11.495Z | Downloaded hashbrown v0.13.2 |
| 1023 | 2023-11-18T00:22:11.498Z | Downloaded winnow v0.5.15 |
| 1024 | 2023-11-18T00:22:11.501Z | Downloaded hkdf v0.12.3 |
| 1025 | 2023-11-18T00:22:11.504Z | Downloaded der v0.7.8 |
| 1026 | 2023-11-18T00:22:11.507Z | Downloaded trust-dns-server v0.22.1 |
| 1027 | 2023-11-18T00:22:11.510Z | Downloaded snafu v0.7.5 |
| 1028 | 2023-11-18T00:22:11.513Z | Downloaded hashbrown v0.14.2 |
| 1029 | 2023-11-18T00:22:11.516Z | Downloaded toml_edit v0.19.15 |
| 1030 | 2023-11-18T00:22:11.520Z | Downloaded chrono v0.4.31 |
| 1031 | 2023-11-18T00:22:11.522Z | Downloaded quote v1.0.33 |
| 1032 | 2023-11-18T00:22:11.525Z | Downloaded url v2.4.1 |
| 1033 | 2023-11-18T00:22:11.528Z | Downloaded ron v0.8.1 |
| 1034 | 2023-11-18T00:22:11.532Z | Downloaded typenum v1.16.0 |
| 1035 | 2023-11-18T00:22:11.536Z | Downloaded darling_core v0.14.4 |
| 1036 | 2023-11-18T00:22:11.539Z | Downloaded clap_builder v4.4.2 |
| 1037 | 2023-11-18T00:22:11.542Z | Downloaded hmac v0.12.1 |
| 1038 | 2023-11-18T00:22:11.544Z | Downloaded steno v0.4.0 |
| 1039 | 2023-11-18T00:22:11.548Z | Downloaded unicode-segmentation v1.10.1 |
| 1040 | 2023-11-18T00:22:11.551Z | Downloaded shell-words v1.1.0 |
| 1041 | 2023-11-18T00:22:11.554Z | Downloaded sha1 v0.10.6 |
| 1042 | 2023-11-18T00:22:11.558Z | Downloaded pem-rfc7468 v0.7.0 |
| 1043 | 2023-11-18T00:22:11.561Z | Downloaded sha2 v0.10.8 |
| 1044 | 2023-11-18T00:22:11.565Z | Downloaded futures-task v0.3.29 |
| 1045 | 2023-11-18T00:22:11.568Z | Downloaded env_logger v0.10.0 |
| 1046 | 2023-11-18T00:22:11.571Z | Downloaded serde v1.0.192 |
| 1047 | 2023-11-18T00:22:11.576Z | Downloaded salty v0.2.0 |
| 1048 | 2023-11-18T00:22:11.579Z | Downloaded tough v0.14.0 |
| 1049 | 2023-11-18T00:22:11.582Z | Downloaded half v1.8.2 |
| 1050 | 2023-11-18T00:22:11.586Z | Downloaded fallible-iterator v0.2.0 |
| 1051 | 2023-11-18T00:22:11.589Z | Downloaded test-strategy v0.3.1 |
| 1052 | 2023-11-18T00:22:11.591Z | Downloaded hashbrown v0.12.3 |
| 1053 | 2023-11-18T00:22:11.594Z | Downloaded rustls-native-certs v0.6.3 |
| 1054 | 2023-11-18T00:22:11.598Z | Downloaded vte v0.11.1 |
| 1055 | 2023-11-18T00:22:11.601Z | Downloaded darling_core v0.20.3 |
| 1056 | 2023-11-18T00:22:11.604Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1057 | 2023-11-18T00:22:11.643Z | Downloaded dof v0.1.5 |
| 1058 | 2023-11-18T00:22:11.647Z | Downloaded signature v1.6.4 |
| 1059 | 2023-11-18T00:22:11.650Z | Downloaded quick-error v1.2.3 |
| 1060 | 2023-11-18T00:22:11.653Z | Downloaded tracing-attributes v0.1.26 |
| 1061 | 2023-11-18T00:22:11.657Z | Downloaded tar v0.4.40 |
| 1062 | 2023-11-18T00:22:11.660Z | Downloaded elliptic-curve v0.13.5 |
| 1063 | 2023-11-18T00:22:11.663Z | Downloaded itertools v0.11.0 |
| 1064 | 2023-11-18T00:22:11.665Z | Downloaded tokio-postgres v0.7.10 |
| 1065 | 2023-11-18T00:22:11.668Z | Downloaded flate2 v1.0.28 |
| 1066 | 2023-11-18T00:22:11.671Z | Downloaded uuid v1.5.0 |
| 1067 | 2023-11-18T00:22:11.675Z | Downloaded pkcs1 v0.7.5 |
| 1068 | 2023-11-18T00:22:11.678Z | Downloaded libxml v0.3.3 |
| 1069 | 2023-11-18T00:22:11.681Z | Downloaded crossterm v0.27.0 |
| 1070 | 2023-11-18T00:22:11.684Z | Downloaded proc-macro-crate v1.3.1 |
| 1071 | 2023-11-18T00:22:11.687Z | Downloaded predicates v2.1.5 |
| 1072 | 2023-11-18T00:22:11.691Z | Downloaded diff v0.1.13 |
| 1073 | 2023-11-18T00:22:11.693Z | Downloaded derive_builder_macro v0.12.0 |
| 1074 | 2023-11-18T00:22:11.696Z | Downloaded semver v0.11.0 |
| 1075 | 2023-11-18T00:22:11.701Z | Downloaded rusty-fork v0.3.0 |
| 1076 | 2023-11-18T00:22:11.704Z | Downloaded rand_xorshift v0.3.0 |
| 1077 | 2023-11-18T00:22:11.707Z | Downloaded num-bigint-dig v0.8.4 |
| 1078 | 2023-11-18T00:22:11.709Z | Downloaded proc-macro-error v1.0.4 |
| 1079 | 2023-11-18T00:22:11.713Z | Downloaded postcard-cobs v0.1.5-pre |
| 1080 | 2023-11-18T00:22:11.716Z | Downloaded humantime v2.1.0 |
| 1081 | 2023-11-18T00:22:11.719Z | Downloaded serde_path_to_error v0.1.14 |
| 1082 | 2023-11-18T00:22:11.721Z | Downloaded parking_lot_core v0.8.6 |
| 1083 | 2023-11-18T00:22:11.724Z | Downloaded ucd-trie v0.1.6 |
| 1084 | 2023-11-18T00:22:11.727Z | Downloaded minimal-lexical v0.2.1 |
| 1085 | 2023-11-18T00:22:11.731Z | Downloaded schemars v0.8.13 |
| 1086 | 2023-11-18T00:22:11.733Z | Downloaded nom v7.1.3 |
| 1087 | 2023-11-18T00:22:11.736Z | Downloaded serde_tokenstream v0.1.7 |
| 1088 | 2023-11-18T00:22:11.740Z | Downloaded secrecy v0.8.0 |
| 1089 | 2023-11-18T00:22:11.743Z | Downloaded serde-hex v0.1.0 |
| 1090 | 2023-11-18T00:22:11.746Z | Downloaded rustc-demangle v0.1.23 |
| 1091 | 2023-11-18T00:22:11.749Z | Downloaded tempfile v3.8.0 |
| 1092 | 2023-11-18T00:22:11.753Z | Downloaded poly1305 v0.8.0 |
| 1093 | 2023-11-18T00:22:11.756Z | Downloaded trust-dns-client v0.22.0 |
| 1094 | 2023-11-18T00:22:11.759Z | Downloaded itertools v0.10.5 |
| 1095 | 2023-11-18T00:22:11.762Z | Downloaded r2d2 v0.8.10 |
| 1096 | 2023-11-18T00:22:11.764Z | Downloaded pest_meta v2.7.2 |
| 1097 | 2023-11-18T00:22:11.767Z | Downloaded pest_derive v2.7.2 |
| 1098 | 2023-11-18T00:22:11.770Z | Downloaded untrusted v0.7.1 |
| 1099 | 2023-11-18T00:22:11.778Z | Downloaded termtree v0.4.1 |
| 1100 | 2023-11-18T00:22:11.788Z | Downloaded stable_deref_trait v1.2.0 |
| 1101 | 2023-11-18T00:22:11.798Z | Downloaded spin v0.5.2 |
| 1102 | 2023-11-18T00:22:11.808Z | Downloaded fd-lock v3.0.13 |
| 1103 | 2023-11-18T00:22:11.814Z | Downloaded fastrand v2.0.0 |
| 1104 | 2023-11-18T00:22:11.822Z | Downloaded toml_datetime v0.6.5 |
| 1105 | 2023-11-18T00:22:11.826Z | Downloaded serde_plain v1.0.2 |
| 1106 | 2023-11-18T00:22:11.829Z | Downloaded derive-where v1.2.5 |
| 1107 | 2023-11-18T00:22:11.833Z | Downloaded futures v0.3.29 |
| 1108 | 2023-11-18T00:22:11.836Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1109 | 2023-11-18T00:22:11.839Z | Downloaded ppv-lite86 v0.2.17 |
| 1110 | 2023-11-18T00:22:11.842Z | Downloaded thiserror v1.0.49 |
| 1111 | 2023-11-18T00:22:11.846Z | Downloaded termios v0.3.3 |
| 1112 | 2023-11-18T00:22:11.860Z | Downloaded globset v0.4.13 |
| 1113 | 2023-11-18T00:22:11.867Z | Downloaded rpassword v7.2.0 |
| 1114 | 2023-11-18T00:22:11.872Z | Downloaded pin-project-lite v0.2.13 |
| 1115 | 2023-11-18T00:22:11.876Z | Downloaded der_derive v0.7.2 |
| 1116 | 2023-11-18T00:22:11.879Z | Downloaded structmeta-derive v0.2.0 |
| 1117 | 2023-11-18T00:22:11.882Z | Downloaded postcard v0.7.3 |
| 1118 | 2023-11-18T00:22:11.885Z | Downloaded serde-big-array v0.4.1 |
| 1119 | 2023-11-18T00:22:11.888Z | Downloaded thiserror-impl v1.0.49 |
| 1120 | 2023-11-18T00:22:11.892Z | Downloaded rustc-hash v1.1.0 |
| 1121 | 2023-11-18T00:22:11.895Z | Downloaded darling_macro v0.14.4 |
| 1122 | 2023-11-18T00:22:11.898Z | Downloaded time-core v0.1.1 |
| 1123 | 2023-11-18T00:22:11.901Z | Downloaded tokio-tungstenite v0.20.1 |
| 1124 | 2023-11-18T00:22:11.906Z | Downloaded tokio-tungstenite v0.18.0 |
| 1125 | 2023-11-18T00:22:11.910Z | Downloaded pkcs8 v0.10.2 |
| 1126 | 2023-11-18T00:22:11.912Z | Downloaded clap v2.34.0 |
| 1127 | 2023-11-18T00:22:11.915Z | Downloaded toml v0.5.11 |
| 1128 | 2023-11-18T00:22:11.920Z | Downloaded tungstenite v0.20.1 |
| 1129 | 2023-11-18T00:22:11.928Z | Downloaded tungstenite v0.18.0 |
| 1130 | 2023-11-18T00:22:11.932Z | Downloaded structmeta v0.2.0 |
| 1131 | 2023-11-18T00:22:11.937Z | Downloaded unicase v2.7.0 |
| 1132 | 2023-11-18T00:22:11.941Z | Downloaded tap v1.0.1 |
| 1133 | 2023-11-18T00:22:11.944Z | Downloaded password-hash v0.5.0 |
| 1134 | 2023-11-18T00:22:11.948Z | Downloaded parking_lot_core v0.9.8 |
| 1135 | 2023-11-18T00:22:11.953Z | Downloaded base64 v0.21.5 |
| 1136 | 2023-11-18T00:22:11.958Z | Downloaded mio v0.8.8 |
| 1137 | 2023-11-18T00:22:11.961Z | Downloaded backtrace v0.3.69 |
| 1138 | 2023-11-18T00:22:11.964Z | Downloaded proc-macro2 v1.0.69 |
| 1139 | 2023-11-18T00:22:11.968Z | Downloaded resolv-conf v0.7.0 |
| 1140 | 2023-11-18T00:22:11.972Z | Downloaded paste v1.0.14 |
| 1141 | 2023-11-18T00:22:11.975Z | Downloaded oso v0.27.0 |
| 1142 | 2023-11-18T00:22:11.979Z | Downloaded http-range v0.1.5 |
| 1143 | 2023-11-18T00:22:11.983Z | Downloaded chacha20poly1305 v0.10.1 |
| 1144 | 2023-11-18T00:22:11.988Z | Downloaded difflib v0.4.0 |
| 1145 | 2023-11-18T00:22:11.997Z | Downloaded pkg-config v0.3.27 |
| 1146 | 2023-11-18T00:22:12.007Z | Downloaded fnv v1.0.7 |
| 1147 | 2023-11-18T00:22:12.013Z | Downloaded serde_tokenstream v0.2.0 |
| 1148 | 2023-11-18T00:22:12.016Z | Downloaded cc v1.0.83 |
| 1149 | 2023-11-18T00:22:12.020Z | Downloaded blake2 v0.10.6 |
| 1150 | 2023-11-18T00:22:12.023Z | Downloaded num-bigint v0.4.4 |
| 1151 | 2023-11-18T00:22:12.026Z | Downloaded strum_macros v0.25.2 |
| 1152 | 2023-11-18T00:22:12.029Z | Downloaded httparse v1.8.0 |
| 1153 | 2023-11-18T00:22:12.034Z | Downloaded futures-channel v0.3.29 |
| 1154 | 2023-11-18T00:22:12.037Z | Downloaded path-absolutize v3.1.0 |
| 1155 | 2023-11-18T00:22:12.040Z | Downloaded parse-display-derive v0.8.2 |
| 1156 | 2023-11-18T00:22:12.043Z | Downloaded hash32 v0.2.1 |
| 1157 | 2023-11-18T00:22:12.046Z | Downloaded tinyvec v1.6.0 |
| 1158 | 2023-11-18T00:22:12.049Z | Downloaded unicode-xid v0.2.4 |
| 1159 | 2023-11-18T00:22:12.053Z | Downloaded unarray v0.1.4 |
| 1160 | 2023-11-18T00:22:12.056Z | Downloaded openssl-sys v0.9.93 |
| 1161 | 2023-11-18T00:22:12.059Z | Downloaded base64 v0.13.1 |
| 1162 | 2023-11-18T00:22:12.062Z | Downloaded socket2 v0.4.9 |
| 1163 | 2023-11-18T00:22:12.064Z | Downloaded toml v0.8.8 |
| 1164 | 2023-11-18T00:22:12.068Z | Downloaded toml v0.7.8 |
| 1165 | 2023-11-18T00:22:12.071Z | Downloaded tokio-rustls v0.24.1 |
| 1166 | 2023-11-18T00:22:12.074Z | Downloaded scopeguard v1.2.0 |
| 1167 | 2023-11-18T00:22:12.077Z | Downloaded highway v1.1.0 |
| 1168 | 2023-11-18T00:22:12.080Z | Downloaded structopt v0.3.26 |
| 1169 | 2023-11-18T00:22:12.083Z | Downloaded predicates-core v1.0.6 |
| 1170 | 2023-11-18T00:22:12.086Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1171 | 2023-11-18T00:22:12.089Z | Downloaded phf_shared v0.10.0 |
| 1172 | 2023-11-18T00:22:12.092Z | Downloaded slog-bunyan v2.4.0 |
| 1173 | 2023-11-18T00:22:12.095Z | Downloaded zeroize v1.6.0 |
| 1174 | 2023-11-18T00:22:12.098Z | Downloaded form_urlencoded v1.2.0 |
| 1175 | 2023-11-18T00:22:12.101Z | Downloaded arc-swap v1.6.0 |
| 1176 | 2023-11-18T00:22:12.104Z | Downloaded signal-hook v0.3.17 |
| 1177 | 2023-11-18T00:22:12.107Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1178 | 2023-11-18T00:22:12.112Z | Downloaded oso-derive v0.27.0 |
| 1179 | 2023-11-18T00:22:12.117Z | Downloaded slog-async v2.8.0 |
| 1180 | 2023-11-18T00:22:12.120Z | Downloaded slab v0.4.9 |
| 1181 | 2023-11-18T00:22:12.123Z | Downloaded group v0.13.0 |
| 1182 | 2023-11-18T00:22:12.126Z | Downloaded generic-array v0.14.7 |
| 1183 | 2023-11-18T00:22:12.131Z | Downloaded futures-executor v0.3.29 |
| 1184 | 2023-11-18T00:22:12.135Z | Downloaded futures-core v0.3.29 |
| 1185 | 2023-11-18T00:22:12.142Z | Downloaded funty v2.0.0 |
| 1186 | 2023-11-18T00:22:12.147Z | Downloaded fs-err v2.9.0 |
| 1187 | 2023-11-18T00:22:12.152Z | Downloaded indicatif v0.17.7 |
| 1188 | 2023-11-18T00:22:12.156Z | Downloaded papergrid v0.10.0 |
| 1189 | 2023-11-18T00:22:12.158Z | Downloaded num-traits v0.2.16 |
| 1190 | 2023-11-18T00:22:12.161Z | Downloaded swrite v0.1.0 |
| 1191 | 2023-11-18T00:22:12.164Z | Downloaded utf-8 v0.7.6 |
| 1192 | 2023-11-18T00:22:12.167Z | Downloaded string_cache v0.8.7 |
| 1193 | 2023-11-18T00:22:12.170Z | Downloaded slog-term v2.9.0 |
| 1194 | 2023-11-18T00:22:12.173Z | Downloaded crossbeam-utils v0.8.16 |
| 1195 | 2023-11-18T00:22:12.176Z | Downloaded untrusted v0.9.0 |
| 1196 | 2023-11-18T00:22:12.179Z | Downloaded term v0.7.0 |
| 1197 | 2023-11-18T00:22:12.182Z | Downloaded dirs-sys-next v0.1.2 |
| 1198 | 2023-11-18T00:22:12.184Z | Downloaded data-encoding v2.4.0 |
| 1199 | 2023-11-18T00:22:12.187Z | Downloaded foreign-types v0.5.0 |
| 1200 | 2023-11-18T00:22:12.200Z | Downloaded home v0.5.5 |
| 1201 | 2023-11-18T00:22:12.204Z | Downloaded utf8parse v0.2.1 |
| 1202 | 2023-11-18T00:22:12.209Z | Downloaded tui-tree-widget v0.13.0 |
| 1203 | 2023-11-18T00:22:12.214Z | Downloaded slog-envlogger v2.2.0 |
| 1204 | 2023-11-18T00:22:12.220Z | Downloaded foreign-types-shared v0.3.1 |
| 1205 | 2023-11-18T00:22:12.745Z | Downloaded anyhow v1.0.75 |
| 1206 | 2023-11-18T00:22:12.762Z | Downloaded sct v0.7.0 |
| 1207 | 2023-11-18T00:22:12.772Z | Downloaded miniz_oxide v0.7.1 |
| 1208 | 2023-11-18T00:22:12.785Z | Downloaded bzip2 v0.4.4 |
| 1209 | 2023-11-18T00:22:12.790Z | Downloaded bitflags v2.4.0 |
| 1210 | 2023-11-18T00:22:12.795Z | Downloaded spin v0.9.8 |
| 1211 | 2023-11-18T00:22:12.800Z | Downloaded backoff v0.4.0 |
| 1212 | 2023-11-18T00:22:12.804Z | Downloaded ahash v0.8.3 |
| 1213 | 2023-11-18T00:22:12.810Z | Downloaded ansi_term v0.12.1 |
| 1214 | 2023-11-18T00:22:12.815Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1215 | 2023-11-18T00:22:12.822Z | Downloaded parking_lot v0.11.2 |
| 1216 | 2023-11-18T00:22:12.832Z | Downloaded cancel-safe-futures v0.1.5 |
| 1217 | 2023-11-18T00:22:12.839Z | Downloaded xattr v1.0.1 |
| 1218 | 2023-11-18T00:22:12.843Z | Downloaded which v4.4.0 |
| 1219 | 2023-11-18T00:22:12.847Z | Downloaded version_check v0.9.4 |
| 1220 | 2023-11-18T00:22:12.858Z | Downloaded lock_api v0.4.10 |
| 1221 | 2023-11-18T00:22:12.864Z | Downloaded linked-hash-map v0.5.6 |
| 1222 | 2023-11-18T00:22:12.870Z | Downloaded mockall_derive v0.11.4 |
| 1223 | 2023-11-18T00:22:12.881Z | Downloaded crypto-bigint v0.5.2 |
| 1224 | 2023-11-18T00:22:12.887Z | Downloaded num-complex v0.4.4 |
| 1225 | 2023-11-18T00:22:12.891Z | Downloaded wyz v0.5.1 |
| 1226 | 2023-11-18T00:22:12.895Z | Downloaded whoami v1.4.1 |
| 1227 | 2023-11-18T00:22:12.900Z | Downloaded walkdir v2.4.0 |
| 1228 | 2023-11-18T00:22:12.907Z | Downloaded thread_local v1.1.7 |
| 1229 | 2023-11-18T00:22:12.913Z | Downloaded thread-id v4.2.0 |
| 1230 | 2023-11-18T00:22:12.918Z | Downloaded termcolor v1.2.0 |
| 1231 | 2023-11-18T00:22:12.922Z | Downloaded subtle v2.5.0 |
| 1232 | 2023-11-18T00:22:12.926Z | Downloaded structopt-derive v0.4.18 |
| 1233 | 2023-11-18T00:22:12.932Z | Downloaded slog-scope v4.4.0 |
| 1234 | 2023-11-18T00:22:12.939Z | Downloaded slog-json v2.6.1 |
| 1235 | 2023-11-18T00:22:12.945Z | Downloaded addr2line v0.21.0 |
| 1236 | 2023-11-18T00:22:12.950Z | Downloaded debug-ignore v1.0.5 |
| 1237 | 2023-11-18T00:22:12.957Z | Downloaded topological-sort v0.2.2 |
| 1238 | 2023-11-18T00:22:12.962Z | Downloaded nu-ansi-term v0.49.0 |
| 1239 | 2023-11-18T00:22:12.967Z | Downloaded log v0.4.20 |
| 1240 | 2023-11-18T00:22:12.973Z | Downloaded ciborium v0.2.1 |
| 1241 | 2023-11-18T00:22:12.985Z | Downloaded spki v0.7.2 |
| 1242 | 2023-11-18T00:22:13.004Z | Downloaded smf v0.2.2 |
| 1243 | 2023-11-18T00:22:13.025Z | Downloaded smawk v0.3.1 |
| 1244 | 2023-11-18T00:22:13.040Z | Downloaded signal-hook-registry v1.4.1 |
| 1245 | 2023-11-18T00:22:13.051Z | Downloaded serde_with_macros v2.3.3 |
| 1246 | 2023-11-18T00:22:13.060Z | Downloaded semver-parser v0.10.2 |
| 1247 | 2023-11-18T00:22:13.067Z | Downloaded mime v0.3.17 |
| 1248 | 2023-11-18T00:22:13.074Z | Downloaded maybe-uninit v2.0.0 |
| 1249 | 2023-11-18T00:22:13.083Z | Downloaded macaddr v1.0.1 |
| 1250 | 2023-11-18T00:22:13.096Z | Downloaded cookie v0.16.2 |
| 1251 | 2023-11-18T00:22:13.103Z | Downloaded crc v3.0.1 |
| 1252 | 2023-11-18T00:22:13.115Z | Downloaded corncobs v0.1.3 |
| 1253 | 2023-11-18T00:22:13.128Z | Downloaded colored v2.0.4 |
| 1254 | 2023-11-18T00:22:13.143Z | Downloaded num-rational v0.4.1 |
| 1255 | 2023-11-18T00:22:13.551Z | Downloaded num-derive v0.4.0 |
| 1256 | 2023-11-18T00:22:13.557Z | Downloaded darling v0.14.4 |
| 1257 | 2023-11-18T00:22:13.561Z | Downloaded cexpr v0.6.0 |
| 1258 | 2023-11-18T00:22:13.565Z | Downloaded buf-list v1.0.3 |
| 1259 | 2023-11-18T00:22:13.570Z | Downloaded byteorder v1.5.0 |
| 1260 | 2023-11-18T00:22:13.574Z | Downloaded autocfg v1.1.0 |
| 1261 | 2023-11-18T00:22:13.578Z | Downloaded anstyle v1.0.2 |
| 1262 | 2023-11-18T00:22:13.585Z | Downloaded bcs v0.1.6 |
| 1263 | 2023-11-18T00:22:13.590Z | Downloaded lru-cache v0.1.2 |
| 1264 | 2023-11-18T00:22:13.600Z | Downloaded libsw v3.3.0 |
| 1265 | 2023-11-18T00:22:13.611Z | Downloaded cargo_toml v0.17.0 |
| 1266 | 2023-11-18T00:22:13.615Z | Downloaded async-trait v0.1.74 |
| 1267 | 2023-11-18T00:22:13.620Z | Downloaded bitfield v0.14.0 |
| 1268 | 2023-11-18T00:22:13.628Z | Downloaded anstream v0.5.0 |
| 1269 | 2023-11-18T00:22:13.637Z | Downloaded array-init v0.0.4 |
| 1270 | 2023-11-18T00:22:13.642Z | Downloaded md-5 v0.10.5 |
| 1271 | 2023-11-18T00:22:13.647Z | Downloaded atty v0.2.14 |
| 1272 | 2023-11-18T00:22:13.653Z | Downloaded instant v0.1.12 |
| 1273 | 2023-11-18T00:22:13.658Z | Downloaded bit-vec v0.6.3 |
| 1274 | 2023-11-18T00:22:13.663Z | Downloaded memoffset v0.7.1 |
| 1275 | 2023-11-18T00:22:13.667Z | Downloaded num_cpus v1.16.0 |
| 1276 | 2023-11-18T00:22:13.670Z | Downloaded maplit v1.0.2 |
| 1277 | 2023-11-18T00:22:13.674Z | Downloaded linear-map v1.2.0 |
| 1278 | 2023-11-18T00:22:13.678Z | Downloaded hyper-tls v0.5.0 |
| 1279 | 2023-11-18T00:22:13.681Z | Downloaded cargo_metadata v0.18.0 |
| 1280 | 2023-11-18T00:22:13.690Z | Downloaded want v0.3.1 |
| 1281 | 2023-11-18T00:22:13.709Z | Downloaded tinyvec_macros v0.1.1 |
| 1282 | 2023-11-18T00:22:13.714Z | Downloaded once_cell v1.18.0 |
| 1283 | 2023-11-18T00:22:13.766Z | Downloaded block-buffer v0.10.4 |
| 1284 | 2023-11-18T00:22:13.840Z | Downloaded ascii-canvas v3.0.0 |
| 1285 | 2023-11-18T00:22:14.263Z | Downloaded num-iter v0.1.43 |
| 1286 | 2023-11-18T00:22:14.691Z | Downloaded chacha20 v0.9.1 |
| 1287 | 2023-11-18T00:22:14.702Z | Downloaded num v0.4.1 |
| 1288 | 2023-11-18T00:22:14.715Z | Downloaded cargo-platform v0.1.3 |
| 1289 | 2023-11-18T00:22:14.731Z | Downloaded ident_case v1.0.1 |
| 1290 | 2023-11-18T00:22:14.748Z | Downloaded bytecount v0.6.3 |
| 1291 | 2023-11-18T00:22:14.777Z | Downloaded matches v0.1.10 |
| 1292 | 2023-11-18T00:22:14.796Z | Downloaded adler v1.0.2 |
| 1293 | 2023-11-18T00:22:14.817Z | Downloaded atomicwrites v0.4.2 |
| 1294 | 2023-11-18T00:22:14.924Z | Downloaded base16ct v0.2.0 |
| 1295 | 2023-11-18T00:22:14.942Z | Downloaded atomic-waker v1.1.1 |
| 1296 | 2023-11-18T00:22:14.953Z | Downloaded num_enum_derive v0.5.11 |
| 1297 | 2023-11-18T00:22:14.962Z | Downloaded num_enum v0.5.11 |
| 1298 | 2023-11-18T00:22:14.972Z | Downloaded const-oid v0.9.5 |
| 1299 | 2023-11-18T00:22:14.978Z | Downloaded camino-tempfile v1.0.2 |
| 1300 | 2023-11-18T00:22:14.984Z | Downloaded normalize-line-endings v0.3.0 |
| 1301 | 2023-11-18T00:22:14.992Z | Downloaded libloading v0.7.4 |
| 1302 | 2023-11-18T00:22:15.005Z | Downloaded libefi-sys v0.1.0 |
| 1303 | 2023-11-18T00:22:15.022Z | Downloaded crc-any v2.4.3 |
| 1304 | 2023-11-18T00:22:15.038Z | Downloaded bytes v1.5.0 |
| 1305 | 2023-11-18T00:22:15.048Z | Downloaded lazycell v1.3.0 |
| 1306 | 2023-11-18T00:22:15.059Z | Downloaded hyper-rustls v0.24.2 |
| 1307 | 2023-11-18T00:22:15.080Z | Downloaded ciborium-ll v0.2.1 |
| 1308 | 2023-11-18T00:22:15.092Z | Downloaded indexmap v1.9.3 |
| 1309 | 2023-11-18T00:22:15.104Z | Downloaded lalrpop-util v0.19.12 |
| 1310 | 2023-11-18T00:22:15.120Z | Downloaded anstyle-query v1.0.0 |
| 1311 | 2023-11-18T00:22:15.133Z | Downloaded serde_with v2.3.3 |
| 1312 | 2023-11-18T00:22:15.158Z | Downloaded serde_json v1.0.108 |
| 1313 | 2023-11-18T00:22:15.577Z | Downloaded num_threads v0.1.6 |
| 1314 | 2023-11-18T00:22:15.585Z | Downloaded nibble_vec v0.1.0 |
| 1315 | 2023-11-18T00:22:15.591Z | Downloaded indoc v2.0.3 |
| 1316 | 2023-11-18T00:22:16.013Z | Downloaded slog v2.7.0 |
| 1317 | 2023-11-18T00:22:16.436Z | Downloaded number_prefix v0.4.0 |
| 1318 | 2023-11-18T00:22:16.448Z | Downloaded multer v2.1.0 |
| 1319 | 2023-11-18T00:22:16.476Z | Downloaded kstat-rs v0.2.3 |
| 1320 | 2023-11-18T00:22:16.487Z | Downloaded is-terminal v0.4.9 |
| 1321 | 2023-11-18T00:22:16.495Z | Downloaded ipnetwork v0.20.0 |
| 1322 | 2023-11-18T00:22:16.504Z | Downloaded signal-hook-mio v0.2.3 |
| 1323 | 2023-11-18T00:22:16.514Z | Downloaded serde_derive_internals v0.26.0 |
| 1324 | 2023-11-18T00:22:16.519Z | Downloaded itoa v1.0.9 |
| 1325 | 2023-11-18T00:22:16.527Z | Downloaded lazy_static v1.4.0 |
| 1326 | 2023-11-18T00:22:16.539Z | Downloaded inout v0.1.3 |
| 1327 | 2023-11-18T00:22:16.966Z | Downloaded iana-time-zone v0.1.57 |
| 1328 | 2023-11-18T00:22:16.975Z | Downloaded hyper-staticfile v0.9.5 |
| 1329 | 2023-11-18T00:22:16.988Z | Downloaded crypto-common v0.1.6 |
| 1330 | 2023-11-18T00:22:16.998Z | Downloaded crossbeam-deque v0.8.3 |
| 1331 | 2023-11-18T00:22:17.075Z | Downloaded cpufeatures v0.2.9 |
| 1332 | 2023-11-18T00:22:17.091Z | Downloaded newtype_derive v0.1.6 |
| 1333 | 2023-11-18T00:22:17.110Z | Downloaded is_ci v1.1.1 |
| 1334 | 2023-11-18T00:22:17.130Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1335 | 2023-11-18T00:22:17.150Z | Downloaded crossbeam v0.8.2 |
| 1336 | 2023-11-18T00:22:17.159Z | Downloaded assert_matches v1.5.0 |
| 1337 | 2023-11-18T00:22:17.175Z | Downloaded new_debug_unreachable v1.0.4 |
| 1338 | 2023-11-18T00:22:17.185Z | Downloaded cstr-argument v0.1.2 |
| 1339 | 2023-11-18T00:22:17.215Z | Downloaded colorchoice v1.0.0 |
| 1340 | 2023-11-18T00:22:17.227Z | Downloaded crc32fast v1.3.2 |
| 1341 | 2023-11-18T00:22:17.655Z | Downloaded clap_derive v4.4.2 |
| 1342 | 2023-11-18T00:22:17.674Z | Compiling proc-macro2 v1.0.69 |
| 1343 | 2023-11-18T00:22:17.688Z | Compiling unicode-ident v1.0.12 |
| 1344 | 2023-11-18T00:22:17.701Z | Compiling libc v0.2.150 |
| 1345 | 2023-11-18T00:22:17.710Z | Compiling serde v1.0.192 |
| 1346 | 2023-11-18T00:22:17.727Z | Compiling autocfg v1.1.0 |
| 1347 | 2023-11-18T00:22:17.742Z | Compiling cfg-if v1.0.0 |
| 1348 | 2023-11-18T00:22:17.752Z | Compiling version_check v0.9.4 |
| 1349 | 2023-11-18T00:22:17.765Z | Compiling syn v1.0.109 |
| 1350 | 2023-11-18T00:22:17.774Z | Compiling once_cell v1.18.0 |
| 1351 | 2023-11-18T00:22:17.792Z | Compiling parking_lot_core v0.9.8 |
| 1352 | 2023-11-18T00:22:18.211Z | Compiling libm v0.2.7 |
| 1353 | 2023-11-18T00:22:18.226Z | Compiling thiserror v1.0.49 |
| 1354 | 2023-11-18T00:22:18.237Z | Compiling lock_api v0.4.10 |
| 1355 | 2023-11-18T00:22:18.244Z | Compiling num-traits v0.2.16 |
| 1356 | 2023-11-18T00:22:18.255Z | Compiling futures-core v0.3.29 |
| 1357 | 2023-11-18T00:22:18.262Z | Compiling scopeguard v1.2.0 |
| 1358 | 2023-11-18T00:22:18.270Z | Compiling typenum v1.16.0 |
| 1359 | 2023-11-18T00:22:18.281Z | Compiling memchr v2.6.3 |
| 1360 | 2023-11-18T00:22:18.289Z | Compiling generic-array v0.14.7 |
| 1361 | 2023-11-18T00:22:18.305Z | Compiling itoa v1.0.9 |
| 1362 | 2023-11-18T00:22:18.316Z | Compiling pkg-config v0.3.27 |
| 1363 | 2023-11-18T00:22:18.322Z | Compiling quote v1.0.33 |
| 1364 | 2023-11-18T00:22:18.328Z | Compiling slab v0.4.9 |
| 1365 | 2023-11-18T00:22:18.333Z | Compiling syn v2.0.32 |
| 1366 | 2023-11-18T00:22:18.338Z | Compiling cc v1.0.83 |
| 1367 | 2023-11-18T00:22:18.342Z | Compiling getrandom v0.2.10 |
| 1368 | 2023-11-18T00:22:18.347Z | Compiling futures-task v0.3.29 |
| 1369 | 2023-11-18T00:22:18.462Z | Compiling futures-channel v0.3.29 |
| 1370 | 2023-11-18T00:22:18.553Z | Compiling log v0.4.20 |
| 1371 | 2023-11-18T00:22:19.292Z | Compiling futures-util v0.3.29 |
| 1372 | 2023-11-18T00:22:20.059Z | Compiling ryu v1.0.15 |
| 1373 | 2023-11-18T00:22:20.066Z | Compiling pin-project-lite v0.2.13 |
| 1374 | 2023-11-18T00:22:20.077Z | Compiling serde_json v1.0.108 |
| 1375 | 2023-11-18T00:22:20.092Z | Compiling smallvec v1.11.0 |
| 1376 | 2023-11-18T00:22:20.122Z | Compiling schemars v0.8.13 |
| 1377 | 2023-11-18T00:22:20.341Z | Compiling heck v0.4.1 |
| 1378 | 2023-11-18T00:22:20.782Z | Compiling vcpkg v0.2.15 |
| 1379 | 2023-11-18T00:22:22.061Z | Compiling parking_lot v0.12.1 |
| 1380 | 2023-11-18T00:22:22.081Z | Compiling ring v0.17.5 |
| 1381 | 2023-11-18T00:22:23.293Z | Compiling openssl-sys v0.9.93 |
| 1382 | 2023-11-18T00:22:23.738Z | Compiling signal-hook-registry v1.4.1 |
| 1383 | 2023-11-18T00:22:25.870Z | Compiling ring v0.16.20 |
| 1384 | 2023-11-18T00:22:26.104Z | Compiling mio v0.8.8 |
| 1385 | 2023-11-18T00:22:26.234Z | Compiling indexmap v1.9.3 |
| 1386 | 2023-11-18T00:22:26.315Z | Compiling equivalent v1.0.1 |
| 1387 | 2023-11-18T00:22:26.483Z | Compiling hashbrown v0.14.2 |
| 1388 | 2023-11-18T00:22:26.894Z | Compiling byteorder v1.5.0 |
| 1389 | 2023-11-18T00:22:27.437Z | Compiling ahash v0.8.3 |
| 1390 | 2023-11-18T00:22:27.470Z | Compiling httparse v1.8.0 |
| 1391 | 2023-11-18T00:22:27.959Z | Compiling num_cpus v1.16.0 |
| 1392 | 2023-11-18T00:22:28.054Z | Compiling socket2 v0.5.4 |
| 1393 | 2023-11-18T00:22:28.151Z | Compiling spin v0.5.2 |
| 1394 | 2023-11-18T00:22:28.328Z | Compiling rand_core v0.6.4 |
| 1395 | 2023-11-18T00:22:28.950Z | Compiling openssl v0.10.57 |
| 1396 | 2023-11-18T00:22:28.983Z | Compiling fnv v1.0.7 |
| 1397 | 2023-11-18T00:22:29.174Z | Compiling semver v1.0.20 |
| 1398 | 2023-11-18T00:22:29.846Z | Compiling rustls v0.21.8 |
| 1399 | 2023-11-18T00:22:29.871Z | Compiling iana-time-zone v0.1.57 |
| 1400 | 2023-11-18T00:22:30.252Z | Compiling serde_derive_internals v0.26.0 |
| 1401 | 2023-11-18T00:22:30.414Z | Compiling crossbeam-utils v0.8.16 |
| 1402 | 2023-11-18T00:22:30.603Z | Compiling unicode-xid v0.2.4 |
| 1403 | 2023-11-18T00:22:30.863Z | Compiling ucd-trie v0.1.6 |
| 1404 | 2023-11-18T00:22:31.122Z | Compiling native-tls v0.2.11 |
| 1405 | 2023-11-18T00:22:31.201Z | Compiling synstructure v0.12.6 |
| 1406 | 2023-11-18T00:22:32.038Z | Compiling futures-sink v0.3.29 |
| 1407 | 2023-11-18T00:22:32.050Z | Compiling io-lifetimes v1.0.11 |
| 1408 | 2023-11-18T00:22:32.803Z | Compiling backtrace v0.3.69 |
| 1409 | 2023-11-18T00:22:33.379Z | Compiling dyn-clone v1.0.13 |
| 1410 | 2023-11-18T00:22:33.414Z | Compiling winnow v0.5.15 |
| 1411 | 2023-11-18T00:22:33.446Z | Compiling tinyvec_macros v0.1.1 |
| 1412 | 2023-11-18T00:22:33.642Z | Compiling tinyvec v1.6.0 |
| 1413 | 2023-11-18T00:22:34.786Z | Compiling tracing-core v0.1.31 |
| 1414 | 2023-11-18T00:22:35.141Z | Compiling memoffset v0.9.0 |
| 1415 | 2023-11-18T00:22:35.308Z | Compiling num-integer v0.1.45 |
| 1416 | 2023-11-18T00:22:35.334Z | Compiling pin-utils v0.1.0 |
| 1417 | 2023-11-18T00:22:35.445Z | Compiling rustix v0.37.23 |
| 1418 | 2023-11-18T00:22:35.714Z | Compiling futures-io v0.3.29 |
| 1419 | 2023-11-18T00:22:36.157Z | Compiling rustix v0.38.9 |
| 1420 | 2023-11-18T00:22:36.271Z | Compiling unicode-normalization v0.1.22 |
| 1421 | 2023-11-18T00:22:36.293Z | Compiling hashbrown v0.13.2 |
| 1422 | 2023-11-18T00:22:36.350Z | Compiling spin v0.9.8 |
| 1423 | 2023-11-18T00:22:37.100Z | Compiling usdt-impl v0.3.5 |
| 1424 | 2023-11-18T00:22:37.592Z | Compiling anyhow v1.0.75 |
| 1425 | 2023-11-18T00:22:38.053Z | Compiling crc32fast v1.3.2 |
| 1426 | 2023-11-18T00:22:38.098Z | Compiling slog v2.7.0 |
| 1427 | 2023-11-18T00:22:38.291Z | Compiling bitflags v1.3.2 |
| 1428 | 2023-11-18T00:22:38.437Z | Compiling unicode-bidi v0.3.13 |
| 1429 | 2023-11-18T00:22:38.706Z | Compiling time-core v0.1.1 |
| 1430 | 2023-11-18T00:22:38.987Z | Compiling time-macros v0.2.13 |
| 1431 | 2023-11-18T00:22:39.602Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1432 | 2023-11-18T00:22:39.624Z | Compiling aho-corasick v1.0.4 |
| 1433 | 2023-11-18T00:22:39.831Z | Compiling serde_derive v1.0.192 |
| 1434 | 2023-11-18T00:22:40.172Z | Compiling thiserror-impl v1.0.49 |
| 1435 | 2023-11-18T00:22:40.221Z | Compiling tokio-macros v2.1.0 |
| 1436 | 2023-11-18T00:22:40.472Z | Compiling zeroize_derive v1.4.2 |
| 1437 | 2023-11-18T00:22:41.639Z | Compiling futures-macro v0.3.29 |
| 1438 | 2023-11-18T00:22:42.872Z | Compiling tracing-attributes v0.1.26 |
| 1439 | 2023-11-18T00:22:42.898Z | Compiling schemars_derive v0.8.13 |
| 1440 | 2023-11-18T00:22:43.396Z | Compiling zeroize v1.6.0 |
| 1441 | 2023-11-18T00:22:44.144Z | Compiling openssl-macros v0.1.1 |
| 1442 | 2023-11-18T00:22:44.456Z | Compiling pest v2.7.2 |
| 1443 | 2023-11-18T00:22:45.234Z | Compiling zerocopy-derive v0.2.0 |
| 1444 | 2023-11-18T00:22:46.015Z | Compiling crypto-common v0.1.6 |
| 1445 | 2023-11-18T00:22:47.694Z | Compiling block-buffer v0.10.4 |
| 1446 | 2023-11-18T00:22:47.720Z | Compiling crossbeam-epoch v0.9.15 |
| 1447 | 2023-11-18T00:22:47.945Z | Compiling const-oid v0.9.5 |
| 1448 | 2023-11-18T00:22:48.045Z | Compiling signal-hook v0.3.17 |
| 1449 | 2023-11-18T00:22:48.259Z | Compiling tracing v0.1.37 |
| 1450 | 2023-11-18T00:22:48.471Z | Compiling pest_meta v2.7.2 |
| 1451 | 2023-11-18T00:22:49.195Z | Compiling subtle v2.5.0 |
| 1452 | 2023-11-18T00:22:49.688Z | Compiling ppv-lite86 v0.2.17 |
| 1453 | 2023-11-18T00:22:49.694Z | Compiling regex-syntax v0.8.2 |
| 1454 | 2023-11-18T00:22:49.756Z | Compiling rustversion v1.0.14 |
| 1455 | 2023-11-18T00:22:50.614Z | Compiling pest_generator v2.7.2 |
| 1456 | 2023-11-18T00:22:50.852Z | Compiling async-trait v0.1.74 |
| 1457 | 2023-11-18T00:22:51.184Z | Compiling digest v0.10.7 |
| 1458 | 2023-11-18T00:22:51.711Z | Compiling rand_chacha v0.3.1 |
| 1459 | 2023-11-18T00:22:51.866Z | Compiling zerocopy v0.3.0 |
| 1460 | 2023-11-18T00:22:53.651Z | Compiling zerocopy-derive v0.6.4 |
| 1461 | 2023-11-18T00:22:55.257Z | Compiling pest_derive v2.7.2 |
| 1462 | 2023-11-18T00:22:56.286Z | Compiling regex-automata v0.4.3 |
| 1463 | 2023-11-18T00:22:56.400Z | Compiling base64 v0.21.5 |
| 1464 | 2023-11-18T00:22:56.815Z | Compiling strsim v0.10.0 |
| 1465 | 2023-11-18T00:22:57.485Z | Compiling dtrace-parser v0.1.14 |
| 1466 | 2023-11-18T00:22:57.738Z | Compiling dof v0.1.5 |
| 1467 | 2023-11-18T00:22:59.089Z | Compiling rand v0.8.5 |
| 1468 | 2023-11-18T00:23:02.589Z | Compiling bytes v1.5.0 |
| 1469 | 2023-11-18T00:23:02.615Z | Compiling indexmap v2.1.0 |
| 1470 | 2023-11-18T00:23:02.855Z | Compiling uuid v1.5.0 |
| 1471 | 2023-11-18T00:23:04.172Z | Compiling chrono v0.4.31 |
| 1472 | 2023-11-18T00:23:04.424Z | Compiling tokio v1.33.0 |
| 1473 | 2023-11-18T00:23:07.025Z | Compiling bitflags v2.4.0 |
| 1474 | 2023-11-18T00:23:07.133Z | Compiling toml_datetime v0.6.5 |
| 1475 | 2023-11-18T00:23:07.777Z | Compiling serde_spanned v0.6.4 |
| 1476 | 2023-11-18T00:23:09.120Z | Compiling rustc_version v0.4.0 |
| 1477 | 2023-11-18T00:23:09.958Z | Compiling toml_edit v0.19.15 |
| 1478 | 2023-11-18T00:23:10.128Z | Compiling http v0.2.9 |
| 1479 | 2023-11-18T00:23:10.159Z | Compiling heapless v0.7.16 |
| 1480 | 2023-11-18T00:23:13.926Z | Compiling regex v1.10.2 |
| 1481 | 2023-11-18T00:23:19.883Z | Compiling tokio-util v0.7.10 |
| 1482 | 2023-11-18T00:23:20.296Z | Compiling thread-id v4.2.0 |
| 1483 | 2023-11-18T00:23:20.459Z | Compiling errno v0.3.2 |
| 1484 | 2023-11-18T00:23:20.894Z | Compiling num-bigint v0.4.4 |
| 1485 | 2023-11-18T00:23:21.698Z | Compiling smoltcp v0.9.1 |
| 1486 | 2023-11-18T00:23:22.237Z | Compiling untrusted v0.7.1 |
| 1487 | 2023-11-18T00:23:22.645Z | Compiling hashbrown v0.12.3 |
| 1488 | 2023-11-18T00:23:24.121Z | Compiling percent-encoding v2.3.0 |
| 1489 | 2023-11-18T00:23:24.382Z | Compiling openssl-probe v0.1.5 |
| 1490 | 2023-11-18T00:23:24.636Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1491 | 2023-11-18T00:23:24.684Z | Compiling foreign-types-shared v0.1.1 |
| 1492 | 2023-11-18T00:23:24.816Z | Compiling untrusted v0.9.0 |
| 1493 | 2023-11-18T00:23:24.848Z | Compiling foreign-types v0.3.2 |
| 1494 | 2023-11-18T00:23:29.463Z | Compiling strum_macros v0.25.2 |
| 1495 | 2023-11-18T00:23:31.059Z | Compiling serde_tokenstream v0.1.7 |
| 1496 | 2023-11-18T00:23:32.108Z | Compiling lazy_static v1.4.0 |
| 1497 | 2023-11-18T00:23:32.403Z | Compiling socket2 v0.4.9 |
| 1498 | 2023-11-18T00:23:32.427Z | Compiling unicode-segmentation v1.10.1 |
| 1499 | 2023-11-18T00:23:33.212Z | Compiling adler v1.0.2 |
| 1500 | 2023-11-18T00:23:34.243Z | Compiling try-lock v0.2.4 |
| 1501 | 2023-11-18T00:23:34.410Z | Compiling siphasher v0.3.11 |
| 1502 | 2023-11-18T00:23:34.448Z | Compiling unicode-width v0.1.11 |
| 1503 | 2023-11-18T00:23:35.054Z | Compiling miniz_oxide v0.7.1 |
| 1504 | 2023-11-18T00:23:35.364Z | Compiling want v0.3.1 |
| 1505 | 2023-11-18T00:23:37.690Z | Compiling sct v0.7.0 |
| 1506 | 2023-11-18T00:23:38.135Z | Compiling rustls-webpki v0.101.7 |
| 1507 | 2023-11-18T00:23:39.414Z | Compiling h2 v0.3.21 |
| 1508 | 2023-11-18T00:23:41.043Z | Compiling form_urlencoded v1.2.0 |
| 1509 | 2023-11-18T00:23:41.505Z | Compiling http-body v0.4.5 |
| 1510 | 2023-11-18T00:23:42.218Z | Compiling hubpack_derive v0.1.1 |
| 1511 | 2023-11-18T00:23:42.685Z | Compiling num-iter v0.1.43 |
| 1512 | 2023-11-18T00:23:43.129Z | Compiling anstyle v1.0.2 |
| 1513 | 2023-11-18T00:23:43.790Z | Compiling cpufeatures v0.2.9 |
| 1514 | 2023-11-18T00:23:44.077Z | Compiling utf8parse v0.2.1 |
| 1515 | 2023-11-18T00:23:44.309Z | Compiling tower-service v0.3.2 |
| 1516 | 2023-11-18T00:23:44.491Z | Compiling httpdate v1.0.3 |
| 1517 | 2023-11-18T00:23:45.110Z | Compiling anstyle-parse v0.2.1 |
| 1518 | 2023-11-18T00:23:45.517Z | Compiling sha2 v0.10.8 |
| 1519 | 2023-11-18T00:23:49.875Z | Compiling usdt-attr-macro v0.3.5 |
| 1520 | 2023-11-18T00:23:50.346Z | Compiling usdt-macro v0.3.5 |
| 1521 | 2023-11-18T00:23:51.980Z | Compiling hyper v0.14.27 |
| 1522 | 2023-11-18T00:23:53.082Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1523 | 2023-11-18T00:23:53.220Z | Compiling serde_tokenstream v0.2.0 |
| 1524 | 2023-11-18T00:23:54.095Z | Compiling rustls-pemfile v1.0.3 |
| 1525 | 2023-11-18T00:23:54.627Z | Compiling hmac v0.12.1 |
| 1526 | 2023-11-18T00:23:54.985Z | Compiling md-5 v0.10.5 |
| 1527 | 2023-11-18T00:23:56.402Z | Compiling idna v0.4.0 |
| 1528 | 2023-11-18T00:23:56.480Z | Compiling stringprep v0.1.3 |
| 1529 | 2023-11-18T00:23:56.987Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1530 | 2023-11-18T00:23:57.575Z | Compiling hash32 v0.2.1 |
| 1531 | 2023-11-18T00:23:58.160Z | Compiling either v1.9.0 |
| 1532 | 2023-11-18T00:23:58.574Z | Compiling stable_deref_trait v1.2.0 |
| 1533 | 2023-11-18T00:23:58.652Z | Compiling fallible-iterator v0.2.0 |
| 1534 | 2023-11-18T00:23:58.910Z | Compiling anstyle-query v1.0.0 |
| 1535 | 2023-11-18T00:23:58.936Z | Compiling gimli v0.28.0 |
| 1536 | 2023-11-18T00:23:59.224Z | Compiling colorchoice v1.0.0 |
| 1537 | 2023-11-18T00:23:59.455Z | Compiling anstream v0.5.0 |
| 1538 | 2023-11-18T00:23:59.787Z | Compiling postgres-protocol v0.6.6 |
| 1539 | 2023-11-18T00:24:01.537Z | Compiling url v2.4.1 |
| 1540 | 2023-11-18T00:24:01.605Z | Compiling diesel_derives v2.1.1 |
| 1541 | 2023-11-18T00:24:04.384Z | Compiling tokio-rustls v0.24.1 |
| 1542 | 2023-11-18T00:24:04.529Z | Compiling rustls-native-certs v0.6.3 |
| 1543 | 2023-11-18T00:24:07.165Z | Compiling addr2line v0.21.0 |
| 1544 | 2023-11-18T00:24:08.481Z | Compiling terminal_size v0.2.6 |
| 1545 | 2023-11-18T00:24:08.793Z | Compiling tokio-native-tls v0.3.1 |
| 1546 | 2023-11-18T00:24:09.189Z | Compiling phf_shared v0.11.2 |
| 1547 | 2023-11-18T00:24:11.191Z | Compiling block-padding v0.3.3 |
| 1548 | 2023-11-18T00:24:11.528Z | Compiling enum-as-inner v0.5.1 |
| 1549 | 2023-11-18T00:24:11.615Z | Compiling clap_derive v4.4.2 |
| 1550 | 2023-11-18T00:24:12.327Z | Compiling serde_repr v0.1.16 |
| 1551 | 2023-11-18T00:24:13.018Z | Compiling regress v0.7.1 |
| 1552 | 2023-11-18T00:24:14.671Z | Compiling scheduled-thread-pool v0.2.7 |
| 1553 | 2023-11-18T00:24:15.409Z | Compiling object v0.32.1 |
| 1554 | 2023-11-18T00:24:21.560Z | Compiling ipnet v2.8.0 |
| 1555 | 2023-11-18T00:24:25.072Z | Compiling bit-vec v0.6.3 |
| 1556 | 2023-11-18T00:24:25.101Z | Compiling rustc-demangle v0.1.23 |
| 1557 | 2023-11-18T00:24:26.016Z | Compiling managed v0.8.0 |
| 1558 | 2023-11-18T00:24:26.445Z | Compiling deranged v0.3.8 |
| 1559 | 2023-11-18T00:24:28.834Z | Compiling clap_lex v0.5.1 |
| 1560 | 2023-11-18T00:24:29.489Z | Compiling regex-automata v0.1.10 |
| 1561 | 2023-11-18T00:24:29.556Z | Compiling num_threads v0.1.6 |
| 1562 | 2023-11-18T00:24:29.634Z | Compiling matches v0.1.10 |
| 1563 | 2023-11-18T00:24:29.731Z | Compiling time v0.3.27 |
| 1564 | 2023-11-18T00:24:29.765Z | Compiling idna v0.2.3 |
| 1565 | 2023-11-18T00:24:30.291Z | Compiling bstr v0.2.17 |
| 1566 | 2023-11-18T00:24:31.104Z | Compiling clap_builder v4.4.2 |
| 1567 | 2023-11-18T00:24:33.883Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1568 | 2023-11-18T00:24:35.763Z | Compiling r2d2 v0.8.10 |
| 1569 | 2023-11-18T00:24:37.807Z | Compiling inout v0.1.3 |
| 1570 | 2023-11-18T00:24:38.691Z | Compiling phf v0.11.2 |
| 1571 | 2023-11-18T00:24:38.712Z | Compiling hyper-tls v0.5.0 |
| 1572 | 2023-11-18T00:24:39.161Z | Compiling hyper-rustls v0.24.2 |
| 1573 | 2023-11-18T00:24:39.251Z | Compiling signal-hook-mio v0.2.3 |
| 1574 | 2023-11-18T00:24:39.480Z | Compiling bzip2 v0.4.4 |
| 1575 | 2023-11-18T00:24:39.964Z | Compiling flate2 v1.0.28 |
| 1576 | 2023-11-18T00:24:40.049Z | Compiling postgres-types v0.2.6 |
| 1577 | 2023-11-18T00:24:41.503Z | Compiling itertools v0.11.0 |
| 1578 | 2023-11-18T00:24:42.418Z | Compiling hubpack v0.1.2 |
| 1579 | 2023-11-18T00:24:43.304Z | Compiling serde_urlencoded v0.7.1 |
| 1580 | 2023-11-18T00:24:43.374Z | Compiling phf_shared v0.10.0 |
| 1581 | 2023-11-18T00:24:43.981Z | Compiling ipnetwork v0.20.0 |
| 1582 | 2023-11-18T00:24:44.918Z | Compiling zerocopy v0.6.4 |
| 1583 | 2023-11-18T00:24:45.184Z | Compiling futures-executor v0.3.29 |
| 1584 | 2023-11-18T00:24:46.177Z | Compiling float-cmp v0.9.0 |
| 1585 | 2023-11-18T00:24:46.336Z | Compiling proc-macro-error-attr v1.0.4 |
| 1586 | 2023-11-18T00:24:46.384Z | Compiling encoding_rs v0.8.33 |
| 1587 | 2023-11-18T00:24:50.505Z | Compiling mime v0.3.17 |
| 1588 | 2023-11-18T00:24:52.134Z | Compiling fixedbitset v0.4.2 |
| 1589 | 2023-11-18T00:24:52.258Z | Compiling webpki-roots v0.25.2 |
| 1590 | 2023-11-18T00:24:52.785Z | Compiling static_assertions v1.1.0 |
| 1591 | 2023-11-18T00:24:52.792Z | Compiling normalize-line-endings v0.3.0 |
| 1592 | 2023-11-18T00:24:52.801Z | Compiling data-encoding v2.4.0 |
| 1593 | 2023-11-18T00:24:52.808Z | Compiling regex-automata v0.3.8 |
| 1594 | 2023-11-18T00:24:52.814Z | Compiling precomputed-hash v0.1.1 |
| 1595 | 2023-11-18T00:24:52.819Z | Compiling whoami v1.4.1 |
| 1596 | 2023-11-18T00:24:52.903Z | Compiling new_debug_unreachable v1.0.4 |
| 1597 | 2023-11-18T00:24:53.659Z | Compiling predicates-core v1.0.6 |
| 1598 | 2023-11-18T00:24:53.897Z | Compiling difflib v0.4.0 |
| 1599 | 2023-11-18T00:24:54.451Z | Compiling reqwest v0.11.22 |
| 1600 | 2023-11-18T00:24:55.498Z | Compiling bstr v1.6.0 |
| 1601 | 2023-11-18T00:24:55.960Z | Compiling predicates v3.0.4 |
| 1602 | 2023-11-18T00:24:56.507Z | Compiling trust-dns-proto v0.22.0 |
| 1603 | 2023-11-18T00:24:57.887Z | Compiling tokio-postgres v0.7.10 |
| 1604 | 2023-11-18T00:24:58.422Z | Compiling string_cache v0.8.7 |
| 1605 | 2023-11-18T00:24:59.098Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1606 | 2023-11-18T00:25:06.326Z | Compiling petgraph v0.6.4 |
| 1607 | 2023-11-18T00:25:07.918Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1608 | 2023-11-18T00:25:15.077Z | Compiling futures v0.3.29 |
| 1609 | 2023-11-18T00:25:15.736Z | Compiling diesel v2.1.3 |
| 1610 | 2023-11-18T00:25:16.301Z | Compiling yasna v0.5.2 |
| 1611 | 2023-11-18T00:25:16.453Z | Compiling zip v0.6.6 |
| 1612 | 2023-11-18T00:25:17.905Z | Compiling crossterm v0.27.0 |
| 1613 | 2023-11-18T00:25:18.504Z | Compiling cipher v0.4.4 |
| 1614 | 2023-11-18T00:25:19.094Z | Compiling clap v4.4.3 |
| 1615 | 2023-11-18T00:25:19.735Z | Compiling similar v2.2.1 |
| 1616 | 2023-11-18T00:25:20.832Z | Compiling bit-set v0.5.3 |
| 1617 | 2023-11-18T00:25:21.449Z | Compiling itertools v0.10.5 |
| 1618 | 2023-11-18T00:25:21.763Z | Compiling usdt v0.3.5 |
| 1619 | 2023-11-18T00:25:22.483Z | Compiling console v0.15.7 |
| 1620 | 2023-11-18T00:25:23.147Z | Compiling tokio-stream v0.1.14 |
| 1621 | 2023-11-18T00:25:23.598Z | Compiling proc-macro-crate v1.3.1 |
| 1622 | 2023-11-18T00:25:24.690Z | Compiling toml v0.7.8 |
| 1623 | 2023-11-18T00:25:24.695Z | Compiling toml_edit v0.21.0 |
| 1624 | 2023-11-18T00:25:24.732Z | Compiling hex v0.4.3 |
| 1625 | 2023-11-18T00:25:24.997Z | Compiling signature v2.1.0 |
| 1626 | 2023-11-18T00:25:25.714Z | Compiling proc-macro-error v1.0.4 |
| 1627 | 2023-11-18T00:25:25.887Z | Compiling lalrpop-util v0.19.12 |
| 1628 | 2023-11-18T00:25:28.395Z | Compiling num_enum_derive v0.5.11 |
| 1629 | 2023-11-18T00:25:34.126Z | Compiling atty v0.2.14 |
| 1630 | 2023-11-18T00:25:34.170Z | Compiling ident_case v1.0.1 |
| 1631 | 2023-11-18T00:25:34.222Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1632 | 2023-11-18T00:25:34.404Z | Compiling darling_core v0.20.3 |
| 1633 | 2023-11-18T00:25:39.467Z | Compiling num_enum v0.5.11 |
| 1634 | 2023-11-18T00:26:01.297Z | Compiling dirs-sys-next v0.1.2 |
| 1635 | 2023-11-18T00:26:05.378Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1636 | 2023-11-18T00:26:05.651Z | Compiling postcard-cobs v0.1.5-pre |
| 1637 | 2023-11-18T00:26:05.883Z | Compiling postcard v0.7.3 |
| 1638 | 2023-11-18T00:26:09.052Z | Compiling dirs-next v2.0.0 |
| 1639 | 2023-11-18T00:26:15.482Z | Compiling darling_macro v0.20.3 |
| 1640 | 2023-11-18T00:26:18.873Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1641 | 2023-11-18T00:26:24.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1642 | 2023-11-18T00:26:25.365Z | Compiling smoltcp v0.8.2 |
| 1643 | 2023-11-18T00:26:26.140Z | Compiling getopts v0.2.21 |
| 1644 | 2023-11-18T00:26:30.705Z | Compiling foreign-types-macros v0.2.3 |
| 1645 | 2023-11-18T00:26:32.652Z | Compiling structmeta-derive v0.2.0 |
| 1646 | 2023-11-18T00:26:39.339Z | Compiling thread_local v1.1.7 |
| 1647 | 2023-11-18T00:26:40.674Z | Compiling multer v2.1.0 |
| 1648 | 2023-11-18T00:26:41.123Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1649 | 2023-11-18T00:26:41.559Z | Compiling camino v1.1.6 |
| 1650 | 2023-11-18T00:26:42.396Z | Compiling unsafe-libyaml v0.2.9 |
| 1651 | 2023-11-18T00:26:46.609Z | Compiling match_cfg v0.1.0 |
| 1652 | 2023-11-18T00:26:47.715Z | Compiling cfg-if v0.1.10 |
| 1653 | 2023-11-18T00:26:47.829Z | Compiling foreign-types-shared v0.3.1 |
| 1654 | 2023-11-18T00:26:48.016Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1655 | 2023-11-18T00:26:48.344Z | Compiling paste v1.0.14 |
| 1656 | 2023-11-18T00:26:49.023Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1657 | 2023-11-18T00:26:49.468Z | Compiling slog-async v2.8.0 |
| 1658 | 2023-11-18T00:26:50.668Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1659 | 2023-11-18T00:26:55.955Z | Compiling foreign-types v0.5.0 |
| 1660 | 2023-11-18T00:26:56.886Z | Compiling hostname v0.3.1 |
| 1661 | 2023-11-18T00:27:00.525Z | Compiling serde_yaml v0.9.25 |
| 1662 | 2023-11-18T00:27:01.201Z | Compiling structmeta v0.2.0 |
| 1663 | 2023-11-18T00:27:04.180Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1664 | 2023-11-18T00:27:08.370Z | Compiling darling v0.20.3 |
| 1665 | 2023-11-18T00:27:09.771Z | Compiling term v0.7.0 |
| 1666 | 2023-11-18T00:27:14.677Z | Compiling slog-json v2.6.1 |
| 1667 | 2023-11-18T00:27:16.177Z | Compiling is-terminal v0.4.9 |
| 1668 | 2023-11-18T00:27:16.351Z | Compiling crossbeam-channel v0.5.8 |
| 1669 | 2023-11-18T00:27:20.301Z | Compiling strum v0.25.0 |
| 1670 | 2023-11-18T00:27:20.689Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1671 | 2023-11-18T00:27:21.022Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1672 | 2023-11-18T00:27:21.230Z | Compiling async-stream-impl v0.3.5 |
| 1673 | 2023-11-18T00:27:21.718Z | Compiling cstr-argument v0.1.2 |
| 1674 | 2023-11-18T00:27:21.926Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1675 | 2023-11-18T00:27:21.992Z | Compiling take_mut v0.2.2 |
| 1676 | 2023-11-18T00:27:22.362Z | Compiling regex-syntax v0.7.5 |
| 1677 | 2023-11-18T00:27:23.534Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1678 | 2023-11-18T00:27:23.724Z | Compiling pretty-hex v0.2.1 |
| 1679 | 2023-11-18T00:27:24.574Z | Compiling crucible-workspace-hack v0.1.0 |
| 1680 | 2023-11-18T00:27:25.005Z | Compiling atomic-waker v1.1.1 |
| 1681 | 2023-11-18T00:27:25.286Z | Compiling waitgroup v0.1.2 |
| 1682 | 2023-11-18T00:27:33.024Z | Compiling parse-display-derive v0.8.2 |
| 1683 | 2023-11-18T00:27:36.353Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1684 | 2023-11-18T00:27:36.506Z | Compiling async-stream v0.3.5 |
| 1685 | 2023-11-18T00:27:39.510Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1686 | 2023-11-18T00:27:43.020Z | Compiling colored v2.0.4 |
| 1687 | 2023-11-18T00:27:43.659Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1688 | 2023-11-18T00:27:43.684Z | Compiling slog-bunyan v2.4.0 |
| 1689 | 2023-11-18T00:27:45.087Z | Compiling slog-term v2.9.0 |
| 1690 | 2023-11-18T00:27:47.231Z | Compiling serde_with_macros v2.3.3 |
| 1691 | 2023-11-18T00:27:59.397Z | Compiling toml v0.8.8 |
| 1692 | 2023-11-18T00:27:59.658Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1693 | 2023-11-18T00:28:00.188Z | Compiling sha1 v0.10.6 |
| 1694 | 2023-11-18T00:28:01.733Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1695 | 2023-11-18T00:28:01.950Z | Compiling textwrap v0.11.0 |
| 1696 | 2023-11-18T00:28:02.475Z | Compiling heck v0.3.3 |
| 1697 | 2023-11-18T00:28:03.634Z | Compiling serde_path_to_error v0.1.14 |
| 1698 | 2023-11-18T00:28:04.982Z | Compiling instant v0.1.12 |
| 1699 | 2023-11-18T00:28:05.157Z | Compiling debug-ignore v1.0.5 |
| 1700 | 2023-11-18T00:28:05.318Z | Compiling libefi-sys v0.1.0 |
| 1701 | 2023-11-18T00:28:05.780Z | Compiling strsim v0.8.0 |
| 1702 | 2023-11-18T00:28:05.785Z | Compiling rayon-core v1.12.0 |
| 1703 | 2023-11-18T00:28:05.796Z | Compiling ansi_term v0.12.1 |
| 1704 | 2023-11-18T00:28:06.181Z | Compiling vec_map v0.8.2 |
| 1705 | 2023-11-18T00:28:06.674Z | Compiling clap v2.34.0 |
| 1706 | 2023-11-18T00:28:07.701Z | Compiling backoff v0.4.0 |
| 1707 | 2023-11-18T00:28:08.266Z | Compiling structopt-derive v0.4.18 |
| 1708 | 2023-11-18T00:28:08.932Z | Compiling serde_with v2.3.3 |
| 1709 | 2023-11-18T00:28:09.684Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1710 | 2023-11-18T00:28:10.013Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1711 | 2023-11-18T00:28:12.936Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1712 | 2023-11-18T00:28:14.130Z | Compiling parse-display v0.8.2 |
| 1713 | 2023-11-18T00:28:14.597Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1714 | 2023-11-18T00:28:14.849Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1715 | 2023-11-18T00:28:15.661Z | Compiling zone_cfg_derive v0.3.0 |
| 1716 | 2023-11-18T00:28:16.855Z | Compiling crossbeam-deque v0.8.3 |
| 1717 | 2023-11-18T00:28:17.470Z | Compiling macaddr v1.0.1 |
| 1718 | 2023-11-18T00:28:17.473Z | Compiling num-derive v0.4.0 |
| 1719 | 2023-11-18T00:28:17.882Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1720 | 2023-11-18T00:28:18.436Z | Compiling portable-atomic v1.4.3 |
| 1721 | 2023-11-18T00:28:18.923Z | Compiling zone v0.3.0 |
| 1722 | 2023-11-18T00:28:21.216Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1723 | 2023-11-18T00:28:24.187Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1724 | 2023-11-18T00:28:24.870Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1725 | 2023-11-18T00:28:25.728Z | Compiling structopt v0.3.26 |
| 1726 | 2023-11-18T00:28:25.993Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1727 | 2023-11-18T00:28:27.443Z | Compiling smf v0.2.2 |
| 1728 | 2023-11-18T00:28:27.534Z | Compiling xattr v1.0.1 |
| 1729 | 2023-11-18T00:28:27.910Z | Compiling filetime v0.2.22 |
| 1730 | 2023-11-18T00:28:27.978Z | Compiling same-file v1.0.6 |
| 1731 | 2023-11-18T00:28:28.390Z | Compiling fastrand v2.0.0 |
| 1732 | 2023-11-18T00:28:28.444Z | Compiling walkdir v2.4.0 |
| 1733 | 2023-11-18T00:28:28.813Z | Compiling tar v0.4.40 |
| 1734 | 2023-11-18T00:28:29.466Z | Compiling tempfile v3.8.0 |
| 1735 | 2023-11-18T00:28:31.377Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1736 | 2023-11-18T00:28:32.193Z | Compiling rayon v1.8.0 |
| 1737 | 2023-11-18T00:28:34.081Z | Compiling number_prefix v0.4.0 |
| 1738 | 2023-11-18T00:28:34.487Z | Compiling omicron-zone-package v0.8.3 |
| 1739 | 2023-11-18T00:28:36.392Z | Compiling topological-sort v0.2.2 |
| 1740 | 2023-11-18T00:28:36.396Z | Compiling swrite v0.1.0 |
| 1741 | 2023-11-18T00:28:41.541Z | Compiling indicatif v0.17.7 |
| 1742 | 2023-11-18T00:28:56.054Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1743 | 2023-11-18T00:29:06.585Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1744 | 2023-11-18T00:29:09.948Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1745 | 2023-11-18T00:29:11.456Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1746 | 2023-11-18T00:29:38.607Z | Finished release [optimized] target(s) in 7m 49s |
| 1747 | 2023-11-18T00:29:39.283Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1748 | 2023-11-18T00:29:39.291Z | Created new build target 'test' and set it as active |
| 1749 | 2023-11-18T00:29:39.310Z | |
| 1750 | 2023-11-18T00:29:39.322Z | real 7:49.902229081 |
| 1751 | 2023-11-18T00:29:39.328Z | user 50:45.909741916 |
| 1752 | 2023-11-18T00:29:39.333Z | sys 4:29.272226943 |
| 1753 | 2023-11-18T00:29:39.339Z | trap 1.987411335 |
| 1754 | 2023-11-18T00:29:39.349Z | tflt 5.412730354 |
| 1755 | 2023-11-18T00:29:39.357Z | dflt 6.622247160 |
| 1756 | 2023-11-18T00:29:39.364Z | kflt 0.029773639 |
| 1757 | 2023-11-18T00:29:39.372Z | lock 1:50:04.418319649 |
| 1758 | 2023-11-18T00:29:39.421Z | slp 2:22:55.598948282 |
| 1759 | 2023-11-18T00:29:39.427Z | lat 2:22.015920197 |
| 1760 | 2023-11-18T00:29:39.439Z | stop 3:38.570667867 |
| 1761 | 2023-11-18T00:29:39.453Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1762 | 2023-11-18T00:29:40.012Z | Finished release [optimized] target(s) in 0.97s |
| 1763 | 2023-11-18T00:29:40.043Z | Running `target/release/omicron-package -t test package` |
| 1764 | 2023-11-18T00:29:40.080Z | Nov 18 00:29:40.076 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
| 1765 | 2023-11-18T00:29:41.208Z | Compiling serde_json v1.0.108 |
| 1766 | 2023-11-18T00:29:41.260Z | Compiling base64ct v1.6.0 |
| 1767 | 2023-11-18T00:29:41.280Z | Compiling linked-hash-map v0.5.6 |
| 1768 | 2023-11-18T00:29:41.302Z | Compiling blake2 v0.10.6 |
| 1769 | 2023-11-18T00:29:41.307Z | Compiling same-file v1.0.6 |
| 1770 | 2023-11-18T00:29:41.311Z | Compiling semver-parser v0.10.2 |
| 1771 | 2023-11-18T00:29:41.315Z | Compiling quick-error v1.2.3 |
| 1772 | 2023-11-18T00:29:41.318Z | Compiling fastrand v2.0.0 |
| 1773 | 2023-11-18T00:29:41.515Z | Compiling walkdir v2.4.0 |
| 1774 | 2023-11-18T00:29:41.562Z | Compiling resolv-conf v0.7.0 |
| 1775 | 2023-11-18T00:29:41.844Z | Compiling lru-cache v0.1.2 |
| 1776 | 2023-11-18T00:29:42.060Z | Compiling password-hash v0.5.0 |
| 1777 | 2023-11-18T00:29:42.126Z | Compiling tempfile v3.8.0 |
| 1778 | 2023-11-18T00:29:42.470Z | Compiling semver v0.11.0 |
| 1779 | 2023-11-18T00:29:42.543Z | Compiling xattr v1.0.1 |
| 1780 | 2023-11-18T00:29:42.878Z | Compiling argon2 v0.5.2 |
| 1781 | 2023-11-18T00:29:43.354Z | Compiling filetime v0.2.22 |
| 1782 | 2023-11-18T00:29:43.569Z | Compiling slog-dtrace v0.2.3 |
| 1783 | 2023-11-18T00:29:43.576Z | Compiling home v0.5.5 |
| 1784 | 2023-11-18T00:29:43.770Z | Compiling toolchain_find v0.2.0 |
| 1785 | 2023-11-18T00:29:43.902Z | Compiling tar v0.4.40 |
| 1786 | 2023-11-18T00:29:44.076Z | Compiling trust-dns-resolver v0.22.0 |
| 1787 | 2023-11-18T00:29:44.839Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1788 | 2023-11-18T00:29:44.843Z | Compiling toml v0.5.11 |
| 1789 | 2023-11-18T00:29:44.850Z | Compiling schemars v0.8.13 |
| 1790 | 2023-11-18T00:29:45.026Z | Compiling reqwest v0.11.22 |
| 1791 | 2023-11-18T00:29:46.329Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1792 | 2023-11-18T00:29:46.976Z | Compiling usdt-impl v0.3.5 |
| 1793 | 2023-11-18T00:29:47.572Z | Compiling postgres-types v0.2.6 |
| 1794 | 2023-11-18T00:29:50.109Z | Compiling ipnetwork v0.20.0 |
| 1795 | 2023-11-18T00:29:53.471Z | Compiling usdt v0.3.5 |
| 1796 | 2023-11-18T00:29:54.234Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1797 | 2023-11-18T00:29:55.958Z | Compiling diesel v2.1.3 |
| 1798 | 2023-11-18T00:29:58.843Z | Compiling tokio-postgres v0.7.10 |
| 1799 | 2023-11-18T00:30:02.173Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1800 | 2023-11-18T00:30:02.377Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1801 | 2023-11-18T00:30:03.079Z | Compiling slog-json v2.6.1 |
| 1802 | 2023-11-18T00:30:03.522Z | Compiling slog-bunyan v2.4.0 |
| 1803 | 2023-11-18T00:30:03.877Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1804 | 2023-11-18T00:30:03.925Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1805 | 2023-11-18T00:30:10.402Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1806 | 2023-11-18T00:30:10.717Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1807 | 2023-11-18T00:30:11.018Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1808 | 2023-11-18T00:30:20.069Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1809 | 2023-11-18T00:30:22.624Z | Compiling rustfmt-wrapper v0.2.0 |
| 1810 | 2023-11-18T00:30:22.816Z | Compiling omicron-zone-package v0.8.3 |
| 1811 | 2023-11-18T00:30:23.411Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1812 | 2023-11-18T00:30:23.609Z | Compiling toml v0.8.8 |
| 1813 | 2023-11-18T00:30:23.771Z | Compiling num-rational v0.4.1 |
| 1814 | 2023-11-18T00:30:24.221Z | Compiling cancel-safe-futures v0.1.5 |
| 1815 | 2023-11-18T00:30:25.121Z | Compiling convert_case v0.4.0 |
| 1816 | 2023-11-18T00:30:26.254Z | Compiling utf-8 v0.7.6 |
| 1817 | 2023-11-18T00:30:26.368Z | Compiling derive_more v0.99.17 |
| 1818 | 2023-11-18T00:30:29.487Z | Compiling pem-rfc7468 v0.7.0 |
| 1819 | 2023-11-18T00:30:31.684Z | Compiling num-complex v0.4.4 |
| 1820 | 2023-11-18T00:30:32.435Z | Compiling der_derive v0.7.2 |
| 1821 | 2023-11-18T00:30:33.519Z | Compiling flagset v0.4.3 |
| 1822 | 2023-11-18T00:30:33.870Z | Compiling semver v0.1.20 |
| 1823 | 2023-11-18T00:30:34.851Z | Compiling rustc_version v0.1.7 |
| 1824 | 2023-11-18T00:30:35.491Z | Compiling num v0.4.1 |
| 1825 | 2023-11-18T00:30:35.632Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1826 | 2023-11-18T00:30:36.281Z | Compiling der v0.7.8 |
| 1827 | 2023-11-18T00:30:37.255Z | Compiling hkdf v0.12.3 |
| 1828 | 2023-11-18T00:30:37.665Z | Compiling fxhash v0.2.1 |
| 1829 | 2023-11-18T00:30:37.981Z | Compiling unicase v2.7.0 |
| 1830 | 2023-11-18T00:30:38.419Z | Compiling radium v0.7.0 |
| 1831 | 2023-11-18T00:30:38.895Z | Compiling newtype_derive v0.1.6 |
| 1832 | 2023-11-18T00:30:39.115Z | Compiling base64 v0.13.1 |
| 1833 | 2023-11-18T00:30:39.341Z | Compiling keccak v0.1.4 |
| 1834 | 2023-11-18T00:30:40.510Z | Compiling spki v0.7.2 |
| 1835 | 2023-11-18T00:30:40.956Z | Compiling arc-swap v1.6.0 |
| 1836 | 2023-11-18T00:30:41.333Z | Compiling ciborium-io v0.2.1 |
| 1837 | 2023-11-18T00:30:41.505Z | Compiling tap v1.0.1 |
| 1838 | 2023-11-18T00:30:41.786Z | Compiling half v1.8.2 |
| 1839 | 2023-11-18T00:30:42.211Z | Compiling maybe-uninit v2.0.0 |
| 1840 | 2023-11-18T00:30:42.983Z | Compiling ciborium-ll v0.2.1 |
| 1841 | 2023-11-18T00:30:43.840Z | Compiling wyz v0.5.1 |
| 1842 | 2023-11-18T00:30:43.853Z | Compiling slog-scope v4.4.0 |
| 1843 | 2023-11-18T00:30:44.596Z | Compiling sha3 v0.10.8 |
| 1844 | 2023-11-18T00:30:46.008Z | Compiling secrecy v0.8.0 |
| 1845 | 2023-11-18T00:30:46.271Z | Compiling funty v2.0.0 |
| 1846 | 2023-11-18T00:30:46.383Z | Compiling packed_struct v0.10.1 |
| 1847 | 2023-11-18T00:30:47.083Z | Compiling num-bigint-dig v0.8.4 |
| 1848 | 2023-11-18T00:30:47.398Z | Compiling parking_lot_core v0.8.6 |
| 1849 | 2023-11-18T00:30:48.928Z | Compiling crc-catalog v2.2.0 |
| 1850 | 2023-11-18T00:30:48.932Z | Compiling crc v3.0.1 |
| 1851 | 2023-11-18T00:30:49.416Z | Compiling bitvec v1.0.1 |
| 1852 | 2023-11-18T00:30:50.363Z | Compiling slog-stdlog v4.1.1 |
| 1853 | 2023-11-18T00:30:51.203Z | Compiling ciborium v0.2.1 |
| 1854 | 2023-11-18T00:30:52.002Z | Compiling pkcs8 v0.10.2 |
| 1855 | 2023-11-18T00:30:52.559Z | Compiling nibble_vec v0.1.0 |
| 1856 | 2023-11-18T00:30:52.870Z | Compiling packed_struct_codegen v0.10.1 |
| 1857 | 2023-11-18T00:30:54.961Z | Compiling dirs-sys-next v0.1.2 |
| 1858 | 2023-11-18T00:30:54.975Z | Compiling doc-comment v0.3.3 |
| 1859 | 2023-11-18T00:30:55.702Z | Compiling nodrop v0.1.14 |
| 1860 | 2023-11-18T00:30:55.754Z | Compiling glob v0.3.1 |
| 1861 | 2023-11-18T00:30:59.772Z | Compiling crunchy v0.2.2 |
| 1862 | 2023-11-18T00:30:59.836Z | Compiling endian-type v0.1.2 |
| 1863 | 2023-11-18T00:30:59.993Z | Compiling radix_trie v0.2.1 |
| 1864 | 2023-11-18T00:31:00.197Z | Compiling array-init v0.0.4 |
| 1865 | 2023-11-18T00:31:00.635Z | Compiling clang-sys v1.6.1 |
| 1866 | 2023-11-18T00:31:00.663Z | Compiling dirs-next v2.0.0 |
| 1867 | 2023-11-18T00:31:00.706Z | Compiling pkcs1 v0.7.5 |
| 1868 | 2023-11-18T00:31:00.724Z | Compiling smallvec v0.6.14 |
| 1869 | 2023-11-18T00:31:00.775Z | Compiling slog-envlogger v2.2.0 |
| 1870 | 2023-11-18T00:31:00.792Z | Compiling steno v0.4.0 |
| 1871 | 2023-11-18T00:31:05.039Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1872 | 2023-11-18T00:31:05.044Z | Compiling termcolor v1.2.0 |
| 1873 | 2023-11-18T00:31:05.239Z | Compiling prettyplease v0.2.12 |
| 1874 | 2023-11-18T00:31:05.669Z | Compiling bitfield v0.14.0 |
| 1875 | 2023-11-18T00:31:07.133Z | Compiling platforms v3.0.2 |
| 1876 | 2023-11-18T00:31:07.680Z | Compiling tiny-keccak v2.0.2 |
| 1877 | 2023-11-18T00:31:08.106Z | Compiling rsa v0.9.2 |
| 1878 | 2023-11-18T00:31:09.887Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1879 | 2023-11-18T00:31:10.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1880 | 2023-11-18T00:31:12.706Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1881 | 2023-11-18T00:31:17.228Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1882 | 2023-11-18T00:31:18.229Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1883 | 2023-11-18T00:31:23.485Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1884 | 2023-11-18T00:31:27.567Z | Compiling env_logger v0.10.0 |
| 1885 | 2023-11-18T00:31:27.649Z | Compiling parking_lot v0.11.2 |
| 1886 | 2023-11-18T00:31:27.988Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1887 | 2023-11-18T00:31:28.772Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1888 | 2023-11-18T00:31:30.603Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1889 | 2023-11-18T00:31:31.389Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1890 | 2023-11-18T00:31:42.744Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1891 | 2023-11-18T00:31:46.517Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1892 | 2023-11-18T00:31:47.563Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1893 | 2023-11-18T00:32:01.771Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1894 | 2023-11-18T00:32:01.857Z | Compiling serde-hex v0.1.0 |
| 1895 | 2023-11-18T00:32:02.091Z | Compiling mime_guess v2.0.4 |
| 1896 | 2023-11-18T00:32:03.470Z | Compiling term v0.7.0 |
| 1897 | 2023-11-18T00:32:04.070Z | Compiling trust-dns-client v0.22.0 |
| 1898 | 2023-11-18T00:32:05.719Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1899 | 2023-11-18T00:32:06.296Z | Compiling x509-cert v0.2.4 |
| 1900 | 2023-11-18T00:32:07.273Z | Compiling tungstenite v0.20.1 |
| 1901 | 2023-11-18T00:32:08.465Z | Compiling darling_core v0.14.4 |
| 1902 | 2023-11-18T00:32:09.399Z | Compiling ron v0.8.1 |
| 1903 | 2023-11-18T00:32:19.556Z | Compiling snafu-derive v0.7.5 |
| 1904 | 2023-11-18T00:32:20.371Z | Compiling minimal-lexical v0.2.1 |
| 1905 | 2023-11-18T00:32:21.172Z | Compiling crc-any v2.4.3 |
| 1906 | 2023-11-18T00:32:22.267Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1907 | 2023-11-18T00:32:22.775Z | Compiling nom v7.1.3 |
| 1908 | 2023-11-18T00:32:25.145Z | Compiling snafu v0.7.5 |
| 1909 | 2023-11-18T00:32:27.217Z | Compiling trust-dns-server v0.22.1 |
| 1910 | 2023-11-18T00:32:28.690Z | Compiling darling_macro v0.14.4 |
| 1911 | 2023-11-18T00:32:29.022Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1912 | 2023-11-18T00:32:30.134Z | Compiling tokio-tungstenite v0.20.1 |
| 1913 | 2023-11-18T00:32:31.993Z | Compiling ascii-canvas v3.0.0 |
| 1914 | 2023-11-18T00:32:32.656Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1915 | 2023-11-18T00:32:34.416Z | Compiling sled v0.34.7 |
| 1916 | 2023-11-18T00:32:38.013Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1917 | 2023-11-18T00:32:53.019Z | Compiling object v0.30.4 |
| 1918 | 2023-11-18T00:32:59.357Z | Compiling is-terminal v0.4.9 |
| 1919 | 2023-11-18T00:32:59.531Z | Compiling libsw v3.3.0 |
| 1920 | 2023-11-18T00:33:00.082Z | Compiling ena v0.14.2 |
| 1921 | 2023-11-18T00:33:00.108Z | Compiling derive-where v1.2.5 |
| 1922 | 2023-11-18T00:33:01.931Z | Compiling libloading v0.7.4 |
| 1923 | 2023-11-18T00:33:01.958Z | Compiling bindgen v0.65.1 |
| 1924 | 2023-11-18T00:33:02.057Z | Compiling linear-map v1.2.0 |
| 1925 | 2023-11-18T00:33:02.074Z | Compiling path-slash v0.1.5 |
| 1926 | 2023-11-18T00:33:02.396Z | Compiling owo-colors v3.5.0 |
| 1927 | 2023-11-18T00:33:02.679Z | Compiling pretty-hex v0.3.0 |
| 1928 | 2023-11-18T00:33:03.034Z | Compiling regex-syntax v0.6.29 |
| 1929 | 2023-11-18T00:33:05.530Z | Compiling diff v0.1.13 |
| 1930 | 2023-11-18T00:33:05.734Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1931 | 2023-11-18T00:33:06.401Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1932 | 2023-11-18T00:33:08.070Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1933 | 2023-11-18T00:33:16.265Z | Compiling lalrpop v0.19.12 |
| 1934 | 2023-11-18T00:33:20.156Z | Compiling curve25519-dalek v4.1.0 |
| 1935 | 2023-11-18T00:33:22.621Z | Compiling darling v0.14.4 |
| 1936 | 2023-11-18T00:33:22.754Z | Compiling cexpr v0.6.0 |
| 1937 | 2023-11-18T00:33:25.262Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1938 | 2023-11-18T00:33:25.441Z | Compiling which v4.4.0 |
| 1939 | 2023-11-18T00:33:26.299Z | Compiling ff v0.13.0 |
| 1940 | 2023-11-18T00:33:26.601Z | Compiling kstat-rs v0.2.3 |
| 1941 | 2023-11-18T00:33:26.650Z | Compiling path-dedot v3.1.0 |
| 1942 | 2023-11-18T00:33:27.016Z | Compiling memoffset v0.7.1 |
| 1943 | 2023-11-18T00:33:27.493Z | Compiling display-error-chain v0.2.0 |
| 1944 | 2023-11-18T00:33:27.737Z | Compiling peeking_take_while v0.1.2 |
| 1945 | 2023-11-18T00:33:27.923Z | Compiling lazycell v1.3.0 |
| 1946 | 2023-11-18T00:33:28.169Z | Compiling shlex v1.1.0 |
| 1947 | 2023-11-18T00:33:28.553Z | Compiling rustc-hash v1.1.0 |
| 1948 | 2023-11-18T00:33:28.647Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1949 | 2023-11-18T00:33:30.375Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1950 | 2023-11-18T00:33:35.203Z | Compiling path-absolutize v3.1.0 |
| 1951 | 2023-11-18T00:33:35.496Z | Compiling group v0.13.0 |
| 1952 | 2023-11-18T00:33:35.756Z | Compiling derive_builder_core v0.12.0 |
| 1953 | 2023-11-18T00:33:39.519Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1954 | 2023-11-18T00:33:45.652Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1955 | 2023-11-18T00:33:45.802Z | Compiling pem v1.1.1 |
| 1956 | 2023-11-18T00:33:46.788Z | Compiling camino-tempfile v1.0.2 |
| 1957 | 2023-11-18T00:33:48.053Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1958 | 2023-11-18T00:33:48.319Z | Compiling olpc-cjson v0.1.3 |
| 1959 | 2023-11-18T00:33:49.295Z | Compiling globset v0.4.13 |
| 1960 | 2023-11-18T00:33:51.926Z | Compiling universal-hash v0.5.1 |
| 1961 | 2023-11-18T00:33:52.253Z | Compiling crypto-bigint v0.5.2 |
| 1962 | 2023-11-18T00:33:52.781Z | Compiling bcs v0.1.6 |
| 1963 | 2023-11-18T00:33:54.273Z | Compiling serde_plain v1.0.2 |
| 1964 | 2023-11-18T00:33:55.136Z | Compiling libxml v0.3.3 |
| 1965 | 2023-11-18T00:33:55.650Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1966 | 2023-11-18T00:33:55.764Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1967 | 2023-11-18T00:33:57.794Z | Compiling buf-list v1.0.3 |
| 1968 | 2023-11-18T00:33:57.836Z | Compiling base16ct v0.2.0 |
| 1969 | 2023-11-18T00:33:58.363Z | Compiling ref-cast v1.0.20 |
| 1970 | 2023-11-18T00:33:58.604Z | Compiling highway v1.1.0 |
| 1971 | 2023-11-18T00:33:58.687Z | Compiling opaque-debug v0.3.0 |
| 1972 | 2023-11-18T00:33:58.828Z | Compiling poly1305 v0.8.0 |
| 1973 | 2023-11-18T00:33:59.220Z | Compiling elliptic-curve v0.13.5 |
| 1974 | 2023-11-18T00:34:00.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1975 | 2023-11-18T00:34:00.231Z | Compiling thiserror-no-std v2.0.2 |
| 1976 | 2023-11-18T00:34:00.789Z | Compiling polar-core v0.27.0 |
| 1977 | 2023-11-18T00:34:01.025Z | Compiling tough v0.14.0 |
| 1978 | 2023-11-18T00:34:01.455Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 1979 | 2023-11-18T00:34:04.322Z | Compiling derive_builder_macro v0.12.0 |
| 1980 | 2023-11-18T00:34:05.654Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1981 | 2023-11-18T00:34:13.048Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1982 | 2023-11-18T00:34:13.436Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1983 | 2023-11-18T00:34:15.463Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1984 | 2023-11-18T00:34:15.896Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1985 | 2023-11-18T00:34:16.332Z | Compiling chacha20 v0.9.1 |
| 1986 | 2023-11-18T00:34:17.074Z | Compiling strum_macros v0.24.3 |
| 1987 | 2023-11-18T00:34:19.150Z | Compiling aead v0.5.2 |
| 1988 | 2023-11-18T00:34:19.611Z | Compiling ref-cast-impl v1.0.20 |
| 1989 | 2023-11-18T00:34:21.429Z | Compiling cookie v0.16.2 |
| 1990 | 2023-11-18T00:34:21.872Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 1991 | 2023-11-18T00:34:22.346Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1992 | 2023-11-18T00:34:22.797Z | Compiling salty v0.2.0 |
| 1993 | 2023-11-18T00:34:22.816Z | Compiling indoc v1.0.9 |
| 1994 | 2023-11-18T00:34:23.380Z | Compiling signature v1.6.4 |
| 1995 | 2023-11-18T00:34:24.000Z | Compiling ed25519 v1.5.3 |
| 1996 | 2023-11-18T00:34:24.195Z | Compiling chacha20poly1305 v0.10.1 |
| 1997 | 2023-11-18T00:34:24.376Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 1998 | 2023-11-18T00:34:24.508Z | Compiling derive_builder v0.12.0 |
| 1999 | 2023-11-18T00:34:27.942Z | Compiling vsss-rs v3.3.1 |
| 2000 | 2023-11-18T00:34:37.646Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2001 | 2023-11-18T00:34:37.904Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2002 | 2023-11-18T00:34:43.007Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2003 | 2023-11-18T00:34:43.253Z | Compiling tungstenite v0.18.0 |
| 2004 | 2023-11-18T00:34:43.547Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2005 | 2023-11-18T00:34:44.009Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2006 | 2023-11-18T00:34:46.754Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2007 | 2023-11-18T00:34:47.397Z | Compiling headers-core v0.2.0 |
| 2008 | 2023-11-18T00:34:47.644Z | Compiling bb8 v0.8.1 |
| 2009 | 2023-11-18T00:34:48.545Z | Compiling quick-xml v0.23.1 |
| 2010 | 2023-11-18T00:34:49.232Z | Compiling serde-big-array v0.5.1 |
| 2011 | 2023-11-18T00:34:49.595Z | Compiling oso-derive v0.27.0 |
| 2012 | 2023-11-18T00:34:51.120Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2013 | 2023-11-18T00:34:51.928Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2014 | 2023-11-18T00:34:52.981Z | Compiling maplit v1.0.2 |
| 2015 | 2023-11-18T00:34:53.141Z | Compiling http-range v0.1.5 |
| 2016 | 2023-11-18T00:34:53.256Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2017 | 2023-11-18T00:34:54.107Z | Compiling hyper-staticfile v0.9.5 |
| 2018 | 2023-11-18T00:35:07.091Z | Compiling oso v0.27.0 |
| 2019 | 2023-11-18T00:35:08.703Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2020 | 2023-11-18T00:35:09.775Z | Compiling headers v0.3.9 |
| 2021 | 2023-11-18T00:35:10.420Z | Compiling tokio-tungstenite v0.18.0 |
| 2022 | 2023-11-18T00:35:11.029Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 2023 | 2023-11-18T00:35:38.677Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2024 | 2023-11-18T00:35:39.501Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2025 | 2023-11-18T00:35:39.926Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2026 | 2023-11-18T00:35:41.809Z | Compiling signal-hook-tokio v0.3.1 |
| 2027 | 2023-11-18T00:35:42.101Z | Compiling serde-big-array v0.4.1 |
| 2028 | 2023-11-18T00:35:42.105Z | Compiling cassowary v0.3.0 |
| 2029 | 2023-11-18T00:35:42.383Z | Compiling indoc v2.0.3 |
| 2030 | 2023-11-18T00:35:43.041Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2031 | 2023-11-18T00:35:44.000Z | Compiling ratatui v0.23.0 |
| 2032 | 2023-11-18T00:35:45.726Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2033 | 2023-11-18T00:35:45.941Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2034 | 2023-11-18T00:35:49.987Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2035 | 2023-11-18T00:36:23.213Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2036 | 2023-11-18T00:36:23.650Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2037 | 2023-11-18T00:36:23.875Z | Compiling fatfs v0.3.6 |
| 2038 | 2023-11-18T00:36:23.973Z | Compiling bytesize v1.3.0 |
| 2039 | 2023-11-18T00:36:24.154Z | Compiling nanorand v0.7.0 |
| 2040 | 2023-11-18T00:36:24.234Z | Compiling rtoolbox v0.0.1 |
| 2041 | 2023-11-18T00:36:24.347Z | Compiling unicode-linebreak v0.1.5 |
| 2042 | 2023-11-18T00:36:24.506Z | Compiling corncobs v0.1.3 |
| 2043 | 2023-11-18T00:36:24.583Z | Compiling assert_matches v1.5.0 |
| 2044 | 2023-11-18T00:36:24.638Z | Compiling is_ci v1.1.1 |
| 2045 | 2023-11-18T00:36:24.719Z | Compiling fs-err v2.9.0 |
| 2046 | 2023-11-18T00:36:24.753Z | Compiling smawk v0.3.1 |
| 2047 | 2023-11-18T00:36:24.775Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2048 | 2023-11-18T00:36:24.816Z | Compiling textwrap v0.16.0 |
| 2049 | 2023-11-18T00:36:24.908Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2050 | 2023-11-18T00:36:24.976Z | Compiling supports-color v2.1.0 |
| 2051 | 2023-11-18T00:36:25.012Z | Compiling rpassword v7.2.0 |
| 2052 | 2023-11-18T00:36:25.037Z | Compiling flume v0.11.0 |
| 2053 | 2023-11-18T00:36:25.108Z | Compiling tui-tree-widget v0.13.0 |
| 2054 | 2023-11-18T00:36:25.138Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2055 | 2023-11-18T00:36:25.168Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2056 | 2023-11-18T00:36:25.211Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2057 | 2023-11-18T00:37:28.073Z | Compiling humantime v2.1.0 |
| 2058 | 2023-11-18T00:37:29.542Z | Compiling shell-words v1.1.0 |
| 2059 | 2023-11-18T00:37:30.228Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2060 | 2023-11-18T00:37:37.271Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2061 | 2023-11-18T00:38:51.523Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2062 | 2023-11-18T00:40:47.482Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2063 | 2023-11-18T00:50:15.772Z | Finished release [optimized] target(s) in 20m 35s |
| 2064 | 2023-11-18T00:51:23.030Z | |
| 2065 | 2023-11-18T00:51:23.033Z | real 21:44.117466559 |
| 2066 | 2023-11-18T00:51:23.036Z | user 2:29:12.471714003 |
| 2067 | 2023-11-18T00:51:23.039Z | sys 5:54.479678177 |
| 2068 | 2023-11-18T00:51:23.042Z | trap 4.843272611 |
| 2069 | 2023-11-18T00:51:23.046Z | tflt 1.351157070 |
| 2070 | 2023-11-18T00:51:23.049Z | dflt 1.789020018 |
| 2071 | 2023-11-18T00:51:23.052Z | kflt 0.001450487 |
| 2072 | 2023-11-18T00:51:23.056Z | lock 8:42:34.114598770 |
| 2073 | 2023-11-18T00:51:23.059Z | slp 5:42:03.509332905 |
| 2074 | 2023-11-18T00:51:23.062Z | lat 2:35.135340388 |
| 2075 | 2023-11-18T00:51:23.065Z | stop 43.143268355 |
| 2076 | 2023-11-18T00:51:23.068Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
| 2077 | 2023-11-18T00:51:23.071Z | + pfexec mkdir -p /work |
| 2078 | 2023-11-18T00:51:23.074Z | + pfexec chown build /work |
| 2079 | 2023-11-18T00:51:23.080Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
| 2080 | 2023-11-18T00:51:36.246Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2081 | 2023-11-18T00:51:36.249Z | a out/mg-ddm-gz.tar 61499K |
| 2082 | 2023-11-18T00:51:36.253Z | a out/omicron-sled-agent.tar 108978K |
| 2083 | 2023-11-18T00:51:36.256Z | a out/target/test 1K |
| 2084 | 2023-11-18T00:51:36.260Z | a out/npuzone/npuzone 36505K |
| 2085 | 2023-11-18T00:51:36.263Z | a package-manifest.toml 22K |
| 2086 | 2023-11-18T00:51:36.266Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2087 | 2023-11-18T00:51:36.268Z | a target/release/omicron-package 41426K |
| 2088 | 2023-11-18T00:51:36.271Z | a tools/create_virtual_hardware.sh 4K |
| 2089 | 2023-11-18T00:51:36.274Z | a tools/virtual_hardware.sh 4K |
| 2090 | 2023-11-18T00:51:36.277Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
| 2091 | 2023-11-18T00:51:36.280Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
| 2092 | 2023-11-18T00:51:36.283Z | a tools/scrimlet/softnpu-init.sh 3K |
| 2093 | 2023-11-18T00:51:36.288Z | a tools/scrimlet/softnpu-zone.txt 1K |
| 2094 | 2023-11-18T00:51:36.292Z | a tools/scrimlet/softnpu.toml 1K |
| 2095 | 2023-11-18T00:51:36.303Z | |
| 2096 | 2023-11-18T00:51:36.314Z | real 13.205250931 |
| 2097 | 2023-11-18T00:51:36.325Z | user 12.595345199 |
| 2098 | 2023-11-18T00:51:36.331Z | sys 1.068909105 |
| 2099 | 2023-11-18T00:51:36.334Z | trap 0.005123338 |
| 2100 | 2023-11-18T00:51:36.337Z | tflt 0.000000000 |
| 2101 | 2023-11-18T00:51:36.340Z | dflt 0.000000000 |
| 2102 | 2023-11-18T00:51:36.343Z | kflt 0.000000000 |
| 2103 | 2023-11-18T00:51:36.346Z | lock 0.000000000 |
| 2104 | 2023-11-18T00:51:36.351Z | slp 12.314222626 |
| 2105 | 2023-11-18T00:51:36.354Z | lat 0.423230294 |
| 2106 | 2023-11-18T00:51:36.357Z | stop 0.000267708 |
| 2107 | 2023-11-18T00:51:36.361Z | ++ pwd |
| 2108 | 2023-11-18T00:51:36.364Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2109 | 2023-11-18T00:51:36.367Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
| 2110 | 2023-11-18T00:51:36.370Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2111 | 2023-11-18T00:51:37.318Z | Finished release [optimized] target(s) in 0.97s |
| 2112 | 2023-11-18T00:51:37.347Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2113 | 2023-11-18T00:51:37.386Z | Created new build target 'host' and set it as active |
| 2114 | 2023-11-18T00:51:37.398Z | |
| 2115 | 2023-11-18T00:51:37.402Z | real 1.128393485 |
| 2116 | 2023-11-18T00:51:37.406Z | user 0.796057747 |
| 2117 | 2023-11-18T00:51:37.409Z | sys 0.333174460 |
| 2118 | 2023-11-18T00:51:37.412Z | trap 0.000084850 |
| 2119 | 2023-11-18T00:51:37.415Z | tflt 0.000018366 |
| 2120 | 2023-11-18T00:51:37.419Z | dflt 0.000000000 |
| 2121 | 2023-11-18T00:51:37.422Z | kflt 0.000000000 |
| 2122 | 2023-11-18T00:51:37.426Z | lock 0.033600104 |
| 2123 | 2023-11-18T00:51:37.439Z | slp 0.022903491 |
| 2124 | 2023-11-18T00:51:37.444Z | lat 0.001825405 |
| 2125 | 2023-11-18T00:51:37.448Z | stop 0.000240297 |
| 2126 | 2023-11-18T00:51:37.451Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2127 | 2023-11-18T00:51:38.418Z | Finished release [optimized] target(s) in 0.94s |
| 2128 | 2023-11-18T00:51:38.447Z | Running `target/release/omicron-package -t host package` |
| 2129 | 2023-11-18T00:51:38.499Z | Nov 18 00:51:38.492 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2130 | 2023-11-18T00:51:39.560Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2131 | 2023-11-18T00:55:13.941Z | Finished release [optimized] target(s) in 3m 35s |
| 2132 | 2023-11-18T00:56:16.633Z | |
| 2133 | 2023-11-18T00:56:16.637Z | real 4:39.245067737 |
| 2134 | 2023-11-18T00:56:16.642Z | user 20:51.594074801 |
| 2135 | 2023-11-18T00:56:16.645Z | sys 1:04.222171531 |
| 2136 | 2023-11-18T00:56:16.648Z | trap 0.556657672 |
| 2137 | 2023-11-18T00:56:16.651Z | tflt 0.118604448 |
| 2138 | 2023-11-18T00:56:16.654Z | dflt 1.635255023 |
| 2139 | 2023-11-18T00:56:16.657Z | kflt 0.000166583 |
| 2140 | 2023-11-18T00:56:16.660Z | lock 1:05:43.172710264 |
| 2141 | 2023-11-18T00:56:16.663Z | slp 16:59.286764853 |
| 2142 | 2023-11-18T00:56:16.667Z | lat 8.494079366 |
| 2143 | 2023-11-18T00:56:16.670Z | stop 0.593483577 |
| 2144 | 2023-11-18T00:56:16.674Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
| 2145 | 2023-11-18T00:56:16.677Z | + for package in "$@" |
| 2146 | 2023-11-18T00:56:16.681Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
| 2147 | 2023-11-18T00:56:16.684Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+giteff1828a3aa |
| 2148 | 2023-11-18T00:56:17.665Z | Finished release [optimized] target(s) in 0.95s |
| 2149 | 2023-11-18T00:56:17.692Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+giteff1828a3aa` |
| 2150 | 2023-11-18T00:56:17.731Z | Nov 18 00:56:17.737 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2151 | 2023-11-18T00:56:18.253Z | Created: out/versioned/omicron-sled-agent.tar |
| 2152 | 2023-11-18T00:56:18.257Z | + for package in "$@" |
| 2153 | 2023-11-18T00:56:18.260Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2154 | 2023-11-18T00:56:18.262Z | + echo 0.0.0 |
| 2155 | 2023-11-18T00:56:18.265Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2156 | 2023-11-18T00:56:18.268Z | a VERSION 1K |
| 2157 | 2023-11-18T00:56:18.271Z | + rm VERSION |
| 2158 | 2023-11-18T00:56:18.274Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+giteff1828a3aa |
| 2159 | 2023-11-18T00:56:19.358Z | Finished release [optimized] target(s) in 1.00s |
| 2160 | 2023-11-18T00:56:19.381Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+giteff1828a3aa` |
| 2161 | 2023-11-18T00:56:19.418Z | Nov 18 00:56:19.422 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2162 | 2023-11-18T00:56:19.689Z | Created: out/versioned/mg-ddm-gz.tar |
| 2163 | 2023-11-18T00:56:19.693Z | + for package in "$@" |
| 2164 | 2023-11-18T00:56:19.695Z | + [[ propolis-server == mg-ddm-gz ]] |
| 2165 | 2023-11-18T00:56:19.698Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+giteff1828a3aa |
| 2166 | 2023-11-18T00:56:20.723Z | Finished release [optimized] target(s) in 0.94s |
| 2167 | 2023-11-18T00:56:20.755Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+giteff1828a3aa` |
| 2168 | 2023-11-18T00:56:20.796Z | Nov 18 00:56:20.802 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2169 | 2023-11-18T00:56:22.555Z | Created: out/versioned/propolis-server.tar.gz |
| 2170 | 2023-11-18T00:56:22.559Z | + for package in "$@" |
| 2171 | 2023-11-18T00:56:22.562Z | + [[ overlay == mg-ddm-gz ]] |
| 2172 | 2023-11-18T00:56:22.566Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+giteff1828a3aa |
| 2173 | 2023-11-18T00:56:23.578Z | Finished release [optimized] target(s) in 0.93s |
| 2174 | 2023-11-18T00:56:23.610Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+giteff1828a3aa` |
| 2175 | 2023-11-18T00:56:23.670Z | Nov 18 00:56:23.677 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2176 | 2023-11-18T00:56:23.675Z | Created: out/versioned/overlay.tar.gz |
| 2177 | 2023-11-18T00:56:23.678Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2178 | 2023-11-18T00:56:23.689Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2179 | 2023-11-18T00:56:23.692Z | ++ cd -- ./tools |
| 2180 | 2023-11-18T00:56:23.696Z | ++ pwd |
| 2181 | 2023-11-18T00:56:23.699Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2182 | 2023-11-18T00:56:23.702Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2183 | 2023-11-18T00:56:23.705Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2184 | 2023-11-18T00:56:23.708Z | ++ readlink -f /work |
| 2185 | 2023-11-18T00:56:23.711Z | + out_dir=/work |
| 2186 | 2023-11-18T00:56:23.714Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
| 2187 | 2023-11-18T00:56:23.717Z | + for dep in "${deps[@]}" |
| 2188 | 2023-11-18T00:56:23.720Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2189 | 2023-11-18T00:56:23.723Z | + for dep in "${deps[@]}" |
| 2190 | 2023-11-18T00:56:23.728Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2191 | 2023-11-18T00:56:23.731Z | + for dep in "${deps[@]}" |
| 2192 | 2023-11-18T00:56:23.733Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2193 | 2023-11-18T00:56:23.737Z | + for dep in "${deps[@]}" |
| 2194 | 2023-11-18T00:56:23.740Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2195 | 2023-11-18T00:56:23.744Z | ++ mktemp -d |
| 2196 | 2023-11-18T00:56:23.747Z | + tmp_gz=/tmp/tmp.Fwayvh |
| 2197 | 2023-11-18T00:56:23.750Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2198 | 2023-11-18T00:56:23.753Z | + echo '{"v":"1","t":"layer"}' |
| 2199 | 2023-11-18T00:56:23.756Z | + pkg_dir=/tmp/tmp.Fwayvh/root/opt/oxide/sled-agent |
| 2200 | 2023-11-18T00:56:23.759Z | + mkdir -p /tmp/tmp.Fwayvh/root/opt/oxide/sled-agent |
| 2201 | 2023-11-18T00:56:23.763Z | + cd /tmp/tmp.Fwayvh/root/opt/oxide/sled-agent |
| 2202 | 2023-11-18T00:56:23.766Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2203 | 2023-11-18T00:56:23.833Z | x ., 0 bytes, 0 tape blocks |
| 2204 | 2023-11-18T00:56:23.838Z | x zone-bundle, 41033872 bytes, 80145 tape blocks |
| 2205 | 2023-11-18T00:56:23.846Z | x sled-agent, 70545976 bytes, 137786 tape blocks |
| 2206 | 2023-11-18T00:56:23.851Z | x pkg, 0 bytes, 0 tape blocks |
| 2207 | 2023-11-18T00:56:23.860Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
| 2208 | 2023-11-18T00:56:23.871Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2209 | 2023-11-18T00:56:23.881Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2210 | 2023-11-18T00:56:23.891Z | x VERSION, 25 bytes, 1 tape blocks |
| 2211 | 2023-11-18T00:56:23.900Z | + mkdir -p /tmp/tmp.Fwayvh/root/lib/svc/manifest/site/ |
| 2212 | 2023-11-18T00:56:23.911Z | + mv pkg/manifest.xml /tmp/tmp.Fwayvh/root/lib/svc/manifest/site/sled-agent.xml |
| 2213 | 2023-11-18T00:56:23.920Z | + cd - |
| 2214 | 2023-11-18T00:56:23.924Z | /work/oxidecomputer/omicron |
| 2215 | 2023-11-18T00:56:23.927Z | + pkg_dir=/tmp/tmp.Fwayvh/root/opt/oxide/mg-ddm |
| 2216 | 2023-11-18T00:56:23.930Z | + mkdir -p /tmp/tmp.Fwayvh/root/opt/oxide/mg-ddm |
| 2217 | 2023-11-18T00:56:23.932Z | + cd /tmp/tmp.Fwayvh/root/opt/oxide/mg-ddm |
| 2218 | 2023-11-18T00:56:23.935Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2219 | 2023-11-18T00:56:23.938Z | x ., 0 bytes, 0 tape blocks |
| 2220 | 2023-11-18T00:56:23.941Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
| 2221 | 2023-11-18T00:56:23.943Z | x ddmd, 29783336 bytes, 58171 tape blocks |
| 2222 | 2023-11-18T00:56:23.946Z | x pkg, 0 bytes, 0 tape blocks |
| 2223 | 2023-11-18T00:56:23.949Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2224 | 2023-11-18T00:56:23.951Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2225 | 2023-11-18T00:56:23.954Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2226 | 2023-11-18T00:56:23.956Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2227 | 2023-11-18T00:56:23.959Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2228 | 2023-11-18T00:56:23.962Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2229 | 2023-11-18T00:56:23.965Z | x VERSION, 25 bytes, 1 tape blocks |
| 2230 | 2023-11-18T00:56:23.968Z | + cd - |
| 2231 | 2023-11-18T00:56:23.973Z | /work/oxidecomputer/omicron |
| 2232 | 2023-11-18T00:56:23.975Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Fwayvh/root/opt/oxide |
| 2233 | 2023-11-18T00:56:24.042Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Fwayvh/root/opt/oxide |
| 2234 | 2023-11-18T00:56:24.046Z | + cd /tmp/tmp.Fwayvh |
| 2235 | 2023-11-18T00:56:24.049Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2236 | 2023-11-18T00:56:35.592Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2237 | 2023-11-18T00:56:35.596Z | a oxide.json 1K |
| 2238 | 2023-11-18T00:56:35.600Z | a root/ 0K |
| 2239 | 2023-11-18T00:56:35.603Z | a root/opt/ 0K |
| 2240 | 2023-11-18T00:56:35.606Z | a root/opt/oxide/ 0K |
| 2241 | 2023-11-18T00:56:35.609Z | a root/opt/oxide/sled-agent/ 0K |
| 2242 | 2023-11-18T00:56:35.612Z | a root/opt/oxide/sled-agent/zone-bundle 40073K |
| 2243 | 2023-11-18T00:56:35.616Z | a root/opt/oxide/sled-agent/sled-agent 68893K |
| 2244 | 2023-11-18T00:56:35.619Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2245 | 2023-11-18T00:56:35.622Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2246 | 2023-11-18T00:56:35.626Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2247 | 2023-11-18T00:56:35.629Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2248 | 2023-11-18T00:56:35.632Z | a root/opt/oxide/mg-ddm/ 0K |
| 2249 | 2023-11-18T00:56:35.635Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
| 2250 | 2023-11-18T00:56:35.639Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
| 2251 | 2023-11-18T00:56:35.642Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2252 | 2023-11-18T00:56:35.646Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2253 | 2023-11-18T00:56:35.649Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2254 | 2023-11-18T00:56:35.652Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2255 | 2023-11-18T00:56:35.671Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2256 | 2023-11-18T00:56:35.676Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2257 | 2023-11-18T00:56:35.679Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2258 | 2023-11-18T00:56:35.682Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2259 | 2023-11-18T00:56:35.686Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
| 2260 | 2023-11-18T00:56:35.689Z | a root/opt/oxide/overlay.tar.gz 2K |
| 2261 | 2023-11-18T00:56:35.692Z | a root/lib/ 0K |
| 2262 | 2023-11-18T00:56:35.696Z | a root/lib/svc/ 0K |
| 2263 | 2023-11-18T00:56:35.700Z | a root/lib/svc/manifest/ 0K |
| 2264 | 2023-11-18T00:56:35.703Z | a root/lib/svc/manifest/site/ 0K |
| 2265 | 2023-11-18T00:56:35.707Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2266 | 2023-11-18T00:56:35.710Z | + cd / |
| 2267 | 2023-11-18T00:56:35.714Z | + rm -rf /tmp/tmp.Fwayvh |
| 2268 | 2023-11-18T00:56:35.717Z | |
| 2269 | 2023-11-18T00:56:35.720Z | real 11.960842950 |
| 2270 | 2023-11-18T00:56:35.723Z | user 11.026763725 |
| 2271 | 2023-11-18T00:56:35.727Z | sys 0.998739762 |
| 2272 | 2023-11-18T00:56:35.732Z | trap 0.002968438 |
| 2273 | 2023-11-18T00:56:35.736Z | tflt 0.000000000 |
| 2274 | 2023-11-18T00:56:35.740Z | dflt 0.000000000 |
| 2275 | 2023-11-18T00:56:35.743Z | kflt 0.000000000 |
| 2276 | 2023-11-18T00:56:35.747Z | lock 0.000000000 |
| 2277 | 2023-11-18T00:56:35.751Z | slp 23.044633394 |
| 2278 | 2023-11-18T00:56:35.754Z | lat 0.380576685 |
| 2279 | 2023-11-18T00:56:35.791Z | stop 0.000343761 |
| 2280 | 2023-11-18T00:56:35.806Z | + mkdir -p /work/zones |
| 2281 | 2023-11-18T00:56:35.822Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
| 2282 | 2023-11-18T00:56:35.834Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
| 2283 | 2023-11-18T00:56:39.473Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2284 | 2023-11-18T00:56:40.618Z | Finished release [optimized] target(s) in 1.04s |
| 2285 | 2023-11-18T00:56:40.632Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2286 | 2023-11-18T00:56:40.675Z | Created new build target 'recovery' and set it as active |
| 2287 | 2023-11-18T00:56:40.679Z | |
| 2288 | 2023-11-18T00:56:40.682Z | real 1.199346478 |
| 2289 | 2023-11-18T00:56:40.684Z | user 0.848348548 |
| 2290 | 2023-11-18T00:56:40.687Z | sys 0.349301196 |
| 2291 | 2023-11-18T00:56:40.690Z | trap 0.000683363 |
| 2292 | 2023-11-18T00:56:40.697Z | tflt 0.000016024 |
| 2293 | 2023-11-18T00:56:40.700Z | dflt 0.000003725 |
| 2294 | 2023-11-18T00:56:40.703Z | kflt 0.000000000 |
| 2295 | 2023-11-18T00:56:40.706Z | lock 0.038410780 |
| 2296 | 2023-11-18T00:56:40.709Z | slp 0.022591950 |
| 2297 | 2023-11-18T00:56:40.712Z | lat 0.004285555 |
| 2298 | 2023-11-18T00:56:40.714Z | stop 0.000251106 |
| 2299 | 2023-11-18T00:56:40.717Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2300 | 2023-11-18T00:56:41.806Z | Finished release [optimized] target(s) in 1.02s |
| 2301 | 2023-11-18T00:56:42.238Z | Running `target/release/omicron-package -t recovery package` |
| 2302 | 2023-11-18T00:56:42.246Z | Nov 18 00:56:41.882 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2303 | 2023-11-18T00:56:42.863Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2304 | 2023-11-18T00:56:46.825Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2305 | 2023-11-18T00:57:19.035Z | Finished release [optimized] target(s) in 37.06s |
| 2306 | 2023-11-18T00:57:32.704Z | |
| 2307 | 2023-11-18T00:57:32.707Z | real 52.016520927 |
| 2308 | 2023-11-18T00:57:32.713Z | user 2:35.803436745 |
| 2309 | 2023-11-18T00:57:32.729Z | sys 12.273199766 |
| 2310 | 2023-11-18T00:57:32.750Z | trap 0.081560375 |
| 2311 | 2023-11-18T00:57:32.760Z | tflt 0.032301839 |
| 2312 | 2023-11-18T00:57:32.785Z | dflt 0.863428720 |
| 2313 | 2023-11-18T00:57:32.789Z | kflt 0.000000000 |
| 2314 | 2023-11-18T00:57:32.799Z | lock 11:25.850094581 |
| 2315 | 2023-11-18T00:57:32.802Z | slp 2:33.639927110 |
| 2316 | 2023-11-18T00:57:32.807Z | lat 1.823230990 |
| 2317 | 2023-11-18T00:57:32.811Z | stop 0.193024448 |
| 2318 | 2023-11-18T00:57:32.815Z | + stamp_packages installinator mg-ddm-gz |
| 2319 | 2023-11-18T00:57:32.823Z | + for package in "$@" |
| 2320 | 2023-11-18T00:57:32.827Z | + [[ installinator == mg-ddm-gz ]] |
| 2321 | 2023-11-18T00:57:32.831Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+giteff1828a3aa |
| 2322 | 2023-11-18T00:57:33.761Z | Finished release [optimized] target(s) in 0.97s |
| 2323 | 2023-11-18T00:57:33.789Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+giteff1828a3aa` |
| 2324 | 2023-11-18T00:57:33.828Z | Nov 18 00:57:33.835 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2325 | 2023-11-18T00:57:33.954Z | Created: out/versioned/installinator.tar |
| 2326 | 2023-11-18T00:57:33.958Z | + for package in "$@" |
| 2327 | 2023-11-18T00:57:33.961Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2328 | 2023-11-18T00:57:33.964Z | + echo 0.0.0 |
| 2329 | 2023-11-18T00:57:33.966Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2330 | 2023-11-18T00:57:33.969Z | a VERSION 1K |
| 2331 | 2023-11-18T00:57:33.972Z | + rm VERSION |
| 2332 | 2023-11-18T00:57:33.975Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+giteff1828a3aa |
| 2333 | 2023-11-18T00:57:35.001Z | Finished release [optimized] target(s) in 0.95s |
| 2334 | 2023-11-18T00:57:35.031Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+giteff1828a3aa` |
| 2335 | 2023-11-18T00:57:35.070Z | Nov 18 00:57:35.076 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2336 | 2023-11-18T00:57:35.250Z | Created: out/versioned/mg-ddm-gz.tar |
| 2337 | 2023-11-18T00:57:35.255Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2338 | 2023-11-18T00:57:35.268Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2339 | 2023-11-18T00:57:35.271Z | ++ cd -- ./tools |
| 2340 | 2023-11-18T00:57:35.275Z | ++ pwd |
| 2341 | 2023-11-18T00:57:35.278Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2342 | 2023-11-18T00:57:35.284Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2343 | 2023-11-18T00:57:35.288Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2344 | 2023-11-18T00:57:35.291Z | ++ readlink -f /work |
| 2345 | 2023-11-18T00:57:35.294Z | + out_dir=/work |
| 2346 | 2023-11-18T00:57:35.298Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2347 | 2023-11-18T00:57:35.301Z | + for dep in "${deps[@]}" |
| 2348 | 2023-11-18T00:57:35.304Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2349 | 2023-11-18T00:57:35.308Z | + for dep in "${deps[@]}" |
| 2350 | 2023-11-18T00:57:35.311Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2351 | 2023-11-18T00:57:35.315Z | ++ mktemp -d |
| 2352 | 2023-11-18T00:57:35.318Z | + tmp_trampoline=/tmp/tmp.30aWzh |
| 2353 | 2023-11-18T00:57:35.322Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2354 | 2023-11-18T00:57:35.326Z | + echo '{"v":"1","t":"layer"}' |
| 2355 | 2023-11-18T00:57:35.346Z | + pkg_dir=/tmp/tmp.30aWzh/root/opt/oxide/installinator |
| 2356 | 2023-11-18T00:57:35.774Z | + mkdir -p /tmp/tmp.30aWzh/root/opt/oxide/installinator |
| 2357 | 2023-11-18T00:57:35.779Z | + cd /tmp/tmp.30aWzh/root/opt/oxide/installinator |
| 2358 | 2023-11-18T00:57:35.783Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2359 | 2023-11-18T00:57:35.786Z | x ., 0 bytes, 0 tape blocks |
| 2360 | 2023-11-18T00:57:35.796Z | x installinator, 53183680 bytes, 103875 tape blocks |
| 2361 | 2023-11-18T00:57:35.800Z | x pkg, 0 bytes, 0 tape blocks |
| 2362 | 2023-11-18T00:57:35.803Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2363 | 2023-11-18T00:57:35.806Z | x VERSION, 25 bytes, 1 tape blocks |
| 2364 | 2023-11-18T00:57:35.809Z | + mkdir -p /tmp/tmp.30aWzh/root/lib/svc/manifest/site/ |
| 2365 | 2023-11-18T00:57:35.813Z | + mv pkg/manifest.xml /tmp/tmp.30aWzh/root/lib/svc/manifest/site/installinator.xml |
| 2366 | 2023-11-18T00:57:35.816Z | + cd - |
| 2367 | 2023-11-18T00:57:35.820Z | /work/oxidecomputer/omicron |
| 2368 | 2023-11-18T00:57:35.823Z | + pkg_dir=/tmp/tmp.30aWzh/root/opt/oxide/mg-ddm |
| 2369 | 2023-11-18T00:57:35.827Z | + mkdir -p /tmp/tmp.30aWzh/root/opt/oxide/mg-ddm |
| 2370 | 2023-11-18T00:57:35.830Z | + cd /tmp/tmp.30aWzh/root/opt/oxide/mg-ddm |
| 2371 | 2023-11-18T00:57:35.834Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2372 | 2023-11-18T00:57:35.839Z | x ., 0 bytes, 0 tape blocks |
| 2373 | 2023-11-18T00:57:35.842Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
| 2374 | 2023-11-18T00:57:35.846Z | x ddmd, 29783336 bytes, 58171 tape blocks |
| 2375 | 2023-11-18T00:57:35.849Z | x pkg, 0 bytes, 0 tape blocks |
| 2376 | 2023-11-18T00:57:35.852Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2377 | 2023-11-18T00:57:35.855Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2378 | 2023-11-18T00:57:35.858Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2379 | 2023-11-18T00:57:35.861Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2380 | 2023-11-18T00:57:35.865Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2381 | 2023-11-18T00:57:35.869Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2382 | 2023-11-18T00:57:35.874Z | x VERSION, 25 bytes, 1 tape blocks |
| 2383 | 2023-11-18T00:57:35.876Z | + cd - |
| 2384 | 2023-11-18T00:57:35.880Z | /work/oxidecomputer/omicron |
| 2385 | 2023-11-18T00:57:35.883Z | + cd /tmp/tmp.30aWzh |
| 2386 | 2023-11-18T00:57:35.886Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2387 | 2023-11-18T00:57:41.472Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2388 | 2023-11-18T00:57:41.475Z | a oxide.json 1K |
| 2389 | 2023-11-18T00:57:41.478Z | a root/ 0K |
| 2390 | 2023-11-18T00:57:41.482Z | a root/opt/ 0K |
| 2391 | 2023-11-18T00:57:41.485Z | a root/opt/oxide/ 0K |
| 2392 | 2023-11-18T00:57:41.489Z | a root/opt/oxide/installinator/ 0K |
| 2393 | 2023-11-18T00:57:41.496Z | a root/opt/oxide/installinator/installinator 51938K |
| 2394 | 2023-11-18T00:57:41.500Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2395 | 2023-11-18T00:57:41.503Z | a root/opt/oxide/installinator/VERSION 1K |
| 2396 | 2023-11-18T00:57:41.506Z | a root/opt/oxide/mg-ddm/ 0K |
| 2397 | 2023-11-18T00:57:41.509Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
| 2398 | 2023-11-18T00:57:41.517Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
| 2399 | 2023-11-18T00:57:41.520Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2400 | 2023-11-18T00:57:41.523Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2401 | 2023-11-18T00:57:41.526Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2402 | 2023-11-18T00:57:41.529Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2403 | 2023-11-18T00:57:41.533Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2404 | 2023-11-18T00:57:41.538Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2405 | 2023-11-18T00:57:41.542Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2406 | 2023-11-18T00:57:41.545Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2407 | 2023-11-18T00:57:41.548Z | a root/lib/ 0K |
| 2408 | 2023-11-18T00:57:41.551Z | a root/lib/svc/ 0K |
| 2409 | 2023-11-18T00:57:41.554Z | a root/lib/svc/manifest/ 0K |
| 2410 | 2023-11-18T00:57:41.558Z | a root/lib/svc/manifest/site/ 0K |
| 2411 | 2023-11-18T00:57:41.562Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2412 | 2023-11-18T00:57:41.565Z | + cd / |
| 2413 | 2023-11-18T00:57:41.567Z | + rm -rf /tmp/tmp.30aWzh |
| 2414 | 2023-11-18T00:57:41.570Z | |
| 2415 | 2023-11-18T00:57:41.574Z | real 6.237710519 |
| 2416 | 2023-11-18T00:57:41.577Z | user 5.831849047 |
| 2417 | 2023-11-18T00:57:41.581Z | sys 0.433838494 |
| 2418 | 2023-11-18T00:57:41.584Z | trap 0.001915981 |
| 2419 | 2023-11-18T00:57:41.589Z | tflt 0.000000000 |
| 2420 | 2023-11-18T00:57:41.592Z | dflt 0.000000000 |
| 2421 | 2023-11-18T00:57:41.595Z | kflt 0.000000000 |
| 2422 | 2023-11-18T00:57:41.601Z | lock 0.000000000 |
| 2423 | 2023-11-18T00:57:41.605Z | slp 12.061498851 |
| 2424 | 2023-11-18T00:57:41.608Z | lat 0.189242830 |
| 2425 | 2023-11-18T00:57:41.611Z | stop 0.000320468 |
| 2426 | 2023-11-18T00:57:41.616Z | process exited: duration 2311353 ms, exit code 0 |
| |
| 2427 | 2023-11-18T00:57:41.624Z | found 21 output files |
| 2428 | 2023-11-18T00:57:41.631Z | uploading: /work/version.txt (26 bytes) |
| 2429 | 2023-11-18T00:57:42.655Z | uploaded: /work/version.txt |
| 2430 | 2023-11-18T00:57:42.675Z | uploading: /work/package.tar.gz (80090416 bytes) |
| 2431 | 2023-11-18T00:58:07.759Z | uploaded: /work/package.tar.gz |
| 2432 | 2023-11-18T00:58:07.771Z | uploading: /work/global-zone-packages.tar.gz (121157757 bytes) |
| 2433 | 2023-11-18T00:58:43.845Z | uploaded: /work/global-zone-packages.tar.gz |
| 2434 | 2023-11-18T00:58:43.867Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36883397 bytes) |
| 2435 | 2023-11-18T00:58:56.464Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2436 | 2023-11-18T00:58:56.476Z | uploading: /work/zones/clickhouse.tar.gz (181745597 bytes) |
| 2437 | 2023-11-18T00:59:56.168Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2438 | 2023-11-18T00:59:56.224Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181745044 bytes) |
| 2439 | 2023-11-18T01:01:07.334Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2440 | 2023-11-18T01:01:07.358Z | uploading: /work/zones/cockroachdb.tar.gz (118817353 bytes) |
| 2441 | 2023-11-18T01:01:53.011Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2442 | 2023-11-18T01:01:53.018Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
| 2443 | 2023-11-18T01:02:00.408Z | uploaded: /work/zones/crucible-pantry.tar.gz |
| 2444 | 2023-11-18T01:02:00.419Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
| 2445 | 2023-11-18T01:02:14.101Z | uploaded: /work/zones/crucible.tar.gz |
| 2446 | 2023-11-18T01:02:14.112Z | uploading: /work/zones/external-dns.tar.gz (24181230 bytes) |
| 2447 | 2023-11-18T01:02:21.665Z | uploaded: /work/zones/external-dns.tar.gz |
| 2448 | 2023-11-18T01:02:21.676Z | uploading: /work/zones/internal-dns.tar.gz (24181229 bytes) |
| 2449 | 2023-11-18T01:02:29.823Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2450 | 2023-11-18T01:02:29.826Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
| 2451 | 2023-11-18T01:02:30.833Z | uploaded: /work/zones/ntp.tar.gz |
| 2452 | 2023-11-18T01:02:30.845Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18131968 bytes) |
| 2453 | 2023-11-18T01:02:38.765Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2454 | 2023-11-18T01:02:38.777Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18132355 bytes) |
| 2455 | 2023-11-18T01:02:43.168Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2456 | 2023-11-18T01:02:43.180Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74781649 bytes) |
| 2457 | 2023-11-18T01:03:10.704Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
| 2458 | 2023-11-18T01:03:11.125Z | uploading: /work/zones/omicron-nexus.tar.gz (74782080 bytes) |
| 2459 | 2023-11-18T01:03:40.001Z | uploaded: /work/zones/omicron-nexus.tar.gz |
| 2460 | 2023-11-18T01:03:40.011Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
| 2461 | 2023-11-18T01:03:41.039Z | uploaded: /work/zones/overlay.tar.gz |
| 2462 | 2023-11-18T01:03:41.541Z | uploading: /work/zones/oximeter-collector.tar.gz (34018274 bytes) |
| 2463 | 2023-11-18T01:03:54.489Z | uploaded: /work/zones/oximeter-collector.tar.gz |
| 2464 | 2023-11-18T01:03:54.506Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
| 2465 | 2023-11-18T01:04:19.578Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2466 | 2023-11-18T01:04:19.592Z | uploading: /work/zones/switch-asic.tar.gz (247522510 bytes) |
| 2467 | 2023-11-18T01:06:11.687Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2468 | 2023-11-18T01:06:11.706Z | uploading: /work/zones/switch-softnpu.tar.gz (171530898 bytes) |
| 2469 | 2023-11-18T01:07:09.119Z | uploaded: /work/zones/switch-softnpu.tar.gz |