|
|
|
| 1 | 2023-11-30T04:09:28.315Z | job assigned to worker 01HGF6K3Z1V8S6WT4N2AFQ3TS6 (queued for 1 m 30 s) |
| |
| 2 | 2023-11-30T04:09:28.449Z | starting task 0: "setup" |
| 3 | 2023-11-30T04:09:28.506Z | ++ uname -s |
| 4 | 2023-11-30T04:09:28.512Z | + kern=SunOS |
| 5 | 2023-11-30T04:09:28.512Z | + case "$kern" in |
| 6 | 2023-11-30T04:09:28.512Z | + groupadd -g 12345 build |
| 7 | 2023-11-30T04:09:28.512Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-30T04:09:30.522Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-30T04:09:30.633Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-30T04:09:30.635Z | + home_fs=zfs |
| 11 | 2023-11-30T04:09:30.635Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-30T04:09:30.635Z | + mkdir -p /home/build |
| 13 | 2023-11-30T04:09:30.638Z | + chown build:build /home/build /work |
| 14 | 2023-11-30T04:09:32.641Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-30T04:09:32.645Z | process exited: duration 4195 ms, exit code 0 |
| |
| 16 | 2023-11-30T04:09:32.652Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-30T04:09:32.659Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-30T04:09:32.662Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-30T04:09:32.839Z | info: downloading installer |
| 20 | 2023-11-30T04:09:34.583Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-30T04:09:34.583Z | warning: /opt/ooce/bin |
| 22 | 2023-11-30T04:09:34.583Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-30T04:09:34.583Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-30T04:09:34.583Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-30T04:09:34.583Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-30T04:09:34.583Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-30T04:09:34.584Z | error: cannot install while Rust is installed |
| 28 | 2023-11-30T04:09:34.584Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-30T04:09:34.766Z | info: profile set to 'default' |
| 30 | 2023-11-30T04:09:34.766Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-30T04:09:34.769Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-30T04:09:34.942Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-30T04:09:34.942Z | info: downloading component 'cargo' |
| 34 | 2023-11-30T04:09:35.584Z | info: downloading component 'clippy' |
| 35 | 2023-11-30T04:09:35.819Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-30T04:09:36.637Z | info: downloading component 'rust-std' |
| 37 | 2023-11-30T04:09:46.388Z | info: downloading component 'rustc' |
| 38 | 2023-11-30T04:09:46.515Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-30T04:09:46.515Z | info: installing component 'cargo' |
| 40 | 2023-11-30T04:09:46.515Z | info: installing component 'clippy' |
| 41 | 2023-11-30T04:09:46.515Z | info: installing component 'rust-docs' |
| 42 | 2023-11-30T04:09:47.998Z | info: installing component 'rust-std' |
| 43 | 2023-11-30T04:09:52.032Z | info: installing component 'rustc' |
| 44 | 2023-11-30T04:10:01.886Z | info: installing component 'rustfmt' |
| 45 | 2023-11-30T04:10:02.304Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-30T04:10:02.304Z | |
| 47 | 2023-11-30T04:10:02.441Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-30T04:10:02.441Z | |
| 49 | 2023-11-30T04:10:02.449Z | |
| 50 | 2023-11-30T04:10:02.450Z | Rust is installed now. Great! |
| 51 | 2023-11-30T04:10:02.450Z | |
| 52 | 2023-11-30T04:10:02.450Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-30T04:10:02.450Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-30T04:10:02.450Z | |
| 55 | 2023-11-30T04:10:02.450Z | To configure your current shell, run: |
| 56 | 2023-11-30T04:10:02.450Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-30T04:10:02.530Z | + rustc --version |
| 58 | 2023-11-30T04:10:02.672Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-30T04:10:02.678Z | process exited: duration 30024 ms, exit code 0 |
| |
| 60 | 2023-11-30T04:10:02.684Z | starting task 2: "authentication" |
| 61 | 2023-11-30T04:10:02.717Z | process exited: duration 33 ms, exit code 0 |
| |
| 62 | 2023-11-30T04:10:02.724Z | starting task 3: "clone repository" |
| 63 | 2023-11-30T04:10:02.731Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-30T04:10:02.734Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-30T04:10:02.780Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-30T04:10:08.966Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-30T04:10:08.967Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
| 68 | 2023-11-30T04:10:08.970Z | + git fetch origin renovate/taiki-e-install-action-digest |
| 69 | 2023-11-30T04:10:09.341Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-30T04:10:09.342Z | * branch renovate/taiki-e-install-action-digest -> FETCH_HEAD |
| 71 | 2023-11-30T04:10:09.349Z | + git checkout -B renovate/taiki-e-install-action-digest remotes/origin/renovate/taiki-e-install-action-digest |
| 72 | 2023-11-30T04:10:09.441Z | Switched to a new branch 'renovate/taiki-e-install-action-digest' |
| 73 | 2023-11-30T04:10:09.445Z | branch 'renovate/taiki-e-install-action-digest' set up to track 'origin/renovate/taiki-e-install-action-digest'. |
| 74 | 2023-11-30T04:10:09.445Z | + git reset --hard 188f6e23c33c475062c14b75da540b0592542301 |
| 75 | 2023-11-30T04:10:09.601Z | HEAD is now at 188f6e23 Update taiki-e/install-action digest to 6b385b7 |
| 76 | 2023-11-30T04:10:09.606Z | process exited: duration 6880 ms, exit code 0 |
| |
| 77 | 2023-11-30T04:10:09.614Z | starting task 4: "build" |
| 78 | 2023-11-30T04:10:09.621Z | + cargo --version |
| 79 | 2023-11-30T04:10:09.628Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-11-30T04:10:09.826Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-11-30T04:10:09.830Z | info: downloading component 'cargo' |
| 82 | 2023-11-30T04:10:10.672Z | info: downloading component 'clippy' |
| 83 | 2023-11-30T04:10:10.934Z | info: downloading component 'rust-docs' |
| 84 | 2023-11-30T04:10:11.984Z | info: downloading component 'rust-std' |
| 85 | 2023-11-30T04:10:18.108Z | info: downloading component 'rustc' |
| 86 | 2023-11-30T04:10:18.108Z | info: downloading component 'rustfmt' |
| 87 | 2023-11-30T04:10:18.339Z | info: installing component 'cargo' |
| 88 | 2023-11-30T04:10:19.651Z | info: installing component 'clippy' |
| 89 | 2023-11-30T04:10:20.119Z | info: installing component 'rust-docs' |
| 90 | 2023-11-30T04:10:22.880Z | info: installing component 'rust-std' |
| 91 | 2023-11-30T04:10:25.513Z | info: installing component 'rustc' |
| 92 | 2023-11-30T04:10:31.831Z | info: installing component 'rustfmt' |
| 93 | 2023-11-30T04:10:32.344Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-11-30T04:10:32.348Z | + rustc --version |
| 95 | 2023-11-30T04:10:32.477Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-11-30T04:10:32.485Z | ++ git rev-parse HEAD |
| 97 | 2023-11-30T04:10:32.489Z | + COMMIT=188f6e23c33c475062c14b75da540b0592542301 |
| 98 | 2023-11-30T04:10:32.491Z | + VERSION=1.0.4-0.ci+git188f6e23c33 |
| 99 | 2023-11-30T04:10:32.491Z | + echo 1.0.4-0.ci+git188f6e23c33 |
| 100 | 2023-11-30T04:10:32.491Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2023-11-30T04:10:40.506Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2023-11-30T04:10:41.545Z | Startup: Caching catalogs ... Done |
| 103 | 2023-11-30T04:10:47.119Z | Planning: Solver setup ... Done (5.199s) |
| 104 | 2023-11-30T04:10:47.247Z | Planning: Running solver ... Done (0.128s) |
| 105 | 2023-11-30T04:10:47.350Z | Planning: Finding local manifests ... Done (0.006s) |
| 106 | 2023-11-30T04:10:47.353Z | Planning: Fetching manifests: 0/4 0% complete |
| 107 | 2023-11-30T04:10:47.630Z | Planning: Fetching manifests: 4/4 100% complete |
| 108 | 2023-11-30T04:10:47.708Z | Planning: Package planning ... Done (0.079s) |
| 109 | 2023-11-30T04:10:47.795Z | Planning: Merging actions ... Done (0.086s) |
| 110 | 2023-11-30T04:10:48.428Z | Planning: Checking for conflicting actions ... Done (0.634s) |
| 111 | 2023-11-30T04:10:48.461Z | Planning: Consolidating action changes ... Done (0.018s) |
| 112 | 2023-11-30T04:10:51.749Z | Planning: Evaluating mediators ... Done (3.302s) |
| 113 | 2023-11-30T04:10:51.764Z | Planning: Planning completed in 10.16 seconds |
| 114 | 2023-11-30T04:10:51.789Z | Packages to install: 4 |
| 115 | 2023-11-30T04:10:51.789Z | Mediators to change: 2 |
| 116 | 2023-11-30T04:10:51.792Z | Services to change: 1 |
| 117 | 2023-11-30T04:10:51.792Z | Estimated space available: 148.88 GB |
| 118 | 2023-11-30T04:10:51.792Z | Estimated space to be consumed: 1.38 GB |
| 119 | 2023-11-30T04:10:51.792Z | Create boot environment: No |
| 120 | 2023-11-30T04:10:51.792Z | Create backup boot environment: No |
| 121 | 2023-11-30T04:10:51.792Z | Rebuild boot archive: No |
| 122 | 2023-11-30T04:10:51.792Z | |
| 123 | 2023-11-30T04:10:51.793Z | Changed mediators: |
| 124 | 2023-11-30T04:10:51.793Z | mediator clang: |
| 125 | 2023-11-30T04:10:51.793Z | version: None -> 15 (system default) |
| 126 | 2023-11-30T04:10:51.793Z | |
| 127 | 2023-11-30T04:10:51.793Z | mediator llvm: |
| 128 | 2023-11-30T04:10:51.793Z | version: 14 (system default) -> 15 (system default) |
| 129 | 2023-11-30T04:10:51.793Z | |
| 130 | 2023-11-30T04:10:51.793Z | Changed packages: |
| 131 | 2023-11-30T04:10:51.793Z | helios-dev |
| 132 | 2023-11-30T04:10:51.793Z | developer/build-essential |
| 133 | 2023-11-30T04:10:51.793Z | None -> 11-2.0 |
| 134 | 2023-11-30T04:10:51.793Z | library/libxmlsec1 |
| 135 | 2023-11-30T04:10:51.793Z | None -> 1.2.35-2.0 |
| 136 | 2023-11-30T04:10:51.793Z | ooce/developer/clang-15 |
| 137 | 2023-11-30T04:10:51.793Z | None -> 15.0.7-2.0 |
| 138 | 2023-11-30T04:10:51.793Z | ooce/developer/llvm-15 |
| 139 | 2023-11-30T04:10:51.793Z | None -> 15.0.7-2.0 |
| 140 | 2023-11-30T04:10:51.793Z | |
| 141 | 2023-11-30T04:10:51.793Z | Services: |
| 142 | 2023-11-30T04:10:51.793Z | restart_fmri: |
| 143 | 2023-11-30T04:10:51.793Z | svc:/system/update-man-index:default |
| 144 | 2023-11-30T04:10:51.972Z | |
| 145 | 2023-11-30T04:10:51.972Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 146 | 2023-11-30T04:10:58.318Z | Download: 211/3290 items 1.3/212.6MB 0% complete (888k/s) |
| 147 | 2023-11-30T04:11:03.331Z | Download: 1195/3290 items 79.7/212.6MB 37% complete (8.0M/s) |
| 148 | 2023-11-30T04:11:08.319Z | Download: 1818/3290 items 118.4/212.6MB 55% complete (11.8M/s) |
| 149 | 2023-11-30T04:11:13.406Z | Download: 3243/3290 items 186.0/212.6MB 87% complete (10.8M/s) |
| 150 | 2023-11-30T04:11:16.107Z | Download: Completed 212.60 MB in 24.14 seconds (8.8M/s) |
| 151 | 2023-11-30T04:11:16.868Z | Actions: 1/3687 actions (Installing new actions) |
| 152 | 2023-11-30T04:11:22.036Z | Actions: 2516/3687 actions (Installing new actions) |
| 153 | 2023-11-30T04:11:25.046Z | Actions: Completed 3687 actions in 8.18 seconds. |
| 154 | 2023-11-30T04:11:25.234Z | Done (0.181s) |
| 155 | 2023-11-30T04:11:25.234Z | Done (0.000s) |
| 156 | 2023-11-30T04:11:25.509Z | Done (0.230s) |
| 157 | 2023-11-30T04:11:33.039Z | Done (7.455s) |
| 158 | 2023-11-30T04:11:33.229Z | Done (0.091s) |
| 159 | 2023-11-30T04:11:33.233Z | Done (0.000s) |
| 160 | 2023-11-30T04:11:33.460Z | Done (0.000s) |
| 161 | 2023-11-30T04:11:34.150Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2023-11-30T04:11:34.434Z | Planning: Checking for conflicting actions ... Done |
| 163 | 2023-11-30T04:11:34.438Z | Planning: Consolidating action changes ... Done |
| 164 | 2023-11-30T04:11:34.923Z | Planning: Evaluating mediators ... Done |
| 165 | 2023-11-30T04:11:34.927Z | Planning: Planning completed in 0.72 seconds |
| 166 | 2023-11-30T04:11:34.927Z | Mediators to change: 2 |
| 167 | 2023-11-30T04:11:34.927Z | Create boot environment: No |
| 168 | 2023-11-30T04:11:34.927Z | Create backup boot environment: No |
| 169 | 2023-11-30T04:11:35.135Z | Done |
| 170 | 2023-11-30T04:11:35.135Z | Done |
| 171 | 2023-11-30T04:11:35.277Z | Done |
| 172 | 2023-11-30T04:11:41.036Z | Done |
| 173 | 2023-11-30T04:11:41.158Z | Done |
| 174 | 2023-11-30T04:11:41.161Z | Done |
| 175 | 2023-11-30T04:11:41.313Z | Done |
| 176 | 2023-11-30T04:11:42.317Z | Planning: Evaluating mediator changes ... Done |
| 177 | 2023-11-30T04:11:42.321Z | Planning: Merging actions ... Done |
| 178 | 2023-11-30T04:11:42.653Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2023-11-30T04:11:42.656Z | Planning: Consolidating action changes ... Done |
| 180 | 2023-11-30T04:11:43.095Z | Planning: Evaluating mediators ... Done |
| 181 | 2023-11-30T04:11:43.188Z | Planning: Planning completed in 1.30 seconds |
| 182 | 2023-11-30T04:11:43.241Z | Packages to change: 1 |
| 183 | 2023-11-30T04:11:43.252Z | Mediators to change: 1 |
| 184 | 2023-11-30T04:11:43.252Z | Services to change: 1 |
| 185 | 2023-11-30T04:11:43.252Z | Create boot environment: No |
| 186 | 2023-11-30T04:11:43.252Z | Create backup boot environment: Yes |
| 187 | 2023-11-30T04:11:45.253Z | Actions: 1/6 actions (Updating modified actions) |
| 188 | 2023-11-30T04:11:45.255Z | Actions: Completed 6 actions in 0.00 seconds. |
| 189 | 2023-11-30T04:11:45.255Z | Done |
| 190 | 2023-11-30T04:11:45.255Z | Done |
| 191 | 2023-11-30T04:11:45.309Z | Done |
| 192 | 2023-11-30T04:11:51.036Z | Done |
| 193 | 2023-11-30T04:11:51.157Z | Done |
| 194 | 2023-11-30T04:11:51.160Z | Done |
| 195 | 2023-11-30T04:11:51.293Z | Done |
| 196 | 2023-11-30T04:11:51.936Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 197 | 2023-11-30T04:11:51.936Z | clang system 15 system |
| 198 | 2023-11-30T04:11:51.936Z | csh system system illumos |
| 199 | 2023-11-30T04:11:51.936Z | ctags system system illumos |
| 200 | 2023-11-30T04:11:51.936Z | gcc vendor 12 vendor |
| 201 | 2023-11-30T04:11:51.936Z | gcc system 10 system |
| 202 | 2023-11-30T04:11:51.936Z | gcc system 7 system |
| 203 | 2023-11-30T04:11:51.936Z | go system 1.20 system |
| 204 | 2023-11-30T04:11:51.936Z | go system 1.19 system |
| 205 | 2023-11-30T04:11:51.936Z | llvm system 15 system |
| 206 | 2023-11-30T04:11:51.936Z | llvm system 14 system |
| 207 | 2023-11-30T04:11:51.936Z | mariadb system 10.6 system |
| 208 | 2023-11-30T04:11:51.937Z | mta vendor vendor dma |
| 209 | 2023-11-30T04:11:51.937Z | openjdk system 17 system |
| 210 | 2023-11-30T04:11:51.938Z | openjdk system 11 system |
| 211 | 2023-11-30T04:11:51.938Z | openjdk system 1.8 system |
| 212 | 2023-11-30T04:11:51.938Z | openssl vendor 3 vendor |
| 213 | 2023-11-30T04:11:51.938Z | perl system 5.36 system |
| 214 | 2023-11-30T04:11:51.938Z | postgresql system 15 system |
| 215 | 2023-11-30T04:11:51.938Z | postgresql system 13 system |
| 216 | 2023-11-30T04:11:51.938Z | python vendor 3 vendor |
| 217 | 2023-11-30T04:11:51.938Z | python system 2 system |
| 218 | 2023-11-30T04:11:51.938Z | python3 system 3.11 system |
| 219 | 2023-11-30T04:11:51.938Z | ruby system 3.0 system |
| 220 | 2023-11-30T04:11:51.938Z | words vendor vendor american-english |
| 221 | 2023-11-30T04:11:51.938Z | words system system australian-english |
| 222 | 2023-11-30T04:11:51.938Z | words system system british-english |
| 223 | 2023-11-30T04:11:51.938Z | words system system canadian-english |
| 224 | 2023-11-30T04:11:51.938Z | words system system french |
| 225 | 2023-11-30T04:11:51.938Z | words system system italian |
| 226 | 2023-11-30T04:11:51.938Z | words system system ngerman |
| 227 | 2023-11-30T04:11:51.938Z | words system system ogerman |
| 228 | 2023-11-30T04:11:51.938Z | words system system spanish |
| 229 | 2023-11-30T04:11:52.465Z | FMRI IFO |
| 230 | 2023-11-30T04:11:52.466Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 231 | 2023-11-30T04:11:52.466Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 232 | 2023-11-30T04:11:52.466Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 233 | 2023-11-30T04:11:52.466Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 234 | 2023-11-30T04:11:52.466Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 235 | 2023-11-30T04:11:52.466Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 236 | 2023-11-30T04:11:52.537Z | + set -o errexit |
| 237 | 2023-11-30T04:11:52.540Z | +++ dirname ./tools/ci_download_cockroachdb |
| 238 | 2023-11-30T04:11:52.542Z | ++ cd ./tools |
| 239 | 2023-11-30T04:11:52.542Z | ++ pwd |
| 240 | 2023-11-30T04:11:52.542Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 241 | 2023-11-30T04:11:52.545Z | ++ basename ./tools/ci_download_cockroachdb |
| 242 | 2023-11-30T04:11:52.545Z | + ARG0=ci_download_cockroachdb |
| 243 | 2023-11-30T04:11:52.548Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 244 | 2023-11-30T04:11:52.551Z | + CIDL_VERSION=v22.1.9 |
| 245 | 2023-11-30T04:11:52.551Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 246 | 2023-11-30T04:11:52.551Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 247 | 2023-11-30T04:11:52.551Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 248 | 2023-11-30T04:11:52.551Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 249 | 2023-11-30T04:11:52.551Z | + TARGET_DIR=out |
| 250 | 2023-11-30T04:11:52.551Z | + DOWNLOAD_DIR=out/downloads |
| 251 | 2023-11-30T04:11:52.551Z | + DEST_DIR=./out/cockroachdb |
| 252 | 2023-11-30T04:11:52.551Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 253 | 2023-11-30T04:11:52.551Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 254 | 2023-11-30T04:11:52.551Z | + main |
| 255 | 2023-11-30T04:11:52.551Z | + [[ 0 != 0 ]] |
| 256 | 2023-11-30T04:11:52.551Z | + CIDL_OS=solaris2.11 |
| 257 | 2023-11-30T04:11:52.551Z | + [[ 0 != 0 ]] |
| 258 | 2023-11-30T04:11:52.551Z | + configure_os solaris2.11 |
| 259 | 2023-11-30T04:11:52.553Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 260 | 2023-11-30T04:11:52.553Z | current directory: /work/oxidecomputer/omicron |
| 261 | 2023-11-30T04:11:52.553Z | configuring based on OS: "solaris2.11" |
| 262 | 2023-11-30T04:11:52.553Z | + echo 'configuring based on OS: "solaris2.11"' |
| 263 | 2023-11-30T04:11:52.555Z | + case "$1" in |
| 264 | 2023-11-30T04:11:52.555Z | + CIDL_BUILD=illumos |
| 265 | 2023-11-30T04:11:52.555Z | + CIDL_SUFFIX=tar.gz |
| 266 | 2023-11-30T04:11:52.555Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 267 | 2023-11-30T04:11:52.555Z | + CIDL_MD5FUNC=do_md5sum |
| 268 | 2023-11-30T04:11:52.555Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 269 | 2023-11-30T04:11:52.555Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 270 | 2023-11-30T04:11:52.555Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 271 | 2023-11-30T04:11:52.555Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 272 | 2023-11-30T04:11:52.555Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 273 | 2023-11-30T04:11:52.555Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 274 | 2023-11-30T04:11:52.555Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 275 | 2023-11-30T04:11:52.555Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 276 | 2023-11-30T04:11:52.555Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 277 | 2023-11-30T04:11:52.555Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 278 | 2023-11-30T04:11:52.555Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 279 | 2023-11-30T04:11:52.555Z | + mkdir -p out/downloads |
| 280 | 2023-11-30T04:11:52.558Z | + mkdir -p ./out/cockroachdb |
| 281 | 2023-11-30T04:11:52.558Z | + local DO_DOWNLOAD=true |
| 282 | 2023-11-30T04:11:52.558Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 283 | 2023-11-30T04:11:52.558Z | + '[' true == true ']' |
| 284 | 2023-11-30T04:11:52.558Z | + echo Downloading... |
| 285 | 2023-11-30T04:11:52.560Z | + 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-30T04:11:52.560Z | Downloading... |
| 287 | 2023-11-30T04:11:52.560Z | + 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 |
| 288 | 2023-11-30T04:11:59.572Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 289 | 2023-11-30T04:11:59.575Z | ++ md5sum |
| 290 | 2023-11-30T04:11:59.575Z | ++ awk '{print $1}' |
| 291 | 2023-11-30T04:11:59.757Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 292 | 2023-11-30T04:11:59.757Z | + [[ 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 ]] |
| 293 | 2023-11-30T04:11:59.766Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2023-11-30T04:11:59.766Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 295 | 2023-11-30T04:12:03.148Z | + do_assemble_illumos |
| 296 | 2023-11-30T04:12:03.148Z | + rm -r ./out/cockroachdb |
| 297 | 2023-11-30T04:12:03.152Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 298 | 2023-11-30T04:12:03.746Z | + ./out/cockroachdb/bin/cockroach version |
| 299 | 2023-11-30T04:12:03.952Z | Build Tag: v22.1.9-dirty |
| 300 | 2023-11-30T04:12:03.952Z | Build Time: 2022/10/26 21:17:46 |
| 301 | 2023-11-30T04:12:03.952Z | Distribution: OSS |
| 302 | 2023-11-30T04:12:03.952Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 303 | 2023-11-30T04:12:03.952Z | Go Version: go1.17.13 |
| 304 | 2023-11-30T04:12:03.952Z | C Compiler: gcc 10.3.0 |
| 305 | 2023-11-30T04:12:03.953Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 306 | 2023-11-30T04:12:03.955Z | Build Type: release |
| 307 | 2023-11-30T04:12:03.976Z | + set -o errexit |
| 308 | 2023-11-30T04:12:03.981Z | +++ dirname ./tools/ci_download_clickhouse |
| 309 | 2023-11-30T04:12:03.985Z | ++ cd ./tools |
| 310 | 2023-11-30T04:12:03.985Z | ++ pwd |
| 311 | 2023-11-30T04:12:03.985Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 312 | 2023-11-30T04:12:03.985Z | ++ basename ./tools/ci_download_clickhouse |
| 313 | 2023-11-30T04:12:03.985Z | + ARG0=ci_download_clickhouse |
| 314 | 2023-11-30T04:12:03.985Z | + TARGET_DIR=out |
| 315 | 2023-11-30T04:12:03.986Z | + DOWNLOAD_DIR=out/downloads |
| 316 | 2023-11-30T04:12:03.986Z | + DEST_DIR=./out/clickhouse |
| 317 | 2023-11-30T04:12:03.986Z | + CIDL_VERSION=v22.8.9.24 |
| 318 | 2023-11-30T04:12:03.986Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 319 | 2023-11-30T04:12:03.986Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 320 | 2023-11-30T04:12:03.986Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 321 | 2023-11-30T04:12:03.986Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 322 | 2023-11-30T04:12:03.986Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 323 | 2023-11-30T04:12:03.986Z | + main |
| 324 | 2023-11-30T04:12:03.986Z | + [[ 0 != 0 ]] |
| 325 | 2023-11-30T04:12:03.986Z | + CIDL_OS=solaris2.11 |
| 326 | 2023-11-30T04:12:03.986Z | + [[ 0 != 0 ]] |
| 327 | 2023-11-30T04:12:03.986Z | + configure_os solaris2.11 |
| 328 | 2023-11-30T04:12:03.986Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 329 | 2023-11-30T04:12:03.986Z | current directory: /work/oxidecomputer/omicron |
| 330 | 2023-11-30T04:12:03.986Z | + echo 'configuring based on OS: "solaris2.11"' |
| 331 | 2023-11-30T04:12:03.986Z | + CIDL_DASHREV= |
| 332 | 2023-11-30T04:12:03.986Z | + case "$1" in |
| 333 | 2023-11-30T04:12:03.986Z | configuring based on OS: "solaris2.11" |
| 334 | 2023-11-30T04:12:03.989Z | + CIDL_PLATFORM=illumos |
| 335 | 2023-11-30T04:12:03.989Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 336 | 2023-11-30T04:12:03.989Z | + CIDL_MD5FUNC=do_md5sum |
| 337 | 2023-11-30T04:12:03.989Z | + CIDL_DASHREV=-1 |
| 338 | 2023-11-30T04:12:03.989Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 339 | 2023-11-30T04:12:03.989Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 340 | 2023-11-30T04:12:03.989Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 341 | 2023-11-30T04:12:03.989Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 342 | 2023-11-30T04:12:03.989Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 343 | 2023-11-30T04:12:03.989Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 344 | 2023-11-30T04:12:03.989Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 345 | 2023-11-30T04:12:03.989Z | + mkdir -p out/downloads |
| 346 | 2023-11-30T04:12:03.989Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 347 | 2023-11-30T04:12:03.994Z | + mkdir -p ./out/clickhouse |
| 348 | 2023-11-30T04:12:03.994Z | + local DO_DOWNLOAD=true |
| 349 | 2023-11-30T04:12:03.994Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 350 | 2023-11-30T04:12:03.994Z | + '[' true == true ']' |
| 351 | 2023-11-30T04:12:03.994Z | + echo Downloading... |
| 352 | 2023-11-30T04:12:03.994Z | Downloading... |
| 353 | 2023-11-30T04:12:03.994Z | + 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 |
| 354 | 2023-11-30T04:12:03.994Z | + 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 |
| 355 | 2023-11-30T04:12:05.369Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 356 | 2023-11-30T04:12:05.406Z | ++ md5sum |
| 357 | 2023-11-30T04:12:05.406Z | ++ awk '{print $1}' |
| 358 | 2023-11-30T04:12:05.658Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 359 | 2023-11-30T04:12:05.658Z | + [[ 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 ]] |
| 360 | 2023-11-30T04:12:05.680Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 361 | 2023-11-30T04:12:05.680Z | + mkdir -p ./out/clickhouse |
| 362 | 2023-11-30T04:12:05.680Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 363 | 2023-11-30T04:12:10.532Z | + ./out/clickhouse/clickhouse server --version |
| 364 | 2023-11-30T04:12:10.609Z | ClickHouse server version 22.8.9.1. |
| 365 | 2023-11-30T04:12:10.629Z | + set -o errexit |
| 366 | 2023-11-30T04:12:10.644Z | +++ dirname ./tools/ci_download_console |
| 367 | 2023-11-30T04:12:10.644Z | ++ cd ./tools |
| 368 | 2023-11-30T04:12:10.644Z | ++ pwd |
| 369 | 2023-11-30T04:12:10.644Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 370 | 2023-11-30T04:12:10.644Z | ++ basename ./tools/ci_download_console |
| 371 | 2023-11-30T04:12:10.689Z | + ARG0=ci_download_console |
| 372 | 2023-11-30T04:12:10.689Z | + TARGET_DIR=out |
| 373 | 2023-11-30T04:12:10.689Z | + DOWNLOAD_DIR=out/downloads |
| 374 | 2023-11-30T04:12:10.689Z | + DEST_DIR=./out/console-assets |
| 375 | 2023-11-30T04:12:10.689Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 376 | 2023-11-30T04:12:10.689Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 377 | 2023-11-30T04:12:10.690Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 378 | 2023-11-30T04:12:10.690Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 379 | 2023-11-30T04:12:10.690Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 380 | 2023-11-30T04:12:10.690Z | + main |
| 381 | 2023-11-30T04:12:10.690Z | + [[ 0 != 0 ]] |
| 382 | 2023-11-30T04:12:10.690Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 383 | 2023-11-30T04:12:10.690Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 384 | 2023-11-30T04:12:10.690Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 385 | 2023-11-30T04:12:10.690Z | + local DO_DOWNLOAD=true |
| 386 | 2023-11-30T04:12:10.690Z | Local file: out/downloads/console.tar.gz |
| 387 | 2023-11-30T04:12:10.690Z | + [[ -f out/downloads/console.tar.gz ]] |
| 388 | 2023-11-30T04:12:10.690Z | + mkdir -p out/downloads |
| 389 | 2023-11-30T04:12:10.690Z | + '[' true == true ']' |
| 390 | 2023-11-30T04:12:10.690Z | + echo Downloading... |
| 391 | 2023-11-30T04:12:10.690Z | Downloading... |
| 392 | 2023-11-30T04:12:10.690Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 393 | 2023-11-30T04:12:10.690Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 394 | 2023-11-30T04:12:11.243Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 395 | 2023-11-30T04:12:11.243Z | ++ case "$OSTYPE" in |
| 396 | 2023-11-30T04:12:11.251Z | ++ SHA=sha256sum |
| 397 | 2023-11-30T04:12:11.251Z | ++ sha256sum |
| 398 | 2023-11-30T04:12:11.251Z | ++ awk '{print $1}' |
| 399 | 2023-11-30T04:12:11.269Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 400 | 2023-11-30T04:12:11.269Z | + [[ 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 ]] |
| 401 | 2023-11-30T04:12:11.276Z | + rm -rf ./out/console-assets |
| 402 | 2023-11-30T04:12:11.276Z | + mkdir -p ./out/console-assets |
| 403 | 2023-11-30T04:12:11.276Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 404 | 2023-11-30T04:12:11.278Z | + mkdir -p ./out/console-assets |
| 405 | 2023-11-30T04:12:11.285Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 406 | 2023-11-30T04:12:11.418Z | + set -o errexit |
| 407 | 2023-11-30T04:12:11.438Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 408 | 2023-11-30T04:12:11.439Z | ++ cd ./tools |
| 409 | 2023-11-30T04:12:11.439Z | ++ pwd |
| 410 | 2023-11-30T04:12:11.439Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 411 | 2023-11-30T04:12:11.439Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 412 | 2023-11-30T04:12:11.439Z | + ARG0=ci_download_maghemite_openapi |
| 413 | 2023-11-30T04:12:11.439Z | + TARGET_DIR=out |
| 414 | 2023-11-30T04:12:11.439Z | + DOWNLOAD_DIR=out/downloads |
| 415 | 2023-11-30T04:12:11.439Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 416 | 2023-11-30T04:12:11.439Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 417 | 2023-11-30T04:12:11.439Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 418 | 2023-11-30T04:12:11.440Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 419 | 2023-11-30T04:12:11.440Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 420 | 2023-11-30T04:12:11.440Z | + main |
| 421 | 2023-11-30T04:12:11.441Z | + [[ 0 != 0 ]] |
| 422 | 2023-11-30T04:12:11.441Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
| 423 | 2023-11-30T04:12:11.441Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 424 | 2023-11-30T04:12:11.441Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 425 | 2023-11-30T04:12:11.441Z | + local DO_DOWNLOAD=true |
| 426 | 2023-11-30T04:12:11.441Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 427 | 2023-11-30T04:12:11.441Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 428 | 2023-11-30T04:12:11.441Z | + mkdir -p out/downloads |
| 429 | 2023-11-30T04:12:11.444Z | + '[' true == true ']' |
| 430 | 2023-11-30T04:12:11.444Z | + echo Downloading... |
| 431 | 2023-11-30T04:12:11.444Z | Downloading... |
| 432 | 2023-11-30T04:12:11.444Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 433 | 2023-11-30T04:12:11.444Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 434 | 2023-11-30T04:12:12.086Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 435 | 2023-11-30T04:12:12.086Z | ++ case "$OSTYPE" in |
| 436 | 2023-11-30T04:12:12.086Z | ++ SHA=sha256sum |
| 437 | 2023-11-30T04:12:12.094Z | ++ sha256sum |
| 438 | 2023-11-30T04:12:12.094Z | ++ awk '{print $1}' |
| 439 | 2023-11-30T04:12:12.094Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 440 | 2023-11-30T04:12:12.094Z | + [[ 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 ]] |
| 441 | 2023-11-30T04:12:12.094Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 442 | 2023-11-30T04:12:12.094Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 443 | 2023-11-30T04:12:12.094Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 444 | 2023-11-30T04:12:12.095Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 445 | 2023-11-30T04:12:12.095Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 446 | 2023-11-30T04:12:12.095Z | + main |
| 447 | 2023-11-30T04:12:12.095Z | + [[ 0 != 0 ]] |
| 448 | 2023-11-30T04:12:12.095Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
| 449 | 2023-11-30T04:12:12.095Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 450 | 2023-11-30T04:12:12.095Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 451 | 2023-11-30T04:12:12.095Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 452 | 2023-11-30T04:12:12.095Z | + local DO_DOWNLOAD=true |
| 453 | 2023-11-30T04:12:12.095Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 454 | 2023-11-30T04:12:12.095Z | + mkdir -p out/downloads |
| 455 | 2023-11-30T04:12:12.113Z | + '[' true == true ']' |
| 456 | 2023-11-30T04:12:12.113Z | + echo Downloading... |
| 457 | 2023-11-30T04:12:12.113Z | Downloading... |
| 458 | 2023-11-30T04:12:12.113Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 459 | 2023-11-30T04:12:12.113Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 460 | 2023-11-30T04:12:12.245Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 461 | 2023-11-30T04:12:12.248Z | ++ case "$OSTYPE" in |
| 462 | 2023-11-30T04:12:12.248Z | ++ SHA=sha256sum |
| 463 | 2023-11-30T04:12:12.248Z | ++ sha256sum |
| 464 | 2023-11-30T04:12:12.248Z | ++ awk '{print $1}' |
| 465 | 2023-11-30T04:12:12.251Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 466 | 2023-11-30T04:12:12.251Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
| 467 | 2023-11-30T04:12:12.259Z | + set -o errexit |
| 468 | 2023-11-30T04:12:12.262Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 469 | 2023-11-30T04:12:12.265Z | ++ cd ./tools |
| 470 | 2023-11-30T04:12:12.265Z | ++ pwd |
| 471 | 2023-11-30T04:12:12.265Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 472 | 2023-11-30T04:12:12.267Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 473 | 2023-11-30T04:12:12.268Z | + ARG0=ci_download_dendrite_openapi |
| 474 | 2023-11-30T04:12:12.268Z | + TARGET_DIR=out |
| 475 | 2023-11-30T04:12:12.268Z | + DOWNLOAD_DIR=out/downloads |
| 476 | 2023-11-30T04:12:12.268Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 477 | 2023-11-30T04:12:12.268Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 478 | 2023-11-30T04:12:12.268Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 479 | 2023-11-30T04:12:12.268Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 480 | 2023-11-30T04:12:12.268Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 481 | 2023-11-30T04:12:12.272Z | + main |
| 482 | 2023-11-30T04:12:12.272Z | + [[ 0 != 0 ]] |
| 483 | 2023-11-30T04:12:12.272Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
| 484 | 2023-11-30T04:12:12.272Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 485 | 2023-11-30T04:12:12.272Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
| 486 | 2023-11-30T04:12:12.272Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 487 | 2023-11-30T04:12:12.272Z | + local DO_DOWNLOAD=true |
| 488 | 2023-11-30T04:12:12.272Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
| 489 | 2023-11-30T04:12:12.272Z | + mkdir -p out/downloads |
| 490 | 2023-11-30T04:12:12.272Z | + '[' true == true ']' |
| 491 | 2023-11-30T04:12:12.272Z | + echo Downloading... |
| 492 | 2023-11-30T04:12:12.272Z | Downloading... |
| 493 | 2023-11-30T04:12:12.272Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 494 | 2023-11-30T04:12:12.272Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 495 | 2023-11-30T04:12:12.544Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 496 | 2023-11-30T04:12:12.548Z | ++ case "$OSTYPE" in |
| 497 | 2023-11-30T04:12:12.548Z | ++ SHA=sha256sum |
| 498 | 2023-11-30T04:12:12.548Z | ++ sha256sum |
| 499 | 2023-11-30T04:12:12.548Z | ++ awk '{print $1}' |
| 500 | 2023-11-30T04:12:12.552Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 501 | 2023-11-30T04:12:12.552Z | + [[ 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 ]] |
| 502 | 2023-11-30T04:12:12.561Z | + set -o errexit |
| 503 | 2023-11-30T04:12:12.565Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 504 | 2023-11-30T04:12:12.569Z | ++ cd ./tools |
| 505 | 2023-11-30T04:12:12.569Z | ++ pwd |
| 506 | 2023-11-30T04:12:12.569Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 507 | 2023-11-30T04:12:12.569Z | ++ basename ./tools/ci_download_dendrite_stub |
| 508 | 2023-11-30T04:12:12.573Z | + ARG0=ci_download_dendrite_stub |
| 509 | 2023-11-30T04:12:12.573Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 510 | 2023-11-30T04:12:12.573Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 511 | 2023-11-30T04:12:12.573Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
| 512 | 2023-11-30T04:12:12.574Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
| 513 | 2023-11-30T04:12:12.574Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 514 | 2023-11-30T04:12:12.574Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 515 | 2023-11-30T04:12:12.574Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 516 | 2023-11-30T04:12:12.574Z | + TARGET_DIR=out |
| 517 | 2023-11-30T04:12:12.574Z | + DOWNLOAD_DIR=out/downloads |
| 518 | 2023-11-30T04:12:12.574Z | + DEST_DIR=./out/dendrite-stub |
| 519 | 2023-11-30T04:12:12.575Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 520 | 2023-11-30T04:12:12.575Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 521 | 2023-11-30T04:12:12.575Z | + REPO=oxidecomputer/dendrite |
| 522 | 2023-11-30T04:12:12.575Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 523 | 2023-11-30T04:12:12.575Z | + main |
| 524 | 2023-11-30T04:12:12.576Z | + [[ 0 != 0 ]] |
| 525 | 2023-11-30T04:12:12.576Z | + CIDL_OS=solaris2.11 |
| 526 | 2023-11-30T04:12:12.576Z | + [[ 0 != 0 ]] |
| 527 | 2023-11-30T04:12:12.576Z | + configure_os solaris2.11 |
| 528 | 2023-11-30T04:12:12.576Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 529 | 2023-11-30T04:12:12.576Z | current directory: /work/oxidecomputer/omicron |
| 530 | 2023-11-30T04:12:12.576Z | + echo 'configuring based on OS: "solaris2.11"' |
| 531 | 2023-11-30T04:12:12.576Z | + case "$1" in |
| 532 | 2023-11-30T04:12:12.576Z | configuring based on OS: "solaris2.11" |
| 533 | 2023-11-30T04:12:12.576Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 534 | 2023-11-30T04:12:12.576Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 535 | 2023-11-30T04:12:12.576Z | + SET_BINARIES= |
| 536 | 2023-11-30T04:12:12.576Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 537 | 2023-11-30T04:12:12.577Z | + CIDL_SHA256FUNC=do_sha256sum |
| 538 | 2023-11-30T04:12:12.577Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 539 | 2023-11-30T04:12:12.578Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 540 | 2023-11-30T04:12:12.578Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 541 | 2023-11-30T04:12:12.578Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
| 542 | 2023-11-30T04:12:12.578Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 543 | 2023-11-30T04:12:12.578Z | + mkdir -p out/downloads |
| 544 | 2023-11-30T04:12:12.582Z | + mkdir -p ./out/dendrite-stub |
| 545 | 2023-11-30T04:12:12.582Z | + fetch_and_verify |
| 546 | 2023-11-30T04:12:12.582Z | + local DO_DOWNLOAD=true |
| 547 | 2023-11-30T04:12:12.582Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 548 | 2023-11-30T04:12:12.582Z | + '[' true == true ']' |
| 549 | 2023-11-30T04:12:12.582Z | + echo Downloading... |
| 550 | 2023-11-30T04:12:12.582Z | Downloading... |
| 551 | 2023-11-30T04:12:12.582Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 552 | 2023-11-30T04:12:12.582Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 553 | 2023-11-30T04:12:24.575Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 554 | 2023-11-30T04:12:24.578Z | ++ sha256sum |
| 555 | 2023-11-30T04:12:24.578Z | ++ awk '{print $1}' |
| 556 | 2023-11-30T04:12:24.684Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 557 | 2023-11-30T04:12:24.684Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
| 558 | 2023-11-30T04:12:24.691Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 559 | 2023-11-30T04:12:24.691Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 560 | 2023-11-30T04:12:25.675Z | + do_assemble |
| 561 | 2023-11-30T04:12:25.675Z | + rm -r ./out/dendrite-stub |
| 562 | 2023-11-30T04:12:25.678Z | + mkdir ./out/dendrite-stub |
| 563 | 2023-11-30T04:12:25.681Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 564 | 2023-11-30T04:12:25.806Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 565 | 2023-11-30T04:12:25.816Z | + set -o errexit |
| 566 | 2023-11-30T04:12:25.819Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 567 | 2023-11-30T04:12:25.822Z | ++ cd ./tools |
| 568 | 2023-11-30T04:12:25.822Z | ++ pwd |
| 569 | 2023-11-30T04:12:25.822Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 570 | 2023-11-30T04:12:25.825Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 571 | 2023-11-30T04:12:25.825Z | + ARG0=ci_download_maghemite_mgd |
| 572 | 2023-11-30T04:12:25.825Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 573 | 2023-11-30T04:12:25.825Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 574 | 2023-11-30T04:12:25.825Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 575 | 2023-11-30T04:12:25.825Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 576 | 2023-11-30T04:12:25.825Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 577 | 2023-11-30T04:12:25.827Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 578 | 2023-11-30T04:12:25.827Z | + TARGET_DIR=out |
| 579 | 2023-11-30T04:12:25.827Z | + DOWNLOAD_DIR=out/downloads |
| 580 | 2023-11-30T04:12:25.827Z | + DEST_DIR=./out/mgd |
| 581 | 2023-11-30T04:12:25.827Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 582 | 2023-11-30T04:12:25.827Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 583 | 2023-11-30T04:12:25.827Z | + REPO=oxidecomputer/maghemite |
| 584 | 2023-11-30T04:12:25.827Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 585 | 2023-11-30T04:12:25.830Z | + main |
| 586 | 2023-11-30T04:12:25.830Z | + [[ 0 != 0 ]] |
| 587 | 2023-11-30T04:12:25.830Z | + CIDL_OS=solaris2.11 |
| 588 | 2023-11-30T04:12:25.830Z | + [[ 0 != 0 ]] |
| 589 | 2023-11-30T04:12:25.830Z | + configure_os solaris2.11 |
| 590 | 2023-11-30T04:12:25.830Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 591 | 2023-11-30T04:12:25.830Z | current directory: /work/oxidecomputer/omicron |
| 592 | 2023-11-30T04:12:25.830Z | + echo 'configuring based on OS: "solaris2.11"' |
| 593 | 2023-11-30T04:12:25.830Z | + case "$1" in |
| 594 | 2023-11-30T04:12:25.830Z | + SET_BINARIES= |
| 595 | 2023-11-30T04:12:25.830Z | configuring based on OS: "solaris2.11" |
| 596 | 2023-11-30T04:12:25.830Z | + CIDL_SHA256FUNC=do_sha256sum |
| 597 | 2023-11-30T04:12:25.830Z | + TARBALL_FILENAME=mgd.tar.gz |
| 598 | 2023-11-30T04:12:25.830Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 599 | 2023-11-30T04:12:25.830Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 600 | 2023-11-30T04:12:25.830Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
| 601 | 2023-11-30T04:12:25.830Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 602 | 2023-11-30T04:12:25.833Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 603 | 2023-11-30T04:12:25.833Z | + mkdir -p out/downloads |
| 604 | 2023-11-30T04:12:25.833Z | Local file: out/downloads/mgd.tar.gz |
| 605 | 2023-11-30T04:12:25.833Z | + mkdir -p ./out/mgd |
| 606 | 2023-11-30T04:12:25.836Z | + fetch_and_verify |
| 607 | 2023-11-30T04:12:25.836Z | + local DO_DOWNLOAD=true |
| 608 | 2023-11-30T04:12:25.837Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 609 | 2023-11-30T04:12:25.837Z | + '[' true == true ']' |
| 610 | 2023-11-30T04:12:25.837Z | + echo Downloading... |
| 611 | 2023-11-30T04:12:25.837Z | Downloading... |
| 612 | 2023-11-30T04:12:25.837Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
| 613 | 2023-11-30T04:12:25.840Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 614 | 2023-11-30T04:12:33.403Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 615 | 2023-11-30T04:12:33.406Z | ++ sha256sum |
| 616 | 2023-11-30T04:12:33.406Z | ++ awk '{print $1}' |
| 617 | 2023-11-30T04:12:33.481Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 618 | 2023-11-30T04:12:33.481Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
| 619 | 2023-11-30T04:12:33.486Z | + do_untar out/downloads/mgd.tar.gz |
| 620 | 2023-11-30T04:12:33.486Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 621 | 2023-11-30T04:12:34.142Z | + do_assemble |
| 622 | 2023-11-30T04:12:34.142Z | + rm -r ./out/mgd |
| 623 | 2023-11-30T04:12:34.144Z | + mkdir ./out/mgd |
| 624 | 2023-11-30T04:12:34.145Z | + cp -r out/downloads/root ./out/mgd/root |
| 625 | 2023-11-30T04:12:34.344Z | + set -o errexit |
| 626 | 2023-11-30T04:12:34.348Z | +++ dirname ./tools/ci_download_transceiver_control |
| 627 | 2023-11-30T04:12:34.355Z | ++ cd ./tools |
| 628 | 2023-11-30T04:12:34.355Z | ++ pwd |
| 629 | 2023-11-30T04:12:34.355Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 630 | 2023-11-30T04:12:34.355Z | ++ basename ./tools/ci_download_transceiver_control |
| 631 | 2023-11-30T04:12:34.361Z | + ARG0=ci_download_transceiver_control |
| 632 | 2023-11-30T04:12:34.361Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 633 | 2023-11-30T04:12:34.362Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 634 | 2023-11-30T04:12:34.362Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 635 | 2023-11-30T04:12:34.362Z | + TARGET_DIR=out |
| 636 | 2023-11-30T04:12:34.362Z | + DOWNLOAD_DIR=out/downloads |
| 637 | 2023-11-30T04:12:34.362Z | + DEST_DIR=./out/transceiver-control |
| 638 | 2023-11-30T04:12:34.362Z | + BIN_DIR=/opt/oxide/bin |
| 639 | 2023-11-30T04:12:34.362Z | + BINARY=xcvradm |
| 640 | 2023-11-30T04:12:34.368Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 641 | 2023-11-30T04:12:34.368Z | + REPO=oxidecomputer/transceiver-control |
| 642 | 2023-11-30T04:12:34.368Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 643 | 2023-11-30T04:12:34.368Z | + main |
| 644 | 2023-11-30T04:12:34.368Z | + [[ 0 != 0 ]] |
| 645 | 2023-11-30T04:12:34.368Z | + CIDL_OS=solaris2.11 |
| 646 | 2023-11-30T04:12:34.368Z | + [[ 0 != 0 ]] |
| 647 | 2023-11-30T04:12:34.368Z | + configure_os solaris2.11 |
| 648 | 2023-11-30T04:12:34.368Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 649 | 2023-11-30T04:12:34.368Z | current directory: /work/oxidecomputer/omicron |
| 650 | 2023-11-30T04:12:34.368Z | + echo 'configuring based on OS: "solaris2.11"' |
| 651 | 2023-11-30T04:12:34.368Z | + case "$1" in |
| 652 | 2023-11-30T04:12:34.368Z | configuring based on OS: "solaris2.11" |
| 653 | 2023-11-30T04:12:34.368Z | + SET_BINARIES= |
| 654 | 2023-11-30T04:12:34.368Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 655 | 2023-11-30T04:12:34.368Z | + CIDL_SHA256FUNC=do_sha256sum |
| 656 | 2023-11-30T04:12:34.368Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 657 | 2023-11-30T04:12:34.368Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 658 | 2023-11-30T04:12:34.368Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 659 | 2023-11-30T04:12:34.369Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 660 | 2023-11-30T04:12:34.369Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 661 | 2023-11-30T04:12:34.369Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 662 | 2023-11-30T04:12:34.369Z | Local file: out/downloads/xcvradm.gz |
| 663 | 2023-11-30T04:12:34.369Z | + mkdir -p out/downloads |
| 664 | 2023-11-30T04:12:34.380Z | + mkdir -p ./out/transceiver-control |
| 665 | 2023-11-30T04:12:34.380Z | + fetch_and_verify |
| 666 | 2023-11-30T04:12:34.381Z | + local DO_DOWNLOAD=true |
| 667 | 2023-11-30T04:12:34.381Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 668 | 2023-11-30T04:12:34.381Z | + '[' true == true ']' |
| 669 | 2023-11-30T04:12:34.381Z | + echo Downloading... |
| 670 | 2023-11-30T04:12:34.381Z | Downloading... |
| 671 | 2023-11-30T04:12:34.381Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 672 | 2023-11-30T04:12:34.381Z | + 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 |
| 673 | 2023-11-30T04:12:36.849Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 674 | 2023-11-30T04:12:36.859Z | ++ sha256sum |
| 675 | 2023-11-30T04:12:36.860Z | ++ awk '{print $1}' |
| 676 | 2023-11-30T04:12:36.876Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 677 | 2023-11-30T04:12:36.876Z | + [[ 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 ]] |
| 678 | 2023-11-30T04:12:36.889Z | + do_unpack out/downloads/xcvradm.gz |
| 679 | 2023-11-30T04:12:36.889Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 680 | 2023-11-30T04:12:36.889Z | + gzip -dc out/downloads/xcvradm.gz |
| 681 | 2023-11-30T04:12:37.085Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 682 | 2023-11-30T04:12:37.094Z | + do_assemble |
| 683 | 2023-11-30T04:12:37.094Z | + rm -r ./out/transceiver-control |
| 684 | 2023-11-30T04:12:37.094Z | + mkdir ./out/transceiver-control |
| 685 | 2023-11-30T04:12:37.094Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 686 | 2023-11-30T04:12:37.272Z | All prerequisites installed successfully |
| 687 | 2023-11-30T04:12:37.810Z | |
| 688 | 2023-11-30T04:12:37.810Z | real 2:04.777635217 |
| 689 | 2023-11-30T04:12:37.810Z | user 53.264382524 |
| 690 | 2023-11-30T04:12:37.810Z | sys 9.914069831 |
| 691 | 2023-11-30T04:12:37.810Z | trap 0.024374757 |
| 692 | 2023-11-30T04:12:37.810Z | tflt 0.177710876 |
| 693 | 2023-11-30T04:12:37.810Z | dflt 0.447285155 |
| 694 | 2023-11-30T04:12:37.810Z | kflt 0.127781270 |
| 695 | 2023-11-30T04:12:37.810Z | lock 1.670380662 |
| 696 | 2023-11-30T04:12:37.810Z | slp 3:59.246266175 |
| 697 | 2023-11-30T04:12:37.810Z | lat 3.443873283 |
| 698 | 2023-11-30T04:12:37.811Z | stop 0.072421879 |
| 699 | 2023-11-30T04:12:37.811Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 700 | 2023-11-30T04:12:37.815Z | fetching npuzone |
| 701 | 2023-11-30T04:12:37.815Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 702 | 2023-11-30T04:12:37.815Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
| 703 | 2023-11-30T04:12:37.815Z | Getting hash for npuzone |
| 704 | 2023-11-30T04:12:37.815Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
| 705 | 2023-11-30T04:12:47.678Z | npuzone downloaded successfully |
| 706 | 2023-11-30T04:12:47.687Z | |
| 707 | 2023-11-30T04:12:47.687Z | real 10.405918525 |
| 708 | 2023-11-30T04:12:47.687Z | user 0.565341422 |
| 709 | 2023-11-30T04:12:47.687Z | sys 0.150739258 |
| 710 | 2023-11-30T04:12:47.687Z | trap 0.000034601 |
| 711 | 2023-11-30T04:12:47.687Z | tflt 0.000000000 |
| 712 | 2023-11-30T04:12:47.687Z | dflt 0.000000000 |
| 713 | 2023-11-30T04:12:47.687Z | kflt 0.000000000 |
| 714 | 2023-11-30T04:12:47.687Z | lock 0.000000000 |
| 715 | 2023-11-30T04:12:47.687Z | slp 30.334101877 |
| 716 | 2023-11-30T04:12:47.687Z | lat 0.130183257 |
| 717 | 2023-11-30T04:12:47.687Z | stop 0.000274801 |
| 718 | 2023-11-30T04:12:47.687Z | + export CARGO_INCREMENTAL=0 |
| 719 | 2023-11-30T04:12:47.687Z | + CARGO_INCREMENTAL=0 |
| 720 | 2023-11-30T04:12:47.687Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 721 | 2023-11-30T04:12:48.011Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 722 | 2023-11-30T04:12:48.387Z | Updating crates.io index |
| 723 | 2023-11-30T04:12:48.389Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 724 | 2023-11-30T04:12:49.207Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 725 | 2023-11-30T04:12:51.003Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 726 | 2023-11-30T04:12:51.601Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 727 | 2023-11-30T04:12:51.910Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 728 | 2023-11-30T04:12:52.217Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 729 | 2023-11-30T04:12:52.510Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 730 | 2023-11-30T04:12:53.438Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 731 | 2023-11-30T04:12:55.611Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 732 | 2023-11-30T04:12:56.698Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 733 | 2023-11-30T04:12:57.051Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 734 | 2023-11-30T04:12:57.666Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 735 | 2023-11-30T04:12:58.004Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 736 | 2023-11-30T04:12:58.336Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 737 | 2023-11-30T04:12:58.741Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 738 | 2023-11-30T04:12:59.068Z | Updating git repository `https://github.com/njaremko/samael` |
| 739 | 2023-11-30T04:12:59.604Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 740 | 2023-11-30T04:13:00.145Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 741 | 2023-11-30T04:13:00.514Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 742 | 2023-11-30T04:13:00.878Z | Updating git repository `https://github.com/jgallagher/nix` |
| 743 | 2023-11-30T04:13:02.124Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 744 | 2023-11-30T04:13:02.672Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 745 | 2023-11-30T04:13:03.612Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 746 | 2023-11-30T04:13:04.002Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 747 | 2023-11-30T04:13:04.300Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 748 | 2023-11-30T04:13:05.781Z | Downloading crates ... |
| 749 | 2023-11-30T04:13:05.991Z | Downloaded colorchoice v1.0.0 |
| 750 | 2023-11-30T04:13:06.001Z | Downloaded adler v1.0.2 |
| 751 | 2023-11-30T04:13:06.020Z | Downloaded inout v0.1.3 |
| 752 | 2023-11-30T04:13:06.025Z | Downloaded ipnetwork v0.20.0 |
| 753 | 2023-11-30T04:13:06.031Z | Downloaded ipnet v2.8.0 |
| 754 | 2023-11-30T04:13:06.038Z | Downloaded match_cfg v0.1.0 |
| 755 | 2023-11-30T04:13:06.042Z | Downloaded camino-tempfile v1.1.1 |
| 756 | 2023-11-30T04:13:06.047Z | Downloaded io-lifetimes v1.0.11 |
| 757 | 2023-11-30T04:13:06.053Z | Downloaded macaddr v1.0.1 |
| 758 | 2023-11-30T04:13:06.057Z | Downloaded console v0.15.7 |
| 759 | 2023-11-30T04:13:06.064Z | Downloaded corncobs v0.1.3 |
| 760 | 2023-11-30T04:13:06.069Z | Downloaded nibble_vec v0.1.0 |
| 761 | 2023-11-30T04:13:06.073Z | Downloaded convert_case v0.4.0 |
| 762 | 2023-11-30T04:13:06.077Z | Downloaded bstr v0.2.17 |
| 763 | 2023-11-30T04:13:06.107Z | Downloaded packed_struct_codegen v0.10.1 |
| 764 | 2023-11-30T04:13:06.116Z | Downloaded mime_guess v2.0.4 |
| 765 | 2023-11-30T04:13:06.125Z | Downloaded cassowary v0.3.0 |
| 766 | 2023-11-30T04:13:06.135Z | Downloaded iana-time-zone v0.1.57 |
| 767 | 2023-11-30T04:13:06.146Z | Downloaded cfg-if v1.0.0 |
| 768 | 2023-11-30T04:13:06.556Z | Downloaded log v0.4.20 |
| 769 | 2023-11-30T04:13:06.556Z | Downloaded instant v0.1.12 |
| 770 | 2023-11-30T04:13:06.556Z | Downloaded num_threads v0.1.6 |
| 771 | 2023-11-30T04:13:06.556Z | Downloaded array-init v0.0.4 |
| 772 | 2023-11-30T04:13:06.556Z | Downloaded openssl-probe v0.1.5 |
| 773 | 2023-11-30T04:13:06.556Z | Downloaded secrecy v0.8.0 |
| 774 | 2023-11-30T04:13:06.557Z | Downloaded newtype_derive v0.1.6 |
| 775 | 2023-11-30T04:13:06.557Z | Downloaded openssl-macros v0.1.1 |
| 776 | 2023-11-30T04:13:06.557Z | Downloaded block-padding v0.3.3 |
| 777 | 2023-11-30T04:13:06.557Z | Downloaded base16ct v0.2.0 |
| 778 | 2023-11-30T04:13:06.557Z | Downloaded serde-big-array v0.5.1 |
| 779 | 2023-11-30T04:13:06.557Z | Downloaded is_ci v1.1.1 |
| 780 | 2023-11-30T04:13:06.557Z | Downloaded ciborium-ll v0.2.1 |
| 781 | 2023-11-30T04:13:06.557Z | Downloaded block-buffer v0.10.4 |
| 782 | 2023-11-30T04:13:06.557Z | Downloaded num_enum v0.5.11 |
| 783 | 2023-11-30T04:13:06.557Z | Downloaded num_enum_derive v0.5.11 |
| 784 | 2023-11-30T04:13:06.557Z | Downloaded num v0.4.1 |
| 785 | 2023-11-30T04:13:06.557Z | Downloaded num_cpus v1.16.0 |
| 786 | 2023-11-30T04:13:06.557Z | Downloaded packed_struct v0.10.1 |
| 787 | 2023-11-30T04:13:06.557Z | Downloaded colored v2.0.4 |
| 788 | 2023-11-30T04:13:06.557Z | Downloaded num-integer v0.1.45 |
| 789 | 2023-11-30T04:13:06.557Z | Downloaded predicates-core v1.0.6 |
| 790 | 2023-11-30T04:13:06.557Z | Downloaded argon2 v0.5.2 |
| 791 | 2023-11-30T04:13:06.557Z | Downloaded native-tls v0.2.11 |
| 792 | 2023-11-30T04:13:06.557Z | Downloaded doc-comment v0.3.3 |
| 793 | 2023-11-30T04:13:06.557Z | Downloaded async-trait v0.1.74 |
| 794 | 2023-11-30T04:13:06.557Z | Downloaded futures-executor v0.3.29 |
| 795 | 2023-11-30T04:13:06.557Z | Downloaded nu-ansi-term v0.49.0 |
| 796 | 2023-11-30T04:13:06.557Z | Downloaded dtrace-parser v0.1.14 |
| 797 | 2023-11-30T04:13:06.558Z | Downloaded serde_derive_internals v0.26.0 |
| 798 | 2023-11-30T04:13:06.558Z | Downloaded bit-vec v0.6.3 |
| 799 | 2023-11-30T04:13:06.558Z | Downloaded hex v0.4.3 |
| 800 | 2023-11-30T04:13:06.558Z | Downloaded vte_generate_state_changes v0.1.1 |
| 801 | 2023-11-30T04:13:06.558Z | Downloaded hostname v0.3.1 |
| 802 | 2023-11-30T04:13:06.558Z | Downloaded proc-macro-crate v1.3.1 |
| 803 | 2023-11-30T04:13:06.558Z | Downloaded tempfile v3.8.1 |
| 804 | 2023-11-30T04:13:06.558Z | Downloaded display-error-chain v0.2.0 |
| 805 | 2023-11-30T04:13:06.558Z | Downloaded futures-macro v0.3.29 |
| 806 | 2023-11-30T04:13:06.558Z | Downloaded fs-err v2.11.0 |
| 807 | 2023-11-30T04:13:06.558Z | Downloaded highway v1.1.0 |
| 808 | 2023-11-30T04:13:06.558Z | Downloaded crypto-bigint v0.5.2 |
| 809 | 2023-11-30T04:13:06.558Z | Downloaded peeking_take_while v0.1.2 |
| 810 | 2023-11-30T04:13:06.558Z | Downloaded fxhash v0.2.1 |
| 811 | 2023-11-30T04:13:06.558Z | Downloaded dyn-clone v1.0.13 |
| 812 | 2023-11-30T04:13:06.558Z | Downloaded difflib v0.4.0 |
| 813 | 2023-11-30T04:13:06.558Z | Downloaded textwrap v0.11.0 |
| 814 | 2023-11-30T04:13:06.558Z | Downloaded anyhow v1.0.75 |
| 815 | 2023-11-30T04:13:06.558Z | Downloaded proc-macro-error v1.0.4 |
| 816 | 2023-11-30T04:13:06.558Z | Downloaded parse-display v0.8.2 |
| 817 | 2023-11-30T04:13:06.558Z | Downloaded serde-big-array v0.4.1 |
| 818 | 2023-11-30T04:13:06.558Z | Downloaded time-core v0.1.1 |
| 819 | 2023-11-30T04:13:06.558Z | Downloaded hmac v0.12.1 |
| 820 | 2023-11-30T04:13:06.558Z | Downloaded form_urlencoded v1.2.0 |
| 821 | 2023-11-30T04:13:06.558Z | Downloaded slog v2.7.0 |
| 822 | 2023-11-30T04:13:06.558Z | Downloaded password-hash v0.5.0 |
| 823 | 2023-11-30T04:13:06.558Z | Downloaded home v0.5.5 |
| 824 | 2023-11-30T04:13:06.558Z | Downloaded path-slash v0.1.5 |
| 825 | 2023-11-30T04:13:06.558Z | Downloaded waitgroup v0.1.2 |
| 826 | 2023-11-30T04:13:06.558Z | Downloaded enum-as-inner v0.5.1 |
| 827 | 2023-11-30T04:13:06.558Z | Downloaded serde_urlencoded v0.7.1 |
| 828 | 2023-11-30T04:13:06.558Z | Downloaded pkcs8 v0.10.2 |
| 829 | 2023-11-30T04:13:06.558Z | Downloaded termios v0.3.3 |
| 830 | 2023-11-30T04:13:06.561Z | Downloaded serde-hex v0.1.0 |
| 831 | 2023-11-30T04:13:06.561Z | Downloaded unicode-linebreak v0.1.5 |
| 832 | 2023-11-30T04:13:06.561Z | Downloaded darling_core v0.20.3 |
| 833 | 2023-11-30T04:13:06.561Z | Downloaded termtree v0.4.1 |
| 834 | 2023-11-30T04:13:06.561Z | Downloaded tiny-keccak v2.0.2 |
| 835 | 2023-11-30T04:13:06.561Z | Downloaded walkdir v2.4.0 |
| 836 | 2023-11-30T04:13:06.561Z | Downloaded snafu v0.7.5 |
| 837 | 2023-11-30T04:13:06.561Z | Downloaded data-encoding v2.4.0 |
| 838 | 2023-11-30T04:13:06.561Z | Downloaded structmeta v0.2.0 |
| 839 | 2023-11-30T04:13:06.561Z | Downloaded rusty-fork v0.3.0 |
| 840 | 2023-11-30T04:13:06.561Z | Downloaded semver v0.11.0 |
| 841 | 2023-11-30T04:13:06.561Z | Downloaded rcgen v0.11.3 |
| 842 | 2023-11-30T04:13:06.561Z | Downloaded derive_builder_macro v0.12.0 |
| 843 | 2023-11-30T04:13:06.561Z | Downloaded diff v0.1.13 |
| 844 | 2023-11-30T04:13:06.561Z | Downloaded debug-ignore v1.0.5 |
| 845 | 2023-11-30T04:13:06.561Z | Downloaded pem v3.0.2 |
| 846 | 2023-11-30T04:13:06.561Z | Downloaded headers-core v0.2.0 |
| 847 | 2023-11-30T04:13:06.561Z | Downloaded unicase v2.7.0 |
| 848 | 2023-11-30T04:13:06.561Z | Downloaded env_logger v0.10.0 |
| 849 | 2023-11-30T04:13:06.561Z | Downloaded slog-envlogger v2.2.0 |
| 850 | 2023-11-30T04:13:06.561Z | Downloaded num-bigint v0.4.4 |
| 851 | 2023-11-30T04:13:06.561Z | Downloaded tui-tree-widget v0.13.0 |
| 852 | 2023-11-30T04:13:06.561Z | Downloaded proc-macro2 v1.0.69 |
| 853 | 2023-11-30T04:13:06.561Z | Downloaded half v1.8.2 |
| 854 | 2023-11-30T04:13:06.561Z | Downloaded pretty-hex v0.2.1 |
| 855 | 2023-11-30T04:13:06.561Z | Downloaded try-lock v0.2.4 |
| 856 | 2023-11-30T04:13:06.561Z | Downloaded foreign-types v0.5.0 |
| 857 | 2023-11-30T04:13:06.561Z | Downloaded serde_path_to_error v0.1.14 |
| 858 | 2023-11-30T04:13:06.562Z | Downloaded ref-cast v1.0.20 |
| 859 | 2023-11-30T04:13:06.568Z | Downloaded tokio-macros v2.2.0 |
| 860 | 2023-11-30T04:13:06.568Z | Downloaded semver v0.1.20 |
| 861 | 2023-11-30T04:13:06.568Z | Downloaded ref-cast-impl v1.0.20 |
| 862 | 2023-11-30T04:13:06.569Z | Downloaded signal-hook-tokio v0.3.1 |
| 863 | 2023-11-30T04:13:06.569Z | Downloaded postcard-cobs v0.1.5-pre |
| 864 | 2023-11-30T04:13:06.571Z | Downloaded rustc_version v0.1.7 |
| 865 | 2023-11-30T04:13:06.571Z | Downloaded fd-lock v3.0.13 |
| 866 | 2023-11-30T04:13:06.576Z | Downloaded tinyvec v1.6.0 |
| 867 | 2023-11-30T04:13:06.583Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 868 | 2023-11-30T04:13:06.585Z | Downloaded rand_core v0.6.4 |
| 869 | 2023-11-30T04:13:06.588Z | Downloaded structopt v0.3.26 |
| 870 | 2023-11-30T04:13:06.609Z | Downloaded foreign-types-shared v0.1.1 |
| 871 | 2023-11-30T04:13:06.618Z | Downloaded nom v7.1.3 |
| 872 | 2023-11-30T04:13:07.033Z | Downloaded smallvec v0.6.14 |
| 873 | 2023-11-30T04:13:07.033Z | Downloaded errno v0.3.2 |
| 874 | 2023-11-30T04:13:07.037Z | Downloaded digest v0.10.7 |
| 875 | 2023-11-30T04:13:07.037Z | Downloaded deranged v0.3.8 |
| 876 | 2023-11-30T04:13:07.037Z | Downloaded serde_tokenstream v0.1.7 |
| 877 | 2023-11-30T04:13:07.037Z | Downloaded take_mut v0.2.2 |
| 878 | 2023-11-30T04:13:07.037Z | Downloaded which v4.4.0 |
| 879 | 2023-11-30T04:13:07.037Z | Downloaded zeroize v1.7.0 |
| 880 | 2023-11-30T04:13:07.037Z | Downloaded signal-hook-registry v1.4.1 |
| 881 | 2023-11-30T04:13:07.037Z | Downloaded usdt-macro v0.3.5 |
| 882 | 2023-11-30T04:13:07.037Z | Downloaded heapless v0.7.16 |
| 883 | 2023-11-30T04:13:07.037Z | Downloaded tower-service v0.3.2 |
| 884 | 2023-11-30T04:13:07.037Z | Downloaded httpdate v1.0.3 |
| 885 | 2023-11-30T04:13:07.037Z | Downloaded utf-8 v0.7.6 |
| 886 | 2023-11-30T04:13:07.037Z | Downloaded vsss-rs v3.3.1 |
| 887 | 2023-11-30T04:13:07.037Z | Downloaded rustfmt-wrapper v0.2.0 |
| 888 | 2023-11-30T04:13:07.037Z | Downloaded foreign-types-macros v0.2.3 |
| 889 | 2023-11-30T04:13:07.038Z | Downloaded fastrand v2.0.0 |
| 890 | 2023-11-30T04:13:07.038Z | Downloaded slog-stdlog v4.1.1 |
| 891 | 2023-11-30T04:13:07.038Z | Downloaded structmeta-derive v0.2.0 |
| 892 | 2023-11-30T04:13:07.038Z | Downloaded zerocopy v0.3.0 |
| 893 | 2023-11-30T04:13:07.038Z | Downloaded predicates v2.1.5 |
| 894 | 2023-11-30T04:13:07.038Z | Downloaded unicode-ident v1.0.12 |
| 895 | 2023-11-30T04:13:07.038Z | Downloaded darling_macro v0.20.3 |
| 896 | 2023-11-30T04:13:07.038Z | Downloaded dirs-sys-next v0.1.2 |
| 897 | 2023-11-30T04:13:07.038Z | Downloaded serde_tokenstream v0.2.0 |
| 898 | 2023-11-30T04:13:07.038Z | Downloaded slog-scope v4.4.0 |
| 899 | 2023-11-30T04:13:07.038Z | Downloaded platforms v3.0.2 |
| 900 | 2023-11-30T04:13:07.038Z | Downloaded zeroize_derive v1.4.2 |
| 901 | 2023-11-30T04:13:07.038Z | Downloaded pin-utils v0.1.0 |
| 902 | 2023-11-30T04:13:07.038Z | Downloaded tokio-stream v0.1.14 |
| 903 | 2023-11-30T04:13:07.038Z | Downloaded untrusted v0.7.1 |
| 904 | 2023-11-30T04:13:07.038Z | Downloaded xattr v1.0.1 |
| 905 | 2023-11-30T04:13:07.038Z | Downloaded getopts v0.2.21 |
| 906 | 2023-11-30T04:13:07.038Z | Downloaded slog-term v2.9.0 |
| 907 | 2023-11-30T04:13:07.038Z | Downloaded static_assertions v1.1.0 |
| 908 | 2023-11-30T04:13:07.038Z | Downloaded trust-dns-resolver v0.22.0 |
| 909 | 2023-11-30T04:13:07.038Z | Downloaded rustversion v1.0.14 |
| 910 | 2023-11-30T04:13:07.038Z | Downloaded hash32 v0.2.1 |
| 911 | 2023-11-30T04:13:07.038Z | Downloaded thread-id v4.2.0 |
| 912 | 2023-11-30T04:13:07.039Z | Downloaded phf v0.11.2 |
| 913 | 2023-11-30T04:13:07.039Z | Downloaded similar v2.2.1 |
| 914 | 2023-11-30T04:13:07.039Z | Downloaded whoami v1.4.1 |
| 915 | 2023-11-30T04:13:07.039Z | Downloaded glob v0.3.1 |
| 916 | 2023-11-30T04:13:07.039Z | Downloaded topological-sort v0.2.2 |
| 917 | 2023-11-30T04:13:07.039Z | Downloaded hyper-rustls v0.24.2 |
| 918 | 2023-11-30T04:13:07.039Z | Downloaded term v0.7.0 |
| 919 | 2023-11-30T04:13:07.039Z | Downloaded getrandom v0.2.10 |
| 920 | 2023-11-30T04:13:07.039Z | Downloaded parking_lot_core v0.9.8 |
| 921 | 2023-11-30T04:13:07.039Z | Downloaded trust-dns-client v0.22.0 |
| 922 | 2023-11-30T04:13:07.039Z | Downloaded pin-project-lite v0.2.13 |
| 923 | 2023-11-30T04:13:07.039Z | Downloaded rustc-demangle v0.1.23 |
| 924 | 2023-11-30T04:13:07.039Z | Downloaded portable-atomic v1.4.3 |
| 925 | 2023-11-30T04:13:07.039Z | Downloaded x509-cert v0.2.4 |
| 926 | 2023-11-30T04:13:07.039Z | Downloaded toml v0.7.8 |
| 927 | 2023-11-30T04:13:07.039Z | Downloaded time v0.3.27 |
| 928 | 2023-11-30T04:13:07.039Z | Downloaded unsafe-libyaml v0.2.9 |
| 929 | 2023-11-30T04:13:07.039Z | Downloaded zerocopy v0.6.4 |
| 930 | 2023-11-30T04:13:07.039Z | Downloaded flate2 v1.0.28 |
| 931 | 2023-11-30T04:13:07.039Z | Downloaded yasna v0.5.2 |
| 932 | 2023-11-30T04:13:07.039Z | Downloaded rand v0.8.5 |
| 933 | 2023-11-30T04:13:07.039Z | Downloaded salty v0.2.0 |
| 934 | 2023-11-30T04:13:07.039Z | Downloaded typed-path v0.6.0 |
| 935 | 2023-11-30T04:13:07.039Z | Downloaded reqwest v0.11.22 |
| 936 | 2023-11-30T04:13:07.039Z | Downloaded hashbrown v0.14.2 |
| 937 | 2023-11-30T04:13:07.039Z | Downloaded toml_edit v0.21.0 |
| 938 | 2023-11-30T04:13:07.039Z | Downloaded tokio-postgres v0.7.10 |
| 939 | 2023-11-30T04:13:07.039Z | Downloaded tokio-util v0.7.10 |
| 940 | 2023-11-30T04:13:07.041Z | Downloaded regex-automata v0.1.10 |
| 941 | 2023-11-30T04:13:07.041Z | Downloaded futures-util v0.3.29 |
| 942 | 2023-11-30T04:13:07.041Z | Downloaded pest v2.7.2 |
| 943 | 2023-11-30T04:13:07.041Z | Downloaded curve25519-dalek v4.1.0 |
| 944 | 2023-11-30T04:13:07.044Z | Downloaded omicron-zone-package v0.9.1 |
| 945 | 2023-11-30T04:13:07.044Z | Downloaded object v0.32.1 |
| 946 | 2023-11-30T04:13:07.062Z | Downloaded openssl v0.10.57 |
| 947 | 2023-11-30T04:13:07.081Z | Downloaded syn v1.0.109 |
| 948 | 2023-11-30T04:13:07.101Z | Downloaded petgraph v0.6.4 |
| 949 | 2023-11-30T04:13:07.126Z | Downloaded serde_json v1.0.108 |
| 950 | 2023-11-30T04:13:07.139Z | Downloaded trust-dns-proto v0.22.0 |
| 951 | 2023-11-30T04:13:07.171Z | Downloaded regex-syntax v0.6.29 |
| 952 | 2023-11-30T04:13:07.183Z | Downloaded rayon v1.8.0 |
| 953 | 2023-11-30T04:13:07.193Z | Downloaded smoltcp v0.9.1 |
| 954 | 2023-11-30T04:13:07.214Z | Downloaded rustix v0.37.23 |
| 955 | 2023-11-30T04:13:07.250Z | Downloaded rustix v0.38.25 |
| 956 | 2023-11-30T04:13:07.300Z | Downloaded serde v1.0.192 |
| 957 | 2023-11-30T04:13:07.303Z | Downloaded zip v0.6.6 |
| 958 | 2023-11-30T04:13:07.305Z | Downloaded webpki-roots v0.25.2 |
| 959 | 2023-11-30T04:13:07.314Z | Downloaded ratatui v0.23.0 |
| 960 | 2023-11-30T04:13:07.335Z | Downloaded zerocopy-derive v0.6.4 |
| 961 | 2023-11-30T04:13:07.356Z | Downloaded regex-automata v0.4.3 |
| 962 | 2023-11-30T04:13:07.390Z | Downloaded regex-syntax v0.8.2 |
| 963 | 2023-11-30T04:13:07.406Z | Downloaded diesel v2.1.4 |
| 964 | 2023-11-30T04:13:07.440Z | Downloaded sled v0.34.7 |
| 965 | 2023-11-30T04:13:07.461Z | Downloaded rustls v0.21.9 |
| 966 | 2023-11-30T04:13:07.484Z | Downloaded tokio v1.34.0 |
| 967 | 2023-11-30T04:13:07.551Z | Downloaded zerocopy-derive v0.2.0 |
| 968 | 2023-11-30T04:13:07.569Z | Downloaded regex-automata v0.3.8 |
| 969 | 2023-11-30T04:13:07.607Z | Downloaded libc v0.2.150 |
| 970 | 2023-11-30T04:13:08.014Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 971 | 2023-11-30T04:13:08.014Z | Downloaded bstr v1.6.0 |
| 972 | 2023-11-30T04:13:08.014Z | Downloaded sha3 v0.10.8 |
| 973 | 2023-11-30T04:13:08.014Z | Downloaded regress v0.7.1 |
| 974 | 2023-11-30T04:13:08.014Z | Downloaded rsa v0.9.2 |
| 975 | 2023-11-30T04:13:08.014Z | Downloaded vcpkg v0.2.15 |
| 976 | 2023-11-30T04:13:08.014Z | Downloaded regex-syntax v0.7.5 |
| 977 | 2023-11-30T04:13:08.014Z | Downloaded subprocess v0.2.9 |
| 978 | 2023-11-30T04:13:08.014Z | Downloaded ring v0.17.5 |
| 979 | 2023-11-30T04:13:08.014Z | Downloaded encoding_rs v0.8.33 |
| 980 | 2023-11-30T04:13:08.014Z | Downloaded polar-core v0.27.0 |
| 981 | 2023-11-30T04:13:08.027Z | Downloaded usdt-impl v0.3.5 |
| 982 | 2023-11-30T04:13:08.030Z | Downloaded regex v1.10.2 |
| 983 | 2023-11-30T04:13:08.059Z | Downloaded ff v0.13.0 |
| 984 | 2023-11-30T04:13:08.066Z | Downloaded precomputed-hash v0.1.1 |
| 985 | 2023-11-30T04:13:08.066Z | Downloaded radix_trie v0.2.1 |
| 986 | 2023-11-30T04:13:08.075Z | Downloaded unicode-width v0.1.11 |
| 987 | 2023-11-30T04:13:08.075Z | Downloaded pin-project-internal v1.1.3 |
| 988 | 2023-11-30T04:13:08.075Z | Downloaded phf_shared v0.11.2 |
| 989 | 2023-11-30T04:13:08.083Z | Downloaded zone v0.3.0 |
| 990 | 2023-11-30T04:13:08.083Z | Downloaded idna v0.2.3 |
| 991 | 2023-11-30T04:13:08.090Z | Downloaded gimli v0.28.0 |
| 992 | 2023-11-30T04:13:08.101Z | Downloaded smoltcp v0.8.2 |
| 993 | 2023-11-30T04:13:08.118Z | Downloaded syn v2.0.32 |
| 994 | 2023-11-30T04:13:08.137Z | Downloaded strip-ansi-escapes v0.2.0 |
| 995 | 2023-11-30T04:13:08.139Z | Downloaded http-range v0.1.5 |
| 996 | 2023-11-30T04:13:08.142Z | Downloaded parking_lot v0.12.1 |
| 997 | 2023-11-30T04:13:08.144Z | Downloaded miniz_oxide v0.7.1 |
| 998 | 2023-11-30T04:13:08.147Z | Downloaded multer v2.1.0 |
| 999 | 2023-11-30T04:13:08.152Z | Downloaded lalrpop v0.19.12 |
| 1000 | 2023-11-30T04:13:08.172Z | Downloaded crossbeam v0.8.2 |
| 1001 | 2023-11-30T04:13:08.176Z | Downloaded bitvec v1.0.1 |
| 1002 | 2023-11-30T04:13:08.201Z | Downloaded bindgen v0.65.1 |
| 1003 | 2023-11-30T04:13:08.214Z | Downloaded object v0.30.4 |
| 1004 | 2023-11-30T04:13:08.231Z | Downloaded reedline v0.26.0 |
| 1005 | 2023-11-30T04:13:08.243Z | Downloaded proptest v1.4.0 |
| 1006 | 2023-11-30T04:13:08.259Z | Downloaded cpufeatures v0.2.9 |
| 1007 | 2023-11-30T04:13:08.261Z | Downloaded clap v2.34.0 |
| 1008 | 2023-11-30T04:13:08.273Z | Downloaded toml_edit v0.19.15 |
| 1009 | 2023-11-30T04:13:08.334Z | Downloaded hashbrown v0.13.2 |
| 1010 | 2023-11-30T04:13:08.337Z | Downloaded h2 v0.3.21 |
| 1011 | 2023-11-30T04:13:08.337Z | Downloaded rustls-webpki v0.101.7 |
| 1012 | 2023-11-30T04:13:08.348Z | Downloaded hyper v0.14.27 |
| 1013 | 2023-11-30T04:13:08.362Z | Downloaded hkdf v0.12.3 |
| 1014 | 2023-11-30T04:13:08.367Z | Downloaded tabled v0.14.0 |
| 1015 | 2023-11-30T04:13:08.393Z | Downloaded ring v0.16.20 |
| 1016 | 2023-11-30T04:13:08.554Z | Downloaded quick-xml v0.23.1 |
| 1017 | 2023-11-30T04:13:08.566Z | Downloaded unicode-segmentation v1.10.1 |
| 1018 | 2023-11-30T04:13:08.572Z | Downloaded tough v0.15.0 |
| 1019 | 2023-11-30T04:13:08.585Z | Downloaded aho-corasick v1.0.4 |
| 1020 | 2023-11-30T04:13:08.595Z | Downloaded winnow v0.5.15 |
| 1021 | 2023-11-30T04:13:08.609Z | Downloaded tar v0.4.40 |
| 1022 | 2023-11-30T04:13:08.613Z | Downloaded tungstenite v0.20.1 |
| 1023 | 2023-11-30T04:13:08.618Z | Downloaded toml v0.8.8 |
| 1024 | 2023-11-30T04:13:08.624Z | Downloaded der v0.7.8 |
| 1025 | 2023-11-30T04:13:08.633Z | Downloaded hashbrown v0.12.3 |
| 1026 | 2023-11-30T04:13:08.640Z | Downloaded steno v0.4.0 |
| 1027 | 2023-11-30T04:13:08.647Z | Downloaded trust-dns-server v0.22.1 |
| 1028 | 2023-11-30T04:13:08.656Z | Downloaded pin-project v1.1.3 |
| 1029 | 2023-11-30T04:13:08.676Z | Downloaded untrusted v0.9.0 |
| 1030 | 2023-11-30T04:13:08.678Z | Downloaded derive-where v1.2.5 |
| 1031 | 2023-11-30T04:13:08.684Z | Downloaded smallvec v1.11.0 |
| 1032 | 2023-11-30T04:13:08.688Z | Downloaded flume v0.11.0 |
| 1033 | 2023-11-30T04:13:08.694Z | Downloaded pem-rfc7468 v0.7.0 |
| 1034 | 2023-11-30T04:13:08.697Z | Downloaded typenum v1.16.0 |
| 1035 | 2023-11-30T04:13:08.701Z | Downloaded toml v0.5.11 |
| 1036 | 2023-11-30T04:13:08.705Z | Downloaded unicode-normalization v0.1.22 |
| 1037 | 2023-11-30T04:13:08.712Z | Downloaded rustls-pemfile v1.0.3 |
| 1038 | 2023-11-30T04:13:08.715Z | Downloaded rustls-native-certs v0.6.3 |
| 1039 | 2023-11-30T04:13:08.719Z | Downloaded headers v0.3.9 |
| 1040 | 2023-11-30T04:13:08.728Z | Downloaded terminal_size v0.2.6 |
| 1041 | 2023-11-30T04:13:08.730Z | Downloaded url v2.4.1 |
| 1042 | 2023-11-30T04:13:08.735Z | Downloaded itertools v0.12.0 |
| 1043 | 2023-11-30T04:13:08.747Z | Downloaded der_derive v0.7.2 |
| 1044 | 2023-11-30T04:13:08.750Z | Downloaded pkcs1 v0.7.5 |
| 1045 | 2023-11-30T04:13:08.753Z | Downloaded pest_meta v2.7.2 |
| 1046 | 2023-11-30T04:13:08.757Z | Downloaded ron v0.8.1 |
| 1047 | 2023-11-30T04:13:08.766Z | Downloaded derive_builder v0.12.0 |
| 1048 | 2023-11-30T04:13:08.774Z | Downloaded derive_more v0.99.17 |
| 1049 | 2023-11-30T04:13:08.782Z | Downloaded clap_builder v4.4.2 |
| 1050 | 2023-11-30T04:13:08.794Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1051 | 2023-11-30T04:13:08.797Z | Downloaded tracing-core v0.1.31 |
| 1052 | 2023-11-30T04:13:08.801Z | Downloaded libxml v0.3.3 |
| 1053 | 2023-11-30T04:13:08.811Z | Downloaded tokio-tungstenite v0.20.1 |
| 1054 | 2023-11-30T04:13:08.814Z | Downloaded http v0.2.11 |
| 1055 | 2023-11-30T04:13:08.822Z | Downloaded fatfs v0.3.6 |
| 1056 | 2023-11-30T04:13:08.826Z | Downloaded num-bigint-dig v0.8.4 |
| 1057 | 2023-11-30T04:13:08.834Z | Downloaded crossterm v0.27.0 |
| 1058 | 2023-11-30T04:13:08.845Z | Downloaded smawk v0.3.1 |
| 1059 | 2023-11-30T04:13:08.847Z | Downloaded elliptic-curve v0.13.5 |
| 1060 | 2023-11-30T04:13:08.853Z | Downloaded signal-hook-mio v0.2.3 |
| 1061 | 2023-11-30T04:13:08.855Z | Downloaded phf_shared v0.10.0 |
| 1062 | 2023-11-30T04:13:08.855Z | Downloaded postgres-types v0.2.6 |
| 1063 | 2023-11-30T04:13:08.859Z | Downloaded fixedbitset v0.4.2 |
| 1064 | 2023-11-30T04:13:08.862Z | Downloaded stringprep v0.1.3 |
| 1065 | 2023-11-30T04:13:08.864Z | Downloaded postgres-protocol v0.6.6 |
| 1066 | 2023-11-30T04:13:08.867Z | Downloaded signal-hook v0.3.17 |
| 1067 | 2023-11-30T04:13:08.871Z | Downloaded derive_builder_core v0.12.0 |
| 1068 | 2023-11-30T04:13:08.874Z | Downloaded unicode-bidi v0.3.13 |
| 1069 | 2023-11-30T04:13:08.879Z | Downloaded ucd-trie v0.1.6 |
| 1070 | 2023-11-30T04:13:08.882Z | Downloaded serde_yaml v0.9.25 |
| 1071 | 2023-11-30T04:13:08.887Z | Downloaded ed25519 v1.5.3 |
| 1072 | 2023-11-30T04:13:08.890Z | Downloaded serde_derive v1.0.192 |
| 1073 | 2023-11-30T04:13:08.894Z | Downloaded http-body v0.4.5 |
| 1074 | 2023-11-30T04:13:08.897Z | Downloaded smf v0.2.2 |
| 1075 | 2023-11-30T04:13:08.899Z | Downloaded dirs-next v2.0.0 |
| 1076 | 2023-11-30T04:13:08.902Z | Downloaded version_check v0.9.4 |
| 1077 | 2023-11-30T04:13:08.905Z | Downloaded vec_map v0.8.2 |
| 1078 | 2023-11-30T04:13:08.905Z | Downloaded socket2 v0.5.5 |
| 1079 | 2023-11-30T04:13:08.908Z | Downloaded diesel_derives v2.1.2 |
| 1080 | 2023-11-30T04:13:08.913Z | Downloaded rayon-core v1.12.0 |
| 1081 | 2023-11-30T04:13:08.922Z | Downloaded prettyplease v0.2.12 |
| 1082 | 2023-11-30T04:13:08.935Z | Downloaded memchr v2.6.3 |
| 1083 | 2023-11-30T04:13:08.948Z | Downloaded libm v0.2.7 |
| 1084 | 2023-11-30T04:13:08.955Z | Downloaded socket2 v0.4.9 |
| 1085 | 2023-11-30T04:13:08.956Z | Downloaded ryu v1.0.15 |
| 1086 | 2023-11-30T04:13:08.959Z | Downloaded slog-dtrace v0.2.3 |
| 1087 | 2023-11-30T04:13:08.962Z | Downloaded postcard v0.7.3 |
| 1088 | 2023-11-30T04:13:08.965Z | Downloaded futures-core v0.3.29 |
| 1089 | 2023-11-30T04:13:08.965Z | Downloaded futures-channel v0.3.29 |
| 1090 | 2023-11-30T04:13:08.968Z | Downloaded tracing v0.1.37 |
| 1091 | 2023-11-30T04:13:08.975Z | Downloaded fallible-iterator v0.2.0 |
| 1092 | 2023-11-30T04:13:08.978Z | Downloaded unicode-xid v0.2.4 |
| 1093 | 2023-11-30T04:13:08.981Z | Downloaded heck v0.4.1 |
| 1094 | 2023-11-30T04:13:08.981Z | Downloaded pkg-config v0.3.27 |
| 1095 | 2023-11-30T04:13:08.984Z | Downloaded hubpack v0.1.2 |
| 1096 | 2023-11-30T04:13:08.987Z | Downloaded flagset v0.4.3 |
| 1097 | 2023-11-30T04:13:08.989Z | Downloaded string_cache v0.8.7 |
| 1098 | 2023-11-30T04:13:08.992Z | Downloaded unarray v0.1.4 |
| 1099 | 2023-11-30T04:13:08.992Z | Downloaded paste v1.0.14 |
| 1100 | 2023-11-30T04:13:08.996Z | Downloaded generic-array v0.14.7 |
| 1101 | 2023-11-30T04:13:09.001Z | Downloaded sha2 v0.10.8 |
| 1102 | 2023-11-30T04:13:09.007Z | Downloaded semver v1.0.20 |
| 1103 | 2023-11-30T04:13:09.007Z | Downloaded rtoolbox v0.0.1 |
| 1104 | 2023-11-30T04:13:09.010Z | Downloaded arc-swap v1.6.0 |
| 1105 | 2023-11-30T04:13:09.014Z | Downloaded chrono v0.4.31 |
| 1106 | 2023-11-30T04:13:09.028Z | Downloaded mio v0.8.9 |
| 1107 | 2023-11-30T04:13:09.037Z | Downloaded rand_xorshift v0.3.0 |
| 1108 | 2023-11-30T04:13:09.040Z | Downloaded serde_spanned v0.6.4 |
| 1109 | 2023-11-30T04:13:09.043Z | Downloaded scopeguard v1.2.0 |
| 1110 | 2023-11-30T04:13:09.043Z | Downloaded toml_datetime v0.6.5 |
| 1111 | 2023-11-30T04:13:09.046Z | Downloaded pest_generator v2.7.2 |
| 1112 | 2023-11-30T04:13:09.046Z | Downloaded globset v0.4.13 |
| 1113 | 2023-11-30T04:13:09.050Z | Downloaded resolv-conf v0.7.0 |
| 1114 | 2023-11-30T04:13:09.053Z | Downloaded universal-hash v0.5.1 |
| 1115 | 2023-11-30T04:13:09.053Z | Downloaded tokio-rustls v0.24.1 |
| 1116 | 2023-11-30T04:13:09.056Z | Downloaded thread_local v1.1.7 |
| 1117 | 2023-11-30T04:13:09.059Z | Downloaded vte v0.11.1 |
| 1118 | 2023-11-30T04:13:09.063Z | Downloaded predicates-tree v1.0.9 |
| 1119 | 2023-11-30T04:13:09.066Z | Downloaded tracing-attributes v0.1.26 |
| 1120 | 2023-11-30T04:13:09.072Z | Downloaded bytes v1.5.0 |
| 1121 | 2023-11-30T04:13:09.074Z | Downloaded usdt v0.3.5 |
| 1122 | 2023-11-30T04:13:09.074Z | Downloaded strum_macros v0.24.3 |
| 1123 | 2023-11-30T04:13:09.078Z | Downloaded spin v0.9.8 |
| 1124 | 2023-11-30T04:13:09.081Z | Downloaded dof v0.1.5 |
| 1125 | 2023-11-30T04:13:09.083Z | Downloaded crossbeam-channel v0.5.8 |
| 1126 | 2023-11-30T04:13:09.090Z | Downloaded minimal-lexical v0.2.1 |
| 1127 | 2023-11-30T04:13:09.098Z | Downloaded uuid v1.6.1 |
| 1128 | 2023-11-30T04:13:09.104Z | Downloaded poly1305 v0.8.0 |
| 1129 | 2023-11-30T04:13:09.109Z | Downloaded tokio-native-tls v0.3.1 |
| 1130 | 2023-11-30T04:13:09.112Z | Downloaded signature v2.1.0 |
| 1131 | 2023-11-30T04:13:09.115Z | Downloaded sha1 v0.10.6 |
| 1132 | 2023-11-30T04:13:09.118Z | Downloaded time-macros v0.2.13 |
| 1133 | 2023-11-30T04:13:09.121Z | Downloaded same-file v1.0.6 |
| 1134 | 2023-11-30T04:13:09.121Z | Downloaded hyper-staticfile v0.9.5 |
| 1135 | 2023-11-30T04:13:09.124Z | Downloaded humantime v2.1.0 |
| 1136 | 2023-11-30T04:13:09.128Z | Downloaded futures v0.3.29 |
| 1137 | 2023-11-30T04:13:09.135Z | Downloaded thiserror-no-std v2.0.2 |
| 1138 | 2023-11-30T04:13:09.142Z | Downloaded subtle v2.5.0 |
| 1139 | 2023-11-30T04:13:09.145Z | Downloaded slog-json v2.6.1 |
| 1140 | 2023-11-30T04:13:09.151Z | Downloaded backtrace v0.3.69 |
| 1141 | 2023-11-30T04:13:09.154Z | Downloaded spin v0.5.2 |
| 1142 | 2023-11-30T04:13:09.158Z | Downloaded rustc-hash v1.1.0 |
| 1143 | 2023-11-30T04:13:09.158Z | Downloaded futures-sink v0.3.29 |
| 1144 | 2023-11-30T04:13:09.161Z | Downloaded fnv v1.0.7 |
| 1145 | 2023-11-30T04:13:09.161Z | Downloaded float-cmp v0.9.0 |
| 1146 | 2023-11-30T04:13:09.165Z | Downloaded base64 v0.21.5 |
| 1147 | 2023-11-30T04:13:09.169Z | Downloaded serde_with v2.3.3 |
| 1148 | 2023-11-30T04:13:09.179Z | Downloaded strsim v0.10.0 |
| 1149 | 2023-11-30T04:13:09.182Z | Downloaded futures-task v0.3.29 |
| 1150 | 2023-11-30T04:13:09.186Z | Downloaded sct v0.7.0 |
| 1151 | 2023-11-30T04:13:09.189Z | Downloaded pest_derive v2.7.2 |
| 1152 | 2023-11-30T04:13:09.194Z | Downloaded indexmap v2.1.0 |
| 1153 | 2023-11-30T04:13:09.198Z | Downloaded parking_lot_core v0.8.6 |
| 1154 | 2023-11-30T04:13:09.202Z | Downloaded heck v0.3.3 |
| 1155 | 2023-11-30T04:13:09.204Z | Downloaded quote v1.0.33 |
| 1156 | 2023-11-30T04:13:09.208Z | Downloaded papergrid v0.10.0 |
| 1157 | 2023-11-30T04:13:09.215Z | Downloaded darling_core v0.14.4 |
| 1158 | 2023-11-30T04:13:09.223Z | Downloaded oso v0.27.0 |
| 1159 | 2023-11-30T04:13:09.228Z | Downloaded openssl-sys v0.9.93 |
| 1160 | 2023-11-30T04:13:09.237Z | Downloaded num-traits v0.2.16 |
| 1161 | 2023-11-30T04:13:09.242Z | Downloaded test-strategy v0.3.1 |
| 1162 | 2023-11-30T04:13:09.247Z | Downloaded ppv-lite86 v0.2.17 |
| 1163 | 2023-11-30T04:13:09.250Z | Downloaded filetime v0.2.22 |
| 1164 | 2023-11-30T04:13:09.253Z | Downloaded schemars v0.8.13 |
| 1165 | 2023-11-30T04:13:09.271Z | Downloaded pem v1.1.1 |
| 1166 | 2023-11-30T04:13:09.274Z | Downloaded futures-io v0.3.29 |
| 1167 | 2023-11-30T04:13:09.274Z | Downloaded funty v2.0.0 |
| 1168 | 2023-11-30T04:13:09.277Z | Downloaded ena v0.14.2 |
| 1169 | 2023-11-30T04:13:09.281Z | Downloaded either v1.9.0 |
| 1170 | 2023-11-30T04:13:09.281Z | Downloaded chacha20poly1305 v0.10.1 |
| 1171 | 2023-11-30T04:13:09.284Z | Downloaded httparse v1.8.0 |
| 1172 | 2023-11-30T04:13:09.287Z | Downloaded textwrap v0.16.0 |
| 1173 | 2023-11-30T04:13:09.290Z | Downloaded rand_chacha v0.3.1 |
| 1174 | 2023-11-30T04:13:09.294Z | Downloaded radium v0.7.0 |
| 1175 | 2023-11-30T04:13:09.294Z | Downloaded predicates v3.0.4 |
| 1176 | 2023-11-30T04:13:09.298Z | Downloaded r2d2 v0.8.10 |
| 1177 | 2023-11-30T04:13:09.301Z | Downloaded base64 v0.13.1 |
| 1178 | 2023-11-30T04:13:09.305Z | Downloaded slog-async v2.8.0 |
| 1179 | 2023-11-30T04:13:09.308Z | Downloaded mockall_derive v0.11.4 |
| 1180 | 2023-11-30T04:13:09.311Z | Downloaded rustc_version v0.4.0 |
| 1181 | 2023-11-30T04:13:09.315Z | Downloaded indicatif v0.17.7 |
| 1182 | 2023-11-30T04:13:09.325Z | Downloaded foreign-types v0.3.2 |
| 1183 | 2023-11-30T04:13:09.325Z | Downloaded endian-type v0.1.2 |
| 1184 | 2023-11-30T04:13:09.325Z | Downloaded downcast v0.11.0 |
| 1185 | 2023-11-30T04:13:09.325Z | Downloaded crossbeam-utils v0.8.16 |
| 1186 | 2023-11-30T04:13:09.333Z | Downloaded crossbeam-epoch v0.9.15 |
| 1187 | 2023-11-30T04:13:09.333Z | Downloaded group v0.13.0 |
| 1188 | 2023-11-30T04:13:09.366Z | Downloaded wyz v0.5.1 |
| 1189 | 2023-11-30T04:13:09.367Z | Downloaded wait-timeout v0.2.0 |
| 1190 | 2023-11-30T04:13:09.370Z | Downloaded strum_macros v0.25.2 |
| 1191 | 2023-11-30T04:13:09.370Z | Downloaded blake2 v0.10.6 |
| 1192 | 2023-11-30T04:13:09.370Z | Downloaded snafu-derive v0.7.5 |
| 1193 | 2023-11-30T04:13:09.370Z | Downloaded fragile v2.0.0 |
| 1194 | 2023-11-30T04:13:09.370Z | Downloaded hubpack_derive v0.1.1 |
| 1195 | 2023-11-30T04:13:09.370Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1196 | 2023-11-30T04:13:09.372Z | Downloaded pretty-hex v0.4.0 |
| 1197 | 2023-11-30T04:13:09.372Z | Downloaded usdt-attr-macro v0.3.5 |
| 1198 | 2023-11-30T04:13:09.372Z | Downloaded quick-error v1.2.3 |
| 1199 | 2023-11-30T04:13:09.372Z | Downloaded base64ct v1.6.0 |
| 1200 | 2023-11-30T04:13:09.372Z | Downloaded addr2line v0.21.0 |
| 1201 | 2023-11-30T04:13:09.372Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1202 | 2023-11-30T04:13:09.372Z | Downloaded ahash v0.8.3 |
| 1203 | 2023-11-30T04:13:09.375Z | Downloaded semver-parser v0.10.2 |
| 1204 | 2023-11-30T04:13:09.379Z | Downloaded rpassword v7.3.1 |
| 1205 | 2023-11-30T04:13:09.379Z | Downloaded tap v1.0.1 |
| 1206 | 2023-11-30T04:13:09.382Z | Downloaded parking_lot v0.11.2 |
| 1207 | 2023-11-30T04:13:09.385Z | Downloaded num-complex v0.4.4 |
| 1208 | 2023-11-30T04:13:09.388Z | Downloaded crc32fast v1.3.2 |
| 1209 | 2023-11-30T04:13:09.391Z | Downloaded serde_with_macros v2.3.3 |
| 1210 | 2023-11-30T04:13:09.391Z | Downloaded toolchain_find v0.2.0 |
| 1211 | 2023-11-30T04:13:09.394Z | Downloaded bitflags v2.4.0 |
| 1212 | 2023-11-30T04:13:09.397Z | Downloaded async-stream v0.3.5 |
| 1213 | 2023-11-30T04:13:09.400Z | Downloaded supports-color v2.1.0 |
| 1214 | 2023-11-30T04:13:09.403Z | Downloaded libloading v0.7.4 |
| 1215 | 2023-11-30T04:13:09.407Z | Downloaded linear-map v1.2.0 |
| 1216 | 2023-11-30T04:13:09.410Z | Downloaded parse-display-derive v0.8.2 |
| 1217 | 2023-11-30T04:13:09.410Z | Downloaded darling v0.20.3 |
| 1218 | 2023-11-30T04:13:09.414Z | Downloaded percent-encoding v2.3.0 |
| 1219 | 2023-11-30T04:13:09.418Z | Downloaded schemars_derive v0.8.13 |
| 1220 | 2023-11-30T04:13:09.421Z | Downloaded cancel-safe-futures v0.1.5 |
| 1221 | 2023-11-30T04:13:09.424Z | Downloaded bcs v0.1.6 |
| 1222 | 2023-11-30T04:13:09.426Z | Downloaded anstream v0.5.0 |
| 1223 | 2023-11-30T04:13:09.430Z | Downloaded crc-any v2.4.3 |
| 1224 | 2023-11-30T04:13:09.434Z | Downloaded equivalent v1.0.1 |
| 1225 | 2023-11-30T04:13:09.437Z | Downloaded want v0.3.1 |
| 1226 | 2023-11-30T04:13:09.437Z | Downloaded tinyvec_macros v0.1.1 |
| 1227 | 2023-11-30T04:13:09.437Z | Downloaded spki v0.7.2 |
| 1228 | 2023-11-30T04:13:09.440Z | Downloaded slog-bunyan v2.4.0 |
| 1229 | 2023-11-30T04:13:09.444Z | Downloaded siphasher v0.3.11 |
| 1230 | 2023-11-30T04:13:09.444Z | Downloaded serde_repr v0.1.16 |
| 1231 | 2023-11-30T04:13:09.447Z | Downloaded cookie v0.18.0 |
| 1232 | 2023-11-30T04:13:09.450Z | Downloaded lock_api v0.4.10 |
| 1233 | 2023-11-30T04:13:09.454Z | Downloaded foreign-types-shared v0.3.1 |
| 1234 | 2023-11-30T04:13:09.454Z | Downloaded darling_macro v0.14.4 |
| 1235 | 2023-11-30T04:13:09.457Z | Downloaded thiserror-impl v1.0.49 |
| 1236 | 2023-11-30T04:13:09.457Z | Downloaded synstructure v0.12.6 |
| 1237 | 2023-11-30T04:13:09.460Z | Downloaded clang-sys v1.6.1 |
| 1238 | 2023-11-30T04:13:09.464Z | Downloaded num-rational v0.4.1 |
| 1239 | 2023-11-30T04:13:09.466Z | Downloaded mime v0.3.17 |
| 1240 | 2023-11-30T04:13:09.466Z | Downloaded bzip2 v0.4.4 |
| 1241 | 2023-11-30T04:13:09.470Z | Downloaded backoff v0.4.0 |
| 1242 | 2023-11-30T04:13:09.473Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1243 | 2023-11-30T04:13:09.477Z | Downloaded thiserror v1.0.49 |
| 1244 | 2023-11-30T04:13:09.481Z | Downloaded termcolor v1.2.0 |
| 1245 | 2023-11-30T04:13:09.484Z | Downloaded tabled_derive v0.6.0 |
| 1246 | 2023-11-30T04:13:09.484Z | Downloaded ciborium v0.2.1 |
| 1247 | 2023-11-30T04:13:09.488Z | Downloaded async-recursion v1.0.5 |
| 1248 | 2023-11-30T04:13:09.491Z | Downloaded anstyle v1.0.2 |
| 1249 | 2023-11-30T04:13:09.495Z | Downloaded utf8parse v0.2.1 |
| 1250 | 2023-11-30T04:13:09.498Z | Downloaded structopt-derive v0.4.18 |
| 1251 | 2023-11-30T04:13:09.503Z | Downloaded signature v1.6.4 |
| 1252 | 2023-11-30T04:13:09.506Z | Downloaded camino v1.1.6 |
| 1253 | 2023-11-30T04:13:09.506Z | Downloaded zone_cfg_derive v0.3.0 |
| 1254 | 2023-11-30T04:13:09.506Z | Downloaded strsim v0.8.0 |
| 1255 | 2023-11-30T04:13:09.506Z | Downloaded slab v0.4.9 |
| 1256 | 2023-11-30T04:13:09.510Z | Downloaded libefi-sys v0.1.0 |
| 1257 | 2023-11-30T04:13:09.511Z | Downloaded olpc-cjson v0.1.3 |
| 1258 | 2023-11-30T04:13:09.514Z | Downloaded num-iter v0.1.43 |
| 1259 | 2023-11-30T04:13:09.514Z | Downloaded num-derive v0.4.0 |
| 1260 | 2023-11-30T04:13:09.517Z | Downloaded crossbeam-queue v0.3.8 |
| 1261 | 2023-11-30T04:13:09.518Z | Downloaded crc-catalog v2.2.0 |
| 1262 | 2023-11-30T04:13:09.521Z | Downloaded bytecount v0.6.3 |
| 1263 | 2023-11-30T04:13:09.524Z | Downloaded hyper-tls v0.5.0 |
| 1264 | 2023-11-30T04:13:09.524Z | Downloaded autocfg v1.1.0 |
| 1265 | 2023-11-30T04:13:09.527Z | Downloaded bb8 v0.8.1 |
| 1266 | 2023-11-30T04:13:09.530Z | Downloaded ascii-canvas v3.0.0 |
| 1267 | 2023-11-30T04:13:09.530Z | Downloaded maybe-uninit v2.0.0 |
| 1268 | 2023-11-30T04:13:09.533Z | Downloaded maplit v1.0.2 |
| 1269 | 2023-11-30T04:13:09.533Z | Downloaded managed v0.8.0 |
| 1270 | 2023-11-30T04:13:09.536Z | Downloaded lazy_static v1.4.0 |
| 1271 | 2023-11-30T04:13:09.539Z | Downloaded darling v0.14.4 |
| 1272 | 2023-11-30T04:13:09.542Z | Downloaded crypto-common v0.1.6 |
| 1273 | 2023-11-30T04:13:09.545Z | Downloaded ansi_term v0.12.1 |
| 1274 | 2023-11-30T04:13:09.548Z | Downloaded nodrop v0.1.14 |
| 1275 | 2023-11-30T04:13:09.548Z | Downloaded nanorand v0.7.0 |
| 1276 | 2023-11-30T04:13:09.551Z | Downloaded cc v1.0.83 |
| 1277 | 2023-11-30T04:13:09.556Z | Downloaded bitfield v0.14.0 |
| 1278 | 2023-11-30T04:13:09.559Z | Downloaded atomic-waker v1.1.1 |
| 1279 | 2023-11-30T04:13:09.562Z | Downloaded anstyle-query v1.0.0 |
| 1280 | 2023-11-30T04:13:09.562Z | Downloaded keccak v0.1.4 |
| 1281 | 2023-11-30T04:13:09.565Z | Downloaded indoc v1.0.9 |
| 1282 | 2023-11-30T04:13:09.568Z | Downloaded cexpr v0.6.0 |
| 1283 | 2023-11-30T04:13:09.571Z | Downloaded mockall v0.11.4 |
| 1284 | 2023-11-30T04:13:09.575Z | Downloaded stable_deref_trait v1.2.0 |
| 1285 | 2023-11-30T04:13:09.575Z | Downloaded swrite v0.1.0 |
| 1286 | 2023-11-30T04:13:09.575Z | Downloaded strum v0.25.0 |
| 1287 | 2023-11-30T04:13:09.578Z | Downloaded linked-hash-map v0.5.6 |
| 1288 | 2023-11-30T04:13:09.578Z | Downloaded number_prefix v0.4.0 |
| 1289 | 2023-11-30T04:13:09.581Z | Downloaded normalize-line-endings v0.3.0 |
| 1290 | 2023-11-30T04:13:09.582Z | Downloaded crunchy v0.2.2 |
| 1291 | 2023-11-30T04:13:09.582Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1292 | 2023-11-30T04:13:09.585Z | Downloaded chacha20 v0.9.1 |
| 1293 | 2023-11-30T04:13:09.588Z | Downloaded bytesize v1.3.0 |
| 1294 | 2023-11-30T04:13:09.588Z | Downloaded memoffset v0.9.0 |
| 1295 | 2023-11-30T04:13:09.591Z | Downloaded lru-cache v0.1.2 |
| 1296 | 2023-11-30T04:13:09.591Z | Downloaded bitflags v1.3.2 |
| 1297 | 2023-11-30T04:13:09.595Z | Downloaded shlex v1.1.0 |
| 1298 | 2023-11-30T04:13:09.598Z | Downloaded new_debug_unreachable v1.0.4 |
| 1299 | 2023-11-30T04:13:09.598Z | Downloaded md-5 v0.10.5 |
| 1300 | 2023-11-30T04:13:09.600Z | Downloaded libsw v3.3.0 |
| 1301 | 2023-11-30T04:13:09.604Z | Downloaded lazycell v1.3.0 |
| 1302 | 2023-11-30T04:13:09.607Z | Downloaded kstat-rs v0.2.3 |
| 1303 | 2023-11-30T04:13:09.607Z | Downloaded matches v0.1.10 |
| 1304 | 2023-11-30T04:13:09.607Z | Downloaded cstr-argument v0.1.2 |
| 1305 | 2023-11-30T04:13:09.611Z | Downloaded memoffset v0.7.1 |
| 1306 | 2023-11-30T04:13:09.611Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1307 | 2023-11-30T04:13:09.615Z | Downloaded async-stream-impl v0.3.5 |
| 1308 | 2023-11-30T04:13:09.615Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 1309 | 2023-11-30T04:13:09.634Z | Downloaded crossbeam-deque v0.8.3 |
| 1310 | 2023-11-30T04:13:09.637Z | Downloaded crc v3.0.1 |
| 1311 | 2023-11-30T04:13:09.641Z | Downloaded lalrpop-util v0.19.12 |
| 1312 | 2023-11-30T04:13:09.641Z | Downloaded indexmap v1.9.3 |
| 1313 | 2023-11-30T04:13:09.645Z | Downloaded bit-set v0.5.3 |
| 1314 | 2023-11-30T04:13:09.649Z | Downloaded aead v0.5.2 |
| 1315 | 2023-11-30T04:13:09.652Z | Downloaded buf-list v1.0.3 |
| 1316 | 2023-11-30T04:13:09.655Z | Downloaded assert_matches v1.5.0 |
| 1317 | 2023-11-30T04:13:09.655Z | Downloaded shell-words v1.1.0 |
| 1318 | 2023-11-30T04:13:09.658Z | Downloaded ident_case v1.0.1 |
| 1319 | 2023-11-30T04:13:09.658Z | Downloaded atomicwrites v0.4.2 |
| 1320 | 2023-11-30T04:13:09.658Z | Downloaded atty v0.2.14 |
| 1321 | 2023-11-30T04:13:09.662Z | Downloaded serde_plain v1.0.2 |
| 1322 | 2023-11-30T04:13:09.665Z | Downloaded const-oid v0.9.5 |
| 1323 | 2023-11-30T04:13:09.667Z | Downloaded cipher v0.4.4 |
| 1324 | 2023-11-30T04:13:09.670Z | Downloaded is-terminal v0.4.9 |
| 1325 | 2023-11-30T04:13:09.670Z | Downloaded indoc v2.0.3 |
| 1326 | 2023-11-30T04:13:09.673Z | Downloaded once_cell v1.18.0 |
| 1327 | 2023-11-30T04:13:09.678Z | Downloaded owo-colors v3.5.0 |
| 1328 | 2023-11-30T04:13:09.682Z | Downloaded oso-derive v0.27.0 |
| 1329 | 2023-11-30T04:13:09.685Z | Downloaded opaque-debug v0.3.0 |
| 1330 | 2023-11-30T04:13:09.685Z | Downloaded itoa v1.0.9 |
| 1331 | 2023-11-30T04:13:09.688Z | Downloaded idna v0.4.0 |
| 1332 | 2023-11-30T04:13:09.699Z | Downloaded cfg-if v0.1.10 |
| 1333 | 2023-11-30T04:13:09.702Z | Downloaded itertools v0.11.0 |
| 1334 | 2023-11-30T04:13:09.711Z | Downloaded itertools v0.10.5 |
| 1335 | 2023-11-30T04:13:09.722Z | Downloaded anstyle-parse v0.2.1 |
| 1336 | 2023-11-30T04:13:09.725Z | Downloaded clap_lex v0.5.1 |
| 1337 | 2023-11-30T04:13:09.730Z | Downloaded clap_derive v4.4.2 |
| 1338 | 2023-11-30T04:13:09.736Z | Downloaded byteorder v1.5.0 |
| 1339 | 2023-11-30T04:13:09.736Z | Downloaded clap v4.4.3 |
| 1340 | 2023-11-30T04:13:09.756Z | Downloaded ciborium-io v0.2.1 |
| 1341 | 2023-11-30T04:13:10.069Z | Compiling proc-macro2 v1.0.69 |
| 1342 | 2023-11-30T04:13:10.069Z | Compiling unicode-ident v1.0.12 |
| 1343 | 2023-11-30T04:13:10.072Z | Compiling libc v0.2.150 |
| 1344 | 2023-11-30T04:13:10.072Z | Compiling serde v1.0.192 |
| 1345 | 2023-11-30T04:13:10.072Z | Compiling autocfg v1.1.0 |
| 1346 | 2023-11-30T04:13:10.072Z | Compiling cfg-if v1.0.0 |
| 1347 | 2023-11-30T04:13:10.111Z | Compiling version_check v0.9.4 |
| 1348 | 2023-11-30T04:13:10.111Z | Compiling syn v1.0.109 |
| 1349 | 2023-11-30T04:13:10.552Z | Compiling once_cell v1.18.0 |
| 1350 | 2023-11-30T04:13:10.574Z | Compiling parking_lot_core v0.9.8 |
| 1351 | 2023-11-30T04:13:11.218Z | Compiling libm v0.2.7 |
| 1352 | 2023-11-30T04:13:11.264Z | Compiling serde_json v1.0.108 |
| 1353 | 2023-11-30T04:13:11.418Z | Compiling lock_api v0.4.10 |
| 1354 | 2023-11-30T04:13:12.209Z | Compiling num-traits v0.2.16 |
| 1355 | 2023-11-30T04:13:12.216Z | Compiling futures-core v0.3.29 |
| 1356 | 2023-11-30T04:13:12.246Z | Compiling thiserror v1.0.49 |
| 1357 | 2023-11-30T04:13:12.447Z | Compiling scopeguard v1.2.0 |
| 1358 | 2023-11-30T04:13:12.511Z | Compiling typenum v1.16.0 |
| 1359 | 2023-11-30T04:13:12.606Z | Compiling memchr v2.6.3 |
| 1360 | 2023-11-30T04:13:12.654Z | Compiling generic-array v0.14.7 |
| 1361 | 2023-11-30T04:13:12.843Z | Compiling itoa v1.0.9 |
| 1362 | 2023-11-30T04:13:13.170Z | Compiling pkg-config v0.3.27 |
| 1363 | 2023-11-30T04:13:13.957Z | Compiling quote v1.0.33 |
| 1364 | 2023-11-30T04:13:14.301Z | Compiling cc v1.0.83 |
| 1365 | 2023-11-30T04:13:14.652Z | Compiling syn v2.0.32 |
| 1366 | 2023-11-30T04:13:14.859Z | Compiling getrandom v0.2.10 |
| 1367 | 2023-11-30T04:13:15.130Z | Compiling slab v0.4.9 |
| 1368 | 2023-11-30T04:13:15.528Z | Compiling futures-channel v0.3.29 |
| 1369 | 2023-11-30T04:13:15.550Z | Compiling futures-task v0.3.29 |
| 1370 | 2023-11-30T04:13:15.993Z | Compiling log v0.4.20 |
| 1371 | 2023-11-30T04:13:16.275Z | Compiling futures-util v0.3.29 |
| 1372 | 2023-11-30T04:13:16.625Z | Compiling heck v0.4.1 |
| 1373 | 2023-11-30T04:13:16.907Z | Compiling ryu v1.0.15 |
| 1374 | 2023-11-30T04:13:16.963Z | Compiling pin-project-lite v0.2.13 |
| 1375 | 2023-11-30T04:13:17.136Z | Compiling smallvec v1.11.0 |
| 1376 | 2023-11-30T04:13:17.322Z | Compiling schemars v0.8.13 |
| 1377 | 2023-11-30T04:13:17.349Z | Compiling vcpkg v0.2.15 |
| 1378 | 2023-11-30T04:13:18.374Z | Compiling parking_lot v0.12.1 |
| 1379 | 2023-11-30T04:13:19.288Z | Compiling ring v0.17.5 |
| 1380 | 2023-11-30T04:13:20.169Z | Compiling openssl-sys v0.9.93 |
| 1381 | 2023-11-30T04:13:20.916Z | Compiling signal-hook-registry v1.4.1 |
| 1382 | 2023-11-30T04:13:22.331Z | Compiling ring v0.16.20 |
| 1383 | 2023-11-30T04:13:22.829Z | Compiling mio v0.8.9 |
| 1384 | 2023-11-30T04:13:23.193Z | Compiling indexmap v1.9.3 |
| 1385 | 2023-11-30T04:13:23.215Z | Compiling hashbrown v0.14.2 |
| 1386 | 2023-11-30T04:13:23.467Z | Compiling byteorder v1.5.0 |
| 1387 | 2023-11-30T04:13:23.618Z | Compiling equivalent v1.0.1 |
| 1388 | 2023-11-30T04:13:24.156Z | Compiling ahash v0.8.3 |
| 1389 | 2023-11-30T04:13:24.181Z | Compiling httparse v1.8.0 |
| 1390 | 2023-11-30T04:13:24.626Z | Compiling num_cpus v1.16.0 |
| 1391 | 2023-11-30T04:13:24.649Z | Compiling socket2 v0.5.5 |
| 1392 | 2023-11-30T04:13:24.772Z | Compiling spin v0.5.2 |
| 1393 | 2023-11-30T04:13:25.162Z | Compiling rand_core v0.6.4 |
| 1394 | 2023-11-30T04:13:25.567Z | Compiling semver v1.0.20 |
| 1395 | 2023-11-30T04:13:25.724Z | Compiling fnv v1.0.7 |
| 1396 | 2023-11-30T04:13:25.900Z | Compiling openssl v0.10.57 |
| 1397 | 2023-11-30T04:13:26.153Z | Compiling serde_derive_internals v0.26.0 |
| 1398 | 2023-11-30T04:13:26.330Z | Compiling rustls v0.21.9 |
| 1399 | 2023-11-30T04:13:26.467Z | Compiling iana-time-zone v0.1.57 |
| 1400 | 2023-11-30T04:13:26.954Z | Compiling native-tls v0.2.11 |
| 1401 | 2023-11-30T04:13:27.409Z | Compiling crossbeam-utils v0.8.16 |
| 1402 | 2023-11-30T04:13:27.442Z | Compiling unicode-xid v0.2.4 |
| 1403 | 2023-11-30T04:13:27.679Z | Compiling ucd-trie v0.1.6 |
| 1404 | 2023-11-30T04:13:27.729Z | Compiling synstructure v0.12.6 |
| 1405 | 2023-11-30T04:13:28.436Z | Compiling io-lifetimes v1.0.11 |
| 1406 | 2023-11-30T04:13:28.552Z | Compiling futures-sink v0.3.29 |
| 1407 | 2023-11-30T04:13:29.259Z | Compiling backtrace v0.3.69 |
| 1408 | 2023-11-30T04:13:29.794Z | Compiling rustix v0.38.25 |
| 1409 | 2023-11-30T04:13:29.857Z | Compiling winnow v0.5.15 |
| 1410 | 2023-11-30T04:13:29.924Z | Compiling tinyvec_macros v0.1.1 |
| 1411 | 2023-11-30T04:13:30.452Z | Compiling dyn-clone v1.0.13 |
| 1412 | 2023-11-30T04:13:30.455Z | Compiling tinyvec v1.6.0 |
| 1413 | 2023-11-30T04:13:31.466Z | Compiling tracing-core v0.1.31 |
| 1414 | 2023-11-30T04:13:31.496Z | Compiling memoffset v0.9.0 |
| 1415 | 2023-11-30T04:13:31.709Z | Compiling num-integer v0.1.45 |
| 1416 | 2023-11-30T04:13:31.910Z | Compiling pin-utils v0.1.0 |
| 1417 | 2023-11-30T04:13:32.055Z | Compiling rustix v0.37.23 |
| 1418 | 2023-11-30T04:13:32.120Z | Compiling futures-io v0.3.29 |
| 1419 | 2023-11-30T04:13:32.531Z | Compiling hashbrown v0.13.2 |
| 1420 | 2023-11-30T04:13:32.692Z | Compiling unicode-normalization v0.1.22 |
| 1421 | 2023-11-30T04:13:32.715Z | Compiling spin v0.9.8 |
| 1422 | 2023-11-30T04:13:33.299Z | Compiling usdt-impl v0.3.5 |
| 1423 | 2023-11-30T04:13:33.929Z | Compiling bitflags v1.3.2 |
| 1424 | 2023-11-30T04:13:34.070Z | Compiling unicode-bidi v0.3.13 |
| 1425 | 2023-11-30T04:13:34.388Z | Compiling time-core v0.1.1 |
| 1426 | 2023-11-30T04:13:34.491Z | Compiling slog v2.7.0 |
| 1427 | 2023-11-30T04:13:34.635Z | Compiling anyhow v1.0.75 |
| 1428 | 2023-11-30T04:13:35.136Z | Compiling crc32fast v1.3.2 |
| 1429 | 2023-11-30T04:13:35.387Z | Compiling time-macros v0.2.13 |
| 1430 | 2023-11-30T04:13:35.792Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1431 | 2023-11-30T04:13:35.866Z | Compiling aho-corasick v1.0.4 |
| 1432 | 2023-11-30T04:13:35.941Z | Compiling serde_derive v1.0.192 |
| 1433 | 2023-11-30T04:13:36.047Z | Compiling thiserror-impl v1.0.49 |
| 1434 | 2023-11-30T04:13:36.131Z | Compiling tokio-macros v2.2.0 |
| 1435 | 2023-11-30T04:13:36.395Z | Compiling zeroize_derive v1.4.2 |
| 1436 | 2023-11-30T04:13:38.082Z | Compiling futures-macro v0.3.29 |
| 1437 | 2023-11-30T04:13:38.136Z | Compiling tracing-attributes v0.1.26 |
| 1438 | 2023-11-30T04:13:38.679Z | Compiling schemars_derive v0.8.13 |
| 1439 | 2023-11-30T04:13:38.683Z | Compiling zeroize v1.7.0 |
| 1440 | 2023-11-30T04:13:39.987Z | Compiling openssl-macros v0.1.1 |
| 1441 | 2023-11-30T04:13:40.601Z | Compiling pest v2.7.2 |
| 1442 | 2023-11-30T04:13:41.155Z | Compiling zerocopy-derive v0.2.0 |
| 1443 | 2023-11-30T04:13:41.619Z | Compiling crypto-common v0.1.6 |
| 1444 | 2023-11-30T04:13:43.416Z | Compiling tracing v0.1.37 |
| 1445 | 2023-11-30T04:13:43.805Z | Compiling block-buffer v0.10.4 |
| 1446 | 2023-11-30T04:13:43.888Z | Compiling crossbeam-epoch v0.9.15 |
| 1447 | 2023-11-30T04:13:44.175Z | Compiling async-trait v0.1.74 |
| 1448 | 2023-11-30T04:13:44.196Z | Compiling ppv-lite86 v0.2.17 |
| 1449 | 2023-11-30T04:13:44.551Z | Compiling pest_meta v2.7.2 |
| 1450 | 2023-11-30T04:13:44.815Z | Compiling rustversion v1.0.14 |
| 1451 | 2023-11-30T04:13:44.905Z | Compiling regex-syntax v0.8.2 |
| 1452 | 2023-11-30T04:13:45.116Z | Compiling signal-hook v0.3.17 |
| 1453 | 2023-11-30T04:13:45.476Z | Compiling const-oid v0.9.5 |
| 1454 | 2023-11-30T04:13:45.550Z | Compiling subtle v2.5.0 |
| 1455 | 2023-11-30T04:13:46.048Z | Compiling rand_chacha v0.3.1 |
| 1456 | 2023-11-30T04:13:46.081Z | Compiling zerocopy v0.3.0 |
| 1457 | 2023-11-30T04:13:47.354Z | Compiling pest_generator v2.7.2 |
| 1458 | 2023-11-30T04:13:49.473Z | Compiling digest v0.10.7 |
| 1459 | 2023-11-30T04:13:50.182Z | Compiling zerocopy-derive v0.6.4 |
| 1460 | 2023-11-30T04:13:51.167Z | Compiling pest_derive v2.7.2 |
| 1461 | 2023-11-30T04:13:51.409Z | Compiling regex-automata v0.4.3 |
| 1462 | 2023-11-30T04:13:52.242Z | Compiling errno v0.3.2 |
| 1463 | 2023-11-30T04:13:52.880Z | Compiling strsim v0.10.0 |
| 1464 | 2023-11-30T04:13:52.952Z | Compiling base64 v0.21.5 |
| 1465 | 2023-11-30T04:13:53.820Z | Compiling dtrace-parser v0.1.14 |
| 1466 | 2023-11-30T04:13:54.013Z | Compiling dof v0.1.5 |
| 1467 | 2023-11-30T04:13:54.876Z | Compiling rand v0.8.5 |
| 1468 | 2023-11-30T04:13:57.929Z | Compiling bytes v1.5.0 |
| 1469 | 2023-11-30T04:13:59.542Z | Compiling indexmap v2.1.0 |
| 1470 | 2023-11-30T04:13:59.800Z | Compiling uuid v1.6.1 |
| 1471 | 2023-11-30T04:14:00.642Z | Compiling tokio v1.34.0 |
| 1472 | 2023-11-30T04:14:00.948Z | Compiling chrono v0.4.31 |
| 1473 | 2023-11-30T04:14:01.569Z | Compiling bitflags v2.4.0 |
| 1474 | 2023-11-30T04:14:04.800Z | Compiling toml_datetime v0.6.5 |
| 1475 | 2023-11-30T04:14:04.968Z | Compiling serde_spanned v0.6.4 |
| 1476 | 2023-11-30T04:14:05.499Z | Compiling toml_edit v0.19.15 |
| 1477 | 2023-11-30T04:14:06.502Z | Compiling rustc_version v0.4.0 |
| 1478 | 2023-11-30T04:14:06.885Z | Compiling http v0.2.11 |
| 1479 | 2023-11-30T04:14:07.496Z | Compiling heapless v0.7.16 |
| 1480 | 2023-11-30T04:14:10.607Z | Compiling regex v1.10.2 |
| 1481 | 2023-11-30T04:14:12.220Z | Compiling thread-id v4.2.0 |
| 1482 | 2023-11-30T04:14:12.464Z | Compiling num-bigint v0.4.4 |
| 1483 | 2023-11-30T04:14:13.106Z | Compiling percent-encoding v2.3.0 |
| 1484 | 2023-11-30T04:14:13.581Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1485 | 2023-11-30T04:14:14.587Z | Compiling tokio-util v0.7.10 |
| 1486 | 2023-11-30T04:14:16.920Z | Compiling untrusted v0.7.1 |
| 1487 | 2023-11-30T04:14:16.941Z | Compiling smoltcp v0.9.1 |
| 1488 | 2023-11-30T04:14:17.201Z | Compiling hashbrown v0.12.3 |
| 1489 | 2023-11-30T04:14:17.640Z | Compiling openssl-probe v0.1.5 |
| 1490 | 2023-11-30T04:14:17.836Z | Compiling foreign-types-shared v0.1.1 |
| 1491 | 2023-11-30T04:14:18.058Z | Compiling doc-comment v0.3.3 |
| 1492 | 2023-11-30T04:14:18.768Z | Compiling untrusted v0.9.0 |
| 1493 | 2023-11-30T04:14:19.475Z | Compiling foreign-types v0.3.2 |
| 1494 | 2023-11-30T04:14:24.863Z | Compiling serde_tokenstream v0.1.7 |
| 1495 | 2023-11-30T04:14:25.648Z | Compiling strum_macros v0.25.2 |
| 1496 | 2023-11-30T04:14:26.521Z | Compiling lazy_static v1.4.0 |
| 1497 | 2023-11-30T04:14:26.794Z | Compiling socket2 v0.4.9 |
| 1498 | 2023-11-30T04:14:27.850Z | Compiling unicode-segmentation v1.10.1 |
| 1499 | 2023-11-30T04:14:27.942Z | Compiling adler v1.0.2 |
| 1500 | 2023-11-30T04:14:28.232Z | Compiling siphasher v0.3.11 |
| 1501 | 2023-11-30T04:14:28.390Z | Compiling try-lock v0.2.4 |
| 1502 | 2023-11-30T04:14:28.655Z | Compiling unicode-width v0.1.11 |
| 1503 | 2023-11-30T04:14:29.233Z | Compiling miniz_oxide v0.7.1 |
| 1504 | 2023-11-30T04:14:29.551Z | Compiling want v0.3.1 |
| 1505 | 2023-11-30T04:14:32.528Z | Compiling sct v0.7.0 |
| 1506 | 2023-11-30T04:14:32.959Z | Compiling rustls-webpki v0.101.7 |
| 1507 | 2023-11-30T04:14:33.936Z | Compiling h2 v0.3.21 |
| 1508 | 2023-11-30T04:14:35.298Z | Compiling form_urlencoded v1.2.0 |
| 1509 | 2023-11-30T04:14:35.734Z | Compiling http-body v0.4.5 |
| 1510 | 2023-11-30T04:14:35.832Z | Compiling hubpack_derive v0.1.1 |
| 1511 | 2023-11-30T04:14:36.349Z | Compiling pin-project-internal v1.1.3 |
| 1512 | 2023-11-30T04:14:37.408Z | Compiling num-iter v0.1.43 |
| 1513 | 2023-11-30T04:14:37.986Z | Compiling utf8parse v0.2.1 |
| 1514 | 2023-11-30T04:14:38.226Z | Compiling anstyle v1.0.2 |
| 1515 | 2023-11-30T04:14:38.905Z | Compiling cpufeatures v0.2.9 |
| 1516 | 2023-11-30T04:14:39.039Z | Compiling httpdate v1.0.3 |
| 1517 | 2023-11-30T04:14:39.701Z | Compiling tower-service v0.3.2 |
| 1518 | 2023-11-30T04:14:40.822Z | Compiling sha2 v0.10.8 |
| 1519 | 2023-11-30T04:14:41.219Z | Compiling anstyle-parse v0.2.1 |
| 1520 | 2023-11-30T04:14:44.750Z | Compiling usdt-macro v0.3.5 |
| 1521 | 2023-11-30T04:14:45.487Z | Compiling hyper v0.14.27 |
| 1522 | 2023-11-30T04:14:45.537Z | Compiling usdt-attr-macro v0.3.5 |
| 1523 | 2023-11-30T04:14:47.359Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1524 | 2023-11-30T04:14:48.089Z | Compiling serde_tokenstream v0.2.0 |
| 1525 | 2023-11-30T04:14:48.885Z | Compiling rustls-pemfile v1.0.3 |
| 1526 | 2023-11-30T04:14:49.378Z | Compiling md-5 v0.10.5 |
| 1527 | 2023-11-30T04:14:49.712Z | Compiling hmac v0.12.1 |
| 1528 | 2023-11-30T04:14:50.144Z | Compiling stringprep v0.1.3 |
| 1529 | 2023-11-30T04:14:50.218Z | Compiling idna v0.4.0 |
| 1530 | 2023-11-30T04:14:51.067Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1531 | 2023-11-30T04:14:51.198Z | Compiling hash32 v0.2.1 |
| 1532 | 2023-11-30T04:14:51.462Z | Compiling colorchoice v1.0.0 |
| 1533 | 2023-11-30T04:14:51.627Z | Compiling fallible-iterator v0.2.0 |
| 1534 | 2023-11-30T04:14:51.682Z | Compiling gimli v0.28.0 |
| 1535 | 2023-11-30T04:14:52.581Z | Compiling stable_deref_trait v1.2.0 |
| 1536 | 2023-11-30T04:14:52.771Z | Compiling either v1.9.0 |
| 1537 | 2023-11-30T04:14:53.463Z | Compiling anstyle-query v1.0.0 |
| 1538 | 2023-11-30T04:14:53.643Z | Compiling anstream v0.5.0 |
| 1539 | 2023-11-30T04:14:54.605Z | Compiling postgres-protocol v0.6.6 |
| 1540 | 2023-11-30T04:14:55.545Z | Compiling url v2.4.1 |
| 1541 | 2023-11-30T04:14:55.837Z | Compiling diesel_derives v2.1.2 |
| 1542 | 2023-11-30T04:14:58.682Z | Compiling addr2line v0.21.0 |
| 1543 | 2023-11-30T04:15:00.955Z | Compiling tokio-rustls v0.24.1 |
| 1544 | 2023-11-30T04:15:01.014Z | Compiling rustls-native-certs v0.6.3 |
| 1545 | 2023-11-30T04:15:01.585Z | Compiling terminal_size v0.2.6 |
| 1546 | 2023-11-30T04:15:03.300Z | Compiling tokio-native-tls v0.3.1 |
| 1547 | 2023-11-30T04:15:03.692Z | Compiling phf_shared v0.11.2 |
| 1548 | 2023-11-30T04:15:05.204Z | Compiling block-padding v0.3.3 |
| 1549 | 2023-11-30T04:15:05.266Z | Compiling snafu-derive v0.7.5 |
| 1550 | 2023-11-30T04:15:05.514Z | Compiling enum-as-inner v0.5.1 |
| 1551 | 2023-11-30T04:15:05.550Z | Compiling serde_repr v0.1.16 |
| 1552 | 2023-11-30T04:15:06.966Z | Compiling clap_derive v4.4.2 |
| 1553 | 2023-11-30T04:15:07.182Z | Compiling regress v0.7.1 |
| 1554 | 2023-11-30T04:15:13.768Z | Compiling scheduled-thread-pool v0.2.7 |
| 1555 | 2023-11-30T04:15:14.537Z | Compiling object v0.32.1 |
| 1556 | 2023-11-30T04:15:15.228Z | Compiling clap_lex v0.5.1 |
| 1557 | 2023-11-30T04:15:15.900Z | Compiling regex-automata v0.1.10 |
| 1558 | 2023-11-30T04:15:16.656Z | Compiling managed v0.8.0 |
| 1559 | 2023-11-30T04:15:17.379Z | Compiling matches v0.1.10 |
| 1560 | 2023-11-30T04:15:17.516Z | Compiling rustc-demangle v0.1.23 |
| 1561 | 2023-11-30T04:15:19.315Z | Compiling ipnet v2.8.0 |
| 1562 | 2023-11-30T04:15:21.065Z | Compiling num_threads v0.1.6 |
| 1563 | 2023-11-30T04:15:21.906Z | Compiling bit-vec v0.6.3 |
| 1564 | 2023-11-30T04:15:21.978Z | Compiling deranged v0.3.8 |
| 1565 | 2023-11-30T04:15:22.655Z | Compiling idna v0.2.3 |
| 1566 | 2023-11-30T04:15:24.985Z | Compiling time v0.3.27 |
| 1567 | 2023-11-30T04:15:26.845Z | Compiling bstr v0.2.17 |
| 1568 | 2023-11-30T04:15:28.358Z | Compiling clap_builder v4.4.2 |
| 1569 | 2023-11-30T04:15:29.025Z | Compiling r2d2 v0.8.10 |
| 1570 | 2023-11-30T04:15:29.751Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1571 | 2023-11-30T04:15:31.050Z | Compiling inout v0.1.3 |
| 1572 | 2023-11-30T04:15:31.614Z | Compiling phf v0.11.2 |
| 1573 | 2023-11-30T04:15:31.918Z | Compiling hyper-tls v0.5.0 |
| 1574 | 2023-11-30T04:15:32.055Z | Compiling hyper-rustls v0.24.2 |
| 1575 | 2023-11-30T04:15:32.419Z | Compiling signal-hook-mio v0.2.3 |
| 1576 | 2023-11-30T04:15:32.634Z | Compiling flate2 v1.0.28 |
| 1577 | 2023-11-30T04:15:32.805Z | Compiling bzip2 v0.4.4 |
| 1578 | 2023-11-30T04:15:32.847Z | Compiling postgres-types v0.2.6 |
| 1579 | 2023-11-30T04:15:33.333Z | Compiling itertools v0.11.0 |
| 1580 | 2023-11-30T04:15:34.502Z | Compiling pin-project v1.1.3 |
| 1581 | 2023-11-30T04:15:34.507Z | Compiling hubpack v0.1.2 |
| 1582 | 2023-11-30T04:15:35.104Z | Compiling serde_urlencoded v0.7.1 |
| 1583 | 2023-11-30T04:15:35.143Z | Compiling phf_shared v0.10.0 |
| 1584 | 2023-11-30T04:15:35.715Z | Compiling ipnetwork v0.20.0 |
| 1585 | 2023-11-30T04:15:37.121Z | Compiling zerocopy v0.6.4 |
| 1586 | 2023-11-30T04:15:37.281Z | Compiling futures-executor v0.3.29 |
| 1587 | 2023-11-30T04:15:38.485Z | Compiling float-cmp v0.9.0 |
| 1588 | 2023-11-30T04:15:38.640Z | Compiling proc-macro-error-attr v1.0.4 |
| 1589 | 2023-11-30T04:15:38.797Z | Compiling encoding_rs v0.8.33 |
| 1590 | 2023-11-30T04:15:40.847Z | Compiling regex-automata v0.3.8 |
| 1591 | 2023-11-30T04:15:44.017Z | Compiling precomputed-hash v0.1.1 |
| 1592 | 2023-11-30T04:15:44.085Z | Compiling mime v0.3.17 |
| 1593 | 2023-11-30T04:15:44.135Z | Compiling normalize-line-endings v0.3.0 |
| 1594 | 2023-11-30T04:15:44.135Z | Compiling static_assertions v1.1.0 |
| 1595 | 2023-11-30T04:15:44.697Z | Compiling whoami v1.4.1 |
| 1596 | 2023-11-30T04:15:45.137Z | Compiling webpki-roots v0.25.2 |
| 1597 | 2023-11-30T04:15:45.382Z | Compiling predicates-core v1.0.6 |
| 1598 | 2023-11-30T04:15:45.686Z | Compiling difflib v0.4.0 |
| 1599 | 2023-11-30T04:15:47.778Z | Compiling new_debug_unreachable v1.0.4 |
| 1600 | 2023-11-30T04:15:47.928Z | Compiling fixedbitset v0.4.2 |
| 1601 | 2023-11-30T04:15:47.985Z | Compiling data-encoding v2.4.0 |
| 1602 | 2023-11-30T04:15:48.361Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1603 | 2023-11-30T04:15:48.506Z | Compiling petgraph v0.6.4 |
| 1604 | 2023-11-30T04:15:48.567Z | Compiling reqwest v0.11.22 |
| 1605 | 2023-11-30T04:15:52.999Z | Compiling trust-dns-proto v0.22.0 |
| 1606 | 2023-11-30T04:15:55.104Z | Compiling string_cache v0.8.7 |
| 1607 | 2023-11-30T04:15:55.744Z | Compiling predicates v3.0.4 |
| 1608 | 2023-11-30T04:15:58.139Z | Compiling tokio-postgres v0.7.10 |
| 1609 | 2023-11-30T04:15:59.942Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1610 | 2023-11-30T04:15:59.967Z | Compiling bstr v1.6.0 |
| 1611 | 2023-11-30T04:16:08.314Z | Compiling futures v0.3.29 |
| 1612 | 2023-11-30T04:16:08.481Z | Compiling diesel v2.1.4 |
| 1613 | 2023-11-30T04:16:09.199Z | Compiling yasna v0.5.2 |
| 1614 | 2023-11-30T04:16:09.883Z | Compiling snafu v0.7.5 |
| 1615 | 2023-11-30T04:16:10.723Z | Compiling clap v4.4.3 |
| 1616 | 2023-11-30T04:16:10.881Z | Compiling zip v0.6.6 |
| 1617 | 2023-11-30T04:16:11.119Z | Compiling crossterm v0.27.0 |
| 1618 | 2023-11-30T04:16:11.949Z | Compiling cipher v0.4.4 |
| 1619 | 2023-11-30T04:16:13.081Z | Compiling similar v2.2.1 |
| 1620 | 2023-11-30T04:16:14.690Z | Compiling bit-set v0.5.3 |
| 1621 | 2023-11-30T04:16:15.139Z | Compiling itertools v0.10.5 |
| 1622 | 2023-11-30T04:16:16.186Z | Compiling usdt v0.3.5 |
| 1623 | 2023-11-30T04:16:16.597Z | Compiling console v0.15.7 |
| 1624 | 2023-11-30T04:16:16.659Z | Compiling tokio-stream v0.1.14 |
| 1625 | 2023-11-30T04:16:17.401Z | Compiling proc-macro-crate v1.3.1 |
| 1626 | 2023-11-30T04:16:18.189Z | Compiling toml v0.7.8 |
| 1627 | 2023-11-30T04:16:18.587Z | Compiling toml_edit v0.21.0 |
| 1628 | 2023-11-30T04:16:18.793Z | Compiling hex v0.4.3 |
| 1629 | 2023-11-30T04:16:19.127Z | Compiling signature v2.1.0 |
| 1630 | 2023-11-30T04:16:19.739Z | Compiling proc-macro-error v1.0.4 |
| 1631 | 2023-11-30T04:16:19.761Z | Compiling lalrpop-util v0.19.12 |
| 1632 | 2023-11-30T04:16:22.282Z | Compiling num_enum_derive v0.5.11 |
| 1633 | 2023-11-30T04:16:26.848Z | Compiling atty v0.2.14 |
| 1634 | 2023-11-30T04:16:27.414Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1635 | 2023-11-30T04:16:27.525Z | Compiling ident_case v1.0.1 |
| 1636 | 2023-11-30T04:16:27.786Z | Compiling darling_core v0.20.3 |
| 1637 | 2023-11-30T04:16:32.734Z | Compiling num_enum v0.5.11 |
| 1638 | 2023-11-30T04:16:52.730Z | Compiling dirs-sys-next v0.1.2 |
| 1639 | 2023-11-30T04:16:54.845Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1640 | 2023-11-30T04:16:56.999Z | Compiling postcard-cobs v0.1.5-pre |
| 1641 | 2023-11-30T04:16:57.448Z | Compiling camino v1.1.6 |
| 1642 | 2023-11-30T04:16:57.704Z | Compiling postcard v0.7.3 |
| 1643 | 2023-11-30T04:17:02.365Z | Compiling dirs-next v2.0.0 |
| 1644 | 2023-11-30T04:17:03.929Z | Compiling darling_macro v0.20.3 |
| 1645 | 2023-11-30T04:17:07.724Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1646 | 2023-11-30T04:17:15.201Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1647 | 2023-11-30T04:17:15.622Z | Compiling smoltcp v0.8.2 |
| 1648 | 2023-11-30T04:17:17.089Z | Compiling getopts v0.2.21 |
| 1649 | 2023-11-30T04:17:22.746Z | Compiling structmeta-derive v0.2.0 |
| 1650 | 2023-11-30T04:17:27.069Z | Compiling foreign-types-macros v0.2.3 |
| 1651 | 2023-11-30T04:17:31.202Z | Compiling thread_local v1.1.7 |
| 1652 | 2023-11-30T04:17:32.487Z | Compiling multer v2.1.0 |
| 1653 | 2023-11-30T04:17:32.917Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1654 | 2023-11-30T04:17:35.020Z | Compiling paste v1.0.14 |
| 1655 | 2023-11-30T04:17:35.340Z | Compiling unsafe-libyaml v0.2.9 |
| 1656 | 2023-11-30T04:17:35.700Z | Compiling cfg-if v0.1.10 |
| 1657 | 2023-11-30T04:17:35.841Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1658 | 2023-11-30T04:17:40.276Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1659 | 2023-11-30T04:17:40.343Z | Compiling foreign-types-shared v0.3.1 |
| 1660 | 2023-11-30T04:17:40.343Z | Compiling slog-async v2.8.0 |
| 1661 | 2023-11-30T04:17:40.363Z | Compiling match_cfg v0.1.0 |
| 1662 | 2023-11-30T04:17:40.363Z | Compiling hostname v0.3.1 |
| 1663 | 2023-11-30T04:17:45.323Z | Compiling foreign-types v0.5.0 |
| 1664 | 2023-11-30T04:17:45.480Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1665 | 2023-11-30T04:17:47.933Z | Compiling serde_yaml v0.9.25 |
| 1666 | 2023-11-30T04:17:52.047Z | Compiling structmeta v0.2.0 |
| 1667 | 2023-11-30T04:17:54.230Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1668 | 2023-11-30T04:18:00.002Z | Compiling darling v0.20.3 |
| 1669 | 2023-11-30T04:18:00.638Z | Compiling term v0.7.0 |
| 1670 | 2023-11-30T04:18:06.113Z | Compiling slog-json v2.6.1 |
| 1671 | 2023-11-30T04:18:07.527Z | Compiling is-terminal v0.4.9 |
| 1672 | 2023-11-30T04:18:07.708Z | Compiling crossbeam-channel v0.5.8 |
| 1673 | 2023-11-30T04:18:11.367Z | Compiling strum v0.25.0 |
| 1674 | 2023-11-30T04:18:11.499Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1675 | 2023-11-30T04:18:11.625Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1676 | 2023-11-30T04:18:12.122Z | Compiling async-stream-impl v0.3.5 |
| 1677 | 2023-11-30T04:18:12.624Z | Compiling cstr-argument v0.1.2 |
| 1678 | 2023-11-30T04:18:12.682Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1679 | 2023-11-30T04:18:13.020Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1680 | 2023-11-30T04:18:14.352Z | Compiling fastrand v2.0.0 |
| 1681 | 2023-11-30T04:18:14.533Z | Compiling take_mut v0.2.2 |
| 1682 | 2023-11-30T04:18:14.764Z | Compiling crucible-workspace-hack v0.1.0 |
| 1683 | 2023-11-30T04:18:14.872Z | Compiling regex-syntax v0.7.5 |
| 1684 | 2023-11-30T04:18:15.202Z | Compiling atomic-waker v1.1.1 |
| 1685 | 2023-11-30T04:18:15.699Z | Compiling pretty-hex v0.2.1 |
| 1686 | 2023-11-30T04:18:16.232Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1687 | 2023-11-30T04:18:21.301Z | Compiling waitgroup v0.1.2 |
| 1688 | 2023-11-30T04:18:21.700Z | Compiling tempfile v3.8.1 |
| 1689 | 2023-11-30T04:18:25.103Z | Compiling parse-display-derive v0.8.2 |
| 1690 | 2023-11-30T04:18:26.272Z | Compiling async-stream v0.3.5 |
| 1691 | 2023-11-30T04:18:27.450Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1692 | 2023-11-30T04:18:31.676Z | Compiling colored v2.0.4 |
| 1693 | 2023-11-30T04:18:33.588Z | Compiling slog-bunyan v2.4.0 |
| 1694 | 2023-11-30T04:18:33.866Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1695 | 2023-11-30T04:18:34.317Z | Compiling slog-term v2.9.0 |
| 1696 | 2023-11-30T04:18:38.537Z | Compiling serde_with_macros v2.3.3 |
| 1697 | 2023-11-30T04:18:47.571Z | Compiling toml v0.8.8 |
| 1698 | 2023-11-30T04:18:47.601Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1699 | 2023-11-30T04:18:47.964Z | Compiling sha1 v0.10.6 |
| 1700 | 2023-11-30T04:18:49.463Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1701 | 2023-11-30T04:18:49.928Z | Compiling textwrap v0.11.0 |
| 1702 | 2023-11-30T04:18:52.051Z | Compiling heck v0.3.3 |
| 1703 | 2023-11-30T04:18:52.601Z | Compiling serde_path_to_error v0.1.14 |
| 1704 | 2023-11-30T04:18:54.069Z | Compiling instant v0.1.12 |
| 1705 | 2023-11-30T04:18:54.194Z | Compiling strsim v0.8.0 |
| 1706 | 2023-11-30T04:18:54.283Z | Compiling rayon-core v1.12.0 |
| 1707 | 2023-11-30T04:18:54.590Z | Compiling vec_map v0.8.2 |
| 1708 | 2023-11-30T04:18:55.116Z | Compiling debug-ignore v1.0.5 |
| 1709 | 2023-11-30T04:18:55.301Z | Compiling libefi-sys v0.1.0 |
| 1710 | 2023-11-30T04:18:55.324Z | Compiling ansi_term v0.12.1 |
| 1711 | 2023-11-30T04:18:56.432Z | Compiling clap v2.34.0 |
| 1712 | 2023-11-30T04:18:56.511Z | Compiling backoff v0.4.0 |
| 1713 | 2023-11-30T04:18:56.726Z | Compiling structopt-derive v0.4.18 |
| 1714 | 2023-11-30T04:18:57.036Z | Compiling serde_with v2.3.3 |
| 1715 | 2023-11-30T04:18:59.180Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1716 | 2023-11-30T04:18:59.481Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1717 | 2023-11-30T04:19:01.071Z | Compiling parse-display v0.8.2 |
| 1718 | 2023-11-30T04:19:01.382Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1719 | 2023-11-30T04:19:02.678Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1720 | 2023-11-30T04:19:03.434Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1721 | 2023-11-30T04:19:03.660Z | Compiling zone_cfg_derive v0.3.0 |
| 1722 | 2023-11-30T04:19:04.787Z | Compiling crossbeam-deque v0.8.3 |
| 1723 | 2023-11-30T04:19:05.449Z | Compiling macaddr v1.0.1 |
| 1724 | 2023-11-30T04:19:05.795Z | Compiling num-derive v0.4.0 |
| 1725 | 2023-11-30T04:19:05.818Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1726 | 2023-11-30T04:19:06.352Z | Compiling portable-atomic v1.4.3 |
| 1727 | 2023-11-30T04:19:06.850Z | Compiling zone v0.3.0 |
| 1728 | 2023-11-30T04:19:09.366Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1729 | 2023-11-30T04:19:12.254Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1730 | 2023-11-30T04:19:12.726Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1731 | 2023-11-30T04:19:13.556Z | Compiling structopt v0.3.26 |
| 1732 | 2023-11-30T04:19:13.792Z | Compiling camino-tempfile v1.1.1 |
| 1733 | 2023-11-30T04:19:14.999Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1734 | 2023-11-30T04:19:15.172Z | Compiling smf v0.2.2 |
| 1735 | 2023-11-30T04:19:16.535Z | Compiling filetime v0.2.22 |
| 1736 | 2023-11-30T04:19:16.814Z | Compiling xattr v1.0.1 |
| 1737 | 2023-11-30T04:19:16.853Z | Compiling same-file v1.0.6 |
| 1738 | 2023-11-30T04:19:17.213Z | Compiling walkdir v2.4.0 |
| 1739 | 2023-11-30T04:19:17.314Z | Compiling tar v0.4.40 |
| 1740 | 2023-11-30T04:19:18.935Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1741 | 2023-11-30T04:19:19.589Z | Compiling rayon v1.8.0 |
| 1742 | 2023-11-30T04:19:20.028Z | Compiling number_prefix v0.4.0 |
| 1743 | 2023-11-30T04:19:20.432Z | Compiling omicron-zone-package v0.9.1 |
| 1744 | 2023-11-30T04:19:22.911Z | Compiling topological-sort v0.2.2 |
| 1745 | 2023-11-30T04:19:23.277Z | Compiling swrite v0.1.0 |
| 1746 | 2023-11-30T04:19:28.785Z | Compiling indicatif v0.17.7 |
| 1747 | 2023-11-30T04:19:42.953Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1748 | 2023-11-30T04:19:53.125Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1749 | 2023-11-30T04:19:56.421Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1750 | 2023-11-30T04:20:01.306Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1751 | 2023-11-30T04:20:24.303Z | Finished release [optimized] target(s) in 7m 36s |
| 1752 | 2023-11-30T04:20:24.551Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1753 | 2023-11-30T04:20:24.632Z | Created new build target 'test' and set it as active |
| 1754 | 2023-11-30T04:20:24.635Z | |
| 1755 | 2023-11-30T04:20:24.635Z | real 7:36.973342606 |
| 1756 | 2023-11-30T04:20:24.635Z | user 49:31.007998267 |
| 1757 | 2023-11-30T04:20:24.635Z | sys 4:21.965020986 |
| 1758 | 2023-11-30T04:20:24.635Z | trap 1.964812392 |
| 1759 | 2023-11-30T04:20:24.635Z | tflt 3.575988611 |
| 1760 | 2023-11-30T04:20:24.635Z | dflt 4.011330815 |
| 1761 | 2023-11-30T04:20:24.635Z | kflt 0.030973319 |
| 1762 | 2023-11-30T04:20:24.635Z | lock 1:46:59.980524378 |
| 1763 | 2023-11-30T04:20:24.635Z | slp 2:18:29.938192451 |
| 1764 | 2023-11-30T04:20:24.635Z | lat 2:20.418091153 |
| 1765 | 2023-11-30T04:20:24.635Z | stop 3:42.872703681 |
| 1766 | 2023-11-30T04:20:24.638Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1767 | 2023-11-30T04:20:25.709Z | Finished release [optimized] target(s) in 0.99s |
| 1768 | 2023-11-30T04:20:25.743Z | Running `target/release/omicron-package -t test package` |
| 1769 | 2023-11-30T04:20:25.783Z | Nov 30 04:20:25.793 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
| 1770 | 2023-11-30T04:20:26.866Z | Compiling base64ct v1.6.0 |
| 1771 | 2023-11-30T04:20:26.870Z | Compiling linked-hash-map v0.5.6 |
| 1772 | 2023-11-30T04:20:26.870Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1773 | 2023-11-30T04:20:26.870Z | Compiling blake2 v0.10.6 |
| 1774 | 2023-11-30T04:20:26.872Z | Compiling same-file v1.0.6 |
| 1775 | 2023-11-30T04:20:26.872Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1776 | 2023-11-30T04:20:26.872Z | Compiling semver-parser v0.10.2 |
| 1777 | 2023-11-30T04:20:26.872Z | Compiling quick-error v1.2.3 |
| 1778 | 2023-11-30T04:20:27.081Z | Compiling walkdir v2.4.0 |
| 1779 | 2023-11-30T04:20:27.165Z | Compiling fastrand v2.0.0 |
| 1780 | 2023-11-30T04:20:27.466Z | Compiling lru-cache v0.1.2 |
| 1781 | 2023-11-30T04:20:27.760Z | Compiling password-hash v0.5.0 |
| 1782 | 2023-11-30T04:20:27.899Z | Compiling tempfile v3.8.1 |
| 1783 | 2023-11-30T04:20:28.068Z | Compiling semver v0.11.0 |
| 1784 | 2023-11-30T04:20:28.080Z | Compiling resolv-conf v0.7.0 |
| 1785 | 2023-11-30T04:20:29.063Z | Compiling argon2 v0.5.2 |
| 1786 | 2023-11-30T04:20:29.108Z | Compiling xattr v1.0.1 |
| 1787 | 2023-11-30T04:20:29.125Z | Compiling filetime v0.2.22 |
| 1788 | 2023-11-30T04:20:29.458Z | Compiling slog-dtrace v0.2.3 |
| 1789 | 2023-11-30T04:20:29.525Z | Compiling home v0.5.5 |
| 1790 | 2023-11-30T04:20:29.849Z | Compiling toolchain_find v0.2.0 |
| 1791 | 2023-11-30T04:20:29.852Z | Compiling tar v0.4.40 |
| 1792 | 2023-11-30T04:20:29.950Z | Compiling trust-dns-resolver v0.22.0 |
| 1793 | 2023-11-30T04:20:30.697Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1794 | 2023-11-30T04:20:31.180Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1795 | 2023-11-30T04:20:31.640Z | Compiling toml v0.5.11 |
| 1796 | 2023-11-30T04:20:31.774Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1797 | 2023-11-30T04:20:31.828Z | Compiling omicron-zone-package v0.9.1 |
| 1798 | 2023-11-30T04:20:32.853Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1799 | 2023-11-30T04:20:33.230Z | Compiling toml v0.8.8 |
| 1800 | 2023-11-30T04:20:33.665Z | Compiling num-rational v0.4.1 |
| 1801 | 2023-11-30T04:20:34.090Z | Compiling cancel-safe-futures v0.1.5 |
| 1802 | 2023-11-30T04:20:34.543Z | Compiling rustfmt-wrapper v0.2.0 |
| 1803 | 2023-11-30T04:20:34.936Z | Compiling convert_case v0.4.0 |
| 1804 | 2023-11-30T04:20:36.166Z | Compiling derive_more v0.99.17 |
| 1805 | 2023-11-30T04:20:36.832Z | Compiling pem-rfc7468 v0.7.0 |
| 1806 | 2023-11-30T04:20:37.020Z | Compiling num-complex v0.4.4 |
| 1807 | 2023-11-30T04:20:37.613Z | Compiling der_derive v0.7.2 |
| 1808 | 2023-11-30T04:20:38.486Z | Compiling flagset v0.4.3 |
| 1809 | 2023-11-30T04:20:38.795Z | Compiling semver v0.1.20 |
| 1810 | 2023-11-30T04:20:39.137Z | Compiling num v0.4.1 |
| 1811 | 2023-11-30T04:20:39.280Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1812 | 2023-11-30T04:20:39.674Z | Compiling rustc_version v0.1.7 |
| 1813 | 2023-11-30T04:20:39.681Z | Compiling hkdf v0.12.3 |
| 1814 | 2023-11-30T04:20:39.718Z | Compiling fxhash v0.2.1 |
| 1815 | 2023-11-30T04:20:40.043Z | Compiling unicase v2.7.0 |
| 1816 | 2023-11-30T04:20:40.046Z | Compiling utf-8 v0.7.6 |
| 1817 | 2023-11-30T04:20:40.276Z | Compiling radium v0.7.0 |
| 1818 | 2023-11-30T04:20:40.487Z | Compiling tungstenite v0.20.1 |
| 1819 | 2023-11-30T04:20:40.631Z | Compiling newtype_derive v0.1.6 |
| 1820 | 2023-11-30T04:20:40.839Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1821 | 2023-11-30T04:20:40.905Z | Compiling half v1.8.2 |
| 1822 | 2023-11-30T04:20:41.075Z | Compiling maybe-uninit v2.0.0 |
| 1823 | 2023-11-30T04:20:41.380Z | Compiling der v0.7.8 |
| 1824 | 2023-11-30T04:20:41.720Z | Compiling ciborium-io v0.2.1 |
| 1825 | 2023-11-30T04:20:41.882Z | Compiling arc-swap v1.6.0 |
| 1826 | 2023-11-30T04:20:42.834Z | Compiling keccak v0.1.4 |
| 1827 | 2023-11-30T04:20:43.031Z | Compiling tap v1.0.1 |
| 1828 | 2023-11-30T04:20:43.288Z | Compiling sha3 v0.10.8 |
| 1829 | 2023-11-30T04:20:44.388Z | Compiling wyz v0.5.1 |
| 1830 | 2023-11-30T04:20:44.704Z | Compiling slog-scope v4.4.0 |
| 1831 | 2023-11-30T04:20:45.145Z | Compiling spki v0.7.2 |
| 1832 | 2023-11-30T04:20:45.950Z | Compiling tokio-tungstenite v0.20.1 |
| 1833 | 2023-11-30T04:20:46.208Z | Compiling ciborium-ll v0.2.1 |
| 1834 | 2023-11-30T04:20:47.015Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1835 | 2023-11-30T04:20:48.169Z | Compiling secrecy v0.8.0 |
| 1836 | 2023-11-30T04:20:48.175Z | Compiling parking_lot_core v0.8.6 |
| 1837 | 2023-11-30T04:20:48.183Z | Compiling crc-catalog v2.2.0 |
| 1838 | 2023-11-30T04:20:48.383Z | Compiling packed_struct v0.10.1 |
| 1839 | 2023-11-30T04:20:48.747Z | Compiling num-bigint-dig v0.8.4 |
| 1840 | 2023-11-30T04:20:48.948Z | Compiling funty v2.0.0 |
| 1841 | 2023-11-30T04:20:49.225Z | Compiling crc v3.0.1 |
| 1842 | 2023-11-30T04:20:50.221Z | Compiling ciborium v0.2.1 |
| 1843 | 2023-11-30T04:20:50.426Z | Compiling pkcs8 v0.10.2 |
| 1844 | 2023-11-30T04:20:53.436Z | Compiling bitvec v1.0.1 |
| 1845 | 2023-11-30T04:20:53.758Z | Compiling slog-stdlog v4.1.1 |
| 1846 | 2023-11-30T04:20:53.902Z | Compiling nibble_vec v0.1.0 |
| 1847 | 2023-11-30T04:20:54.133Z | Compiling packed_struct_codegen v0.10.1 |
| 1848 | 2023-11-30T04:20:54.200Z | Compiling dirs-sys-next v0.1.2 |
| 1849 | 2023-11-30T04:20:54.759Z | Compiling nodrop v0.1.14 |
| 1850 | 2023-11-30T04:20:54.921Z | Compiling endian-type v0.1.2 |
| 1851 | 2023-11-30T04:20:54.975Z | Compiling glob v0.3.1 |
| 1852 | 2023-11-30T04:20:55.246Z | Compiling crunchy v0.2.2 |
| 1853 | 2023-11-30T04:20:55.264Z | Compiling radix_trie v0.2.1 |
| 1854 | 2023-11-30T04:20:55.896Z | Compiling array-init v0.0.4 |
| 1855 | 2023-11-30T04:20:56.288Z | Compiling clang-sys v1.6.1 |
| 1856 | 2023-11-30T04:20:56.611Z | Compiling dirs-next v2.0.0 |
| 1857 | 2023-11-30T04:20:57.280Z | Compiling slog-envlogger v2.2.0 |
| 1858 | 2023-11-30T04:20:57.374Z | Compiling pkcs1 v0.7.5 |
| 1859 | 2023-11-30T04:20:57.957Z | Compiling smallvec v0.6.14 |
| 1860 | 2023-11-30T04:20:58.346Z | Compiling steno v0.4.0 |
| 1861 | 2023-11-30T04:21:01.684Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1862 | 2023-11-30T04:21:02.754Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1863 | 2023-11-30T04:21:03.489Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1864 | 2023-11-30T04:21:06.912Z | Compiling platforms v3.0.2 |
| 1865 | 2023-11-30T04:21:08.778Z | Compiling prettyplease v0.2.12 |
| 1866 | 2023-11-30T04:21:08.791Z | Compiling tiny-keccak v2.0.2 |
| 1867 | 2023-11-30T04:21:09.188Z | Compiling bitfield v0.14.0 |
| 1868 | 2023-11-30T04:21:09.649Z | Compiling termcolor v1.2.0 |
| 1869 | 2023-11-30T04:21:10.969Z | Compiling env_logger v0.10.0 |
| 1870 | 2023-11-30T04:21:11.824Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1871 | 2023-11-30T04:21:13.394Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1872 | 2023-11-30T04:21:17.258Z | Compiling rsa v0.9.2 |
| 1873 | 2023-11-30T04:21:20.216Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1874 | 2023-11-30T04:21:23.564Z | Compiling parking_lot v0.11.2 |
| 1875 | 2023-11-30T04:21:24.594Z | Compiling serde-hex v0.1.0 |
| 1876 | 2023-11-30T04:21:24.783Z | Compiling mime_guess v2.0.4 |
| 1877 | 2023-11-30T04:21:25.901Z | Compiling term v0.7.0 |
| 1878 | 2023-11-30T04:21:26.706Z | Compiling trust-dns-client v0.22.0 |
| 1879 | 2023-11-30T04:21:27.710Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1880 | 2023-11-30T04:21:28.002Z | Compiling x509-cert v0.2.4 |
| 1881 | 2023-11-30T04:21:28.487Z | Compiling darling_core v0.14.4 |
| 1882 | 2023-11-30T04:21:33.588Z | Compiling ron v0.8.1 |
| 1883 | 2023-11-30T04:21:40.041Z | Compiling minimal-lexical v0.2.1 |
| 1884 | 2023-11-30T04:21:40.833Z | Compiling crc-any v2.4.3 |
| 1885 | 2023-11-30T04:21:42.401Z | Compiling buf-list v1.0.3 |
| 1886 | 2023-11-30T04:21:43.282Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1887 | 2023-11-30T04:21:43.931Z | Compiling nom v7.1.3 |
| 1888 | 2023-11-30T04:21:44.860Z | Compiling trust-dns-server v0.22.1 |
| 1889 | 2023-11-30T04:21:49.731Z | Compiling darling_macro v0.14.4 |
| 1890 | 2023-11-30T04:21:50.282Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1891 | 2023-11-30T04:21:57.016Z | Compiling ascii-canvas v3.0.0 |
| 1892 | 2023-11-30T04:21:57.090Z | Compiling sled v0.34.7 |
| 1893 | 2023-11-30T04:21:57.091Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1894 | 2023-11-30T04:22:13.515Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1895 | 2023-11-30T04:22:20.909Z | Compiling object v0.30.4 |
| 1896 | 2023-11-30T04:22:23.288Z | Compiling itertools v0.12.0 |
| 1897 | 2023-11-30T04:22:23.652Z | Compiling is-terminal v0.4.9 |
| 1898 | 2023-11-30T04:22:23.817Z | Compiling libsw v3.3.0 |
| 1899 | 2023-11-30T04:22:24.311Z | Compiling ena v0.14.2 |
| 1900 | 2023-11-30T04:22:24.955Z | Compiling derive-where v1.2.5 |
| 1901 | 2023-11-30T04:22:29.165Z | Compiling libloading v0.7.4 |
| 1902 | 2023-11-30T04:22:29.729Z | Compiling owo-colors v3.5.0 |
| 1903 | 2023-11-30T04:22:30.320Z | Compiling path-slash v0.1.5 |
| 1904 | 2023-11-30T04:22:30.441Z | Compiling linear-map v1.2.0 |
| 1905 | 2023-11-30T04:22:30.634Z | Compiling bindgen v0.65.1 |
| 1906 | 2023-11-30T04:22:31.055Z | Compiling pretty-hex v0.4.0 |
| 1907 | 2023-11-30T04:22:31.278Z | Compiling regex-syntax v0.6.29 |
| 1908 | 2023-11-30T04:22:31.465Z | Compiling diff v0.1.13 |
| 1909 | 2023-11-30T04:22:32.344Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1910 | 2023-11-30T04:22:34.511Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1911 | 2023-11-30T04:22:35.074Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1912 | 2023-11-30T04:22:40.576Z | Compiling lalrpop v0.19.12 |
| 1913 | 2023-11-30T04:22:47.910Z | Compiling curve25519-dalek v4.1.0 |
| 1914 | 2023-11-30T04:22:50.234Z | Compiling darling v0.14.4 |
| 1915 | 2023-11-30T04:22:50.389Z | Compiling cexpr v0.6.0 |
| 1916 | 2023-11-30T04:22:52.774Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1917 | 2023-11-30T04:22:53.935Z | Compiling which v4.4.0 |
| 1918 | 2023-11-30T04:22:54.170Z | Compiling ff v0.13.0 |
| 1919 | 2023-11-30T04:22:54.524Z | Compiling kstat-rs v0.2.3 |
| 1920 | 2023-11-30T04:22:55.221Z | Compiling memoffset v0.7.1 |
| 1921 | 2023-11-30T04:22:55.234Z | Compiling shlex v1.1.0 |
| 1922 | 2023-11-30T04:22:55.241Z | Compiling rustc-hash v1.1.0 |
| 1923 | 2023-11-30T04:22:55.437Z | Compiling peeking_take_while v0.1.2 |
| 1924 | 2023-11-30T04:22:55.468Z | Compiling display-error-chain v0.2.0 |
| 1925 | 2023-11-30T04:22:55.542Z | Compiling lazycell v1.3.0 |
| 1926 | 2023-11-30T04:22:55.706Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1927 | 2023-11-30T04:22:55.785Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1928 | 2023-11-30T04:22:56.558Z | Compiling group v0.13.0 |
| 1929 | 2023-11-30T04:22:56.813Z | Compiling derive_builder_core v0.12.0 |
| 1930 | 2023-11-30T04:23:00.428Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1931 | 2023-11-30T04:23:03.163Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1932 | 2023-11-30T04:23:06.252Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 1933 | 2023-11-30T04:23:13.642Z | Compiling globset v0.4.13 |
| 1934 | 2023-11-30T04:23:13.730Z | Compiling pem v3.0.2 |
| 1935 | 2023-11-30T04:23:16.433Z | Compiling olpc-cjson v0.1.3 |
| 1936 | 2023-11-30T04:23:16.777Z | Compiling universal-hash v0.5.1 |
| 1937 | 2023-11-30T04:23:17.092Z | Compiling crypto-bigint v0.5.2 |
| 1938 | 2023-11-30T04:23:17.272Z | Compiling bcs v0.1.6 |
| 1939 | 2023-11-30T04:23:18.151Z | Compiling serde_plain v1.0.2 |
| 1940 | 2023-11-30T04:23:18.666Z | Compiling libxml v0.3.3 |
| 1941 | 2023-11-30T04:23:18.953Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1942 | 2023-11-30T04:23:19.147Z | Compiling async-recursion v1.0.5 |
| 1943 | 2023-11-30T04:23:20.653Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1944 | 2023-11-30T04:23:22.120Z | Compiling base16ct v0.2.0 |
| 1945 | 2023-11-30T04:23:22.468Z | Compiling opaque-debug v0.3.0 |
| 1946 | 2023-11-30T04:23:22.584Z | Compiling ref-cast v1.0.20 |
| 1947 | 2023-11-30T04:23:22.740Z | Compiling highway v1.1.0 |
| 1948 | 2023-11-30T04:23:22.756Z | Compiling typed-path v0.6.0 |
| 1949 | 2023-11-30T04:23:23.330Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1950 | 2023-11-30T04:23:23.436Z | Compiling thiserror-no-std v2.0.2 |
| 1951 | 2023-11-30T04:23:24.975Z | Compiling poly1305 v0.8.0 |
| 1952 | 2023-11-30T04:23:27.344Z | Compiling polar-core v0.27.0 |
| 1953 | 2023-11-30T04:23:27.650Z | Compiling tough v0.15.0 |
| 1954 | 2023-11-30T04:23:28.322Z | Compiling elliptic-curve v0.13.5 |
| 1955 | 2023-11-30T04:23:29.267Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 1956 | 2023-11-30T04:23:34.404Z | Compiling derive_builder_macro v0.12.0 |
| 1957 | 2023-11-30T04:23:35.601Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1958 | 2023-11-30T04:23:35.910Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1959 | 2023-11-30T04:23:36.371Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1960 | 2023-11-30T04:23:36.780Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1961 | 2023-11-30T04:23:37.181Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1962 | 2023-11-30T04:23:45.463Z | Compiling chacha20 v0.9.1 |
| 1963 | 2023-11-30T04:23:45.895Z | Compiling strum_macros v0.24.3 |
| 1964 | 2023-11-30T04:23:46.168Z | Compiling aead v0.5.2 |
| 1965 | 2023-11-30T04:23:46.615Z | Compiling ref-cast-impl v1.0.20 |
| 1966 | 2023-11-30T04:23:48.336Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 1967 | 2023-11-30T04:23:48.761Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1968 | 2023-11-30T04:23:49.190Z | Compiling cookie v0.18.0 |
| 1969 | 2023-11-30T04:23:49.613Z | Compiling signature v1.6.4 |
| 1970 | 2023-11-30T04:23:49.827Z | Compiling salty v0.2.0 |
| 1971 | 2023-11-30T04:23:50.201Z | Compiling indoc v1.0.9 |
| 1972 | 2023-11-30T04:23:50.447Z | Compiling ed25519 v1.5.3 |
| 1973 | 2023-11-30T04:23:51.345Z | Compiling chacha20poly1305 v0.10.1 |
| 1974 | 2023-11-30T04:23:51.586Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 1975 | 2023-11-30T04:23:51.666Z | Compiling derive_builder v0.12.0 |
| 1976 | 2023-11-30T04:23:58.395Z | Compiling vsss-rs v3.3.1 |
| 1977 | 2023-11-30T04:24:02.427Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1978 | 2023-11-30T04:24:04.576Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1979 | 2023-11-30T04:24:05.083Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1980 | 2023-11-30T04:24:05.408Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1981 | 2023-11-30T04:24:05.489Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1982 | 2023-11-30T04:24:06.286Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1983 | 2023-11-30T04:24:09.625Z | Compiling headers-core v0.2.0 |
| 1984 | 2023-11-30T04:24:09.864Z | Compiling bb8 v0.8.1 |
| 1985 | 2023-11-30T04:24:10.402Z | Compiling quick-xml v0.23.1 |
| 1986 | 2023-11-30T04:24:10.796Z | Compiling serde-big-array v0.5.1 |
| 1987 | 2023-11-30T04:24:11.201Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1988 | 2023-11-30T04:24:12.423Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1989 | 2023-11-30T04:24:14.060Z | Compiling oso-derive v0.27.0 |
| 1990 | 2023-11-30T04:24:14.113Z | Compiling fs-err v2.11.0 |
| 1991 | 2023-11-30T04:24:14.550Z | Compiling maplit v1.0.2 |
| 1992 | 2023-11-30T04:24:14.719Z | Compiling http-range v0.1.5 |
| 1993 | 2023-11-30T04:24:15.595Z | Compiling hyper-staticfile v0.9.5 |
| 1994 | 2023-11-30T04:24:15.857Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1995 | 2023-11-30T04:24:19.805Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 1996 | 2023-11-30T04:24:21.058Z | Compiling headers v0.3.9 |
| 1997 | 2023-11-30T04:24:28.131Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
| 1998 | 2023-11-30T04:24:28.654Z | Compiling oso v0.27.0 |
| 1999 | 2023-11-30T04:24:39.587Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2000 | 2023-11-30T04:24:42.779Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2001 | 2023-11-30T04:24:43.178Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2002 | 2023-11-30T04:24:43.829Z | Compiling signal-hook-tokio v0.3.1 |
| 2003 | 2023-11-30T04:24:44.105Z | Compiling serde-big-array v0.4.1 |
| 2004 | 2023-11-30T04:24:44.366Z | Compiling cassowary v0.3.0 |
| 2005 | 2023-11-30T04:24:45.264Z | Compiling indoc v2.0.3 |
| 2006 | 2023-11-30T04:24:46.717Z | Compiling ratatui v0.23.0 |
| 2007 | 2023-11-30T04:24:51.837Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2008 | 2023-11-30T04:24:54.373Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2009 | 2023-11-30T04:24:57.612Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2010 | 2023-11-30T04:25:01.058Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2011 | 2023-11-30T04:25:11.574Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2012 | 2023-11-30T04:25:12.160Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
| 2013 | 2023-11-30T04:25:14.514Z | Compiling fatfs v0.3.6 |
| 2014 | 2023-11-30T04:25:19.827Z | Compiling bytesize v1.3.0 |
| 2015 | 2023-11-30T04:25:20.757Z | Compiling nanorand v0.7.0 |
| 2016 | 2023-11-30T04:25:21.902Z | Compiling rtoolbox v0.0.1 |
| 2017 | 2023-11-30T04:25:21.919Z | Compiling is_ci v1.1.1 |
| 2018 | 2023-11-30T04:25:22.328Z | Compiling smawk v0.3.1 |
| 2019 | 2023-11-30T04:25:22.563Z | Compiling assert_matches v1.5.0 |
| 2020 | 2023-11-30T04:25:22.664Z | Compiling corncobs v0.1.3 |
| 2021 | 2023-11-30T04:25:22.706Z | Compiling unicode-linebreak v0.1.5 |
| 2022 | 2023-11-30T04:25:23.275Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2023 | 2023-11-30T04:25:23.606Z | Compiling textwrap v0.16.0 |
| 2024 | 2023-11-30T04:25:24.556Z | Compiling rpassword v7.3.1 |
| 2025 | 2023-11-30T04:25:25.245Z | Compiling supports-color v2.1.0 |
| 2026 | 2023-11-30T04:25:26.381Z | Compiling flume v0.11.0 |
| 2027 | 2023-11-30T04:25:27.679Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2028 | 2023-11-30T04:25:29.812Z | Compiling tui-tree-widget v0.13.0 |
| 2029 | 2023-11-30T04:25:33.189Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2030 | 2023-11-30T04:25:35.522Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2031 | 2023-11-30T04:25:38.277Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2032 | 2023-11-30T04:26:13.791Z | Compiling shell-words v1.1.0 |
| 2033 | 2023-11-30T04:26:14.463Z | Compiling humantime v2.1.0 |
| 2034 | 2023-11-30T04:26:15.844Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2035 | 2023-11-30T04:26:44.963Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2036 | 2023-11-30T04:26:51.867Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2037 | 2023-11-30T04:29:29.397Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2038 | 2023-11-30T04:38:18.477Z | Finished release [optimized] target(s) in 17m 52s |
| 2039 | 2023-11-30T04:39:23.255Z | |
| 2040 | 2023-11-30T04:39:23.286Z | real 18:58.664783418 |
| 2041 | 2023-11-30T04:39:23.286Z | user 2:12:21.257836002 |
| 2042 | 2023-11-30T04:39:23.286Z | sys 4:58.026986961 |
| 2043 | 2023-11-30T04:39:23.286Z | trap 4.267884043 |
| 2044 | 2023-11-30T04:39:23.286Z | tflt 0.926901638 |
| 2045 | 2023-11-30T04:39:23.286Z | dflt 1.368137700 |
| 2046 | 2023-11-30T04:39:23.286Z | kflt 0.005232240 |
| 2047 | 2023-11-30T04:39:23.287Z | lock 7:36:10.776142574 |
| 2048 | 2023-11-30T04:39:23.287Z | slp 4:57:24.835247152 |
| 2049 | 2023-11-30T04:39:23.287Z | lat 2:21.559411602 |
| 2050 | 2023-11-30T04:39:23.287Z | stop 37.939542216 |
| 2051 | 2023-11-30T04:39:23.287Z | + 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/*) |
| 2052 | 2023-11-30T04:39:23.287Z | + pfexec mkdir -p /work |
| 2053 | 2023-11-30T04:39:23.290Z | + pfexec chown build /work |
| 2054 | 2023-11-30T04:39:23.290Z | + 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 |
| 2055 | 2023-11-30T04:39:36.525Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2056 | 2023-11-30T04:39:36.525Z | a out/mg-ddm-gz.tar 61253K |
| 2057 | 2023-11-30T04:39:36.525Z | a out/omicron-sled-agent.tar 109511K |
| 2058 | 2023-11-30T04:39:36.525Z | a out/target/test 1K |
| 2059 | 2023-11-30T04:39:36.525Z | a out/npuzone/npuzone 36505K |
| 2060 | 2023-11-30T04:39:36.525Z | a package-manifest.toml 22K |
| 2061 | 2023-11-30T04:39:36.525Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2062 | 2023-11-30T04:39:36.525Z | a target/release/omicron-package 41570K |
| 2063 | 2023-11-30T04:39:36.525Z | a tools/create_virtual_hardware.sh 4K |
| 2064 | 2023-11-30T04:39:36.525Z | a tools/virtual_hardware.sh 4K |
| 2065 | 2023-11-30T04:39:36.525Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
| 2066 | 2023-11-30T04:39:36.525Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
| 2067 | 2023-11-30T04:39:36.525Z | a tools/scrimlet/softnpu-init.sh 3K |
| 2068 | 2023-11-30T04:39:36.525Z | a tools/scrimlet/softnpu-zone.txt 1K |
| 2069 | 2023-11-30T04:39:36.525Z | a tools/scrimlet/softnpu.toml 1K |
| 2070 | 2023-11-30T04:39:36.529Z | |
| 2071 | 2023-11-30T04:39:36.529Z | real 13.251137468 |
| 2072 | 2023-11-30T04:39:36.529Z | user 12.670423149 |
| 2073 | 2023-11-30T04:39:36.529Z | sys 1.020877094 |
| 2074 | 2023-11-30T04:39:36.529Z | trap 0.004636247 |
| 2075 | 2023-11-30T04:39:36.529Z | tflt 0.000000000 |
| 2076 | 2023-11-30T04:39:36.529Z | dflt 0.000000000 |
| 2077 | 2023-11-30T04:39:36.529Z | kflt 0.000000000 |
| 2078 | 2023-11-30T04:39:36.529Z | lock 0.000000000 |
| 2079 | 2023-11-30T04:39:36.529Z | slp 12.397994895 |
| 2080 | 2023-11-30T04:39:36.529Z | lat 0.404777675 |
| 2081 | 2023-11-30T04:39:36.530Z | stop 0.000241285 |
| 2082 | 2023-11-30T04:39:36.530Z | ++ pwd |
| 2083 | 2023-11-30T04:39:36.530Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2084 | 2023-11-30T04:39:36.530Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
| 2085 | 2023-11-30T04:39:36.531Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2086 | 2023-11-30T04:39:37.575Z | Finished release [optimized] target(s) in 0.96s |
| 2087 | 2023-11-30T04:39:37.602Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2088 | 2023-11-30T04:39:37.641Z | Created new build target 'host' and set it as active |
| 2089 | 2023-11-30T04:39:37.644Z | |
| 2090 | 2023-11-30T04:39:37.644Z | real 1.113422178 |
| 2091 | 2023-11-30T04:39:37.644Z | user 0.782866950 |
| 2092 | 2023-11-30T04:39:37.644Z | sys 0.331389045 |
| 2093 | 2023-11-30T04:39:37.644Z | trap 0.000073418 |
| 2094 | 2023-11-30T04:39:37.644Z | tflt 0.000030370 |
| 2095 | 2023-11-30T04:39:37.644Z | dflt 0.000002377 |
| 2096 | 2023-11-30T04:39:37.644Z | kflt 0.000000000 |
| 2097 | 2023-11-30T04:39:37.644Z | lock 0.034815895 |
| 2098 | 2023-11-30T04:39:37.644Z | slp 0.019853663 |
| 2099 | 2023-11-30T04:39:37.644Z | lat 0.001826478 |
| 2100 | 2023-11-30T04:39:37.644Z | stop 0.000221581 |
| 2101 | 2023-11-30T04:39:37.647Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2102 | 2023-11-30T04:39:38.645Z | Finished release [optimized] target(s) in 0.91s |
| 2103 | 2023-11-30T04:39:38.670Z | Running `target/release/omicron-package -t host package` |
| 2104 | 2023-11-30T04:39:38.709Z | Nov 30 04:39:38.709 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2105 | 2023-11-30T04:39:39.759Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2106 | 2023-11-30T04:43:01.773Z | Finished release [optimized] target(s) in 3m 22s |
| 2107 | 2023-11-30T04:44:13.485Z | |
| 2108 | 2023-11-30T04:44:13.485Z | real 4:35.844833838 |
| 2109 | 2023-11-30T04:44:13.486Z | user 19:34.790248203 |
| 2110 | 2023-11-30T04:44:13.486Z | sys 57.056952711 |
| 2111 | 2023-11-30T04:44:13.489Z | trap 0.557448541 |
| 2112 | 2023-11-30T04:44:13.489Z | tflt 0.020361647 |
| 2113 | 2023-11-30T04:44:13.489Z | dflt 1.385510786 |
| 2114 | 2023-11-30T04:44:13.489Z | kflt 0.044655259 |
| 2115 | 2023-11-30T04:44:13.489Z | lock 1:05:57.970087024 |
| 2116 | 2023-11-30T04:44:13.489Z | slp 16:21.177407472 |
| 2117 | 2023-11-30T04:44:13.489Z | lat 7.492221005 |
| 2118 | 2023-11-30T04:44:13.489Z | stop 0.656556787 |
| 2119 | 2023-11-30T04:44:13.489Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
| 2120 | 2023-11-30T04:44:13.489Z | + for package in "$@" |
| 2121 | 2023-11-30T04:44:13.489Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
| 2122 | 2023-11-30T04:44:13.489Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git188f6e23c33 |
| 2123 | 2023-11-30T04:44:14.507Z | Finished release [optimized] target(s) in 0.94s |
| 2124 | 2023-11-30T04:44:14.534Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git188f6e23c33` |
| 2125 | 2023-11-30T04:44:14.573Z | Nov 30 04:44:14.574 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2126 | 2023-11-30T04:44:15.098Z | Created: out/versioned/omicron-sled-agent.tar |
| 2127 | 2023-11-30T04:44:15.102Z | + for package in "$@" |
| 2128 | 2023-11-30T04:44:15.102Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2129 | 2023-11-30T04:44:15.102Z | + echo 0.0.0 |
| 2130 | 2023-11-30T04:44:15.104Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2131 | 2023-11-30T04:44:15.107Z | a VERSION 1K |
| 2132 | 2023-11-30T04:44:15.107Z | + rm VERSION |
| 2133 | 2023-11-30T04:44:15.109Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git188f6e23c33 |
| 2134 | 2023-11-30T04:44:16.147Z | Finished release [optimized] target(s) in 0.95s |
| 2135 | 2023-11-30T04:44:16.175Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git188f6e23c33` |
| 2136 | 2023-11-30T04:44:16.213Z | Nov 30 04:44:16.214 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2137 | 2023-11-30T04:44:16.509Z | Created: out/versioned/mg-ddm-gz.tar |
| 2138 | 2023-11-30T04:44:16.512Z | + for package in "$@" |
| 2139 | 2023-11-30T04:44:16.512Z | + [[ propolis-server == mg-ddm-gz ]] |
| 2140 | 2023-11-30T04:44:16.512Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git188f6e23c33 |
| 2141 | 2023-11-30T04:44:17.557Z | Finished release [optimized] target(s) in 0.96s |
| 2142 | 2023-11-30T04:44:17.586Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git188f6e23c33` |
| 2143 | 2023-11-30T04:44:17.626Z | Nov 30 04:44:17.627 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2144 | 2023-11-30T04:44:19.447Z | Created: out/versioned/propolis-server.tar.gz |
| 2145 | 2023-11-30T04:44:19.450Z | + for package in "$@" |
| 2146 | 2023-11-30T04:44:19.450Z | + [[ overlay == mg-ddm-gz ]] |
| 2147 | 2023-11-30T04:44:19.453Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git188f6e23c33 |
| 2148 | 2023-11-30T04:44:20.529Z | Finished release [optimized] target(s) in 0.99s |
| 2149 | 2023-11-30T04:44:20.561Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git188f6e23c33` |
| 2150 | 2023-11-30T04:44:20.602Z | Nov 30 04:44:20.602 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2151 | 2023-11-30T04:44:20.609Z | Created: out/versioned/overlay.tar.gz |
| 2152 | 2023-11-30T04:44:20.609Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2153 | 2023-11-30T04:44:20.620Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2154 | 2023-11-30T04:44:20.627Z | ++ cd -- ./tools |
| 2155 | 2023-11-30T04:44:20.627Z | ++ pwd |
| 2156 | 2023-11-30T04:44:20.627Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2157 | 2023-11-30T04:44:20.627Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2158 | 2023-11-30T04:44:20.634Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2159 | 2023-11-30T04:44:20.634Z | ++ readlink -f /work |
| 2160 | 2023-11-30T04:44:20.634Z | + out_dir=/work |
| 2161 | 2023-11-30T04:44:20.634Z | + 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") |
| 2162 | 2023-11-30T04:44:20.634Z | + for dep in "${deps[@]}" |
| 2163 | 2023-11-30T04:44:20.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2164 | 2023-11-30T04:44:20.634Z | + for dep in "${deps[@]}" |
| 2165 | 2023-11-30T04:44:20.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2166 | 2023-11-30T04:44:20.634Z | + for dep in "${deps[@]}" |
| 2167 | 2023-11-30T04:44:20.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2168 | 2023-11-30T04:44:20.634Z | + for dep in "${deps[@]}" |
| 2169 | 2023-11-30T04:44:20.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2170 | 2023-11-30T04:44:20.634Z | ++ mktemp -d |
| 2171 | 2023-11-30T04:44:20.642Z | + tmp_gz=/tmp/tmp.zCaiuh |
| 2172 | 2023-11-30T04:44:20.642Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2173 | 2023-11-30T04:44:20.642Z | + echo '{"v":"1","t":"layer"}' |
| 2174 | 2023-11-30T04:44:20.642Z | + pkg_dir=/tmp/tmp.zCaiuh/root/opt/oxide/sled-agent |
| 2175 | 2023-11-30T04:44:20.642Z | + mkdir -p /tmp/tmp.zCaiuh/root/opt/oxide/sled-agent |
| 2176 | 2023-11-30T04:44:20.642Z | + cd /tmp/tmp.zCaiuh/root/opt/oxide/sled-agent |
| 2177 | 2023-11-30T04:44:20.643Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2178 | 2023-11-30T04:44:20.782Z | x ., 0 bytes, 0 tape blocks |
| 2179 | 2023-11-30T04:44:20.782Z | x zone-bundle, 41291296 bytes, 80648 tape blocks |
| 2180 | 2023-11-30T04:44:20.782Z | x sled-agent, 70889064 bytes, 138456 tape blocks |
| 2181 | 2023-11-30T04:44:20.782Z | x pkg, 0 bytes, 0 tape blocks |
| 2182 | 2023-11-30T04:44:20.782Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
| 2183 | 2023-11-30T04:44:20.782Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2184 | 2023-11-30T04:44:20.782Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2185 | 2023-11-30T04:44:20.782Z | x VERSION, 25 bytes, 1 tape blocks |
| 2186 | 2023-11-30T04:44:20.787Z | + mkdir -p /tmp/tmp.zCaiuh/root/lib/svc/manifest/site/ |
| 2187 | 2023-11-30T04:44:20.787Z | + mv pkg/manifest.xml /tmp/tmp.zCaiuh/root/lib/svc/manifest/site/sled-agent.xml |
| 2188 | 2023-11-30T04:44:20.787Z | + cd - |
| 2189 | 2023-11-30T04:44:20.789Z | /work/oxidecomputer/omicron |
| 2190 | 2023-11-30T04:44:20.789Z | + pkg_dir=/tmp/tmp.zCaiuh/root/opt/oxide/mg-ddm |
| 2191 | 2023-11-30T04:44:20.789Z | + mkdir -p /tmp/tmp.zCaiuh/root/opt/oxide/mg-ddm |
| 2192 | 2023-11-30T04:44:20.789Z | + cd /tmp/tmp.zCaiuh/root/opt/oxide/mg-ddm |
| 2193 | 2023-11-30T04:44:20.789Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2194 | 2023-11-30T04:44:20.833Z | x ., 0 bytes, 0 tape blocks |
| 2195 | 2023-11-30T04:44:20.833Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2196 | 2023-11-30T04:44:20.833Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2197 | 2023-11-30T04:44:20.833Z | x pkg, 0 bytes, 0 tape blocks |
| 2198 | 2023-11-30T04:44:20.833Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2199 | 2023-11-30T04:44:20.833Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2200 | 2023-11-30T04:44:20.833Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2201 | 2023-11-30T04:44:20.833Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2202 | 2023-11-30T04:44:20.833Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2203 | 2023-11-30T04:44:20.833Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2204 | 2023-11-30T04:44:20.833Z | x VERSION, 25 bytes, 1 tape blocks |
| 2205 | 2023-11-30T04:44:20.837Z | + cd - |
| 2206 | 2023-11-30T04:44:20.837Z | /work/oxidecomputer/omicron |
| 2207 | 2023-11-30T04:44:20.837Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.zCaiuh/root/opt/oxide |
| 2208 | 2023-11-30T04:44:20.953Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.zCaiuh/root/opt/oxide |
| 2209 | 2023-11-30T04:44:20.956Z | + cd /tmp/tmp.zCaiuh |
| 2210 | 2023-11-30T04:44:20.956Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2211 | 2023-11-30T04:44:32.487Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2212 | 2023-11-30T04:44:32.487Z | a oxide.json 1K |
| 2213 | 2023-11-30T04:44:32.487Z | a root/ 0K |
| 2214 | 2023-11-30T04:44:32.487Z | a root/opt/ 0K |
| 2215 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/ 0K |
| 2216 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/sled-agent/ 0K |
| 2217 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/sled-agent/zone-bundle 40324K |
| 2218 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/sled-agent/sled-agent 69228K |
| 2219 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2220 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2221 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2222 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2223 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/mg-ddm/ 0K |
| 2224 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2225 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2226 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2227 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2228 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2229 | 2023-11-30T04:44:32.487Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2230 | 2023-11-30T04:44:32.488Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2231 | 2023-11-30T04:44:32.488Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2232 | 2023-11-30T04:44:32.488Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2233 | 2023-11-30T04:44:32.488Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2234 | 2023-11-30T04:44:32.488Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
| 2235 | 2023-11-30T04:44:32.488Z | a root/opt/oxide/overlay.tar.gz 2K |
| 2236 | 2023-11-30T04:44:32.488Z | a root/lib/ 0K |
| 2237 | 2023-11-30T04:44:32.488Z | a root/lib/svc/ 0K |
| 2238 | 2023-11-30T04:44:32.488Z | a root/lib/svc/manifest/ 0K |
| 2239 | 2023-11-30T04:44:32.488Z | a root/lib/svc/manifest/site/ 0K |
| 2240 | 2023-11-30T04:44:32.488Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2241 | 2023-11-30T04:44:32.491Z | + cd / |
| 2242 | 2023-11-30T04:44:32.491Z | + rm -rf /tmp/tmp.zCaiuh |
| 2243 | 2023-11-30T04:44:32.534Z | |
| 2244 | 2023-11-30T04:44:32.534Z | real 11.923078124 |
| 2245 | 2023-11-30T04:44:32.534Z | user 11.049157476 |
| 2246 | 2023-11-30T04:44:32.534Z | sys 0.932609105 |
| 2247 | 2023-11-30T04:44:32.534Z | trap 0.002323968 |
| 2248 | 2023-11-30T04:44:32.534Z | tflt 0.000000000 |
| 2249 | 2023-11-30T04:44:32.534Z | dflt 0.000032981 |
| 2250 | 2023-11-30T04:44:32.534Z | kflt 0.000000000 |
| 2251 | 2023-11-30T04:44:32.534Z | lock 0.000000000 |
| 2252 | 2023-11-30T04:44:32.534Z | slp 23.012766561 |
| 2253 | 2023-11-30T04:44:32.534Z | lat 0.364616151 |
| 2254 | 2023-11-30T04:44:32.537Z | stop 0.000303668 |
| 2255 | 2023-11-30T04:44:32.537Z | + mkdir -p /work/zones |
| 2256 | 2023-11-30T04:44:32.540Z | + 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) |
| 2257 | 2023-11-30T04:44:32.540Z | + 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/ |
| 2258 | 2023-11-30T04:44:36.317Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2259 | 2023-11-30T04:44:37.430Z | Finished release [optimized] target(s) in 1.02s |
| 2260 | 2023-11-30T04:44:37.460Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2261 | 2023-11-30T04:44:37.500Z | Created new build target 'recovery' and set it as active |
| 2262 | 2023-11-30T04:44:37.503Z | |
| 2263 | 2023-11-30T04:44:37.503Z | real 1.180375834 |
| 2264 | 2023-11-30T04:44:37.503Z | user 0.837217549 |
| 2265 | 2023-11-30T04:44:37.503Z | sys 0.342805890 |
| 2266 | 2023-11-30T04:44:37.504Z | trap 0.000477983 |
| 2267 | 2023-11-30T04:44:37.504Z | tflt 0.000046797 |
| 2268 | 2023-11-30T04:44:37.504Z | dflt 0.000000000 |
| 2269 | 2023-11-30T04:44:37.505Z | kflt 0.000000000 |
| 2270 | 2023-11-30T04:44:37.505Z | lock 0.036115468 |
| 2271 | 2023-11-30T04:44:37.505Z | slp 0.021512184 |
| 2272 | 2023-11-30T04:44:37.506Z | lat 0.002761477 |
| 2273 | 2023-11-30T04:44:37.506Z | stop 0.000227989 |
| 2274 | 2023-11-30T04:44:37.509Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2275 | 2023-11-30T04:44:38.625Z | Finished release [optimized] target(s) in 1.03s |
| 2276 | 2023-11-30T04:44:38.657Z | Running `target/release/omicron-package -t recovery package` |
| 2277 | 2023-11-30T04:44:38.701Z | Nov 30 04:44:38.693 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2278 | 2023-11-30T04:44:39.635Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2279 | 2023-11-30T04:44:43.270Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2280 | 2023-11-30T04:45:13.934Z | Finished release [optimized] target(s) in 35.14s |
| 2281 | 2023-11-30T04:45:27.626Z | |
| 2282 | 2023-11-30T04:45:27.635Z | real 50.110802066 |
| 2283 | 2023-11-30T04:45:27.635Z | user 2:24.332874038 |
| 2284 | 2023-11-30T04:45:27.635Z | sys 12.587750275 |
| 2285 | 2023-11-30T04:45:27.635Z | trap 0.084445130 |
| 2286 | 2023-11-30T04:45:27.635Z | tflt 0.037279464 |
| 2287 | 2023-11-30T04:45:27.635Z | dflt 1.124349082 |
| 2288 | 2023-11-30T04:45:27.635Z | kflt 0.000000000 |
| 2289 | 2023-11-30T04:45:27.635Z | lock 11:29.294418846 |
| 2290 | 2023-11-30T04:45:27.635Z | slp 2:26.993127774 |
| 2291 | 2023-11-30T04:45:27.635Z | lat 1.781396257 |
| 2292 | 2023-11-30T04:45:27.635Z | stop 0.192775063 |
| 2293 | 2023-11-30T04:45:27.635Z | + stamp_packages installinator mg-ddm-gz |
| 2294 | 2023-11-30T04:45:27.635Z | + for package in "$@" |
| 2295 | 2023-11-30T04:45:27.635Z | + [[ installinator == mg-ddm-gz ]] |
| 2296 | 2023-11-30T04:45:27.635Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git188f6e23c33 |
| 2297 | 2023-11-30T04:45:28.669Z | Finished release [optimized] target(s) in 0.96s |
| 2298 | 2023-11-30T04:45:28.697Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git188f6e23c33` |
| 2299 | 2023-11-30T04:45:28.737Z | Nov 30 04:45:28.738 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2300 | 2023-11-30T04:45:28.874Z | Created: out/versioned/installinator.tar |
| 2301 | 2023-11-30T04:45:28.878Z | + for package in "$@" |
| 2302 | 2023-11-30T04:45:28.878Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2303 | 2023-11-30T04:45:28.878Z | + echo 0.0.0 |
| 2304 | 2023-11-30T04:45:28.881Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2305 | 2023-11-30T04:45:28.883Z | a VERSION 1K |
| 2306 | 2023-11-30T04:45:28.883Z | + rm VERSION |
| 2307 | 2023-11-30T04:45:28.886Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git188f6e23c33 |
| 2308 | 2023-11-30T04:45:29.928Z | Finished release [optimized] target(s) in 0.95s |
| 2309 | 2023-11-30T04:45:29.954Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git188f6e23c33` |
| 2310 | 2023-11-30T04:45:29.999Z | Nov 30 04:45:29.990 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2311 | 2023-11-30T04:45:30.157Z | Created: out/versioned/mg-ddm-gz.tar |
| 2312 | 2023-11-30T04:45:30.168Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2313 | 2023-11-30T04:45:30.174Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2314 | 2023-11-30T04:45:30.174Z | ++ cd -- ./tools |
| 2315 | 2023-11-30T04:45:30.174Z | ++ pwd |
| 2316 | 2023-11-30T04:45:30.174Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2317 | 2023-11-30T04:45:30.177Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2318 | 2023-11-30T04:45:30.178Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2319 | 2023-11-30T04:45:30.181Z | ++ readlink -f /work |
| 2320 | 2023-11-30T04:45:30.181Z | + out_dir=/work |
| 2321 | 2023-11-30T04:45:30.181Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2322 | 2023-11-30T04:45:30.181Z | + for dep in "${deps[@]}" |
| 2323 | 2023-11-30T04:45:30.181Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2324 | 2023-11-30T04:45:30.181Z | + for dep in "${deps[@]}" |
| 2325 | 2023-11-30T04:45:30.181Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2326 | 2023-11-30T04:45:30.183Z | ++ mktemp -d |
| 2327 | 2023-11-30T04:45:30.183Z | + tmp_trampoline=/tmp/tmp.iBaGyh |
| 2328 | 2023-11-30T04:45:30.183Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2329 | 2023-11-30T04:45:30.183Z | + echo '{"v":"1","t":"layer"}' |
| 2330 | 2023-11-30T04:45:30.183Z | + pkg_dir=/tmp/tmp.iBaGyh/root/opt/oxide/installinator |
| 2331 | 2023-11-30T04:45:30.183Z | + mkdir -p /tmp/tmp.iBaGyh/root/opt/oxide/installinator |
| 2332 | 2023-11-30T04:45:30.186Z | + cd /tmp/tmp.iBaGyh/root/opt/oxide/installinator |
| 2333 | 2023-11-30T04:45:30.186Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2334 | 2023-11-30T04:45:30.245Z | x ., 0 bytes, 0 tape blocks |
| 2335 | 2023-11-30T04:45:30.246Z | x installinator, 52112952 bytes, 101784 tape blocks |
| 2336 | 2023-11-30T04:45:30.246Z | x pkg, 0 bytes, 0 tape blocks |
| 2337 | 2023-11-30T04:45:30.246Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2338 | 2023-11-30T04:45:30.246Z | x VERSION, 25 bytes, 1 tape blocks |
| 2339 | 2023-11-30T04:45:30.249Z | + mkdir -p /tmp/tmp.iBaGyh/root/lib/svc/manifest/site/ |
| 2340 | 2023-11-30T04:45:30.249Z | + mv pkg/manifest.xml /tmp/tmp.iBaGyh/root/lib/svc/manifest/site/installinator.xml |
| 2341 | 2023-11-30T04:45:30.253Z | + cd - |
| 2342 | 2023-11-30T04:45:30.253Z | /work/oxidecomputer/omicron |
| 2343 | 2023-11-30T04:45:30.253Z | + pkg_dir=/tmp/tmp.iBaGyh/root/opt/oxide/mg-ddm |
| 2344 | 2023-11-30T04:45:30.254Z | + mkdir -p /tmp/tmp.iBaGyh/root/opt/oxide/mg-ddm |
| 2345 | 2023-11-30T04:45:30.254Z | + cd /tmp/tmp.iBaGyh/root/opt/oxide/mg-ddm |
| 2346 | 2023-11-30T04:45:30.254Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2347 | 2023-11-30T04:45:30.322Z | x ., 0 bytes, 0 tape blocks |
| 2348 | 2023-11-30T04:45:30.322Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2349 | 2023-11-30T04:45:30.322Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2350 | 2023-11-30T04:45:30.322Z | x pkg, 0 bytes, 0 tape blocks |
| 2351 | 2023-11-30T04:45:30.322Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2352 | 2023-11-30T04:45:30.322Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2353 | 2023-11-30T04:45:30.322Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2354 | 2023-11-30T04:45:30.322Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2355 | 2023-11-30T04:45:30.322Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2356 | 2023-11-30T04:45:30.322Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2357 | 2023-11-30T04:45:30.322Z | x VERSION, 25 bytes, 1 tape blocks |
| 2358 | 2023-11-30T04:45:30.325Z | + cd - |
| 2359 | 2023-11-30T04:45:30.325Z | /work/oxidecomputer/omicron |
| 2360 | 2023-11-30T04:45:30.325Z | + cd /tmp/tmp.iBaGyh |
| 2361 | 2023-11-30T04:45:30.327Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2362 | 2023-11-30T04:45:36.304Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2363 | 2023-11-30T04:45:36.304Z | a oxide.json 1K |
| 2364 | 2023-11-30T04:45:36.304Z | a root/ 0K |
| 2365 | 2023-11-30T04:45:36.304Z | a root/opt/ 0K |
| 2366 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/ 0K |
| 2367 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/installinator/ 0K |
| 2368 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/installinator/installinator 50892K |
| 2369 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2370 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/installinator/VERSION 1K |
| 2371 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/ 0K |
| 2372 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2373 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2374 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2375 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2376 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2377 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2378 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2379 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2380 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2381 | 2023-11-30T04:45:36.304Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2382 | 2023-11-30T04:45:36.304Z | a root/lib/ 0K |
| 2383 | 2023-11-30T04:45:36.304Z | a root/lib/svc/ 0K |
| 2384 | 2023-11-30T04:45:36.304Z | a root/lib/svc/manifest/ 0K |
| 2385 | 2023-11-30T04:45:36.305Z | a root/lib/svc/manifest/site/ 0K |
| 2386 | 2023-11-30T04:45:36.305Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2387 | 2023-11-30T04:45:36.308Z | + cd / |
| 2388 | 2023-11-30T04:45:36.308Z | + rm -rf /tmp/tmp.iBaGyh |
| 2389 | 2023-11-30T04:45:36.341Z | |
| 2390 | 2023-11-30T04:45:36.343Z | real 6.165876579 |
| 2391 | 2023-11-30T04:45:36.343Z | user 5.760605270 |
| 2392 | 2023-11-30T04:45:36.343Z | sys 0.432748594 |
| 2393 | 2023-11-30T04:45:36.343Z | trap 0.001724182 |
| 2394 | 2023-11-30T04:45:36.343Z | tflt 0.000000000 |
| 2395 | 2023-11-30T04:45:36.343Z | dflt 0.000000000 |
| 2396 | 2023-11-30T04:45:36.343Z | kflt 0.000000000 |
| 2397 | 2023-11-30T04:45:36.343Z | lock 0.000000000 |
| 2398 | 2023-11-30T04:45:36.343Z | slp 11.925752650 |
| 2399 | 2023-11-30T04:45:36.344Z | lat 0.177370977 |
| 2400 | 2023-11-30T04:45:36.344Z | stop 0.000291695 |
| 2401 | 2023-11-30T04:45:36.344Z | process exited: duration 2126823 ms, exit code 0 |
| |
| 2402 | 2023-11-30T04:45:36.362Z | found 21 output files |
| 2403 | 2023-11-30T04:45:36.362Z | uploading: /work/version.txt (26 bytes) |
| 2404 | 2023-11-30T04:45:37.379Z | uploaded: /work/version.txt |
| 2405 | 2023-11-30T04:45:37.379Z | uploading: /work/package.tar.gz (80214223 bytes) |
| 2406 | 2023-11-30T04:46:01.037Z | uploaded: /work/package.tar.gz |
| 2407 | 2023-11-30T04:46:01.037Z | uploading: /work/global-zone-packages.tar.gz (121713820 bytes) |
| 2408 | 2023-11-30T04:46:38.683Z | uploaded: /work/global-zone-packages.tar.gz |
| 2409 | 2023-11-30T04:46:38.683Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36471839 bytes) |
| 2410 | 2023-11-30T04:46:47.490Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2411 | 2023-11-30T04:46:47.491Z | uploading: /work/zones/clickhouse.tar.gz (181761554 bytes) |
| 2412 | 2023-11-30T04:47:42.057Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2413 | 2023-11-30T04:47:42.057Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181761690 bytes) |
| 2414 | 2023-11-30T04:48:32.643Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2415 | 2023-11-30T04:48:32.643Z | uploading: /work/zones/cockroachdb.tar.gz (118842069 bytes) |
| 2416 | 2023-11-30T04:49:08.445Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2417 | 2023-11-30T04:49:08.445Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
| 2418 | 2023-11-30T04:49:15.474Z | uploaded: /work/zones/crucible-pantry.tar.gz |
| 2419 | 2023-11-30T04:49:15.476Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
| 2420 | 2023-11-30T04:49:27.061Z | uploaded: /work/zones/crucible.tar.gz |
| 2421 | 2023-11-30T04:49:27.072Z | uploading: /work/zones/external-dns.tar.gz (24113925 bytes) |
| 2422 | 2023-11-30T04:49:34.766Z | uploaded: /work/zones/external-dns.tar.gz |
| 2423 | 2023-11-30T04:49:34.778Z | uploading: /work/zones/internal-dns.tar.gz (24113923 bytes) |
| 2424 | 2023-11-30T04:49:41.076Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2425 | 2023-11-30T04:49:41.076Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
| 2426 | 2023-11-30T04:49:42.086Z | uploaded: /work/zones/ntp.tar.gz |
| 2427 | 2023-11-30T04:49:42.087Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18232883 bytes) |
| 2428 | 2023-11-30T04:49:47.767Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2429 | 2023-11-30T04:49:47.767Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18232070 bytes) |
| 2430 | 2023-11-30T04:49:52.622Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2431 | 2023-11-30T04:49:52.633Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (75431050 bytes) |
| 2432 | 2023-11-30T04:50:11.345Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
| 2433 | 2023-11-30T04:50:11.345Z | uploading: /work/zones/omicron-nexus.tar.gz (75433452 bytes) |
| 2434 | 2023-11-30T04:50:32.396Z | uploaded: /work/zones/omicron-nexus.tar.gz |
| 2435 | 2023-11-30T04:50:32.396Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
| 2436 | 2023-11-30T04:50:33.405Z | uploaded: /work/zones/overlay.tar.gz |
| 2437 | 2023-11-30T04:50:33.405Z | uploading: /work/zones/oximeter-collector.tar.gz (34062276 bytes) |
| 2438 | 2023-11-30T04:50:44.762Z | uploaded: /work/zones/oximeter-collector.tar.gz |
| 2439 | 2023-11-30T04:50:44.762Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
| 2440 | 2023-11-30T04:51:00.693Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2441 | 2023-11-30T04:51:00.693Z | uploading: /work/zones/switch-asic.tar.gz (245393362 bytes) |
| 2442 | 2023-11-30T04:52:17.102Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2443 | 2023-11-30T04:52:17.103Z | uploading: /work/zones/switch-softnpu.tar.gz (169347636 bytes) |
| 2444 | 2023-11-30T04:53:21.766Z | uploaded: /work/zones/switch-softnpu.tar.gz |