|
|
|
| 1 | 2023-12-07T04:31:57.407Z | job assigned to worker 01HH18MNMH2J45QWT7YJKP29YJ (queued for 3 m 9 s) |
| |
| 2 | 2023-12-07T04:31:57.731Z | starting task 0: "setup" |
| 3 | 2023-12-07T04:31:58.057Z | ++ uname -s |
| 4 | 2023-12-07T04:31:58.064Z | + kern=SunOS |
| 5 | 2023-12-07T04:31:58.064Z | + case "$kern" in |
| 6 | 2023-12-07T04:31:58.064Z | + groupadd -g 12345 build |
| 7 | 2023-12-07T04:31:58.065Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-12-07T04:32:00.074Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-12-07T04:32:00.589Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-12-07T04:32:00.595Z | + home_fs=zfs |
| 11 | 2023-12-07T04:32:00.595Z | + [[ zfs == autofs ]] |
| 12 | 2023-12-07T04:32:00.595Z | + mkdir -p /home/build |
| 13 | 2023-12-07T04:32:00.595Z | + chown build:build /home/build /work |
| 14 | 2023-12-07T04:32:02.183Z | + chmod 0700 /home/build /work |
| 15 | 2023-12-07T04:32:02.188Z | process exited: duration 4458 ms, exit code 0 |
| |
| 16 | 2023-12-07T04:32:02.198Z | starting task 1: "rust-toolchain" |
| 17 | 2023-12-07T04:32:02.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-12-07T04:32:02.214Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-12-07T04:32:02.403Z | info: downloading installer |
| 20 | 2023-12-07T04:32:05.837Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-12-07T04:32:05.837Z | warning: /opt/ooce/bin |
| 22 | 2023-12-07T04:32:05.837Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-12-07T04:32:05.837Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-12-07T04:32:05.837Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-12-07T04:32:05.838Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-12-07T04:32:05.838Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-12-07T04:32:05.838Z | error: cannot install while Rust is installed |
| 28 | 2023-12-07T04:32:05.838Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-12-07T04:32:06.491Z | info: profile set to 'default' |
| 30 | 2023-12-07T04:32:06.491Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-12-07T04:32:06.501Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-12-07T04:32:06.666Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-12-07T04:32:06.666Z | info: downloading component 'cargo' |
| 34 | 2023-12-07T04:32:07.729Z | info: downloading component 'clippy' |
| 35 | 2023-12-07T04:32:07.742Z | info: downloading component 'rust-docs' |
| 36 | 2023-12-07T04:32:08.380Z | info: downloading component 'rust-std' |
| 37 | 2023-12-07T04:32:09.878Z | info: downloading component 'rustc' |
| 38 | 2023-12-07T04:32:13.452Z | info: downloading component 'rustfmt' |
| 39 | 2023-12-07T04:32:13.670Z | info: installing component 'cargo' |
| 40 | 2023-12-07T04:32:15.561Z | info: installing component 'clippy' |
| 41 | 2023-12-07T04:32:16.501Z | info: installing component 'rust-docs' |
| 42 | 2023-12-07T04:32:19.282Z | info: installing component 'rust-std' |
| 43 | 2023-12-07T04:32:23.349Z | info: installing component 'rustc' |
| 44 | 2023-12-07T04:32:33.856Z | info: installing component 'rustfmt' |
| 45 | 2023-12-07T04:32:34.303Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-12-07T04:32:34.303Z | |
| 47 | 2023-12-07T04:32:35.573Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-12-07T04:32:35.573Z | |
| 49 | 2023-12-07T04:32:35.573Z | |
| 50 | 2023-12-07T04:32:35.574Z | Rust is installed now. Great! |
| 51 | 2023-12-07T04:32:35.574Z | |
| 52 | 2023-12-07T04:32:35.574Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-12-07T04:32:35.574Z | environment variable. This has not been done automatically. |
| 54 | 2023-12-07T04:32:35.575Z | |
| 55 | 2023-12-07T04:32:35.575Z | To configure your current shell, run: |
| 56 | 2023-12-07T04:32:35.575Z | source "$HOME/.cargo/env" |
| 57 | 2023-12-07T04:32:35.575Z | + rustc --version |
| 58 | 2023-12-07T04:32:35.576Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-12-07T04:32:35.576Z | process exited: duration 32484 ms, exit code 0 |
| |
| 60 | 2023-12-07T04:32:35.614Z | starting task 2: "authentication" |
| 61 | 2023-12-07T04:32:35.655Z | process exited: duration 38 ms, exit code 0 |
| |
| 62 | 2023-12-07T04:32:35.668Z | starting task 3: "clone repository" |
| 63 | 2023-12-07T04:32:35.677Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-12-07T04:32:35.685Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-12-07T04:32:35.864Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-12-07T04:32:42.380Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-12-07T04:32:42.380Z | + [[ -n dap/cleanup ]] |
| 68 | 2023-12-07T04:32:42.387Z | + git fetch origin dap/cleanup |
| 69 | 2023-12-07T04:32:42.726Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-12-07T04:32:42.726Z | * branch dap/cleanup -> FETCH_HEAD |
| 71 | 2023-12-07T04:32:42.743Z | + git checkout -B dap/cleanup remotes/origin/dap/cleanup |
| 72 | 2023-12-07T04:32:42.873Z | Switched to a new branch 'dap/cleanup' |
| 73 | 2023-12-07T04:32:42.888Z | branch 'dap/cleanup' set up to track 'origin/dap/cleanup'. |
| 74 | 2023-12-07T04:32:42.888Z | + git reset --hard 40e77a4c4fca252cd3615851f1326a81cf37af14 |
| 75 | 2023-12-07T04:32:43.044Z | HEAD is now at 40e77a4c another warn -> info |
| 76 | 2023-12-07T04:32:43.056Z | process exited: duration 7368 ms, exit code 0 |
| |
| 77 | 2023-12-07T04:32:43.071Z | starting task 4: "build" |
| 78 | 2023-12-07T04:32:43.081Z | + cargo --version |
| 79 | 2023-12-07T04:32:43.120Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
| 80 | 2023-12-07T04:32:43.315Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
| 81 | 2023-12-07T04:32:43.319Z | info: downloading component 'cargo' |
| 82 | 2023-12-07T04:32:44.180Z | info: downloading component 'clippy' |
| 83 | 2023-12-07T04:32:44.451Z | info: downloading component 'rust-docs' |
| 84 | 2023-12-07T04:32:45.517Z | info: downloading component 'rust-std' |
| 85 | 2023-12-07T04:32:47.287Z | info: downloading component 'rustc' |
| 86 | 2023-12-07T04:32:51.731Z | info: downloading component 'rustfmt' |
| 87 | 2023-12-07T04:32:52.042Z | info: installing component 'cargo' |
| 88 | 2023-12-07T04:32:53.366Z | info: installing component 'clippy' |
| 89 | 2023-12-07T04:32:53.833Z | info: installing component 'rust-docs' |
| 90 | 2023-12-07T04:32:56.655Z | info: installing component 'rust-std' |
| 91 | 2023-12-07T04:33:01.135Z | info: installing component 'rustc' |
| 92 | 2023-12-07T04:33:05.723Z | info: installing component 'rustfmt' |
| 93 | 2023-12-07T04:33:06.278Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
| 94 | 2023-12-07T04:33:06.300Z | + rustc --version |
| 95 | 2023-12-07T04:33:06.399Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
| 96 | 2023-12-07T04:33:06.408Z | ++ git rev-parse HEAD |
| 97 | 2023-12-07T04:33:06.413Z | + COMMIT=40e77a4c4fca252cd3615851f1326a81cf37af14 |
| 98 | 2023-12-07T04:33:06.413Z | + VERSION=5.0.0-0.ci+git40e77a4c4fc |
| 99 | 2023-12-07T04:33:06.413Z | + echo 5.0.0-0.ci+git40e77a4c4fc |
| 100 | 2023-12-07T04:33:06.413Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2023-12-07T04:33:31.259Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2023-12-07T04:33:32.197Z | Startup: Caching catalogs ... Done |
| 103 | 2023-12-07T04:33:34.013Z | Planning: Solver setup ... Done (6.231s) |
| 104 | 2023-12-07T04:33:34.014Z | Planning: Running solver ... Done (0.147s) |
| 105 | 2023-12-07T04:33:34.014Z | Planning: Finding local manifests ... Done (0.004s) |
| 106 | 2023-12-07T04:33:34.014Z | Planning: Fetching manifests: 0/6 0% complete |
| 107 | 2023-12-07T04:33:34.014Z | Planning: Fetching manifests: 6/6 100% complete |
| 108 | 2023-12-07T04:33:34.014Z | Planning: Package planning ... Done (0.093s) |
| 109 | 2023-12-07T04:33:34.014Z | Planning: Merging actions ... Done (0.085s) |
| 110 | 2023-12-07T04:33:34.014Z | Planning: Checking for conflicting actions ... Done (1.144s) |
| 111 | 2023-12-07T04:33:34.014Z | Planning: Consolidating action changes ... Done (0.018s) |
| 112 | 2023-12-07T04:33:34.260Z | Planning: Evaluating mediators ... Done (6.011s) |
| 113 | 2023-12-07T04:33:34.447Z | Planning: Planning completed in 14.55 seconds |
| 114 | 2023-12-07T04:33:34.541Z | Packages to install: 4 |
| 115 | 2023-12-07T04:33:34.541Z | Packages to update: 2 |
| 116 | 2023-12-07T04:33:34.542Z | Mediators to change: 2 |
| 117 | 2023-12-07T04:33:34.542Z | Services to change: 1 |
| 118 | 2023-12-07T04:33:34.543Z | Estimated space available: 148.88 GB |
| 119 | 2023-12-07T04:33:34.543Z | Estimated space to be consumed: 1.43 GB |
| 120 | 2023-12-07T04:33:34.543Z | Create boot environment: No |
| 121 | 2023-12-07T04:33:34.543Z | Create backup boot environment: Yes |
| 122 | 2023-12-07T04:33:34.544Z | Rebuild boot archive: No |
| 123 | 2023-12-07T04:33:34.544Z | |
| 124 | 2023-12-07T04:33:34.544Z | Changed mediators: |
| 125 | 2023-12-07T04:33:34.544Z | mediator clang: |
| 126 | 2023-12-07T04:33:34.544Z | version: None -> 15 (system default) |
| 127 | 2023-12-07T04:33:34.544Z | |
| 128 | 2023-12-07T04:33:34.545Z | mediator llvm: |
| 129 | 2023-12-07T04:33:34.545Z | version: 14 (system default) -> 15 (system default) |
| 130 | 2023-12-07T04:33:34.545Z | |
| 131 | 2023-12-07T04:33:34.545Z | Changed packages: |
| 132 | 2023-12-07T04:33:34.545Z | helios-dev |
| 133 | 2023-12-07T04:33:34.546Z | developer/build-essential |
| 134 | 2023-12-07T04:33:34.546Z | None -> 11-2.0 |
| 135 | 2023-12-07T04:33:34.546Z | library/libxmlsec1 |
| 136 | 2023-12-07T04:33:34.546Z | None -> 1.2.35-2.0 |
| 137 | 2023-12-07T04:33:34.546Z | ooce/developer/clang-15 |
| 138 | 2023-12-07T04:33:34.546Z | None -> 15.0.7-2.0 |
| 139 | 2023-12-07T04:33:34.546Z | ooce/developer/llvm-15 |
| 140 | 2023-12-07T04:33:34.546Z | None -> 15.0.7-2.0 |
| 141 | 2023-12-07T04:33:34.547Z | system/library/g++-runtime |
| 142 | 2023-12-07T04:33:34.547Z | 12-2.0 -> 13-2.0 |
| 143 | 2023-12-07T04:33:34.547Z | system/library/gcc-runtime |
| 144 | 2023-12-07T04:33:34.547Z | 12-2.0 -> 13-2.0 |
| 145 | 2023-12-07T04:33:34.547Z | |
| 146 | 2023-12-07T04:33:34.547Z | Services: |
| 147 | 2023-12-07T04:33:34.547Z | restart_fmri: |
| 148 | 2023-12-07T04:33:34.548Z | svc:/system/update-man-index:default |
| 149 | 2023-12-07T04:33:37.881Z | |
| 150 | 2023-12-07T04:33:37.881Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
| 151 | 2023-12-07T04:33:39.849Z | Download: 1415/3330 items 107.4/221.1MB 48% complete (21.7M/s) |
| 152 | 2023-12-07T04:33:44.857Z | Download: 3234/3330 items 170.4/221.1MB 77% complete (17.2M/s) |
| 153 | 2023-12-07T04:33:48.328Z | Download: Completed 221.11 MB in 13.40 seconds (16.5M/s) |
| 154 | 2023-12-07T04:33:50.600Z | Actions: 1/3766 actions (Removing old actions) |
| 155 | 2023-12-07T04:33:50.601Z | Actions: 5/3766 actions (Installing new actions) |
| 156 | 2023-12-07T04:33:55.600Z | Actions: 3045/3766 actions (Installing new actions) |
| 157 | 2023-12-07T04:33:59.263Z | Actions: 3729/3766 actions (Updating modified actions) |
| 158 | 2023-12-07T04:34:00.078Z | Actions: Completed 3766 actions in 9.49 seconds. |
| 159 | 2023-12-07T04:34:00.358Z | Done (0.201s) |
| 160 | 2023-12-07T04:34:00.365Z | Done (0.000s) |
| 161 | 2023-12-07T04:34:00.659Z | Done (0.370s) |
| 162 | 2023-12-07T04:34:09.065Z | Done (8.270s) |
| 163 | 2023-12-07T04:34:09.813Z | Done (0.245s) |
| 164 | 2023-12-07T04:34:09.864Z | Done (0.000s) |
| 165 | 2023-12-07T04:34:09.865Z | Done (0.000s) |
| 166 | 2023-12-07T04:34:10.399Z | Planning: Evaluating mediator changes ... Done |
| 167 | 2023-12-07T04:34:10.697Z | Planning: Checking for conflicting actions ... Done |
| 168 | 2023-12-07T04:34:10.722Z | Planning: Consolidating action changes ... Done |
| 169 | 2023-12-07T04:34:11.145Z | Planning: Evaluating mediators ... Done |
| 170 | 2023-12-07T04:34:11.158Z | Planning: Planning completed in 0.75 seconds |
| 171 | 2023-12-07T04:34:11.209Z | Mediators to change: 2 |
| 172 | 2023-12-07T04:34:11.209Z | Create boot environment: No |
| 173 | 2023-12-07T04:34:11.209Z | Create backup boot environment: No |
| 174 | 2023-12-07T04:34:11.362Z | Done |
| 175 | 2023-12-07T04:34:11.362Z | Done |
| 176 | 2023-12-07T04:34:11.528Z | Done |
| 177 | 2023-12-07T04:34:17.707Z | Done |
| 178 | 2023-12-07T04:34:17.833Z | Done |
| 179 | 2023-12-07T04:34:17.839Z | Done |
| 180 | 2023-12-07T04:34:17.976Z | Done |
| 181 | 2023-12-07T04:34:19.115Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2023-12-07T04:34:19.139Z | Planning: Merging actions ... Done |
| 183 | 2023-12-07T04:34:19.408Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2023-12-07T04:34:19.424Z | Planning: Consolidating action changes ... Done |
| 185 | 2023-12-07T04:34:19.883Z | Planning: Evaluating mediators ... Done |
| 186 | 2023-12-07T04:34:19.971Z | Planning: Planning completed in 1.38 seconds |
| 187 | 2023-12-07T04:34:20.039Z | Packages to change: 1 |
| 188 | 2023-12-07T04:34:20.039Z | Mediators to change: 1 |
| 189 | 2023-12-07T04:34:20.054Z | Services to change: 1 |
| 190 | 2023-12-07T04:34:20.054Z | Create boot environment: No |
| 191 | 2023-12-07T04:34:20.054Z | Create backup boot environment: Yes |
| 192 | 2023-12-07T04:34:22.117Z | Actions: 1/6 actions (Updating modified actions) |
| 193 | 2023-12-07T04:34:22.148Z | Actions: Completed 6 actions in 0.00 seconds. |
| 194 | 2023-12-07T04:34:22.149Z | Done |
| 195 | 2023-12-07T04:34:22.149Z | Done |
| 196 | 2023-12-07T04:34:22.184Z | Done |
| 197 | 2023-12-07T04:34:31.180Z | Done |
| 198 | 2023-12-07T04:34:31.441Z | Done |
| 199 | 2023-12-07T04:34:31.442Z | Done |
| 200 | 2023-12-07T04:34:31.442Z | Done |
| 201 | 2023-12-07T04:34:31.443Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 202 | 2023-12-07T04:34:31.443Z | clang system 15 system |
| 203 | 2023-12-07T04:34:31.443Z | csh system system illumos |
| 204 | 2023-12-07T04:34:31.444Z | ctags system system illumos |
| 205 | 2023-12-07T04:34:31.444Z | gcc vendor 12 vendor |
| 206 | 2023-12-07T04:34:31.444Z | gcc system 10 system |
| 207 | 2023-12-07T04:34:31.445Z | gcc system 7 system |
| 208 | 2023-12-07T04:34:31.445Z | go system 1.20 system |
| 209 | 2023-12-07T04:34:31.445Z | go system 1.19 system |
| 210 | 2023-12-07T04:34:31.446Z | llvm system 15 system |
| 211 | 2023-12-07T04:34:31.446Z | llvm system 14 system |
| 212 | 2023-12-07T04:34:31.447Z | mariadb system 10.6 system |
| 213 | 2023-12-07T04:34:31.447Z | mta vendor vendor dma |
| 214 | 2023-12-07T04:34:31.448Z | openjdk system 17 system |
| 215 | 2023-12-07T04:34:31.448Z | openjdk system 11 system |
| 216 | 2023-12-07T04:34:31.449Z | openjdk system 1.8 system |
| 217 | 2023-12-07T04:34:31.449Z | openssl vendor 3 vendor |
| 218 | 2023-12-07T04:34:31.449Z | perl system 5.36 system |
| 219 | 2023-12-07T04:34:31.449Z | postgresql system 15 system |
| 220 | 2023-12-07T04:34:31.449Z | postgresql system 13 system |
| 221 | 2023-12-07T04:34:31.450Z | python vendor 3 vendor |
| 222 | 2023-12-07T04:34:31.450Z | python system 2 system |
| 223 | 2023-12-07T04:34:31.450Z | python3 system 3.11 system |
| 224 | 2023-12-07T04:34:31.450Z | ruby system 3.0 system |
| 225 | 2023-12-07T04:34:31.450Z | words vendor vendor american-english |
| 226 | 2023-12-07T04:34:31.451Z | words system system australian-english |
| 227 | 2023-12-07T04:34:31.451Z | words system system british-english |
| 228 | 2023-12-07T04:34:31.451Z | words system system canadian-english |
| 229 | 2023-12-07T04:34:31.451Z | words system system french |
| 230 | 2023-12-07T04:34:31.451Z | words system system italian |
| 231 | 2023-12-07T04:34:31.451Z | words system system ngerman |
| 232 | 2023-12-07T04:34:31.451Z | words system system ogerman |
| 233 | 2023-12-07T04:34:31.451Z | words system system spanish |
| 234 | 2023-12-07T04:34:31.452Z | FMRI IFO |
| 235 | 2023-12-07T04:34:31.452Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 236 | 2023-12-07T04:34:31.452Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 237 | 2023-12-07T04:34:31.452Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 238 | 2023-12-07T04:34:31.452Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 239 | 2023-12-07T04:34:31.452Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 240 | 2023-12-07T04:34:31.452Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 241 | 2023-12-07T04:34:31.452Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
| 242 | 2023-12-07T04:34:31.453Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
| 243 | 2023-12-07T04:34:31.453Z | + set -o errexit |
| 244 | 2023-12-07T04:34:31.453Z | +++ dirname ./tools/ci_download_cockroachdb |
| 245 | 2023-12-07T04:34:31.453Z | ++ cd ./tools |
| 246 | 2023-12-07T04:34:31.453Z | ++ pwd |
| 247 | 2023-12-07T04:34:31.453Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 248 | 2023-12-07T04:34:31.454Z | ++ basename ./tools/ci_download_cockroachdb |
| 249 | 2023-12-07T04:34:31.454Z | + ARG0=ci_download_cockroachdb |
| 250 | 2023-12-07T04:34:31.454Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 251 | 2023-12-07T04:34:31.455Z | + CIDL_VERSION=v22.1.9 |
| 252 | 2023-12-07T04:34:31.455Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 253 | 2023-12-07T04:34:31.455Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 254 | 2023-12-07T04:34:31.455Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 255 | 2023-12-07T04:34:31.455Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 256 | 2023-12-07T04:34:31.455Z | + TARGET_DIR=out |
| 257 | 2023-12-07T04:34:31.455Z | + DOWNLOAD_DIR=out/downloads |
| 258 | 2023-12-07T04:34:31.455Z | + DEST_DIR=./out/cockroachdb |
| 259 | 2023-12-07T04:34:31.455Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 260 | 2023-12-07T04:34:31.456Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 261 | 2023-12-07T04:34:31.456Z | + main |
| 262 | 2023-12-07T04:34:31.456Z | + [[ 0 != 0 ]] |
| 263 | 2023-12-07T04:34:31.456Z | + CIDL_OS=solaris2.11 |
| 264 | 2023-12-07T04:34:31.456Z | + [[ 0 != 0 ]] |
| 265 | 2023-12-07T04:34:31.456Z | + configure_os solaris2.11 |
| 266 | 2023-12-07T04:34:31.456Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 267 | 2023-12-07T04:34:31.456Z | current directory: /work/oxidecomputer/omicron |
| 268 | 2023-12-07T04:34:31.457Z | + echo 'configuring based on OS: "solaris2.11"' |
| 269 | 2023-12-07T04:34:31.457Z | + case "$1" in |
| 270 | 2023-12-07T04:34:31.457Z | configuring based on OS: "solaris2.11" |
| 271 | 2023-12-07T04:34:31.457Z | + CIDL_BUILD=illumos |
| 272 | 2023-12-07T04:34:31.458Z | + CIDL_SUFFIX=tar.gz |
| 273 | 2023-12-07T04:34:31.458Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 274 | 2023-12-07T04:34:31.458Z | + CIDL_MD5FUNC=do_md5sum |
| 275 | 2023-12-07T04:34:31.460Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 276 | 2023-12-07T04:34:31.460Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 277 | 2023-12-07T04:34:31.460Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 278 | 2023-12-07T04:34:31.460Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 279 | 2023-12-07T04:34:31.461Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 280 | 2023-12-07T04:34:31.461Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 281 | 2023-12-07T04:34:31.461Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 282 | 2023-12-07T04:34:31.461Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 283 | 2023-12-07T04:34:31.461Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 284 | 2023-12-07T04:34:31.461Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 285 | 2023-12-07T04:34:31.461Z | + mkdir -p out/downloads |
| 286 | 2023-12-07T04:34:31.461Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 287 | 2023-12-07T04:34:31.462Z | + mkdir -p ./out/cockroachdb |
| 288 | 2023-12-07T04:34:31.462Z | + local DO_DOWNLOAD=true |
| 289 | 2023-12-07T04:34:31.462Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 290 | 2023-12-07T04:34:31.462Z | + '[' true == true ']' |
| 291 | 2023-12-07T04:34:31.462Z | + echo Downloading... |
| 292 | 2023-12-07T04:34:31.462Z | Downloading... |
| 293 | 2023-12-07T04:34:31.462Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 294 | 2023-12-07T04:34:31.462Z | + 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 |
| 295 | 2023-12-07T04:34:32.807Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 296 | 2023-12-07T04:34:32.846Z | ++ md5sum |
| 297 | 2023-12-07T04:34:32.846Z | ++ awk '{print $1}' |
| 298 | 2023-12-07T04:34:32.970Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 299 | 2023-12-07T04:34:32.970Z | + [[ 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 ]] |
| 300 | 2023-12-07T04:34:32.970Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 301 | 2023-12-07T04:34:33.459Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 302 | 2023-12-07T04:34:36.337Z | + do_assemble_illumos |
| 303 | 2023-12-07T04:34:36.338Z | + rm -r ./out/cockroachdb |
| 304 | 2023-12-07T04:34:36.354Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 305 | 2023-12-07T04:34:36.993Z | + ./out/cockroachdb/bin/cockroach version |
| 306 | 2023-12-07T04:34:37.362Z | Build Tag: v22.1.9-dirty |
| 307 | 2023-12-07T04:34:37.363Z | Build Time: 2022/10/26 21:17:46 |
| 308 | 2023-12-07T04:34:37.363Z | Distribution: OSS |
| 309 | 2023-12-07T04:34:37.363Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 310 | 2023-12-07T04:34:37.364Z | Go Version: go1.17.13 |
| 311 | 2023-12-07T04:34:37.364Z | C Compiler: gcc 10.3.0 |
| 312 | 2023-12-07T04:34:37.364Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 313 | 2023-12-07T04:34:37.364Z | Build Type: release |
| 314 | 2023-12-07T04:34:37.390Z | + set -o errexit |
| 315 | 2023-12-07T04:34:37.398Z | +++ dirname ./tools/ci_download_clickhouse |
| 316 | 2023-12-07T04:34:37.398Z | ++ cd ./tools |
| 317 | 2023-12-07T04:34:37.398Z | ++ pwd |
| 318 | 2023-12-07T04:34:37.398Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 319 | 2023-12-07T04:34:37.398Z | ++ basename ./tools/ci_download_clickhouse |
| 320 | 2023-12-07T04:34:37.399Z | + ARG0=ci_download_clickhouse |
| 321 | 2023-12-07T04:34:37.400Z | + TARGET_DIR=out |
| 322 | 2023-12-07T04:34:37.400Z | + DOWNLOAD_DIR=out/downloads |
| 323 | 2023-12-07T04:34:37.400Z | + DEST_DIR=./out/clickhouse |
| 324 | 2023-12-07T04:34:37.400Z | + CIDL_VERSION=v22.8.9.24 |
| 325 | 2023-12-07T04:34:37.400Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 326 | 2023-12-07T04:34:37.400Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 327 | 2023-12-07T04:34:37.400Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 328 | 2023-12-07T04:34:37.400Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 329 | 2023-12-07T04:34:37.400Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 330 | 2023-12-07T04:34:37.400Z | + main |
| 331 | 2023-12-07T04:34:37.400Z | + [[ 0 != 0 ]] |
| 332 | 2023-12-07T04:34:37.400Z | + CIDL_OS=solaris2.11 |
| 333 | 2023-12-07T04:34:37.400Z | + [[ 0 != 0 ]] |
| 334 | 2023-12-07T04:34:37.400Z | + configure_os solaris2.11 |
| 335 | 2023-12-07T04:34:37.401Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 336 | 2023-12-07T04:34:37.401Z | current directory: /work/oxidecomputer/omicron |
| 337 | 2023-12-07T04:34:37.401Z | + echo 'configuring based on OS: "solaris2.11"' |
| 338 | 2023-12-07T04:34:37.401Z | + CIDL_DASHREV= |
| 339 | 2023-12-07T04:34:37.401Z | + case "$1" in |
| 340 | 2023-12-07T04:34:37.401Z | configuring based on OS: "solaris2.11" |
| 341 | 2023-12-07T04:34:37.401Z | + CIDL_PLATFORM=illumos |
| 342 | 2023-12-07T04:34:37.401Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 343 | 2023-12-07T04:34:37.401Z | + CIDL_MD5FUNC=do_md5sum |
| 344 | 2023-12-07T04:34:37.401Z | + CIDL_DASHREV=-1 |
| 345 | 2023-12-07T04:34:37.401Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 346 | 2023-12-07T04:34:37.401Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 347 | 2023-12-07T04:34:37.401Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 348 | 2023-12-07T04:34:37.401Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 349 | 2023-12-07T04:34:37.401Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 350 | 2023-12-07T04:34:37.401Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 351 | 2023-12-07T04:34:37.402Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 352 | 2023-12-07T04:34:37.402Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 353 | 2023-12-07T04:34:37.402Z | + mkdir -p out/downloads |
| 354 | 2023-12-07T04:34:37.402Z | + mkdir -p ./out/clickhouse |
| 355 | 2023-12-07T04:34:37.414Z | + local DO_DOWNLOAD=true |
| 356 | 2023-12-07T04:34:37.414Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 357 | 2023-12-07T04:34:37.414Z | + '[' true == true ']' |
| 358 | 2023-12-07T04:34:37.414Z | + echo Downloading... |
| 359 | 2023-12-07T04:34:37.414Z | Downloading... |
| 360 | 2023-12-07T04:34:37.414Z | + 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 |
| 361 | 2023-12-07T04:34:37.414Z | + 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 |
| 362 | 2023-12-07T04:34:39.697Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 363 | 2023-12-07T04:34:40.113Z | ++ md5sum |
| 364 | 2023-12-07T04:34:40.114Z | ++ awk '{print $1}' |
| 365 | 2023-12-07T04:34:40.122Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 366 | 2023-12-07T04:34:40.122Z | + [[ 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 ]] |
| 367 | 2023-12-07T04:34:40.122Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 368 | 2023-12-07T04:34:40.122Z | + mkdir -p ./out/clickhouse |
| 369 | 2023-12-07T04:34:40.123Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 370 | 2023-12-07T04:34:44.733Z | + ./out/clickhouse/clickhouse server --version |
| 371 | 2023-12-07T04:34:44.772Z | ClickHouse server version 22.8.9.1. |
| 372 | 2023-12-07T04:34:44.795Z | + set -o errexit |
| 373 | 2023-12-07T04:34:44.806Z | +++ dirname ./tools/ci_download_console |
| 374 | 2023-12-07T04:34:44.806Z | ++ cd ./tools |
| 375 | 2023-12-07T04:34:44.806Z | ++ pwd |
| 376 | 2023-12-07T04:34:44.806Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 377 | 2023-12-07T04:34:44.806Z | ++ basename ./tools/ci_download_console |
| 378 | 2023-12-07T04:34:44.807Z | + ARG0=ci_download_console |
| 379 | 2023-12-07T04:34:44.807Z | + TARGET_DIR=out |
| 380 | 2023-12-07T04:34:44.807Z | + DOWNLOAD_DIR=out/downloads |
| 381 | 2023-12-07T04:34:44.807Z | + DEST_DIR=./out/console-assets |
| 382 | 2023-12-07T04:34:44.807Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 383 | 2023-12-07T04:34:44.807Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 384 | 2023-12-07T04:34:44.807Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 385 | 2023-12-07T04:34:44.807Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 386 | 2023-12-07T04:34:44.807Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 387 | 2023-12-07T04:34:44.807Z | + main |
| 388 | 2023-12-07T04:34:44.807Z | + [[ 0 != 0 ]] |
| 389 | 2023-12-07T04:34:44.807Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 390 | 2023-12-07T04:34:44.807Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 391 | 2023-12-07T04:34:44.808Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 392 | 2023-12-07T04:34:44.808Z | Local file: out/downloads/console.tar.gz |
| 393 | 2023-12-07T04:34:44.808Z | + local DO_DOWNLOAD=true |
| 394 | 2023-12-07T04:34:44.808Z | + [[ -f out/downloads/console.tar.gz ]] |
| 395 | 2023-12-07T04:34:44.808Z | + mkdir -p out/downloads |
| 396 | 2023-12-07T04:34:44.832Z | + '[' true == true ']' |
| 397 | 2023-12-07T04:34:44.832Z | + echo Downloading... |
| 398 | 2023-12-07T04:34:44.833Z | Downloading... |
| 399 | 2023-12-07T04:34:44.833Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 400 | 2023-12-07T04:34:44.833Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 401 | 2023-12-07T04:34:45.406Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 402 | 2023-12-07T04:34:45.408Z | ++ case "$OSTYPE" in |
| 403 | 2023-12-07T04:34:45.408Z | ++ SHA=sha256sum |
| 404 | 2023-12-07T04:34:45.428Z | ++ sha256sum |
| 405 | 2023-12-07T04:34:45.428Z | ++ awk '{print $1}' |
| 406 | 2023-12-07T04:34:45.445Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 407 | 2023-12-07T04:34:45.445Z | + [[ 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 ]] |
| 408 | 2023-12-07T04:34:45.445Z | + rm -rf ./out/console-assets |
| 409 | 2023-12-07T04:34:45.445Z | + mkdir -p ./out/console-assets |
| 410 | 2023-12-07T04:34:45.445Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 411 | 2023-12-07T04:34:45.446Z | + mkdir -p ./out/console-assets |
| 412 | 2023-12-07T04:34:45.446Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 413 | 2023-12-07T04:34:45.577Z | + set -o errexit |
| 414 | 2023-12-07T04:34:45.586Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 415 | 2023-12-07T04:34:45.586Z | ++ cd ./tools |
| 416 | 2023-12-07T04:34:45.586Z | ++ pwd |
| 417 | 2023-12-07T04:34:45.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 418 | 2023-12-07T04:34:45.586Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 419 | 2023-12-07T04:34:45.586Z | + ARG0=ci_download_maghemite_openapi |
| 420 | 2023-12-07T04:34:45.586Z | + TARGET_DIR=out |
| 421 | 2023-12-07T04:34:45.586Z | + DOWNLOAD_DIR=out/downloads |
| 422 | 2023-12-07T04:34:45.587Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 423 | 2023-12-07T04:34:45.587Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 424 | 2023-12-07T04:34:45.587Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 425 | 2023-12-07T04:34:45.587Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 426 | 2023-12-07T04:34:45.587Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 427 | 2023-12-07T04:34:45.587Z | + main |
| 428 | 2023-12-07T04:34:45.587Z | + [[ 0 != 0 ]] |
| 429 | 2023-12-07T04:34:45.587Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
| 430 | 2023-12-07T04:34:45.587Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
| 431 | 2023-12-07T04:34:45.587Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 432 | 2023-12-07T04:34:45.588Z | + local DO_DOWNLOAD=true |
| 433 | 2023-12-07T04:34:45.589Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 434 | 2023-12-07T04:34:45.589Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 435 | 2023-12-07T04:34:45.589Z | + mkdir -p out/downloads |
| 436 | 2023-12-07T04:34:45.611Z | + '[' true == true ']' |
| 437 | 2023-12-07T04:34:45.612Z | + echo Downloading... |
| 438 | 2023-12-07T04:34:45.612Z | Downloading... |
| 439 | 2023-12-07T04:34:45.612Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 440 | 2023-12-07T04:34:45.612Z | + 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 |
| 441 | 2023-12-07T04:34:46.343Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 442 | 2023-12-07T04:34:46.344Z | ++ case "$OSTYPE" in |
| 443 | 2023-12-07T04:34:46.352Z | ++ SHA=sha256sum |
| 444 | 2023-12-07T04:34:46.353Z | ++ sha256sum |
| 445 | 2023-12-07T04:34:46.353Z | ++ awk '{print $1}' |
| 446 | 2023-12-07T04:34:46.353Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 447 | 2023-12-07T04:34:46.353Z | + [[ 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 ]] |
| 448 | 2023-12-07T04:34:46.353Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 449 | 2023-12-07T04:34:46.353Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 450 | 2023-12-07T04:34:46.353Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 451 | 2023-12-07T04:34:46.353Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 452 | 2023-12-07T04:34:46.353Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 453 | 2023-12-07T04:34:46.353Z | + main |
| 454 | 2023-12-07T04:34:46.353Z | + [[ 0 != 0 ]] |
| 455 | 2023-12-07T04:34:46.353Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
| 456 | 2023-12-07T04:34:46.354Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
| 457 | 2023-12-07T04:34:46.354Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
| 458 | 2023-12-07T04:34:46.354Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 459 | 2023-12-07T04:34:46.354Z | + local DO_DOWNLOAD=true |
| 460 | 2023-12-07T04:34:46.354Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
| 461 | 2023-12-07T04:34:46.354Z | + mkdir -p out/downloads |
| 462 | 2023-12-07T04:34:46.354Z | + '[' true == true ']' |
| 463 | 2023-12-07T04:34:46.354Z | + echo Downloading... |
| 464 | 2023-12-07T04:34:46.354Z | Downloading... |
| 465 | 2023-12-07T04:34:46.354Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 466 | 2023-12-07T04:34:46.354Z | + 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 |
| 467 | 2023-12-07T04:34:47.233Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
| 468 | 2023-12-07T04:34:47.262Z | ++ case "$OSTYPE" in |
| 469 | 2023-12-07T04:34:47.263Z | ++ SHA=sha256sum |
| 470 | 2023-12-07T04:34:47.263Z | ++ sha256sum |
| 471 | 2023-12-07T04:34:47.263Z | ++ awk '{print $1}' |
| 472 | 2023-12-07T04:34:47.264Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 473 | 2023-12-07T04:34:47.265Z | + [[ 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 ]] |
| 474 | 2023-12-07T04:34:47.265Z | + set -o errexit |
| 475 | 2023-12-07T04:34:47.265Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 476 | 2023-12-07T04:34:47.265Z | ++ cd ./tools |
| 477 | 2023-12-07T04:34:47.266Z | ++ pwd |
| 478 | 2023-12-07T04:34:47.266Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 479 | 2023-12-07T04:34:47.266Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 480 | 2023-12-07T04:34:47.267Z | + ARG0=ci_download_dendrite_openapi |
| 481 | 2023-12-07T04:34:47.267Z | + TARGET_DIR=out |
| 482 | 2023-12-07T04:34:47.267Z | + DOWNLOAD_DIR=out/downloads |
| 483 | 2023-12-07T04:34:47.267Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 484 | 2023-12-07T04:34:47.267Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 485 | 2023-12-07T04:34:47.268Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 486 | 2023-12-07T04:34:47.268Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 487 | 2023-12-07T04:34:47.269Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 488 | 2023-12-07T04:34:47.269Z | + main |
| 489 | 2023-12-07T04:34:47.269Z | + [[ 0 != 0 ]] |
| 490 | 2023-12-07T04:34:47.269Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
| 491 | 2023-12-07T04:34:47.270Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
| 492 | 2023-12-07T04:34:47.270Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
| 493 | 2023-12-07T04:34:47.270Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 494 | 2023-12-07T04:34:47.270Z | + local DO_DOWNLOAD=true |
| 495 | 2023-12-07T04:34:47.270Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
| 496 | 2023-12-07T04:34:47.271Z | + mkdir -p out/downloads |
| 497 | 2023-12-07T04:34:47.287Z | + '[' true == true ']' |
| 498 | 2023-12-07T04:34:47.288Z | + echo Downloading... |
| 499 | 2023-12-07T04:34:47.288Z | Downloading... |
| 500 | 2023-12-07T04:34:47.288Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 501 | 2023-12-07T04:34:47.288Z | + 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 |
| 502 | 2023-12-07T04:34:47.547Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
| 503 | 2023-12-07T04:34:47.548Z | ++ case "$OSTYPE" in |
| 504 | 2023-12-07T04:34:47.559Z | ++ SHA=sha256sum |
| 505 | 2023-12-07T04:34:47.559Z | ++ sha256sum |
| 506 | 2023-12-07T04:34:47.559Z | ++ awk '{print $1}' |
| 507 | 2023-12-07T04:34:47.559Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 508 | 2023-12-07T04:34:47.560Z | + [[ 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 ]] |
| 509 | 2023-12-07T04:34:47.564Z | + set -o errexit |
| 510 | 2023-12-07T04:34:47.564Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 511 | 2023-12-07T04:34:47.565Z | ++ cd ./tools |
| 512 | 2023-12-07T04:34:47.565Z | ++ pwd |
| 513 | 2023-12-07T04:34:47.565Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 514 | 2023-12-07T04:34:47.565Z | ++ basename ./tools/ci_download_dendrite_stub |
| 515 | 2023-12-07T04:34:47.571Z | + ARG0=ci_download_dendrite_stub |
| 516 | 2023-12-07T04:34:47.572Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 517 | 2023-12-07T04:34:47.572Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 518 | 2023-12-07T04:34:47.572Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
| 519 | 2023-12-07T04:34:47.572Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
| 520 | 2023-12-07T04:34:47.572Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 521 | 2023-12-07T04:34:47.572Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 522 | 2023-12-07T04:34:47.572Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
| 523 | 2023-12-07T04:34:47.573Z | + TARGET_DIR=out |
| 524 | 2023-12-07T04:34:47.573Z | + DOWNLOAD_DIR=out/downloads |
| 525 | 2023-12-07T04:34:47.573Z | + DEST_DIR=./out/dendrite-stub |
| 526 | 2023-12-07T04:34:47.573Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 527 | 2023-12-07T04:34:47.573Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 528 | 2023-12-07T04:34:47.573Z | + REPO=oxidecomputer/dendrite |
| 529 | 2023-12-07T04:34:47.573Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
| 530 | 2023-12-07T04:34:47.573Z | + main |
| 531 | 2023-12-07T04:34:47.573Z | + [[ 0 != 0 ]] |
| 532 | 2023-12-07T04:34:47.574Z | + CIDL_OS=solaris2.11 |
| 533 | 2023-12-07T04:34:47.574Z | + [[ 0 != 0 ]] |
| 534 | 2023-12-07T04:34:47.574Z | + configure_os solaris2.11 |
| 535 | 2023-12-07T04:34:47.574Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 536 | 2023-12-07T04:34:47.574Z | current directory: /work/oxidecomputer/omicron |
| 537 | 2023-12-07T04:34:47.574Z | + echo 'configuring based on OS: "solaris2.11"' |
| 538 | 2023-12-07T04:34:47.574Z | + case "$1" in |
| 539 | 2023-12-07T04:34:47.574Z | + SET_BINARIES= |
| 540 | 2023-12-07T04:34:47.574Z | configuring based on OS: "solaris2.11" |
| 541 | 2023-12-07T04:34:47.574Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 542 | 2023-12-07T04:34:47.575Z | + CIDL_SHA256FUNC=do_sha256sum |
| 543 | 2023-12-07T04:34:47.575Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 544 | 2023-12-07T04:34:47.575Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 545 | 2023-12-07T04:34:47.575Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 546 | 2023-12-07T04:34:47.575Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
| 547 | 2023-12-07T04:34:47.575Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
| 548 | 2023-12-07T04:34:47.575Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 549 | 2023-12-07T04:34:47.575Z | + mkdir -p out/downloads |
| 550 | 2023-12-07T04:34:47.575Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 551 | 2023-12-07T04:34:47.575Z | + mkdir -p ./out/dendrite-stub |
| 552 | 2023-12-07T04:34:47.605Z | + fetch_and_verify |
| 553 | 2023-12-07T04:34:47.605Z | + local DO_DOWNLOAD=true |
| 554 | 2023-12-07T04:34:47.605Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 555 | 2023-12-07T04:34:47.605Z | + '[' true == true ']' |
| 556 | 2023-12-07T04:34:47.605Z | + echo Downloading... |
| 557 | 2023-12-07T04:34:47.605Z | Downloading... |
| 558 | 2023-12-07T04:34:47.605Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 559 | 2023-12-07T04:34:47.605Z | + 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 |
| 560 | 2023-12-07T04:34:57.109Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 561 | 2023-12-07T04:34:57.119Z | ++ sha256sum |
| 562 | 2023-12-07T04:34:57.119Z | ++ awk '{print $1}' |
| 563 | 2023-12-07T04:34:57.225Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
| 564 | 2023-12-07T04:34:57.225Z | + [[ 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 ]] |
| 565 | 2023-12-07T04:34:57.225Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 566 | 2023-12-07T04:34:57.644Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 567 | 2023-12-07T04:34:58.185Z | + do_assemble |
| 568 | 2023-12-07T04:34:58.186Z | + rm -r ./out/dendrite-stub |
| 569 | 2023-12-07T04:34:58.197Z | + mkdir ./out/dendrite-stub |
| 570 | 2023-12-07T04:34:58.197Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 571 | 2023-12-07T04:34:58.338Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 572 | 2023-12-07T04:34:58.357Z | + set -o errexit |
| 573 | 2023-12-07T04:34:58.357Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 574 | 2023-12-07T04:34:58.357Z | ++ cd ./tools |
| 575 | 2023-12-07T04:34:58.357Z | ++ pwd |
| 576 | 2023-12-07T04:34:58.357Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 577 | 2023-12-07T04:34:58.358Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 578 | 2023-12-07T04:34:58.358Z | + ARG0=ci_download_maghemite_mgd |
| 579 | 2023-12-07T04:34:58.358Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 580 | 2023-12-07T04:34:58.358Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 581 | 2023-12-07T04:34:58.358Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
| 582 | 2023-12-07T04:34:58.358Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 583 | 2023-12-07T04:34:58.358Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 584 | 2023-12-07T04:34:58.358Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
| 585 | 2023-12-07T04:34:58.358Z | + TARGET_DIR=out |
| 586 | 2023-12-07T04:34:58.358Z | + DOWNLOAD_DIR=out/downloads |
| 587 | 2023-12-07T04:34:58.359Z | + DEST_DIR=./out/mgd |
| 588 | 2023-12-07T04:34:58.359Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 589 | 2023-12-07T04:34:58.359Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 590 | 2023-12-07T04:34:58.359Z | + REPO=oxidecomputer/maghemite |
| 591 | 2023-12-07T04:34:58.359Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
| 592 | 2023-12-07T04:34:58.359Z | + main |
| 593 | 2023-12-07T04:34:58.359Z | + [[ 0 != 0 ]] |
| 594 | 2023-12-07T04:34:58.359Z | + CIDL_OS=solaris2.11 |
| 595 | 2023-12-07T04:34:58.360Z | + [[ 0 != 0 ]] |
| 596 | 2023-12-07T04:34:58.360Z | + configure_os solaris2.11 |
| 597 | 2023-12-07T04:34:58.360Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 598 | 2023-12-07T04:34:58.360Z | current directory: /work/oxidecomputer/omicron |
| 599 | 2023-12-07T04:34:58.360Z | + echo 'configuring based on OS: "solaris2.11"' |
| 600 | 2023-12-07T04:34:58.360Z | + case "$1" in |
| 601 | 2023-12-07T04:34:58.360Z | + SET_BINARIES= |
| 602 | 2023-12-07T04:34:58.360Z | configuring based on OS: "solaris2.11" |
| 603 | 2023-12-07T04:34:58.360Z | + CIDL_SHA256FUNC=do_sha256sum |
| 604 | 2023-12-07T04:34:58.360Z | + TARBALL_FILENAME=mgd.tar.gz |
| 605 | 2023-12-07T04:34:58.361Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 606 | 2023-12-07T04:34:58.361Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 607 | 2023-12-07T04:34:58.361Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
| 608 | 2023-12-07T04:34:58.361Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 609 | 2023-12-07T04:34:58.361Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
| 610 | 2023-12-07T04:34:58.361Z | Local file: out/downloads/mgd.tar.gz |
| 611 | 2023-12-07T04:34:58.361Z | + mkdir -p out/downloads |
| 612 | 2023-12-07T04:34:58.361Z | + mkdir -p ./out/mgd |
| 613 | 2023-12-07T04:34:58.381Z | + fetch_and_verify |
| 614 | 2023-12-07T04:34:58.382Z | + local DO_DOWNLOAD=true |
| 615 | 2023-12-07T04:34:58.382Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 616 | 2023-12-07T04:34:58.382Z | + '[' true == true ']' |
| 617 | 2023-12-07T04:34:58.382Z | + echo Downloading... |
| 618 | 2023-12-07T04:34:58.382Z | Downloading... |
| 619 | 2023-12-07T04:34:58.382Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
| 620 | 2023-12-07T04:34:58.382Z | + 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 |
| 621 | 2023-12-07T04:35:04.720Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 622 | 2023-12-07T04:35:04.819Z | ++ sha256sum |
| 623 | 2023-12-07T04:35:04.819Z | ++ awk '{print $1}' |
| 624 | 2023-12-07T04:35:04.820Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
| 625 | 2023-12-07T04:35:04.821Z | + [[ 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 ]] |
| 626 | 2023-12-07T04:35:04.821Z | + do_untar out/downloads/mgd.tar.gz |
| 627 | 2023-12-07T04:35:04.821Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 628 | 2023-12-07T04:35:05.271Z | + do_assemble |
| 629 | 2023-12-07T04:35:05.271Z | + rm -r ./out/mgd |
| 630 | 2023-12-07T04:35:05.282Z | + mkdir ./out/mgd |
| 631 | 2023-12-07T04:35:05.282Z | + cp -r out/downloads/root ./out/mgd/root |
| 632 | 2023-12-07T04:35:05.503Z | + set -o errexit |
| 633 | 2023-12-07T04:35:05.511Z | +++ dirname ./tools/ci_download_transceiver_control |
| 634 | 2023-12-07T04:35:05.512Z | ++ cd ./tools |
| 635 | 2023-12-07T04:35:05.512Z | ++ pwd |
| 636 | 2023-12-07T04:35:05.512Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 637 | 2023-12-07T04:35:05.512Z | ++ basename ./tools/ci_download_transceiver_control |
| 638 | 2023-12-07T04:35:05.512Z | + ARG0=ci_download_transceiver_control |
| 639 | 2023-12-07T04:35:05.512Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 640 | 2023-12-07T04:35:05.512Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 641 | 2023-12-07T04:35:05.512Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 642 | 2023-12-07T04:35:05.512Z | + TARGET_DIR=out |
| 643 | 2023-12-07T04:35:05.512Z | + DOWNLOAD_DIR=out/downloads |
| 644 | 2023-12-07T04:35:05.513Z | + DEST_DIR=./out/transceiver-control |
| 645 | 2023-12-07T04:35:05.513Z | + BIN_DIR=/opt/oxide/bin |
| 646 | 2023-12-07T04:35:05.513Z | + BINARY=xcvradm |
| 647 | 2023-12-07T04:35:05.513Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 648 | 2023-12-07T04:35:05.513Z | + REPO=oxidecomputer/transceiver-control |
| 649 | 2023-12-07T04:35:05.513Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 650 | 2023-12-07T04:35:05.513Z | + main |
| 651 | 2023-12-07T04:35:05.513Z | + [[ 0 != 0 ]] |
| 652 | 2023-12-07T04:35:05.513Z | + CIDL_OS=solaris2.11 |
| 653 | 2023-12-07T04:35:05.513Z | + [[ 0 != 0 ]] |
| 654 | 2023-12-07T04:35:05.513Z | + configure_os solaris2.11 |
| 655 | 2023-12-07T04:35:05.513Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 656 | 2023-12-07T04:35:05.514Z | current directory: /work/oxidecomputer/omicron |
| 657 | 2023-12-07T04:35:05.514Z | + echo 'configuring based on OS: "solaris2.11"' |
| 658 | 2023-12-07T04:35:05.514Z | + case "$1" in |
| 659 | 2023-12-07T04:35:05.514Z | configuring based on OS: "solaris2.11" |
| 660 | 2023-12-07T04:35:05.514Z | + SET_BINARIES= |
| 661 | 2023-12-07T04:35:05.514Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 662 | 2023-12-07T04:35:05.514Z | + CIDL_SHA256FUNC=do_sha256sum |
| 663 | 2023-12-07T04:35:05.514Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 664 | 2023-12-07T04:35:05.514Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 665 | 2023-12-07T04:35:05.514Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 666 | 2023-12-07T04:35:05.514Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 667 | 2023-12-07T04:35:05.514Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 668 | 2023-12-07T04:35:05.514Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 669 | 2023-12-07T04:35:05.514Z | Local file: out/downloads/xcvradm.gz |
| 670 | 2023-12-07T04:35:05.514Z | + mkdir -p out/downloads |
| 671 | 2023-12-07T04:35:05.519Z | + mkdir -p ./out/transceiver-control |
| 672 | 2023-12-07T04:35:05.519Z | + fetch_and_verify |
| 673 | 2023-12-07T04:35:05.519Z | + local DO_DOWNLOAD=true |
| 674 | 2023-12-07T04:35:05.519Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 675 | 2023-12-07T04:35:05.520Z | + '[' true == true ']' |
| 676 | 2023-12-07T04:35:05.520Z | + echo Downloading... |
| 677 | 2023-12-07T04:35:05.520Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 678 | 2023-12-07T04:35:05.520Z | Downloading... |
| 679 | 2023-12-07T04:35:05.520Z | + 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 |
| 680 | 2023-12-07T04:35:09.865Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 681 | 2023-12-07T04:35:09.936Z | ++ sha256sum |
| 682 | 2023-12-07T04:35:09.937Z | ++ awk '{print $1}' |
| 683 | 2023-12-07T04:35:09.937Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 684 | 2023-12-07T04:35:09.937Z | + [[ 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 ]] |
| 685 | 2023-12-07T04:35:09.937Z | + do_unpack out/downloads/xcvradm.gz |
| 686 | 2023-12-07T04:35:09.937Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 687 | 2023-12-07T04:35:09.937Z | + gzip -dc out/downloads/xcvradm.gz |
| 688 | 2023-12-07T04:35:09.937Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 689 | 2023-12-07T04:35:09.937Z | + do_assemble |
| 690 | 2023-12-07T04:35:09.937Z | + rm -r ./out/transceiver-control |
| 691 | 2023-12-07T04:35:09.937Z | + mkdir ./out/transceiver-control |
| 692 | 2023-12-07T04:35:09.937Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 693 | 2023-12-07T04:35:09.937Z | All prerequisites installed successfully |
| 694 | 2023-12-07T04:35:09.937Z | |
| 695 | 2023-12-07T04:35:09.938Z | real 2:03.113502733 |
| 696 | 2023-12-07T04:35:09.938Z | user 57.036886334 |
| 697 | 2023-12-07T04:35:09.938Z | sys 10.373285243 |
| 698 | 2023-12-07T04:35:09.938Z | trap 0.026634306 |
| 699 | 2023-12-07T04:35:09.938Z | tflt 0.338842112 |
| 700 | 2023-12-07T04:35:09.938Z | dflt 1.052081731 |
| 701 | 2023-12-07T04:35:09.938Z | kflt 0.219153802 |
| 702 | 2023-12-07T04:35:09.938Z | lock 2.433197338 |
| 703 | 2023-12-07T04:35:09.938Z | slp 3:45.734286674 |
| 704 | 2023-12-07T04:35:09.938Z | lat 3.455767738 |
| 705 | 2023-12-07T04:35:09.938Z | stop 0.084600096 |
| 706 | 2023-12-07T04:35:09.938Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 707 | 2023-12-07T04:35:09.939Z | fetching npuzone |
| 708 | 2023-12-07T04:35:09.939Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 709 | 2023-12-07T04:35:09.939Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
| 710 | 2023-12-07T04:35:09.939Z | Getting hash for npuzone |
| 711 | 2023-12-07T04:35:09.959Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
| 712 | 2023-12-07T04:35:22.789Z | npuzone downloaded successfully |
| 713 | 2023-12-07T04:35:22.837Z | |
| 714 | 2023-12-07T04:35:22.837Z | real 13.119388129 |
| 715 | 2023-12-07T04:35:22.837Z | user 0.566021726 |
| 716 | 2023-12-07T04:35:22.837Z | sys 0.152347097 |
| 717 | 2023-12-07T04:35:22.838Z | trap 0.000075362 |
| 718 | 2023-12-07T04:35:22.838Z | tflt 0.000000000 |
| 719 | 2023-12-07T04:35:22.838Z | dflt 0.000000000 |
| 720 | 2023-12-07T04:35:22.838Z | kflt 0.000000000 |
| 721 | 2023-12-07T04:35:22.838Z | lock 0.000000000 |
| 722 | 2023-12-07T04:35:22.838Z | slp 38.482542167 |
| 723 | 2023-12-07T04:35:22.838Z | lat 0.119620010 |
| 724 | 2023-12-07T04:35:22.838Z | stop 0.000264714 |
| 725 | 2023-12-07T04:35:22.838Z | + export CARGO_INCREMENTAL=0 |
| 726 | 2023-12-07T04:35:22.838Z | + CARGO_INCREMENTAL=0 |
| 727 | 2023-12-07T04:35:22.839Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 728 | 2023-12-07T04:35:23.063Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 729 | 2023-12-07T04:35:23.442Z | Updating crates.io index |
| 730 | 2023-12-07T04:35:23.528Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 731 | 2023-12-07T04:35:24.292Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 732 | 2023-12-07T04:35:26.301Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 733 | 2023-12-07T04:35:26.829Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 734 | 2023-12-07T04:35:27.139Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 735 | 2023-12-07T04:35:27.522Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 736 | 2023-12-07T04:35:27.753Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 737 | 2023-12-07T04:35:29.080Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 738 | 2023-12-07T04:35:31.364Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 739 | 2023-12-07T04:35:32.392Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 740 | 2023-12-07T04:35:32.740Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 741 | 2023-12-07T04:35:33.283Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 742 | 2023-12-07T04:35:33.638Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 743 | 2023-12-07T04:35:33.963Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 744 | 2023-12-07T04:35:34.518Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 745 | 2023-12-07T04:35:34.796Z | Updating git repository `https://github.com/njaremko/samael` |
| 746 | 2023-12-07T04:35:35.419Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 747 | 2023-12-07T04:35:35.921Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 748 | 2023-12-07T04:35:36.421Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 749 | 2023-12-07T04:35:37.394Z | Updating git repository `https://github.com/jgallagher/nix` |
| 750 | 2023-12-07T04:35:38.092Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 751 | 2023-12-07T04:35:38.601Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 752 | 2023-12-07T04:35:39.533Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 753 | 2023-12-07T04:35:39.883Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 754 | 2023-12-07T04:35:40.213Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 755 | 2023-12-07T04:35:42.082Z | Downloading crates ... |
| 756 | 2023-12-07T04:35:42.345Z | Downloaded array-init v0.0.4 |
| 757 | 2023-12-07T04:35:42.350Z | Downloaded miniz_oxide v0.7.1 |
| 758 | 2023-12-07T04:35:42.356Z | Downloaded ansi_term v0.12.1 |
| 759 | 2023-12-07T04:35:42.360Z | Downloaded backtrace v0.3.69 |
| 760 | 2023-12-07T04:35:42.372Z | Downloaded anstyle-parse v0.2.1 |
| 761 | 2023-12-07T04:35:42.379Z | Downloaded aho-corasick v1.0.4 |
| 762 | 2023-12-07T04:35:42.393Z | Downloaded ciborium-io v0.2.1 |
| 763 | 2023-12-07T04:35:42.399Z | Downloaded anyhow v1.0.75 |
| 764 | 2023-12-07T04:35:42.407Z | Downloaded ident_case v1.0.1 |
| 765 | 2023-12-07T04:35:42.412Z | Downloaded serde_derive_internals v0.26.0 |
| 766 | 2023-12-07T04:35:42.416Z | Downloaded atomicwrites v0.4.2 |
| 767 | 2023-12-07T04:35:42.424Z | Downloaded serde_path_to_error v0.1.14 |
| 768 | 2023-12-07T04:35:42.433Z | Downloaded clap v4.4.3 |
| 769 | 2023-12-07T04:35:42.459Z | Downloaded num_enum_derive v0.5.11 |
| 770 | 2023-12-07T04:35:42.463Z | Downloaded indicatif v0.17.7 |
| 771 | 2023-12-07T04:35:42.471Z | Downloaded maplit v1.0.2 |
| 772 | 2023-12-07T04:35:42.478Z | Downloaded buf-list v1.0.3 |
| 773 | 2023-12-07T04:35:42.483Z | Downloaded indoc v2.0.3 |
| 774 | 2023-12-07T04:35:42.491Z | Downloaded libloading v0.7.4 |
| 775 | 2023-12-07T04:35:42.496Z | Downloaded lalrpop-util v0.19.12 |
| 776 | 2023-12-07T04:35:42.501Z | Downloaded convert_case v0.4.0 |
| 777 | 2023-12-07T04:35:42.507Z | Downloaded openssl-probe v0.1.5 |
| 778 | 2023-12-07T04:35:42.507Z | Downloaded oso-derive v0.27.0 |
| 779 | 2023-12-07T04:35:42.514Z | Downloaded number_prefix v0.4.0 |
| 780 | 2023-12-07T04:35:42.514Z | Downloaded darling_macro v0.20.3 |
| 781 | 2023-12-07T04:35:42.519Z | Downloaded darling_macro v0.14.4 |
| 782 | 2023-12-07T04:35:42.519Z | Downloaded num-derive v0.4.0 |
| 783 | 2023-12-07T04:35:42.519Z | Downloaded time-core v0.1.1 |
| 784 | 2023-12-07T04:35:42.523Z | Downloaded crunchy v0.2.2 |
| 785 | 2023-12-07T04:35:42.527Z | Downloaded match_cfg v0.1.0 |
| 786 | 2023-12-07T04:35:42.527Z | Downloaded ipnet v2.8.0 |
| 787 | 2023-12-07T04:35:42.531Z | Downloaded openssl-macros v0.1.1 |
| 788 | 2023-12-07T04:35:42.538Z | Downloaded packed_struct_codegen v0.10.1 |
| 789 | 2023-12-07T04:35:42.538Z | Downloaded headers-core v0.2.0 |
| 790 | 2023-12-07T04:35:42.957Z | Downloaded toolchain_find v0.2.0 |
| 791 | 2023-12-07T04:35:42.957Z | Downloaded tinyvec_macros v0.1.1 |
| 792 | 2023-12-07T04:35:42.957Z | Downloaded cpufeatures v0.2.9 |
| 793 | 2023-12-07T04:35:42.968Z | Downloaded mockall v0.11.4 |
| 794 | 2023-12-07T04:35:42.968Z | Downloaded semver-parser v0.10.2 |
| 795 | 2023-12-07T04:35:42.968Z | Downloaded debug-ignore v1.0.5 |
| 796 | 2023-12-07T04:35:42.968Z | Downloaded maybe-uninit v2.0.0 |
| 797 | 2023-12-07T04:35:42.968Z | Downloaded vte_generate_state_changes v0.1.1 |
| 798 | 2023-12-07T04:35:42.968Z | Downloaded digest v0.10.7 |
| 799 | 2023-12-07T04:35:42.968Z | Downloaded bitfield v0.14.0 |
| 800 | 2023-12-07T04:35:42.968Z | Downloaded once_cell v1.18.0 |
| 801 | 2023-12-07T04:35:42.968Z | Downloaded secrecy v0.8.0 |
| 802 | 2023-12-07T04:35:42.969Z | Downloaded libsw v3.3.0 |
| 803 | 2023-12-07T04:35:42.969Z | Downloaded packed_struct v0.10.1 |
| 804 | 2023-12-07T04:35:42.969Z | Downloaded num-complex v0.4.4 |
| 805 | 2023-12-07T04:35:42.969Z | Downloaded clang-sys v1.6.1 |
| 806 | 2023-12-07T04:35:42.969Z | Downloaded want v0.3.1 |
| 807 | 2023-12-07T04:35:42.969Z | Downloaded usdt-macro v0.3.5 |
| 808 | 2023-12-07T04:35:42.969Z | Downloaded crc-catalog v2.2.0 |
| 809 | 2023-12-07T04:35:42.969Z | Downloaded smawk v0.3.1 |
| 810 | 2023-12-07T04:35:42.969Z | Downloaded parking_lot v0.11.2 |
| 811 | 2023-12-07T04:35:42.969Z | Downloaded tui-tree-widget v0.13.0 |
| 812 | 2023-12-07T04:35:42.969Z | Downloaded console v0.15.7 |
| 813 | 2023-12-07T04:35:42.969Z | Downloaded wyz v0.5.1 |
| 814 | 2023-12-07T04:35:42.969Z | Downloaded serde_repr v0.1.16 |
| 815 | 2023-12-07T04:35:42.969Z | Downloaded postgres-protocol v0.6.6 |
| 816 | 2023-12-07T04:35:42.969Z | Downloaded hostname v0.3.1 |
| 817 | 2023-12-07T04:35:42.970Z | Downloaded tower-service v0.3.2 |
| 818 | 2023-12-07T04:35:42.970Z | Downloaded which v4.4.0 |
| 819 | 2023-12-07T04:35:42.970Z | Downloaded unicode-xid v0.2.4 |
| 820 | 2023-12-07T04:35:42.970Z | Downloaded unicode-width v0.1.11 |
| 821 | 2023-12-07T04:35:42.970Z | Downloaded utf8parse v0.2.1 |
| 822 | 2023-12-07T04:35:42.970Z | Downloaded walkdir v2.4.0 |
| 823 | 2023-12-07T04:35:42.970Z | Downloaded vec_map v0.8.2 |
| 824 | 2023-12-07T04:35:42.970Z | Downloaded snafu-derive v0.7.5 |
| 825 | 2023-12-07T04:35:42.970Z | Downloaded owo-colors v3.5.0 |
| 826 | 2023-12-07T04:35:42.970Z | Downloaded pin-utils v0.1.0 |
| 827 | 2023-12-07T04:35:42.970Z | Downloaded cookie v0.18.0 |
| 828 | 2023-12-07T04:35:42.970Z | Downloaded smallvec v1.11.0 |
| 829 | 2023-12-07T04:35:42.970Z | Downloaded termtree v0.4.1 |
| 830 | 2023-12-07T04:35:42.970Z | Downloaded hubpack_derive v0.1.1 |
| 831 | 2023-12-07T04:35:42.970Z | Downloaded tokio-stream v0.1.14 |
| 832 | 2023-12-07T04:35:42.970Z | Downloaded untrusted v0.9.0 |
| 833 | 2023-12-07T04:35:42.970Z | Downloaded parse-display v0.8.2 |
| 834 | 2023-12-07T04:35:42.971Z | Downloaded zerocopy v0.3.0 |
| 835 | 2023-12-07T04:35:42.971Z | Downloaded supports-color v2.1.0 |
| 836 | 2023-12-07T04:35:42.971Z | Downloaded quick-error v1.2.3 |
| 837 | 2023-12-07T04:35:42.971Z | Downloaded rustversion v1.0.14 |
| 838 | 2023-12-07T04:35:42.971Z | Downloaded usdt-impl v0.3.5 |
| 839 | 2023-12-07T04:35:42.971Z | Downloaded dof v0.1.5 |
| 840 | 2023-12-07T04:35:42.971Z | Downloaded openssl-sys v0.9.96 |
| 841 | 2023-12-07T04:35:42.971Z | Downloaded futures-io v0.3.29 |
| 842 | 2023-12-07T04:35:42.971Z | Downloaded humantime v2.1.0 |
| 843 | 2023-12-07T04:35:42.971Z | Downloaded hubpack v0.1.2 |
| 844 | 2023-12-07T04:35:42.971Z | Downloaded serde-big-array v0.4.1 |
| 845 | 2023-12-07T04:35:42.971Z | Downloaded zeroize_derive v1.4.2 |
| 846 | 2023-12-07T04:35:42.971Z | Downloaded zone v0.3.0 |
| 847 | 2023-12-07T04:35:42.971Z | Downloaded same-file v1.0.6 |
| 848 | 2023-12-07T04:35:42.972Z | Downloaded percent-encoding v2.3.1 |
| 849 | 2023-12-07T04:35:42.972Z | Downloaded display-error-chain v0.2.0 |
| 850 | 2023-12-07T04:35:42.972Z | Downloaded pest_generator v2.7.2 |
| 851 | 2023-12-07T04:35:42.972Z | Downloaded phf v0.11.2 |
| 852 | 2023-12-07T04:35:42.972Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 853 | 2023-12-07T04:35:42.972Z | Downloaded fnv v1.0.7 |
| 854 | 2023-12-07T04:35:42.972Z | Downloaded fastrand v2.0.0 |
| 855 | 2023-12-07T04:35:42.972Z | Downloaded rand_chacha v0.3.1 |
| 856 | 2023-12-07T04:35:42.972Z | Downloaded pest_meta v2.7.2 |
| 857 | 2023-12-07T04:35:42.972Z | Downloaded socket2 v0.4.9 |
| 858 | 2023-12-07T04:35:42.972Z | Downloaded take_mut v0.2.2 |
| 859 | 2023-12-07T04:35:42.972Z | Downloaded pem v3.0.2 |
| 860 | 2023-12-07T04:35:42.972Z | Downloaded serde_spanned v0.6.4 |
| 861 | 2023-12-07T04:35:42.972Z | Downloaded dirs-sys-next v0.1.2 |
| 862 | 2023-12-07T04:35:42.973Z | Downloaded rustls-native-certs v0.6.3 |
| 863 | 2023-12-07T04:35:42.973Z | Downloaded term v0.7.0 |
| 864 | 2023-12-07T04:35:42.973Z | Downloaded password-hash v0.5.0 |
| 865 | 2023-12-07T04:35:42.973Z | Downloaded try-lock v0.2.4 |
| 866 | 2023-12-07T04:35:42.973Z | Downloaded pretty-hex v0.2.1 |
| 867 | 2023-12-07T04:35:42.973Z | Downloaded http-range v0.1.5 |
| 868 | 2023-12-07T04:35:42.973Z | Downloaded glob v0.3.1 |
| 869 | 2023-12-07T04:35:42.974Z | Downloaded pkg-config v0.3.27 |
| 870 | 2023-12-07T04:35:42.974Z | Downloaded snafu v0.7.5 |
| 871 | 2023-12-07T04:35:42.974Z | Downloaded waitgroup v0.1.2 |
| 872 | 2023-12-07T04:35:42.974Z | Downloaded equivalent v1.0.1 |
| 873 | 2023-12-07T04:35:42.974Z | Downloaded der_derive v0.7.2 |
| 874 | 2023-12-07T04:35:42.974Z | Downloaded getopts v0.2.21 |
| 875 | 2023-12-07T04:35:42.974Z | Downloaded nom v7.1.3 |
| 876 | 2023-12-07T04:35:42.974Z | Downloaded synstructure v0.12.6 |
| 877 | 2023-12-07T04:35:42.974Z | Downloaded rusty-fork v0.3.0 |
| 878 | 2023-12-07T04:35:42.975Z | Downloaded foreign-types-macros v0.2.3 |
| 879 | 2023-12-07T04:35:42.975Z | Downloaded platforms v3.0.2 |
| 880 | 2023-12-07T04:35:42.975Z | Downloaded rand_xorshift v0.3.0 |
| 881 | 2023-12-07T04:35:42.975Z | Downloaded tokio-tungstenite v0.20.1 |
| 882 | 2023-12-07T04:35:42.975Z | Downloaded zerocopy v0.6.4 |
| 883 | 2023-12-07T04:35:42.975Z | Downloaded httparse v1.8.0 |
| 884 | 2023-12-07T04:35:42.975Z | Downloaded strum v0.25.0 |
| 885 | 2023-12-07T04:35:42.975Z | Downloaded home v0.5.5 |
| 886 | 2023-12-07T04:35:42.975Z | Downloaded resolv-conf v0.7.0 |
| 887 | 2023-12-07T04:35:42.975Z | Downloaded strip-ansi-escapes v0.2.0 |
| 888 | 2023-12-07T04:35:42.975Z | Downloaded slog-async v2.8.0 |
| 889 | 2023-12-07T04:35:42.975Z | Downloaded r2d2 v0.8.10 |
| 890 | 2023-12-07T04:35:42.976Z | Downloaded proc-macro-crate v1.3.1 |
| 891 | 2023-12-07T04:35:42.976Z | Downloaded fixedbitset v0.4.2 |
| 892 | 2023-12-07T04:35:42.976Z | Downloaded fs-err v2.11.0 |
| 893 | 2023-12-07T04:35:42.988Z | Downloaded thiserror-no-std v2.0.2 |
| 894 | 2023-12-07T04:35:42.988Z | Downloaded difflib v0.4.0 |
| 895 | 2023-12-07T04:35:42.988Z | Downloaded heck v0.3.3 |
| 896 | 2023-12-07T04:35:42.988Z | Downloaded stable_deref_trait v1.2.0 |
| 897 | 2023-12-07T04:35:42.988Z | Downloaded spin v0.9.8 |
| 898 | 2023-12-07T04:35:42.988Z | Downloaded mio v0.8.9 |
| 899 | 2023-12-07T04:35:42.988Z | Downloaded fxhash v0.2.1 |
| 900 | 2023-12-07T04:35:42.988Z | Downloaded subtle v2.5.0 |
| 901 | 2023-12-07T04:35:42.988Z | Downloaded errno v0.3.2 |
| 902 | 2023-12-07T04:35:42.988Z | Downloaded tempfile v3.8.1 |
| 903 | 2023-12-07T04:35:42.988Z | Downloaded funty v2.0.0 |
| 904 | 2023-12-07T04:35:42.988Z | Downloaded foreign-types-shared v0.3.1 |
| 905 | 2023-12-07T04:35:42.988Z | Downloaded derive_builder_macro v0.12.0 |
| 906 | 2023-12-07T04:35:42.989Z | Downloaded path-slash v0.1.5 |
| 907 | 2023-12-07T04:35:42.989Z | Downloaded quote v1.0.33 |
| 908 | 2023-12-07T04:35:42.989Z | Downloaded predicates-tree v1.0.9 |
| 909 | 2023-12-07T04:35:42.989Z | Downloaded hyper-staticfile v0.9.5 |
| 910 | 2023-12-07T04:35:42.989Z | Downloaded strum_macros v0.24.3 |
| 911 | 2023-12-07T04:35:42.989Z | Downloaded form_urlencoded v1.2.1 |
| 912 | 2023-12-07T04:35:42.989Z | Downloaded filetime v0.2.23 |
| 913 | 2023-12-07T04:35:42.989Z | Downloaded globset v0.4.13 |
| 914 | 2023-12-07T04:35:42.989Z | Downloaded foreign-types-shared v0.1.1 |
| 915 | 2023-12-07T04:35:42.989Z | Downloaded sha1 v0.10.6 |
| 916 | 2023-12-07T04:35:42.989Z | Downloaded tinyvec v1.6.0 |
| 917 | 2023-12-07T04:35:42.989Z | Downloaded swrite v0.1.0 |
| 918 | 2023-12-07T04:35:42.989Z | Downloaded fd-lock v3.0.13 |
| 919 | 2023-12-07T04:35:42.989Z | Downloaded usdt v0.3.5 |
| 920 | 2023-12-07T04:35:42.989Z | Downloaded signal-hook-mio v0.2.3 |
| 921 | 2023-12-07T04:35:42.994Z | Downloaded signal-hook-registry v1.4.1 |
| 922 | 2023-12-07T04:35:42.994Z | Downloaded rustc_version v0.4.0 |
| 923 | 2023-12-07T04:35:42.995Z | Downloaded futures-task v0.3.29 |
| 924 | 2023-12-07T04:35:42.996Z | Downloaded sha2 v0.10.8 |
| 925 | 2023-12-07T04:35:42.996Z | Downloaded structmeta-derive v0.2.0 |
| 926 | 2023-12-07T04:35:43.000Z | Downloaded hyper-rustls v0.24.2 |
| 927 | 2023-12-07T04:35:43.004Z | Downloaded http v0.2.11 |
| 928 | 2023-12-07T04:35:43.014Z | Downloaded strsim v0.8.0 |
| 929 | 2023-12-07T04:35:43.017Z | Downloaded signal-hook-tokio v0.3.1 |
| 930 | 2023-12-07T04:35:43.018Z | Downloaded rand_core v0.6.4 |
| 931 | 2023-12-07T04:35:43.018Z | Downloaded ppv-lite86 v0.2.17 |
| 932 | 2023-12-07T04:35:43.018Z | Downloaded termios v0.3.3 |
| 933 | 2023-12-07T04:35:43.024Z | Downloaded unicode-linebreak v0.1.5 |
| 934 | 2023-12-07T04:35:43.028Z | Downloaded strum_macros v0.25.2 |
| 935 | 2023-12-07T04:35:43.028Z | Downloaded spki v0.7.2 |
| 936 | 2023-12-07T04:35:43.032Z | Downloaded fragile v2.0.0 |
| 937 | 2023-12-07T04:35:43.036Z | Downloaded diff v0.1.13 |
| 938 | 2023-12-07T04:35:43.040Z | Downloaded futures-sink v0.3.29 |
| 939 | 2023-12-07T04:35:43.040Z | Downloaded uuid v1.6.1 |
| 940 | 2023-12-07T04:35:43.047Z | Downloaded structmeta v0.2.0 |
| 941 | 2023-12-07T04:35:43.051Z | Downloaded semver v1.0.20 |
| 942 | 2023-12-07T04:35:43.055Z | Downloaded bindgen v0.65.1 |
| 943 | 2023-12-07T04:35:43.068Z | Downloaded dirs-next v2.0.0 |
| 944 | 2023-12-07T04:35:43.075Z | Downloaded reedline v0.26.0 |
| 945 | 2023-12-07T04:35:43.081Z | Downloaded slog-term v2.9.0 |
| 946 | 2023-12-07T04:35:43.086Z | Downloaded heapless v0.7.16 |
| 947 | 2023-12-07T04:35:43.094Z | Downloaded toml_edit v0.19.15 |
| 948 | 2023-12-07T04:35:43.130Z | Downloaded futures v0.3.29 |
| 949 | 2023-12-07T04:35:43.143Z | Downloaded pin-project-internal v1.1.3 |
| 950 | 2023-12-07T04:35:43.143Z | Downloaded headers v0.3.9 |
| 951 | 2023-12-07T04:35:43.153Z | Downloaded fatfs v0.3.6 |
| 952 | 2023-12-07T04:35:43.153Z | Downloaded clap_builder v4.4.2 |
| 953 | 2023-12-07T04:35:43.164Z | Downloaded winnow v0.5.15 |
| 954 | 2023-12-07T04:35:43.182Z | Downloaded hashbrown v0.14.2 |
| 955 | 2023-12-07T04:35:43.197Z | Downloaded rayon v1.8.0 |
| 956 | 2023-12-07T04:35:43.220Z | Downloaded trust-dns-resolver v0.22.0 |
| 957 | 2023-12-07T04:35:43.228Z | Downloaded unicode-segmentation v1.10.1 |
| 958 | 2023-12-07T04:35:43.228Z | Downloaded steno v0.4.0 |
| 959 | 2023-12-07T04:35:43.228Z | Downloaded clap v2.34.0 |
| 960 | 2023-12-07T04:35:43.253Z | Downloaded hkdf v0.12.3 |
| 961 | 2023-12-07T04:35:43.253Z | Downloaded h2 v0.3.21 |
| 962 | 2023-12-07T04:35:43.264Z | Downloaded ratatui v0.23.0 |
| 963 | 2023-12-07T04:35:43.290Z | Downloaded reqwest v0.11.22 |
| 964 | 2023-12-07T04:35:43.330Z | Downloaded unicode-normalization v0.1.22 |
| 965 | 2023-12-07T04:35:43.330Z | Downloaded rustls-webpki v0.101.7 |
| 966 | 2023-12-07T04:35:43.341Z | Downloaded bstr v1.6.0 |
| 967 | 2023-12-07T04:35:43.352Z | Downloaded petgraph v0.6.4 |
| 968 | 2023-12-07T04:35:43.375Z | Downloaded futures-util v0.3.29 |
| 969 | 2023-12-07T04:35:43.399Z | Downloaded radix_trie v0.2.1 |
| 970 | 2023-12-07T04:35:43.409Z | Downloaded syn v2.0.32 |
| 971 | 2023-12-07T04:35:43.434Z | Downloaded regex v1.10.2 |
| 972 | 2023-12-07T04:35:43.454Z | Downloaded webpki-roots v0.25.2 |
| 973 | 2023-12-07T04:35:43.464Z | Downloaded diesel v2.1.4 |
| 974 | 2023-12-07T04:35:43.501Z | Downloaded polar-core v0.27.0 |
| 975 | 2023-12-07T04:35:43.525Z | Downloaded sled v0.34.7 |
| 976 | 2023-12-07T04:35:43.536Z | Downloaded zerocopy-derive v0.2.0 |
| 977 | 2023-12-07T04:35:43.560Z | Downloaded zerocopy-derive v0.6.4 |
| 978 | 2023-12-07T04:35:43.587Z | Downloaded regex-automata v0.4.3 |
| 979 | 2023-12-07T04:35:43.609Z | Downloaded tokio v1.34.0 |
| 980 | 2023-12-07T04:35:43.679Z | Downloaded regex-automata v0.3.8 |
| 981 | 2023-12-07T04:35:43.712Z | Downloaded sha3 v0.10.8 |
| 982 | 2023-12-07T04:35:43.724Z | Downloaded encoding_rs v0.8.33 |
| 983 | 2023-12-07T04:35:43.773Z | Downloaded libc v0.2.150 |
| 984 | 2023-12-07T04:35:43.832Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 985 | 2023-12-07T04:35:43.867Z | Downloaded regex-syntax v0.8.2 |
| 986 | 2023-12-07T04:35:43.877Z | Downloaded openapiv3 v2.0.0-rc.1 |
| 987 | 2023-12-07T04:35:43.883Z | Downloaded vcpkg v0.2.15 |
| 988 | 2023-12-07T04:35:43.993Z | Downloaded rustix v0.38.25 |
| 989 | 2023-12-07T04:35:44.002Z | Downloaded trust-dns-proto v0.22.0 |
| 990 | 2023-12-07T04:35:44.032Z | Downloaded hyper v0.14.27 |
| 991 | 2023-12-07T04:35:44.047Z | Downloaded rustix v0.37.23 |
| 992 | 2023-12-07T04:35:44.085Z | Downloaded regex-syntax v0.7.5 |
| 993 | 2023-12-07T04:35:44.100Z | Downloaded syn v1.0.109 |
| 994 | 2023-12-07T04:35:44.122Z | Downloaded object v0.30.4 |
| 995 | 2023-12-07T04:35:44.138Z | Downloaded tabled v0.14.0 |
| 996 | 2023-12-07T04:35:44.165Z | Downloaded gimli v0.28.0 |
| 997 | 2023-12-07T04:35:44.182Z | Downloaded proptest v1.4.0 |
| 998 | 2023-12-07T04:35:44.232Z | Downloaded rustls v0.21.9 |
| 999 | 2023-12-07T04:35:44.232Z | Downloaded regex-syntax v0.6.29 |
| 1000 | 2023-12-07T04:35:44.239Z | Downloaded object v0.32.1 |
| 1001 | 2023-12-07T04:35:44.259Z | Downloaded openssl v0.10.60 |
| 1002 | 2023-12-07T04:35:44.270Z | Downloaded bstr v0.2.17 |
| 1003 | 2023-12-07T04:35:44.289Z | Downloaded lalrpop v0.19.12 |
| 1004 | 2023-12-07T04:35:44.309Z | Downloaded quick-xml v0.23.1 |
| 1005 | 2023-12-07T04:35:44.321Z | Downloaded regress v0.7.1 |
| 1006 | 2023-12-07T04:35:44.339Z | Downloaded smoltcp v0.9.1 |
| 1007 | 2023-12-07T04:35:44.363Z | Downloaded ring v0.17.5 |
| 1008 | 2023-12-07T04:35:45.324Z | Downloaded curve25519-dalek v4.1.0 |
| 1009 | 2023-12-07T04:35:45.324Z | Downloaded smoltcp v0.8.2 |
| 1010 | 2023-12-07T04:35:45.324Z | Downloaded idna v0.2.3 |
| 1011 | 2023-12-07T04:35:45.324Z | Downloaded tough v0.15.0 |
| 1012 | 2023-12-07T04:35:45.324Z | Downloaded ring v0.16.20 |
| 1013 | 2023-12-07T04:35:45.325Z | Downloaded bitvec v1.0.1 |
| 1014 | 2023-12-07T04:35:45.325Z | Downloaded chrono v0.4.31 |
| 1015 | 2023-12-07T04:35:45.325Z | Downloaded trust-dns-server v0.22.1 |
| 1016 | 2023-12-07T04:35:45.325Z | Downloaded tokio-postgres v0.7.10 |
| 1017 | 2023-12-07T04:35:45.325Z | Downloaded x509-cert v0.2.4 |
| 1018 | 2023-12-07T04:35:45.325Z | Downloaded tracing v0.1.37 |
| 1019 | 2023-12-07T04:35:45.325Z | Downloaded regex-automata v0.1.10 |
| 1020 | 2023-12-07T04:35:45.325Z | Downloaded tungstenite v0.20.1 |
| 1021 | 2023-12-07T04:35:45.326Z | Downloaded rsa v0.9.2 |
| 1022 | 2023-12-07T04:35:45.326Z | Downloaded toml_edit v0.21.0 |
| 1023 | 2023-12-07T04:35:45.326Z | Downloaded portable-atomic v1.4.3 |
| 1024 | 2023-12-07T04:35:45.326Z | Downloaded pin-project-lite v0.2.13 |
| 1025 | 2023-12-07T04:35:45.326Z | Downloaded hashbrown v0.13.2 |
| 1026 | 2023-12-07T04:35:45.326Z | Downloaded tokio-native-tls v0.3.1 |
| 1027 | 2023-12-07T04:35:45.326Z | Downloaded smallvec v0.6.14 |
| 1028 | 2023-12-07T04:35:45.326Z | Downloaded hashbrown v0.12.3 |
| 1029 | 2023-12-07T04:35:45.327Z | Downloaded flume v0.11.0 |
| 1030 | 2023-12-07T04:35:45.327Z | Downloaded elliptic-curve v0.13.5 |
| 1031 | 2023-12-07T04:35:45.327Z | Downloaded crossterm v0.27.0 |
| 1032 | 2023-12-07T04:35:45.327Z | Downloaded parking_lot_core v0.8.6 |
| 1033 | 2023-12-07T04:35:45.327Z | Downloaded futures-macro v0.3.29 |
| 1034 | 2023-12-07T04:35:45.328Z | Downloaded scopeguard v1.2.0 |
| 1035 | 2023-12-07T04:35:45.329Z | Downloaded ref-cast-impl v1.0.20 |
| 1036 | 2023-12-07T04:35:45.329Z | Downloaded rand v0.8.5 |
| 1037 | 2023-12-07T04:35:45.329Z | Downloaded pest v2.7.2 |
| 1038 | 2023-12-07T04:35:45.330Z | Downloaded ron v0.8.1 |
| 1039 | 2023-12-07T04:35:45.330Z | Downloaded env_logger v0.10.0 |
| 1040 | 2023-12-07T04:35:45.330Z | Downloaded subprocess v0.2.9 |
| 1041 | 2023-12-07T04:35:45.330Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1042 | 2023-12-07T04:35:45.331Z | Downloaded rustc-demangle v0.1.23 |
| 1043 | 2023-12-07T04:35:45.331Z | Downloaded pin-project v1.1.3 |
| 1044 | 2023-12-07T04:35:45.332Z | Downloaded darling_core v0.20.3 |
| 1045 | 2023-12-07T04:35:45.332Z | Downloaded flate2 v1.0.28 |
| 1046 | 2023-12-07T04:35:45.332Z | Downloaded serde v1.0.192 |
| 1047 | 2023-12-07T04:35:45.332Z | Downloaded toml v0.7.8 |
| 1048 | 2023-12-07T04:35:45.332Z | Downloaded ff v0.13.0 |
| 1049 | 2023-12-07T04:35:45.332Z | Downloaded rustls-pemfile v1.0.3 |
| 1050 | 2023-12-07T04:35:45.332Z | Downloaded fallible-iterator v0.2.0 |
| 1051 | 2023-12-07T04:35:45.332Z | Downloaded tar v0.4.40 |
| 1052 | 2023-12-07T04:35:45.332Z | Downloaded paste v1.0.14 |
| 1053 | 2023-12-07T04:35:45.332Z | Downloaded semver v0.1.20 |
| 1054 | 2023-12-07T04:35:45.332Z | Downloaded flagset v0.4.3 |
| 1055 | 2023-12-07T04:35:45.332Z | Downloaded thread-id v4.2.0 |
| 1056 | 2023-12-07T04:35:45.332Z | Downloaded thiserror-impl v1.0.49 |
| 1057 | 2023-12-07T04:35:45.332Z | Downloaded thiserror v1.0.49 |
| 1058 | 2023-12-07T04:35:45.332Z | Downloaded libm v0.2.7 |
| 1059 | 2023-12-07T04:35:45.332Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1060 | 2023-12-07T04:35:45.332Z | Downloaded signal-hook v0.3.17 |
| 1061 | 2023-12-07T04:35:45.333Z | Downloaded rcgen v0.11.3 |
| 1062 | 2023-12-07T04:35:45.334Z | Downloaded hmac v0.12.1 |
| 1063 | 2023-12-07T04:35:45.334Z | Downloaded half v1.8.2 |
| 1064 | 2023-12-07T04:35:45.334Z | Downloaded test-strategy v0.3.1 |
| 1065 | 2023-12-07T04:35:45.334Z | Downloaded serde_yaml v0.9.25 |
| 1066 | 2023-12-07T04:35:45.334Z | Downloaded pkcs1 v0.7.5 |
| 1067 | 2023-12-07T04:35:45.334Z | Downloaded typed-path v0.6.0 |
| 1068 | 2023-12-07T04:35:45.334Z | Downloaded rayon-core v1.12.0 |
| 1069 | 2023-12-07T04:35:45.334Z | Downloaded trust-dns-client v0.22.0 |
| 1070 | 2023-12-07T04:35:45.334Z | Downloaded postgres-types v0.2.6 |
| 1071 | 2023-12-07T04:35:45.335Z | Downloaded zip v0.6.6 |
| 1072 | 2023-12-07T04:35:45.335Z | Downloaded diesel_derives v2.1.2 |
| 1073 | 2023-12-07T04:35:45.335Z | Downloaded num-bigint-dig v0.8.4 |
| 1074 | 2023-12-07T04:35:45.335Z | Downloaded getrandom v0.2.10 |
| 1075 | 2023-12-07T04:35:45.335Z | Downloaded parking_lot_core v0.9.8 |
| 1076 | 2023-12-07T04:35:45.335Z | Downloaded generic-array v0.14.7 |
| 1077 | 2023-12-07T04:35:45.335Z | Downloaded derive_more v0.99.17 |
| 1078 | 2023-12-07T04:35:45.335Z | Downloaded structopt v0.3.26 |
| 1079 | 2023-12-07T04:35:45.335Z | Downloaded proc-macro2 v1.0.69 |
| 1080 | 2023-12-07T04:35:45.335Z | Downloaded num-bigint v0.4.4 |
| 1081 | 2023-12-07T04:35:45.380Z | Downloaded minimal-lexical v0.2.1 |
| 1082 | 2023-12-07T04:35:45.380Z | Downloaded time v0.3.27 |
| 1083 | 2023-12-07T04:35:45.380Z | Downloaded group v0.13.0 |
| 1084 | 2023-12-07T04:35:45.381Z | Downloaded version_check v0.9.4 |
| 1085 | 2023-12-07T04:35:45.381Z | Downloaded semver v0.11.0 |
| 1086 | 2023-12-07T04:35:45.381Z | Downloaded prettyplease v0.2.12 |
| 1087 | 2023-12-07T04:35:45.381Z | Downloaded rustc_version v0.1.7 |
| 1088 | 2023-12-07T04:35:45.381Z | Downloaded rustc-hash v1.1.0 |
| 1089 | 2023-12-07T04:35:45.382Z | Downloaded ref-cast v1.0.20 |
| 1090 | 2023-12-07T04:35:45.382Z | Downloaded hex v0.4.3 |
| 1091 | 2023-12-07T04:35:45.382Z | Downloaded schemars_derive v0.8.13 |
| 1092 | 2023-12-07T04:35:45.382Z | Downloaded toml v0.8.8 |
| 1093 | 2023-12-07T04:35:45.383Z | Downloaded salty v0.2.0 |
| 1094 | 2023-12-07T04:35:45.383Z | Downloaded whoami v1.4.1 |
| 1095 | 2023-12-07T04:35:45.383Z | Downloaded static_assertions v1.1.0 |
| 1096 | 2023-12-07T04:35:45.383Z | Downloaded tap v1.0.1 |
| 1097 | 2023-12-07T04:35:45.383Z | Downloaded slog-bunyan v2.4.0 |
| 1098 | 2023-12-07T04:35:45.384Z | Downloaded textwrap v0.11.0 |
| 1099 | 2023-12-07T04:35:45.384Z | Downloaded der v0.7.8 |
| 1100 | 2023-12-07T04:35:45.384Z | Downloaded enum-as-inner v0.5.1 |
| 1101 | 2023-12-07T04:35:45.384Z | Downloaded itertools v0.12.0 |
| 1102 | 2023-12-07T04:35:45.384Z | Downloaded highway v1.1.0 |
| 1103 | 2023-12-07T04:35:45.384Z | Downloaded tokio-util v0.7.10 |
| 1104 | 2023-12-07T04:35:45.384Z | Downloaded serde_derive v1.0.192 |
| 1105 | 2023-12-07T04:35:45.384Z | Downloaded downcast v0.11.0 |
| 1106 | 2023-12-07T04:35:45.385Z | Downloaded memchr v2.6.3 |
| 1107 | 2023-12-07T04:35:45.385Z | Downloaded xattr v1.0.1 |
| 1108 | 2023-12-07T04:35:45.385Z | Downloaded float-cmp v0.9.0 |
| 1109 | 2023-12-07T04:35:45.386Z | Downloaded dyn-clone v1.0.13 |
| 1110 | 2023-12-07T04:35:45.386Z | Downloaded serde_tokenstream v0.2.0 |
| 1111 | 2023-12-07T04:35:45.386Z | Downloaded tabled_derive v0.6.0 |
| 1112 | 2023-12-07T04:35:45.386Z | Downloaded wait-timeout v0.2.0 |
| 1113 | 2023-12-07T04:35:45.387Z | Downloaded serde_urlencoded v0.7.1 |
| 1114 | 2023-12-07T04:35:45.387Z | Downloaded precomputed-hash v0.1.1 |
| 1115 | 2023-12-07T04:35:45.388Z | Downloaded predicates-core v1.0.6 |
| 1116 | 2023-12-07T04:35:45.388Z | Downloaded pem-rfc7468 v0.7.0 |
| 1117 | 2023-12-07T04:35:45.388Z | Downloaded deranged v0.3.8 |
| 1118 | 2023-12-07T04:35:45.388Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1119 | 2023-12-07T04:35:45.388Z | Downloaded itertools v0.11.0 |
| 1120 | 2023-12-07T04:35:45.410Z | Downloaded itertools v0.10.5 |
| 1121 | 2023-12-07T04:35:45.411Z | Downloaded proc-macro-error v1.0.4 |
| 1122 | 2023-12-07T04:35:45.411Z | Downloaded pest_derive v2.7.2 |
| 1123 | 2023-12-07T04:35:45.411Z | Downloaded crossbeam-channel v0.5.8 |
| 1124 | 2023-12-07T04:35:45.411Z | Downloaded idna v0.5.0 |
| 1125 | 2023-12-07T04:35:45.411Z | Downloaded schemars v0.8.13 |
| 1126 | 2023-12-07T04:35:45.422Z | Downloaded ryu v1.0.15 |
| 1127 | 2023-12-07T04:35:45.422Z | Downloaded derive-where v1.2.6 |
| 1128 | 2023-12-07T04:35:45.431Z | Downloaded poly1305 v0.8.0 |
| 1129 | 2023-12-07T04:35:45.431Z | Downloaded derive_builder_core v0.12.0 |
| 1130 | 2023-12-07T04:35:45.431Z | Downloaded tracing-core v0.1.31 |
| 1131 | 2023-12-07T04:35:45.438Z | Downloaded textwrap v0.16.0 |
| 1132 | 2023-12-07T04:35:45.439Z | Downloaded libxml v0.3.3 |
| 1133 | 2023-12-07T04:35:45.446Z | Downloaded futures-channel v0.3.29 |
| 1134 | 2023-12-07T04:35:45.454Z | Downloaded serde-hex v0.1.0 |
| 1135 | 2023-12-07T04:35:45.460Z | Downloaded serde_plain v1.0.2 |
| 1136 | 2023-12-07T04:35:45.460Z | Downloaded zeroize v1.7.0 |
| 1137 | 2023-12-07T04:35:45.461Z | Downloaded sct v0.7.0 |
| 1138 | 2023-12-07T04:35:45.469Z | Downloaded derive_builder v0.12.0 |
| 1139 | 2023-12-07T04:35:45.476Z | Downloaded heck v0.4.1 |
| 1140 | 2023-12-07T04:35:45.476Z | Downloaded foreign-types v0.5.0 |
| 1141 | 2023-12-07T04:35:45.476Z | Downloaded foreign-types v0.3.2 |
| 1142 | 2023-12-07T04:35:45.483Z | Downloaded unsafe-libyaml v0.2.9 |
| 1143 | 2023-12-07T04:35:45.483Z | Downloaded tracing-attributes v0.1.26 |
| 1144 | 2023-12-07T04:35:45.488Z | Downloaded futures-executor v0.3.29 |
| 1145 | 2023-12-07T04:35:45.488Z | Downloaded futures-core v0.3.29 |
| 1146 | 2023-12-07T04:35:45.494Z | Downloaded toml_datetime v0.6.5 |
| 1147 | 2023-12-07T04:35:45.494Z | Downloaded structopt-derive v0.4.18 |
| 1148 | 2023-12-07T04:35:45.494Z | Downloaded strsim v0.10.0 |
| 1149 | 2023-12-07T04:35:45.499Z | Downloaded indexmap v1.9.3 |
| 1150 | 2023-12-07T04:35:45.505Z | Downloaded url v2.5.0 |
| 1151 | 2023-12-07T04:35:45.510Z | Downloaded socket2 v0.5.5 |
| 1152 | 2023-12-07T04:35:45.510Z | Downloaded parking_lot v0.12.1 |
| 1153 | 2023-12-07T04:35:45.515Z | Downloaded oso v0.27.0 |
| 1154 | 2023-12-07T04:35:45.519Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1155 | 2023-12-07T04:35:45.525Z | Downloaded httpdate v1.0.3 |
| 1156 | 2023-12-07T04:35:45.525Z | Downloaded hash32 v0.2.1 |
| 1157 | 2023-12-07T04:35:45.525Z | Downloaded rpassword v7.3.1 |
| 1158 | 2023-12-07T04:35:45.529Z | Downloaded unicode-ident v1.0.12 |
| 1159 | 2023-12-07T04:35:45.534Z | Downloaded unicode-bidi v0.3.13 |
| 1160 | 2023-12-07T04:35:45.538Z | Downloaded typenum v1.16.0 |
| 1161 | 2023-12-07T04:35:45.544Z | Downloaded endian-type v0.1.2 |
| 1162 | 2023-12-07T04:35:45.544Z | Downloaded zone_cfg_derive v0.3.0 |
| 1163 | 2023-12-07T04:35:45.544Z | Downloaded http-body v0.4.5 |
| 1164 | 2023-12-07T04:35:45.544Z | Downloaded vte v0.11.1 |
| 1165 | 2023-12-07T04:35:45.549Z | Downloaded papergrid v0.10.0 |
| 1166 | 2023-12-07T04:35:45.554Z | Downloaded untrusted v0.7.1 |
| 1167 | 2023-12-07T04:35:45.560Z | Downloaded rtoolbox v0.0.1 |
| 1168 | 2023-12-07T04:35:45.560Z | Downloaded yasna v0.5.2 |
| 1169 | 2023-12-07T04:35:45.565Z | Downloaded utf-8 v0.7.6 |
| 1170 | 2023-12-07T04:35:45.566Z | Downloaded serde_tokenstream v0.1.7 |
| 1171 | 2023-12-07T04:35:45.571Z | Downloaded ucd-trie v0.1.6 |
| 1172 | 2023-12-07T04:35:45.577Z | Downloaded toml v0.5.11 |
| 1173 | 2023-12-07T04:35:45.577Z | Downloaded tokio-rustls v0.24.1 |
| 1174 | 2023-12-07T04:35:45.582Z | Downloaded clap_derive v4.4.2 |
| 1175 | 2023-12-07T04:35:45.586Z | Downloaded vsss-rs v3.3.1 |
| 1176 | 2023-12-07T04:35:45.591Z | Downloaded const-oid v0.9.5 |
| 1177 | 2023-12-07T04:35:45.595Z | Downloaded mockall_derive v0.11.4 |
| 1178 | 2023-12-07T04:35:45.595Z | Downloaded pkcs8 v0.10.2 |
| 1179 | 2023-12-07T04:35:45.602Z | Downloaded similar v2.2.1 |
| 1180 | 2023-12-07T04:35:45.607Z | Downloaded stringprep v0.1.3 |
| 1181 | 2023-12-07T04:35:45.612Z | Downloaded slab v0.4.9 |
| 1182 | 2023-12-07T04:35:45.613Z | Downloaded siphasher v0.3.11 |
| 1183 | 2023-12-07T04:35:45.617Z | Downloaded unicase v2.7.0 |
| 1184 | 2023-12-07T04:35:45.617Z | Downloaded slog v2.7.0 |
| 1185 | 2023-12-07T04:35:45.622Z | Downloaded crc32fast v1.3.2 |
| 1186 | 2023-12-07T04:35:45.627Z | Downloaded nu-ansi-term v0.49.0 |
| 1187 | 2023-12-07T04:35:45.644Z | Downloaded predicates v2.1.5 |
| 1188 | 2023-12-07T04:35:45.650Z | Downloaded peeking_take_while v0.1.2 |
| 1189 | 2023-12-07T04:35:45.650Z | Downloaded chacha20poly1305 v0.10.1 |
| 1190 | 2023-12-07T04:35:45.650Z | Downloaded cc v1.0.83 |
| 1191 | 2023-12-07T04:35:45.650Z | Downloaded darling_core v0.14.4 |
| 1192 | 2023-12-07T04:35:45.650Z | Downloaded num-rational v0.4.1 |
| 1193 | 2023-12-07T04:35:45.655Z | Downloaded log v0.4.20 |
| 1194 | 2023-12-07T04:35:45.655Z | Downloaded ciborium v0.2.1 |
| 1195 | 2023-12-07T04:35:45.660Z | Downloaded unarray v0.1.4 |
| 1196 | 2023-12-07T04:35:45.666Z | Downloaded ciborium-ll v0.2.1 |
| 1197 | 2023-12-07T04:35:45.666Z | Downloaded radium v0.7.0 |
| 1198 | 2023-12-07T04:35:45.666Z | Downloaded time-macros v0.2.13 |
| 1199 | 2023-12-07T04:35:45.673Z | Downloaded crossbeam-utils v0.8.16 |
| 1200 | 2023-12-07T04:35:45.678Z | Downloaded universal-hash v0.5.1 |
| 1201 | 2023-12-07T04:35:45.678Z | Downloaded pretty-hex v0.4.0 |
| 1202 | 2023-12-07T04:35:45.678Z | Downloaded predicates v3.0.4 |
| 1203 | 2023-12-07T04:35:45.683Z | Downloaded postcard-cobs v0.1.5-pre |
| 1204 | 2023-12-07T04:35:45.683Z | Downloaded postcard v0.7.3 |
| 1205 | 2023-12-07T04:35:45.689Z | Downloaded phf_shared v0.10.0 |
| 1206 | 2023-12-07T04:35:45.689Z | Downloaded topological-sort v0.2.2 |
| 1207 | 2023-12-07T04:35:45.689Z | Downloaded slog-dtrace v0.2.3 |
| 1208 | 2023-12-07T04:35:45.696Z | Downloaded num-traits v0.2.16 |
| 1209 | 2023-12-07T04:35:45.696Z | Downloaded olpc-cjson v0.1.3 |
| 1210 | 2023-12-07T04:35:45.701Z | Downloaded clap_lex v0.5.1 |
| 1211 | 2023-12-07T04:35:45.701Z | Downloaded phf_shared v0.11.2 |
| 1212 | 2023-12-07T04:35:45.701Z | Downloaded ena v0.14.2 |
| 1213 | 2023-12-07T04:35:45.706Z | Downloaded either v1.9.0 |
| 1214 | 2023-12-07T04:35:45.706Z | Downloaded colored v2.0.4 |
| 1215 | 2023-12-07T04:35:45.712Z | Downloaded string_cache v0.8.7 |
| 1216 | 2023-12-07T04:35:45.712Z | Downloaded num_enum v0.5.11 |
| 1217 | 2023-12-07T04:35:45.718Z | Downloaded num_cpus v1.16.0 |
| 1218 | 2023-12-07T04:35:45.724Z | Downloaded memoffset v0.7.1 |
| 1219 | 2023-12-07T04:35:45.733Z | Downloaded pem v1.1.1 |
| 1220 | 2023-12-07T04:35:45.733Z | Downloaded base64 v0.13.1 |
| 1221 | 2023-12-07T04:35:45.733Z | Downloaded crc-any v2.4.3 |
| 1222 | 2023-12-07T04:35:45.749Z | Downloaded opaque-debug v0.3.0 |
| 1223 | 2023-12-07T04:35:45.749Z | Downloaded arc-swap v1.6.0 |
| 1224 | 2023-12-07T04:35:45.749Z | Downloaded native-tls v0.2.11 |
| 1225 | 2023-12-07T04:35:45.749Z | Downloaded tokio-macros v2.2.0 |
| 1226 | 2023-12-07T04:35:45.749Z | Downloaded tiny-keccak v2.0.2 |
| 1227 | 2023-12-07T04:35:45.754Z | Downloaded slog-stdlog v4.1.1 |
| 1228 | 2023-12-07T04:35:45.754Z | Downloaded slog-scope v4.4.0 |
| 1229 | 2023-12-07T04:35:45.759Z | Downloaded termcolor v1.2.0 |
| 1230 | 2023-12-07T04:35:45.759Z | Downloaded darling v0.14.4 |
| 1231 | 2023-12-07T04:35:45.763Z | Downloaded multer v2.1.0 |
| 1232 | 2023-12-07T04:35:45.768Z | Downloaded indexmap v2.1.0 |
| 1233 | 2023-12-07T04:35:45.773Z | Downloaded crossbeam-queue v0.3.8 |
| 1234 | 2023-12-07T04:35:45.778Z | Downloaded data-encoding v2.4.0 |
| 1235 | 2023-12-07T04:35:45.778Z | Downloaded mime v0.3.17 |
| 1236 | 2023-12-07T04:35:45.783Z | Downloaded num-integer v0.1.45 |
| 1237 | 2023-12-07T04:35:45.783Z | Downloaded crossbeam v0.8.2 |
| 1238 | 2023-12-07T04:35:45.783Z | Downloaded cipher v0.4.4 |
| 1239 | 2023-12-07T04:35:45.788Z | Downloaded lock_api v0.4.10 |
| 1240 | 2023-12-07T04:35:45.788Z | Downloaded parse-display-derive v0.8.2 |
| 1241 | 2023-12-07T04:35:45.792Z | Downloaded ed25519 v1.5.3 |
| 1242 | 2023-12-07T04:35:45.793Z | Downloaded thread_local v1.1.7 |
| 1243 | 2023-12-07T04:35:45.800Z | Downloaded terminal_size v0.2.6 |
| 1244 | 2023-12-07T04:35:45.801Z | Downloaded spin v0.5.2 |
| 1245 | 2023-12-07T04:35:45.806Z | Downloaded omicron-zone-package v0.9.1 |
| 1246 | 2023-12-07T04:35:45.806Z | Downloaded camino v1.1.6 |
| 1247 | 2023-12-07T04:35:45.806Z | Downloaded smf v0.2.2 |
| 1248 | 2023-12-07T04:35:45.810Z | Downloaded slog-envlogger v2.2.0 |
| 1249 | 2023-12-07T04:35:45.811Z | Downloaded cfg-if v0.1.10 |
| 1250 | 2023-12-07T04:35:45.815Z | Downloaded managed v0.8.0 |
| 1251 | 2023-12-07T04:35:45.815Z | Downloaded dtrace-parser v0.1.14 |
| 1252 | 2023-12-07T04:35:45.815Z | Downloaded usdt-attr-macro v0.3.5 |
| 1253 | 2023-12-07T04:35:45.827Z | Downloaded doc-comment v0.3.3 |
| 1254 | 2023-12-07T04:35:45.828Z | Downloaded cassowary v0.3.0 |
| 1255 | 2023-12-07T04:35:45.828Z | Downloaded blake2 v0.10.6 |
| 1256 | 2023-12-07T04:35:45.834Z | Downloaded io-lifetimes v1.0.11 |
| 1257 | 2023-12-07T04:35:45.834Z | Downloaded slog-json v2.6.1 |
| 1258 | 2023-12-07T04:35:45.834Z | Downloaded num_threads v0.1.6 |
| 1259 | 2023-12-07T04:35:45.834Z | Downloaded newtype_derive v0.1.6 |
| 1260 | 2023-12-07T04:35:45.838Z | Downloaded libefi-sys v0.1.0 |
| 1261 | 2023-12-07T04:35:45.839Z | Downloaded hyper-tls v0.5.0 |
| 1262 | 2023-12-07T04:35:45.839Z | Downloaded chacha20 v0.9.1 |
| 1263 | 2023-12-07T04:35:45.852Z | Downloaded bzip2 v0.4.4 |
| 1264 | 2023-12-07T04:35:45.852Z | Downloaded nibble_vec v0.1.0 |
| 1265 | 2023-12-07T04:35:45.857Z | Downloaded bb8 v0.8.1 |
| 1266 | 2023-12-07T04:35:45.858Z | Downloaded ahash v0.8.3 |
| 1267 | 2023-12-07T04:35:45.858Z | Downloaded num-iter v0.1.43 |
| 1268 | 2023-12-07T04:35:45.858Z | Downloaded matches v0.1.10 |
| 1269 | 2023-12-07T04:35:45.858Z | Downloaded itoa v1.0.9 |
| 1270 | 2023-12-07T04:35:45.859Z | Downloaded bitflags v2.4.0 |
| 1271 | 2023-12-07T04:35:45.864Z | Downloaded cancel-safe-futures v0.1.5 |
| 1272 | 2023-12-07T04:35:45.869Z | Downloaded bytecount v0.6.3 |
| 1273 | 2023-12-07T04:35:45.869Z | Downloaded keccak v0.1.4 |
| 1274 | 2023-12-07T04:35:45.874Z | Downloaded ipnetwork v0.20.0 |
| 1275 | 2023-12-07T04:35:45.875Z | Downloaded bytesize v1.3.0 |
| 1276 | 2023-12-07T04:35:45.879Z | Downloaded byteorder v1.5.0 |
| 1277 | 2023-12-07T04:35:45.879Z | Downloaded bit-vec v0.6.3 |
| 1278 | 2023-12-07T04:35:45.879Z | Downloaded inout v0.1.3 |
| 1279 | 2023-12-07T04:35:45.885Z | Downloaded serde_with v2.3.3 |
| 1280 | 2023-12-07T04:35:45.892Z | Downloaded serde_json v1.0.108 |
| 1281 | 2023-12-07T04:35:45.906Z | Downloaded crypto-common v0.1.6 |
| 1282 | 2023-12-07T04:35:45.910Z | Downloaded crc v3.0.1 |
| 1283 | 2023-12-07T04:35:45.910Z | Downloaded bitflags v1.3.2 |
| 1284 | 2023-12-07T04:35:45.916Z | Downloaded cexpr v0.6.0 |
| 1285 | 2023-12-07T04:35:45.921Z | Downloaded async-stream v0.3.5 |
| 1286 | 2023-12-07T04:35:45.921Z | Downloaded serde-big-array v0.5.1 |
| 1287 | 2023-12-07T04:35:45.937Z | Downloaded num v0.4.1 |
| 1288 | 2023-12-07T04:35:45.937Z | Downloaded lazycell v1.3.0 |
| 1289 | 2023-12-07T04:35:45.937Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1290 | 2023-12-07T04:35:45.942Z | Downloaded corncobs v0.1.3 |
| 1291 | 2023-12-07T04:35:45.942Z | Downloaded camino-tempfile v1.1.1 |
| 1292 | 2023-12-07T04:35:45.942Z | Downloaded block-padding v0.3.3 |
| 1293 | 2023-12-07T04:35:45.942Z | Downloaded argon2 v0.5.2 |
| 1294 | 2023-12-07T04:35:45.943Z | Downloaded new_debug_unreachable v1.0.4 |
| 1295 | 2023-12-07T04:35:45.943Z | Downloaded is-terminal v0.4.9 |
| 1296 | 2023-12-07T04:35:45.943Z | Downloaded instant v0.1.12 |
| 1297 | 2023-12-07T04:35:45.951Z | Downloaded cfg-if v1.0.0 |
| 1298 | 2023-12-07T04:35:45.951Z | Downloaded iana-time-zone v0.1.57 |
| 1299 | 2023-12-07T04:35:45.952Z | Downloaded block-buffer v0.10.4 |
| 1300 | 2023-12-07T04:35:45.958Z | Downloaded ascii-canvas v3.0.0 |
| 1301 | 2023-12-07T04:35:45.959Z | Downloaded base16ct v0.2.0 |
| 1302 | 2023-12-07T04:35:45.959Z | Downloaded memoffset v0.9.0 |
| 1303 | 2023-12-07T04:35:45.959Z | Downloaded linked-hash-map v0.5.6 |
| 1304 | 2023-12-07T04:35:45.965Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1305 | 2023-12-07T04:35:45.965Z | Downloaded normalize-line-endings v0.3.0 |
| 1306 | 2023-12-07T04:35:45.965Z | Downloaded nanorand v0.7.0 |
| 1307 | 2023-12-07T04:35:45.966Z | Downloaded lazy_static v1.4.0 |
| 1308 | 2023-12-07T04:35:45.971Z | Downloaded kstat-rs v0.2.3 |
| 1309 | 2023-12-07T04:35:45.971Z | Downloaded indoc v1.0.9 |
| 1310 | 2023-12-07T04:35:45.976Z | Downloaded colorchoice v1.0.0 |
| 1311 | 2023-12-07T04:35:45.976Z | Downloaded is_ci v1.1.1 |
| 1312 | 2023-12-07T04:35:45.976Z | Downloaded async-recursion v1.0.5 |
| 1313 | 2023-12-07T04:35:45.981Z | Downloaded atomic-waker v1.1.1 |
| 1314 | 2023-12-07T04:35:45.981Z | Downloaded bcs v0.1.6 |
| 1315 | 2023-12-07T04:35:45.986Z | Downloaded autocfg v1.1.0 |
| 1316 | 2023-12-07T04:35:45.986Z | Downloaded anstream v0.5.0 |
| 1317 | 2023-12-07T04:35:45.991Z | Downloaded anstyle v1.0.2 |
| 1318 | 2023-12-07T04:35:45.991Z | Downloaded signature v2.1.0 |
| 1319 | 2023-12-07T04:35:45.996Z | Downloaded signature v1.6.4 |
| 1320 | 2023-12-07T04:35:45.997Z | Downloaded serde_with_macros v2.3.3 |
| 1321 | 2023-12-07T04:35:46.003Z | Downloaded md-5 v0.10.5 |
| 1322 | 2023-12-07T04:35:46.003Z | Downloaded macaddr v1.0.1 |
| 1323 | 2023-12-07T04:35:46.003Z | Downloaded mime_guess v2.0.4 |
| 1324 | 2023-12-07T04:35:46.008Z | Downloaded bytes v1.5.0 |
| 1325 | 2023-12-07T04:35:46.013Z | Downloaded base64 v0.21.5 |
| 1326 | 2023-12-07T04:35:46.019Z | Downloaded base64ct v1.6.0 |
| 1327 | 2023-12-07T04:35:46.024Z | Downloaded assert_matches v1.5.0 |
| 1328 | 2023-12-07T04:35:46.025Z | Downloaded backoff v0.4.0 |
| 1329 | 2023-12-07T04:35:46.030Z | Downloaded shlex v1.1.0 |
| 1330 | 2023-12-07T04:35:46.030Z | Downloaded shell-words v1.1.0 |
| 1331 | 2023-12-07T04:35:46.030Z | Downloaded crossbeam-deque v0.8.3 |
| 1332 | 2023-12-07T04:35:46.036Z | Downloaded atty v0.2.14 |
| 1333 | 2023-12-07T04:35:46.036Z | Downloaded bit-set v0.5.3 |
| 1334 | 2023-12-07T04:35:46.036Z | Downloaded aead v0.5.2 |
| 1335 | 2023-12-07T04:35:46.041Z | Downloaded adler v1.0.2 |
| 1336 | 2023-12-07T04:35:46.041Z | Downloaded async-trait v0.1.74 |
| 1337 | 2023-12-07T04:35:46.046Z | Downloaded async-stream-impl v0.3.5 |
| 1338 | 2023-12-07T04:35:46.046Z | Downloaded addr2line v0.21.0 |
| 1339 | 2023-12-07T04:35:46.051Z | Downloaded nodrop v0.1.14 |
| 1340 | 2023-12-07T04:35:46.051Z | Downloaded lru-cache v0.1.2 |
| 1341 | 2023-12-07T04:35:46.056Z | Downloaded linear-map v1.2.0 |
| 1342 | 2023-12-07T04:35:46.056Z | Downloaded crypto-bigint v0.5.2 |
| 1343 | 2023-12-07T04:35:46.066Z | Downloaded crossbeam-epoch v0.9.15 |
| 1344 | 2023-12-07T04:35:46.071Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1345 | 2023-12-07T04:35:46.071Z | Downloaded anstyle-query v1.0.0 |
| 1346 | 2023-12-07T04:35:46.076Z | Downloaded darling v0.20.3 |
| 1347 | 2023-12-07T04:35:46.081Z | Downloaded cstr-argument v0.1.2 |
| 1348 | 2023-12-07T04:35:46.412Z | Compiling proc-macro2 v1.0.69 |
| 1349 | 2023-12-07T04:35:46.412Z | Compiling unicode-ident v1.0.12 |
| 1350 | 2023-12-07T04:35:46.416Z | Compiling libc v0.2.150 |
| 1351 | 2023-12-07T04:35:46.417Z | Compiling serde v1.0.192 |
| 1352 | 2023-12-07T04:35:46.417Z | Compiling autocfg v1.1.0 |
| 1353 | 2023-12-07T04:35:46.417Z | Compiling cfg-if v1.0.0 |
| 1354 | 2023-12-07T04:35:46.446Z | Compiling version_check v0.9.4 |
| 1355 | 2023-12-07T04:35:46.465Z | Compiling syn v1.0.109 |
| 1356 | 2023-12-07T04:35:46.796Z | Compiling once_cell v1.18.0 |
| 1357 | 2023-12-07T04:35:46.861Z | Compiling parking_lot_core v0.9.8 |
| 1358 | 2023-12-07T04:35:47.474Z | Compiling libm v0.2.7 |
| 1359 | 2023-12-07T04:35:47.606Z | Compiling serde_json v1.0.108 |
| 1360 | 2023-12-07T04:35:47.809Z | Compiling lock_api v0.4.10 |
| 1361 | 2023-12-07T04:35:48.879Z | Compiling num-traits v0.2.16 |
| 1362 | 2023-12-07T04:35:48.885Z | Compiling futures-core v0.3.29 |
| 1363 | 2023-12-07T04:35:48.895Z | Compiling thiserror v1.0.49 |
| 1364 | 2023-12-07T04:35:49.050Z | Compiling scopeguard v1.2.0 |
| 1365 | 2023-12-07T04:35:49.139Z | Compiling typenum v1.16.0 |
| 1366 | 2023-12-07T04:35:49.300Z | Compiling memchr v2.6.3 |
| 1367 | 2023-12-07T04:35:49.384Z | Compiling generic-array v0.14.7 |
| 1368 | 2023-12-07T04:35:49.587Z | Compiling itoa v1.0.9 |
| 1369 | 2023-12-07T04:35:50.044Z | Compiling pkg-config v0.3.27 |
| 1370 | 2023-12-07T04:35:50.705Z | Compiling quote v1.0.33 |
| 1371 | 2023-12-07T04:35:51.243Z | Compiling cc v1.0.83 |
| 1372 | 2023-12-07T04:35:51.493Z | Compiling syn v2.0.32 |
| 1373 | 2023-12-07T04:35:51.700Z | Compiling getrandom v0.2.10 |
| 1374 | 2023-12-07T04:35:52.009Z | Compiling slab v0.4.9 |
| 1375 | 2023-12-07T04:35:52.451Z | Compiling futures-task v0.3.29 |
| 1376 | 2023-12-07T04:35:52.500Z | Compiling futures-channel v0.3.29 |
| 1377 | 2023-12-07T04:35:52.874Z | Compiling log v0.4.20 |
| 1378 | 2023-12-07T04:35:53.213Z | Compiling futures-util v0.3.29 |
| 1379 | 2023-12-07T04:35:53.671Z | Compiling heck v0.4.1 |
| 1380 | 2023-12-07T04:35:53.838Z | Compiling ryu v1.0.15 |
| 1381 | 2023-12-07T04:35:53.932Z | Compiling pin-project-lite v0.2.13 |
| 1382 | 2023-12-07T04:35:54.116Z | Compiling smallvec v1.11.0 |
| 1383 | 2023-12-07T04:35:54.309Z | Compiling schemars v0.8.13 |
| 1384 | 2023-12-07T04:35:54.355Z | Compiling vcpkg v0.2.15 |
| 1385 | 2023-12-07T04:35:55.430Z | Compiling parking_lot v0.12.1 |
| 1386 | 2023-12-07T04:35:56.306Z | Compiling ring v0.17.5 |
| 1387 | 2023-12-07T04:35:57.253Z | Compiling openssl-sys v0.9.96 |
| 1388 | 2023-12-07T04:35:58.149Z | Compiling signal-hook-registry v1.4.1 |
| 1389 | 2023-12-07T04:35:59.468Z | Compiling ring v0.16.20 |
| 1390 | 2023-12-07T04:35:59.618Z | Compiling mio v0.8.9 |
| 1391 | 2023-12-07T04:36:00.047Z | Compiling indexmap v1.9.3 |
| 1392 | 2023-12-07T04:36:00.486Z | Compiling byteorder v1.5.0 |
| 1393 | 2023-12-07T04:36:00.620Z | Compiling hashbrown v0.14.2 |
| 1394 | 2023-12-07T04:36:01.007Z | Compiling equivalent v1.0.1 |
| 1395 | 2023-12-07T04:36:01.196Z | Compiling ahash v0.8.3 |
| 1396 | 2023-12-07T04:36:01.523Z | Compiling httparse v1.8.0 |
| 1397 | 2023-12-07T04:36:01.713Z | Compiling socket2 v0.5.5 |
| 1398 | 2023-12-07T04:36:01.939Z | Compiling num_cpus v1.16.0 |
| 1399 | 2023-12-07T04:36:02.135Z | Compiling spin v0.5.2 |
| 1400 | 2023-12-07T04:36:02.502Z | Compiling rand_core v0.6.4 |
| 1401 | 2023-12-07T04:36:02.916Z | Compiling semver v1.0.20 |
| 1402 | 2023-12-07T04:36:02.926Z | Compiling openssl v0.10.60 |
| 1403 | 2023-12-07T04:36:03.124Z | Compiling fnv v1.0.7 |
| 1404 | 2023-12-07T04:36:03.320Z | Compiling serde_derive_internals v0.26.0 |
| 1405 | 2023-12-07T04:36:03.655Z | Compiling rustls v0.21.9 |
| 1406 | 2023-12-07T04:36:03.855Z | Compiling iana-time-zone v0.1.57 |
| 1407 | 2023-12-07T04:36:04.371Z | Compiling native-tls v0.2.11 |
| 1408 | 2023-12-07T04:36:04.782Z | Compiling crossbeam-utils v0.8.16 |
| 1409 | 2023-12-07T04:36:04.822Z | Compiling unicode-xid v0.2.4 |
| 1410 | 2023-12-07T04:36:04.846Z | Compiling ucd-trie v0.1.6 |
| 1411 | 2023-12-07T04:36:05.075Z | Compiling synstructure v0.12.6 |
| 1412 | 2023-12-07T04:36:05.601Z | Compiling futures-sink v0.3.29 |
| 1413 | 2023-12-07T04:36:05.992Z | Compiling io-lifetimes v1.0.11 |
| 1414 | 2023-12-07T04:36:06.930Z | Compiling backtrace v0.3.69 |
| 1415 | 2023-12-07T04:36:07.277Z | Compiling winnow v0.5.15 |
| 1416 | 2023-12-07T04:36:07.324Z | Compiling dyn-clone v1.0.13 |
| 1417 | 2023-12-07T04:36:07.531Z | Compiling tinyvec_macros v0.1.1 |
| 1418 | 2023-12-07T04:36:07.576Z | Compiling rustix v0.38.25 |
| 1419 | 2023-12-07T04:36:07.663Z | Compiling tinyvec v1.6.0 |
| 1420 | 2023-12-07T04:36:08.703Z | Compiling tracing-core v0.1.31 |
| 1421 | 2023-12-07T04:36:09.173Z | Compiling memoffset v0.9.0 |
| 1422 | 2023-12-07T04:36:09.287Z | Compiling num-integer v0.1.45 |
| 1423 | 2023-12-07T04:36:09.294Z | Compiling pin-utils v0.1.0 |
| 1424 | 2023-12-07T04:36:09.439Z | Compiling rustix v0.37.23 |
| 1425 | 2023-12-07T04:36:09.602Z | Compiling futures-io v0.3.29 |
| 1426 | 2023-12-07T04:36:10.173Z | Compiling hashbrown v0.13.2 |
| 1427 | 2023-12-07T04:36:10.264Z | Compiling unicode-normalization v0.1.22 |
| 1428 | 2023-12-07T04:36:10.290Z | Compiling spin v0.9.8 |
| 1429 | 2023-12-07T04:36:10.879Z | Compiling usdt-impl v0.3.5 |
| 1430 | 2023-12-07T04:36:11.374Z | Compiling crc32fast v1.3.2 |
| 1431 | 2023-12-07T04:36:12.065Z | Compiling time-core v0.1.1 |
| 1432 | 2023-12-07T04:36:12.179Z | Compiling bitflags v1.3.2 |
| 1433 | 2023-12-07T04:36:12.262Z | Compiling slog v2.7.0 |
| 1434 | 2023-12-07T04:36:12.290Z | Compiling unicode-bidi v0.3.13 |
| 1435 | 2023-12-07T04:36:12.315Z | Compiling anyhow v1.0.75 |
| 1436 | 2023-12-07T04:36:12.928Z | Compiling time-macros v0.2.13 |
| 1437 | 2023-12-07T04:36:13.156Z | Compiling serde_derive v1.0.192 |
| 1438 | 2023-12-07T04:36:13.217Z | Compiling thiserror-impl v1.0.49 |
| 1439 | 2023-12-07T04:36:13.246Z | Compiling tokio-macros v2.2.0 |
| 1440 | 2023-12-07T04:36:13.428Z | Compiling zeroize_derive v1.4.2 |
| 1441 | 2023-12-07T04:36:13.487Z | Compiling futures-macro v0.3.29 |
| 1442 | 2023-12-07T04:36:14.473Z | Compiling tracing-attributes v0.1.26 |
| 1443 | 2023-12-07T04:36:15.724Z | Compiling schemars_derive v0.8.13 |
| 1444 | 2023-12-07T04:36:16.159Z | Compiling openssl-macros v0.1.1 |
| 1445 | 2023-12-07T04:36:16.169Z | Compiling zeroize v1.7.0 |
| 1446 | 2023-12-07T04:36:17.322Z | Compiling zerocopy-derive v0.2.0 |
| 1447 | 2023-12-07T04:36:17.777Z | Compiling pest v2.7.2 |
| 1448 | 2023-12-07T04:36:19.046Z | Compiling crypto-common v0.1.6 |
| 1449 | 2023-12-07T04:36:19.767Z | Compiling block-buffer v0.10.4 |
| 1450 | 2023-12-07T04:36:19.912Z | Compiling tracing v0.1.37 |
| 1451 | 2023-12-07T04:36:20.630Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1452 | 2023-12-07T04:36:20.807Z | Compiling aho-corasick v1.0.4 |
| 1453 | 2023-12-07T04:36:21.180Z | Compiling crossbeam-epoch v0.9.15 |
| 1454 | 2023-12-07T04:36:21.216Z | Compiling signal-hook v0.3.17 |
| 1455 | 2023-12-07T04:36:21.673Z | Compiling pest_meta v2.7.2 |
| 1456 | 2023-12-07T04:36:21.709Z | Compiling subtle v2.5.0 |
| 1457 | 2023-12-07T04:36:22.196Z | Compiling regex-syntax v0.8.2 |
| 1458 | 2023-12-07T04:36:22.292Z | Compiling const-oid v0.9.5 |
| 1459 | 2023-12-07T04:36:23.828Z | Compiling pest_generator v2.7.2 |
| 1460 | 2023-12-07T04:36:25.367Z | Compiling async-trait v0.1.74 |
| 1461 | 2023-12-07T04:36:26.552Z | Compiling rustversion v1.0.14 |
| 1462 | 2023-12-07T04:36:26.856Z | Compiling ppv-lite86 v0.2.17 |
| 1463 | 2023-12-07T04:36:27.606Z | Compiling digest v0.10.7 |
| 1464 | 2023-12-07T04:36:27.816Z | Compiling zerocopy v0.3.0 |
| 1465 | 2023-12-07T04:36:28.122Z | Compiling rand_chacha v0.3.1 |
| 1466 | 2023-12-07T04:36:28.244Z | Compiling pest_derive v2.7.2 |
| 1467 | 2023-12-07T04:36:28.267Z | Compiling regex-automata v0.4.3 |
| 1468 | 2023-12-07T04:36:29.345Z | Compiling zerocopy-derive v0.6.4 |
| 1469 | 2023-12-07T04:36:30.328Z | Compiling errno v0.3.2 |
| 1470 | 2023-12-07T04:36:31.038Z | Compiling base64 v0.21.5 |
| 1471 | 2023-12-07T04:36:32.195Z | Compiling strsim v0.10.0 |
| 1472 | 2023-12-07T04:36:32.477Z | Compiling dtrace-parser v0.1.14 |
| 1473 | 2023-12-07T04:36:32.534Z | Compiling dof v0.1.5 |
| 1474 | 2023-12-07T04:36:33.184Z | Compiling rand v0.8.5 |
| 1475 | 2023-12-07T04:36:35.148Z | Compiling regex v1.10.2 |
| 1476 | 2023-12-07T04:36:35.681Z | Compiling bytes v1.5.0 |
| 1477 | 2023-12-07T04:36:37.065Z | Compiling indexmap v2.1.0 |
| 1478 | 2023-12-07T04:36:37.297Z | Compiling uuid v1.6.1 |
| 1479 | 2023-12-07T04:36:37.589Z | Compiling chrono v0.4.31 |
| 1480 | 2023-12-07T04:36:37.613Z | Compiling bitflags v2.4.0 |
| 1481 | 2023-12-07T04:36:38.449Z | Compiling tokio v1.34.0 |
| 1482 | 2023-12-07T04:36:40.652Z | Compiling serde_spanned v0.6.4 |
| 1483 | 2023-12-07T04:36:40.989Z | Compiling toml_datetime v0.6.5 |
| 1484 | 2023-12-07T04:36:42.045Z | Compiling toml_edit v0.19.15 |
| 1485 | 2023-12-07T04:36:42.785Z | Compiling rustc_version v0.4.0 |
| 1486 | 2023-12-07T04:36:43.511Z | Compiling http v0.2.11 |
| 1487 | 2023-12-07T04:36:43.772Z | Compiling heapless v0.7.16 |
| 1488 | 2023-12-07T04:36:52.901Z | Compiling tokio-util v0.7.10 |
| 1489 | 2023-12-07T04:36:53.819Z | Compiling thread-id v4.2.0 |
| 1490 | 2023-12-07T04:36:54.079Z | Compiling num-bigint v0.4.4 |
| 1491 | 2023-12-07T04:36:54.680Z | Compiling smoltcp v0.9.1 |
| 1492 | 2023-12-07T04:36:54.733Z | Compiling foreign-types-shared v0.1.1 |
| 1493 | 2023-12-07T04:36:55.055Z | Compiling untrusted v0.7.1 |
| 1494 | 2023-12-07T04:36:55.256Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1495 | 2023-12-07T04:36:55.342Z | Compiling openssl-probe v0.1.5 |
| 1496 | 2023-12-07T04:36:55.706Z | Compiling hashbrown v0.12.3 |
| 1497 | 2023-12-07T04:36:55.773Z | Compiling doc-comment v0.3.3 |
| 1498 | 2023-12-07T04:36:56.504Z | Compiling untrusted v0.9.0 |
| 1499 | 2023-12-07T04:36:56.771Z | Compiling percent-encoding v2.3.1 |
| 1500 | 2023-12-07T04:37:00.917Z | Compiling foreign-types v0.3.2 |
| 1501 | 2023-12-07T04:37:03.582Z | Compiling strum_macros v0.25.2 |
| 1502 | 2023-12-07T04:37:04.221Z | Compiling serde_tokenstream v0.1.7 |
| 1503 | 2023-12-07T04:37:05.477Z | Compiling lazy_static v1.4.0 |
| 1504 | 2023-12-07T04:37:05.736Z | Compiling socket2 v0.4.9 |
| 1505 | 2023-12-07T04:37:06.080Z | Compiling adler v1.0.2 |
| 1506 | 2023-12-07T04:37:07.079Z | Compiling siphasher v0.3.11 |
| 1507 | 2023-12-07T04:37:07.695Z | Compiling unicode-segmentation v1.10.1 |
| 1508 | 2023-12-07T04:37:08.152Z | Compiling unicode-width v0.1.11 |
| 1509 | 2023-12-07T04:37:08.384Z | Compiling try-lock v0.2.4 |
| 1510 | 2023-12-07T04:37:08.628Z | Compiling want v0.3.1 |
| 1511 | 2023-12-07T04:37:09.025Z | Compiling miniz_oxide v0.7.1 |
| 1512 | 2023-12-07T04:37:11.756Z | Compiling sct v0.7.0 |
| 1513 | 2023-12-07T04:37:12.211Z | Compiling rustls-webpki v0.101.7 |
| 1514 | 2023-12-07T04:37:12.342Z | Compiling h2 v0.3.21 |
| 1515 | 2023-12-07T04:37:15.079Z | Compiling form_urlencoded v1.2.1 |
| 1516 | 2023-12-07T04:37:15.265Z | Compiling http-body v0.4.5 |
| 1517 | 2023-12-07T04:37:15.613Z | Compiling hubpack_derive v0.1.1 |
| 1518 | 2023-12-07T04:37:15.891Z | Compiling pin-project-internal v1.1.3 |
| 1519 | 2023-12-07T04:37:16.915Z | Compiling num-iter v0.1.43 |
| 1520 | 2023-12-07T04:37:18.139Z | Compiling anstyle v1.0.2 |
| 1521 | 2023-12-07T04:37:18.830Z | Compiling httpdate v1.0.3 |
| 1522 | 2023-12-07T04:37:19.452Z | Compiling cpufeatures v0.2.9 |
| 1523 | 2023-12-07T04:37:19.749Z | Compiling utf8parse v0.2.1 |
| 1524 | 2023-12-07T04:37:19.832Z | Compiling tower-service v0.3.2 |
| 1525 | 2023-12-07T04:37:20.026Z | Compiling anstyle-parse v0.2.1 |
| 1526 | 2023-12-07T04:37:20.521Z | Compiling sha2 v0.10.8 |
| 1527 | 2023-12-07T04:37:24.183Z | Compiling hyper v0.14.27 |
| 1528 | 2023-12-07T04:37:25.121Z | Compiling usdt-attr-macro v0.3.5 |
| 1529 | 2023-12-07T04:37:25.852Z | Compiling usdt-macro v0.3.5 |
| 1530 | 2023-12-07T04:37:27.837Z | Compiling openapiv3 v2.0.0-rc.1 |
| 1531 | 2023-12-07T04:37:28.033Z | Compiling serde_tokenstream v0.2.0 |
| 1532 | 2023-12-07T04:37:28.882Z | Compiling rustls-pemfile v1.0.3 |
| 1533 | 2023-12-07T04:37:28.906Z | Compiling md-5 v0.10.5 |
| 1534 | 2023-12-07T04:37:28.966Z | Compiling hmac v0.12.1 |
| 1535 | 2023-12-07T04:37:29.319Z | Compiling idna v0.5.0 |
| 1536 | 2023-12-07T04:37:29.403Z | Compiling stringprep v0.1.3 |
| 1537 | 2023-12-07T04:37:30.684Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1538 | 2023-12-07T04:37:30.753Z | Compiling hash32 v0.2.1 |
| 1539 | 2023-12-07T04:37:30.964Z | Compiling gimli v0.28.0 |
| 1540 | 2023-12-07T04:37:31.254Z | Compiling colorchoice v1.0.0 |
| 1541 | 2023-12-07T04:37:31.326Z | Compiling either v1.9.0 |
| 1542 | 2023-12-07T04:37:31.667Z | Compiling anstyle-query v1.0.0 |
| 1543 | 2023-12-07T04:37:31.737Z | Compiling stable_deref_trait v1.2.0 |
| 1544 | 2023-12-07T04:37:31.838Z | Compiling fallible-iterator v0.2.0 |
| 1545 | 2023-12-07T04:37:33.055Z | Compiling postgres-protocol v0.6.6 |
| 1546 | 2023-12-07T04:37:34.976Z | Compiling anstream v0.5.0 |
| 1547 | 2023-12-07T04:37:35.101Z | Compiling diesel_derives v2.1.2 |
| 1548 | 2023-12-07T04:37:35.697Z | Compiling url v2.5.0 |
| 1549 | 2023-12-07T04:37:38.587Z | Compiling addr2line v0.21.0 |
| 1550 | 2023-12-07T04:37:39.803Z | Compiling rustls-native-certs v0.6.3 |
| 1551 | 2023-12-07T04:37:40.354Z | Compiling tokio-rustls v0.24.1 |
| 1552 | 2023-12-07T04:37:40.872Z | Compiling terminal_size v0.2.6 |
| 1553 | 2023-12-07T04:37:43.818Z | Compiling tokio-native-tls v0.3.1 |
| 1554 | 2023-12-07T04:37:43.968Z | Compiling phf_shared v0.11.2 |
| 1555 | 2023-12-07T04:37:44.922Z | Compiling block-padding v0.3.3 |
| 1556 | 2023-12-07T04:37:45.267Z | Compiling enum-as-inner v0.5.1 |
| 1557 | 2023-12-07T04:37:45.298Z | Compiling snafu-derive v0.7.5 |
| 1558 | 2023-12-07T04:37:45.362Z | Compiling serde_repr v0.1.16 |
| 1559 | 2023-12-07T04:37:46.742Z | Compiling clap_derive v4.4.2 |
| 1560 | 2023-12-07T04:37:47.480Z | Compiling regress v0.7.1 |
| 1561 | 2023-12-07T04:37:53.953Z | Compiling scheduled-thread-pool v0.2.7 |
| 1562 | 2023-12-07T04:37:54.607Z | Compiling object v0.32.1 |
| 1563 | 2023-12-07T04:37:55.146Z | Compiling rustc-demangle v0.1.23 |
| 1564 | 2023-12-07T04:37:56.685Z | Compiling matches v0.1.10 |
| 1565 | 2023-12-07T04:37:56.826Z | Compiling num_threads v0.1.6 |
| 1566 | 2023-12-07T04:37:57.024Z | Compiling ipnet v2.8.0 |
| 1567 | 2023-12-07T04:37:59.019Z | Compiling managed v0.8.0 |
| 1568 | 2023-12-07T04:37:59.879Z | Compiling clap_lex v0.5.1 |
| 1569 | 2023-12-07T04:38:00.605Z | Compiling regex-automata v0.1.10 |
| 1570 | 2023-12-07T04:38:02.157Z | Compiling deranged v0.3.8 |
| 1571 | 2023-12-07T04:38:03.015Z | Compiling bit-vec v0.6.3 |
| 1572 | 2023-12-07T04:38:03.669Z | Compiling bstr v0.2.17 |
| 1573 | 2023-12-07T04:38:05.108Z | Compiling time v0.3.27 |
| 1574 | 2023-12-07T04:38:06.685Z | Compiling clap_builder v4.4.2 |
| 1575 | 2023-12-07T04:38:09.599Z | Compiling idna v0.2.3 |
| 1576 | 2023-12-07T04:38:09.649Z | Compiling r2d2 v0.8.10 |
| 1577 | 2023-12-07T04:38:10.887Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1578 | 2023-12-07T04:38:12.622Z | Compiling inout v0.1.3 |
| 1579 | 2023-12-07T04:38:13.122Z | Compiling phf v0.11.2 |
| 1580 | 2023-12-07T04:38:13.148Z | Compiling hyper-tls v0.5.0 |
| 1581 | 2023-12-07T04:38:13.247Z | Compiling hyper-rustls v0.24.2 |
| 1582 | 2023-12-07T04:38:13.575Z | Compiling signal-hook-mio v0.2.3 |
| 1583 | 2023-12-07T04:38:13.669Z | Compiling bzip2 v0.4.4 |
| 1584 | 2023-12-07T04:38:13.803Z | Compiling flate2 v1.0.28 |
| 1585 | 2023-12-07T04:38:14.035Z | Compiling postgres-types v0.2.6 |
| 1586 | 2023-12-07T04:38:14.247Z | Compiling itertools v0.11.0 |
| 1587 | 2023-12-07T04:38:15.367Z | Compiling pin-project v1.1.3 |
| 1588 | 2023-12-07T04:38:15.750Z | Compiling hubpack v0.1.2 |
| 1589 | 2023-12-07T04:38:16.310Z | Compiling serde_urlencoded v0.7.1 |
| 1590 | 2023-12-07T04:38:16.457Z | Compiling phf_shared v0.10.0 |
| 1591 | 2023-12-07T04:38:17.074Z | Compiling ipnetwork v0.20.0 |
| 1592 | 2023-12-07T04:38:18.194Z | Compiling zerocopy v0.6.4 |
| 1593 | 2023-12-07T04:38:18.438Z | Compiling futures-executor v0.3.29 |
| 1594 | 2023-12-07T04:38:19.590Z | Compiling float-cmp v0.9.0 |
| 1595 | 2023-12-07T04:38:19.693Z | Compiling proc-macro-error-attr v1.0.4 |
| 1596 | 2023-12-07T04:38:19.740Z | Compiling encoding_rs v0.8.33 |
| 1597 | 2023-12-07T04:38:20.133Z | Compiling whoami v1.4.1 |
| 1598 | 2023-12-07T04:38:21.380Z | Compiling normalize-line-endings v0.3.0 |
| 1599 | 2023-12-07T04:38:21.384Z | Compiling static_assertions v1.1.0 |
| 1600 | 2023-12-07T04:38:21.595Z | Compiling mime v0.3.17 |
| 1601 | 2023-12-07T04:38:22.510Z | Compiling predicates-core v1.0.6 |
| 1602 | 2023-12-07T04:38:23.024Z | Compiling regex-automata v0.3.8 |
| 1603 | 2023-12-07T04:38:24.361Z | Compiling fixedbitset v0.4.2 |
| 1604 | 2023-12-07T04:38:25.030Z | Compiling data-encoding v2.4.0 |
| 1605 | 2023-12-07T04:38:25.165Z | Compiling difflib v0.4.0 |
| 1606 | 2023-12-07T04:38:26.902Z | Compiling webpki-roots v0.25.2 |
| 1607 | 2023-12-07T04:38:28.984Z | Compiling precomputed-hash v0.1.1 |
| 1608 | 2023-12-07T04:38:29.177Z | Compiling new_debug_unreachable v1.0.4 |
| 1609 | 2023-12-07T04:38:29.589Z | Compiling string_cache v0.8.7 |
| 1610 | 2023-12-07T04:38:29.589Z | Compiling reqwest v0.11.22 |
| 1611 | 2023-12-07T04:38:30.617Z | Compiling trust-dns-proto v0.22.0 |
| 1612 | 2023-12-07T04:38:30.689Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1613 | 2023-12-07T04:38:37.153Z | Compiling bstr v1.6.0 |
| 1614 | 2023-12-07T04:38:39.527Z | Compiling predicates v3.0.4 |
| 1615 | 2023-12-07T04:38:41.461Z | Compiling petgraph v0.6.4 |
| 1616 | 2023-12-07T04:38:41.824Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1617 | 2023-12-07T04:38:41.977Z | Compiling tokio-postgres v0.7.10 |
| 1618 | 2023-12-07T04:38:51.450Z | Compiling futures v0.3.29 |
| 1619 | 2023-12-07T04:38:51.605Z | Compiling diesel v2.1.4 |
| 1620 | 2023-12-07T04:38:51.765Z | Compiling yasna v0.5.2 |
| 1621 | 2023-12-07T04:38:52.917Z | Compiling snafu v0.7.5 |
| 1622 | 2023-12-07T04:38:53.247Z | Compiling zip v0.6.6 |
| 1623 | 2023-12-07T04:38:54.146Z | Compiling crossterm v0.27.0 |
| 1624 | 2023-12-07T04:38:54.557Z | Compiling cipher v0.4.4 |
| 1625 | 2023-12-07T04:38:54.847Z | Compiling clap v4.4.3 |
| 1626 | 2023-12-07T04:38:55.293Z | Compiling similar v2.2.1 |
| 1627 | 2023-12-07T04:38:55.454Z | Compiling bit-set v0.5.3 |
| 1628 | 2023-12-07T04:38:57.066Z | Compiling itertools v0.10.5 |
| 1629 | 2023-12-07T04:38:57.202Z | Compiling usdt v0.3.5 |
| 1630 | 2023-12-07T04:38:57.600Z | Compiling console v0.15.7 |
| 1631 | 2023-12-07T04:38:57.707Z | Compiling tokio-stream v0.1.14 |
| 1632 | 2023-12-07T04:38:58.666Z | Compiling toml v0.7.8 |
| 1633 | 2023-12-07T04:38:59.707Z | Compiling proc-macro-crate v1.3.1 |
| 1634 | 2023-12-07T04:38:59.750Z | Compiling toml_edit v0.21.0 |
| 1635 | 2023-12-07T04:38:59.870Z | Compiling hex v0.4.3 |
| 1636 | 2023-12-07T04:39:00.585Z | Compiling signature v2.1.0 |
| 1637 | 2023-12-07T04:39:01.037Z | Compiling proc-macro-error v1.0.4 |
| 1638 | 2023-12-07T04:39:01.177Z | Compiling lalrpop-util v0.19.12 |
| 1639 | 2023-12-07T04:39:03.853Z | Compiling num_enum_derive v0.5.11 |
| 1640 | 2023-12-07T04:39:08.207Z | Compiling atty v0.2.14 |
| 1641 | 2023-12-07T04:39:08.361Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1642 | 2023-12-07T04:39:09.098Z | Compiling ident_case v1.0.1 |
| 1643 | 2023-12-07T04:39:09.358Z | Compiling darling_core v0.20.3 |
| 1644 | 2023-12-07T04:39:14.696Z | Compiling num_enum v0.5.11 |
| 1645 | 2023-12-07T04:39:35.580Z | Compiling dirs-sys-next v0.1.2 |
| 1646 | 2023-12-07T04:39:37.573Z | Compiling camino v1.1.6 |
| 1647 | 2023-12-07T04:39:39.995Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1648 | 2023-12-07T04:39:40.425Z | Compiling postcard-cobs v0.1.5-pre |
| 1649 | 2023-12-07T04:39:41.119Z | Compiling postcard v0.7.3 |
| 1650 | 2023-12-07T04:39:45.961Z | Compiling dirs-next v2.0.0 |
| 1651 | 2023-12-07T04:39:46.549Z | Compiling darling_macro v0.20.3 |
| 1652 | 2023-12-07T04:39:50.881Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
| 1653 | 2023-12-07T04:40:01.599Z | Compiling smoltcp v0.8.2 |
| 1654 | 2023-12-07T04:40:01.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1655 | 2023-12-07T04:40:02.330Z | Compiling getopts v0.2.21 |
| 1656 | 2023-12-07T04:40:08.195Z | Compiling structmeta-derive v0.2.0 |
| 1657 | 2023-12-07T04:40:12.609Z | Compiling foreign-types-macros v0.2.3 |
| 1658 | 2023-12-07T04:40:16.881Z | Compiling thread_local v1.1.7 |
| 1659 | 2023-12-07T04:40:18.244Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1660 | 2023-12-07T04:40:18.686Z | Compiling multer v2.1.0 |
| 1661 | 2023-12-07T04:40:19.127Z | Compiling slog-async v2.8.0 |
| 1662 | 2023-12-07T04:40:21.972Z | Compiling cfg-if v0.1.10 |
| 1663 | 2023-12-07T04:40:22.346Z | Compiling paste v1.0.14 |
| 1664 | 2023-12-07T04:40:23.028Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1665 | 2023-12-07T04:40:23.370Z | Compiling match_cfg v0.1.0 |
| 1666 | 2023-12-07T04:40:23.516Z | Compiling unsafe-libyaml v0.2.9 |
| 1667 | 2023-12-07T04:40:25.483Z | Compiling foreign-types-shared v0.3.1 |
| 1668 | 2023-12-07T04:40:26.507Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1669 | 2023-12-07T04:40:26.974Z | Compiling serde_yaml v0.9.25 |
| 1670 | 2023-12-07T04:40:32.709Z | Compiling foreign-types v0.5.0 |
| 1671 | 2023-12-07T04:40:32.746Z | Compiling hostname v0.3.1 |
| 1672 | 2023-12-07T04:40:32.876Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1673 | 2023-12-07T04:40:34.534Z | Compiling structmeta v0.2.0 |
| 1674 | 2023-12-07T04:40:38.590Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1675 | 2023-12-07T04:40:43.213Z | Compiling darling v0.20.3 |
| 1676 | 2023-12-07T04:40:43.865Z | Compiling term v0.7.0 |
| 1677 | 2023-12-07T04:40:49.921Z | Compiling slog-json v2.6.1 |
| 1678 | 2023-12-07T04:40:51.976Z | Compiling is-terminal v0.4.9 |
| 1679 | 2023-12-07T04:40:52.008Z | Compiling crossbeam-channel v0.5.8 |
| 1680 | 2023-12-07T04:40:55.932Z | Compiling strum v0.25.0 |
| 1681 | 2023-12-07T04:40:56.017Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1682 | 2023-12-07T04:40:56.136Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1683 | 2023-12-07T04:40:56.176Z | Compiling async-stream-impl v0.3.5 |
| 1684 | 2023-12-07T04:40:56.610Z | Compiling cstr-argument v0.1.2 |
| 1685 | 2023-12-07T04:40:57.008Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1686 | 2023-12-07T04:40:57.255Z | Compiling pretty-hex v0.2.1 |
| 1687 | 2023-12-07T04:40:57.467Z | Compiling regex-syntax v0.7.5 |
| 1688 | 2023-12-07T04:40:57.748Z | Compiling take_mut v0.2.2 |
| 1689 | 2023-12-07T04:40:57.972Z | Compiling atomic-waker v1.1.1 |
| 1690 | 2023-12-07T04:40:58.475Z | Compiling crucible-workspace-hack v0.1.0 |
| 1691 | 2023-12-07T04:40:59.625Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1692 | 2023-12-07T04:41:00.058Z | Compiling fastrand v2.0.0 |
| 1693 | 2023-12-07T04:41:01.192Z | Compiling tempfile v3.8.1 |
| 1694 | 2023-12-07T04:41:07.821Z | Compiling parse-display-derive v0.8.2 |
| 1695 | 2023-12-07T04:41:14.015Z | Compiling async-stream v0.3.5 |
| 1696 | 2023-12-07T04:41:14.512Z | Compiling waitgroup v0.1.2 |
| 1697 | 2023-12-07T04:41:15.726Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1698 | 2023-12-07T04:41:17.092Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1699 | 2023-12-07T04:41:19.978Z | Compiling colored v2.0.4 |
| 1700 | 2023-12-07T04:41:20.294Z | Compiling slog-bunyan v2.4.0 |
| 1701 | 2023-12-07T04:41:20.695Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1702 | 2023-12-07T04:41:22.268Z | Compiling slog-term v2.9.0 |
| 1703 | 2023-12-07T04:41:26.349Z | Compiling serde_with_macros v2.3.3 |
| 1704 | 2023-12-07T04:41:34.082Z | Compiling toml v0.8.8 |
| 1705 | 2023-12-07T04:41:34.335Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1706 | 2023-12-07T04:41:36.082Z | Compiling sha1 v0.10.6 |
| 1707 | 2023-12-07T04:41:36.640Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
| 1708 | 2023-12-07T04:41:37.608Z | Compiling textwrap v0.11.0 |
| 1709 | 2023-12-07T04:41:39.490Z | Compiling heck v0.3.3 |
| 1710 | 2023-12-07T04:41:39.952Z | Compiling serde_path_to_error v0.1.14 |
| 1711 | 2023-12-07T04:41:40.047Z | Compiling instant v0.1.12 |
| 1712 | 2023-12-07T04:41:40.286Z | Compiling vec_map v0.8.2 |
| 1713 | 2023-12-07T04:41:40.793Z | Compiling strsim v0.8.0 |
| 1714 | 2023-12-07T04:41:41.623Z | Compiling rayon-core v1.12.0 |
| 1715 | 2023-12-07T04:41:41.873Z | Compiling debug-ignore v1.0.5 |
| 1716 | 2023-12-07T04:41:42.075Z | Compiling libefi-sys v0.1.0 |
| 1717 | 2023-12-07T04:41:42.132Z | Compiling ansi_term v0.12.1 |
| 1718 | 2023-12-07T04:41:43.106Z | Compiling clap v2.34.0 |
| 1719 | 2023-12-07T04:41:43.206Z | Compiling backoff v0.4.0 |
| 1720 | 2023-12-07T04:41:43.569Z | Compiling structopt-derive v0.4.18 |
| 1721 | 2023-12-07T04:41:43.782Z | Compiling serde_with v2.3.3 |
| 1722 | 2023-12-07T04:41:43.935Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1723 | 2023-12-07T04:41:46.655Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1724 | 2023-12-07T04:41:47.025Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1725 | 2023-12-07T04:41:48.038Z | Compiling parse-display v0.8.2 |
| 1726 | 2023-12-07T04:41:48.499Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1727 | 2023-12-07T04:41:49.302Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1728 | 2023-12-07T04:41:49.544Z | Compiling zone_cfg_derive v0.3.0 |
| 1729 | 2023-12-07T04:41:51.380Z | Compiling crossbeam-deque v0.8.3 |
| 1730 | 2023-12-07T04:41:51.575Z | Compiling macaddr v1.0.1 |
| 1731 | 2023-12-07T04:41:51.749Z | Compiling num-derive v0.4.0 |
| 1732 | 2023-12-07T04:41:52.090Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1733 | 2023-12-07T04:41:52.623Z | Compiling portable-atomic v1.4.3 |
| 1734 | 2023-12-07T04:41:54.023Z | Compiling zone v0.3.0 |
| 1735 | 2023-12-07T04:41:55.462Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1736 | 2023-12-07T04:41:58.352Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1737 | 2023-12-07T04:41:59.080Z | Compiling structopt v0.3.26 |
| 1738 | 2023-12-07T04:41:59.336Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1739 | 2023-12-07T04:42:00.184Z | Compiling camino-tempfile v1.1.1 |
| 1740 | 2023-12-07T04:42:01.408Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1741 | 2023-12-07T04:42:01.492Z | Compiling smf v0.2.2 |
| 1742 | 2023-12-07T04:42:01.592Z | Compiling filetime v0.2.23 |
| 1743 | 2023-12-07T04:42:02.172Z | Compiling xattr v1.0.1 |
| 1744 | 2023-12-07T04:42:02.626Z | Compiling same-file v1.0.6 |
| 1745 | 2023-12-07T04:42:02.966Z | Compiling walkdir v2.4.0 |
| 1746 | 2023-12-07T04:42:03.106Z | Compiling tar v0.4.40 |
| 1747 | 2023-12-07T04:42:05.285Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1748 | 2023-12-07T04:42:05.824Z | Compiling rayon v1.8.0 |
| 1749 | 2023-12-07T04:42:06.272Z | Compiling number_prefix v0.4.0 |
| 1750 | 2023-12-07T04:42:06.656Z | Compiling omicron-zone-package v0.9.1 |
| 1751 | 2023-12-07T04:42:09.122Z | Compiling swrite v0.1.0 |
| 1752 | 2023-12-07T04:42:09.307Z | Compiling topological-sort v0.2.2 |
| 1753 | 2023-12-07T04:42:14.999Z | Compiling indicatif v0.17.7 |
| 1754 | 2023-12-07T04:42:32.259Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1755 | 2023-12-07T04:42:42.777Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1756 | 2023-12-07T04:42:46.275Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1757 | 2023-12-07T04:42:51.376Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1758 | 2023-12-07T04:43:15.140Z | Finished release [optimized] target(s) in 7m 52s |
| 1759 | 2023-12-07T04:43:15.394Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1760 | 2023-12-07T04:43:15.481Z | Created new build target 'test' and set it as active |
| 1761 | 2023-12-07T04:43:15.485Z | |
| 1762 | 2023-12-07T04:43:15.485Z | real 7:52.822278199 |
| 1763 | 2023-12-07T04:43:15.485Z | user 50:54.348299215 |
| 1764 | 2023-12-07T04:43:15.486Z | sys 4:26.791896464 |
| 1765 | 2023-12-07T04:43:15.486Z | trap 2.113229139 |
| 1766 | 2023-12-07T04:43:15.486Z | tflt 4.675246862 |
| 1767 | 2023-12-07T04:43:15.486Z | dflt 5.270442911 |
| 1768 | 2023-12-07T04:43:15.486Z | kflt 0.036614781 |
| 1769 | 2023-12-07T04:43:15.486Z | lock 1:49:57.162749679 |
| 1770 | 2023-12-07T04:43:15.486Z | slp 2:22:40.162615996 |
| 1771 | 2023-12-07T04:43:15.486Z | lat 2:28.242859048 |
| 1772 | 2023-12-07T04:43:15.486Z | stop 3:47.503214773 |
| 1773 | 2023-12-07T04:43:15.487Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1774 | 2023-12-07T04:43:16.604Z | Finished release [optimized] target(s) in 1.03s |
| 1775 | 2023-12-07T04:43:16.634Z | Running `target/release/omicron-package -t test package` |
| 1776 | 2023-12-07T04:43:16.672Z | Dec 07 04:43:16.665 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
| 1777 | 2023-12-07T04:43:17.856Z | Compiling base64ct v1.6.0 |
| 1778 | 2023-12-07T04:43:17.878Z | Compiling linked-hash-map v0.5.6 |
| 1779 | 2023-12-07T04:43:17.882Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1780 | 2023-12-07T04:43:17.882Z | Compiling blake2 v0.10.6 |
| 1781 | 2023-12-07T04:43:17.882Z | Compiling same-file v1.0.6 |
| 1782 | 2023-12-07T04:43:17.882Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1783 | 2023-12-07T04:43:17.894Z | Compiling semver-parser v0.10.2 |
| 1784 | 2023-12-07T04:43:17.898Z | Compiling fastrand v2.0.0 |
| 1785 | 2023-12-07T04:43:18.167Z | Compiling walkdir v2.4.0 |
| 1786 | 2023-12-07T04:43:18.489Z | Compiling lru-cache v0.1.2 |
| 1787 | 2023-12-07T04:43:18.663Z | Compiling password-hash v0.5.0 |
| 1788 | 2023-12-07T04:43:18.774Z | Compiling quick-error v1.2.3 |
| 1789 | 2023-12-07T04:43:18.967Z | Compiling resolv-conf v0.7.0 |
| 1790 | 2023-12-07T04:43:19.117Z | Compiling semver v0.11.0 |
| 1791 | 2023-12-07T04:43:19.224Z | Compiling tempfile v3.8.1 |
| 1792 | 2023-12-07T04:43:20.105Z | Compiling argon2 v0.5.2 |
| 1793 | 2023-12-07T04:43:20.168Z | Compiling filetime v0.2.23 |
| 1794 | 2023-12-07T04:43:20.411Z | Compiling xattr v1.0.1 |
| 1795 | 2023-12-07T04:43:20.608Z | Compiling slog-dtrace v0.2.3 |
| 1796 | 2023-12-07T04:43:20.758Z | Compiling home v0.5.5 |
| 1797 | 2023-12-07T04:43:21.026Z | Compiling toolchain_find v0.2.0 |
| 1798 | 2023-12-07T04:43:21.083Z | Compiling tar v0.4.40 |
| 1799 | 2023-12-07T04:43:21.124Z | Compiling trust-dns-resolver v0.22.0 |
| 1800 | 2023-12-07T04:43:21.808Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1801 | 2023-12-07T04:43:22.139Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1802 | 2023-12-07T04:43:22.744Z | Compiling toml v0.5.11 |
| 1803 | 2023-12-07T04:43:22.800Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
| 1804 | 2023-12-07T04:43:22.881Z | Compiling omicron-zone-package v0.9.1 |
| 1805 | 2023-12-07T04:43:24.138Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1806 | 2023-12-07T04:43:24.527Z | Compiling toml v0.8.8 |
| 1807 | 2023-12-07T04:43:24.759Z | Compiling num-rational v0.4.1 |
| 1808 | 2023-12-07T04:43:25.193Z | Compiling cancel-safe-futures v0.1.5 |
| 1809 | 2023-12-07T04:43:25.679Z | Compiling rustfmt-wrapper v0.2.0 |
| 1810 | 2023-12-07T04:43:25.945Z | Compiling convert_case v0.4.0 |
| 1811 | 2023-12-07T04:43:27.198Z | Compiling derive_more v0.99.17 |
| 1812 | 2023-12-07T04:43:27.826Z | Compiling num-complex v0.4.4 |
| 1813 | 2023-12-07T04:43:28.178Z | Compiling pem-rfc7468 v0.7.0 |
| 1814 | 2023-12-07T04:43:28.753Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1815 | 2023-12-07T04:43:29.641Z | Compiling num v0.4.1 |
| 1816 | 2023-12-07T04:43:29.802Z | Compiling hkdf v0.12.3 |
| 1817 | 2023-12-07T04:43:29.944Z | Compiling fxhash v0.2.1 |
| 1818 | 2023-12-07T04:43:30.188Z | Compiling der_derive v0.7.2 |
| 1819 | 2023-12-07T04:43:30.284Z | Compiling unicase v2.7.0 |
| 1820 | 2023-12-07T04:43:30.367Z | Compiling flagset v0.4.3 |
| 1821 | 2023-12-07T04:43:30.719Z | Compiling semver v0.1.20 |
| 1822 | 2023-12-07T04:43:30.731Z | Compiling utf-8 v0.7.6 |
| 1823 | 2023-12-07T04:43:31.119Z | Compiling tungstenite v0.20.1 |
| 1824 | 2023-12-07T04:43:31.325Z | Compiling rustc_version v0.1.7 |
| 1825 | 2023-12-07T04:43:31.369Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1826 | 2023-12-07T04:43:31.658Z | Compiling arc-swap v1.6.0 |
| 1827 | 2023-12-07T04:43:31.944Z | Compiling keccak v0.1.4 |
| 1828 | 2023-12-07T04:43:32.854Z | Compiling half v1.8.2 |
| 1829 | 2023-12-07T04:43:33.539Z | Compiling radium v0.7.0 |
| 1830 | 2023-12-07T04:43:34.063Z | Compiling der v0.7.8 |
| 1831 | 2023-12-07T04:43:34.206Z | Compiling ciborium-io v0.2.1 |
| 1832 | 2023-12-07T04:43:34.334Z | Compiling ciborium-ll v0.2.1 |
| 1833 | 2023-12-07T04:43:34.871Z | Compiling tokio-tungstenite v0.20.1 |
| 1834 | 2023-12-07T04:43:35.178Z | Compiling slog-scope v4.4.0 |
| 1835 | 2023-12-07T04:43:35.821Z | Compiling sha3 v0.10.8 |
| 1836 | 2023-12-07T04:43:36.656Z | Compiling newtype_derive v0.1.6 |
| 1837 | 2023-12-07T04:43:37.117Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1838 | 2023-12-07T04:43:37.230Z | Compiling secrecy v0.8.0 |
| 1839 | 2023-12-07T04:43:37.618Z | Compiling tap v1.0.1 |
| 1840 | 2023-12-07T04:43:37.898Z | Compiling spki v0.7.2 |
| 1841 | 2023-12-07T04:43:38.752Z | Compiling parking_lot_core v0.8.6 |
| 1842 | 2023-12-07T04:43:39.311Z | Compiling maybe-uninit v2.0.0 |
| 1843 | 2023-12-07T04:43:39.487Z | Compiling wyz v0.5.1 |
| 1844 | 2023-12-07T04:43:40.148Z | Compiling slog-stdlog v4.1.1 |
| 1845 | 2023-12-07T04:43:40.921Z | Compiling ciborium v0.2.1 |
| 1846 | 2023-12-07T04:43:41.393Z | Compiling nibble_vec v0.1.0 |
| 1847 | 2023-12-07T04:43:41.675Z | Compiling crc-catalog v2.2.0 |
| 1848 | 2023-12-07T04:43:41.723Z | Compiling endian-type v0.1.2 |
| 1849 | 2023-12-07T04:43:41.887Z | Compiling funty v2.0.0 |
| 1850 | 2023-12-07T04:43:42.111Z | Compiling packed_struct v0.10.1 |
| 1851 | 2023-12-07T04:43:42.702Z | Compiling num-bigint-dig v0.8.4 |
| 1852 | 2023-12-07T04:43:43.477Z | Compiling radix_trie v0.2.1 |
| 1853 | 2023-12-07T04:43:44.619Z | Compiling bitvec v1.0.1 |
| 1854 | 2023-12-07T04:43:44.769Z | Compiling crc v3.0.1 |
| 1855 | 2023-12-07T04:43:45.875Z | Compiling slog-envlogger v2.2.0 |
| 1856 | 2023-12-07T04:43:46.843Z | Compiling pkcs8 v0.10.2 |
| 1857 | 2023-12-07T04:43:48.105Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1858 | 2023-12-07T04:43:48.240Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1859 | 2023-12-07T04:43:49.418Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1860 | 2023-12-07T04:43:49.795Z | Compiling packed_struct_codegen v0.10.1 |
| 1861 | 2023-12-07T04:43:50.490Z | Compiling dirs-sys-next v0.1.2 |
| 1862 | 2023-12-07T04:43:51.383Z | Compiling platforms v3.0.2 |
| 1863 | 2023-12-07T04:43:51.638Z | Compiling glob v0.3.1 |
| 1864 | 2023-12-07T04:44:11.507Z | Compiling crunchy v0.2.2 |
| 1865 | 2023-12-07T04:44:12.855Z | Compiling nodrop v0.1.14 |
| 1866 | 2023-12-07T04:44:12.855Z | Compiling array-init v0.0.4 |
| 1867 | 2023-12-07T04:44:12.856Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1868 | 2023-12-07T04:44:12.856Z | Compiling clang-sys v1.6.1 |
| 1869 | 2023-12-07T04:44:12.856Z | Compiling dirs-next v2.0.0 |
| 1870 | 2023-12-07T04:44:12.856Z | Compiling parking_lot v0.11.2 |
| 1871 | 2023-12-07T04:44:12.856Z | Compiling pkcs1 v0.7.5 |
| 1872 | 2023-12-07T04:44:12.856Z | Compiling smallvec v0.6.14 |
| 1873 | 2023-12-07T04:44:12.856Z | Compiling steno v0.4.0 |
| 1874 | 2023-12-07T04:44:12.856Z | Compiling mime_guess v2.0.4 |
| 1875 | 2023-12-07T04:44:12.856Z | Compiling trust-dns-client v0.22.0 |
| 1876 | 2023-12-07T04:44:12.857Z | Compiling termcolor v1.2.0 |
| 1877 | 2023-12-07T04:44:12.857Z | Compiling bitfield v0.14.0 |
| 1878 | 2023-12-07T04:44:12.857Z | Compiling prettyplease v0.2.12 |
| 1879 | 2023-12-07T04:44:12.857Z | Compiling tiny-keccak v2.0.2 |
| 1880 | 2023-12-07T04:44:12.857Z | Compiling trust-dns-server v0.22.1 |
| 1881 | 2023-12-07T04:44:14.657Z | Compiling rsa v0.9.2 |
| 1882 | 2023-12-07T04:44:23.190Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1883 | 2023-12-07T04:44:23.522Z | Compiling env_logger v0.10.0 |
| 1884 | 2023-12-07T04:44:24.993Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1885 | 2023-12-07T04:44:25.953Z | Compiling serde-hex v0.1.0 |
| 1886 | 2023-12-07T04:44:30.010Z | Compiling sled v0.34.7 |
| 1887 | 2023-12-07T04:44:35.301Z | Compiling term v0.7.0 |
| 1888 | 2023-12-07T04:44:38.606Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1889 | 2023-12-07T04:44:44.414Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1890 | 2023-12-07T04:44:44.950Z | Compiling x509-cert v0.2.4 |
| 1891 | 2023-12-07T04:44:48.335Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1892 | 2023-12-07T04:45:07.855Z | Compiling darling_core v0.14.4 |
| 1893 | 2023-12-07T04:45:09.621Z | Compiling itertools v0.12.0 |
| 1894 | 2023-12-07T04:45:15.740Z | Compiling ron v0.8.1 |
| 1895 | 2023-12-07T04:45:16.676Z | Compiling crc-any v2.4.3 |
| 1896 | 2023-12-07T04:45:18.303Z | Compiling pretty-hex v0.4.0 |
| 1897 | 2023-12-07T04:45:18.726Z | Compiling buf-list v1.0.3 |
| 1898 | 2023-12-07T04:45:19.561Z | Compiling minimal-lexical v0.2.1 |
| 1899 | 2023-12-07T04:45:19.677Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1900 | 2023-12-07T04:45:20.362Z | Compiling nom v7.1.3 |
| 1901 | 2023-12-07T04:45:23.163Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1902 | 2023-12-07T04:45:26.096Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1903 | 2023-12-07T04:45:26.467Z | Compiling darling_macro v0.14.4 |
| 1904 | 2023-12-07T04:45:27.926Z | Compiling curve25519-dalek v4.1.0 |
| 1905 | 2023-12-07T04:45:28.051Z | Compiling ascii-canvas v3.0.0 |
| 1906 | 2023-12-07T04:45:28.802Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1907 | 2023-12-07T04:45:30.813Z | Compiling object v0.30.4 |
| 1908 | 2023-12-07T04:45:31.601Z | Compiling is-terminal v0.4.9 |
| 1909 | 2023-12-07T04:45:31.664Z | Compiling ff v0.13.0 |
| 1910 | 2023-12-07T04:45:31.785Z | Compiling kstat-rs v0.2.3 |
| 1911 | 2023-12-07T04:45:32.071Z | Compiling libsw v3.3.0 |
| 1912 | 2023-12-07T04:45:32.577Z | Compiling ena v0.14.2 |
| 1913 | 2023-12-07T04:45:33.249Z | Compiling derive-where v1.2.6 |
| 1914 | 2023-12-07T04:45:33.802Z | Compiling libloading v0.7.4 |
| 1915 | 2023-12-07T04:45:34.333Z | Compiling owo-colors v3.5.0 |
| 1916 | 2023-12-07T04:45:37.436Z | Compiling regex-syntax v0.6.29 |
| 1917 | 2023-12-07T04:45:38.656Z | Compiling bindgen v0.65.1 |
| 1918 | 2023-12-07T04:45:39.304Z | Compiling diff v0.1.13 |
| 1919 | 2023-12-07T04:45:39.786Z | Compiling path-slash v0.1.5 |
| 1920 | 2023-12-07T04:45:40.093Z | Compiling linear-map v1.2.0 |
| 1921 | 2023-12-07T04:45:40.721Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1922 | 2023-12-07T04:45:46.756Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 1923 | 2023-12-07T04:45:50.310Z | Compiling lalrpop v0.19.12 |
| 1924 | 2023-12-07T04:45:57.278Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1925 | 2023-12-07T04:45:57.397Z | Compiling group v0.13.0 |
| 1926 | 2023-12-07T04:45:57.559Z | Compiling darling v0.14.4 |
| 1927 | 2023-12-07T04:45:57.716Z | Compiling cexpr v0.6.0 |
| 1928 | 2023-12-07T04:46:01.127Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1929 | 2023-12-07T04:46:01.628Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1930 | 2023-12-07T04:46:03.188Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 1931 | 2023-12-07T04:46:05.573Z | Compiling which v4.4.0 |
| 1932 | 2023-12-07T04:46:06.384Z | Compiling universal-hash v0.5.1 |
| 1933 | 2023-12-07T04:46:06.427Z | Compiling crypto-bigint v0.5.2 |
| 1934 | 2023-12-07T04:46:06.717Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1935 | 2023-12-07T04:46:07.109Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1936 | 2023-12-07T04:46:08.907Z | Compiling memoffset v0.7.1 |
| 1937 | 2023-12-07T04:46:09.374Z | Compiling lazycell v1.3.0 |
| 1938 | 2023-12-07T04:46:09.621Z | Compiling rustc-hash v1.1.0 |
| 1939 | 2023-12-07T04:46:09.834Z | Compiling display-error-chain v0.2.0 |
| 1940 | 2023-12-07T04:46:10.099Z | Compiling peeking_take_while v0.1.2 |
| 1941 | 2023-12-07T04:46:10.283Z | Compiling opaque-debug v0.3.0 |
| 1942 | 2023-12-07T04:46:10.421Z | Compiling shlex v1.1.0 |
| 1943 | 2023-12-07T04:46:10.692Z | Compiling base16ct v0.2.0 |
| 1944 | 2023-12-07T04:46:11.243Z | Compiling elliptic-curve v0.13.5 |
| 1945 | 2023-12-07T04:46:11.601Z | Compiling thiserror-no-std v2.0.2 |
| 1946 | 2023-12-07T04:46:11.765Z | Compiling poly1305 v0.8.0 |
| 1947 | 2023-12-07T04:46:11.959Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1948 | 2023-12-07T04:46:13.460Z | Compiling derive_builder_core v0.12.0 |
| 1949 | 2023-12-07T04:46:17.235Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1950 | 2023-12-07T04:46:32.164Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1951 | 2023-12-07T04:46:32.164Z | Compiling chacha20 v0.9.1 |
| 1952 | 2023-12-07T04:46:32.165Z | Compiling globset v0.4.13 |
| 1953 | 2023-12-07T04:46:32.165Z | Compiling pem v3.0.2 |
| 1954 | 2023-12-07T04:46:32.165Z | Compiling olpc-cjson v0.1.3 |
| 1955 | 2023-12-07T04:46:32.165Z | Compiling aead v0.5.2 |
| 1956 | 2023-12-07T04:46:32.351Z | Compiling bcs v0.1.6 |
| 1957 | 2023-12-07T04:46:32.351Z | Compiling libxml v0.3.3 |
| 1958 | 2023-12-07T04:46:32.352Z | Compiling serde_plain v1.0.2 |
| 1959 | 2023-12-07T04:46:32.352Z | Compiling async-recursion v1.0.5 |
| 1960 | 2023-12-07T04:46:32.352Z | Compiling highway v1.1.0 |
| 1961 | 2023-12-07T04:46:32.452Z | Compiling typed-path v0.6.0 |
| 1962 | 2023-12-07T04:46:33.603Z | Compiling ref-cast v1.0.20 |
| 1963 | 2023-12-07T04:46:33.704Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 1964 | 2023-12-07T04:46:34.363Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1965 | 2023-12-07T04:46:34.834Z | Compiling chacha20poly1305 v0.10.1 |
| 1966 | 2023-12-07T04:46:35.192Z | Compiling derive_builder_macro v0.12.0 |
| 1967 | 2023-12-07T04:46:36.115Z | Compiling vsss-rs v3.3.1 |
| 1968 | 2023-12-07T04:46:36.440Z | Compiling tough v0.15.0 |
| 1969 | 2023-12-07T04:46:38.664Z | Compiling polar-core v0.27.0 |
| 1970 | 2023-12-07T04:46:40.736Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1971 | 2023-12-07T04:46:44.442Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1972 | 2023-12-07T04:46:44.461Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1973 | 2023-12-07T04:46:44.883Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1974 | 2023-12-07T04:46:47.901Z | Compiling strum_macros v0.24.3 |
| 1975 | 2023-12-07T04:46:48.344Z | Compiling ref-cast-impl v1.0.20 |
| 1976 | 2023-12-07T04:46:50.146Z | Compiling cookie v0.18.0 |
| 1977 | 2023-12-07T04:46:50.419Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1978 | 2023-12-07T04:46:50.593Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 1979 | 2023-12-07T04:46:50.856Z | Compiling signature v1.6.4 |
| 1980 | 2023-12-07T04:46:51.048Z | Compiling http-range v0.1.5 |
| 1981 | 2023-12-07T04:46:51.092Z | Compiling salty v0.2.0 |
| 1982 | 2023-12-07T04:46:51.689Z | Compiling indoc v1.0.9 |
| 1983 | 2023-12-07T04:46:52.070Z | Compiling hyper-staticfile v0.9.5 |
| 1984 | 2023-12-07T04:46:53.275Z | Compiling ed25519 v1.5.3 |
| 1985 | 2023-12-07T04:46:53.841Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
| 1986 | 2023-12-07T04:46:57.647Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 1987 | 2023-12-07T04:46:59.960Z | Compiling derive_builder v0.12.0 |
| 1988 | 2023-12-07T04:47:10.991Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1989 | 2023-12-07T04:47:17.840Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1990 | 2023-12-07T04:47:18.386Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1991 | 2023-12-07T04:47:19.212Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1992 | 2023-12-07T04:47:22.664Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1993 | 2023-12-07T04:47:22.832Z | Compiling headers-core v0.2.0 |
| 1994 | 2023-12-07T04:47:23.078Z | Compiling bb8 v0.8.1 |
| 1995 | 2023-12-07T04:47:23.341Z | Compiling quick-xml v0.23.1 |
| 1996 | 2023-12-07T04:47:24.014Z | Compiling serde-big-array v0.5.1 |
| 1997 | 2023-12-07T04:47:24.380Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1998 | 2023-12-07T04:47:27.707Z | Compiling oso-derive v0.27.0 |
| 1999 | 2023-12-07T04:47:27.756Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2000 | 2023-12-07T04:47:29.078Z | Compiling fs-err v2.11.0 |
| 2001 | 2023-12-07T04:47:29.223Z | Compiling maplit v1.0.2 |
| 2002 | 2023-12-07T04:47:29.398Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2003 | 2023-12-07T04:47:40.851Z | Compiling oso v0.27.0 |
| 2004 | 2023-12-07T04:47:41.397Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2005 | 2023-12-07T04:47:42.654Z | Compiling headers v0.3.9 |
| 2006 | 2023-12-07T04:47:44.102Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2007 | 2023-12-07T04:47:49.782Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2008 | 2023-12-07T04:48:05.500Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2009 | 2023-12-07T04:48:05.765Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2010 | 2023-12-07T04:48:06.187Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2011 | 2023-12-07T04:48:08.380Z | Compiling signal-hook-tokio v0.3.1 |
| 2012 | 2023-12-07T04:48:08.679Z | Compiling serde-big-array v0.4.1 |
| 2013 | 2023-12-07T04:48:08.963Z | Compiling cassowary v0.3.0 |
| 2014 | 2023-12-07T04:48:09.796Z | Compiling indoc v2.0.3 |
| 2015 | 2023-12-07T04:48:11.361Z | Compiling ratatui v0.23.0 |
| 2016 | 2023-12-07T04:48:13.684Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2017 | 2023-12-07T04:48:16.068Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2018 | 2023-12-07T04:48:18.719Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2019 | 2023-12-07T04:48:41.765Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2020 | 2023-12-07T04:48:41.765Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
| 2021 | 2023-12-07T04:48:41.765Z | Compiling fatfs v0.3.6 |
| 2022 | 2023-12-07T04:48:42.130Z | Compiling bytesize v1.3.0 |
| 2023 | 2023-12-07T04:48:43.059Z | Compiling nanorand v0.7.0 |
| 2024 | 2023-12-07T04:48:43.085Z | Compiling rtoolbox v0.0.1 |
| 2025 | 2023-12-07T04:48:43.784Z | Compiling unicode-linebreak v0.1.5 |
| 2026 | 2023-12-07T04:48:43.808Z | Compiling is_ci v1.1.1 |
| 2027 | 2023-12-07T04:48:44.234Z | Compiling assert_matches v1.5.0 |
| 2028 | 2023-12-07T04:48:44.382Z | Compiling corncobs v0.1.3 |
| 2029 | 2023-12-07T04:48:44.750Z | Compiling smawk v0.3.1 |
| 2030 | 2023-12-07T04:48:45.043Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2031 | 2023-12-07T04:48:45.106Z | Compiling textwrap v0.16.0 |
| 2032 | 2023-12-07T04:48:46.359Z | Compiling supports-color v2.1.0 |
| 2033 | 2023-12-07T04:48:47.499Z | Compiling rpassword v7.3.1 |
| 2034 | 2023-12-07T04:48:48.190Z | Compiling flume v0.11.0 |
| 2035 | 2023-12-07T04:48:49.493Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2036 | 2023-12-07T04:48:50.511Z | Compiling tui-tree-widget v0.13.0 |
| 2037 | 2023-12-07T04:48:51.497Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2038 | 2023-12-07T04:48:54.025Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2039 | 2023-12-07T04:48:58.817Z | Compiling shell-words v1.1.0 |
| 2040 | 2023-12-07T04:48:59.517Z | Compiling humantime v2.1.0 |
| 2041 | 2023-12-07T04:49:29.582Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2042 | 2023-12-07T04:49:33.910Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2043 | 2023-12-07T04:51:06.767Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2044 | 2023-12-07T04:53:03.935Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2045 | 2023-12-07T05:01:38.615Z | Finished release [optimized] target(s) in 18m 21s |
| 2046 | 2023-12-07T05:03:17.280Z | |
| 2047 | 2023-12-07T05:03:17.290Z | real 20:01.900067533 |
| 2048 | 2023-12-07T05:03:17.290Z | user 2:17:12.208986801 |
| 2049 | 2023-12-07T05:03:17.290Z | sys 5:00.596048651 |
| 2050 | 2023-12-07T05:03:17.290Z | trap 4.823935261 |
| 2051 | 2023-12-07T05:03:17.290Z | tflt 0.970733373 |
| 2052 | 2023-12-07T05:03:17.290Z | dflt 1.564807707 |
| 2053 | 2023-12-07T05:03:17.291Z | kflt 0.003779640 |
| 2054 | 2023-12-07T05:03:17.291Z | lock 8:01:53.370200161 |
| 2055 | 2023-12-07T05:03:17.291Z | slp 5:17:11.856567396 |
| 2056 | 2023-12-07T05:03:17.291Z | lat 2:28.930635418 |
| 2057 | 2023-12-07T05:03:17.291Z | stop 40.631002103 |
| 2058 | 2023-12-07T05:03:17.291Z | + 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/*) |
| 2059 | 2023-12-07T05:03:17.291Z | + pfexec mkdir -p /work |
| 2060 | 2023-12-07T05:03:17.291Z | + pfexec chown build /work |
| 2061 | 2023-12-07T05:03:17.302Z | + 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 |
| 2062 | 2023-12-07T05:03:30.363Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2063 | 2023-12-07T05:03:30.363Z | a out/mg-ddm-gz.tar 61253K |
| 2064 | 2023-12-07T05:03:30.363Z | a out/omicron-sled-agent.tar 108502K |
| 2065 | 2023-12-07T05:03:30.363Z | a out/target/test 1K |
| 2066 | 2023-12-07T05:03:30.364Z | a out/npuzone/npuzone 36505K |
| 2067 | 2023-12-07T05:03:30.364Z | a package-manifest.toml 22K |
| 2068 | 2023-12-07T05:03:30.364Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2069 | 2023-12-07T05:03:30.364Z | a target/release/omicron-package 41585K |
| 2070 | 2023-12-07T05:03:30.364Z | a tools/create_virtual_hardware.sh 4K |
| 2071 | 2023-12-07T05:03:30.364Z | a tools/virtual_hardware.sh 4K |
| 2072 | 2023-12-07T05:03:30.364Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
| 2073 | 2023-12-07T05:03:30.365Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
| 2074 | 2023-12-07T05:03:30.365Z | a tools/scrimlet/softnpu-init.sh 3K |
| 2075 | 2023-12-07T05:03:30.365Z | a tools/scrimlet/softnpu-zone.txt 1K |
| 2076 | 2023-12-07T05:03:30.365Z | a tools/scrimlet/softnpu.toml 1K |
| 2077 | 2023-12-07T05:03:30.371Z | |
| 2078 | 2023-12-07T05:03:30.371Z | real 13.067477429 |
| 2079 | 2023-12-07T05:03:30.371Z | user 12.495528805 |
| 2080 | 2023-12-07T05:03:30.371Z | sys 1.027889660 |
| 2081 | 2023-12-07T05:03:30.371Z | trap 0.003005504 |
| 2082 | 2023-12-07T05:03:30.372Z | tflt 0.000000000 |
| 2083 | 2023-12-07T05:03:30.372Z | dflt 0.000000000 |
| 2084 | 2023-12-07T05:03:30.374Z | kflt 0.000000000 |
| 2085 | 2023-12-07T05:03:30.374Z | lock 0.000000000 |
| 2086 | 2023-12-07T05:03:30.374Z | slp 12.226734176 |
| 2087 | 2023-12-07T05:03:30.374Z | lat 0.378247066 |
| 2088 | 2023-12-07T05:03:30.375Z | stop 0.000227403 |
| 2089 | 2023-12-07T05:03:30.375Z | ++ pwd |
| 2090 | 2023-12-07T05:03:30.375Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2091 | 2023-12-07T05:03:30.375Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
| 2092 | 2023-12-07T05:03:30.375Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2093 | 2023-12-07T05:03:31.459Z | Finished release [optimized] target(s) in 1.00s |
| 2094 | 2023-12-07T05:03:31.505Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2095 | 2023-12-07T05:03:31.533Z | Created new build target 'host' and set it as active |
| 2096 | 2023-12-07T05:03:31.553Z | |
| 2097 | 2023-12-07T05:03:31.554Z | real 1.164506833 |
| 2098 | 2023-12-07T05:03:31.554Z | user 0.823312304 |
| 2099 | 2023-12-07T05:03:31.554Z | sys 0.342171114 |
| 2100 | 2023-12-07T05:03:31.554Z | trap 0.000119636 |
| 2101 | 2023-12-07T05:03:31.555Z | tflt 0.000025281 |
| 2102 | 2023-12-07T05:03:31.555Z | dflt 0.000035989 |
| 2103 | 2023-12-07T05:03:31.555Z | kflt 0.000000000 |
| 2104 | 2023-12-07T05:03:31.555Z | lock 0.033619929 |
| 2105 | 2023-12-07T05:03:31.555Z | slp 0.022448749 |
| 2106 | 2023-12-07T05:03:31.555Z | lat 0.001757261 |
| 2107 | 2023-12-07T05:03:31.555Z | stop 0.000223545 |
| 2108 | 2023-12-07T05:03:31.555Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2109 | 2023-12-07T05:03:33.106Z | Finished release [optimized] target(s) in 1.00s |
| 2110 | 2023-12-07T05:03:33.106Z | Running `target/release/omicron-package -t host package` |
| 2111 | 2023-12-07T05:03:33.106Z | Dec 07 05:03:32.703 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2112 | 2023-12-07T05:03:33.841Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2113 | 2023-12-07T05:07:06.023Z | Finished release [optimized] target(s) in 3m 33s |
| 2114 | 2023-12-07T05:08:54.747Z | |
| 2115 | 2023-12-07T05:08:54.758Z | real 5:23.228469795 |
| 2116 | 2023-12-07T05:08:54.758Z | user 21:13.601886408 |
| 2117 | 2023-12-07T05:08:54.759Z | sys 58.697730607 |
| 2118 | 2023-12-07T05:08:54.759Z | trap 0.646453652 |
| 2119 | 2023-12-07T05:08:54.759Z | tflt 0.020807975 |
| 2120 | 2023-12-07T05:08:54.759Z | dflt 1.305675072 |
| 2121 | 2023-12-07T05:08:54.759Z | kflt 0.024787540 |
| 2122 | 2023-12-07T05:08:54.759Z | lock 1:16:30.178071055 |
| 2123 | 2023-12-07T05:08:54.759Z | slp 19:58.936679843 |
| 2124 | 2023-12-07T05:08:54.760Z | lat 12.282036598 |
| 2125 | 2023-12-07T05:08:54.762Z | stop 0.740763138 |
| 2126 | 2023-12-07T05:08:54.762Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
| 2127 | 2023-12-07T05:08:54.762Z | + for package in "$@" |
| 2128 | 2023-12-07T05:08:54.762Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
| 2129 | 2023-12-07T05:08:54.762Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git40e77a4c4fc |
| 2130 | 2023-12-07T05:08:55.827Z | Finished release [optimized] target(s) in 1.00s |
| 2131 | 2023-12-07T05:08:55.865Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git40e77a4c4fc` |
| 2132 | 2023-12-07T05:08:55.909Z | Dec 07 05:08:55.903 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2133 | 2023-12-07T05:08:56.424Z | Created: out/versioned/omicron-sled-agent.tar |
| 2134 | 2023-12-07T05:08:56.434Z | + for package in "$@" |
| 2135 | 2023-12-07T05:08:56.434Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2136 | 2023-12-07T05:08:56.434Z | + echo 0.0.0 |
| 2137 | 2023-12-07T05:08:56.434Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2138 | 2023-12-07T05:08:56.868Z | a VERSION 1K |
| 2139 | 2023-12-07T05:08:56.868Z | + rm VERSION |
| 2140 | 2023-12-07T05:08:56.868Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git40e77a4c4fc |
| 2141 | 2023-12-07T05:08:57.569Z | Finished release [optimized] target(s) in 1.04s |
| 2142 | 2023-12-07T05:08:57.608Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git40e77a4c4fc` |
| 2143 | 2023-12-07T05:08:57.642Z | Dec 07 05:08:57.635 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2144 | 2023-12-07T05:08:57.909Z | Created: out/versioned/mg-ddm-gz.tar |
| 2145 | 2023-12-07T05:08:57.915Z | + for package in "$@" |
| 2146 | 2023-12-07T05:08:57.915Z | + [[ propolis-server == mg-ddm-gz ]] |
| 2147 | 2023-12-07T05:08:57.915Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git40e77a4c4fc |
| 2148 | 2023-12-07T05:08:58.969Z | Finished release [optimized] target(s) in 0.97s |
| 2149 | 2023-12-07T05:08:59.000Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git40e77a4c4fc` |
| 2150 | 2023-12-07T05:08:59.041Z | Dec 07 05:08:59.040 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2151 | 2023-12-07T05:09:00.863Z | Created: out/versioned/propolis-server.tar.gz |
| 2152 | 2023-12-07T05:09:00.868Z | + for package in "$@" |
| 2153 | 2023-12-07T05:09:00.868Z | + [[ overlay == mg-ddm-gz ]] |
| 2154 | 2023-12-07T05:09:00.869Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git40e77a4c4fc |
| 2155 | 2023-12-07T05:09:01.997Z | Finished release [optimized] target(s) in 1.04s |
| 2156 | 2023-12-07T05:09:02.077Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git40e77a4c4fc` |
| 2157 | 2023-12-07T05:09:02.084Z | Dec 07 05:09:02.071 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2158 | 2023-12-07T05:09:02.084Z | Created: out/versioned/overlay.tar.gz |
| 2159 | 2023-12-07T05:09:02.085Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2160 | 2023-12-07T05:09:02.092Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2161 | 2023-12-07T05:09:02.097Z | ++ cd -- ./tools |
| 2162 | 2023-12-07T05:09:02.098Z | ++ pwd |
| 2163 | 2023-12-07T05:09:02.098Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2164 | 2023-12-07T05:09:02.098Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2165 | 2023-12-07T05:09:02.105Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2166 | 2023-12-07T05:09:02.106Z | ++ readlink -f /work |
| 2167 | 2023-12-07T05:09:02.113Z | + out_dir=/work |
| 2168 | 2023-12-07T05:09:02.114Z | + 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") |
| 2169 | 2023-12-07T05:09:02.114Z | + for dep in "${deps[@]}" |
| 2170 | 2023-12-07T05:09:02.114Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2171 | 2023-12-07T05:09:02.114Z | + for dep in "${deps[@]}" |
| 2172 | 2023-12-07T05:09:02.114Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2173 | 2023-12-07T05:09:02.114Z | + for dep in "${deps[@]}" |
| 2174 | 2023-12-07T05:09:02.114Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2175 | 2023-12-07T05:09:02.115Z | + for dep in "${deps[@]}" |
| 2176 | 2023-12-07T05:09:02.115Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2177 | 2023-12-07T05:09:02.115Z | ++ mktemp -d |
| 2178 | 2023-12-07T05:09:02.115Z | + tmp_gz=/tmp/tmp.Aya4uh |
| 2179 | 2023-12-07T05:09:02.117Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2180 | 2023-12-07T05:09:02.119Z | + echo '{"v":"1","t":"layer"}' |
| 2181 | 2023-12-07T05:09:02.119Z | + pkg_dir=/tmp/tmp.Aya4uh/root/opt/oxide/sled-agent |
| 2182 | 2023-12-07T05:09:02.119Z | + mkdir -p /tmp/tmp.Aya4uh/root/opt/oxide/sled-agent |
| 2183 | 2023-12-07T05:09:02.119Z | + cd /tmp/tmp.Aya4uh/root/opt/oxide/sled-agent |
| 2184 | 2023-12-07T05:09:02.120Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2185 | 2023-12-07T05:09:02.238Z | x ., 0 bytes, 0 tape blocks |
| 2186 | 2023-12-07T05:09:02.239Z | x zone-bundle, 39131104 bytes, 76428 tape blocks |
| 2187 | 2023-12-07T05:09:02.240Z | x sled-agent, 71955704 bytes, 140539 tape blocks |
| 2188 | 2023-12-07T05:09:02.240Z | x pkg, 0 bytes, 0 tape blocks |
| 2189 | 2023-12-07T05:09:02.240Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
| 2190 | 2023-12-07T05:09:02.240Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2191 | 2023-12-07T05:09:02.240Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2192 | 2023-12-07T05:09:02.240Z | x VERSION, 25 bytes, 1 tape blocks |
| 2193 | 2023-12-07T05:09:02.246Z | + mkdir -p /tmp/tmp.Aya4uh/root/lib/svc/manifest/site/ |
| 2194 | 2023-12-07T05:09:02.246Z | + mv pkg/manifest.xml /tmp/tmp.Aya4uh/root/lib/svc/manifest/site/sled-agent.xml |
| 2195 | 2023-12-07T05:09:02.246Z | + cd - |
| 2196 | 2023-12-07T05:09:02.246Z | /work/oxidecomputer/omicron |
| 2197 | 2023-12-07T05:09:02.246Z | + pkg_dir=/tmp/tmp.Aya4uh/root/opt/oxide/mg-ddm |
| 2198 | 2023-12-07T05:09:02.246Z | + mkdir -p /tmp/tmp.Aya4uh/root/opt/oxide/mg-ddm |
| 2199 | 2023-12-07T05:09:02.247Z | + cd /tmp/tmp.Aya4uh/root/opt/oxide/mg-ddm |
| 2200 | 2023-12-07T05:09:02.247Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2201 | 2023-12-07T05:09:02.325Z | x ., 0 bytes, 0 tape blocks |
| 2202 | 2023-12-07T05:09:02.326Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2203 | 2023-12-07T05:09:02.326Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2204 | 2023-12-07T05:09:02.329Z | x pkg, 0 bytes, 0 tape blocks |
| 2205 | 2023-12-07T05:09:02.330Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2206 | 2023-12-07T05:09:02.330Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2207 | 2023-12-07T05:09:02.330Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2208 | 2023-12-07T05:09:02.330Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2209 | 2023-12-07T05:09:02.330Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2210 | 2023-12-07T05:09:02.331Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2211 | 2023-12-07T05:09:02.331Z | x VERSION, 25 bytes, 1 tape blocks |
| 2212 | 2023-12-07T05:09:02.350Z | + cd - |
| 2213 | 2023-12-07T05:09:02.351Z | /work/oxidecomputer/omicron |
| 2214 | 2023-12-07T05:09:02.351Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Aya4uh/root/opt/oxide |
| 2215 | 2023-12-07T05:09:02.438Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Aya4uh/root/opt/oxide |
| 2216 | 2023-12-07T05:09:02.444Z | + cd /tmp/tmp.Aya4uh |
| 2217 | 2023-12-07T05:09:02.444Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2218 | 2023-12-07T05:09:13.912Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2219 | 2023-12-07T05:09:13.912Z | a oxide.json 1K |
| 2220 | 2023-12-07T05:09:13.912Z | a root/ 0K |
| 2221 | 2023-12-07T05:09:13.912Z | a root/opt/ 0K |
| 2222 | 2023-12-07T05:09:13.912Z | a root/opt/oxide/ 0K |
| 2223 | 2023-12-07T05:09:13.912Z | a root/opt/oxide/sled-agent/ 0K |
| 2224 | 2023-12-07T05:09:13.913Z | a root/opt/oxide/sled-agent/zone-bundle 38214K |
| 2225 | 2023-12-07T05:09:13.913Z | a root/opt/oxide/sled-agent/sled-agent 70270K |
| 2226 | 2023-12-07T05:09:13.918Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2227 | 2023-12-07T05:09:13.918Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2228 | 2023-12-07T05:09:13.919Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2229 | 2023-12-07T05:09:13.919Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2230 | 2023-12-07T05:09:13.920Z | a root/opt/oxide/mg-ddm/ 0K |
| 2231 | 2023-12-07T05:09:13.920Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2232 | 2023-12-07T05:09:13.920Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2233 | 2023-12-07T05:09:13.921Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2234 | 2023-12-07T05:09:13.921Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2235 | 2023-12-07T05:09:13.921Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2236 | 2023-12-07T05:09:13.921Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2237 | 2023-12-07T05:09:13.921Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2238 | 2023-12-07T05:09:13.921Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2239 | 2023-12-07T05:09:13.922Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2240 | 2023-12-07T05:09:13.922Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2241 | 2023-12-07T05:09:13.922Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
| 2242 | 2023-12-07T05:09:13.922Z | a root/opt/oxide/overlay.tar.gz 2K |
| 2243 | 2023-12-07T05:09:13.922Z | a root/lib/ 0K |
| 2244 | 2023-12-07T05:09:13.923Z | a root/lib/svc/ 0K |
| 2245 | 2023-12-07T05:09:13.923Z | a root/lib/svc/manifest/ 0K |
| 2246 | 2023-12-07T05:09:13.923Z | a root/lib/svc/manifest/site/ 0K |
| 2247 | 2023-12-07T05:09:13.923Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2248 | 2023-12-07T05:09:13.935Z | + cd / |
| 2249 | 2023-12-07T05:09:13.935Z | + rm -rf /tmp/tmp.Aya4uh |
| 2250 | 2023-12-07T05:09:13.946Z | |
| 2251 | 2023-12-07T05:09:13.947Z | real 11.859405213 |
| 2252 | 2023-12-07T05:09:13.947Z | user 10.960753185 |
| 2253 | 2023-12-07T05:09:13.947Z | sys 0.957696983 |
| 2254 | 2023-12-07T05:09:13.947Z | trap 0.003024358 |
| 2255 | 2023-12-07T05:09:13.947Z | tflt 0.000000000 |
| 2256 | 2023-12-07T05:09:13.947Z | dflt 0.000000000 |
| 2257 | 2023-12-07T05:09:13.947Z | kflt 0.000000000 |
| 2258 | 2023-12-07T05:09:13.948Z | lock 0.000000000 |
| 2259 | 2023-12-07T05:09:13.948Z | slp 22.881003649 |
| 2260 | 2023-12-07T05:09:13.948Z | lat 0.352023805 |
| 2261 | 2023-12-07T05:09:13.948Z | stop 0.000547567 |
| 2262 | 2023-12-07T05:09:13.958Z | + mkdir -p /work/zones |
| 2263 | 2023-12-07T05:09:13.959Z | + 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) |
| 2264 | 2023-12-07T05:09:13.959Z | + 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/ |
| 2265 | 2023-12-07T05:09:17.662Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2266 | 2023-12-07T05:09:18.813Z | Finished release [optimized] target(s) in 1.05s |
| 2267 | 2023-12-07T05:09:18.838Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2268 | 2023-12-07T05:09:18.876Z | Created new build target 'recovery' and set it as active |
| 2269 | 2023-12-07T05:09:18.886Z | |
| 2270 | 2023-12-07T05:09:18.886Z | real 1.213063906 |
| 2271 | 2023-12-07T05:09:18.886Z | user 0.859380955 |
| 2272 | 2023-12-07T05:09:18.887Z | sys 0.352279317 |
| 2273 | 2023-12-07T05:09:18.887Z | trap 0.000742484 |
| 2274 | 2023-12-07T05:09:18.887Z | tflt 0.000010831 |
| 2275 | 2023-12-07T05:09:18.888Z | dflt 0.000005831 |
| 2276 | 2023-12-07T05:09:18.888Z | kflt 0.000000000 |
| 2277 | 2023-12-07T05:09:18.888Z | lock 0.035586399 |
| 2278 | 2023-12-07T05:09:18.888Z | slp 0.022659369 |
| 2279 | 2023-12-07T05:09:18.889Z | lat 0.003489906 |
| 2280 | 2023-12-07T05:09:18.889Z | stop 0.000211507 |
| 2281 | 2023-12-07T05:09:18.889Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2282 | 2023-12-07T05:09:20.009Z | Finished release [optimized] target(s) in 1.04s |
| 2283 | 2023-12-07T05:09:20.046Z | Running `target/release/omicron-package -t recovery package` |
| 2284 | 2023-12-07T05:09:20.082Z | Dec 07 05:09:20.080 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2285 | 2023-12-07T05:09:21.064Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2286 | 2023-12-07T05:09:24.874Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2287 | 2023-12-07T05:09:56.071Z | Finished release [optimized] target(s) in 35.89s |
| 2288 | 2023-12-07T05:10:16.468Z | |
| 2289 | 2023-12-07T05:10:16.469Z | real 52.091803299 |
| 2290 | 2023-12-07T05:10:16.469Z | user 2:29.769924289 |
| 2291 | 2023-12-07T05:10:16.470Z | sys 12.543106904 |
| 2292 | 2023-12-07T05:10:16.470Z | trap 0.082976027 |
| 2293 | 2023-12-07T05:10:16.470Z | tflt 0.047478272 |
| 2294 | 2023-12-07T05:10:16.470Z | dflt 0.811758571 |
| 2295 | 2023-12-07T05:10:16.470Z | kflt 0.000000000 |
| 2296 | 2023-12-07T05:10:16.471Z | lock 11:22.497206114 |
| 2297 | 2023-12-07T05:10:16.471Z | slp 2:31.494844640 |
| 2298 | 2023-12-07T05:10:16.471Z | lat 1.700127938 |
| 2299 | 2023-12-07T05:10:16.471Z | stop 0.178887183 |
| 2300 | 2023-12-07T05:10:16.471Z | + stamp_packages installinator mg-ddm-gz |
| 2301 | 2023-12-07T05:10:16.472Z | + for package in "$@" |
| 2302 | 2023-12-07T05:10:16.472Z | + [[ installinator == mg-ddm-gz ]] |
| 2303 | 2023-12-07T05:10:16.472Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git40e77a4c4fc |
| 2304 | 2023-12-07T05:10:16.597Z | Finished release [optimized] target(s) in 1.01s |
| 2305 | 2023-12-07T05:10:16.598Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git40e77a4c4fc` |
| 2306 | 2023-12-07T05:10:16.599Z | Dec 07 05:10:12.146 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2307 | 2023-12-07T05:10:16.599Z | Created: out/versioned/installinator.tar |
| 2308 | 2023-12-07T05:10:16.599Z | + for package in "$@" |
| 2309 | 2023-12-07T05:10:16.599Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2310 | 2023-12-07T05:10:16.599Z | + echo 0.0.0 |
| 2311 | 2023-12-07T05:10:16.599Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2312 | 2023-12-07T05:10:16.599Z | a VERSION 1K |
| 2313 | 2023-12-07T05:10:16.600Z | + rm VERSION |
| 2314 | 2023-12-07T05:10:16.600Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git40e77a4c4fc |
| 2315 | 2023-12-07T05:10:16.600Z | Finished release [optimized] target(s) in 1.00s |
| 2316 | 2023-12-07T05:10:16.600Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git40e77a4c4fc` |
| 2317 | 2023-12-07T05:10:16.600Z | Dec 07 05:10:13.438 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2318 | 2023-12-07T05:10:16.600Z | Created: out/versioned/mg-ddm-gz.tar |
| 2319 | 2023-12-07T05:10:16.601Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2320 | 2023-12-07T05:10:16.601Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2321 | 2023-12-07T05:10:16.601Z | ++ cd -- ./tools |
| 2322 | 2023-12-07T05:10:16.601Z | ++ pwd |
| 2323 | 2023-12-07T05:10:16.602Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2324 | 2023-12-07T05:10:16.602Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2325 | 2023-12-07T05:10:16.602Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2326 | 2023-12-07T05:10:16.603Z | ++ readlink -f /work |
| 2327 | 2023-12-07T05:10:16.603Z | + out_dir=/work |
| 2328 | 2023-12-07T05:10:16.603Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2329 | 2023-12-07T05:10:16.603Z | + for dep in "${deps[@]}" |
| 2330 | 2023-12-07T05:10:16.603Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2331 | 2023-12-07T05:10:16.603Z | + for dep in "${deps[@]}" |
| 2332 | 2023-12-07T05:10:16.603Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2333 | 2023-12-07T05:10:16.603Z | ++ mktemp -d |
| 2334 | 2023-12-07T05:10:16.604Z | + tmp_trampoline=/tmp/tmp.p2aqzh |
| 2335 | 2023-12-07T05:10:16.604Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2336 | 2023-12-07T05:10:16.604Z | + echo '{"v":"1","t":"layer"}' |
| 2337 | 2023-12-07T05:10:16.604Z | + pkg_dir=/tmp/tmp.p2aqzh/root/opt/oxide/installinator |
| 2338 | 2023-12-07T05:10:16.604Z | + mkdir -p /tmp/tmp.p2aqzh/root/opt/oxide/installinator |
| 2339 | 2023-12-07T05:10:16.604Z | + cd /tmp/tmp.p2aqzh/root/opt/oxide/installinator |
| 2340 | 2023-12-07T05:10:16.604Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2341 | 2023-12-07T05:10:16.604Z | x ., 0 bytes, 0 tape blocks |
| 2342 | 2023-12-07T05:10:16.604Z | x installinator, 52118472 bytes, 101794 tape blocks |
| 2343 | 2023-12-07T05:10:16.604Z | x pkg, 0 bytes, 0 tape blocks |
| 2344 | 2023-12-07T05:10:16.605Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2345 | 2023-12-07T05:10:16.605Z | x VERSION, 25 bytes, 1 tape blocks |
| 2346 | 2023-12-07T05:10:16.605Z | + mkdir -p /tmp/tmp.p2aqzh/root/lib/svc/manifest/site/ |
| 2347 | 2023-12-07T05:10:16.605Z | + mv pkg/manifest.xml /tmp/tmp.p2aqzh/root/lib/svc/manifest/site/installinator.xml |
| 2348 | 2023-12-07T05:10:16.605Z | + cd - |
| 2349 | 2023-12-07T05:10:16.605Z | /work/oxidecomputer/omicron |
| 2350 | 2023-12-07T05:10:16.605Z | + pkg_dir=/tmp/tmp.p2aqzh/root/opt/oxide/mg-ddm |
| 2351 | 2023-12-07T05:10:16.605Z | + mkdir -p /tmp/tmp.p2aqzh/root/opt/oxide/mg-ddm |
| 2352 | 2023-12-07T05:10:16.609Z | + cd /tmp/tmp.p2aqzh/root/opt/oxide/mg-ddm |
| 2353 | 2023-12-07T05:10:16.609Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2354 | 2023-12-07T05:10:16.609Z | x ., 0 bytes, 0 tape blocks |
| 2355 | 2023-12-07T05:10:16.609Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
| 2356 | 2023-12-07T05:10:16.609Z | x ddmd, 29648920 bytes, 57909 tape blocks |
| 2357 | 2023-12-07T05:10:16.609Z | x pkg, 0 bytes, 0 tape blocks |
| 2358 | 2023-12-07T05:10:16.610Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2359 | 2023-12-07T05:10:16.610Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2360 | 2023-12-07T05:10:16.610Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2361 | 2023-12-07T05:10:16.610Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2362 | 2023-12-07T05:10:16.610Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2363 | 2023-12-07T05:10:16.610Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2364 | 2023-12-07T05:10:16.610Z | x VERSION, 25 bytes, 1 tape blocks |
| 2365 | 2023-12-07T05:10:16.610Z | + cd - |
| 2366 | 2023-12-07T05:10:16.610Z | /work/oxidecomputer/omicron |
| 2367 | 2023-12-07T05:10:16.610Z | + cd /tmp/tmp.p2aqzh |
| 2368 | 2023-12-07T05:10:16.610Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2369 | 2023-12-07T05:10:19.798Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2370 | 2023-12-07T05:10:19.798Z | a oxide.json 1K |
| 2371 | 2023-12-07T05:10:19.799Z | a root/ 0K |
| 2372 | 2023-12-07T05:10:19.799Z | a root/opt/ 0K |
| 2373 | 2023-12-07T05:10:19.799Z | a root/opt/oxide/ 0K |
| 2374 | 2023-12-07T05:10:19.799Z | a root/opt/oxide/installinator/ 0K |
| 2375 | 2023-12-07T05:10:19.799Z | a root/opt/oxide/installinator/installinator 50897K |
| 2376 | 2023-12-07T05:10:19.800Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2377 | 2023-12-07T05:10:19.800Z | a root/opt/oxide/installinator/VERSION 1K |
| 2378 | 2023-12-07T05:10:19.800Z | a root/opt/oxide/mg-ddm/ 0K |
| 2379 | 2023-12-07T05:10:19.800Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
| 2380 | 2023-12-07T05:10:19.800Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
| 2381 | 2023-12-07T05:10:19.800Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2382 | 2023-12-07T05:10:19.802Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2383 | 2023-12-07T05:10:19.802Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2384 | 2023-12-07T05:10:19.803Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2385 | 2023-12-07T05:10:19.803Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2386 | 2023-12-07T05:10:19.803Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2387 | 2023-12-07T05:10:19.803Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2388 | 2023-12-07T05:10:19.803Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2389 | 2023-12-07T05:10:19.804Z | a root/lib/ 0K |
| 2390 | 2023-12-07T05:10:19.804Z | a root/lib/svc/ 0K |
| 2391 | 2023-12-07T05:10:19.804Z | a root/lib/svc/manifest/ 0K |
| 2392 | 2023-12-07T05:10:19.804Z | a root/lib/svc/manifest/site/ 0K |
| 2393 | 2023-12-07T05:10:19.805Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2394 | 2023-12-07T05:10:19.827Z | + cd / |
| 2395 | 2023-12-07T05:10:19.827Z | + rm -rf /tmp/tmp.p2aqzh |
| 2396 | 2023-12-07T05:10:19.827Z | |
| 2397 | 2023-12-07T05:10:19.827Z | real 6.192960575 |
| 2398 | 2023-12-07T05:10:19.828Z | user 5.800695539 |
| 2399 | 2023-12-07T05:10:19.828Z | sys 0.422624341 |
| 2400 | 2023-12-07T05:10:19.828Z | trap 0.001940286 |
| 2401 | 2023-12-07T05:10:19.828Z | tflt 0.000000000 |
| 2402 | 2023-12-07T05:10:19.829Z | dflt 0.000000000 |
| 2403 | 2023-12-07T05:10:19.829Z | kflt 0.000000000 |
| 2404 | 2023-12-07T05:10:19.829Z | lock 0.000000000 |
| 2405 | 2023-12-07T05:10:19.829Z | slp 11.985515635 |
| 2406 | 2023-12-07T05:10:19.829Z | lat 0.175165737 |
| 2407 | 2023-12-07T05:10:19.829Z | stop 0.000289089 |
| 2408 | 2023-12-07T05:10:19.830Z | process exited: duration 2256970 ms, exit code 0 |
| |
| 2409 | 2023-12-07T05:10:19.881Z | found 21 output files |
| 2410 | 2023-12-07T05:10:19.881Z | uploading: /work/version.txt (26 bytes) |
| 2411 | 2023-12-07T05:10:20.896Z | uploaded: /work/version.txt |
| 2412 | 2023-12-07T05:10:20.896Z | uploading: /work/package.tar.gz (79649236 bytes) |
| 2413 | 2023-12-07T05:10:51.322Z | uploaded: /work/package.tar.gz |
| 2414 | 2023-12-07T05:10:51.335Z | uploading: /work/global-zone-packages.tar.gz (121124670 bytes) |
| 2415 | 2023-12-07T05:11:33.245Z | uploaded: /work/global-zone-packages.tar.gz |
| 2416 | 2023-12-07T05:11:33.246Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36473154 bytes) |
| 2417 | 2023-12-07T05:11:44.673Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2418 | 2023-12-07T05:11:44.673Z | uploading: /work/zones/clickhouse.tar.gz (181766921 bytes) |
| 2419 | 2023-12-07T05:12:44.892Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2420 | 2023-12-07T05:12:44.893Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181767268 bytes) |
| 2421 | 2023-12-07T05:13:43.053Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2422 | 2023-12-07T05:13:43.053Z | uploading: /work/zones/cockroachdb.tar.gz (118840490 bytes) |
| 2423 | 2023-12-07T05:14:15.703Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2424 | 2023-12-07T05:14:15.704Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
| 2425 | 2023-12-07T05:14:21.516Z | uploaded: /work/zones/crucible-pantry.tar.gz |
| 2426 | 2023-12-07T05:14:21.516Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
| 2427 | 2023-12-07T05:14:31.679Z | uploaded: /work/zones/crucible.tar.gz |
| 2428 | 2023-12-07T05:14:31.679Z | uploading: /work/zones/external-dns.tar.gz (24133096 bytes) |
| 2429 | 2023-12-07T05:14:38.065Z | uploaded: /work/zones/external-dns.tar.gz |
| 2430 | 2023-12-07T05:14:38.065Z | uploading: /work/zones/internal-dns.tar.gz (24133096 bytes) |
| 2431 | 2023-12-07T05:14:44.271Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2432 | 2023-12-07T05:14:44.271Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
| 2433 | 2023-12-07T05:14:45.287Z | uploaded: /work/zones/ntp.tar.gz |
| 2434 | 2023-12-07T05:14:45.288Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18238670 bytes) |
| 2435 | 2023-12-07T05:14:50.719Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2436 | 2023-12-07T05:14:50.719Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18237816 bytes) |
| 2437 | 2023-12-07T05:14:55.211Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2438 | 2023-12-07T05:14:55.211Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73329086 bytes) |
| 2439 | 2023-12-07T05:15:10.970Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
| 2440 | 2023-12-07T05:15:10.970Z | uploading: /work/zones/omicron-nexus.tar.gz (73329239 bytes) |
| 2441 | 2023-12-07T05:15:32.466Z | uploaded: /work/zones/omicron-nexus.tar.gz |
| 2442 | 2023-12-07T05:15:32.466Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
| 2443 | 2023-12-07T05:15:33.496Z | uploaded: /work/zones/overlay.tar.gz |
| 2444 | 2023-12-07T05:15:33.496Z | uploading: /work/zones/oximeter-collector.tar.gz (34183372 bytes) |
| 2445 | 2023-12-07T05:15:42.459Z | uploaded: /work/zones/oximeter-collector.tar.gz |
| 2446 | 2023-12-07T05:15:42.459Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
| 2447 | 2023-12-07T05:15:59.192Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2448 | 2023-12-07T05:15:59.192Z | uploading: /work/zones/switch-asic.tar.gz (245910798 bytes) |
| 2449 | 2023-12-07T05:17:11.959Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2450 | 2023-12-07T05:17:11.959Z | uploading: /work/zones/switch-softnpu.tar.gz (169896248 bytes) |
| 2451 | 2023-12-07T05:18:01.540Z | uploaded: /work/zones/switch-softnpu.tar.gz |